Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without caps, and add a somewhat...
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
2
3         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
4         * tests/check/elements/icydemux.c:
5           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
6           caps, and add a somewhat useful debug message. Plus test.
7
8 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
9
10         * gst/rtsp/gstrtspsrc.c:
11         Include unistd.h only if HAVE_UNISTD_H is defined
12         * win32/common/config.h.in:
13         * win32/common/config.h:
14         Define socklen_t as it seems it's not defined in default 
15         Visual Studio headers.
16         * win32/vs6/libgstalpha.dsp:
17         * win32/vs6/libgstapetag.dsp:
18         * win32/vs6/libgstavi.dsp:
19         * win32/vs6/libgstrtp.dsp:
20         * win32/vs6/libgstrtsp.dsp:
21         * win32/vs6/libgstvideomixer.dsp:
22         Update project file dependencies and add new source files       
23
24 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
25
26         Patch by: Bjarne Rosengren <bjarne at axis dot com>
27
28         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
29         Don't leak buffers when we don't push them downstream.
30         Fixes bug #514965.
31
32 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
33
34         * configure.ac:
35           Bump requirements to (good) released versions to avoid
36           confusion and make implicit core requirement explicit.
37
38 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
39
40         * docs/plugins/Makefile.am:
41         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
42         * docs/plugins/gst-plugins-good-plugins-sections.txt:
43         * docs/plugins/gst-plugins-good-plugins.args:
44         * docs/plugins/inspect/plugin-audiofx.xml:
45         * gst/audiofx/Makefile.am:
46         * gst/audiofx/audiochebband.c:
47         * gst/audiofx/audiochebband.h:
48         * gst/audiofx/audiocheblimit.c:
49         * gst/audiofx/audiocheblimit.h:
50         * gst/audiofx/audiochebyshevfreqband.c:
51         * gst/audiofx/audiochebyshevfreqband.h:
52         * gst/audiofx/audiochebyshevfreqlimit.c:
53         * gst/audiofx/audiochebyshevfreqlimit.h:
54         * gst/audiofx/audiofx.c:
55         * tests/check/Makefile.am:
56         * tests/check/elements/.cvsignore:
57         * tests/check/elements/audiochebband.c:
58         * tests/check/elements/audiocheblimit.c:
59         * tests/check/elements/audiochebyshevfreqband.c:
60         * tests/check/elements/audiochebyshevfreqlimit.c:
61
62         Rename audiochebyshevfreqband -> audiochebband and
63         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
64         surgery.
65
66         Closes: #491811
67
68 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
69
70         Patch by: orjan <orjanf at axis dot com>
71
72         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
73         Fix caps memory leak. Fixes #514573.
74
75 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
76
77         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
78         If there's no entries in the subindex, don't try to do anything stupid,
79         just return.
80
81 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
82
83         Patch by: John Millikin <jmillikin at gmail dot com>
84
85         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
86           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
87           Fix extraction of picture blocks with newer libflac versions again:
88           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
89
90 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
91
92         * tests/check/Makefile.am:
93           Add rtp-payloading test to VALGRIND_TO_FIX.
94
95         * tests/check/elements/rtp-payloading.c:
96           Add semicolons after GST_TEST_END so gst-indent gets the
97           formatting right; make test less verbose in general, but
98           more verbose in the error case (which should probably
99           make the test fail anyway).
100
101 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
102
103         * docs/plugins/Makefile.am:
104         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
105         * docs/plugins/gst-plugins-good-plugins-sections.txt:
106         * gst/avi/gstavisubtitle.c:
107         Add documentation for avisubtitle and change class to
108         Codec/Parser/Subtitle
109
110 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
111
112         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
113         Treat ENOTTY (driver does not implement ioctl) the same as
114         EINVAL since it implies there are no available standards.
115
116         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
117         (gst_v4l2src_get_nearest_size):
118         Replace gst_v4l2src_get_size_limits with 2 calls to new function
119         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
120         probe if the driver does not support VIDIOC_TRY_FMT for whatever
121         reason, and if we aren't yet actively capturing.
122
123         * sys/v4l2/v4l2src_calls.h:
124         Remove replaced function declaration.
125
126 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
127
128         * configure.ac:
129         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
130         API.
131
132 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
133
134         * configure.ac:
135         Fix typo.
136
137 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
138
139         * gst/alpha/Makefile.am:
140         * gst/alpha/gstalpha.c:
141
142         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
143         some stuff, and making buffer-alloc and resizing work automatically.
144         No longer crashes on odd frame widths and heights, although there
145         seems to be a disagreement with ffmpegcolorspace about what size
146         an AYUV frame with odd height should be.
147
148 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
149
150         Patch by: Alessandro Decina <alessandro at nnva dot org>
151
152         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
153         * ext/libpng/gstpngenc.h:
154         Preallocate the output buffer so that g_memdup() and
155         gst_buffer_merge() aren't needed anymore. This greatly improves
156         performances and fixes #512544.
157
158 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
159
160         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
161         (gst_avi_demux_stream_data):
162         GStreamer timestamps are PTS values while AVI only knows about DTS
163         timestamps. Make sure we only copy the DTS as the buffer timestamp when
164         we are dealing with a key frame.
165
166 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
167
168         * tests/check/Makefile.am:
169         * tests/check/elements/.cvsignore:
170         * tests/check/elements/rtp-payloading.c:
171           Add add testsuite for the rtp-payloader that tries simulating
172           dataflow. Needs more test data.
173
174 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
175
176         * tests/check/elements/alphacolor.c:
177           Remove two unused variables.
178
179 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
180
181         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
182           Use g_ascii_strtoll() instead of atoll, which is only
183           available in C99.
184
185 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
186
187         * gst/rtp/Makefile.am:
188         * gst/rtp/gstrtp.c:
189         * gst/rtp/gstrtpmpvpay.c:
190         * gst/rtp/gstrtpmpvpay.h:
191         Add MPEG2 video payloader
192
193 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
194
195         * gst/level/gstlevel.c:
196         Use #include <math.h> instead of #include "math.h".
197
198 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
199
200         * tests/check/Makefile.am:
201         Fix up some CFLAGS sets.
202         Don't include gconfvideosrc in the states test.
203
204         * tests/check/elements/autodetect.c: (GST_START_TEST):
205         Add some error strings to fail_unless arguments to fix some weird
206         compiler errors on Solaris.
207
208 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
209
210         * configure.ac:
211         Detect video4linux headers on Solaris too.
212         * sys/v4l2/gstv4l2colorbalance.h:
213         * sys/v4l2/gstv4l2object.h:
214         * sys/v4l2/v4l2_calls.c:
215         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
216         (gst_v4l2_buffer_new):
217
218         Make v4l2 build on Solaris.
219         Patch by: Brian Cameron  <brian.cameron at sun dot com>
220         Fixes: #510505
221
222 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
223
224         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
225           Update list from (still local) scanning script.
226
227 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
228
229         Based on a patch by:
230             Victor STINNER <victor dot stinner at haypocalc dot com>
231
232         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
233         Set variable to NULL after freeing it to prevent double frees
234         or make failures by another use of it afterwards more obvious
235         and fix use of it after the freeing. Fixes bug #510592.
236
237 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
238
239         * gst/udp/gstmultiudpsink.c:
240         use GST_WARNING for logging
241
242 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
243
244         * gst/udp/gstmultiudpsink.c:
245         Don't try to leave a multicast group with an invalid socket
246
247 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
248
249         * ext/flac/gstflacdec.c:
250           Fix compilation against flac 1.1.2 (as on debian stable), where
251           the picture metadata defines and structs don't exist yet.
252           Fixes #509301.
253
254 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
255
256         Patch by: Olivier Crete <tester at tester dot ca>
257
258         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
259         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
260         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
261         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
262         * gst/udp/gstmultiudpsink.h:
263         Add property to automatically join a multicast group or not. This can be
264         useful when sharing a socket between multiple elements.
265         Fixes #509531.
266
267 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
268
269         * gst/videomixer/Makefile.am:
270           Add controller flags.
271
272 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
273
274         * gst/videomixer/videomixer.c:
275           Also commit the missing gst_object_sync_values().
276
277 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
278
279         * docs/plugins/Makefile.am:
280           Remove duplicate entry.
281
282 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
283
284         * docs/plugins/Makefile.am:
285         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
286         * docs/plugins/gst-plugins-good-plugins-sections.txt:
287         * docs/plugins/inspect/plugin-gamma.xml:
288         * docs/plugins/inspect/plugin-monoscope.xml:
289         * docs/plugins/inspect/plugin-video4linux2.xml:
290           Add 3 more plugins to docs.
291
292 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
293
294         * docs/plugins/gst-plugins-good-plugins-sections.txt:
295         * sys/osxvideo/osxvideosink.h:
296           Revert previous change caused by a file that got stuck on an old
297           revision.
298
299 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
300
301         * docs/plugins/gst-plugins-good-plugins-sections.txt:
302         * gst/multipart/Makefile.am:
303         * gst/multipart/multipartdemux.c:
304         * gst/multipart/multipartdemux.h:
305         * gst/multipart/multipartmux.c:
306         * gst/multipart/multipartmux.h:
307           Re-add multipartdemux to the docs. Last round of section cleanup.
308
309 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
310
311         * docs/plugins/Makefile.am:
312         * docs/plugins/gst-plugins-good-plugins-sections.txt:
313         * sys/osxaudio/gstosxaudiosink.h:
314         * sys/osxvideo/osxvideosink.h:
315           Managed to resolve most unused declarations. Filed a bug for one left.          
316
317 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
318
319         * docs/plugins/gst-plugins-good-plugins-sections.txt:
320           Cleanup section file.
321
322 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
323
324         * docs/plugins/Makefile.am:
325         * docs/plugins/gst-plugins-good-plugins.args:
326         * docs/plugins/gst-plugins-good-plugins.signals:
327         * docs/plugins/inspect/plugin-alaw.xml:
328         * docs/plugins/inspect/plugin-alpha.xml:
329         * docs/plugins/inspect/plugin-alphacolor.xml:
330         * docs/plugins/inspect/plugin-annodex.xml:
331         * docs/plugins/inspect/plugin-apetag.xml:
332         * docs/plugins/inspect/plugin-audiofx.xml:
333         * docs/plugins/inspect/plugin-auparse.xml:
334         * docs/plugins/inspect/plugin-autodetect.xml:
335         * docs/plugins/inspect/plugin-avi.xml:
336         * docs/plugins/inspect/plugin-cairo.xml:
337         * docs/plugins/inspect/plugin-cdio.xml:
338         * docs/plugins/inspect/plugin-cutter.xml:
339         * docs/plugins/inspect/plugin-debug.xml:
340         * docs/plugins/inspect/plugin-dv.xml:
341         * docs/plugins/inspect/plugin-efence.xml:
342         * docs/plugins/inspect/plugin-effectv.xml:
343         * docs/plugins/inspect/plugin-flac.xml:
344         * docs/plugins/inspect/plugin-flxdec.xml:
345         * docs/plugins/inspect/plugin-gconfelements.xml:
346         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
347         * docs/plugins/inspect/plugin-goom.xml:
348         * docs/plugins/inspect/plugin-halelements.xml:
349         * docs/plugins/inspect/plugin-icydemux.xml:
350         * docs/plugins/inspect/plugin-id3demux.xml:
351         * docs/plugins/inspect/plugin-jpeg.xml:
352         * docs/plugins/inspect/plugin-ladspa.xml:
353         * docs/plugins/inspect/plugin-level.xml:
354         * docs/plugins/inspect/plugin-matroska.xml:
355         * docs/plugins/inspect/plugin-mulaw.xml:
356         * docs/plugins/inspect/plugin-multipart.xml:
357         * docs/plugins/inspect/plugin-navigationtest.xml:
358         * docs/plugins/inspect/plugin-png.xml:
359         * docs/plugins/inspect/plugin-quicktime.xml:
360         * docs/plugins/inspect/plugin-rtp.xml:
361         * docs/plugins/inspect/plugin-rtsp.xml:
362         * docs/plugins/inspect/plugin-shout2send.xml:
363         * docs/plugins/inspect/plugin-smpte.xml:
364         * docs/plugins/inspect/plugin-speex.xml:
365         * docs/plugins/inspect/plugin-taglib.xml:
366         * docs/plugins/inspect/plugin-udp.xml:
367         * docs/plugins/inspect/plugin-videobalance.xml:
368         * docs/plugins/inspect/plugin-videobox.xml:
369         * docs/plugins/inspect/plugin-videocrop.xml:
370         * docs/plugins/inspect/plugin-videoflip.xml:
371         * docs/plugins/inspect/plugin-videomixer.xml:
372         * docs/plugins/inspect/plugin-wavenc.xml:
373         * docs/plugins/inspect/plugin-wavpack.xml:
374         * docs/plugins/inspect/plugin-wavparse.xml:
375           Update plugin docs.
376
377         * gst/videomixer/Makefile.am:
378         * gst/videomixer/videomixer.c:
379         * gst/videomixer/videomixer.h:
380         * gst/videomixer/videomixerpad.h:
381           Split out header to fix warnings from the doc-build.
382
383 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
384
385         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
386
387         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
388         Use atoll to parse the rtptime with enough precision. Fixes #509329.
389
390 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
391
392         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
393         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
394           Initialise variables to work around (false) 'foo might be used
395           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
396
397 2008-01-11  David Schleef  <ds@schleef.org>
398
399         * docs/plugins/.cvsignore:
400         * tests/check/pipelines/.cvsignore:
401           Ignore more files for the buildbot.
402
403 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
404
405         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
406         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
407         Generate the image-type values correctly. Leave them out of the caps
408         when outputting a "preview image" tag, since it only makes sense
409         to have one of those - the type is irrelevant.
410
411         * sys/sunaudio/gstsunaudiomixerctrl.c:
412         (gst_sunaudiomixer_ctrl_open):
413         If we can, mark the mixer multiple open when we use it, in case
414         (for some reason) the process wants to open it again elsewhere.
415
416 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
417
418         Patch by: Olivier Crete <tester at tester dot ca>
419
420         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
421         * gst/rtp/gstrtptheorapay.c:
422         Fix the clock rate to 90000 as required by the RFC.
423         Fixes #508644.
424
425 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
426
427         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
428           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
429
430 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
431
432         * autogen.sh:
433           Add -Wno-portability to the automake parameters to stop warnings
434           about GNU make extensions being used. We require GNU make in almost
435           every Makefile anyway.
436           
437         * configure.ac:
438           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
439           at the same time is required for per target flags.
440
441 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
442
443         * gst/videomixer/videomixer.c: (gst_videomixer_init):
444         Fix error from my last commit.
445
446 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
447
448         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
449
450         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
451           Make sure the ISO 639-X language code in ID3v2 COMM frames
452           is actually valid UTF-8 (or rather: ASCII), so we don't end
453           up with non-UTF8 strings in tags if there's garbage in the
454           language field. Also make sure the language code is always
455           lower case. Fixes: #508291.
456
457 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
458
459         * ChangeLog:
460           Fix ChangeLog typo.
461
462 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
463
464         * Makefile.am:
465           Include lcov.mak to allow building coverage reports. Guard
466           check-torture target like in the other packages.
467
468 2008-01-09  Sameer Naik  <sameer@damagehead.com>
469
470         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
471
472         * gst/videomixer/videomixer.c:
473         (gst_videomixer_set_master_geometry), (_do_init),
474         (gst_videomixer_child_proxy_get_child_by_index),
475         (gst_videomixer_child_proxy_get_children_count),
476         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
477         (gst_videomixer_init), (gst_videomixer_request_new_pad),
478         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
479         Implement GstChildProxy interface.
480         Send newsegment at the right moment
481         Fixes #488879
482
483 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
484
485         * gst/alpha/Makefile.am:
486         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
487         (gst_alpha_sink_event), (gst_alpha_chain),
488         (gst_alpha_change_state), (plugin_init):
489         Make the various properties of 'alpha' controllable. This allows doing
490         niceties like fade-in/fade-out.
491
492 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
493
494         * gst/rtp/gstasteriskh263.c:
495         * gst/rtp/gstrtpL16depay.c:
496         * gst/rtp/gstrtpac3depay.c:
497         * gst/rtp/gstrtpamrpay.c:
498         * gst/rtp/gstrtpdepay.c:
499         * gst/rtp/gstrtpgsmdepay.c:
500         * gst/rtp/gstrtph263depay.c:
501         * gst/rtp/gstrtph263pdepay.c:
502         * gst/rtp/gstrtph263ppay.c:
503         * gst/rtp/gstrtph264depay.c:
504         * gst/rtp/gstrtph264pay.c:
505         * gst/rtp/gstrtpmp2tdepay.c:
506         * gst/rtp/gstrtpmp4adepay.c:
507         * gst/rtp/gstrtpmp4gdepay.c:
508         * gst/rtp/gstrtpmp4gpay.c:
509         * gst/rtp/gstrtpmp4vdepay.c:
510         * gst/rtp/gstrtpmpadepay.c:
511         * gst/rtp/gstrtpmpvdepay.c:
512         * gst/rtp/gstrtpsv3vdepay.c:
513         * gst/rtp/gstrtptheoradepay.c:
514         * gst/rtp/gstrtptheorapay.c:
515         * gst/rtp/gstrtpvorbisdepay.c:
516         * gst/rtp/gstrtpvorbispay.c:
517           Remove copy/paste unused code (property setters and getter) found by
518           the coverage suite (yay, saves ~20k on disk).
519
520 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
521
522         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
523           (videosink_templ):
524           Also fix up pad templates to indicate that image/jpeg doesn't
525           absolutely require the framerate property to be set (#504081).
526
527 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
528
529         Based on patch by: Wouter Cloetens  <wouter at mind be>
530
531         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
532           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
533           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
534         * gst/matroska/matroska-mux.h:
535           Keep track of first and last timestamps for each incoming stream,
536           so we can calculate the total duration for live sources and other
537           input where we can't query the duration from the start or where
538           there's no constant framerate from which we can deduce the
539           duration; also use calculated/observed duration if it is bigger
540           than the previously queried duration. Furthermore, use
541           gst_pad_query_peer_duration() and take into account that it may
542           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
543           screws up comparisons when using unsigned integers. Fixes #504081.
544
545 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
546
547         * configure.ac:
548         * gst/audiofx/audioamplify.c:
549         (gst_audio_amplify_clipping_method_get_type),
550         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
551         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
552         (gst_audio_dynamic_transform_ip):
553         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
554         (gst_audio_invert_transform_ip):
555         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
556         (gst_audio_panorama_transform):
557         * gst/level/gstlevel.c: (gst_level_init):
558         Make elements GST_BUFFER_FLAG_GAP aware and call
559         gst_base_transform_set_gap_aware for this.
560         Bump core requirement to CVS.
561         
562         * gst/audiofx/audiochebyshevfreqband.c:
563         (gst_audio_chebyshev_freq_band_transform_ip):
564         * gst/audiofx/audiochebyshevfreqlimit.c:
565         (gst_audio_chebyshev_freq_limit_transform_ip):
566         Also sync GObject properties to the controller if operating
567         in passthrough mode.
568
569 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
570
571         * sys/directdraw/gstdirectdrawsink.c:
572           (gst_directdraw_sink_window_thread):
573           FALSE is not a gpointer.
574
575 2008-01-05  Julien Moutte  <julien@fluendo.com>
576
577         * sys/directdraw/gstdirectdrawsink.c:
578         (gst_directdraw_sink_set_window_id),
579         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
580         (gst_directdraw_sink_buffer_alloc),
581         (gst_directdraw_sink_draw_borders),
582         (gst_directdraw_sink_show_frame),
583         (gst_directdraw_sink_setup_ddraw),
584         (gst_directdraw_sink_window_thread),
585         (gst_directdraw_sink_get_ddrawcaps),
586         (gst_directdraw_sink_surface_create): Make sure we create our
587         internal window only when we need it. That will give a chance to
588         the application to get the prepare-xwindow-id bus message. Draw
589         black borders when keeping aspect ratio. Handle the case where our
590         rendering window disappears (closed or errors) like other sinks
591         do. Various 80 columns fixes, improve state change order. That
592         element could need some more love.
593
594 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
595
596         * ext/taglib/gstapev2mux.h:
597         * ext/taglib/gstid3v2mux.h:
598         Remove useless typedefs without new type name. Fixes a warning with
599         gcc 4.3.
600
601 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
602
603         Patch by: John Millikin <jmillikin at gmail dot com>
604
605         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
606         (gst_flac_dec_setup_stream_decoder),
607         (gst_flac_normalize_picture_mime_type),
608         (gst_flac_extract_picture_buffer),
609         (gst_flac_dec_metadata_callback):
610         Emit metadata messages when a PICTURE block is encountered.
611         Fixes #506715.
612
613 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
614
615         * gst/avi/gstavi.c:
616         increase rank because no known issues anymore ...
617         * gst/avi/gstavisubtitle.c:
618         send subtitle name to the srcpad
619
620 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
621
622         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
623         * gst/rtsp/gstrtspsrc.h:
624         Implement redirect for the DESCRIBE reply. Fixes #506025.
625
626 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
627
628         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
629         Fix 'xyz may be used uninitialized' compiler warnings caused
630         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
631         abort() in any case but properly report the error.
632
633 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
634
635         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
636         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
637         * sys/ximage/gstximagesrc.c: (composite_pixel):
638           Fix 'xyz may be used uninitialized' compiler warnings caused
639           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
640           not really nice to abort in any case). Fixes #505745.
641
642 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
643
644         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
645           Small unit test fix (has no practical impact at the moment,
646           since we're only feeding utf8 and hence just create a sub-
647           buffer for the output).
648
649 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
650
651         * gst/avi/gstavisubtitle.c:
652         * tests/check/elements/avisubtitle.c:
653         Add seeking support for avi subtitle
654
655 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
656
657         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
658         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
659         (gst_flac_dec_write):
660         * ext/flac/gstflacdec.h:
661         Remove some unused vars.
662         Do more cleanup of leftover events and tags.
663         Output tags after the segment event. Fixes #504018.
664
665 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
666
667         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
668           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
669           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
670           Detect other UTF byte order markers and convert to UTF-8 as
671           appropriate.
672
673 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
674
675         * gst/avi/gstavisubtitle.c: (src_template),
676           (gst_avi_subtitle_extract_utf8_file),
677           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
678           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
679           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
680         * gst/avi/gstavisubtitle.h:
681           Refactor a bit; fix name extraction; don't assume all the data
682           in the chunk is actually subtitle data, there may be padding at
683           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
684           file so it's there to send again after a seek (for future use).
685
686 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
687
688         * gst/avi/Makefile.am:
689         * gst/avi/gstavi.c:
690         * gst/avi/gstavisubtitle.c:
691         * gst/avi/gstavisubtitle.h:
692         * tests/check/Makefile.am:
693         * tests/check/elements/avisubtitle.c:
694         * win32/common/config.h:
695                 Add avi subtitle element for bug #442034. Need seeking support
696                 and more support for character conversion.
697
698 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
699
700         * Makefile.am:
701           Include common/win32.mak for CRLF check of win32 project
702           files (see #393626).
703
704         * win32/vs6/libgstpng.dsp:
705           Fix line endings and do cvs admin -kb.
706
707 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
708
709         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
710         Actually drop the buffers which are outside the currently configured
711         segment instead of just emitting a WARNING.
712
713 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
714
715         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
716         (gst_flac_dec_write):
717         * ext/flac/gstflacdec.h:
718         Send segments from the streaming thread. Fixes #502187.
719         Fix segment seeking and a bunch of other seeking cases.
720
721 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
722
723         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
724           Parse WOAF frames and put the result into GST_TAG_CONTACT,
725           which is where it would end up if the same information was
726           put in a vorbis comment (don't think it's worth adding a
727           new URI tag for this). Fixes #488112.
728
729 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
730
731         * configure.ac:
732           We need core/base 0.10.15 or later.
733
734 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
735
736         Patch by: Mark Nauwelaerts <manauw skynet be>
737
738         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
739         Fix regression in stream numbering. Fixes #502655.
740
741 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
742
743         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
744
745         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
746         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
747         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
748         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
749         (gst_rtp_h264_pay_handle_buffer):
750         * gst/rtp/gstrtph264pay.h:
751         Use higher performance start-code searching.
752         Parse NALs and store SPS, PPS and profile in the caps so that they can
753         be used in the SDP. Fixes #502814.
754
755 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
756
757         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
758         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
759           Init some structs to zero before we pass them to ioctl, which
760           avoids valgrind warnings.  Also fix a small memory leak.
761
762 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
763
764         Patch by: Wouter Cloetens <wouter at mind dot be>
765
766         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
767         Copy timestamp from input to output. Not very perfect yet but better
768         than nothing. Fixes #503023.
769
770 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
771
772         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
773           Also print a useful error message with the old Wavpack API
774           if possible.
775
776 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
777
778         * ext/wavpack/gstwavpackdec.c:
779           More build fixes for old libwavpack versions: include config.h so
780           that WAVPACK_OLD_API is actually defined as detected; only use
781           WavpackGetErrorMessage if it is available. This fixes the build
782           on debian stable for me.
783
784 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
785
786         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
787         * ext/wavpack/gstwavpackparse.c:
788           (gst_wavpack_parse_create_src_pad):
789           Workaround the non-existance of WavpackGetChannelMask in Wavpack
790           versions below 4.40.0.
791
792 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
793
794         * configure.ac:
795           And now do it right for real...
796
797 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
798
799         * configure.ac:
800           Correctly reset $LIBS to not contain -lm.
801
802 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
803
804         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
805
806         * configure.ac:
807         * ext/cairo/gsttimeoverlay.c:
808           (gst_cairo_time_overlay_print_smpte_time):
809           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
810           and checking for rint() and implementing it ourself if it doesn't
811           exist. Fixes #497293.
812
813 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
814
815         * configure.ac:
816           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
817
818 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
819
820         * sys/oss/gstosshelper.c:
821         Verify that the format returned after the ioctl is the one
822         we requested. It is valid for the ioctl to succeed while
823         substituting an alternate 'supported' sample format.
824
825 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
826
827         * sys/oss/gstossaudio.c: (plugin_init):
828         * sys/oss/gstosssink.c: (gst_oss_sink_open):
829         * sys/oss/gstosssrc.c: (gst_oss_src_open):
830           Post decent (and translated) error message when we can't
831           open the audio device for some reason.
832
833 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
834
835         * sys/oss/gstosssink.c:
836         * sys/oss/gstosssrc.c:
837         Allow the AUDIODEV environment variable to redirect us
838         to a different default OSS device, like sunaudiosink does
839         on Solaris (makes audio play automatically on SunRays).
840
841 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
842
843         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
844         * gst/audiofx/audiochebyshevfreqband.c:
845         (gst_audio_chebyshev_freq_band_transform_ip):
846         * gst/audiofx/audiochebyshevfreqlimit.c:
847         (gst_audio_chebyshev_freq_limit_transform_ip):
848         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
849         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
850         The transform_ip() methods should do nothing if in passthrough mode.
851         It might get non-writable buffers in that case but the buffer might
852         as well be writable.
853
854         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
855         The transform() methods won't be called in passthrough mode and
856         otherwise the buffer is always writable so don't check here.
857
858 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
859
860         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
861           Fix seeking in .wav files again (#501775).  Some people seem to think
862           they don't need to test their changes when they're just 'reflowing'
863           some code.
864
865 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
866
867         * gst/autodetect/gstautovideosink.c:
868         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
869         (gst_auto_video_sink_init),
870         (gst_auto_video_sink_create_element_with_pretty_name),
871         (gst_auto_video_sink_find_best),
872         (gst_auto_video_sink_set_property),
873         (gst_auto_video_sink_get_property):
874         * gst/autodetect/gstautovideosink.h:
875         Fix docs.
876         Use same error reporting code as autoaudiosink.
877         Add property to filter sinks based on caps. Only select raw video sinks
878         by default for backwards compat.
879         API: GstAutoVideoSink::filter-caps
880
881 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
882
883         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
884
885         * gst/autodetect/gstautoaudiosink.c:
886         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
887         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
888         (gst_auto_audio_sink_set_property),
889         (gst_auto_audio_sink_get_property):
890         * gst/autodetect/gstautoaudiosink.h:
891         Add property to filter sinks based on caps. Only select raw audio sinks
892         by default for backwards compat.  Fixes #417420.
893         API: GstAutoAudioSink::filter-caps
894
895 2007-11-29  Michael Smith <msmith@fluendo.com>
896
897         Patch by: Arek Korbik <arkadini@gmail.com>
898
899         * gst/videobox/gstvideobox.c: (plugin_init):
900           Initialise liboil in plugin_init()
901
902 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
903
904         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
905         Post error before sending EOS. Fixes #499178.
906
907 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
908
909         * win32/vs6/gst_plugins_good.dsw:
910         * win32/vs6/libgstpng.dsp:
911         Add a project file for libgstpng
912
913 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
914
915         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
916         (gst_rtp_h263_depay_process):
917         Code beautification.
918         Added debug statements.
919         Don't bit-shift everything, just do operations on last/first byte
920         instead.
921
922 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
923
924         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
925
926         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
927         Fix wrong comparison in overrun check. Fixes #499239 some more.
928
929 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
930
931         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
932         (gst_rtp_h263_depay_process):
933         * gst/rtp/gstrtph263depay.h:
934         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
935         stream.
936
937 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
938
939         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
940
941         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
942         (gst_rtp_mp4a_depay_process):
943         * gst/rtp/gstrtpmp4adepay.h:
944         Fix depayloading when multiple frames are inside one RTP packet.
945         Fixes #499239.
946
947 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
948
949         * gst/level/gstlevel.c:
950           Add GAP-flag support.
951
952 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
953
954         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
955         Read the I flag for Mode A h263 rtp stream and set the
956         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
957         Fixes #499383
958
959 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
960
961         * gst/level/gstlevel.c:
962           Remove some dead code and do cleanups.
963
964 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
965
966         * tests/check/pipelines/simple-launch-lines.c:
967           Improve the tests by allowing to set a target state.
968
969 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
970
971         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
972         Don't check the caps of the output buffer if they're equal some
973         other caps. The caps can change in a backward compatible way
974         and did at this point.
975
976 2007-11-24  Julien MOUTTE  <julien@moutte.net>
977
978         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
979         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
980         (gst_qtdemux_seek_to_previous_keyframe),
981         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
982         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
983         reverse playback support.
984
985 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
986
987         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
988         Also set the channel layout on the Wavpack caps if we're having
989         a mono layout. Of course only do it for "audio/x-wavpack".
990
991 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
992
993         * ext/wavpack/gstwavpackcommon.c:
994         (gst_wavpack_get_default_channel_mask),
995         (gst_wavpack_set_channel_layout),
996         (gst_wavpack_get_default_channel_positions),
997         (gst_wavpack_get_channel_mask_from_positions),
998         (gst_wavpack_set_channel_mapping):
999         * ext/wavpack/gstwavpackcommon.h:
1000         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
1001         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
1002         * ext/wavpack/gstwavpackdec.h:
1003         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1004         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
1005         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
1006         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
1007         (gst_wavpack_enc_rewrite_first_block),
1008         (gst_wavpack_enc_sink_event):
1009         * ext/wavpack/gstwavpackenc.h:
1010         * ext/wavpack/gstwavpackparse.c:
1011         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
1012         (gst_wavpack_parse_scan_to_find_sample),
1013         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
1014         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
1015         * ext/wavpack/gstwavpackparse.h:
1016         Add support for encoding, parsing and decoding multichannel
1017         files with up to 8 channels. This also improves the robustness
1018         of parsing quite a bit.
1019
1020         * ext/wavpack/gstwavpackstreamreader.c:
1021         (gst_wavpack_stream_reader_read_bytes),
1022         (gst_wavpack_stream_reader_get_pos),
1023         (gst_wavpack_stream_reader_set_pos_abs),
1024         (gst_wavpack_stream_reader_set_pos_rel),
1025         (gst_wavpack_stream_reader_push_back_byte),
1026         (gst_wavpack_stream_reader_get_length),
1027         (gst_wavpack_stream_reader_can_seek),
1028         (gst_wavpack_stream_reader_write_bytes):
1029         Improve debugging.
1030
1031 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1032
1033         * ext/libpng/gstpngdec.c:
1034         * ext/libpng/gstpngdec.h:
1035           Don't release the png-memory from within the callback.
1036
1037 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1038
1039         Patch by: René Stadler <mail at renestadler dot de>
1040
1041         * ext/libpng/gstpngenc.c:
1042           Don't leak buffer data memory. Fixes #498395.
1043
1044 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1045
1046         Patch by: René Stadler <mail at renestadler dot de>
1047
1048         * tests/check/pipelines/simple-launch-lines.c:
1049           Tests for #498395.
1050
1051 2007-11-20  Julien MOUTTE  <julien@moutte.net>
1052
1053         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
1054         (gst_tag_lib_mux_adjust_event_offsets):
1055         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
1056         * sys/osxaudio/Makefile.am:
1057         * sys/osxvideo/cocoawindow.h:
1058         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
1059
1060 2007-11-15  David Schleef  <ds@schleef.org>
1061
1062         * ext/cairo/gsttextoverlay.c:
1063           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
1064
1065 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1066
1067         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
1068
1069         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
1070         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
1071         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
1072         * gst/rtp/gstrtpmp2tpay.h:
1073         Fill the MTU with as many packets as possible. Fixes #491323.
1074
1075 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1076
1077         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1078
1079         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
1080         Fix some more leaks. Fixes #497007.
1081
1082 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1083
1084         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1085
1086         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
1087         (gst_rtspsrc_stream_configure_tcp):
1088         Fix 3 pad leaks. Fixes #496983.
1089
1090 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1091
1092         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1093
1094         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
1095         Fix small leak. Fixes #497017.
1096
1097 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1098
1099         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1100         (gst_qtdemux_prepare_current_sample),
1101         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
1102         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
1103         * gst/qtdemux/qtdemux_fourcc.h:
1104         * gst/qtdemux/qtdemux_types.c:
1105         Add suppport for theora in quicktime according to XiphQT.
1106
1107 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
1108
1109         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
1110         (gst_v4l2src_init), (gst_v4l2src_set_property),
1111         (gst_v4l2src_get_property):
1112         * sys/v4l2/gstv4l2src.h:
1113         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1114           Always copy buffers by default (handle safer with bugged drivers)
1115           and added a property to make it possible to use mmap effectively (no
1116           copy if possible) when application wants to. Fixes: #480557.
1117
1118 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1119
1120         * gst/id3demux/id3tags.c:
1121         * gst/id3demux/id3tags.h:
1122         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
1123           We don't want the same string multiple times in a tag list for the
1124           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
1125           this doesn't happen and remove special-case code for GST_TAG_GENRE.
1126
1127 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1128
1129         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
1130           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
1131           into ID3v2 TXXX frames (fixes #347848).
1132
1133 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1134
1135         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1136           Don't leak sdp message contents (fixes #496773).
1137
1138         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
1139           Don't leak URI string.
1140
1141 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1142
1143         Patch by: Julien Puydt <julien dot puydt at laposte net>
1144
1145         * ext/raw1394/Makefile.am:
1146         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
1147           (gst_1394_property_probe_get_properties),
1148           (gst_1394_property_probe_probe_property),
1149           (gst_1394_property_probe_needs_probe),
1150           (gst_1394_property_probe_get_values),
1151           (gst_1394_property_probe_interface_init),
1152           (gst_1394_type_add_property_probe_interface):
1153         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
1154         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
1155           (gst_dv1394src_init), (gst_dv1394src_dispose),
1156           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
1157           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
1158           (gst_dv1394src_update_device_name):
1159         * ext/raw1394/gstdv1394src.h:
1160           Implement GstPropertyProbe interface and add "device-name" property,
1161           so applications can use this to probe for available devices in the
1162           same way they can already with v4lsrc and v4l2src (however horrible
1163           this property probe interface may be). Fixes #358841.
1164
1165 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1166
1167         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1168
1169         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
1170           (gst_rtspsrc_parse_range):
1171           Don't leak event, don't leak range (fixes #496752).
1172
1173 2007-11-14  Michael Smith <msmith@fluendo.com>
1174
1175         Patch by: Arek Korbik <arkadini@gmail.com>
1176
1177         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
1178           Detect RGBA/BGRA correctly on little endian systems.
1179
1180 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1181
1182         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1183           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
1184           corresponding ioctl() call fails even though the driver claims to
1185           support this format, just fall back to the pre-2.6.19 kernel
1186           routine that creates caps with suitable height and width ranges
1187           (see #448278).
1188
1189 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1190
1191         Patch by: Mark Nauwelaerts <manauw skynet be>
1192
1193         * gst/matroska/matroska-demux.c:
1194           (gst_matroska_demux_push_dvd_clut_change_event),
1195           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1196           (gst_matroska_demux_subtitle_caps):
1197         * gst/matroska/matroska-ids.h:
1198           Extract palette data for dvd subpicture streams and send it
1199           downstream as custom gstreamer dvd event (fixes #453417).
1200
1201 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1202
1203         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
1204           Implement minimal parsing of the passed pango font description
1205           string, so passing a font size works the same as with the
1206           pango textoverlay plugin; fixes #455086.
1207           (Maybe we could just use pangocairo here at some point).
1208
1209 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1210
1211         * gst/avi/gstavidemux.c:
1212         * gst/wavparse/gstwavparse.c:
1213           Return the result in _activate_pull(). Don't ref element there.
1214
1215 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1216
1217         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
1218         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
1219         (gst_wavparse_srcpad_event):
1220           Ref the element when we should, but not when we its not needed. Reflow
1221           the event_handling to not leak the event.       
1222
1223 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
1224
1225         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1226         (qtdemux_parse_samples):
1227         Properly free QTDemuxSamples array.
1228         Protect table write with a sensible check, some files apparently DO contain
1229         stts values starting with 0 :(
1230
1231 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1232
1233         * gst/avi/gstavidemux.c:
1234         * gst/qtdemux/qtdemux.c:
1235           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
1236           previous commit messed up.
1237
1238 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1239
1240         * gst/avi/gstavidemux.c:
1241         * gst/qtdemux/qtdemux.c:
1242           Sync _handle_src_event() with oggdemux. In avidemux also ref the
1243           element when we should, but not when we its not needed.
1244
1245 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
1246
1247         * gst/wavparse/gstwavparse.c:
1248           Return FALSE if we can't handle a query instead of changing the
1249           format. Ignore fact when dealing with mpeg audio.
1250
1251 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1252
1253         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1254
1255         * configure.ac:
1256         * gst/udp/gstdynudpsink.c:
1257         * gst/udp/gstdynudpsink.h:
1258         * gst/udp/gstmultiudpsink.c:
1259         * gst/udp/gstmultiudpsink.h:
1260         * gst/udp/gstudpsink.c:
1261         * gst/udp/gstudpsink.h:
1262           Fix includes for MSVC and GLib-2.14.0 (#492388).
1263
1264         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
1265           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
1266
1267 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
1268
1269         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
1270         (gst_mulawdec_chain):
1271         * gst/law/mulaw-decode.h:
1272         Calculate outgoing buffer duration if incoming buffer didn't have a
1273         valid duration.
1274
1275 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
1276
1277         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
1278         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
1279         Smarter combine_flow code that also deals with downstream elements
1280         returning UNEXPECTED when they receive data out of the segment
1281         boundaries. Fixes #491305.
1282
1283 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1284
1285         * sys/v4l2/v4l2src_calls.c:
1286           Fix 'unused variable' compiler warning when compiling against
1287           older kernel headers.
1288
1289 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
1290
1291         * ext/taglib/gstid3v2mux.cc (add_funcs):
1292           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
1293
1294 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
1295
1296         * tests/check/pipelines/simple-launch-lines.c:
1297            Improve the tests a little more.
1298
1299 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
1300
1301         patch by: Yun Zheng Hu
1302
1303         * sys/osxaudio/gstosxaudiosrc.c:
1304         Use default input device instead of default output device and
1305         only memcpy actual available bytes.
1306
1307 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
1308
1309         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1310           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
1311           early. It is temporary until we find something better.
1312
1313 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1314
1315         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1316
1317         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
1318         Fix race when pausing a RTSP stream in interleaved.
1319         Fixes #475784.
1320
1321 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1322
1323         Patch by: Peter Kjellerstedt <pkj at axis com>
1324
1325         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
1326         Use correct unref function for buffers. #488844.
1327
1328 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
1329
1330         * gst/avi/gstavimux.c:
1331         * tests/check/elements/avimux.c:
1332           Add some debug and sync tests with the fix.     
1333
1334 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1335
1336         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1337
1338         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1339         When the socket is used by the app for other purposes, don't generate an
1340         error if there is activaty on the socket that is not data related.
1341         Fixes #487488.
1342
1343 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1344
1345         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
1346         (gst_v4l2src_grab_frame):
1347         Add some more debug info. Generate an error when we run out of buffers
1348         for some reason. See #480557.
1349
1350 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1351
1352         Patch by: Anders Skargren <anders dot skargren at axis dot com>
1353
1354         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
1355         Set marker bit correctly.
1356
1357 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
1358
1359         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1360         Use allowed name for the GstStructure.
1361
1362 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
1363
1364         * ext/gconf/gstswitchsink.c:
1365         * gst/autodetect/gstautoaudiosink.c:
1366           Use new gst_bus_pop_filtered().
1367
1368 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1369
1370         * sys/v4l2/gstv4l2src.c:
1371         * sys/v4l2/v4l2src_calls.c:
1372           When probing the formats and sizes a camera supports, make
1373           sure the best ones (highest resolution, prefered format)
1374           end up at the beginning of the probed caps and the less
1375           desirable ones at the end.  This is important because the
1376           order within the caps matters for things like fixation and
1377           negotiation, ie. what format is chosen in the end.
1378           With recent kernels, the current probing code will end up
1379           querying the supported sizes from lowest resolution to
1380           highest resolution, adding them to the probed caps in that
1381           order, resulting to v4l2src fixating to the lowest possible
1382           resolution if downstream does not express a size preference.
1383           Also make up a somewhat random ranking of prefered output
1384           formats for the same reason. Fixes #485828.
1385         
1386 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1387
1388         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
1389
1390         * gst/id3demux/id3v2frames.c:
1391           Extract license/copyright URIs from ID3v2 WCOP frames
1392           (Fixes #447000).
1393
1394         * tests/check/elements/id3demux.c:
1395         * tests/files/Makefile.am:
1396         * tests/files/id3-447000-wcop.tag:
1397           Add simple unit test.
1398
1399 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1400
1401         * ext/taglib/gstid3v2mux.cc:
1402           Add support for license/copyright URI tags (ID3v2 WCOP frame).
1403           Prerequisite for #447000.
1404
1405 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
1406
1407         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
1408         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
1409         a GstClockTime.
1410
1411 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1412
1413         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1414         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
1415         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
1416         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
1417         (gst_rtspsrc_change_state):
1418         More seeking fixes, mostly passing around the new playback segment in
1419         order to configure it properly.
1420         Also reset base_time of udp sources when setting them back to PLAYING as
1421         a temporary hack until core supports seek in live sources properly.
1422
1423 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1424
1425         * gst/rtp/gstrtpmp4adepay.c:
1426         Fix caps as to not confuse autopluggers.
1427
1428 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1429
1430         * gst/id3demux/gstid3demux.c:
1431         * gst/id3demux/gstid3demux.h:
1432         * gst/id3demux/id3tags.c:
1433         * gst/id3demux/id3tags.h:
1434         * gst/id3demux/id3v2frames.c:
1435           Port ID3 tag demuxer over to the new GstTagDemux in -base
1436           (now would be a good time to test re-importing your music
1437           collection).
1438
1439 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1440
1441         * gst/apetag/Makefile.am:
1442         * gst/apetag/gstapedemux.c:
1443         * gst/apetag/gstapedemux.h:
1444         * gst/apetag/gsttagdemux.c:
1445         * gst/apetag/gsttagdemux.h:
1446           Port APE tag demuxer over to the new GstTagDemux in -base.
1447
1448 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
1449
1450         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1451         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
1452         (gst_rtspsrc_handle_internal_src_query),
1453         (gst_rtspsrc_handle_src_query), (new_session_pad),
1454         (gst_rtspsrc_stream_configure_tcp),
1455         (gst_rtspsrc_stream_configure_transport),
1456         (gst_rtspsrc_loop_send_cmd):
1457         Improve flushing behaviour.
1458         Set state of the udp sources to PAUSE/PLAYING correctly.
1459         Handle events and queries for UDP and TCP transport now.
1460
1461 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1462
1463         * gst/rtp/gstrtpgsmdepay.c:
1464         * gst/rtp/gstrtpgsmpay.c:
1465           Add log category.
1466
1467 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1468
1469         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
1470
1471         * tests/check/Makefile.am:
1472         * tests/check/pipelines/simple-launch-lines.c:
1473           Add unit tests for payloaders/depayloaders.
1474
1475 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1476
1477         * gst/avi/gstavimux.c:
1478         * gst/avi/gstavimux.h:
1479           Also save codec data for audio streams. Fixes #482495.
1480
1481 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1482
1483         * gst/avi/gstavimux.c:
1484           Fix "Index entry has invalid stream nr 1".
1485           Add support for muxing aac - work in progress (see #482495).
1486
1487 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1488
1489         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
1490         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
1491         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1492         * gst/rtsp/gstrtspsrc.h:
1493         Parse bandwidth modifiers, they are not yet configured in the session
1494         manager because we don't have an API for that yet.
1495
1496 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1497
1498         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
1499         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1500         Use shiny new function in -base to get the default clock-rate.
1501         Update some docs.
1502
1503 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
1504
1505         * win32/MANIFEST:
1506         Add files to win32 manifest.
1507         * win32/vs6/libgstaudiofx.dsp:
1508         * win32/vs6/libgstqtdemux.dsp:
1509         * win32/vs6/libgstrtp.dsp:
1510         * win32/vs6/libgstrtsp.dsp:
1511         Update project files.
1512
1513 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
1514
1515         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
1516         (gst_rtspsrc_play):
1517         * gst/rtsp/gstrtspsrc.h:
1518         In TCP mode, only timestamp the first buffer. TCP is not real time and
1519         it does not make sense to try to skew compensate, also some servers send
1520         the first batch of data in a burst.
1521
1522 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
1523
1524         * gst/matroska/matroska-demux.c:
1525           Fix setting the discont flag on the first buffer
1526           pushed downstream for formats with private codec
1527           data that needs to be deserialised into buffers
1528           (such as vorbis and FLAC when in a matroska container).
1529
1530 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
1531
1532         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1533
1534         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
1535         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
1536         (gst_rtp_mp4v_pay_handle_buffer):
1537         * gst/rtp/gstrtpmp4vpay.h:
1538         Free the config string. Fixes #480707.
1539         Clean up the timestamp code a little.
1540
1541 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1542
1543         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1544         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
1545         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
1546         * gst/rtsp/gstrtspsrc.h:
1547         Set timestamps on RTP buffers in interleaved mode.
1548         Mark first buffers with a DISCONT.
1549         Remove flush hack now that sync for live sources has been figured out.
1550
1551 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1552
1553         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1554         Update documentation.
1555
1556 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1557
1558         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
1559         (gst_rtp_xqt_depay_change_state):
1560         * gst/qtdemux/gstrtpxqtdepay.h:
1561         Fail if we don't know the quicktime format.
1562
1563 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
1564
1565         * ext/flac/gstflacenc.c:
1566         * ext/flac/gstflacenc.h:
1567           Save the flow return from the last gst_pad_push() and
1568           make sure we pass the right flow return value upstream
1569           in the case of failure; minor clean-ups.
1570
1571 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1572
1573         * ext/taglib/gstapev2mux.cc:
1574         * ext/taglib/gstid3v2mux.cc:
1575         * gst/apetag/gstapedemux.c:
1576           Add support for the new GST_TAG_COMPOSER (#459809).
1577
1578 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1579
1580         * gst/law/alaw-decode.c:
1581         * gst/law/alaw-decode.h:
1582         * gst/law/alaw-encode.c:
1583         * gst/law/alaw-encode.h:
1584         * gst/law/alaw.c:
1585         * gst/law/mulaw-conversion.h:
1586           Compulsive clean-ups: use boilerplate macros, add debug
1587           categories, fix up things to conform to symbol nomenklatura,
1588           etc.
1589
1590 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1591
1592         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1593
1594         * gst/law/alaw-decode.c:
1595         * gst/law/alaw-encode.c:
1596           Use static tables for A-Law decoding and encoding; this makes
1597           A-Law decoding and encoding less CPU-intensive, but increases
1598           the binary size a bit. Leaving old code around for now,
1599           selectable by a define in the code. Fixes #435435.
1600
1601 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1602
1603         * configure.ac:
1604         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
1605         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
1606         in configure.ac.
1607
1608 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1609
1610         Patch by: <j at bootlab dot org>
1611
1612         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1613         Add fourccs for MPEG2 HDV streams. Fixes #479960.
1614
1615 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
1616
1617         * sys/oss/gstosshelper.c:
1618           Use GST_WARNING instead of a g_critical. This situation is not caused
1619           by the application.
1620
1621 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1622
1623         * po/LINGUAS:
1624         * po/nl.po:
1625           Updated translations.
1626
1627 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1628
1629         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
1630
1631         * po/eu.po:
1632           Added Basque translation.
1633
1634 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1635
1636         translated by: Abel Cheung <abelcheung@gmail.com>
1637
1638         * po/zh_HK.po:
1639         * po/zh_TW.po:
1640           Added Chinese (traditional and Hong Kong) translation.
1641
1642 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1643
1644         translated by: Jakub Bogusz <qboosh@pld-linux.org>
1645
1646         * po/pl.po:
1647           Added Polish translation.
1648
1649 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1650
1651         translated by: Ilkka Tuohela <hile@iki.fi>
1652
1653         * po/fi.po:
1654           Added Finnish translation.
1655
1656 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1657
1658         translated by: Jorge González González <aloriel@gmail.com>
1659
1660         * po/es.po:
1661           Added Spanish translation.
1662
1663 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1664
1665         translated by: Mogens Jaeger <mogens@jaeger.tf>
1666
1667         * po/da.po:
1668           Added Danish translation.
1669
1670 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1671
1672         translated by: Funda Wang <fundawang@linux.net.cn>
1673
1674         * po/zh_CN.po:
1675           Added Chinese (simplified) translation.
1676
1677 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1678
1679         translated by: Alexander Shopov <ash@contact.bg>
1680
1681         * po/bg.po:
1682           Added Bulgarian translation.
1683
1684 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
1685
1686         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
1687         Set outgoing packet duration because we can. Fixes #478244 some more.
1688
1689 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
1690
1691         * ext/cairo/gsttextoverlay.c:
1692           Add info about static leak.
1693         
1694         * tests/check/Makefile.am:
1695         * tests/check/generic/states.c:
1696           Improved state change unit test.
1697
1698 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
1699
1700         * docs/plugins/.cvsignore:
1701         * tests/check/.cvsignore:
1702           Ignore registries in any format.
1703
1704 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
1705
1706         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
1707         Removed some unused code.
1708
1709         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1710         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
1711         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
1712         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
1713         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
1714         (gst_rtp_theora_pay_flush_packet):
1715         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
1716         Try to preserve the incomming buffer duration on the outgoing
1717         packets. Fixes #478244.
1718
1719 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
1720
1721         * ext/taglib/gstapev2mux.cc:
1722         * ext/taglib/gstid3v2mux.cc:
1723           Work around compiler warnings with g++-4.2 when assigning a
1724           string constant to a gchar * (partially fixes #478092).
1725
1726 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
1727
1728         * configure.ac:
1729           We require core CVS now for gst_base_src_set_do_timestamp().
1730
1731 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1732
1733         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
1734         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1735         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
1736         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
1737         (gst_rtspsrc_handle_message):
1738         Fix compiler warnings shown with Forte.
1739
1740 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
1741
1742         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
1743         (gst_rtspsrc_dup_printf):
1744         Give meaningfull error when all streams failed to configure for some
1745         reason.
1746
1747 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
1748
1749         * gst/rtp/README:
1750         Update README with the design for synchronisation rules of RTP on
1751         sender and receiver.
1752
1753 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
1754
1755         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
1756         (gst_wavparse_chain):
1757         Don't push EOS from the chain function, the element
1758         driving the pipeline is responsible for this. The bug
1759         this was meant to fix seems to be queue not forwarding
1760         EOS in all cases (see #476514).
1761
1762 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
1763
1764         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
1765         (gst_level_transform_ip):
1766         * gst/level/gstlevel.h:
1767         Use basetransform segment so that it is correctly managed on flushes and
1768         start/stop.
1769         Report message timestamp as stream time, which is what an application
1770         can understand.
1771
1772 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
1773
1774         * ext/taglib/gstapev2mux.cc:
1775         * ext/taglib/gstapev2mux.h:
1776         * ext/taglib/gsttaglibmux.c:
1777         * tests/check/elements/apev2mux.c:
1778         Update my mail address.
1779
1780 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
1781
1782         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
1783         (gst_wavparse_loop), (gst_wavparse_chain):
1784         Add EOS logic for the push-based mode too. Fixes #476514.
1785
1786 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
1787
1788         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
1789         * gst/law/alaw-encode.h:
1790         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1791         (gst_mulawenc_chain):
1792         * gst/law/mulaw-encode.h:
1793         Fix law encoder timestamps.
1794
1795 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
1796
1797         * ext/gconf/gstgconfaudiosink.c:
1798           Fix warning when building without debug.
1799
1800         * sys/oss/gstossmixertrack.c:
1801           Use const like in alsamixertrack.c (fixes warnings).
1802
1803 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
1804
1805         * sys/v4l2/v4l2src_calls.c:
1806         (gst_v4l2src_probe_caps_for_format_and_size):
1807         Fix framerate detection code some more.
1808         Handle the case where there is a weird step in the stepwise framerates.
1809         Don't overwrite the min interval with the framerate, use a temp variable
1810         instead.
1811         Use max in the Continuous framerate intervals instead of step, which is
1812         1 according to the docs. Fixes #475424.
1813
1814 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
1815
1816         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
1817         Make udpsrc timestamp outgoing buffers based on when they were received.
1818         Also make it output a segment in time.
1819
1820 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
1821
1822         * gst/avi/gstavidemux.c:
1823           Plug a little leak. Little code cleanups.
1824
1825 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
1826
1827         * configure.ac:
1828           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
1829           flac versions, 's good for cross-compilation karma.
1830
1831 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
1832
1833         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
1834
1835         * gst/rtp/gstrtph263pay.c:
1836           Fix up header structure so that compilers don't add padding
1837           between the structure fields, since that would lead to us
1838           sending RTP packets with broken headers (as is currently the
1839           case when compiling with MSVC). Also see similar fixes in
1840           libgstrtp in gst-plugins-base. (#474616; #471194)
1841
1842 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
1843
1844         * sys/v4l2/v4l2src_calls.c:
1845         (gst_v4l2src_probe_caps_for_format_and_size):
1846         Don't overwrite our GValue with 0 but instead use the previously
1847         computed value. Fixes #471823 some more.
1848
1849 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
1850
1851         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1852           No tabs in this file please, or gtk-doc will end up documenting
1853           rather absurd class hierarchies.
1854
1855 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
1856
1857         * ext/gconf/gstswitchsink.c:
1858           If the new kid element fails to change state for some reason
1859           (e.g. esdsink not being able to connect to the sound server),
1860           forward the error message it posted on the bus instead of just
1861           posting a generic 'Internal state change error: please file a
1862           bug' error message. Fixes #471364.
1863
1864 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
1865
1866         * gst/qtdemux/Makefile.am:
1867         * gst/qtdemux/qtdemux.c:
1868           Don't assume tags are encoded as UTF-8 (#473670).
1869
1870 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
1871
1872         * sys/v4l2/gstv4l2src.c:
1873         * sys/v4l2/gstv4l2src.h:
1874         * sys/v4l2/v4l2src_calls.c:
1875           Implement LATENCY queries in the crudest way possible so I don't
1876           have to use sync=false any longer when testing with videosinks.
1877
1878 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
1879
1880         * configure.ac:
1881           Fix build.
1882
1883 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1884
1885         * sys/v4l2/v4l2src_calls.c:
1886         (gst_v4l2src_probe_caps_for_format_and_size):
1887         Add some more debugging in the framerate function.
1888         Iterate stepwise framerate up to and _including_ the max and if nothing
1889         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
1890         don't end up with an empty list. Fixes #471823
1891
1892 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1893
1894         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
1895         (gst_multiudpsink_set_clients_string),
1896         (gst_multiudpsink_get_clients_string),
1897         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
1898         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
1899         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
1900         (gst_multiudpsink_clear):
1901         Add property do configure destination address/port pairs
1902         API:GstMultiUDPSink::clients
1903
1904 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1905
1906         * tests/examples/Makefile.am:
1907         * tests/examples/rtp/Makefile.am:
1908         * tests/examples/rtp/client-H263p-AMR.sh:
1909         * tests/examples/rtp/client-H263p-PCMA.sdp:
1910         * tests/examples/rtp/client-H263p-PCMA.sh:
1911         * tests/examples/rtp/client-H264-PCMA.sdp:
1912         * tests/examples/rtp/client-H264-PCMA.sh:
1913         * tests/examples/rtp/client-PCMA.sh:
1914         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
1915         * tests/examples/rtp/server-alsasrc-PCMA.sh:
1916         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
1917         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
1918         Added some RTP example scripts for sending and receiving RTP streams.
1919
1920 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1921
1922         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
1923         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
1924         Restructure the setcaps function so that we can also compute the
1925         expected GStreamer output size of the video frames.
1926         Set frame_byte_size correctly so that read-based devices have a chance
1927         of working correctly.
1928         When grabbing a frame, discard frames that are not of the expected size.
1929         Some cameras don't output the right framesize for the first buffer.
1930         Try only a couple of times to get a valid frame, else error out.
1931
1932         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
1933         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
1934         Add some more debug info when scanning the device.
1935
1936         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
1937         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
1938         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
1939         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
1940         Add some more debug info when dequeing a frame.
1941
1942 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
1943
1944         * gst/wavparse/gstwavparse.c:
1945           More code cleanups. Add some more comment and improve debugs logs.
1946
1947 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
1948
1949         * gst/wavparse/gstwavparse.c:
1950         * gst/wavparse/gstwavparse.h:
1951           Implement seek-query. Refactor duration calculations. Appropriate use
1952           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
1953           out of loops.
1954
1955 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
1956
1957         * gst/avi/gstavidemux.c:
1958           Implement seek-query.
1959
1960 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
1961
1962         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
1963         (gst_rtspsrc_dup_printf):
1964         Use new basesink async property to make sparse RTCP packet not wait for
1965         preroll.
1966
1967 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
1968
1969         * gst/audiofx/Makefile.am:
1970         Dist the right file.
1971
1972 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
1973
1974         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
1975         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
1976         Make sure we generate and parse floating point values in the POSIX
1977         locale instead of the current locale. 
1978
1979 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
1980
1981         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
1982         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
1983         (gst_rtspsrc_play):
1984         * gst/rtsp/gstrtspsrc.h:
1985         Fix method detection again.
1986         Keep track of when we must send a Range header.
1987         Use segment values for Range, Speed and Scale headers.
1988         Parse Speed and Scale headers to update the segment values.
1989
1990 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
1991
1992         patch by: Mark Nauwelaerts <manauw@skynet.be>
1993
1994         * sys/v4l2/v4l2src_calls.c:
1995           Handle optional v4l2 ioctls gracefully.
1996
1997 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
1998
1999         * gst/rtp/Makefile.am:
2000         * gst/rtp/gstrtp.c: (plugin_init):
2001         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
2002         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
2003         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
2004         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
2005         (gst_rtp_h263_depay_get_property),
2006         (gst_rtp_h263_depay_change_state),
2007         (gst_rtp_h263_depay_plugin_init):
2008         * gst/rtp/gstrtph263depay.h:
2009         Added an H263 depayloader. Fixes #369392.
2010
2011         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
2012         (gst_rtp_h263p_depay_process):
2013         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
2014         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
2015         Make the H263+ pay/depayloader support H263-1998 and H263-2000
2016         payloads.
2017         Also alow plain H263 on the h263p payloaders. Fixes #465040.
2018
2019 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2020
2021         * gst/audiofx/audiochebyshevfreqband.c:
2022         * gst/audiofx/audiochebyshevfreqlimit.c:
2023         Add small comparision with the windowed sinc filters in the docs.
2024
2025 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2026
2027         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
2028         (audiochebyshevfreqband_suite):
2029         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
2030         (audiochebyshevfreqlimit_suite):
2031         Also test 32 bit float mode and the type 2 variants of the filters.
2032
2033 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
2034
2035         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2036         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2037         (gst_rtspsrc_loop):
2038         Refactor the udp and interleaved loop function a bit.
2039
2040 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2041
2042         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2043         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
2044         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
2045         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2046         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2047         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
2048         * gst/rtsp/gstrtspsrc.h:
2049         Protect connection activity with a new lock, avoids deadlocks when going
2050         to PAUSED. Fixes #455808.
2051
2052 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2053
2054         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
2055         Fix debug statement.
2056
2057 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2058
2059         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
2060         Fix stray %u in debug line as spotted by Saur on IRC.
2061
2062 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
2063
2064         * gst/audiofx/audiochebyshevfreqband.c:
2065         (gst_audio_chebyshev_freq_band_class_init):
2066         * gst/audiofx/audiochebyshevfreqlimit.c:
2067         (gst_audio_chebyshev_freq_limit_class_init):
2068         Use generator macros for the process functions for the different
2069         sample types, add lower upper boundaries for the GObject properties
2070         so automatically generated UIs can use sliders and add a note about
2071         the number of poles as a too high number of poles combined with
2072         very low or very high frequencies will produce only noise.
2073         * docs/plugins/gst-plugins-good-plugins.args:
2074         Regenerated for the property changes.
2075
2076 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2077
2078         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
2079         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
2080         (gst_rtspsrc_stream_configure_udp_sink),
2081         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
2082         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2083         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2084         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
2085         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
2086         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2087         * gst/rtsp/gstrtspsrc.h:
2088         Improve timeout handling.
2089         Use the same socket for sending and receiving RTCP packets so that some
2090         servers can track clients better.
2091         Improve connection closed handling. Try to reconnect.
2092         Don't overwrite our content base with NULL.
2093         Improve debugging.
2094         Improve range parsing and handling.
2095         Remove flushing hack now that core does the right thing.
2096
2097 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2098
2099         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2100         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
2101         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
2102         (gst_multiudpsink_close), (gst_multiudpsink_add):
2103         * gst/udp/gstmultiudpsink.h:
2104         Add support for getting and setting the socket to use.
2105
2106         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2107         (gst_udpsrc_create), (gst_udpsrc_get_property):
2108         Add support for getting the currently used socket.
2109
2110 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
2111
2112         reviewed by: Stefan Kost  <ensonic@users.sf.net>
2113
2114         * gst/audiofx/Makefile.am:
2115         * gst/audiofx/audiochebyshevfreqband.c:
2116         (gst_audio_chebyshev_freq_band_mode_get_type),
2117         (gst_audio_chebyshev_freq_band_base_init),
2118         (gst_audio_chebyshev_freq_band_dispose),
2119         (gst_audio_chebyshev_freq_band_class_init),
2120         (gst_audio_chebyshev_freq_band_init),
2121         (generate_biquad_coefficients), (calculate_gain),
2122         (generate_coefficients),
2123         (gst_audio_chebyshev_freq_band_set_property),
2124         (gst_audio_chebyshev_freq_band_get_property),
2125         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
2126         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
2127         (gst_audio_chebyshev_freq_band_start):
2128         * gst/audiofx/audiochebyshevfreqband.h:
2129         * gst/audiofx/audiochebyshevfreqlimit.c:
2130         (gst_audio_chebyshev_freq_limit_mode_get_type),
2131         (gst_audio_chebyshev_freq_limit_base_init),
2132         (gst_audio_chebyshev_freq_limit_dispose),
2133         (gst_audio_chebyshev_freq_limit_class_init),
2134         (gst_audio_chebyshev_freq_limit_init),
2135         (generate_biquad_coefficients), (calculate_gain),
2136         (generate_coefficients),
2137         (gst_audio_chebyshev_freq_limit_set_property),
2138         (gst_audio_chebyshev_freq_limit_get_property),
2139         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
2140         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
2141         (gst_audio_chebyshev_freq_limit_start):
2142         * gst/audiofx/audiochebyshevfreqlimit.h:
2143         * gst/audiofx/audiofx.c: (plugin_init):
2144         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
2145         Fixes #464800.
2146
2147         * tests/check/Makefile.am:
2148         * tests/check/elements/.cvsignore:
2149         * tests/check/elements/audiochebyshevfreqband.c:
2150         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
2151         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
2152         * tests/check/elements/audiochebyshevfreqlimit.c:
2153         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
2154         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
2155         Add unit tests for the chebyshev filters.
2156
2157         * docs/plugins/Makefile.am:
2158         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2159         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2160         * docs/plugins/gst-plugins-good-plugins.args:
2161         * docs/plugins/inspect/plugin-1394.xml:
2162         * docs/plugins/inspect/plugin-audiofx.xml:
2163         * docs/plugins/inspect/plugin-dv.xml:
2164         * docs/plugins/inspect/plugin-flac.xml:
2165         * docs/plugins/inspect/plugin-jpeg.xml:
2166         * docs/plugins/inspect/plugin-png.xml:
2167         * docs/plugins/inspect/plugin-rtp.xml:
2168         * docs/plugins/inspect/plugin-shout2send.xml:
2169         * docs/plugins/inspect/plugin-wavpack.xml:
2170         And add docs for the chebyshev filters. While doing
2171         that also run make update in docs/plugins.
2172
2173 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2174
2175         * ext/annodex/gstcmmltag.c:
2176         * gst/rtp/gstrtpvorbispay.c:
2177           Make ro memory to share.
2178
2179 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2180
2181         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2182         Improve UDP performance by avoiding a select() when we have data
2183         available immediatly.
2184
2185 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2186
2187         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
2188         (gst_rtp_dec_class_init):
2189         * gst/rtsp/gstrtpdec.h:
2190         Add (dummy) SSRC management signals.
2191
2192         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
2193         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
2194         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
2195         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
2196         (on_timeout), (gst_rtspsrc_stream_configure_manager),
2197         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
2198         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2199         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2200         * gst/rtsp/gstrtspsrc.h:
2201         Add connection-speed property.
2202         Add find_stream helper functions.
2203         Handle stream EOS based on BYE messages or SSRC timeout.
2204         Returns SUCCESS from the state change function as we hide our async
2205         elements from the parent.
2206
2207 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2208
2209         * gst/debug/rndbuffersize.c:
2210           Fix da leak.
2211
2212 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
2213
2214         * gst/debug/Makefile.am:
2215         * gst/debug/breakmydata.c:
2216         * gst/debug/gstdebug.c:
2217         * gst/debug/negotiation.c:
2218         * gst/debug/progressreport.c:
2219         * gst/debug/rndbuffersize.c:
2220         * gst/debug/testplugin.c:
2221           Add new test element and clean-up the others a little.
2222
2223 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
2224
2225         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2226         Fix parsing of mp4a version 0 atoms. Fixes #465774.
2227
2228 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
2229
2230         * gst/rtp/gstrtpilbcdepay.c:
2231           Include stdlib.
2232
2233 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
2234
2235         * gst/rtp/gstrtpmpvdepay.c:
2236         Set the mpegversion in the caps so that autoplugging does not get
2237         confused.
2238
2239 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2240
2241         * po/hu.po:
2242         * po/uk.po:
2243         * po/vi.po:
2244           Updated translations.
2245
2246 2007-08-08  Michael Smith <msmith@fluendo.com>
2247
2248         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
2249           Render right border in the correct location.
2250
2251 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
2252
2253         Patch by: Olivier Crete <tester at tester dot ca>
2254
2255         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
2256         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2257         Make mode property a string. Fixes #464475.
2258
2259 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2260
2261         * ext/flac/gstflacenc.c:
2262           Widen caps to match decoder a bit and add more FIXMEs.
2263
2264 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2265
2266         patch by: Mark Nauwelaerts <manauw@skynet.be>
2267
2268         * gst/avi/gstavimux.c:
2269           Fix ODML index tag numbering. Fixes #463624.
2270
2271 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
2272
2273         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
2274         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2275         (gst_rtspsrc_stream_configure_tcp),
2276         (gst_rtspsrc_stream_configure_udp_sink):
2277         Fix default clock-rate for realmedia.
2278         Fix parsing of transport.
2279         Don't try to link NULL pads.
2280
2281 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
2282
2283         * po/POTFILES.skip:
2284           Add POTFILES.skip with list of source files that aren't disted at the
2285           moment but contain translatable strings. Should hopefully pacify
2286           broken tools and make it clearer that these files are left out
2287           intentionally (#461600).
2288
2289 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
2290
2291         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
2292         If the buffer was entirely clipped ... don't try sending it :)
2293
2294 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2295
2296         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
2297         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
2298         (gst_rtspsrc_create_transports_string),
2299         (gst_rtspsrc_prepare_transports):
2300         If we don't hav a session manager, set the caps on outgoing buffers
2301         ourselves.
2302         Force PAUSE/PLAY methods for now until the extensions can overwrite.
2303         Append final bit of the transport string even when it does not contain a
2304         placeholder.
2305
2306 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2307
2308         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
2309         (gst_rtsp_ext_list_connect):
2310         * gst/rtsp/gstrtspext.h:
2311         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2312         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
2313         Clean up the interface list.
2314         Allow connecting to interface signals for the extensions.
2315         Remove old extension code.
2316         Free list on cleanup.
2317         Allow extensions to send additional RTSP messages.
2318
2319 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2320
2321         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
2322         Handle a NULL gconf key gracefully by rendering the default element.
2323
2324 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2325
2326         * gst/rtsp/gstrtspext.h:
2327         Fix include path for extension interface.
2328
2329 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2330
2331         * gst/audiofx/audioamplify.h:
2332         Also remove a now unecessary variable here.
2333
2334 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2335
2336         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
2337         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
2338         * gst/audiofx/audiodynamic.c:
2339         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
2340         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
2341         * gst/audiofx/audiodynamic.h:
2342         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
2343         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
2344         * gst/audiofx/audioinvert.h:
2345         Don't save format information ourselves, this is already saved in
2346         GstAudioFilter.
2347
2348 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
2349
2350         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2351         (gst_rtsp_ext_list_stream_select):
2352         * gst/rtsp/gstrtspext.h:
2353         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
2354         Use rank to filter out extensions.
2355         Add url to stream_select interface call.
2356
2357 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2358
2359         * gst/rtsp/Makefile.am:
2360         * gst/rtsp/base64.c:
2361         * gst/rtsp/base64.h:
2362         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2363         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
2364         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
2365         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
2366         (gst_rtsp_ext_list_setup_media),
2367         (gst_rtsp_ext_list_configure_stream),
2368         (gst_rtsp_ext_list_get_transports),
2369         (gst_rtsp_ext_list_stream_select):
2370         * gst/rtsp/gstrtspext.h:
2371         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
2372         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
2373         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
2374         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2375         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
2376         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
2377         (gst_rtspsrc_stream_configure_tcp),
2378         (gst_rtspsrc_stream_configure_mcast),
2379         (gst_rtspsrc_stream_configure_udp),
2380         (gst_rtspsrc_stream_configure_udp_sink),
2381         (gst_rtspsrc_stream_configure_transport),
2382         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2383         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2384         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
2385         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
2386         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2387         (gst_rtspsrc_parse_methods),
2388         (gst_rtspsrc_create_transports_string),
2389         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
2390         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
2391         (gst_rtspsrc_play), (gst_rtspsrc_pause),
2392         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
2393         * gst/rtsp/gstrtspsrc.h:
2394         * gst/rtsp/rtsp.h:
2395         * gst/rtsp/rtspconnection.c:
2396         * gst/rtsp/rtspconnection.h:
2397         * gst/rtsp/rtspdefs.c:
2398         * gst/rtsp/rtspdefs.h:
2399         * gst/rtsp/rtspext.h:
2400         * gst/rtsp/rtspextwms.c:
2401         * gst/rtsp/rtspextwms.h:
2402         * gst/rtsp/rtspmessage.c:
2403         * gst/rtsp/rtspmessage.h:
2404         * gst/rtsp/rtsprange.c:
2405         * gst/rtsp/rtsprange.h:
2406         * gst/rtsp/rtsptransport.c:
2407         * gst/rtsp/rtsptransport.h:
2408         * gst/rtsp/rtspurl.c:
2409         * gst/rtsp/rtspurl.h:
2410         * gst/rtsp/sdp.h:
2411         * gst/rtsp/sdpmessage.c:
2412         * gst/rtsp/sdpmessage.h:
2413         * gst/rtsp/test.c:
2414         Use shiny new RTSP and SDP library.
2415         Implement RTSP extensions using the new interface.
2416         Remove a lot of old code.
2417
2418 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
2419
2420         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2421         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
2422
2423 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2424
2425         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2426         Don't unref the outgoing buffer twice when dropping it because it's
2427         outside of the segment.
2428
2429 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2430
2431         * configure.ac:
2432         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
2433         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
2434         Use the new buffer clipping function from gstaudio here and
2435         require gst-plugins-base CVS.
2436         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
2437         For framed Wavpack buffers we require a valid timestamp.
2438
2439 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
2440
2441         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
2442         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
2443         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
2444         Clip raw audio and video when we can, keep track of current output
2445         segment.
2446         Don't leak buffers and events when there is no output pad.
2447         Improve debugging here and there.
2448
2449 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
2450
2451         * configure.ac:
2452           Sync liboil check with plugins-base.
2453
2454 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
2455
2456         * ext/annodex/Makefile.am:
2457           Fix CFLAGS/LIBS.
2458
2459         * ext/cdio/gstcdiocddasrc.c:
2460         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
2461           Include stdlib
2462
2463         * ext/cairo/Makefile.am:
2464         * gst/videofilter/Makefile.am:
2465         * tests/examples/level/Makefile.am:
2466           Use $(LIBM) instead of -lm
2467
2468 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2469
2470         * sys/v4l2/gstv4l2src.c:
2471           Add another example pipeline.
2472
2473 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2474
2475         Patch by: Alexander Eichner <alexeichi@yahoo.de>
2476
2477         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2478           Use define here.
2479
2480         * sys/v4l2/gstv4l2tuner.c:
2481         (gst_v4l2_tuner_set_frequency_and_notify):
2482           Don't touch the property - its still disabled.
2483
2484         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
2485         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
2486         * sys/v4l2/v4l2src_calls.h:
2487           Improve fallback format negotionation. Fixes #451388
2488
2489 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2490
2491         * tests/check/elements/videocrop.c: (GST_START_TEST):
2492           Fix the test.
2493
2494 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2495
2496         * docs/plugins/Makefile.am:
2497         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2498         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2499         * docs/plugins/inspect/plugin-jpeg.xml:
2500         * docs/plugins/inspect/plugin-png.xml:
2501         * ext/jpeg/gstjpegdec.c:
2502         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
2503         (gst_pngdec_sink_setcaps):
2504           More docs. More logs in pngdec.
2505
2506 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
2507
2508         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2509           Initialize num_buffers with minimum value.
2510
2511         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
2512         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
2513           Handle frame-size query failure gracefully.
2514
2515 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
2516
2517         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2518         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
2519         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
2520         of qt/aac files.
2521
2522 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
2523
2524         * ext/wavpack/gstwavpackdec.c:
2525         (gst_wavpack_dec_clip_outgoing_buffer):
2526         Fix buffer clipping to correctly clip to the segment stop.
2527
2528 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
2529
2530         * configure.ac:
2531         * tests/Makefile.am:
2532         Remove bogus check for libcheck, since we check for
2533         gstreamer-check and it pulls in the required info from there,
2534         and we weren't actually _using_ the information for libcheck
2535         ourselves anyway.
2536
2537 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
2538
2539         * configure.ac:
2540           Use pkg-config to locate check.
2541
2542 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
2543
2544         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
2545         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
2546         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
2547         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2548         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
2549         * gst/effectv/gstaging.c: (gst_agingtv_transform):
2550         * gst/effectv/gstdice.c: (gst_dicetv_transform):
2551         * gst/effectv/gstedge.c: (gst_edgetv_transform):
2552         * gst/effectv/gstquark.c: (gst_quarktv_transform):
2553         * gst/effectv/gstrev.c: (gst_revtv_transform):
2554         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
2555         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
2556         * gst/effectv/gstwarp.c: (gst_warptv_transform):
2557         * gst/matroska/matroska-demux.c:
2558         (gst_matroska_demux_add_wvpk_header),
2559         (gst_matroska_demux_check_subtitle_buffer),
2560         (gst_matroska_decode_buffer):
2561         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
2562           Fix build against core CVS.
2563
2564 2007-07-10  Edward Hervey  <bilboed@gmail.com>
2565
2566         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
2567         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
2568         don't have enough granularity to convert that boolean into a
2569         GstFlowReturn.
2570
2571 2007-07-06  Michael Smith <msmith@fluendo.com>
2572
2573         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
2574         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
2575         (gst_alawdec_change_state):
2576         * gst/law/alaw-decode.h:
2577         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
2578         (gst_mulawdec_class_init), (gst_mulawdec_init),
2579         (gst_mulawdec_chain), (gst_mulawdec_change_state):
2580         * gst/law/mulaw-decode.h:
2581           Fix capsnego bogosity in *law decoders. 
2582
2583 2007-07-06  Michael Smith <msmith@fluendo.com>
2584
2585         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
2586         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
2587         (gst_smokeenc_change_state):
2588         * ext/jpeg/gstsmokeenc.h:
2589           Remove stupidity in get/set caps functions.
2590           Fix some refcounting problems.
2591
2592 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
2593
2594         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
2595         Remove endianness-flipping hack that seems to have been required
2596         only because of a bug in ffmpegcolorspace.
2597         Partially Fixes: #451908
2598
2599 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
2600
2601         * docs/plugins/Makefile.am:
2602           Simplify --extra-dir as gtkdoc scans recursively.
2603
2604 2007-07-03  Wim Taymans,,,  <set EMAIL_ADDRESS environment variable>
2605
2606         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2607
2608         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2609         Set the encoding-name in the rtp caps to all uppercase, as required by
2610         the caps spec.
2611         Some small cleanups in the error paths. Fixes #453037.
2612
2613 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
2614
2615         * ext/wavpack/gstwavpackparse.c:
2616         (gst_wavpack_parse_index_get_last_entry),
2617         (gst_wavpack_parse_index_get_entry_from_sample),
2618         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
2619         (gst_wavpack_parse_scan_to_find_sample):
2620         * ext/wavpack/gstwavpackparse.h:
2621         Use a GSList for the GArray that is used like a list anyway.
2622
2623 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
2624
2625         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
2626         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
2627         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
2628           Add state change function where we set 0/1 as default framerate in
2629           case our setcaps function isn't called, like it might not in a
2630           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
2631           gdkpixbufdec trying to create caps with a 0/0 framerate.
2632           Also post an error message on the bus if gst_pad_push() fails when
2633           called from our sink event handler (+1 for flow returns for event
2634           functions in 0.11) instead of failing silently.
2635
2636 2007-06-27  Wim Taymans  <wim@fluendo.com>
2637
2638         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
2639         Cast stack args to the proper types. Fixes #451249.
2640
2641 2007-06-27  Wim Taymans  <wim@fluendo.com>
2642
2643         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2644         (new_session_pad), (gst_rtspsrc_setup_streams):
2645         * gst/rtsp/gstrtspsrc.h:
2646         For container formats we only need to activate one of the streams so
2647         that we correctly signal no-more-pads. Fixes #451015.
2648
2649 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
2650
2651         * docs/plugins/gst-plugins-good-plugins.args:
2652         * docs/plugins/inspect/plugin-aasink.xml:
2653         * docs/plugins/inspect/plugin-alaw.xml:
2654         * docs/plugins/inspect/plugin-alpha.xml:
2655         * docs/plugins/inspect/plugin-alphacolor.xml:
2656         * docs/plugins/inspect/plugin-annodex.xml:
2657         * docs/plugins/inspect/plugin-apetag.xml:
2658         * docs/plugins/inspect/plugin-audiofx.xml:
2659         * docs/plugins/inspect/plugin-auparse.xml:
2660         * docs/plugins/inspect/plugin-autodetect.xml:
2661         * docs/plugins/inspect/plugin-avi.xml:
2662         * docs/plugins/inspect/plugin-cacasink.xml:
2663         * docs/plugins/inspect/plugin-cairo.xml:
2664         * docs/plugins/inspect/plugin-cdio.xml:
2665         * docs/plugins/inspect/plugin-cutter.xml:
2666         * docs/plugins/inspect/plugin-debug.xml:
2667         * docs/plugins/inspect/plugin-efence.xml:
2668         * docs/plugins/inspect/plugin-effectv.xml:
2669         * docs/plugins/inspect/plugin-esdsink.xml:
2670         * docs/plugins/inspect/plugin-flac.xml:
2671         * docs/plugins/inspect/plugin-flxdec.xml:
2672         * docs/plugins/inspect/plugin-gconfelements.xml:
2673         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2674         * docs/plugins/inspect/plugin-goom.xml:
2675         * docs/plugins/inspect/plugin-halelements.xml:
2676         * docs/plugins/inspect/plugin-icydemux.xml:
2677         * docs/plugins/inspect/plugin-id3demux.xml:
2678         * docs/plugins/inspect/plugin-jpeg.xml:
2679         * docs/plugins/inspect/plugin-ladspa.xml:
2680         * docs/plugins/inspect/plugin-level.xml:
2681         * docs/plugins/inspect/plugin-matroska.xml:
2682         * docs/plugins/inspect/plugin-mulaw.xml:
2683         * docs/plugins/inspect/plugin-multipart.xml:
2684         * docs/plugins/inspect/plugin-navigationtest.xml:
2685         * docs/plugins/inspect/plugin-ossaudio.xml:
2686         * docs/plugins/inspect/plugin-png.xml:
2687         * docs/plugins/inspect/plugin-quicktime.xml:
2688         * docs/plugins/inspect/plugin-rtp.xml:
2689         * docs/plugins/inspect/plugin-rtsp.xml:
2690         * docs/plugins/inspect/plugin-smpte.xml:
2691         * docs/plugins/inspect/plugin-speex.xml:
2692         * docs/plugins/inspect/plugin-taglib.xml:
2693         * docs/plugins/inspect/plugin-udp.xml:
2694         * docs/plugins/inspect/plugin-videobalance.xml:
2695         * docs/plugins/inspect/plugin-videobox.xml:
2696         * docs/plugins/inspect/plugin-videocrop.xml:
2697         * docs/plugins/inspect/plugin-videoflip.xml:
2698         * docs/plugins/inspect/plugin-videomixer.xml:
2699         * docs/plugins/inspect/plugin-wavenc.xml:
2700         * docs/plugins/inspect/plugin-wavparse.xml:
2701         * docs/plugins/inspect/plugin-ximagesrc.xml:
2702           Update docs with caps info.
2703
2704 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
2705
2706         * po/POTFILES.in:
2707           Add more files with translatable strings (#450878).
2708
2709 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
2710
2711         * MAINTAINERS:
2712         Updating all the maintainers files
2713
2714 2007-06-22  Edward Hervey  <edward@fluendo.com>
2715
2716         * ext/flac/gstflactag.c: (gst_flac_tag_init):
2717         * gst/interleave/deinterleave.c: (deinterleave_init),
2718         (deinterleave_sink_link):
2719         * gst/interleave/interleave.c: (interleave_init):
2720         * gst/median/gstmedian.c: (gst_median_init):
2721         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
2722         Fix memory leaks.
2723         * tests/check/elements/id3demux.c: (pad_added_cb):
2724         Remove unused variable.
2725
2726 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
2727
2728         * ext/gconf/gconf.h:
2729         Make the prototype of gst_gconf_get_key_for_sink_profile
2730         match the implementation.
2731         Patch by: Damien Carbery <damien dot carbery at sun dot com>
2732         Fixes: #449747
2733
2734 2007-06-20  Michael Smith <msmith@fluendo.com>
2735
2736         * gst/rtp/gstrtpdepay.c:
2737           Fix description - rtpdepay is not a payloader.
2738
2739 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
2740
2741         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
2742         (qtdemux_video_caps):
2743         * gst/qtdemux/qtdemux_fourcc.h:
2744           Add MJPG to the variants of motion jpeg.
2745
2746 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
2747
2748         * tests/check/Makefile.am:
2749         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
2750         * tests/check/elements/videocrop.c: (GST_START_TEST):
2751         * tests/check/elements/videofilter.c:
2752         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
2753         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
2754           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
2755           error flags are included and it errors out on compiler warnings
2756           for CVS builds; remove unused variables in various unit tests.
2757
2758 2007-06-19  Wim Taymans  <wim@fluendo.com>
2759
2760         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2761         (rtsp_connection_close), (rtsp_connection_free):
2762         Use threadsafe inet_ntop to convert an ip number to a string. 
2763         Fixes #447961.
2764         Don't leak fd (and ip) when freeing a connection without first closing
2765         it.
2766
2767 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
2768
2769         * configure.ac:
2770         Back to CVS
2771
2772         * gst-plugins-good.doap:
2773         Add 0.10.6 to the doap file.
2774
2775 === release 0.10.6 ===
2776
2777 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
2778
2779         * configure.ac:
2780           releasing 0.10.6, "Wobble Board"
2781
2782 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
2783
2784         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2785         (rtsp_connection_free):
2786           Revert previous commit again, since we are frozen (sorry).
2787
2788 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
2789
2790         Patch by: Peter Kjellerstedt <pkj at axis com>
2791
2792         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2793         (rtsp_connection_free):
2794           inet_ntoa() uses a static buffer internally, so we need to copy the
2795           returned string if we want to store it for later (#447961).
2796
2797 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
2798
2799         * win32/vs6/autogen.dsp:
2800         * win32/vs6/gst_plugins_good.dsw:
2801         * win32/vs6/libgstalaw.dsp:
2802         * win32/vs6/libgstalpha.dsp:
2803         * win32/vs6/libgstalphacolor.dsp:
2804         * win32/vs6/libgstapetag.dsp:
2805         * win32/vs6/libgstaudiofx.dsp:
2806         * win32/vs6/libgstauparse.dsp:
2807         * win32/vs6/libgstautodetect.dsp:
2808         * win32/vs6/libgstavi.dsp:
2809         * win32/vs6/libgstcutter.dsp:
2810         * win32/vs6/libgstdirectdraw.dsp:
2811         * win32/vs6/libgstdirectsound.dsp:
2812         * win32/vs6/libgsteffectv.dsp:
2813         * win32/vs6/libgstflx.dsp:
2814         * win32/vs6/libgstgoom.dsp:
2815         * win32/vs6/libgsticydemux.dsp:
2816         * win32/vs6/libgstid3demux.dsp:
2817         * win32/vs6/libgstinterleave.dsp:
2818         * win32/vs6/libgstjpeg.dsp:
2819         * win32/vs6/libgstlevel.dsp:
2820         * win32/vs6/libgstmatroska.dsp:
2821         * win32/vs6/libgstmedian.dsp:
2822         * win32/vs6/libgstmonoscope.dsp:
2823         * win32/vs6/libgstmulaw.dsp:
2824         * win32/vs6/libgstmultipart.dsp:
2825         * win32/vs6/libgstqtdemux.dsp:
2826         * win32/vs6/libgstrtp.dsp:
2827         * win32/vs6/libgstrtsp.dsp:
2828         * win32/vs6/libgstsmpte.dsp:
2829         * win32/vs6/libgstspeex.dsp:
2830         * win32/vs6/libgstudp.dsp:
2831         * win32/vs6/libgstvideobalance.dsp:
2832         * win32/vs6/libgstvideobox.dsp:
2833         * win32/vs6/libgstvideocrop.dsp:
2834         * win32/vs6/libgstvideoflip.dsp:
2835         * win32/vs6/libgstvideomixer.dsp:
2836         * win32/vs6/libgstwaveform.dsp:
2837         * win32/vs6/libgstwavenc.dsp:
2838         * win32/vs6/libgstwavparse.dsp:
2839         Mark *.dsp & *.dsw as binary files and convert to DOS line
2840         endings, as they don't load into VS6 correctly otherwise.
2841
2842 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
2843
2844         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
2845         (rtsp_connection_connect):
2846         Fix the MingW build. 
2847         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
2848         Fixes: #446981
2849
2850 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
2851
2852         * tests/check/elements/.cvsignore:
2853         * tests/icles/.cvsignore:
2854         Hush the buildbots up
2855
2856 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
2857
2858         * configure.ac:
2859         * sys/Makefile.am:
2860         * sys/directdraw/Makefile.am:
2861         * sys/directsound/Makefile.am:
2862         * sys/waveform/Makefile.am:
2863         Make sure to dist everything needed for win32 builds.
2864
2865 2007-06-14  Edward Hervey  <edward@fluendo.com>
2866
2867         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
2868         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
2869         caps.
2870         Fixes #447458
2871
2872 2007-06-13  Wim Taymans  <wim@fluendo.com>
2873
2874         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
2875         Make sure we allocate enough memory for the codec_data.
2876         Fixes #447210.
2877
2878 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
2879
2880         * win32/MANIFEST:
2881         Add videocrop project file to the win32 manifest.
2882         * win32/vs6/gst_plugins_good.dsw:
2883         Add qtdemux,videocrop and waveform projects to the workspace.
2884         * win32/vs6/libgstqtdemux.dsp:
2885         Add zlib to the link list of qtdemux.
2886         * win32/vs6/libgstvideocrop.dsp:
2887         Add a project file for videocrop.
2888
2889 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2890
2891         * po/POTFILES.in:
2892         Add qtdemux for translation
2893
2894 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2895
2896         * configure.ac:
2897         * docs/plugins/Makefile.am:
2898         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2899         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2900         * docs/plugins/inspect/plugin-videocrop.xml:
2901         * gst-plugins-good.spec.in:
2902         * sys/Makefile.am:
2903         * tests/check/Makefile.am:
2904         * tests/icles/Makefile.am:
2905         * tests/icles/videocrop-test.c:
2906         Move videocrop and osxvideo from -bad.
2907
2908 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2909
2910         * configure.ac:
2911         * docs/plugins/Makefile.am:
2912         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2913         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2914         * docs/plugins/gst-plugins-good-plugins.args:
2915         * docs/plugins/inspect/plugin-qtdemux.xml:
2916         * docs/plugins/inspect/plugin-quicktime.xml:
2917         * win32/MANIFEST:
2918         Move qtdemux from -bad.
2919
2920         * gst-plugins-good.spec.in:
2921         Update spec file to reflect moving of qtdemux and wavpack
2922
2923 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2924         
2925         * win32/MANIFEST:
2926         * docs/plugins/Makefile.am:
2927         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2928         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2929         * docs/plugins/inspect/plugin-directdraw.xml:
2930         * docs/plugins/inspect/plugin-directsound.xml:
2931         * docs/plugins/inspect/plugin-waveform.xml:
2932         Move the waveform plugin from -bad too. Update the inspect xml
2933         files to mention Plugins Good instead of Plugins Bad.
2934
2935 2007-06-12  Andy Wingo  <wingo@pobox.com>
2936
2937         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
2938         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
2939         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
2940         finalization and resuscitation. No longer public.
2941         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
2942         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
2943         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
2944         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
2945         miniobject semantics, and be threadsafe.
2946         (gst_v4l2src_queue_frame): Remove this function, as we just call
2947         the ioctls directly in the two places where we queue buffers.
2948         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
2949         directly.
2950         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
2951         to allocate the pool, which also preallocates the GstBuffers.
2952         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
2953         queueing the frames directly.
2954         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
2955         mmap buffers have been dequeued.
2956
2957         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
2958         real MiniObject instead of rolling our own refcounting and
2959         finalizing. Give it a lock.
2960         (struct _GstV4l2Buffer): Remove one intermediary object, having
2961         the buffers hold the struct v4l2_buffer directly.
2962
2963         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
2964         capture_init so that it can set them on the buffers that it will
2965         create.
2966         (gst_v4l2src_get_read): For better or for worse, include the
2967         timestamping and offsetting code here; really we should be using
2968         bufferalloc though.
2969         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
2970         preallocated, mmap'd buffers.
2971
2972 2007-06-11  Wim Taymans  <wim@fluendo.com>
2973
2974         Patch by: daniel fischer <dan at f3c dot com>
2975
2976         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
2977         (gst_ximage_src_get_caps):
2978         Actually use the display_name property so that we can dump any
2979         available X display. Fixes #445905.
2980
2981 2007-06-11  Wim Taymans  <wim@fluendo.com>
2982
2983         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2984
2985         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
2986         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
2987         Add missing rate fields to caps. Fixes #441118.
2988
2989 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
2990
2991         * win32/vs6/gst_plugins_good.dsw:
2992         * win32/vs8/gst-plugins-good.sln:
2993         Add DirectSound and DirectDraw sinks project files to
2994         workspace and solution files.
2995
2996 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2997
2998         Patch by: Josh Coalson <xflac at yahoo dot com>,
2999         updated by Alexis Ballier <aballier at gentoo dot org>:
3000
3001         * configure.ac:
3002         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
3003         (gst_flac_dec_setup_seekable_decoder),
3004         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
3005         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
3006         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
3007         * ext/flac/gstflacdec.h:
3008         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3009         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
3010         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
3011         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
3012         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
3013         (gst_flac_enc_chain), (gst_flac_enc_set_property),
3014         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
3015         * ext/flac/gstflacenc.h:
3016         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
3017         
3018 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3019
3020         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
3021         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
3022         not necessary anymore as we need at least that core version. 
3023
3024 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3025
3026         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3027         (gst_wavpack_dec_chain):
3028         * ext/wavpack/gstwavpackdec.h:
3029         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3030         (gst_wavpack_parse_push_buffer):
3031         * ext/wavpack/gstwavpackparse.h:
3032         Improve discont handling by checking if the next Wavpack block has
3033         the expected, following block index.
3034
3035 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3036
3037         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
3038           Fix element description.
3039
3040 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3041
3042         * configure.ac:
3043         * docs/plugins/Makefile.am:
3044         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3045         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3046         * docs/plugins/gst-plugins-good-plugins.args:
3047         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3048         * docs/plugins/gst-plugins-good-plugins.signals:
3049         * docs/plugins/inspect/plugin-autodetect.xml:
3050         * docs/plugins/inspect/plugin-gconfelements.xml:
3051         * docs/plugins/inspect/plugin-ladspa.xml:
3052         * docs/plugins/inspect/plugin-rtp.xml:
3053         * docs/plugins/inspect/plugin-wavpack.xml:
3054         * ext/Makefile.am:
3055         * tests/check/Makefile.am:
3056           move wavpack plugin.  See #352605.
3057
3058 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
3059
3060         * configure.ac:
3061         * docs/plugins/Makefile.am:
3062         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3063         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3064         * docs/plugins/gst-plugins-good-plugins.args:
3065         * sys/Makefile.am:
3066         * win32/MANIFEST:
3067         Add DirectDraw & DirectSound plugins to the build and docs.
3068
3069 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
3070
3071         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
3072         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
3073           When operating in pull mode, error out correct on not-linked.
3074
3075 2007-06-06  Andy Wingo  <wingo@pobox.com>
3076
3077         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
3078         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
3079         format and size if the ioctls are defined; should fix compilation
3080         on Linux < 2.16.19.
3081
3082 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
3083
3084         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
3085           Printf fixes in debug statements; use LOG level for debug statements
3086           that are printed for each and every frame; convert c++ comments to
3087           C-style comments; not much point using g_try_malloc() if we then not
3088           even check the return value.
3089
3090 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
3091
3092         * configure.ac:
3093           Bump requirements to released versions (core and base 0.10.13).
3094
3095         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
3096           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
3097           own implementation.
3098
3099 2007-06-05  Andy Wingo  <wingo@pobox.com>
3100
3101         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
3102         some useless comments.
3103
3104         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
3105         frames before calling STREAMON, that might leave them in a state
3106         where they can't be dequeued if we go back to NULL without calling
3107         STREAMON, according to the docs.
3108         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
3109         before we call STREAMON.
3110         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
3111         failures. (For me this code hung.) The pool refcounting is still
3112         crack; added a note to that effect.
3113
3114 2007-06-05  Wim Taymans  <wim@fluendo.com>
3115
3116         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
3117         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
3118         Add support for mapping gst structure names to the MIME type equivalent.
3119         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
3120
3121 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3122
3123         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3124         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
3125         (gst_wavenc_chain), (gst_wavenc_change_state):
3126         * gst/wavenc/gstwavenc.h:
3127         Properly write wav files with width!=depth by having the depth most
3128         significant bytes set and all others zero. Fixes #442535.
3129
3130 2007-06-01  Wim Taymans  <wim@fluendo.com>
3131
3132         * gst/rtsp/rtspconnection.c:
3133         Add include to make buildbot happy.
3134
3135 2007-06-01  Wim Taymans  <wim@fluendo.com>
3136
3137         Patch by: Peter Kjellerstedt  <pkj at axis com>
3138
3139         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3140         (rtsp_connection_connect), (add_date_header),
3141         (rtsp_connection_send), (parse_response_status),
3142         (parse_request_line), (parse_line), (rtsp_connection_receive):
3143         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
3144         * gst/rtsp/rtspdefs.h:
3145         * gst/rtsp/rtspmessage.c: (key_value_foreach),
3146         (rtsp_message_init_request), (rtsp_message_init_response),
3147         (rtsp_message_remove_header), (rtsp_message_append_headers),
3148         (rtsp_message_dump):
3149         * gst/rtsp/rtspmessage.h:
3150         Improves version checking, allowing an RTSP server to reply with "505
3151         RTSP Version not supported.
3152         Adds a Date header to all messages.
3153         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
3154         want to be able to send a response even if something in the request was
3155         invalid. EINVAL is only used when passing wrong arguments to functions.
3156         Do not handle an invalid method in parse_request_line(). Defer this to
3157         the caller so it can respond with "405 Method Not Allowed".
3158         Improves parsing of the timeout parameter to the Session header,
3159         allowing whitespace after the semicolon. 
3160         Avoids a compiler warning due to variables shadowing a function argument.
3161
3162 2007-06-01  Wim Taymans  <wim@fluendo.com>
3163
3164         Based on Patch by: Daniel Charles <dcharles at ti dot com>
3165
3166         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
3167         (gst_rtp_amr_depay_process):
3168         * gst/rtp/gstrtpamrdepay.h:
3169         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
3170         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
3171         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
3172         * gst/rtp/gstrtpamrpay.h:
3173         Add support for AMR-WB.
3174         Small cleanups such as using BOILERPLATE.
3175
3176 2007-05-31  Wim Taymans  <wim@fluendo.com>
3177
3178         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
3179         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
3180
3181 2007-05-30  Andy Wingo  <wingo@pobox.com>
3182
3183         * sys/v4l2/gstv4l2object.h: 
3184         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
3185         unintended changes.
3186
3187         * sys/v4l2/v4l2src_calls.h: 
3188         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
3189         the format list in the order that the driver gives it to us.
3190         (gst_v4l2src_probe_caps_for_format_and_size)
3191         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
3192         based on the capabilities of the device.
3193         (gst_v4l2src_grab_frame): Update for object variable renaming.
3194         (gst_v4l2src_set_capture): Update to be strict in its parameters,
3195         as in the set_caps below.
3196         (gst_v4l2src_capture_init): Update for object variable renaming,
3197         and reflow.
3198         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
3199         (gst_v4l2src_capture_deinit): Update for object variable renaming.
3200         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
3201         (gst_v4l2src_get_fps): Remove; these functions don't have much
3202         meaning outside of an atomic set_caps method.
3203         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
3204         known.
3205
3206         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
3207         call to update_fps; not sure about this change.
3208         (gst_v4l2_tuner_set_norm): Work around the fact that for the
3209         moment we don't have an update_fps_func.
3210
3211         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
3212         structures in the object, just store what we need. Do store the
3213         probed caps of the device. Don't store the current frame rate.
3214
3215         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
3216         update_fps_function, for now. Update for new object variable
3217         naming.
3218         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
3219         new object variable naming.
3220         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
3221         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
3222         (gst_v4l2src_get_caps): Rework to probe the device for supported
3223         frame sizes and frame rates.
3224         (gst_v4l2src_set_caps): Rework to be strict in the given
3225         parameters: if someone asks us to have a certain size and rate,
3226         that is what we configure.
3227         (gst_v4l2src_get_read): Update for object variable naming. Don't
3228         leak buffers on short reads.
3229         (gst_v4l2src_get_mmap): Update for object variable naming, and add
3230         comments.
3231         (gst_v4l2src_create): Update for object variable naming.
3232
3233 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3234
3235         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
3236         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
3237         * gst/avi/gstavidemux.h:
3238           Parse subtitle text streams instead of erroring out (#442034). Still
3239           needs a parser for the subtitles to actually show up.
3240
3241 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3242
3243         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
3244         (gst_avi_demux_loop):
3245           Make _push_event() return TRUE if the event could be pushed on at
3246           least one pad and not only if it could be pushed on all pads,
3247           otherwise we'll end up posting an error message on EOS if one or
3248           more source pads are not connected.
3249
3250 2007-05-28  Wim Taymans  <wim@fluendo.com>
3251
3252         * gst/rtsp/rtsptransport.c:
3253         Use renamed RTP bin.
3254
3255 2007-05-28  Wim Taymans  <wim@fluendo.com>
3256
3257         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
3258
3259         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
3260         (gst_video_box_set_property), (gst_video_box_transform_caps),
3261         (video_box_recalc_transform), (gst_video_box_set_caps),
3262         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
3263         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
3264         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
3265         (gst_video_box_i420_i420), (gst_video_box_transform),
3266         (plugin_init):
3267         Add AYUV->AYUV and AYUV->I420 formats. 
3268         Fix negotiation and I420->AYUV conversion.
3269         Fixes #429329.
3270
3271 2007-05-26  Wim Taymans  <wim@fluendo.com>
3272
3273         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
3274         Use different variables for nested for loops so that the outer loop
3275         functions properly and speex files with multiple frames per buffer work
3276         properly.
3277         Fixes #441408.
3278
3279 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3280
3281         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
3282           Don't leak newsegment events.
3283
3284 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3285
3286         * gst/wavparse/Makefile.am:
3287           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
3288           drags it in.
3289
3290 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3291
3292         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3293         (notgst_value_array_append_buffer),
3294         (gst_flac_enc_process_stream_headers),
3295         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
3296         (gst_flac_enc_change_state):
3297         * ext/flac/gstflacenc.h:
3298           Collect headers, add "streamheader" field to output caps and set
3299           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
3300           produces output according to the official FLAC-to-Ogg mapping
3301           instead of completely broken files. Fixes #426044.
3302
3303 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3304
3305         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
3306         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
3307         (gst_id3demux_sink_event):
3308         * gst/id3demux/gstid3demux.h:
3309         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
3310         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
3311         (gst_tag_demux_send_new_segment):
3312         Handle and adjust new-segment events so that downstream really
3313         sees a stream with the tag pieces stripped off the front and back.
3314         Fixes strangeness in seeking when mp3 decoders use the new-segment
3315         byte position to estimate their current playback position timestamp
3316         and then the arriving buffers don't match up.
3317
3318 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3319
3320         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
3321           Don't unnecessarily perform a READY->NULL->READY transition on the
3322           detected audio sink when starting up. Fixes: #440127
3323
3324 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
3325
3326         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
3327         (gst_flac_enc_chain):
3328           Don't crash in chain function if setcaps hasn't been called.
3329
3330 2007-05-24  Wim Taymans  <wim@fluendo.com>
3331
3332         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
3333         Init value to avoid infinte loops.
3334
3335 2007-05-24  Wim Taymans  <wim@fluendo.com>
3336
3337         Patch by: Peter Kjellerstedt  <pkj at axis com>
3338
3339         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
3340         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
3341         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3342         (gst_rtspsrc_play):
3343         (rtsp_connection_send), (rtsp_connection_receive):
3344         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
3345         Fix for new API.
3346
3347         * gst/rtsp/rtspconnection.c: (add_auth_header),
3348         Only add authorisation and session headers when sending messages.
3349
3350         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
3351         (rtsp_message_init_request), (rtsp_message_init_response),
3352         (rtsp_message_unset), (rtsp_message_add_header),
3353         (rtsp_message_remove_header), (rtsp_message_get_header),
3354         (rtsp_message_append_headers), (dump_key_value),
3355         (rtsp_message_dump):
3356         * gst/rtsp/rtspmessage.h:
3357         Add support for multiple headers of the same type by storing the parsed
3358         headers in a GArray instaed of a hashtable.
3359
3360 2007-05-21  Wim Taymans  <wim@fluendo.com>
3361
3362         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
3363         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
3364         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
3365         safer shutdown.
3366
3367 2007-05-21  Wim Taymans  <wim@fluendo.com>
3368
3369         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
3370         * gst/rtsp/gstrtpdec.h:
3371         Added signal for backwards compat.
3372
3373 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3374         
3375         Patch by: René Stadler <mail at renestadler dot de>
3376
3377         * configure.ac:
3378         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
3379         (gst_au_parse_parse_header), (gst_au_parse_chain):
3380         * gst/auparse/gstauparse.h:
3381         Use audioconvert for converting from non-native endianness floats
3382         in auparse instead of doing it ourself. Fixes #424527.
3383         This needs the audioconvert from plugins-base CVS.
3384         
3385 2007-05-21  Wim Taymans  <wim@fluendo.com>
3386
3387         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3388         (gst_rtp_h263p_pay_flush):
3389         Fix enum registration.
3390
3391 2007-05-21  Wim Taymans  <wim@fluendo.com>
3392
3393         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
3394
3395         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3396         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
3397         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
3398         (gst_rtp_h263p_pay_flush):
3399         * gst/rtp/gstrtph263ppay.h:
3400         Add new fragmentation mode base on GOB headers. Fixes #438940.
3401
3402 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
3403
3404         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
3405           Printf format fix.
3406
3407 2007-05-18  Wim Taymans  <wim@fluendo.com>
3408
3409         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
3410         Don't crash when an unsupported transport error was returned by the
3411         server, just try to configure the next stream. Fixes #439255.
3412
3413 2007-05-18  Wim Taymans  <wim@fluendo.com>
3414
3415         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
3416         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
3417         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
3418         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3419         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
3420         * gst/rtsp/gstrtspsrc.h:
3421         Add TCP timeout property and use it for all TCP connection.
3422
3423         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3424         (rtsp_connection_write), (rtsp_connection_next_timeout),
3425         (rtsp_connection_reset_timeout):
3426         Make connect and writes cancelable and make them use the timeout.
3427
3428 2007-05-18  Wim Taymans  <wim@fluendo.com>
3429
3430         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3431         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
3432         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3433         (gst_rtspsrc_setup_streams):
3434         Refactor timeout handling.
3435         Also send keep-alive when dealing with TCP transport.
3436
3437         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3438         (rtsp_connection_free), (rtsp_connection_next_timeout),
3439         (rtsp_connection_reset_timeout):
3440         * gst/rtsp/rtspconnection.h:
3441         Use a timer to handle the session timeouts, add some methods to deal
3442         with timeouts.
3443
3444 2007-05-17  Wim Taymans  <wim@fluendo.com>
3445
3446         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
3447         (gst_rtspsrc_setup_streams):
3448         Ignore streams that fail the setup command, we will retry with a
3449         different transport later on.
3450
3451         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
3452         (rtsp_ext_wms_configure_stream):
3453         Fix encoding name case.
3454
3455 2007-05-16  Edward Hervey  <edward@fluendo.com>
3456
3457         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
3458         Fix build on macosx.
3459
3460 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3461
3462         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
3463         Replace direct comparison of a string with the string literal "" with
3464         a comparison of the first character with '\0'. Fixes #438926.
3465
3466 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3467
3468         * gst/debug/breakmydata.c (gst_break_my_data_init):
3469           One more try. This should be the proper fix now.
3470
3471 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3472
3473         * gst/debug/breakmydata.c:
3474           Ooops, no // comments please.
3475
3476 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3477
3478         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
3479         (gst_break_my_data_init):
3480           Fix gst_buffer_is_writable() assertion.
3481
3482 2007-05-14  David Schleef  <ds@schleef.org>
3483
3484         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
3485           video/x-raw-bayer.  Fixes #314160.
3486
3487 2007-05-14  Wim Taymans  <wim@fluendo.com>
3488
3489         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
3490         (gst_rtp_theora_depay_parse_configuration):
3491         * gst/rtp/gstrtptheorapay.c: (encode_base64),
3492         (gst_rtp_theora_pay_finish_headers),
3493         (gst_rtp_theora_pay_handle_buffer):
3494         Update theora pay/depayloader in a similar to vorbis.
3495
3496         * gst/rtp/gstrtpvorbisdepay.c:
3497         (gst_rtp_vorbis_depay_parse_configuration):
3498         Update docs.
3499
3500 2007-05-14  Wim Taymans  <wim@fluendo.com>
3501
3502         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
3503         When we try to execute a method that is not supported by the server,
3504         don't error out but remove the method from the accepted methods so that
3505         we never try to perform this method again.
3506
3507 2007-05-14  Wim Taymans  <wim@fluendo.com>
3508
3509         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
3510         Remove annoying _dump_mem.
3511
3512 2007-05-14  Wim Taymans  <wim@fluendo.com>
3513
3514         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
3515         Parse range correctly.
3516
3517         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
3518         The baseurl now always has a '/' at the start.
3519
3520 2007-05-14  Wim Taymans  <wim@fluendo.com>
3521
3522         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
3523         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
3524         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3525         Factor out caps configuration and configure more stuff such as the time
3526         ranges and speed/scale values.
3527
3528         * gst/rtsp/rtsptransport.c:
3529         Add Copyright after non-trival fixes.
3530
3531 2007-05-12  Wim Taymans  <wim@fluendo.com>
3532
3533         Patch by: Peter Kjellerstedt  <pkj at axis com>
3534
3535         * gst/rtsp/gstrtspsrc.h:
3536         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
3537         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
3538         (rtsp_message_get_header):
3539         * gst/rtsp/rtspmessage.h:
3540         Make channel guint8 where possible.
3541         Make rtsp_message_init_data() take the channel as a guint8.
3542
3543         * gst/rtsp/rtspdefs.c:
3544         Fixed a typo: Timout -> Timeout
3545
3546         * gst/rtsp/rtspdefs.h:
3547         Make RTSP_CHECK() behave as a statement.
3548
3549         * gst/rtsp/sdpmessage.c:
3550         Avoid a compiler warning in INIT_ARRAY().
3551         Fixes #437692.
3552
3553 2007-05-12  Wim Taymans  <wim@fluendo.com>
3554
3555         Patch by: Peter Kjellerstedt  <pkj at axis com>
3556
3557         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
3558         (rtsp_url_get_request_uri):
3559         * gst/rtsp/rtspurl.h:
3560         Add support for query parameters to RTSP URLs.
3561
3562 2007-05-12  Wim Taymans  <wim@fluendo.com>
3563
3564         Patch by: Peter Kjellerstedt  <pkj at axis com>
3565
3566         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
3567         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
3568         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
3569         (rtsp_transport_parse), (rtsp_transport_as_text):
3570         * gst/rtsp/rtsptransport.h:
3571         Add validation to rtsp_transport_parse().
3572         Add rtsp_transport_as_text() to generate an RTSP header from an
3573         RTSPTransport.
3574         Change ssrc to guint (was a string) since that is what it is, even
3575         though it is sent as a hex string.
3576         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
3577         incorrect, which can be seen when looking at the examples in the RFC).
3578         Fixes #437670.
3579
3580 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
3581
3582         Patch by: Eric Anholt
3583
3584         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
3585           gst_ximage_src_ximage_get):
3586         Use union of all damage between frames to make it faster.
3587         Fixes bug #342463.
3588         Also fix crasher when cursor is at bottom right of window.
3589
3590 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
3591
3592         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
3593           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
3594           streaming mode regression for file from #343837 with 'bext' chunk
3595           before the 'fmt' chunk.
3596
3597 2007-05-11  Wim Taymans  <wim@fluendo.com>
3598
3599         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
3600         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
3601         (gst_rtspsrc_handle_src_event),
3602         (gst_rtspsrc_stream_configure_manager),
3603         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
3604         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
3605         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3606         * gst/rtsp/gstrtspsrc.h:
3607         * gst/rtsp/rtspdefs.h:
3608         Preliminary seek support.
3609         Activate internal pads so that we can receive events on them.
3610         Don't try to parse a range string when it's NULL.
3611
3612 2007-05-11  Wim Taymans  <wim@fluendo.com>
3613
3614         * gst/rtp/README:
3615         Update README with new RTP variables that will be used for
3616         synchronisation.
3617
3618         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
3619         (gst_rtp_vorbis_depay_parse_configuration),
3620         (gst_rtp_vorbis_depay_process):
3621         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
3622         (gst_rtp_vorbis_pay_finish_headers),
3623         (gst_rtp_vorbis_pay_handle_buffer):
3624         Update vorbis pay and depayloader to draft-04.
3625
3626 2007-05-11  Wim Taymans  <wim@fluendo.com>
3627
3628         * gst/rtsp/rtsptransport.c:
3629         UDP MCAST is actually the default for RTP/AVP.
3630 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
3631
3632         * gst/level/gstlevel.c: (gst_level_transform_ip):
3633         Use guint8 * instead of gpointer then vs6 can build 
3634         in_data += (filter->width / 8).
3635
3636 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
3637
3638         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
3639           gst_ximage_src_ximage_get):
3640         * sys/ximage/gstximagesrc.h (last_ximage):
3641         When using Damage actually keep the last frame, and not assume
3642         that the buffer we get already has the last frame on it.
3643         Copy the cursor over if we specify a non-zero start x and
3644         start y.
3645
3646 2007-05-11  Wim Taymans  <wim@fluendo.com>
3647
3648         * gst/rtsp/rtsptransport.c:
3649         Make UDP the default transport when not specified.
3650
3651 2007-05-09  David Schleef  <ds@schleef.org>
3652
3653         * gst/level/gstlevel.c:
3654           Revert last change.
3655
3656 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
3657
3658         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
3659         (gst_level_transform_ip):
3660         Use guint8 * instead of gpointer then vs6 know the size of data
3661         pointed when moving the pointer.
3662         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
3663         Move instructions after variables declaration.
3664         * win32/vs6/autogen.dsp:
3665         * win32/vs6/libgstrtp.dsp:
3666         * win32/vs6/libgstrtsp.dsp:
3667         Update vs6 project files.
3668
3669 2007-05-09  Wim Taymans  <wim@fluendo.com>
3670
3671         * gst/rtsp/Makefile.am:
3672         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
3673         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
3674         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
3675         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
3676         (rtsp_range_free):
3677         * gst/rtsp/rtsprange.h:
3678         Add code to parse time ranges.
3679         Report DURATION on the stream when possible.
3680
3681 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
3682
3683         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
3684         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
3685         (gst_videomixer_collected):
3686           Fix strides calculation for AYUV (it's just width*4) (#436910).
3687
3688 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3689
3690         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
3691         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
3692         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
3693         Sync the GObject properties before each processing step to properly
3694         work with the controller.
3695
3696 2007-05-04  Wim Taymans  <wim@fluendo.com>
3697
3698         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3699         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3700         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3701         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
3702         (gst_rtspsrc_change_state):
3703         Let more error state trickle down so that we can catch more error
3704         cases.
3705         Handle keep-alive a little smarter by selecting a method the server
3706         actually supports.
3707         Fix a race in UDP streaming shutdown.
3708
3709 2007-05-04  Wim Taymans  <wim@fluendo.com>
3710
3711         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
3712         Ignore errors when trying to use the keep-alive messages.
3713
3714 2007-05-04  Wim Taymans  <wim@fluendo.com>
3715
3716         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
3717         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
3718         (gst_rtspsrc_stream_configure_manager),
3719         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
3720         (gst_rtspsrc_stream_configure_mcast),
3721         (gst_rtspsrc_stream_configure_udp),
3722         (gst_rtspsrc_stream_configure_udp_sink),
3723         (gst_rtspsrc_stream_configure_transport):
3724         Send RTCP messages back to the server over the TCP connection.
3725
3726         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
3727         (rtsp_connection_send), (rtsp_connection_read), (read_body),
3728         (rtsp_connection_receive):
3729         * gst/rtsp/rtspconnection.h:
3730         Factor out and expose lowlevel _write and _read methods.
3731         Implement sending data messages to the server.
3732
3733 2007-05-03  Wim Taymans  <wim@fluendo.com>
3734
3735         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
3736         (gst_multipart_mux_collected):
3737         Fix timestamps on outgoing buffers.
3738
3739 2007-05-03  Wim Taymans  <wim@fluendo.com>
3740
3741         * gst/multipart/multipartmux.c:
3742         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
3743         (gst_multipart_mux_change_state):
3744         Emit NEWSEGMENT events before pushing the first buffer.
3745
3746 2007-05-03  Wim Taymans  <wim@fluendo.com>
3747
3748         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
3749         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
3750         (gst_rtspsrc_handle_src_query),
3751         (gst_rtspsrc_stream_configure_manager),
3752         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
3753         (gst_rtspsrc_stream_configure_mcast),
3754         (gst_rtspsrc_stream_configure_udp),
3755         (gst_rtspsrc_stream_configure_udp_sink),
3756         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
3757         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
3758         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
3759         (gst_rtspsrc_pause):
3760         Refactor transport configuration code.
3761         Create internal pads for TCP transport so that we can implement events
3762         and queries.
3763         Handle events and queries.
3764         Parse range from the SDP.
3765         Fix race in pause handler where the connection could still be flushing.
3766
3767 2007-05-02  Wim Taymans  <wim@fluendo.com>
3768
3769         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3770         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
3771         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
3772         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
3773         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
3774         (gst_rtspsrc_change_state):
3775         * gst/rtsp/gstrtspsrc.h:
3776         Fix race when multiple udp sources post timeouts, just act on the first
3777         received timeout.
3778         Protect stream list with a recursive lock to fix some races.
3779         Flush connection when we need to do a reconnect or stop.
3780         Make state lock recursive.
3781
3782         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3783         (rtsp_connection_close):
3784         Some small cleanups.
3785
3786 2007-05-02  Wim Taymans  <wim@fluendo.com>
3787
3788         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
3789         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
3790         Only set DISCONT when there actually is a discont or when we just
3791         started.
3792
3793 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3794
3795         * ext/flac/gstflac.c: (plugin_init):
3796         Call bindtextdomain() to get localized strings.
3797
3798 2007-05-02  Wim Taymans  <wim@fluendo.com>
3799
3800         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
3801         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
3802         (gst_wavparse_stream_data):
3803         * gst/wavparse/gstwavparse.h:
3804         Be a bit more clever when dealing with VBR files with FACT tags, we
3805         don't want to timestamp buffers in that case but the estimated BPS can
3806         be used for seeking.
3807         Only send close segment in the streaming thread.
3808
3809 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3810
3811         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
3812         Correctly post an error on the bus if something went wrong in the loop
3813         function. This fixes a few cases where the task was paused and nothing
3814         happened anymore.
3815
3816 2007-05-02  Wim Taymans  <wim@fluendo.com>
3817
3818         * gst/rtsp/test.c: (main):
3819         Fix compilation of deprecated test just because I'm too lazy to delete
3820         it.
3821
3822 2007-05-02  Wim Taymans  <wim@fluendo.com>
3823
3824         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3825         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
3826         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
3827         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
3828         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
3829         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
3830         * gst/rtsp/gstrtspsrc.h:
3831         Fix sending RTCP to the right place.
3832         Fix bug in reffing the wrong UDP element.
3833         Use new pad names for the session manager.
3834         Implement handling server requests in interleaved and UDP modes.
3835         Handle session keep-alive in UDP modes.
3836         Remove GCond for handling UDP timeouts.
3837
3838         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3839         (rtsp_connection_send), (rtsp_connection_read), (read_body),
3840         (rtsp_connection_receive), (rtsp_connection_close):
3841         * gst/rtsp/rtspconnection.h:
3842         Store connection IP address for later.
3843         Add timeout args to all operations that might block forever.
3844         Parse session timeout.
3845         Only close sockets when not already closed.
3846
3847         * gst/rtsp/rtspdefs.c:
3848         * gst/rtsp/rtspdefs.h:
3849         Add timeout return value and error string.
3850
3851         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
3852         Add small comment.
3853
3854 2007-05-01  Wim Taymans  <wim@fluendo.com>
3855
3856         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3857
3858         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
3859         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
3860         * gst/rtp/gstrtpmp4vpay.h:
3861         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
3862
3863 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
3864
3865         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3866           Remove v4l2src from docs, since it breaks the docs build, and the
3867           plugin is only built if --enable-experimental is used anyway.
3868
3869         * docs/plugins/Makefile.am:
3870           Spaces => tab.
3871
3872 2007-04-29  Wim Taymans  <wim@fluendo.com>
3873
3874         * gst/udp/gstmultiudpsink.c: (leave_multicast),
3875         (gst_multiudpsink_add), (gst_multiudpsink_remove):
3876         Add code to drop membership of a multicast group.
3877
3878         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
3879         (gst_udpsink_set_uri):
3880         Implement URI handler.
3881
3882         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
3883         (gst_rtspsrc_parse_rtpinfo):
3884         Use URI handler to make udpsink instace.
3885         Improve code to configure port and destination.
3886
3887 2007-04-29  Wim Taymans  <wim@fluendo.com>
3888
3889         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
3890         Fix multicast detection.
3891         Don't try to join a multicast group if the address is not multicast.
3892
3893         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
3894         Small debug improvement.
3895
3896 2007-04-27  Wim Taymans  <wim@fluendo.com>
3897
3898         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
3899         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
3900         (gst_rtspsrc_handle_message):
3901         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
3902         parent.
3903
3904 2007-04-27  Wim Taymans  <wim@fluendo.com>
3905
3906         * gst/rtp/gstrtpilbcdepay.h:
3907         Fix mode property when specified as an arg.
3908
3909 2007-04-26  Edward Hervey  <edward@fluendo.com>
3910
3911         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3912         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3913         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3914         * docs/plugins/inspect/plugin-osxaudio.xml:
3915         Add documentation for osxaudio plugin.
3916
3917 2007-04-26  Wim Taymans  <wim@fluendo.com>
3918
3919         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3920         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
3921         (gst_rtspsrc_open), (gst_rtspsrc_close),
3922         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
3923         (gst_rtspsrc_pause):
3924         * gst/rtsp/gstrtspsrc.h:
3925         Protect state changes with a lock.
3926
3927         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3928         (parse_line):
3929         * gst/rtsp/rtspconnection.h:
3930         Remove some unused stuff.
3931
3932 2007-04-26  Wim Taymans  <wim@fluendo.com>
3933
3934         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
3935         Handle the case where there are exactly 0 bytes to read and the ioctl
3936         did not report an error. Fixes #433530.
3937
3938 2007-04-26  Wim Taymans  <wim@fluendo.com>
3939
3940         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
3941         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
3942         * gst/wavparse/gstwavparse.h:
3943         Apply DISCONT to buffers.
3944         Only apply timestamp to the first sample after a DISCONT, too many VBR
3945         files cause random jitter in the timestamps. Fixes #433119.
3946
3947 2007-04-25  Wim Taymans  <wim@fluendo.com>
3948
3949         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
3950         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
3951         (gst_rtp_dec_get_property):
3952         * gst/rtsp/gstrtpdec.h:
3953         Add dummy latency property to be backwards compat with rtpbin.
3954
3955         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
3956         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
3957         (gst_rtspsrc_stream_configure_transport),
3958         (gst_rtspsrc_parse_rtpinfo):
3959         * gst/rtsp/gstrtspsrc.h:
3960         Add latency property and configure in the session manager.
3961         Don't set invalid clock-base and seqnum-base on caps, some servers
3962         sometimes don't send them.
3963
3964 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3965
3966         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
3967         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
3968           Double-check that RGB input caps are really RGBA caps (apparently
3969           the core doesn't always catch it if those caps aren't a subset of
3970           our template caps, also see #421543). Fixes #429319 in a way.
3971           Also, don't leak the pad template in the transform_caps function.
3972
3973         * tests/check/Makefile.am:
3974         * tests/check/elements/.cvsignore:
3975         * tests/check/elements/alphacolor.c: (setup_alphacolor),
3976         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
3977         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
3978         (GST_START_TEST), (alphacolor_suite):
3979           Add some basic unit tests for alphacolor.
3980
3981 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3982
3983         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
3984           If we get a fatal flow return in the loop function, first post the
3985           error message and only then send the EOS event downstream, otherwise
3986           applications might get an eos message before the error message and
3987           think everything was ok (related to #429319).
3988
3989 2007-04-25  Wim Taymans  <wim@fluendo.com>
3990
3991         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
3992         Read the channel byte as an unsigned byte.
3993
3994 2007-04-25  Wim Taymans  <wim@fluendo.com>
3995
3996         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
3997         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
3998         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
3999         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
4000         (gst_rtp_gsm_depay_setcaps):
4001         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4002         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
4003         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
4004         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
4005         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
4006         (gst_ilbc_depay_get_property):
4007         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
4008         * gst/rtp/gstrtpmp4adepay.c:
4009         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
4010         (gst_rtp_pcma_depay_setcaps):
4011         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
4012         (gst_rtp_pcmu_depay_setcaps):
4013         Make sure we configure the clock_rate in the baseclass in the setcaps
4014         function. Fixes #431282.
4015
4016 2007-04-25  Wim Taymans  <wim@fluendo.com>
4017
4018         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4019         (gst_rtspsrc_stream_free), (request_pt_map),
4020         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
4021         * gst/rtsp/gstrtspsrc.h:
4022         Parse server address from SDP.
4023         Hook up a udpsink to send RTCP back to the server.
4024
4025         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4026         * gst/rtsp/rtsptransport.h:
4027         Add some docs.
4028
4029 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
4030
4031         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4032           Make header field check conditional. Fixes #433135
4033
4034 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
4035
4036         * docs/plugins/Makefile.am:
4037         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4038         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4039         * docs/plugins/inspect/plugin-alphacolor.xml:
4040         * gst/alpha/Makefile.am:
4041         * gst/alpha/gstalphacolor.c:
4042         * gst/alpha/gstalphacolor.h:
4043           Add minimal docs blurb to alphacolor; split out headers into
4044           separate header file for gtk-doc.
4045
4046 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
4047
4048         * gst/debug/progressreport.c: (gst_progress_report_report):
4049           Don't try to post NULL message (in case we can't query upstream
4050           position or duration).
4051
4052 2007-04-18  Michael Smith  <msmith@fluendo.com>
4053
4054         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
4055         (gst_cutter_get_caps):
4056         * gst/cutter/gstcutter.h:
4057           Fix some of the most obvious bugs in cutter. Now doesn't leak
4058           everything if input is silent.
4059
4060 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
4061
4062         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4063         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
4064         * gst/wavenc/gstwavenc.h:
4065         Wav apparently only supports width==GST_ROUND_UP(depth), everything
4066         else results in a invalid block align and invalid files.
4067
4068 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
4069
4070         Patch by: Snaik <snaik32 gmail com>
4071
4072         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
4073           Add missing break statement for BOX_HORIZONTAL case.
4074
4075 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4076
4077         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
4078
4079         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4080         Use correct format strings for integer types.
4081
4082 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4083
4084         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
4085         (gst_wavparse_create_sourcepad):
4086         Use gst_riff_create_audio_template_caps () instead of the local caps.
4087         This makes updates of the local caps unecessary whenever libgstriff
4088         gets support for new formats.
4089
4090 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4091
4092         Patch by: Brian Cameron  <brian.cameron at sun dot com>
4093
4094         * sys/sunaudio/gstsunaudio.c:
4095         * sys/sunaudio/gstsunaudiomixer.c:
4096         * sys/sunaudio/gstsunaudiomixer.h:
4097         * sys/sunaudio/gstsunaudiomixerctrl.c:
4098         * sys/sunaudio/gstsunaudiomixerctrl.h:
4099         * sys/sunaudio/gstsunaudiomixertrack.h:
4100         * sys/sunaudio/gstsunaudiosink.c:
4101         * sys/sunaudio/gstsunaudiosink.h:
4102         * sys/sunaudio/gstsunaudiosrc.c:
4103         * sys/sunaudio/gstsunaudiosrc.h:
4104           Fix and/or update copyright attributions (#430228).
4105
4106 2007-04-13  Wim Taymans  <wim@fluendo.com>
4107
4108         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4109         Fix docs.
4110
4111         * gst/rtsp/URLS:
4112         Add some more example urls.
4113
4114         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4115         (gst_rtp_dec_chain_rtp):
4116         Better debugging.
4117
4118         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
4119         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4120         (gst_rtspsrc_parse_rtpinfo):
4121         Remove unused code.
4122
4123 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4124
4125         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4126         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4127         (gst_wavparse_stream_data):
4128           Relax the audio/mpeg caps again and add FIXME: comment.
4129
4130 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4131
4132         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4133         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4134         (gst_wavparse_stream_data):
4135         * gst/wavparse/gstwavparse.h:
4136           More sanity check for the header fields. Fix type for 'rate' header
4137           field.
4138
4139 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4140
4141         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
4142         (gst_icydemux_unicodify):
4143           If the metadata strings we get in the stream are not UTF-8, try to
4144           interpret them according to the character encodings specified in the
4145           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
4146           only fall back to locale/ISO-8859-1 if those aren't set or don't
4147           work. Should fix #428901.
4148
4149 2007-04-12  Wim Taymans  <wim@fluendo.com>
4150
4151         * gst/rtp/gstrtph264depay.c:
4152         Use the proper sync word for SPS and PPS.
4153
4154 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4155
4156         * gst/rtp/Makefile.am:
4157         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
4158           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
4159         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
4160           Add a simple hashing implementation that we can use to generate
4161           a 24-bit ident value based on the codebooks for vorbis and theora.
4162         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
4163           gst_rtp_theora_pay_handle_buffer):
4164         * gst/rtp/gstrtpvorbisdepay.c
4165           (gst_rtp_vorbis_depay_parse_configuration,
4166           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
4167         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
4168           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
4169           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
4170           Use the hashing function, ensuring that the same codebooks result
4171           in the same ident and thus the same SDP description.
4172           Various log fixes/changes.
4173
4174 2007-04-12  Wim Taymans  <wim@fluendo.com>
4175
4176         Patch by: jerry tan <jerry dot tan at sun dot com>
4177
4178         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
4179         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
4180         application's responsibility to make sure it open the device once.
4181         Remove a careless error if AUDIODEV is set. Fixes #392620.
4182
4183 2007-04-12  Wim Taymans  <wim@fluendo.com>
4184
4185         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4186         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
4187         * gst/rtsp/gstrtpdec.h:
4188         Make backward compat with rtpbin by adding the request-pt-map signals.
4189
4190         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
4191         (new_session_pad), (request_pt_map),
4192         (gst_rtspsrc_stream_configure_transport),
4193         (gst_rtspsrc_stream_configure_caps),
4194         (gst_rtspsrc_activate_streams):
4195         * gst/rtsp/gstrtspsrc.h:
4196         Implement request-pt-map signals instead of setting caps on the buffers
4197         for the session manager.
4198
4199 2007-04-11  Wim Taymans  <wim@fluendo.com>
4200
4201         * gst/udp/gstudp.c: (plugin_init):
4202         Register GstNetBuffer in plugin_init so that the type can be used from
4203         multiple threads without races.
4204
4205 2007-04-10  Wim Taymans  <wim@fluendo.com>
4206
4207         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
4208         (gst_rtp_amr_depay_process):
4209         Fix depayloader clock_rate and some cleanups.
4210
4211         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
4212         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4213         * gst/rtp/gstrtph264depay.h:
4214         Don't push codec_data in the adapter because it might get flushed when
4215         we get a discont.
4216
4217         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4218         Handle multiple AU per packet.
4219
4220         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
4221         (gst_rtp_sv3v_depay_plugin_init):
4222         Disable rank, this one does not work.
4223         Remove timestamping, base class does that.
4224
4225 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
4226
4227         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
4228           limit caps to the formats we announce in the template
4229
4230         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4231         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4232         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
4233           fix some crashers/asserts when dealing with broken files
4234
4235 2007-04-10  Wim Taymans  <wim@fluendo.com>
4236
4237         Patch by: Peter Kjellerstedt  <pkj at axis com>
4238
4239         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
4240         * gst/rtp/gstrtpL16depay.c:
4241         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4242         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
4243         (gst_rtp_speex_depay_setcaps):
4244         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4245         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
4246         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
4247         Fix some compiler warnings. Fixes #428182.
4248
4249 2007-04-06  Wim Taymans  <wim@fluendo.com>
4250
4251         * gst/rtsp/Makefile.am:
4252         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
4253         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
4254         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
4255         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
4256         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
4257         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
4258         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
4259         (create_rtcp), (gst_rtp_dec_request_new_pad),
4260         (gst_rtp_dec_release_pad):
4261         * gst/rtsp/gstrtpdec.h:
4262         * gst/rtsp/gstrtsp.c: (plugin_init):
4263         Morph RTPDec into something compatible with RTPBin as a fallback.
4264         Various other style fixes.
4265
4266         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
4267         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
4268         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
4269         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
4270         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4271         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
4272         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4273         * gst/rtsp/gstrtspsrc.h:
4274         Implement RTPBin session manager handling.
4275         Don't try to add empty properties to caps.
4276         Implement fallback session manager, handling.
4277         Don't combine errors from RTCP streams, just ignore them.
4278
4279         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
4280         * gst/rtsp/rtsptransport.h:
4281         Implement fallback session manager.
4282         Make RTPBin the default one when available.
4283
4284 2007-04-05  Wim Taymans  <wim@fluendo.com>
4285
4286         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4287         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
4288         This element is ready to be autoplugged.
4289
4290 2007-04-05  Julien MOUTTE  <julien@moutte.net>
4291
4292         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
4293         Don't leave the offsets defined by upstream element on the
4294         compressed data buffer we are pushing downstream. Make them
4295         GST_BUFFER_OFFSET_NONE.
4296
4297 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
4298
4299         * gst/avi/README:
4300         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
4301         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
4302         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
4303         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
4304         (gst_avi_demux_calculate_durations_from_index),
4305         (gst_avi_demux_stream_header_push),
4306         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
4307         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
4308           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
4309
4310 2007-04-03  Wim Taymans  <wim@fluendo.com>
4311
4312         * gst/smpte/barboxwipes.c:
4313         Fix error as spotted by Snaik <snaik32 at gmail dot com>
4314
4315 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4316
4317         * gst/wavparse/gstwavparse.c:
4318         Support audio/x-raw-float in wav files. This only works with
4319         plugins-base CVS, using an older version doesn't have any
4320         disadvantages though.
4321
4322 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4323
4324         * configure.ac:
4325         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4326         (gst_au_parse_parse_header), (gst_au_parse_chain):
4327         * gst/auparse/gstauparse.h:
4328         Revert last change as we don't want plugins-good to depend on
4329         plugins-base CVS now.
4330
4331 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4332
4333         * configure.ac:
4334         Require gst-plugins-base CVS for audioconvert with non-native
4335         float support and width/depth fix in libgstriff.
4336
4337         Patch by: René Stadler <mail at renestadler dot de>
4338
4339         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4340         (gst_au_parse_parse_header), (gst_au_parse_chain):
4341         * gst/auparse/gstauparse.h:
4342         Don't swap the floats ourself if they're not in native endianness.
4343         Instead let audioconvert handle this. Fixes #339838.
4344
4345 2007-03-29  Wim Taymans  <wim@fluendo.com>
4346
4347         * gst/rtp/gstasteriskh263.h:
4348         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
4349         (gst_rtp_h263p_depay_change_state):
4350         * gst/rtp/gstrtph263pdepay.h:
4351         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4352         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
4353         (gst_rtp_h264_depay_change_state):
4354         * gst/rtp/gstrtph264depay.h:
4355         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4356         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
4357         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4358         Flush adapter on disconts.
4359
4360 2007-03-29  Wim Taymans  <wim@fluendo.com>
4361
4362         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
4363         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
4364         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
4365         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
4366         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4367         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
4368         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4369         (gst_rtp_mp4v_depay_process):
4370         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
4371         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
4372         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
4373         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
4374         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
4375         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4376         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
4377         Use more efficient adapter and rtpbuffer methods when possible.
4378
4379 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4380
4381         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4382         (gst_wavenc_sink_setcaps):
4383         Correctly handle width!=depth input.
4384         * gst/wavparse/gstwavparse.c:
4385         Already export in the caps that width==8 uses unsigned samples and
4386         everything else uses signed samples.
4387
4388 2007-03-29  Wim Taymans  <wim@fluendo.com>
4389
4390         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4391
4392         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
4393         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
4394         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
4395         (gst_dynudpsink_close):
4396         * gst/udp/gstdynudpsink.h:
4397         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
4398         (gst_udpsrc_create), (gst_udpsrc_set_property),
4399         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
4400         * gst/udp/gstudpsrc.h:
4401         Rework the socket allocation a bit based on the sockfd argument so that
4402         it becomes usable.
4403         Add a closefd property to instruct the udp elements to close the custom
4404         file descriptors when going to READY. Fixes #423304.
4405         API:GstUDPSrc::closefd property
4406         API:GstDynUDPSink::closefd property
4407
4408 2007-03-29  Wim Taymans  <wim@fluendo.com>
4409
4410         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4411
4412         * gst/rtp/Makefile.am:
4413         * gst/rtp/gstrtp.c: (plugin_init):
4414         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
4415         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4416         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
4417         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4418         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
4419         (gst_rtp_h264_pay_plugin_init):
4420         * gst/rtp/gstrtph264pay.h:
4421         Added H264 payloader. Fixes #423782.
4422
4423         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4424         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4425         Small fixes.
4426
4427 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4428
4429         * gst/wavparse/gstwavparse.c:
4430         Actually support depths from 1 to 32, not only 8 to 32.
4431
4432 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4433
4434         * gst/wavparse/gstwavparse.c:
4435         Add support for wav files containing audio/x-raw-int with random
4436         depths between 1 and 32 bits.
4437
4438 2007-03-28  Wim Taymans  <wim@fluendo.com>
4439
4440         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
4441
4442         * gst/rtp/Makefile.am:
4443         * gst/rtp/gstrtp.c: (plugin_init):
4444         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
4445         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
4446         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
4447         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
4448         (gst_rtp_mp4a_depay_get_property),
4449         (gst_rtp_mp4a_depay_change_state),
4450         (gst_rtp_mp4a_depay_plugin_init):
4451         * gst/rtp/gstrtpmp4adepay.h:
4452         Added MP4A-LATM depayloader. Fixes #417792.
4453
4454         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4455         (gst_rtp_mp4v_depay_process):
4456         Fixup depayloader, setting codec_data, using more efficient adaptor and
4457         rtpbuffer handling.
4458
4459         * gst/rtsp/URLS:
4460         Add url to test above.
4461
4462 2007-03-25  Wim Taymans  <wim@fluendo.com>
4463
4464         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
4465         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
4466         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
4467         (gst_rtspsrc_media_to_caps),
4468         (gst_rtspsrc_stream_configure_transport),
4469         (gst_rtspsrc_stream_configure_caps),
4470         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
4471         * gst/rtsp/gstrtspsrc.h:
4472         Handle default clock-rates for static payload types, rearrange stuff so
4473         that the rtpmap field in the sdp can override the defaults.
4474         Parse RTP-Info field to get the seqnum and timebase fields that should
4475         go in the caps.
4476         Delay configuring caps after we got the RTP-Info from the PLAY reply from
4477         the server. 
4478
4479 2007-03-22  Wim Taymans  <wim@fluendo.com>
4480
4481         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
4482
4483         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
4484         Accept complex pipeline descriptions as an audio profile instead of just
4485         a single element. Fixes #420658.
4486
4487 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
4488
4489         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
4490           Rename registered type in preparation of GstTagDemux moving to
4491           -base at some point in the future.
4492
4493 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
4494
4495         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4496           Streaming mode fixes: don't unref buffer we don't own any longer;
4497           remove bogus adapter flush. Fixes #419338.
4498
4499 2007-03-17  David Schleef  <ds@schleef.org>
4500
4501         * REQUIREMENTS: Change the format to key/value, add a bunch of
4502           information, remove a bunch of requirements that are for
4503           other GStreamer packages.
4504
4505 2007-03-17  David Schleef  <ds@schleef.org>
4506
4507         * REQUIREMENTS: Fix a few things.  This file really needs a
4508         good once-over.
4509
4510 2007-03-15  Edward Hervey  <edward@fluendo.com>
4511
4512         * sys/Makefile.am:
4513         Don't forget to distribute the sys/osxaudio/ directory.
4514
4515 2007-03-15  Edward Hervey  <edward@fluendo.com>
4516
4517         * configure.ac:
4518         * sys/Makefile.am:
4519         * sys/osxaudio/Makefile.am:
4520         * sys/osxaudio/gstosxaudio.c:
4521         * sys/osxaudio/gstosxaudiosink.c:
4522         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
4523         (gst_osx_audio_sink_getcaps),
4524         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
4525         * sys/osxaudio/gstosxaudiosrc.c:
4526         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
4527         (gst_osx_audio_src_create_ringbuffer):
4528         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
4529         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
4530         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
4531         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
4532         * sys/osxaudio/gstosxringbuffer.h:
4533         Activate osxaudio in gst-plugins-good with proper build setup.
4534         Add inlined documentation.
4535         Fix debug statements
4536         Fix ringbuffer when pausing.
4537         Fixes #323471
4538
4539 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4540         * gst/rtp/gstrtppcmapay.c:
4541         * gst/rtp/gstrtppcmapay.h:
4542         * gst/rtp/gstrtppcmupay.c:
4543         * gst/rtp/gstrtppcmupay.h:
4544         Ported mulaw and alaw payloaders to use new base class
4545
4546 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4547
4548         * po/af.po:
4549         * po/az.po:
4550         * po/cs.po:
4551         * po/en_GB.po:
4552         * po/it.po:
4553         * po/nl.po:
4554         * po/or.po:
4555         * po/sq.po:
4556         * po/sr.po:
4557         * po/sv.po:
4558         * po/uk.po:
4559         * po/vi.po:
4560           Update translations.
4561
4562 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
4563
4564         * configure.ac:
4565           Fix string replace error (AG_AG_GST_* => AG_GST_*).
4566
4567 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4568
4569         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
4570           Fix handling of -1 values for start and stop values when seeking,
4571           and SEEK_CUR+SEEK_END here as well.
4572
4573 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
4574
4575         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
4576           Fix handling of -1 values for start and stop values when seeking, 
4577           and SEEK_CUR+SEEK_END.
4578
4579 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4580
4581         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
4582           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
4583           the image format a variable-length NUL-terminated string; in
4584           versions before that the image format is a fixed-length string of
4585           3 characters (see #348644 for a sample tag).
4586           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
4587
4588 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
4589
4590         * win32/MANIFEST:
4591         Add new project files to MANIFEST.
4592         * win32/vs6/libgstaudiofx.dsp:
4593         * win32/vs6/libgstrtp.dsp:
4594         * win32/vs6/libgstrtsp.dsp:
4595         Update project files.
4596         
4597 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
4598
4599         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
4600         (gst_avi_demux_parse_index):
4601         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
4602         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
4603           Printf format fixes; also add some missing quotes in translated
4604           strings. Fixes #416728 and #416727.
4605
4606 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4607
4608         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
4609           Tim and I can't think of any reason the child audio sink needs to 
4610           be set back to NULL after successfully determining that it can 
4611           reach READY - it gets immediately set back to READY by the caller
4612           anyway, causing an unnecessary close/open of any audio devices
4613           involved.
4614
4615 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4616
4617         * po/LINGUAS:
4618         * po/ja.po:
4619           Add ja.po file from #377306.
4620
4621 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4622
4623         * sys/sunaudio/gstsunaudio.c: (plugin_init):
4624         * sys/sunaudio/gstsunaudiomixertrack.c:
4625         (gst_sunaudiomixer_track_new):
4626           Actually translate sunaudio mixer track labels instead of just
4627           marking the strings as translatable (#377306); clean up weird
4628           label string mapping code that serves no apparent purpose. Also
4629           set the 'untranslated-label' property when creating mixer tracks
4630           if the GstMixerTrack base class supports this.
4631
4632         * tests/check/Makefile.am:
4633         * tests/check/elements/.cvsignore:
4634         * tests/check/elements/sunaudio.c: (GST_START_TEST),
4635         (sunaudio_suite):
4636           Very minimalistic unit test for sunaudiomixer element (compiles, but not
4637           actually tested on a system where sunaudiomixer is available).
4638
4639 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4640
4641         * tests/check/Makefile.am:
4642         Re-enable the states test and see if it works on the buildbots.
4643
4644 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4645
4646         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
4647         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
4648         (gst_dvdec_change_state):
4649         * ext/dv/gstdvdec.h:
4650         Infer pixel-aspect-ratio from the video frame format if it isn't
4651         provided by the container, as happens when playing DV from AVI
4652         or Quicktime containers.
4653
4654         Patch by: Wim Taymans <wim@fluendo.com>
4655         Fixes #380944
4656
4657 2007-03-09  Wim Taymans  <wim@fluendo.com>
4658
4659         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
4660         When activated, remove the udpsrc timeout, we have dataflow and timeouts
4661         will later be handled by the jitterbuffer.
4662
4663 2007-03-09  Wim Taymans  <wim@fluendo.com>
4664
4665         * ext/taglib/gstid3v2mux.cc:
4666         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
4667         Fixes #414496.
4668         
4669         Patch by: Alex Lancaster <alexl at users sourceforge net>
4670
4671 2007-03-09  Wim Taymans  <wim@fluendo.com>
4672
4673         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4674         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
4675         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
4676         (gst_avi_demux_chain):
4677         Fix stream position reporting after a seek. Fixes #416445.
4678
4679 2007-03-08  Wim Taymans  <wim@fluendo.com>
4680
4681         Patch by: René Stadler <mail at renestadler dot de>
4682
4683         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4684         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
4685         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
4686         Make avidemux accept optional header chunks in any order.
4687         Fixes #415446.
4688
4689 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
4690
4691         * tests/check/Makefile.am:
4692         Disable the states check until the remaining Valgrind errors
4693         are fixed or suppressed.
4694
4695 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4696
4697         * tests/check/elements/.cvsignore:
4698           Add audiodynamic check to .cvsignore
4699
4700 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4701
4702         reviewed by: Stefan Kost  <ensonic@users.sf.net>
4703
4704         * gst/audiofx/Makefile.am:
4705         * gst/audiofx/audiodynamic.c:
4706         (gst_audio_dynamic_characteristics_get_type),
4707         (gst_audio_dynamic_mode_get_type),
4708         (gst_audio_dynamic_set_process_function),
4709         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
4710         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
4711         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
4712         (gst_audio_dynamic_transform_hard_knee_compressor_int),
4713         (gst_audio_dynamic_transform_hard_knee_compressor_float),
4714         (gst_audio_dynamic_transform_soft_knee_compressor_int),
4715         (gst_audio_dynamic_transform_soft_knee_compressor_float),
4716         (gst_audio_dynamic_transform_hard_knee_expander_int),
4717         (gst_audio_dynamic_transform_hard_knee_expander_float),
4718         (gst_audio_dynamic_transform_soft_knee_expander_int),
4719         (gst_audio_dynamic_transform_soft_knee_expander_float),
4720         (gst_audio_dynamic_transform_ip):
4721         * gst/audiofx/audiodynamic.h:
4722         * gst/audiofx/audiofx.c: (plugin_init):
4723         Add new audiodynamic element which can act as a compressor or
4724         expander. Supported are hard-knee and soft-knee operation modes with
4725         user-specified ratio and threshold.
4726         Attack and release parameters are not yet implemented but will follow.
4727         * docs/plugins/Makefile.am:
4728         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4729         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4730         * docs/plugins/gst-plugins-good-plugins.args:
4731         * docs/plugins/inspect/plugin-audiofx.xml:
4732         Integrate audiodynamic into the docs.
4733         * tests/check/Makefile.am:
4734         * tests/check/elements/audiodynamic.c: (setup_dynamic),
4735         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
4736         Add unit test for audiodynamic.
4737
4738 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
4739
4740         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
4741         Free handles that we allocated when exiting via the error paths.
4742
4743 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
4744
4745         * gst/level/gstlevel.c: (gst_level_class_init),
4746         (gst_level_set_caps), (gst_level_start), (gst_level_event),
4747         (gst_level_transform_ip):
4748         * gst/level/gstlevel.h:
4749           Resolve message timestamps against the playback segment.
4750
4751 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4752
4753         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
4754         (gst_id3demux_sink_activate):
4755           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
4756           caps passed to it (previously one code path assumed it took ownership
4757           while another one assumed it didn't, while in fact it sometimes did and
4758           sometimes didn't ...).
4759
4760         * configure.ac:
4761         * tests/files/Makefile.am:
4762         * tests/files/id3-407349-1.tag:
4763         * tests/files/id3-407349-2.tag:
4764           Add directory where data for unit tests can be stored.
4765
4766         * tests/Makefile.am:
4767         * tests/check/Makefile.am:
4768         * tests/check/elements/.cvsignore:
4769         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
4770         (read_tags_from_file), (run_check_for_file),
4771         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
4772           Add unit test for id3demux, and in particular for bug #407349. Only
4773           testing pull-mode for now; push mode doesn't work yet because the test
4774           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
4775
4776 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4777
4778         * tests/check/Makefile.am:
4779           Add missing backslash at end of line.
4780
4781 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
4782
4783         Trigger rebuild.
4784
4785 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4786
4787         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
4788         * gst/id3demux/id3tags.h:
4789         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
4790         (parse_obsolete_tdat_frame):
4791           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
4792           the four-digit number will be interpreted as a year, whereas it is
4793           month and day in DDMM format. Instead, parse TDAT frames and fix up
4794           the date in the GST_TAG_DATE tag later if we also extracted a year.
4795           Fixes #407349.
4796
4797 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
4798
4799         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
4800         (gst_switch_commit_new_kid):
4801         Fix up the dispose logic so it doesn't leak, and fix setting of 
4802         the child state so that we don't set a child to our current state 
4803         just as we are changing it to something else.
4804
4805 2007-03-06  Wim Taymans  <wim@fluendo.com>
4806
4807         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
4808         (gst_goom_chain):
4809         * gst/goom/gstgoom.h:
4810         Document, fix and improve goom adapter behaviour.
4811         Fixes #407006.
4812
4813 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4814
4815         * ext/esd/esdsink.c: (gst_esdsink_open):
4816         Unref static pad template after using it.
4817
4818 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4819
4820         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
4821         (gst_switch_commit_new_kid):
4822         Fix up the reference counting of the child elements.
4823
4824 2007-03-05  Wim Taymans  <wim@fluendo.com>
4825
4826         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
4827         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
4828         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
4829         Fix encoding-name case.
4830
4831 2007-03-05  Wim Taymans  <wim@fluendo.com>
4832
4833         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
4834         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
4835         (gst_rtp_speex_depay_process):
4836         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
4837         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
4838         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
4839         (gst_rtp_speex_pay_change_state):
4840         * gst/rtp/gstrtpspeexpay.h:
4841         Fix speex (de)payloader. Fixes #358040.
4842
4843 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4844
4845         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4846         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
4847         Install fakesink in NULL by fixing some broken logic. This obviates
4848         the need to manually set _IS_SINK.
4849         Add some comments and remove a little cruft while I'm at it.
4850
4851 2007-03-05  Wim Taymans  <wim@fluendo.com>
4852
4853         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
4854         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
4855
4856 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
4857
4858         * po/POTFILES.in:
4859           Update.
4860
4861 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4862
4863         * tests/check/Makefile.am:
4864         Gah! Also disable gconfvideosink from the tests, otherwise
4865         it will instantiate autovideosink, and dfbvideosink and
4866         leak on the buildbots.
4867
4868 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4869
4870         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
4871         (gst_cdio_cdda_src_finalize):
4872         Make sure we always destroy our libcdio handle.
4873
4874 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4875
4876         * tests/check/Makefile.am:
4877         Disable autovideosink so the buildbots don't barf over memory
4878         leaked in the directfb sink.
4879
4880 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4881
4882         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
4883         Chain up in dispose
4884
4885 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4886
4887         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
4888         (gst_multipart_find_pad_by_mime):
4889         Use gst_pad_new_from_static_template instead of
4890         static_pad_template_get+pad_new.
4891
4892 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4893
4894         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
4895         Catch the case where no clock has been set.
4896
4897 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4898
4899         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
4900         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
4901         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
4902         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
4903         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
4904         (gst_gconf_audio_src_finalize), (do_toggle_element):
4905         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
4906         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
4907         (do_toggle_element):
4908         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
4909         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
4910         (gst_gconf_video_src_finalize), (do_toggle_element):
4911         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
4912         (gst_switch_sink_reset), (gst_switch_sink_set_child):
4913         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
4914         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
4915         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
4916         (gst_shout2send_init), (gst_shout2send_finalize):
4917         * gst/debug/testplugin.c: (gst_test_class_init),
4918         (gst_test_finalize):
4919         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
4920         (gst_flxdec_dispose):
4921         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
4922         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
4923         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4924         (gst_rtspsrc_finalize):
4925         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
4926         * gst/rtsp/rtspextwms.h:
4927         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
4928         (gst_smpte_finalize):
4929         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
4930         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
4931         (gst_udpsink_finalize):
4932         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
4933         (gst_wavparse_sink_activate):
4934         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
4935         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
4936         (gst_oss_src_finalize):
4937         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
4938         * sys/v4l2/gstv4l2object.h:
4939         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
4940         (gst_v4l2src_finalize):
4941         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
4942
4943         Fix a bunch of leaks shown by the newly-added states test.
4944
4945 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4946
4947         * ext/dv/gstdvdec.c: (gst_dvdec_init):
4948         Use gst_pad_new_from_static_template instead of 
4949         static_pad_template_get+pad_new.
4950
4951 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4952
4953         Patch by: Loïc Minier <lool+gnome at via ecp fr>
4954
4955         * ext/libcaca/Makefile.am:
4956         * gst/debug/Makefile.am:
4957           Don't mix tabs and spaces (#414168).
4958
4959 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
4960
4961         * tests/check/generic/.cvsignore:
4962           Ignore files to please buildbot.
4963
4964 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
4965
4966         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
4967         (gst_wavparse_stream_data):
4968           Unbreak my previous commit (swapped nominator & denominator). Tim,
4969           thanks for spotting.
4970
4971 2007-03-02  Wim Taymans  <wim@fluendo.com>
4972
4973         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
4974         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
4975         (gst_cdio_cdda_src_finalize):
4976         Small code cleanups.
4977         Don't use pad_alloc as the base class cannot deal with the error codes.
4978
4979 2007-03-02  Wim Taymans  <wim@fluendo.com>
4980
4981         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
4982         (gst_udpsrc_create):
4983         Fix doc.
4984
4985 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
4986
4987         Patch by: René Stadler <mail@renestadler.de>
4988
4989         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4990         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4991         (gst_wavparse_stream_data):
4992           Handle rounding better to not drop last sample frame. Fixes #356692
4993
4994 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
4995
4996         * tests/check/Makefile.am:
4997         Disable cacasink from the states check too - it also calls exit(1)
4998         on us when it can't find a terminal to talk to.
4999
5000 2007-03-02  Wim Taymans  <wim@fluendo.com>
5001
5002         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5003
5004         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5005         (gst_udpsrc_create), (gst_udpsrc_set_property),
5006         (gst_udpsrc_get_property):
5007         * gst/udp/gstudpsrc.h:
5008         Add support to strip proprietary headers. Fixes #350296.
5009
5010 2007-03-02  Wim Taymans  <wim@fluendo.com>
5011
5012         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
5013         Fix compilation.
5014
5015 2007-03-02  Wim Taymans  <wim@fluendo.com>
5016
5017         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5018
5019         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
5020         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
5021         (gst_rtp_mp2t_depay_set_property),
5022         (gst_rtp_mp2t_depay_get_property):
5023         * gst/rtp/gstrtpmp2tdepay.h:
5024         Add support to strip off proprietary headers. Fixes #350278.
5025
5026 2007-03-02  Wim Taymans  <wim@fluendo.com>
5027
5028         * ext/hal/hal.c:
5029         Fix compilation.
5030
5031 2007-03-02  Wim Taymans  <wim@fluendo.com>
5032
5033         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
5034         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
5035         (gst_sunaudiosrc_open):
5036         * sys/sunaudio/gstsunaudiosrc.h:
5037         Remove device-name from GstSunAudioSrc. Fixes #412597.
5038
5039 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5040
5041         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5042         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5043         Having NULL as UDI previously selected the default sink/src. Change
5044         this back but mention it in the debug output.
5045         * ext/hal/hal.c: (gst_hal_get_alsa_element),
5046         (gst_hal_get_oss_element), (gst_hal_get_string),
5047         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
5048         (gst_hal_get_audio_src):
5049         * ext/hal/hal.h:
5050         Refactor a bit, check all error conditions, greatly improve debugging
5051         and fix some possible memory leaks. Also implement OSS support
5052         and allow specifying an UDI that points to a real device. For this the
5053         child device which supports ALSA (preferred) or OSS is used.
5054         As a side effect this makes it impossible now to get a alsasink in
5055         halaudiosrc and a alsasrc in halaudiosink.
5056
5057 2007-03-01  Wim Taymans  <wim@fluendo.com>
5058
5059         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
5060         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
5061         Errors from the udp sources are not fatal unless all of them are in
5062         error.
5063
5064 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5065
5066         * tests/check/Makefile.am:
5067         Disable aasink in the states test. I suspect this is the element that
5068         is calling exit(1) when it can't proceed.
5069
5070 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5071
5072         * tests/check/Makefile.am:
5073         Draw plugins in from the build tree sys/ dir, rather than picking
5074         up the already installed versions.
5075
5076 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5077
5078         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
5079         Error out correctly when getting xcontext fails.
5080
5081 2007-03-01  Wim Taymans  <wim@fluendo.com>
5082
5083         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
5084         Make state change to PAUSED NO_PREROLL because that's what it will be in
5085         the future and rtspsrc relies on it.
5086
5087         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
5088         (gst_rtspsrc_change_state):
5089         Don't error out when we don't get an error from the state change
5090         function.
5091
5092 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5093
5094         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5095         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5096           Check if the device UDI is set before trying to query HAL
5097           about it and give a useful error message if it wasn't set.
5098         * ext/hal/hal.c: (gst_hal_get_string):
5099           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
5100           gives an assertion failure in D-Bus when running with
5101           DBUS_FATAL_WARNINGS=1.
5102
5103 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5104
5105         * configure.ac:
5106           Convert to new AG_GST style.
5107
5108 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5109
5110         * tests/check/Makefile.am:
5111         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
5112           add test for states
5113
5114 2007-02-28  Wim Taymans  <wim@fluendo.com>
5115
5116         * tests/check/elements/.cvsignore:
5117         Add new videofilter check to .cvsignore.
5118
5119 2007-02-28  Wim Taymans  <wim@fluendo.com>
5120
5121         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
5122         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5123         (gst_avi_demux_loop), (gst_avi_demux_chain):
5124         Fix combined flow return. Fixes #412608.
5125
5126 2007-02-28  Wim Taymans  <wim@fluendo.com>
5127
5128         * gst/videofilter/Makefile.am:
5129         Dist header..
5130
5131 2007-02-28  Wim Taymans  <wim@fluendo.com>
5132
5133         * gst/videofilter/gstgamma.h:
5134         Add header too.
5135
5136 2007-02-28  Wim Taymans  <wim@fluendo.com>
5137
5138         Patch by: Mark Nauwelaerts <manauw at skynet be>
5139
5140         * gst/videofilter/Makefile.am:
5141         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
5142         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
5143         (gst_gamma_get_property), (gst_gamma_calculate_tables),
5144         (oil_tablelookup_u8), (gst_gamma_set_caps),
5145         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
5146         Port gamma filter to 0.10. Fixes #412704.
5147
5148         * tests/check/Makefile.am:
5149         * tests/check/elements/videofilter.c: (setup_filter),
5150         (cleanup_filter), (check_filter), (GST_START_TEST),
5151         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
5152         Add unit tests for videofilters.
5153
5154 2007-02-28  Wim Taymans  <wim@fluendo.com>
5155
5156         * gst/rtsp/URLS:
5157         Add another interesting test url.
5158
5159         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
5160         Don't allow getting header fields from data packets.
5161
5162 2007-02-28  Michael Smith  <msmith@fluendo.com>
5163
5164         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5165         (gst_shout2send_init), (gst_shout2send_start),
5166         (gst_shout2send_set_property), (gst_shout2send_get_property):
5167         * ext/shout2/gstshout2.h:
5168           Add a property for username.
5169
5170 2007-02-27  Christian Schallerr <christian@fluendo.com>
5171
5172         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
5173
5174 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5175
5176         * gst/rtsp/Makefile.am:
5177         Fix make check too.
5178
5179 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5180
5181         * gst/rtsp/base64.c: (util_base64_encode):
5182         * gst/rtsp/base64.h:
5183         Commit missing files for base64 encoding.
5184
5185 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5186
5187         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5188
5189         * configure.ac:
5190         * ext/annodex/Makefile.am:
5191         * ext/jpeg/Makefile.am:
5192         * ext/speex/Makefile.am:
5193         * gst/alpha/Makefile.am:
5194         * gst/cutter/Makefile.am:
5195         * gst/debug/Makefile.am:
5196         * gst/effectv/Makefile.am:
5197         * gst/goom/Makefile.am:
5198         * gst/level/Makefile.am:
5199         * gst/smpte/Makefile.am:
5200         * gst/videofilter/Makefile.am:
5201           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
5202
5203 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5204
5205         * gst/rtsp/Makefile.am:
5206         * gst/rtsp/rtspconnection.c: (append_auth_header),
5207         (rtsp_connection_send), (rtsp_connection_set_auth):
5208         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
5209         from icecast to replace it. Relicensed from GPL courtesy of Mike
5210         Smith.
5211
5212 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5213
5214         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
5215         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
5216         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
5217         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
5218         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
5219         (gst_rtspsrc_uri_set_uri):
5220         * gst/rtsp/gstrtspsrc.h:
5221         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5222         (append_auth_header), (rtsp_connection_send),
5223         (rtsp_connection_free), (rtsp_connection_set_auth):
5224         * gst/rtsp/rtspconnection.h:
5225         * gst/rtsp/rtspdefs.h:
5226         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
5227         * gst/rtsp/rtspurl.h:
5228
5229         Implement simple Basic Authentication support so that urls like
5230         rtsp://user:pass@hostname/rtspstream work on hosts that require
5231         authentication.
5232
5233 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
5234
5235         * sys/v4l2/gstv4l2object.c:
5236         * sys/v4l2/gstv4l2tuner.c:
5237         * sys/v4l2/v4l2_calls.c:
5238         Fix segfault when oppening a radio device.
5239         
5240 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
5241
5242         * gst/level/gstlevel.c: (gst_level_set_caps),
5243         (gst_level_transform_ip):
5244         * sys/v4l2/README:
5245         * tests/check/elements/level.c: (GST_START_TEST):
5246           Fix level for multi-channel case.
5247
5248 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
5249
5250         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
5251         (gst_level_transform_ip):
5252         * gst/level/gstlevel.h:
5253           Use function pointer for process function and add process functions
5254           for float audio.
5255
5256 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
5257
5258         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5259         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5260         (gst_v4l2src_capture_init):
5261           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
5262           fixes #407369
5263
5264 2007-02-18  Wim Taymans  <wim@fluendo.com>
5265
5266         * gst/rtp/Makefile.am:
5267         * gst/rtp/gstrtp.c: (plugin_init):
5268         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
5269         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
5270         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
5271         (gst_rtp_mp2t_pay_plugin_init):
5272         * gst/rtp/gstrtpmp2tpay.h:
5273         Added simple mpeg transport stream payloader.
5274
5275 2007-02-16  Wim Taymans  <wim@fluendo.com>
5276
5277         * gst/rtsp/URLS:
5278         Add example H264 rtsp url.
5279
5280         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5281         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
5282         Don't convert values to lowercase or we might mess up base64 encoded
5283         properties.
5284
5285 2007-02-16  Wim Taymans  <wim@fluendo.com>
5286
5287         * gst/rtp/README:
5288         Fix case of string params.
5289
5290         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5291         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5292         Fix depayloader, support more packet types.
5293         Add sync codes to make sure the packetizer can do its job.
5294
5295         * gst/rtp/gstrtpmp4gdepay.c:
5296         * gst/rtp/gstrtpmp4gpay.c:
5297         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
5298         Fix caps case again.
5299
5300 2007-02-15  Wim Taymans  <wim@fluendo.com>
5301
5302         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
5303         Set right caps on output buffers.
5304
5305 2007-02-14  Wim Taymans  <wim@fluendo.com>
5306
5307         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
5308         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
5309         Clear stack allocated SDPMedia struct before calling _init() on it.
5310         Clarify this in the docs as well.
5311
5312 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
5313
5314         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
5315         (do_change_child):
5316         Don't reset the profile when going switching states, as it makes
5317         the element non-reusable.
5318
5319 2007-02-14  Wim Taymans  <wim@fluendo.com>
5320
5321         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
5322         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
5323         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
5324         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
5325         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
5326         (sdp_parse_line):
5327         * gst/rtsp/sdpmessage.h:
5328         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
5329         Fix memory management of SDP messages. Fixes #407793.
5330
5331 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
5332
5333         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
5334
5335         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
5336         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
5337
5338 2007-02-14  Wim Taymans  <wim@fluendo.com>
5339
5340         Patch by: jp.liu <jp_liu at astrocom dot cn>
5341
5342         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
5343         Fix parsing of password field in url. Fixes #407797.
5344
5345 2007-02-14  Wim Taymans  <wim@fluendo.com>
5346
5347         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
5348         (gst_wavparse_reset), (gst_wavparse_init),
5349         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
5350         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
5351         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
5352         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
5353         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
5354         (gst_wavparse_loop), (gst_wavparse_chain),
5355         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
5356         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
5357         (plugin_init):
5358         * gst/wavparse/gstwavparse.h:
5359         Update docs.
5360         Use boilerplate.
5361         Various code cleanups.
5362         When the bitrate is not known (bps == 0 or compressed formats) let
5363         downstream element guestimate the duration and position and don't
5364         generate timestamps or durations. Fixes #405213.
5365         Fix EOS and ERROR conditions in chain mode, we just need to forward the
5366         error flowreturn upstream.
5367
5368 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
5369
5370         * ext/gconf/Makefile.am:
5371         * ext/gconf/gconf.c: (gst_gconf_get_string),
5372         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
5373         (gst_gconf_render_bin_with_default):
5374         * ext/gconf/gconf.h:
5375         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
5376         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
5377         (gst_gconf_audio_sink_dispose), (do_change_child),
5378         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
5379         (cb_change_child), (gst_gconf_audio_sink_change_state):
5380         * ext/gconf/gstgconfaudiosink.h:
5381         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
5382         (gst_switch_sink_class_init), (gst_switch_sink_reset),
5383         (gst_switch_sink_init), (gst_switch_sink_dispose),
5384         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
5385         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
5386         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
5387         * ext/gconf/gstswitchsink.h:
5388         * gst/autodetect/gstautoaudiosink.c:
5389         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
5390         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
5391         (gst_auto_audio_sink_detect):
5392         * gst/autodetect/gstautovideosink.c:
5393         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
5394         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
5395         (gst_auto_video_sink_detect):
5396         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
5397         and a child that implements the GConf key monitoring. The end goal of
5398         this is an audio sink that can be changed on the fly, but at the 
5399         moment it still only changes on the next READY transition.
5400
5401 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5402
5403         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5404         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5405         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
5406         (gst_avi_demux_calculate_durations_from_index),
5407         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5408         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5409         (gst_avi_demux_loop):
5410           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
5411
5412 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5413
5414         * configure.ac:
5415         * docs/plugins/Makefile.am:
5416           Add crossreferences to glib/gobject/gstream docs.
5417
5418 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5419
5420         * gst/monoscope/Makefile.am:
5421         * gst/monoscope/gstmonoscope.c:
5422           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
5423           (but no LIBS, since we only use defines from the headers).
5424
5425 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5426
5427         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
5428
5429         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
5430         (gst_wavparse_stream_data):
5431           Fix massive memory leak when operating in streaming mode due to
5432           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
5433           Fixes #407057.
5434
5435 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5436
5437         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
5438         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
5439         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
5440         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
5441         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5442         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
5443         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
5444         (gst_avi_demux_calculate_durations_from_index),
5445         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5446         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
5447         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
5448         * gst/avi/gstavidemux.h:
5449           Save some memory (8%) by repacking the index entry structure (more to
5450           come). Add more FIXMEs to questionable parts.
5451
5452 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5453
5454         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
5455         (gst_v4l2src_get_caps):
5456         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5457         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5458         (gst_v4l2src_capture_init):
5459           More FIXME comments and messaging changes.
5460
5461 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5462
5463         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
5464         (gst_goom_change_state):
5465         * gst/goom/gstgoom.h:
5466           Improved docs and use GST_DEBUG_FUNCPTR.
5467
5468         * gst/level/gstlevel.c: (gst_level_class_init):
5469           Use GST_DEBUG_FUNCPTR.
5470
5471         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
5472         (gst_monoscope_chain), (gst_monoscope_change_state):
5473           Improved docs source cleanups.
5474
5475 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5476
5477         * gst/debug/Makefile.am:
5478         * gst/debug/gstdebug.c: (plugin_init):
5479         * gst/debug/gstpushfilesrc.c:
5480         * gst/debug/gstpushfilesrc.h:
5481           Add code for a pushfilesrc element that implements a pushfile:// URI
5482           handler, to make debugging push-mode operation of demuxer/decoders
5483           that support both easier in connection with seek/playbin/etc.
5484           The element isn't registered at the moment.
5485
5486 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
5487
5488         * gst/avi/gstavimux.c:
5489           Comment a #if 0 in caps template definition as VS6 seems to 
5490         do not support it.
5491         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
5492           Use gst_guint64_to_gdouble for conversion.
5493         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
5494           Move variables declaration before the first instruction.
5495         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
5496           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
5497           And don't include netdb.h for G_OS_WIN32
5498         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
5499           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
5500           by VS6 then use an other way to initialize SDPMedia structure.
5501         * gst/udp/gstdynudpsink.h:
5502         * gst/udp/gstdynudpnetutils.h:
5503           Do not include <sys/time.h> for G_OS_WIN32
5504         * gst/udp/gstudpsrc.c:
5505           Define socklen_t as int for G_OS_WIN32
5506         * win/common/config.h.in:
5507           Undef HAVE_NETINET_IN_H
5508         * win32/vs6/gst_plugins_good.dsw:
5509         * win32/vs6/libgstrtp.dsp:
5510         * win32/vs6/libgstrtsp.dsp:
5511         * win32/vs6/libgstautogen.dsp:
5512         * win32/vs6/libgstaudiofx.dsp:
5513         * win32/vs6/libgstudp.dsp:
5514           Add and update project files.
5515         * win32/common/gstudp-enumtypes.c:
5516         * win32/common/gstudp-enumtypes.h:
5517           Add a copy of udp enumtypes to win32/common as in core 
5518           and base.
5519         
5520 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
5521
5522         * configure.ac:
5523           Activate monoscope when building with --enable-experimental. Fix
5524           --enable-external configure switch description.
5525
5526         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
5527         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
5528           Help gst-indent.
5529
5530 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
5531
5532         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
5533           Explicitly cast result of pointer arithmetic to integer in order to
5534           avoid compiler warnings on some 64-bit systems. Should fix #406018.
5535
5536 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5537
5538         * gst/debug/progressreport.c:
5539           Some more docs.
5540
5541 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5542
5543         * docs/plugins/inspect/plugin-rtp.xml:
5544           Update for new elements.
5545
5546         * gst/debug/progressreport.h:
5547           Commit newly-created header file as well.
5548
5549 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5550
5551         * docs/plugins/Makefile.am:
5552         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5553         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5554         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5555         * gst/debug/Makefile.am:
5556         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
5557         (gst_progress_report_do_query), (gst_progress_report_report):
5558           Make progressreport element post messages with the current progress
5559           on the bus. Also add some basic docs for it.
5560
5561 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5562
5563         * ext/hal/hal.c: (gst_hal_get_string):
5564         * ext/hal/hal.h:
5565           Some small cleanups; deal with errors when parsing the HAL ALSA
5566           capabilities a bit better.
5567
5568 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5569
5570         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
5571           Let's try this again and use the right cast this time.
5572
5573 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5574
5575         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
5576           Add cast to avoid compiler warnings with older GLib versions
5577           where the nick/name members in GEnumValue are not declared as
5578           constant strings.
5579
5580 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5581
5582         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
5583         (gst_gconf_render_bin_from_key),
5584         (gst_gconf_get_default_audio_sink):
5585         * ext/gconf/gconf.h:
5586         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
5587         (do_toggle_element), (gst_gconf_audio_sink_set_property),
5588         (gst_gconf_audio_sink_get_property):
5589           In gconfaudiosink, get the right key as the old key in do_toggle
5590           (ie. one dependent on the profile selected). Log some more stuff so
5591           we can see what's actually going on.
5592
5593 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
5594
5595         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
5596         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
5597         (gst_audio_amplify_set_process_function),
5598         (gst_audio_amplify_setup):
5599         * gst/audiofx/audioamplify.h:
5600         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
5601         (gst_audio_invert_class_init), (gst_audio_invert_setup):
5602         * gst/audiofx/audioinvert.h:
5603         Some small cleanups and port both elements to the new GstAudioFilter
5604         base class to save a few lines of common code.
5605         * gst/audiofx/Makefile.am:
5606         Link against libgstaudio for the above changes
5607
5608 2007-01-29  Wim Taymans  <wim@fluendo.com>
5609
5610         * tests/check/elements/.cvsignore:
5611         Some more ignores.
5612
5613 2007-01-26  Wim Taymans  <wim@fluendo.com>
5614
5615         Patch by: charles <charlesg3 at gmail dot com>
5616
5617         * ext/shout2/gstshout2.c: (gst_shout2send_init),
5618         (set_shout_metadata), (gst_shout2send_event):
5619         * ext/shout2/gstshout2.h:
5620         Properly handle tags in shout2send. Fixes #399825.
5621
5622 2007-01-25  Wim Taymans  <wim@fluendo.com>
5623
5624         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5625         (gst_rtspsrc_activate_streams):
5626         Convert SDP fields to upper/lowercase following the rules in the SDP to
5627         caps document. 
5628
5629 2007-01-25  Wim Taymans  <wim@fluendo.com>
5630
5631         * gst/rtp/README:
5632         * gst/rtp/gstrtpilbcdepay.c:
5633         * gst/rtp/gstrtpilbcpay.c:
5634         * gst/rtp/gstrtpmp4gdepay.c:
5635         * gst/rtp/gstrtpmp4gpay.c:
5636         * gst/rtp/gstrtpspeexdepay.c:
5637         * gst/rtp/gstrtpspeexpay.c:
5638         * gst/rtp/gstrtpsv3vdepay.c:
5639         * gst/rtp/gstrtptheoradepay.c:
5640         * gst/rtp/gstrtptheorapay.c:
5641         * gst/rtp/gstrtpvorbisdepay.c:
5642         * gst/rtp/gstrtpvorbispay.c:
5643         Fix case of encoding-name and key/value pairs to match the document.
5644         This is to make interoperation with SDP case-insensitive as required by
5645         the relevant RFCs.
5646
5647 2007-01-25  Wim Taymans  <wim@fluendo.com>
5648
5649         * configure.ac:
5650         Bump required -core/-base to CVS
5651
5652 2007-01-25  Wim Taymans  <wim@fluendo.com>
5653
5654         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
5655         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
5656         * gst/rtp/gstrtpL16pay.h:
5657         Fill up to MTU using adapter.
5658         Timestamp rtp packets.
5659
5660 2007-01-25  Edward Hervey  <edward@fluendo.com>
5661
5662         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5663         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
5664         Use G_GSIZE_FORMAT in print statements for portability.
5665         Fixes build on macosx.
5666
5667 2007-01-24  Wim Taymans  <wim@fluendo.com>
5668
5669         * gst/rtp/Makefile.am:
5670         * gst/rtp/gstrtp.c: (plugin_init):
5671         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
5672         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
5673         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
5674         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
5675         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
5676         (gst_rtp_L16_depay_plugin_init):
5677         * gst/rtp/gstrtpL16depay.h:
5678         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
5679         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
5680         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
5681         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
5682         (gst_rtp_L16_pay_plugin_init):
5683         * gst/rtp/gstrtpL16pay.h:
5684         Port and enable raw audio payloader/depayloader. Needs a bit more work
5685         on the payloader side.
5686
5687 2007-01-24  Wim Taymans  <wim@fluendo.com>
5688
5689         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
5690         (gst_rtspsrc_stream_configure_transport),
5691         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
5692         * gst/rtsp/gstrtspsrc.h:
5693         Only unblock the udp pads when we linked and activated them all.
5694         Fixes #395688.
5695
5696 2007-01-24  Wim Taymans  <wim@fluendo.com>
5697
5698         * gst/rtp/Makefile.am:
5699         * gst/rtp/gstrtp.c: (plugin_init):
5700         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
5701         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
5702         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
5703         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
5704         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
5705         * gst/rtp/gstrtpac3depay.h:
5706         Added simple AC3 depayloader (RFC 4184).
5707
5708         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
5709         Fix a leak.
5710
5711 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
5712
5713         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5714
5715         * gst/audiofx/Makefile.am:
5716         * gst/audiofx/audioamplify.c:
5717         (gst_audio_amplify_clipping_method_get_type),
5718         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
5719         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
5720         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
5721         (gst_audio_amplify_set_caps),
5722         (gst_audio_amplify_transform_int_clip),
5723         (gst_audio_amplify_transform_int_wrap_negative),
5724         (gst_audio_amplify_transform_int_wrap_positive),
5725         (gst_audio_amplify_transform_float_clip),
5726         (gst_audio_amplify_transform_float_wrap_negative),
5727         (gst_audio_amplify_transform_float_wrap_positive),
5728         (gst_audio_amplify_transform_ip):
5729         * gst/audiofx/audioamplify.h:
5730         * gst/audiofx/audiofx.c: (plugin_init):
5731         Add new element "audioamplify". This allows scaling of raw audio
5732         samples, similar to the "volume" element, but provides different modes
5733         for clipping and allows unlimited amplification. It's mainly targeted
5734         for creative sound design and not as a replacement of the "volume"
5735         element. Fixes #397162
5736         * docs/plugins/Makefile.am:
5737         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5738         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5739         * docs/plugins/gst-plugins-good-plugins.args:
5740         * docs/plugins/inspect/plugin-audiofx.xml:
5741         Add docs for audioamplify and integrate them into the build system
5742         * tests/check/Makefile.am:
5743         * tests/check/elements/audioamplify.c: (setup_amplify),
5744         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
5745         Add fairly extensive unit test suite for audioamplify
5746
5747 2007-01-24  Wim Taymans  <wim@fluendo.com>
5748
5749         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
5750         Unblock pads after adding the pads to the element so that autopluggers
5751         get a change to link something. Possibly fixes #395688.
5752
5753 2007-01-24  Wim Taymans  <wim@fluendo.com>
5754
5755         * gst/rtp/gstrtpamrdepay.c:
5756         * gst/rtp/gstrtpgsmdepay.c:
5757         * gst/rtp/gstrtph263pdepay.c:
5758         * gst/rtp/gstrtph263ppay.c:
5759         * gst/rtp/gstrtph264depay.c:
5760         * gst/rtp/gstrtpilbcdepay.c:
5761         * gst/rtp/gstrtpmp2tdepay.c:
5762         * gst/rtp/gstrtpmp4gdepay.c:
5763         * gst/rtp/gstrtpmp4gpay.c:
5764         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
5765         * gst/rtp/gstrtpmp4vpay.c:
5766         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
5767         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
5768         (gst_rtp_mpa_depay_process):
5769         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
5770         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
5771         * gst/rtp/gstrtppcmadepay.c:
5772         * gst/rtp/gstrtppcmudepay.c:
5773         * gst/rtp/gstrtpspeexdepay.c:
5774         * gst/rtp/gstrtpspeexpay.c:
5775         * gst/rtp/gstrtpsv3vdepay.c:
5776         * gst/rtp/gstrtptheoradepay.c:
5777         * gst/rtp/gstrtptheorapay.c:
5778         * gst/rtp/gstrtpvorbisdepay.c:
5779         * gst/rtp/gstrtpvorbispay.c:
5780         Fix caps with payload numbers.
5781         Add some fixed payload numbers to caps when possible.
5782
5783 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
5784
5785         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5786
5787         * gst/audiofx/Makefile.am:
5788         * gst/audiofx/audiofx.c: (plugin_init):
5789         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
5790         (gst_audio_invert_class_init), (gst_audio_invert_init),
5791         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
5792         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
5793         (gst_audio_invert_transform_float),
5794         (gst_audio_invert_transform_ip):
5795         * gst/audiofx/audioinvert.h:
5796         Add new audiofx element "audioinvert". This element swaps the upper
5797         and lower half of samples and can be used for example for a
5798         wide-stereo effect. Fixes #396057
5799         * docs/plugins/Makefile.am:
5800         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5801         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5802         * docs/plugins/gst-plugins-good-plugins.args:
5803         * docs/plugins/inspect/plugin-audiofx.xml:
5804         Add docs for the audioinvert element and add them to the build system.
5805         * tests/check/Makefile.am:
5806         * tests/check/elements/audioinvert.c: (setup_invert),
5807         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
5808         Add unit test suite for the audioinvert element.
5809
5810 2007-01-23  Wim Taymans  <wim@fluendo.com>
5811
5812         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
5813         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
5814         Parse config params as string and int.
5815         Parse and use AU header length
5816
5817 2007-01-23  Wim Taymans  <wim@fluendo.com>
5818
5819         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
5820         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
5821         * gst/smpte/gstmask.c: (_gst_mask_register):
5822         * gst/smpte/gstmask.h:
5823         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
5824         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
5825         (gst_smpte_paint_triangle_clock):
5826         constify some static structs.
5827         Don't update the mask if nothing changed to the params.
5828         Make sure we never draw outside of the picture. Fixes #398325.
5829
5830 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
5831
5832         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
5833           Error out properly when pull_range fails while we're reading the
5834           headers, instead of just pausing the task silently. Fixes #399338.
5835
5836 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
5837
5838         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
5839           Some more sanity checks to make sure the input formats match and the
5840           input pads are actually negotiated, in case someone tries to feed
5841           buffers from fakesrc or filesrc. Fixes #398299.
5842           Also const-ify an array, just because we can.
5843
5844 2007-01-19  Edward Hervey  <edward@fluendo.com>
5845
5846         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
5847         Ignore previous commit, that was only valid for widths and heights
5848         that are multiples of 4.
5849         Copy over size/stride macros from jpegdec. This allows the element
5850         to work with any width,height...
5851         ... but puts in evidence that the actual transformations only work
5852         with width/height that are multiples of 4.
5853
5854 2007-01-19  Edward Hervey  <edward@fluendo.com>
5855
5856         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
5857         Allocate buffers of the right size.
5858         The proper size of a I420 buffer in bytes is:
5859         
5860             width * height * 3
5861             ------------------
5862                     2
5863
5864 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
5865
5866         * gst/smpte/gstsmpte.c: (gst_smpte_init):
5867           Proxy getcaps on sink pads too, so that we either end up with the
5868           same dimensions on all pads or error out if that's not possible
5869           (seems to work even!). Fixes #398086, I think.
5870
5871 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
5872
5873         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5874         * docs/plugins/gst-plugins-good-plugins.args:
5875         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5876           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
5877           fix integer properties with -1 as minimum value.
5878
5879         * docs/plugins/inspect/plugin-1394.xml:
5880         * docs/plugins/inspect/plugin-aasink.xml:
5881         * docs/plugins/inspect/plugin-alaw.xml:
5882         * docs/plugins/inspect/plugin-alpha.xml:
5883         * docs/plugins/inspect/plugin-alphacolor.xml:
5884         * docs/plugins/inspect/plugin-annodex.xml:
5885         * docs/plugins/inspect/plugin-apetag.xml:
5886         * docs/plugins/inspect/plugin-audiofx.xml:
5887         * docs/plugins/inspect/plugin-auparse.xml:
5888         * docs/plugins/inspect/plugin-autodetect.xml:
5889         * docs/plugins/inspect/plugin-avi.xml:
5890         * docs/plugins/inspect/plugin-cacasink.xml:
5891         * docs/plugins/inspect/plugin-cairo.xml:
5892         * docs/plugins/inspect/plugin-cdio.xml:
5893         * docs/plugins/inspect/plugin-cutter.xml:
5894         * docs/plugins/inspect/plugin-debug.xml:
5895         * docs/plugins/inspect/plugin-dv.xml:
5896         * docs/plugins/inspect/plugin-efence.xml:
5897         * docs/plugins/inspect/plugin-effectv.xml:
5898         * docs/plugins/inspect/plugin-esdsink.xml:
5899         * docs/plugins/inspect/plugin-flac.xml:
5900         * docs/plugins/inspect/plugin-flxdec.xml:
5901         * docs/plugins/inspect/plugin-gconfelements.xml:
5902         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5903         * docs/plugins/inspect/plugin-goom.xml:
5904         * docs/plugins/inspect/plugin-halelements.xml:
5905         * docs/plugins/inspect/plugin-icydemux.xml:
5906         * docs/plugins/inspect/plugin-id3demux.xml:
5907         * docs/plugins/inspect/plugin-jpeg.xml:
5908         * docs/plugins/inspect/plugin-level.xml:
5909         * docs/plugins/inspect/plugin-matroska.xml:
5910         * docs/plugins/inspect/plugin-mulaw.xml:
5911         * docs/plugins/inspect/plugin-multipart.xml:
5912         * docs/plugins/inspect/plugin-navigationtest.xml:
5913         * docs/plugins/inspect/plugin-ossaudio.xml:
5914         * docs/plugins/inspect/plugin-png.xml:
5915         * docs/plugins/inspect/plugin-rtp.xml:
5916         * docs/plugins/inspect/plugin-rtsp.xml:
5917         * docs/plugins/inspect/plugin-shout2send.xml:
5918         * docs/plugins/inspect/plugin-smpte.xml:
5919         * docs/plugins/inspect/plugin-speex.xml:
5920         * docs/plugins/inspect/plugin-taglib.xml:
5921         * docs/plugins/inspect/plugin-udp.xml:
5922         * docs/plugins/inspect/plugin-videobalance.xml:
5923         * docs/plugins/inspect/plugin-videobox.xml:
5924         * docs/plugins/inspect/plugin-videoflip.xml:
5925         * docs/plugins/inspect/plugin-videomixer.xml:
5926         * docs/plugins/inspect/plugin-wavenc.xml:
5927         * docs/plugins/inspect/plugin-wavparse.xml:
5928         * docs/plugins/inspect/plugin-ximagesrc.xml:
5929           Update to CVS.
5930
5931 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
5932
5933         Patch by: Sebastian Dröge <slomo circular-chaos org>
5934
5935         * gst/audiofx/audiopanorama.c:
5936           Fix doc section name (Fixes #397946)
5937
5938 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
5939
5940         * sys/v4l2/gstv4l2object.c:
5941         (gst_v4l2_object_install_properties_helper),
5942         (gst_v4l2_object_set_property_helper),
5943         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
5944         * sys/v4l2/gstv4l2object.h:
5945         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5946         (gst_v4l2src_init), (gst_v4l2src_set_property),
5947         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
5948         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5949         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5950         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
5951         (gst_v4l2src_capture_deinit):
5952           Fix EIO handing when capturing. Add new property to specify the number of
5953           buffers to enque (and remove the borked num-buffers usage).
5954
5955 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
5956
5957         Patch by: Sebastian Dröge <slomo circular-chaos org>
5958
5959         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
5960         (gst_audio_panorama_set_process_function):
5961           Use a function array for process methods, add more docs and define the
5962           startindex of enums.
5963
5964 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
5965
5966         Patch by: Mark Nauwelaerts <manauw at skynet be>
5967
5968         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
5969         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
5970         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
5971         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
5972         (gst_avi_mux_riff_get_avi_header),
5973         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
5974         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
5975         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
5976         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
5977         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
5978         (gst_avi_mux_change_state):
5979         * gst/avi/gstavimux.h:
5980         * tests/check/elements/avimux.c: (teardown_src_pad):
5981           Add support for more than one audio stream; write better AVIX
5982           header; refactor code a bit; don't announce vorbis caps on our audio
5983           sink pads since we don't support it anyway. Closes #379298.
5984
5985 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
5986
5987         Patch by: Sebastian Dröge <slomo circular-chaos org>
5988
5989         * gst/audiofx/audiopanorama.c:
5990         (gst_audio_panorama_method_get_type),
5991         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
5992         (gst_audio_panorama_set_process_function),
5993         (gst_audio_panorama_set_property),
5994         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
5995         (gst_audio_panorama_transform_m2s_int_simple),
5996         (gst_audio_panorama_transform_s2s_int_simple),
5997         (gst_audio_panorama_transform_m2s_float_simple),
5998         (gst_audio_panorama_transform_s2s_float_simple):
5999         * gst/audiofx/audiopanorama.h:
6000           Add 'method' property and provide a simple (non-psychoacustic)
6001           processing method (#394859).
6002
6003         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
6004         (panorama_suite):
6005           Tests for new method.
6006
6007 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6008
6009         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
6010         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
6011           Set correct caps on outgoing pulled buffers, or things blow up
6012           after recent core changes.
6013
6014 2007-01-11  Wim Taymans  <wim@fluendo.com>
6015
6016         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6017
6018         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
6019         (gst_multipart_mux_request_new_pad),
6020         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
6021         (gst_multipart_mux_change_state):
6022         Return FLOW errors ASAP. Fixes #394977.
6023         Misc cleanups.
6024
6025 2007-01-11  Wim Taymans  <wim@fluendo.com>
6026
6027         Patch by: Lutz Mueller <lutz at topfrose dot de>
6028
6029         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
6030         Check for stream pad before activating. 
6031
6032 2007-01-10  Wim Taymans  <wim@fluendo.com>
6033
6034         Patch by: Peter Kjellerstedt  <pkj at axis com>
6035
6036         * gst/rtsp/COPYING.MIT:
6037         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6038         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
6039         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
6040         (gst_rtspsrc_stream_configure_transport),
6041         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
6042         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
6043         (gst_rtspsrc_parse_methods),
6044         (gst_rtspsrc_create_transports_string),
6045         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
6046         (gst_rtspsrc_open), (gst_rtspsrc_close):
6047         * gst/rtsp/gstrtspsrc.h:
6048         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6049         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
6050         (parse_request_line), (parse_line), (rtsp_connection_read),
6051         (rtsp_connection_close):
6052         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
6053         (rtsp_method_as_text), (rtsp_header_as_text),
6054         (rtsp_status_as_text), (rtsp_find_header_field),
6055         (rtsp_find_method):
6056         * gst/rtsp/rtspdefs.h:
6057         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
6058         (rtsp_ext_wms_configure_stream):
6059         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
6060         (rtsp_message_new_request), (rtsp_message_init_request),
6061         (rtsp_message_new_response), (rtsp_message_init_response),
6062         (rtsp_message_init_data), (rtsp_message_unset),
6063         (rtsp_message_free), (rtsp_message_add_header),
6064         (rtsp_message_get_header), (rtsp_message_set_body),
6065         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
6066         * gst/rtsp/rtspmessage.h:
6067         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
6068         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
6069         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
6070         (sdp_message_dump):
6071         Allow url to be NULL to be able to use it for server connections.
6072         Can now send responses as well as requests.
6073         No longer hangs in an endless loop if EOF is received.
6074         Can now convert a status code to a text string.
6075         Return RTSP_HDR_INVALID for unknown headers.
6076         Return RTSP_INVALID for unknown methods.
6077         Copy CSeq and Session headers from the request.
6078         Only free memory corresponding to the currently set message type.
6079         Added const to function arguments as appropriate.
6080         Avoid a compiler warning when initializing nmedia.
6081         Use guint rather than gint to avoid compiler warnings.
6082         Fix crasher in wms extension.
6083         Factor out stream setup from open_connection.
6084         Delay activation of streams when actual data is received from the
6085         server, this prepares us to do proper protocol switching.
6086         Added new license.
6087         Fixes #380895.
6088
6089
6090 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
6091
6092         Patch by: Sebastian Dröge <slomo ubuntu com>
6093
6094         * docs/plugins/Makefile.am:
6095         * gst/audiofx/audiopanorama.c:
6096           Some small docs fixes (#394851).
6097
6098 2007-01-09  Wim Taymans  <wim@fluendo.com>
6099
6100         * gst/avi/gstavidemux.c:
6101         Fix docs.
6102
6103 2007-01-09  Wim Taymans  <wim@fluendo.com>
6104
6105         * gst/rtp/Makefile.am:
6106         * gst/rtp/gstrtp.c: (plugin_init):
6107         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
6108         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
6109         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
6110         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
6111         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
6112         * gst/rtp/gstrtpmpvdepay.h:
6113           Added RFC 2250 MPEG Video Depayloader.
6114
6115         * gst/rtp/gstrtpL16depay.h:
6116         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
6117         (gst_rtp_h263p_depay_process):
6118         Fix Header file. Small cleanups.
6119
6120         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
6121         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
6122         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
6123         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
6124         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
6125         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
6126         (gst_rtp_mp4v_depay_change_state):
6127         Remove usused code. Remove Adapter from state Change. Added debug.
6128
6129         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
6130         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
6131         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
6132         * gst/rtp/gstrtpmpadepay.h:
6133         Subclass base depayloader.
6134         Added debug.
6135         Support static payload type assignment as well.
6136
6137         * gst/rtp/gstrtpmpapay.c:
6138         Fix caps.
6139
6140 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6141
6142         Patch by: Vincent Torri  <vtorri at univ-evry fr>
6143
6144         * ext/jpeg/gstjpegdec.c:
6145         * ext/jpeg/gstjpegenc.c:
6146         * ext/jpeg/smokecodec.c:
6147           These libjpeg callbacks should return a 'boolean' (unsigned char
6148           apparently) and not a 'gboolean' (which maps to gint). Fixes
6149           warnings when compiling with MingW (#393427).
6150
6151         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6152           Use ioctlsocket on win32.
6153
6154         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6155           Some printf format fixes for win32.
6156
6157 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
6158
6159         * gst/cutter/gstcutter.c: (gst_cutter_chain):
6160           Use gst_guint64_to_gdouble for conversion.
6161         * win32/vs6/libgstmatroska.dsp:
6162           Add zlib to the link.
6163         * win32/vs6/libgstvideobox.dsp:
6164           Update liboil library name (project is linked to 
6165           liboil-0.3-0.lib now).
6166           
6167 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6168
6169         * gst/matroska/Makefile.am:
6170           If zlib is available and used, we must link it explicitly for
6171           things to work on MingW (fixes #392855).
6172
6173 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
6174
6175         * ext/esd/esdsink.c: (gst_esdsink_delay):
6176           Don't return bogus values when esd_get_delay() fails for some
6177           reason (#392189).
6178
6179 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6180
6181         * sys/ximage/gstximagesrc.c: (composite_pixel):
6182           Fix presumably copy'n'pasto for 16bpp depth.
6183
6184 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6185
6186         * gst/matroska/matroska-mux.c:
6187         (gst_matroska_mux_audio_pad_setcaps):
6188           The "signed" field in audio caps is of boolean type, trying to use
6189           gst_structure_get_int() to extract it will fail. Fixing this makes
6190           matroskamux accept raw audio input (#387121) (use at your own risk
6191           though, due to the matroska spec being not entirely useful in this
6192           respect).
6193           Also fix up raw audio structures in template caps so that they
6194           represent what our setcaps function will actually accept, so that
6195           converters know what to convert to.
6196           Finally, don't fail if there isn't an "endianness" field in 8-bit
6197           PCM caps.
6198
6199 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
6200
6201         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6202         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6203         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6204         (teardown_cmmldec):
6205         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6206         (teardown_cmmlenc):
6207         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6208           reapply consistent pad (de)activation
6209
6210 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
6211
6212         * configure.ac:
6213         Back to CVS
6214
6215         * gst-plugins-good.doap:
6216         Add 0.10.5 doap entry
6217
6218 === release 0.10.5 ===
6219
6220 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
6221
6222         * configure.ac:
6223           releasing 0.10.5, "The Path of Thorns"
6224
6225 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6226
6227         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6228         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6229         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6230         (teardown_cmmldec):
6231         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6232         (teardown_cmmlenc):
6233         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6234           revert my freeze breakage
6235
6236 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6237
6238         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6239         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6240         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6241         (teardown_cmmldec):
6242         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6243         (teardown_cmmlenc):
6244         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6245           consistent pad (de)activation
6246
6247 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
6248
6249         * configure.ac:
6250         * ext/Makefile.am:
6251         Disable LADPSA, as it has moved to the -bad module for the duration.
6252
6253 2006-12-18  Wim Taymans  <wim@fluendo.com>
6254
6255         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
6256         (gst_signal_processor_event):
6257         Reset flow_state back to _OK after a flush stop so that we exit our
6258         error state after the flush. Fixes #374213
6259
6260 2006-12-16  David Schleef  <ds@schleef.org>
6261
6262         * sys/osxvideo/osxvideosink.h:
6263         * sys/osxvideo/osxvideosink.m:
6264           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
6265
6266 2006-12-16  David Schleef  <ds@schleef.org>
6267
6268         Patch by: Vijay Santhanam <vijay santhanam gmail com>
6269
6270         * sys/osxvideo/Makefile.am:
6271         * sys/osxvideo/osxvideosink.h:
6272         * sys/osxvideo/osxvideosink.m:
6273           Preliminary patch for porting osxvideosink
6274
6275 2006-12-16  Wim Taymans  <wim@fluendo.com>
6276
6277         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6278
6279         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
6280         (gst_videomixer_set_master_geometry),
6281         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
6282         (gst_videomixer_reset), (gst_videomixer_init),
6283         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
6284         (gst_videomixer_release_pad), (gst_videomixer_collected),
6285         (gst_videomixer_change_state):
6286         Introduce some locking around the videomixer state so that it does not
6287         crash when adding/removing pads. Fixes #383043.
6288
6289 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6290
6291         * configure.ac:
6292           Make sure libcaca can actually be used instead of just checking for
6293           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
6294           cross-compiling (fixes #384587).
6295
6296 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6297
6298         * Makefile.am:
6299         * gst-plugins-good.doap:
6300         * gst-plugins-good.spec.in:
6301           adding doap file
6302
6303 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6304
6305         * configure.ac:
6306           libflac-1.1.3 changed API again, but we can't build against it yet,
6307           so make sure our check doesn't use libflac-1.1.3 and add a comment
6308           to this effect.
6309
6310 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6311
6312         * gst/effectv/gstquark.c: (gst_quarktv_transform),
6313         (gst_quarktv_planetable_clear):
6314           Add some NULL pointer checks (possibly related to #385623).
6315
6316 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
6317
6318         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
6319         (gst_tag_demux_chain):
6320         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
6321           In streaming mode, if the first buffer we get doesn't have an
6322           offset, fix it up to be 0, otherwise trimming won't work later on
6323           and we'll be typefinding application/x-id3, which may result in
6324           decodebin plugging an endless number of id3demux elements as a
6325           consequence. Fixes #385031.
6326           
6327 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6328
6329         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
6330           Ignore the buffer_time the sound device reports. Turns out it is 
6331           sometimes completely bogus and we're better off without it.
6332
6333 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6334
6335         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6336         (gst_matroska_demux_video_caps):
6337         * gst/matroska/matroska-ids.c:
6338         (gst_matroska_track_init_video_context):
6339         * gst/matroska/matroska-ids.h:
6340           Try harder to extract the framerate for video tracks correctly and
6341           save it directly instead of converting it back and forth a few
6342           times. Mostly makes a difference for very small framerates (<1).
6343           Fixes #380199.
6344
6345 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6346
6347         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
6348         (gst_gconf_audio_src_dispose), (do_toggle_element):
6349         * ext/gconf/gstgconfaudiosrc.h:
6350           Remove gconf notify hook when the gconfaudiosrc element is
6351           destroyed, otherwise the callback may be called on an
6352           already-destroyed instance and bad things happen. Should fix
6353           #378184.
6354           Also ignore gconf key changes when the source is already running.
6355
6356 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6357
6358         Patch by: Sebastian Dröge  <mail at slomosnail de>
6359
6360         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6361           We need to be able to read and parse any possible floating point string
6362           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
6363           will parse the former only in certain locales though, so we really need
6364           to canonicalise the separator to '.' and then use g_ascii_strtod() to
6365           make sure we can parse either version at all times.
6366           Fixes #382982 for real.
6367
6368 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6369
6370         * sys/sunaudio/gstsunaudiomixerctrl.c:
6371         * sys/sunaudio/gstsunaudiosrc.c:
6372
6373         Use the sunaudio debug category.
6374
6375         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
6376         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
6377         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
6378         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
6379         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
6380         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
6381         (gst_sunaudiosink_reset):
6382         * sys/sunaudio/gstsunaudiosink.h:
6383
6384         Uses the sunaudio debug category for all debug output
6385         Implements the _delay() callback to synchronise video playback better
6386         Change the segtotal and segsize values back to the parent class 
6387           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
6388           respectively)
6389         Measure the samples written to the device vs. played.
6390         Keep track of segments in the device by writing empty eof frames, and
6391         sleep using a GCond when we get too far ahead and risk overrunning the
6392         sink's ringbuffer.
6393
6394         Fixes: #360673
6395
6396 2006-12-08  Wim Taymans  <wim@fluendo.com>
6397
6398         Patch by: Sebastian Dröge  <mail at slomosnail de >
6399
6400         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6401         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
6402         * gst/audiofx/audiopanorama.h:
6403         Fix audiopanorame with float samples. Fixes #383726.
6404
6405 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6406
6407         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
6408         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
6409         (gst_sunaudiosrc_reset):
6410
6411         Implement reset functions to unblock the src/sink more quickly on 
6412         state change requests.
6413         Patch by: Brian Cameron <brian dot cameron at sun com>
6414
6415 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6416
6417         * sys/sunaudio/gstsunaudiomixer.c:
6418         (gst_sunaudiomixer_change_state):
6419         Construct the correct mixer device name when the AUDIODEV env var
6420         is set.
6421
6422         Patch by: Jerry Tan <jerry.tan at sun dot com>
6423         Fixes: #383596
6424
6425 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6426
6427         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
6428         Apply patch to open the mixer control and set the MULTIPLE_OPEN
6429         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
6430         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
6431         Patch by: Jerry Tan <jerry.tan at sun dot com>
6432         Fixes: #349015
6433
6434 2006-12-07  Wim Taymans  <wim@fluendo.com>
6435
6436         * gst/smpte/gstmask.h:
6437         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
6438         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
6439         (gst_smpte_collected), (gst_smpte_set_property),
6440         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
6441         * gst/smpte/gstsmpte.h:
6442         Port to 0.10 some more. 
6443         Added duration property to specify the duration of the transition.
6444         Make framerate a fraction.
6445         Deprecate fps property, we only use negotiated fps.
6446         Added docs.
6447         Fix collectpad usage.
6448         Reset state in READY.
6449         Send NEWSEGMENT event.
6450         Fix racy updates of object properties.
6451         Added debug category.
6452         Fixes #383323.
6453
6454 2006-12-06  Wim Taymans  <wim@fluendo.com>
6455
6456         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6457
6458         * gst/videomixer/videomixer.c:
6459         (gst_videomixer_set_master_geometry),
6460         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
6461         Don't reset xpos and ypos in the setcaps function because causes
6462         unexpected behaviour.
6463         Fixes #382179.
6464
6465 2006-12-06  Wim Taymans  <wim@fluendo.com>
6466
6467         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
6468         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
6469         Keep track of the buffer timestamp in the collectdata member instead
6470         of modifying the buffer without making the metadata writable first.
6471         Fixes #382277.
6472
6473 2006-12-06  Wim Taymans  <wim@fluendo.com>
6474
6475         Patch by: Rob Taylor <robtaylor at floopily dot org>
6476
6477         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
6478         If using multicast in udpsrc, bind to the multicast address rather than
6479         IN_ADDR_ANY.
6480         This allows the simultanous use of multiple udpsrcs listening on
6481         different multicat addresses. Without this all udpsrcs will receive all
6482         packets from all subscribed multicast addresses.
6483         Fixes #383001.
6484
6485 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6486
6487         * ext/taglib/gstid3v2mux.cc:
6488         Don't attempt to write a NULL frame into the ID3 tag set when the 
6489         createFrame method returned NULL.
6490         Fixes: #381857
6491         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
6492
6493 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6494
6495         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6496         Use g_strtod() instead of sscanf to parse doubles, so that it will
6497         try parsing in the C locale if the current locale fails.
6498         Fixes: #382982
6499         Patch by: Sebastian Dröge  <mail at slomosnail de >
6500
6501 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
6502
6503         * win32/MANIFEST:
6504         Fix compilation on win32 under VS8
6505         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
6506         Partially fixes #381175
6507
6508 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6509
6510         * gst/avi/gstavimux.c:
6511           accept all mpegversions,fixes #380825
6512           spotted by: Jerome Alet  
6513
6514 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6515
6516         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6517         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
6518         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
6519         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
6520           cleanup the error message a bit more
6521
6522 2006-11-28  Wim Taymans  <wim@fluendo.com>
6523
6524         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
6525         Fix width and height properties.
6526
6527         * ext/libcaca/gstcacasink.h:
6528         Fix compilation on newer libcaca that require us to include a new
6529         header. Fixes #379918.
6530
6531 2006-11-28  Wim Taymans  <wim@fluendo.com>
6532
6533         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6534         * gst/rtsp/gstrtspsrc.h:
6535         * gst/rtsp/rtspext.h:
6536         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
6537         (rtsp_ext_wms_get_context):
6538         Add method so that extensions can choose to disable the setup of
6539         a stream.
6540         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
6541
6542 2006-11-27  Wim Taymans  <wim@fluendo.com>
6543
6544         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6545
6546         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6547         Push header in a separate buffer instead of memcpy:ing all data.
6548         Change LF => CRLF in headers.
6549         Move trailing LF to header. Fixes #379792.
6550
6551 2006-11-27  Wim Taymans  <wim@fluendo.com>
6552
6553         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
6554         Small buffer overflow fix and improve debugging.
6555
6556 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6557
6558         * ext/esd/esdmon.h:
6559         * ext/esd/esdsink.h:
6560           remove obsolete _factory_init protos
6561
6562 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6563
6564         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
6565         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
6566         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
6567         (gst_avi_demux_read_subindexes_push),
6568         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
6569         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6570         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
6571         (gst_avi_demux_massage_index),
6572         (gst_avi_demux_calculate_durations_from_index),
6573         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
6574         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
6575         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
6576           remove dead code, tweak debugs statements, add comments, use
6577           _uint64_scale instead _uint64_scale_int when using guint64 values,
6578           small optimizations, reflow some error handling
6579
6580 2006-11-22  Edward Hervey  <edward@fluendo.com>
6581
6582         * po/.cvsignore:
6583         We never put .pot files in cvs. Let's ignore them all.
6584
6585 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6586
6587         * po/POTFILES.in:
6588           ... but better exclude files that aren't disted.
6589
6590 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6591
6592         * po/POTFILES.in:
6593           Add v4l2 source files to list of files with translations, so the
6594           strings are actually extracted (however bad they still may be).
6595
6596 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6597
6598         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
6599           Minor clean-ups: const-ify static array, remove trailing comma from
6600           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
6601
6602 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
6603
6604         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
6605         Make sure that g_free always gets called on the same pointer that was 
6606         returned by g_malloc.  Fixes #376594.
6607         Do not leak memory if decompressed size is wrong.
6608         Remove unneeded check of return value of g_malloc.
6609         Patch by: René Stadler <mail@renestadler.de>
6610
6611 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
6612
6613         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
6614           Add missing curly brackets.
6615
6616 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
6617
6618         * sys/v4l2/v4l2src_calls.c:
6619         Fix capture_deinit.
6620
6621 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6622
6623         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
6624         (gst_matroska_mux_request_new_pad):
6625           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
6626
6627         * tests/check/elements/matroskamux.c: (setup_src_pad),
6628         (setup_sink_pad), (GST_START_TEST):
6629         Activate pads before using them.
6630
6631 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6632
6633         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
6634           Initialise variable to get rid of bogus compiler warning.
6635
6636 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
6637
6638         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
6639
6640         * gst/rtp/gstrtph263pay.c:
6641         * gst/rtp/gstrtph263pdepay.c:
6642         * gst/rtp/gstrtph263ppay.c:
6643           Specify H.263 variant and version in the caps (fixes #361637)
6644
6645 2006-11-15  Wim Taymans  <wim@fluendo.com>
6646
6647         * gst/rtsp/rtspconnection.c: (read_body):
6648         Don't set a data pointer to NULL and a size > 0 when we deal
6649         with empty packets.
6650
6651         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
6652         (rtsp_message_init_response), (rtsp_message_init_data),
6653         (rtsp_message_unset), (rtsp_message_free),
6654         (rtsp_message_take_body):
6655         Check that we can't create invalid empty packets. 
6656
6657 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
6658
6659         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6660
6661         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
6662         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
6663         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
6664         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6665         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
6666         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
6667         * gst/matroska/matroska-mux.h:
6668           Add basic tag writing support; implement releasing pads (#374658).
6669
6670 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
6671
6672         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6673         (gst_matroska_demux_audio_caps):
6674           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
6675
6676 2006-11-14  David Schleef  <ds@schleef.org>
6677
6678         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
6679
6680 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6681
6682         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
6683
6684         * win32/vs8/gst-plugins-good.sln:
6685         * win32/vs8/libgst1394.vcproj:
6686         * win32/vs8/libgstaasink.vcproj:
6687         * win32/vs8/libgstalaw.vcproj:
6688         * win32/vs8/libgstalpha.vcproj:
6689         * win32/vs8/libgstalphacolor.vcproj:
6690         * win32/vs8/libgstannodex.vcproj:
6691         * win32/vs8/libgstapetag.vcproj:
6692         * win32/vs8/libgstaudiofx.vcproj:
6693         * win32/vs8/libgstauparse.vcproj:
6694         * win32/vs8/libgstautodetect.vcproj:
6695         * win32/vs8/libgstavi.vcproj:
6696         * win32/vs8/libgstcacasink.vcproj:
6697         * win32/vs8/libgstcdio.vcproj:
6698         * win32/vs8/libgstcutter.vcproj:
6699         * win32/vs8/libgstdv.vcproj:
6700         * win32/vs8/libgsteffectv.vcproj:
6701         * win32/vs8/libgstflac.vcproj:
6702         * win32/vs8/libgstflxdec.vcproj:
6703         * win32/vs8/libgstgoom.vcproj:
6704         * win32/vs8/libgsticydemux.vcproj:
6705         * win32/vs8/libgstid3demux.vcproj:
6706         * win32/vs8/libgstjpeg.vcproj:
6707         * win32/vs8/libgstladspa.vcproj:
6708         * win32/vs8/libgstlevel.vcproj:
6709         * win32/vs8/libgstmatroska.vcproj:
6710         * win32/vs8/libgstmikmod.vcproj:
6711         * win32/vs8/libgstmng.vcproj:
6712         * win32/vs8/libgstmonoscope.vcproj:
6713         * win32/vs8/libgstmulaw.vcproj:
6714         * win32/vs8/libgstmultipart.vcproj:
6715         * win32/vs8/libgstpng.vcproj:
6716         * win32/vs8/libgstrtp.vcproj:
6717         * win32/vs8/libgstrtsp.vcproj:
6718         * win32/vs8/libgstshout2.vcproj:
6719         * win32/vs8/libgstsmpte.vcproj:
6720         * win32/vs8/libgstspeex.vcproj:
6721         * win32/vs8/libgsttaglib.vcproj:
6722         * win32/vs8/libgstudp.vcproj:
6723         * win32/vs8/libgstvideobalance.vcproj:
6724         * win32/vs8/libgstvideobox.vcproj:
6725         * win32/vs8/libgstvideoflip.vcproj:
6726         * win32/vs8/libgstvideomixer.vcproj:
6727         * win32/vs8/libgstwavenc.vcproj:
6728         * win32/vs8/libgstwavparse.vcproj:
6729           Make end-of-line returns unixy, so that when the files are checked
6730           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
6731           Hopefully fixes #366492.
6732
6733 2006-11-14  Wim Taymans  <wim@fluendo.com>
6734
6735         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
6736         Disable init_frames delay timestamp adjustment, it does not
6737         seem to be needed at all. Fixes #369621.
6738
6739 2006-11-13  Wim Taymans  <wim@fluendo.com>
6740
6741         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6742
6743         * gst/videomixer/videomixer.c:
6744         (gst_videomixer_set_master_geometry),
6745         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
6746         (gst_videomixer_collect_free), (gst_videomixer_reset),
6747         (gst_videomixer_init), (gst_videomixer_finalize),
6748         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
6749         (gst_videomixer_collected), (gst_videomixer_change_state):
6750         Fix memleak by unref'ing collectpads instance (when finalizing)
6751         Implement releasing a request pad. Fixes #374479.
6752
6753 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
6754
6755         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
6756
6757         * win32/vs8/gst-plugins-good.sln:
6758         * win32/vs8/libgst1394.vcproj:
6759         * win32/vs8/libgstaasink.vcproj:
6760         * win32/vs8/libgstalaw.vcproj:
6761         * win32/vs8/libgstalpha.vcproj:
6762         * win32/vs8/libgstalphacolor.vcproj:
6763         * win32/vs8/libgstannodex.vcproj:
6764         * win32/vs8/libgstapetag.vcproj:
6765         * win32/vs8/libgstaudiofx.vcproj:
6766         * win32/vs8/libgstauparse.vcproj:
6767         * win32/vs8/libgstautodetect.vcproj:
6768         * win32/vs8/libgstavi.vcproj:
6769         * win32/vs8/libgstcacasink.vcproj:
6770         * win32/vs8/libgstcdio.vcproj:
6771         * win32/vs8/libgstcutter.vcproj:
6772         * win32/vs8/libgstdv.vcproj:
6773         * win32/vs8/libgsteffectv.vcproj:
6774         * win32/vs8/libgstflac.vcproj:
6775         * win32/vs8/libgstflxdec.vcproj:
6776         * win32/vs8/libgstgoom.vcproj:
6777         * win32/vs8/libgsticydemux.vcproj:
6778         * win32/vs8/libgstid3demux.vcproj:
6779         * win32/vs8/libgstjpeg.vcproj:
6780         * win32/vs8/libgstladspa.vcproj:
6781         * win32/vs8/libgstlevel.vcproj:
6782         * win32/vs8/libgstmatroska.vcproj:
6783         * win32/vs8/libgstmikmod.vcproj:
6784         * win32/vs8/libgstmng.vcproj:
6785         * win32/vs8/libgstmonoscope.vcproj:
6786         * win32/vs8/libgstmulaw.vcproj:
6787         * win32/vs8/libgstmultipart.vcproj:
6788         * win32/vs8/libgstpng.vcproj:
6789         * win32/vs8/libgstrtp.vcproj:
6790         * win32/vs8/libgstrtsp.vcproj:
6791         * win32/vs8/libgstshout2.vcproj:
6792         * win32/vs8/libgstsmpte.vcproj:
6793         * win32/vs8/libgstspeex.vcproj:
6794         * win32/vs8/libgsttaglib.vcproj:
6795         * win32/vs8/libgstudp.vcproj:
6796         * win32/vs8/libgstvideobalance.vcproj:
6797         * win32/vs8/libgstvideobox.vcproj:
6798         * win32/vs8/libgstvideoflip.vcproj:
6799         * win32/vs8/libgstvideomixer.vcproj:
6800         * win32/vs8/libgstwavenc.vcproj:
6801         * win32/vs8/libgstwavparse.vcproj:
6802           Add VS8 project files (note that many of the plugins in ext are
6803           disabled by default). Fixes #366492.
6804
6805 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
6806
6807         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6808           we do not translate debug messages
6809
6810 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
6811
6812         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
6813           fix categorisation, make short desc more explicit, remove unused code
6814           Fixes #372021
6815
6816 2006-11-08  Wim Taymans  <wim@fluendo.com>
6817
6818         * gst/rtp/gstrtpL16depay.c:
6819         * gst/rtp/gstrtpamrdepay.c:
6820         * gst/rtp/gstrtpamrpay.c:
6821         * gst/rtp/gstrtpgsmdepay.c:
6822         * gst/rtp/gstrtph263pay.c:
6823         * gst/rtp/gstrtph263pdepay.c:
6824         * gst/rtp/gstrtph263ppay.c:
6825         * gst/rtp/gstrtph264depay.c:
6826         * gst/rtp/gstrtpmp2tdepay.c:
6827         * gst/rtp/gstrtpmp4gdepay.c:
6828         * gst/rtp/gstrtpmp4gpay.c:
6829         * gst/rtp/gstrtpmp4vdepay.c:
6830         * gst/rtp/gstrtpmp4vpay.c:
6831         * gst/rtp/gstrtpmpadepay.c:
6832         * gst/rtp/gstrtpmpapay.c:
6833         * gst/rtp/gstrtppcmadepay.c:
6834         * gst/rtp/gstrtppcmapay.c:
6835         * gst/rtp/gstrtppcmudepay.c:
6836         * gst/rtp/gstrtppcmupay.c:
6837         * gst/rtp/gstrtpspeexdepay.c:
6838         * gst/rtp/gstrtpspeexpay.c:
6839         * gst/rtp/gstrtpsv3vdepay.c:
6840         Fix element descriptions.
6841
6842 2006-11-08  Wim Taymans  <wim@fluendo.com>
6843
6844         * gst/rtp/gstrtpvorbisdepay.c:
6845         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
6846         Fix description.
6847         Small cleanup in the payloader.
6848
6849 2006-11-08  Wim Taymans  <wim@fluendo.com>
6850
6851         * gst/rtp/Makefile.am:
6852         * gst/rtp/gstrtp.c: (plugin_init):
6853         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
6854         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
6855         (gst_rtp_theora_depay_finalize),
6856         (gst_rtp_theora_depay_parse_configuration),
6857         (gst_rtp_theora_depay_setcaps),
6858         (gst_rtp_theora_depay_switch_codebook),
6859         (gst_rtp_theora_depay_process),
6860         (gst_rtp_theora_depay_set_property),
6861         (gst_rtp_theora_depay_get_property),
6862         (gst_rtp_theora_depay_change_state),
6863         (gst_rtp_theora_depay_plugin_init):
6864         * gst/rtp/gstrtptheoradepay.h:
6865         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
6866         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
6867         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
6868         (gst_rtp_theora_pay_init_packet),
6869         (gst_rtp_theora_pay_flush_packet),
6870         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
6871         (gst_rtp_theora_pay_handle_buffer),
6872         (gst_rtp_theora_pay_plugin_init):
6873         * gst/rtp/gstrtptheorapay.h:
6874         Add theora pay/depayloaders.
6875
6876 2006-11-06  Wim Taymans  <wim@fluendo.com>
6877
6878         * gst/rtp/Makefile.am:
6879         We depend on gsttag to generate the vorbis comments.
6880
6881         * gst/rtp/gstrtpvorbisdepay.c:
6882         (gst_rtp_vorbis_depay_parse_configuration),
6883         (gst_rtp_vorbis_depay_setcaps),
6884         (gst_rtp_vorbis_depay_switch_codebook),
6885         (gst_rtp_vorbis_depay_process):
6886         * gst/rtp/gstrtpvorbisdepay.h:
6887         Parse configuration string in the depayloader.
6888         Implement selecting and switching to a new codebook.
6889         Receiving vorbis over RTP now works.
6890
6891         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
6892         (gst_rtp_vorbis_pay_init_packet),
6893         (gst_rtp_vorbis_pay_finish_headers),
6894         (gst_rtp_vorbis_pay_handle_buffer):
6895         * gst/rtp/gstrtpvorbispay.h:
6896         Set timestamps on outgoing buffers and RTP packets.
6897         Fix configuration string, prepend number of Packet headers.
6898         Fix encoding of ident string.
6899         Add delivery-method to caps.
6900         Streaming vorbis over RTP now works.
6901
6902 2006-11-06  Wim Taymans  <wim@fluendo.com>
6903
6904         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
6905         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
6906         (gst_rtp_vorbis_pay_handle_buffer):
6907         * gst/rtp/gstrtpvorbispay.h:
6908         Generate a valid configuration string in the caps based on the
6909         vorbis headers.
6910
6911 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6912
6913         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
6914         * ext/cdio/gstcdio.h:
6915         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
6916           Move CD-TEXT utility function into common file so it can also be
6917           used by a future cdioparanoiasrc.
6918
6919 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
6920         
6921         * sys/v4l2/Makefile.am:
6922         * sys/v4l2/gstv4l2object.c:
6923         * sys/v4l2/gstv4l2src.c:
6924         * sys/v4l2/gstv4l2xoverlay.c:
6925         * sys/v4l2/v4l2_calls.c:
6926         * sys/v4l2/v4l2src_calls.c:
6927         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
6928         xoverlay code that is still not implemented.
6929
6930 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6931
6932         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6933           We require a -base more recent than 0.10.9, so it's safe to use
6934           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
6935
6936         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
6937         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
6938           Use _newsegment_full() now that we depend on a recent enough core.
6939
6940         * gst/wavparse/gstwavparse.c:
6941           Remove cruft that we don't need any longer now that we depend on
6942           a recent enough -base.
6943
6944 2006-10-31  Wim Taymans  <wim@fluendo.com>
6945
6946         * gst/rtp/Makefile.am:
6947         * gst/rtp/gstrtp.c: (plugin_init):
6948         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
6949         (gst_rtpilbcpay_setcaps):
6950         Fix and activate ILBC pay and depayloaders. Fixes #368162.
6951
6952 2006-10-31  Wim Taymans  <wim@fluendo.com>
6953
6954         * ext/speex/gstspeexdec.c: (speex_dec_convert),
6955         (speex_dec_sink_event), (speex_dec_chain_parse_header):
6956         Some small cleanups, use _scale.
6957
6958 2006-10-31  Wim Taymans  <wim@fluendo.com>
6959
6960         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
6961         Use higher precision scale function.
6962
6963 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
6964
6965         Patch by: Michal Benes  <michal dot benes at itonis tv>
6966
6967         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
6968         (gst_matroska_demux_read_track_encodings),
6969         (gst_matroska_decode_buffer):
6970           Fix several issues with encoded/compressed/encrypted/signed tracks;
6971           also, remove superfluous newline characters from some debug
6972           statements. (#366155)
6973
6974 2006-10-30  Wim Taymans  <wim@fluendo.com>
6975
6976         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
6977         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
6978         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
6979         (gst_smokedec_change_state):
6980         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
6981         (gst_smokeenc_init), (gst_smokeenc_finalize),
6982         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
6983         (gst_smokeenc_resync), (gst_smokeenc_chain),
6984         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
6985         (gst_smokeenc_change_state):
6986         Various cleanups, capsnego and leak fixes.
6987
6988 2006-10-30  Wim Taymans  <wim@fluendo.com>
6989
6990         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6991
6992         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
6993         Fix videomixer so that it can handle any combination of framerates.
6994         Fixes #367221.
6995
6996 2006-10-28  Wim Taymans  <wim@fluendo.com>
6997
6998         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
6999         (gst_avi_demux_parse_file_header),
7000         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
7001         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
7002         (gst_avi_demux_chain):
7003         Fix position query for audio. also fixes timestamps in streaming
7004         mode and bug #364958.
7005         Small cleanups.
7006
7007 2006-10-27  Wim Taymans  <wim@fluendo.com>
7008
7009         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
7010         * ext/libpng/gstpngenc.h:
7011         Fix strides. Fixes #364856.
7012         Cleanup capsnego.
7013         Set caps on outgoing buffers.
7014
7015 2006-10-18  Wim Taymans  <wim@fluendo.com>
7016
7017         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
7018
7019         * gst/rtp/gstrtpgsmpay.c:
7020         * gst/rtp/gstrtph263pay.c:
7021         * gst/rtp/gstrtpmpapay.c:
7022         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
7023         (gst_rtp_pcma_pay_handle_buffer):
7024         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
7025         Add static payload numbers in addition to the dynamic ones.
7026         Fixes #361639.
7027
7028 2006-10-18  Wim Taymans  <wim@fluendo.com>
7029
7030         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7031         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
7032         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
7033         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
7034         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
7035         * gst/rtsp/rtspdefs.h:
7036         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7037         * gst/rtsp/rtspurl.h:
7038         Reuse already existing enum for lower transport.
7039         Add rtspt and rtspu protocols.
7040         Send redirect to rtspt when udp times out.
7041
7042 2006-10-18  Wim Taymans  <wim@fluendo.com>
7043
7044         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
7045         (gst_wavparse_stream_data):
7046         Fix seeking some more, mostly for speed changes.
7047
7048 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7049
7050         Patch by: Fredrik Persson  <frepe at bredband net>
7051
7052         * sys/v4l2/gstv4l2tuner.c:
7053         * sys/v4l2/gstv4l2tuner.h:
7054           Fix _set_channel(): remove useless g_object_notify() for "channel"
7055           property that doesn't exist any longer and therefore now also
7056           useless redirect (#338818).
7057
7058 2006-10-17  Wim Taymans  <wim@fluendo.com>
7059
7060         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
7061         Some drivers do not support unsetting the non-blocking flag once the
7062         device is opened. In those cases, close/open the device in
7063         non-blocking mode. Fixes #362673.
7064
7065 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7066
7067         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7068         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7069         (gst_v4l2src_get_fps):
7070           dear stefan, framespersecond is not frameperiod, reverting but adding
7071           comment
7072
7073 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7074
7075         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7076         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7077         (gst_v4l2src_get_fps):
7078           Numerator is numerator and denominator is denominator. Say that aloud
7079           5 times and retry after next beer.
7080
7081 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
7082
7083         Patch by: Josep Torra Valles  <josep at fluendo com>
7084
7085         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
7086         * ext/esd/esdsink.c: (gst_esdsink_write):
7087         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
7088         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
7089         (gst_flac_dec_send_newsegment):
7090         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
7091         (gst_flac_enc_tell_callback):
7092         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
7093         (smokecodec_parse_header), (smokecodec_decode):
7094         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
7095         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
7096         * gst/goom/Makefile.am:
7097         * gst/goom/gstgoom.c:
7098         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
7099         * gst/rtsp/gstrtspsrc.c:
7100         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7101         * gst/udp/gstudpsink.c:
7102         * gst/udp/gstudpsrc.c:
7103         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
7104         * sys/sunaudio/gstsunaudiomixertrack.h:
7105           Fix a bunch of problems discovered by the Forte compiler, mostly type
7106           mixups and pointer arithmetics with void pointers. Fixes #362603.
7107
7108 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7109
7110         * ext/speex/gstspeex.c: (plugin_init):
7111         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
7112         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
7113         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
7114         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
7115         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
7116         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
7117         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
7118         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
7119         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
7120         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
7121         (gst_speex_enc_chain), (gst_speex_enc_get_property),
7122         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
7123         * ext/speex/gstspeexenc.h:
7124           Miscellaneous clean-ups, among other things: speexenc => enc to
7125           enhance code readability; change speexenc => speex_enc; in chain
7126           function unref input buffer in case of error; take reference in
7127           event function; use boilerplate macro; use gst_pad_query_peer_*
7128           convenience functions.
7129
7130 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7131
7132         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
7133         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
7134         (gst_speexenc_set_header_on_caps):
7135           Fix some mem leaks.
7136
7137 2006-10-11  Wim Taymans  <wim@fluendo.com>
7138
7139         * gst/rtsp/URLS:
7140         Added some other URL.
7141
7142         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
7143         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
7144         (gst_rtspsrc_open), (gst_rtspsrc_play),
7145         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7146         * gst/rtsp/gstrtspsrc.h:
7147         Work on fallback to TCP connection when the UDP socket times out.
7148         Handler server requests, just reply with OK for now.
7149
7150         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7151         * gst/rtsp/rtspdefs.h:
7152         Added some more Real extension headers.
7153
7154         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7155         Fix parsing of urls with a ':' that is not part of the hostname:port
7156         part of the url.
7157
7158 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7159
7160         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
7161         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
7162         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
7163           Activate pad before adding it to the already-running element.
7164
7165         * tests/check/elements/icydemux.c: (icydemux_found_pad):
7166           Activate newly-created pad too.
7167
7168 2006-10-11  Wim Taymans  <wim@fluendo.com>
7169
7170         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
7171
7172         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7173         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
7174         (gst_udpsrc_start):
7175         Fix some leaks in caps and uris. Fixes #361252.
7176
7177 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
7178
7179         * gst/wavparse/Makefile.am:
7180           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
7181
7182 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
7183
7184         * sys/v4l2/gstv4l2xoverlay.c:
7185         * sys/v4l2/gstv4l2xoverlay.h:
7186         Fix build as per the patch in #338818 comment 36.
7187
7188 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
7189
7190         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
7191           Activate pads before adding them to the source.
7192
7193 2006-10-06  Wim Taymans  <wim@fluendo.com>
7194
7195         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
7196         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
7197         Activate pads before adding.
7198
7199 2006-10-06  Wim Taymans  <wim@fluendo.com>
7200
7201         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
7202         (gst_multipart_find_pad_by_mime):
7203         Activate pads before adding.
7204
7205         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
7206         BOILERPLATE sets parent_class for us.
7207
7208 2006-10-06  Wim Taymans  <wim@fluendo.com>
7209
7210         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
7211         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7212         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
7213         (gst_rtspsrc_alloc_udp_ports),
7214         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7215         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
7216         (gst_rtspsrc_create_transports_string),
7217         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
7218         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7219         * gst/rtsp/gstrtspsrc.h:
7220         Rework how the transport string is constructed, try to share channels
7221         and udp ports.
7222         Make most of the stuff less dependant on RTP as we are also going to use
7223         it for RDT.
7224         Add support for transport specific session managers.
7225
7226         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
7227         Implement _flush().
7228
7229         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7230         * gst/rtsp/rtspdefs.h:
7231         Add generic error return code.
7232
7233         * gst/rtsp/rtspext.h:
7234         Add support for pluggable tranport strings.
7235
7236         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
7237         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
7238         (rtsp_ext_wms_get_context):
7239         Detect WMServer and activate the extension.
7240
7241         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
7242         (rtsp_transport_get_manager), (rtsp_transport_parse):
7243         * gst/rtsp/rtsptransport.h:
7244         Added methods to get mime/manager for certain transports.
7245
7246 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
7247
7248         * ext/cairo/gsttimeoverlay.c:
7249         (gst_cairo_time_overlay_update_font_height):
7250         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
7251         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
7252         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
7253         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
7254         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
7255         * ext/libpng/gstpngdec.c: (user_endrow_callback):
7256         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
7257         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
7258         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
7259         (gst_avi_demux_stream_data):
7260         * gst/cutter/gstcutter.c: (gst_cutter_chain):
7261         * gst/debug/efence.c: (gst_efence_buffer_alloc),
7262         (gst_fenced_buffer_copy):
7263         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7264         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
7265         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
7266         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
7267         (gst_rtspsrc_handle_message):
7268         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
7269         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
7270           Printf format fixes.
7271
7272 2006-10-04  Wim Taymans  <wim@fluendo.com>
7273
7274         * gst/rtsp/Makefile.am:
7275         Dist new .h file too.
7276
7277 2006-10-04  Wim Taymans  <wim@fluendo.com>
7278
7279         * gst/rtsp/Makefile.am:
7280         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
7281         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
7282         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7283         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7284         (gst_rtspsrc_parse_rtpmap),
7285         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
7286         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7287         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
7288         * gst/rtsp/gstrtspsrc.h:
7289         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7290         * gst/rtsp/rtspdefs.h:
7291         * gst/rtsp/rtspext.h:
7292         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
7293         (rtsp_ext_wms_get_context):
7294         * gst/rtsp/rtspextwms.h:
7295         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
7296         (rtsp_transport_parse):
7297         * gst/rtsp/rtsptransport.h:
7298         Factor out extension in separate module.
7299         Fix getcaps to filter against the padtemplate.
7300         Use Content-Base if the server gives one.
7301         Rework the transport parsing a bit for future extensions.
7302         Added some Real Header field definitions.
7303
7304 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7305
7306         * docs/plugins/Makefile.am:
7307         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7308         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7309           added v4l2 stubs
7310         * gst-plugins-good.spec.in:
7311           add v4l2
7312
7313 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
7314
7315         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7316           Extract disc/album/medium number and count and try harder
7317           to extract track number/count.
7318
7319 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7320
7321         * configure.ac:
7322         * sys/Makefile.am:
7323           add build stuff for v4l2, needs --enable-experimental until
7324           the last bits are resolved
7325
7326 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
7327
7328         * tests/check/Makefile.am:
7329           Disable autodetect test temporarily, so that the build bots
7330           update -bad and the ranks of unreliable video sinks in there.
7331
7332         * tests/check/elements/autodetect.c: (GST_START_TEST):
7333           Skip test if no usable videosink is found.
7334
7335 2006-09-29  Wim Taymans  <wim@fluendo.com>
7336
7337         * gst/rtsp/URLS:
7338         Add some more URLs.
7339
7340         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7341         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
7342         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7343         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
7344         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7345         (gst_rtspsrc_loop), (gst_rtspsrc_send),
7346         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7347         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
7348         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7349         * gst/rtsp/gstrtspsrc.h:
7350         Add timeout property to control UDP timeouts.
7351         Fix error messages.
7352         Also start a loop function when operating in UDP mode so that we can
7353         do some more stuff async.
7354         Handle element messages from udpsrc to detect timeouts. If a timeout
7355         happens we currently generate an error.
7356         API: rtspsrc::timeout property.
7357
7358         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7359         (gst_udpsrc_create):
7360         Really implement the timeout in microseconds and not milliseconds.
7361
7362 2006-09-29  Wim Taymans  <wim@fluendo.com>
7363
7364         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7365         (gst_udpsrc_create), (gst_udpsrc_set_property),
7366         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
7367         * gst/udp/gstudpsrc.h:
7368         Added property to post a message on timeout.
7369         Updated docs.
7370         When restarting the select, initialize the fdsets again.
7371         Init control sockets so we don't accidentally close a random socket.
7372         API: GstUDPSrc::timeout property
7373
7374 2006-09-29  Wim Taymans  <wim@fluendo.com>
7375
7376         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
7377         Fix flag registration.
7378
7379         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7380         Reading 0 also means 'no more commands'
7381
7382 2006-09-29  Wim Taymans  <wim@fluendo.com>
7383
7384         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7385
7386         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7387         Fix possible infinite loop when shutting down, a read can also return
7388         0 to indicate no more messages are available. Fixes #358156.
7389
7390 2006-09-25  Wim Taymans  <wim@fluendo.com>
7391
7392         * gst/autodetect/gstautoaudiosink.c:
7393         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
7394         (gst_auto_audio_sink_find_best):
7395         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
7396         Small cleanups.
7397         don't try to set "sync" property when it is not available.
7398
7399 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7400
7401         Patch by: Peter Kjellerstedt  <pkj at axis com>
7402
7403         * gst/alpha/gstalpha.c:
7404         * gst/rtp/gstrtpamrdepay.c:
7405         * gst/rtsp/gstrtspsrc.c:
7406         * gst/udp/gstudpsrc.c:
7407         * gst/videomixer/videomixer.c:
7408           Include stdlib.h in some more places, makes things compile
7409           with uClibc and -Werror (#357592).
7410
7411 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7412
7413         * ext/jpeg/gstjpegdec.c:
7414           Set minimum height to 8 (from 16), our code should handle
7415           that fine. Some of the buttons on the apple trailer site
7416           are apparently only 15 pixels high (see #357470).
7417
7418 2006-09-23  Wim Taymans  <wim@fluendo.com>
7419
7420         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
7421         (gst_rtspsrc_open):
7422         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7423         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7424         (rtsp_connection_receive):
7425         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7426         * gst/rtsp/rtspdefs.h:
7427         Improve error reporting.
7428
7429 2006-09-23  Wim Taymans  <wim@fluendo.com>
7430
7431         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
7432         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
7433         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
7434         * gst/rtp/gstrtpdepay.c:
7435         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
7436         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
7437         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
7438         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
7439         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
7440         (gst_rtp_mp2t_depay_plugin_init):
7441         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
7442         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
7443         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
7444         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
7445         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
7446         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
7447         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
7448         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
7449         Fix klass typos.
7450         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
7451
7452 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7453
7454         * configure.ac:
7455           Need  -base CVS for gst_base_rtp_depayload_push_ts().
7456
7457 2006-09-22  Wim Taymans  <wim@fluendo.com>
7458
7459         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
7460         Don't check for a tag that is never there and check if we read the
7461         correct tag. Fixes seeking again.
7462         We must post an error when all pads are unlinked.
7463
7464 2006-09-22  Wim Taymans  <wim@fluendo.com>
7465
7466         * gst/rtp/Makefile.am:
7467         * gst/rtp/gstrtp.c: (plugin_init):
7468         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
7469         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7470         (gst_rtp_vorbis_pay_reset_packet),
7471         (gst_rtp_vorbis_pay_init_packet),
7472         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
7473         (gst_rtp_vorbis_pay_handle_buffer):
7474         More fixage, set endoder-params correctly in the payloader.
7475
7476 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7477
7478         * gst/autodetect/gstautoaudiosink.c:
7479         (gst_auto_audio_sink_base_init):
7480         * gst/autodetect/gstautovideosink.c:
7481         (gst_auto_video_sink_base_init):
7482           Make static pad templates static to appease valgrind's leak
7483           detector.
7484
7485         * tests/check/Makefile.am:
7486         * tests/check/elements/.cvsignore:
7487         * tests/check/elements/autodetect.c: (GST_START_TEST),
7488         (autodetect_suite):
7489           Add simple test for the ghostpad lockup on shutdown fixed in core
7490           CVS (audio bit disabled because it would need dozens of alsa
7491           suppressions and I'm too lazy to add those now).
7492
7493 2006-09-22  Wim Taymans  <wim@fluendo.com>
7494
7495         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
7496         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
7497         Small cleanups.
7498
7499         * gst/rtp/Makefile.am:
7500         * gst/rtp/gstrtp.c: (plugin_init):
7501         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
7502         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
7503         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
7504         (gst_rtp_vorbis_depay_process),
7505         (gst_rtp_vorbis_depay_set_property),
7506         (gst_rtp_vorbis_depay_get_property),
7507         (gst_rtp_vorbis_depay_change_state),
7508         (gst_rtp_vorbis_depay_plugin_init):
7509         * gst/rtp/gstrtpvorbisdepay.h:
7510         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
7511         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
7512         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
7513         (gst_rtp_vorbis_pay_flush_packet),
7514         (gst_rtp_vorbis_pay_append_buffer),
7515         (gst_rtp_vorbis_pay_handle_buffer),
7516         (gst_rtp_vorbis_pay_plugin_init):
7517         * gst/rtp/gstrtpvorbispay.h:
7518         Add experimental vorbis pay and depayloaders.
7519
7520 2006-09-21  Wim Taymans  <wim@fluendo.com>
7521
7522         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
7523         Fix profile-level-id parsing and setup.
7524
7525 2006-09-21  Wim Taymans  <wim@fluendo.com>
7526
7527         * gst/udp/README:
7528         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
7529         Update README, simple cleanup.
7530
7531 2006-09-21  Wim Taymans  <wim@fluendo.com>
7532
7533         * gst/rtp/README:
7534         Update README with some examples.
7535
7536         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
7537         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
7538         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
7539         (gst_rtp_mp4g_pay_setcaps):
7540         * gst/rtp/gstrtpmp4gpay.h:
7541         Make optional RTP parameters of type STRING, as required by the
7542         application/x-rtp caps specification.
7543
7544 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
7545
7546         * gst/rtp/gstrtph263pdepay.c:
7547         * gst/rtp/gstrtph263ppay.c:
7548         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
7549         RTP header.
7550
7551 2006-09-20  Wim Taymans  <wim@fluendo.com>
7552
7553         * gst/rtp/Makefile.am:
7554         And makefile too.
7555
7556 2006-09-20  Wim Taymans  <wim@fluendo.com>
7557
7558         * gst/rtp/gstrtp.c: (plugin_init):
7559         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
7560         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
7561         (decode_base64), (gst_rtp_asf_depay_setcaps),
7562         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
7563         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
7564         (gst_rtp_asf_depay_plugin_init):
7565         * gst/rtp/gstrtpasfdepay.h:
7566         Added preliminary ASF depayloader.
7567
7568         * gst/rtp/gstrtph264depay.c: (decode_base64):
7569         Fix base64 decoding.
7570
7571 2006-09-20  Wim Taymans  <wim@fluendo.com>
7572
7573         * gst/rtsp/URLS:
7574         Added some test URLS.
7575
7576         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7577         (gst_rtspsrc_loop), (gst_rtspsrc_open):
7578         * gst/rtsp/gstrtspsrc.h:
7579         When creating streams, give access to the complete SDP.
7580         Fix some leaks.
7581         Collect and merge global stream properties in stream caps.
7582         Preliminary support for WMServer.
7583
7584         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7585         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7586         (rtsp_connection_receive):
7587         * gst/rtsp/rtspconnection.h:
7588         Make connection interruptable.
7589         Refactor to make it reconnectable.
7590         Don't fail on short reads when reading data packets.
7591
7592         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
7593         (rtsp_url_get_port):
7594         * gst/rtsp/rtspurl.h:
7595         Add methods for getting/setting the port.
7596
7597         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
7598         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
7599         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
7600         (sdp_media_get_format), (sdp_parse_line),
7601         (sdp_message_parse_buffer):
7602         Fix headers. 
7603         Add methods for getting multiple attributes with the same name.
7604         Increase buffer size when parsing.
7605         Fix parsing of a=foo fields.
7606
7607         * gst/rtsp/test.c: (main):
7608         Update to new connection API.
7609
7610         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
7611         (rtsp_message_init_response), (rtsp_message_init_data),
7612         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
7613         * gst/rtsp/rtspmessage.h:
7614         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
7615         * gst/rtsp/rtsptransport.h:
7616         * gst/rtsp/sdp.h:
7617         * gst/rtsp/sdpmessage.h:
7618         * gst/rtsp/gstrtsp.c:
7619         * gst/rtsp/gstrtsp.h:
7620         * gst/rtsp/gstrtpdec.c:
7621         * gst/rtsp/gstrtpdec.h:
7622         * gst/rtsp/rtsp.h:
7623         * gst/rtsp/rtspdefs.c:
7624         * gst/rtsp/rtspdefs.h:
7625         Dual licensed under MIT and LGPL now.
7626
7627 2006-09-19  Wim Taymans  <wim@fluendo.com>
7628
7629         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
7630         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
7631         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
7632         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7633         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
7634         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7635         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
7636         * gst/rtsp/gstrtspsrc.h:
7637         Reorganize stream parsing and creation.
7638         Detect container formats in interleaved mode.
7639         Keep more state about the streams.
7640         Assume a server also supports PLAY if it does not say.
7641         Add unicast and interleaved properties to TCP transport requests to make
7642         some servers happy (WMServer).
7643
7644         * gst/rtsp/sdpmessage.h:
7645         Add some defines for the standard Bandwidth types.
7646
7647 2006-09-19  Wim Taymans  <wim@fluendo.com>
7648
7649         * gst/rtsp/test.c: (main):
7650         Fix build.
7651
7652 2006-09-19  Wim Taymans  <wim@fluendo.com>
7653
7654         * gst/wavparse/gstwavparse.c:
7655         Add ms-gsm to the src template.
7656
7657 2006-09-18  Wim Taymans  <wim@fluendo.com>
7658
7659         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
7660         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
7661         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
7662         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
7663         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
7664         * gst/rtsp/gstrtspsrc.h:
7665         Small cleanups, added documentation.
7666         Try to clean up the requests and responses.
7667         Refactor parsing the supported methods.
7668
7669         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
7670         (rtsp_connection_create), (rtsp_connection_send),
7671         (parse_response_status), (parse_request_line),
7672         (rtsp_connection_receive), (rtsp_connection_close),
7673         (rtsp_connection_free):
7674         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
7675         (rtsp_transport_init), (rtsp_transport_parse),
7676         (rtsp_transport_free):
7677         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7678         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
7679         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
7680         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
7681         Use g_return_val some more.
7682
7683         * gst/rtsp/rtspdefs.h:
7684         Add more enum values to track initial states.
7685
7686         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
7687         (rtsp_message_init_request), (rtsp_message_new_response),
7688         (rtsp_message_init_response), (rtsp_message_init_data),
7689         (rtsp_message_unset), (rtsp_message_free),
7690         (rtsp_message_add_header), (rtsp_message_remove_header),
7691         (rtsp_message_get_header), (rtsp_message_set_body),
7692         (rtsp_message_take_body), (rtsp_message_get_body),
7693         (rtsp_message_steal_body), (rtsp_message_dump):
7694         * gst/rtsp/rtspmessage.h:
7695         Reorder arguments, object goes as the first one.
7696         Use g_return_val some more.
7697
7698 2006-09-18  Wim Taymans  <wim@fluendo.com>
7699
7700         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
7701         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
7702         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
7703         * gst/rtsp/gstrtspsrc.h:
7704         Export sometimes source pad with correct caps on the template, create
7705         the ghostpad from the template.
7706         Remove RTCP template as we never expose RTCP.
7707         Protect against invalid body size.
7708         Avoid memcpy when creating the output buffer.
7709         Properly post an error and send EOS when the loop function is shut down.
7710
7711 2006-09-18  Wim Taymans  <wim@fluendo.com>
7712
7713         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
7714
7715         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7716         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
7717         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
7718         * gst/rtsp/gstrtspsrc.h:
7719         Make sure we can never set an invalid location.
7720
7721         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
7722         * gst/rtsp/rtspmessage.h:
7723         Added _steal_body method for future use.
7724
7725         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
7726         Make freeing of NULL url return immediatly.
7727
7728 2006-09-18  Wim Taymans  <wim@fluendo.com>
7729
7730         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
7731
7732         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
7733         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
7734         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
7735         (gst_rtspsrc_change_state):
7736         * gst/rtsp/gstrtspsrc.h:
7737         Use boilerplate.
7738         Make rtspsrc subclass GstBin to make state changes easier.
7739         Add Range header field on the PLAY request.
7740
7741 2006-09-18  Wim Taymans  <wim@fluendo.com>
7742
7743         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
7744
7745         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
7746         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
7747         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
7748         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
7749         * gst/rtsp/rtspconnection.c: (inet_aton):
7750         Small cleanups.
7751         when multicast is selected as the transport, create UDP sources and
7752         connect to the multicast group.
7753         Move parsing and setting of caps to a common place.
7754         Fixes #349894.
7755
7756 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
7757
7758         * ext/flac/gstflactag.c:
7759         * gst/alpha/gstalpha.c:
7760         * gst/debug/breakmydata.c:
7761         * gst/debug/negotiation.c:
7762         * gst/debug/testplugin.c:
7763         * gst/effectv/gstaging.c:
7764         * gst/effectv/gstdice.c:
7765         * gst/effectv/gstedge.c:
7766         * gst/effectv/gstquark.c:
7767         * gst/effectv/gstrev.c:
7768         * gst/effectv/gstshagadelic.c:
7769         * gst/effectv/gstvertigo.c:
7770         * gst/effectv/gstwarp.c:
7771         * gst/multipart/multipartdemux.c:
7772         * gst/multipart/multipartmux.c:
7773         * gst/videobox/gstvideobox.c:
7774         * gst/videofilter/gstgamma.c:
7775         * gst/videofilter/gstvideotemplate.c:
7776         * gst/videomixer/videomixer.c:
7777         * sys/sunaudio/gstsunaudiosrc.h:
7778         More G_OBJECT macro fixing.
7779
7780 2006-09-16  Wim Taymans  <wim@fluendo.com>
7781
7782         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
7783
7784         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
7785         Correctly set the dwLength in strh.
7786         With this patch, the file duration is now displayed correctly in window
7787         media player and the AVI plays completely. Fixes #356147
7788
7789 2006-09-15  Wim Taymans  <wim@fluendo.com>
7790
7791         Patch by: Darren Kenny <darren dot kenny at sun dot com>
7792
7793         * sys/sunaudio/gstsunaudiomixerctrl.c:
7794         (gst_sunaudiomixer_ctrl_build_list):
7795         Set the output track as the MASTER so that the gnome-settings-daemon
7796         keybindings for changing the volume using the keyboard works.
7797         Fixes #356142.
7798
7799 2006-09-15  Wim Taymans  <wim@fluendo.com>
7800
7801         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
7802         Fix documentation, it is not possible to control the framerate of jpegdec
7803         using filtered caps yet. Fixes #355210.
7804         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
7805         stop when there is an error.
7806
7807 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
7808
7809         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
7810         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
7811           Don't interpret a first buffer with an offset of NONE as
7812           'from the middle of the stream', but only a first buffer
7813           that has a valid buffer offset that's non-zero (see #345449).
7814
7815 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
7816
7817         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
7818         (gst_icydemux_typefind_or_forward):
7819         * gst/icydemux/gsticydemux.h:
7820           When we merge/collect multiple incoming buffers for typefinding
7821           purposes, keep an initial 0 offset on the first outgoing buffer
7822           as well (otherwise id3demux won't work right). Fixes #345449.
7823           Also Make buffer metadata writable before setting buffer caps.
7824
7825         * tests/check/elements/icydemux.c: (typefind_succeed),
7826         (cleanup_icydemux), (push_data), (GST_START_TEST),
7827         (icydemux_suite):
7828           Small test case for the above.
7829
7830 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
7831
7832         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
7833         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
7834         (gst_avi_demux_stream_header_push),
7835         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
7836         (gst_avi_demux_loop):
7837           More code reuse and better logging in _peek_chunk(). Reintroduce check
7838           for chunk sizes before reading them (avoid oom). Better handling for 
7839           invalid chunksizes when streaming.
7840
7841 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
7842
7843         * gst/level/gstlevel.c: (gst_level_set_property):
7844         * gst/level/gstlevel.h:
7845           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
7846           René Stadler
7847
7848 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
7849
7850         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
7851         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
7852         (gst_avi_demux_stream_data):
7853           Revert one change to fix streaming avi (adapter size != data size).
7854
7855 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
7856
7857         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
7858
7859         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
7860         (gst_matroska_demux_reset),
7861         (gst_matroska_demux_read_track_encodings),
7862         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
7863         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7864         (gst_matroska_demux_subtitle_caps):
7865         * gst/matroska/matroska-ids.h:
7866           Add support for VOBSUB subtitle tracks and zlib-compressed
7867           tracks. Make sure we start on a keyframe after a seek. (#343348)
7868
7869 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
7870
7871         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
7872         (gst_matroska_demux_push_flac_codec_priv_data),
7873         (gst_matroska_demux_push_xiph_codec_priv_data),
7874         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7875         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
7876         * gst/matroska/matroska-ids.h:
7877           Add basic FLAC support (#311586), not perfect yet though, needs some
7878           tweaking in flacdec; also, seeking could be better.
7879           Do better bounds checking when deserialising vorbis stream headers
7880           to make sure we don't read beyond the end of the buffer on bad input.
7881
7882 2006-09-04  Wim Taymans  <wim@fluendo.com>
7883
7884         Patch by: Alessandro Decina <alessandro at nnva dot org>
7885
7886         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
7887         Seeking back in a file containing a CMML stream errors out if the seek
7888         goes back up to the CMML headers. This is because after the seek the xml
7889         processing instruction <?xml ...?> is submitted to the xml parser again, 
7890         which results in an error. The attached patch fixes the problem. 
7891         Fixes #353908.
7892
7893         * ext/annodex/gstcmmlenc.h:
7894         Fix authors name.
7895
7896
7897 2006-08-28  Andy Wingo  <wingo@pobox.com>
7898
7899         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
7900         New helper function to lessen the ifdefs.
7901         (GST_INFO_OBJECT): 
7902         (gst_dv1394src_iso_receive): Use it.
7903         (gst_dv1394src_create): Also use the control sockets in iec61883
7904         mode.
7905         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
7906         handle for AVC operations; fixes #348233.
7907
7908 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
7909
7910         * configure.ac:
7911         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7912         * docs/plugins/inspect/plugin-audiofx.xml:
7913         * docs/plugins/inspect/plugin-audiofxgood.xml:
7914         * gst/audiofx/Makefile.am:
7915         * gst/audiofx/audiofx.c:
7916         * gst/audiofxgood/.cvsignore:
7917         * gst/audiofxgood/Makefile.am:
7918         * gst/audiofxgood/audiofx.c:
7919         * gst/audiofxgood/audiopanorama.c:
7920         * gst/audiofxgood/audiopanorama.h:
7921           Rename again (audiofxgood -> audiofx).
7922
7923 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
7924
7925         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
7926         (gst_avi_demux_stream_scan):
7927           Initialze variables.
7928
7929 2006-08-25  Wim Taymans  <wim@fluendo.com>
7930
7931         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
7932         (gst_avi_demux_init), (gst_avi_demux_finalize),
7933         (gst_avi_demux_reset), (gst_avi_demux_index_last),
7934         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
7935         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
7936         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
7937         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
7938         (gst_avi_demux_massage_index),
7939         (gst_avi_demux_calculate_durations_from_index),
7940         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
7941         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
7942         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
7943         (gst_avi_demux_change_state):
7944         * gst/avi/gstavidemux.h:
7945         More attempts to turn this into readable code.
7946         Don't leak adapters.
7947         Calculate duration according to index more efficiently.
7948         Don't try to act like we drive the pipeline in chain mode.
7949
7950 2006-08-25  Wim Taymans  <wim@fluendo.com>
7951
7952         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
7953         Fix build.
7954
7955 2006-08-25  Wim Taymans  <wim@fluendo.com>
7956
7957         Patch by: Alessandro Decina <alessandro at nnva dot org>
7958
7959         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
7960         Do some extra sanity checks.
7961         Fixes #350340.
7962
7963         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
7964         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
7965         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
7966         Check if clip->start_time is valid before adding the clip to the
7967         track list.
7968         Reset enc->preamble going from PAUSED to READY.
7969         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
7970         only used for EOS.
7971         Only post an error message if we were the one that created the fatal
7972         GstFlowReturn value.
7973
7974         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
7975         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
7976         Parse the seconds field of the npt-sec time format using %llu rather than
7977         %d and check that the value scaled by GST_SECOND doesn't overflow.
7978         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
7979         Lookup a clip's track with clip->track rather than clip->id which
7980         makes no sense.
7981         Identify a clip by its track and start time and not its xml id.
7982         do some more input checking and make sure we don't do undefined shifts.
7983
7984         * tests/check/elements/cmmldec.c: (setup_cmmldec),
7985         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
7986         (cmml_tag_message_pop), (check_headers), (push_clip_full),
7987         (push_clip), (push_empty_clip), (check_output_clip),
7988         (GST_START_TEST), (cmmldec_suite):
7989         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
7990         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
7991         (check_headers), (push_clip), (check_clip_times), (check_clip),
7992         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
7993         Added some more checks.
7994
7995 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
7996
7997         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
7998         (gst_audio_panorama_set_property),
7999         (gst_audio_panorama_get_property),
8000         (gst_audio_panorama_transform_m2s_int),
8001         (gst_audio_panorama_transform_s2s_int),
8002         (gst_audio_panorama_transform_m2s_float),
8003         (gst_audio_panorama_transform_s2s_float):
8004         * gst/audiofxgood/audiopanorama.h:
8005         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8006           Make also the pan-property float (saves scaling and yields better
8007           resolution)
8008
8009 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8010
8011         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8012         (gst_audio_panorama_transform_m2s_float),
8013         (gst_audio_panorama_transform_s2s_float):
8014           ChangeLog surgery to add cymax's real name
8015
8016
8017 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8018
8019         Patch by: René Stadler <mail@renestadler.de>
8020
8021         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8022         (gst_audio_panorama_transform_m2s_int),
8023         (gst_audio_panorama_transform_s2s_int),
8024         (gst_audio_panorama_transform_m2s_float),
8025         (gst_audio_panorama_transform_s2s_float),
8026         (gst_audio_panorama_transform):
8027         * gst/audiofxgood/audiopanorama.h:
8028           Added float support
8029
8030 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8031
8032         * gst/audiofxgood/audiopanorama.c:
8033         (gst_audio_panorama_transform_m2s):
8034           Fix docs & debug category. Add Fixme for volume pan levels.
8035
8036 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8037
8038         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8039         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8040         (gst_avi_demux_stream_header_pull),
8041         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8042         (gst_avi_demux_chain):
8043           unbreak AVI index handling, some more debug, remove an obsolete
8044           adapter_flush that caused streaming to wander off in the wild
8045
8046 2006-08-24  Wim Taymans  <wim@fluendo.com>
8047
8048         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8049         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
8050         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
8051         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8052         (gst_avi_demux_calculate_durations_from_index),
8053         (gst_avi_demux_stream_header_push),
8054         (gst_avi_demux_stream_header_pull):
8055         * gst/avi/gstavidemux.h:
8056         Some more cleanups. 
8057         Fix totalFrames parsing in ODML.
8058         Disable use of index for length calculation in case of ODML as this is
8059         broken now.
8060
8061 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
8062
8063         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
8064           Use libgsttag helper function here too.
8065
8066 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
8067
8068         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8069         (gst_avi_demux_init), (gst_avi_demux_dispose),
8070         (gst_avi_demux_reset), (gst_avi_demux_index_next),
8071         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
8072         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8073         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
8074         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
8075         (gst_avi_demux_parse_subindex),
8076         (gst_avi_demux_read_subindexes_push),
8077         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
8078         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8079         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
8080         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
8081         (gst_avi_demux_stream_header_pull),
8082         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8083         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
8084         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
8085         (gst_avi_demux_change_state):
8086         * gst/avi/gstavidemux.h:
8087           Initial streaming support for avidemux (fixes #336465)
8088
8089 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8090
8091         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8092           There is no taglibmux element ...
8093
8094         * gst/rtsp/gstrtspsrc.c:
8095           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
8096           was complaining about unknown entity here.
8097
8098 2006-08-22  Wim Taymans  <wim@fluendo.com>
8099
8100         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8101         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
8102         (gst_avi_demux_process_next_entry):
8103         * gst/avi/gstavidemux.h:
8104         Mark DISCONT.
8105         Remove old unused fields and reorder the struct a bit.
8106
8107 2006-08-22  Wim Taymans  <wim@fluendo.com>
8108
8109         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8110         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
8111         (gst_rtspsrc_pause):
8112         * gst/rtsp/gstrtspsrc.h:
8113         * sys/oss/gstosssink.c: (gst_oss_sink_open),
8114         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
8115         Small documentation updates.
8116
8117 2006-08-22  Wim Taymans  <wim@fluendo.com>
8118
8119         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8120         (gst_avi_demux_index_entry_for_time),
8121         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8122         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
8123         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8124         (gst_avi_demux_next_data_buffer),
8125         (gst_avi_demux_calculate_durations_from_index),
8126         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
8127         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
8128         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8129         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
8130         * gst/avi/gstavidemux.h:
8131         Precalc most of the duration query for each stream.
8132         Make seeking more correct.
8133         Use GstSegment to track position and duration.
8134         Code cleanups and leak fixes.
8135         Calculate correct total duration based on index length.
8136
8137 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
8138
8139         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
8140         (parse_insert_string_field):
8141           If strings in text fields are marked ISO8859-1, but contain
8142           valid UTF-8 already, then handle them as UTF-8 and ignore
8143           the encoding. (#351794)
8144
8145 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8146
8147         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
8148         (gst_flac_dec_write), (gst_flac_dec_loop),
8149         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
8150         (gst_flac_dec_src_query):
8151         * ext/flac/gstflacdec.h:
8152           Make flac-in-ogg work (#352100).
8153
8154 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8155
8156         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
8157           Don't unref buffers of which we've already given away
8158           ownership to the adapter.
8159
8160 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8161
8162         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
8163           Make metadata extraction actually work.
8164
8165         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
8166         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
8167         (gst_speexenc_chain):
8168           Fix metadata writing: replace old code which wrote completely
8169           broken tags with libgsttag-based code. Plus miscellaneous
8170           code cleanups (use static pad templates etc.) and a bunch
8171           of leak fixes.
8172
8173 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8174
8175         * gst/audiopanorama/.cvsignore:
8176         * gst/audiopanorama/Makefile.am:
8177         * gst/audiopanorama/audiofx.c:
8178         * gst/audiopanorama/audiopanorama.c:
8179         * gst/audiopanorama/audiopanorama.h:
8180           die! die! die! you should never have been there
8181
8182 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
8183
8184         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8185         Fix invalid memory access in audiopanorama test suite.
8186
8187 2006-08-21  Edward Hervey  <edward@fluendo.com>
8188
8189         * tests/check/elements/.cvsignore:
8190         ignore built file
8191
8192 2006-08-21  Wim Taymans  <wim@fluendo.com>
8193
8194         * gst/rtp/Makefile.am:
8195         Fix the build again.
8196
8197 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8198
8199         * gst/audiofxgood/.cvsignore:
8200         * gst/audiofxgood/Makefile.am:
8201         * gst/audiofxgood/audiofx.c: (plugin_init):
8202         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8203         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8204         (gst_audio_panorama_set_property),
8205         (gst_audio_panorama_get_property),
8206         (gst_audio_panorama_get_unit_size),
8207         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8208         (gst_audio_panorama_transform_m2s),
8209         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8210         * gst/audiofxgood/audiopanorama.h:
8211           resubmit with the desired name *again*
8212
8213 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8214
8215         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
8216         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
8217           use g_assert in _get_unit_size
8218
8219 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8220
8221         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8222         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8223         * docs/plugins/inspect/plugin-audiofxgood.xml:
8224           cleanup -unused.txt to make it useful, add previously missing docs
8225
8226         * ext/Makefile.am:
8227           Quietly (accidentally) enable LADSPA for building by default, 
8228           despite the fact that it doesn't meet the plugin checklist.
8229             -- Added by Jan Schmidt 18 Dec 2006
8230
8231         * ext/esd/esdmon.c:
8232         * ext/esd/esdsink.c:
8233         * ext/esd/gstesd.c: (plugin_init):
8234           reflow to get rid of two external symbols
8235
8236         * gst/audiofxgood/audiofx.c: (plugin_init):
8237           re-add
8238
8239 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8240
8241         * configure.ac:
8242         * gst/audiofxgood/.cvsignore:
8243         * gst/audiofxgood/Makefile.am:
8244         * gst/audiofxgood/audiofx.c
8245         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8246         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8247         (gst_audio_panorama_set_property),
8248         (gst_audio_panorama_get_property),
8249         (gst_audio_panorama_get_unit_size),
8250         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8251         (gst_audio_panorama_transform_m2s),
8252         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8253         * gst/audiofxgood/audiopanorama.h:
8254         * tests/check/Makefile.am:
8255         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
8256         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
8257         (panorama_suite), (main):
8258         Add audiofxgood plugin with audiopanorama element
8259
8260 2006-08-18  Wim Taymans  <wim@fluendo.com>
8261
8262         * docs/plugins/Makefile.am:
8263         More Oss docs fixage. 
8264
8265 2006-08-18  Wim Taymans  <wim@fluendo.com>
8266
8267         * gst/rtp/Makefile.am:
8268         * gst/rtp/gstrtp.c: (plugin_init):
8269         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
8270         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
8271         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
8272         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
8273         (gst_rtp_sv3v_depay_get_property),
8274         (gst_rtp_sv3v_depay_change_state),
8275         (gst_rtp_sv3v_depay_plugin_init):
8276         * gst/rtp/gstrtpsv3vdepay.h:
8277         Added experimental SVQ3 depayloader.
8278
8279 2006-08-18  Edward Hervey  <edward@fluendo.com>
8280
8281         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
8282         (gst_dvdemux_loop), (gst_dvdemux_change_state):
8283         * ext/dv/gstdvdemux.h:
8284         When handling seek requests, don't send the newsegment event from the
8285         calling thread. Instead save it so it can be sent from the streaming
8286         thread.
8287
8288 2006-08-17  Wim Taymans  <wim@fluendo.com>
8289
8290         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8291
8292         * gst/multipart/multipartdemux.c: (multipart_parse_header):
8293         Accept leading whitespace before the boundary
8294         This patch makes the demuxer allow some whitespace before the actual
8295         boundary. This makes the demuxer work with the ``old'' gstreamer
8296         multipartmuxer again (which placed an extra \n before the start
8297         of the stream) Fixes #349068.
8298
8299 2006-08-17  Wim Taymans  <wim@fluendo.com>
8300
8301         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
8302         Error out on non-implemented stuff.
8303
8304 2006-08-16  Wim Taymans  <wim@fluendo.com>
8305
8306         Patch by: Andy Wingo <wingo at pobox dot com>
8307
8308         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
8309         (gst_signal_processor_start), (gst_signal_processor_stop),
8310         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
8311         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
8312         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
8313         (gst_signal_processor_change_state):
8314         Make ladspa elements reusable. Fixes #350006.
8315
8316 2006-08-16  Wim Taymans  <wim@fluendo.com>
8317
8318         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
8319         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
8320         names as possible. Fixes #349901.
8321
8322 2006-08-16  Wim Taymans  <wim@fluendo.com>
8323
8324         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
8325         (gst_signal_processor_do_pushes):
8326         A push() gives away our refcount so we should not use the buffer on the
8327         pen anymore.
8328
8329 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8330
8331         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8332         (gst_oss_mixer_element_finalize):
8333           Don't leak device string.
8334
8335 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8336
8337         * configure.ac:
8338           Require CVS of GStreamer core and -base (for
8339           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
8340
8341         * ext/taglib/gstid3v2mux.cc:
8342           Write extended comment tags properly (#348762).
8343
8344         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
8345         (parse_comment_frame):
8346           Extract COMM frames into extended comments, which makes it
8347           easier to properly retain the description bit of the tag
8348           and maintain this information when re-tagging (#348762).
8349
8350 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8351
8352         * tests/check/Makefile.am:
8353           Don't try to run annodex unit tests if the annodex
8354           plugin has not been built (Fixes #351116).
8355
8356 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8357
8358         * gst/autodetect/gstautoaudiosink.c:
8359         (gst_auto_audio_sink_find_best):
8360           When we can't find a usable audiosink, don't error out,
8361           but use a fake sink instead and post a warning message
8362           on the bus (#341278).
8363
8364 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8365
8366         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
8367         * sys/oss/gstosssink.c:
8368         * sys/oss/gstosssrc.c:
8369           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
8370           ossmixer's new device property.
8371
8372         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8373         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8374           Add docs for OSS elements.
8375
8376         * docs/plugins/inspect/plugin-aasink.xml:
8377         * docs/plugins/inspect/plugin-alaw.xml:
8378         * docs/plugins/inspect/plugin-alpha.xml:
8379         * docs/plugins/inspect/plugin-alphacolor.xml:
8380         * docs/plugins/inspect/plugin-annodex.xml:
8381         * docs/plugins/inspect/plugin-apetag.xml:
8382         * docs/plugins/inspect/plugin-auparse.xml:
8383         * docs/plugins/inspect/plugin-autodetect.xml:
8384         * docs/plugins/inspect/plugin-avi.xml:
8385         * docs/plugins/inspect/plugin-cacasink.xml:
8386         * docs/plugins/inspect/plugin-cairo.xml:
8387         * docs/plugins/inspect/plugin-cdio.xml:
8388         * docs/plugins/inspect/plugin-cutter.xml:
8389         * docs/plugins/inspect/plugin-debug.xml:
8390         * docs/plugins/inspect/plugin-dv.xml:
8391         * docs/plugins/inspect/plugin-efence.xml:
8392         * docs/plugins/inspect/plugin-effectv.xml:
8393         * docs/plugins/inspect/plugin-esdsink.xml:
8394         * docs/plugins/inspect/plugin-flac.xml:
8395         * docs/plugins/inspect/plugin-flxdec.xml:
8396         * docs/plugins/inspect/plugin-gconfelements.xml:
8397         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8398         * docs/plugins/inspect/plugin-goom.xml:
8399         * docs/plugins/inspect/plugin-halelements.xml:
8400         * docs/plugins/inspect/plugin-icydemux.xml:
8401         * docs/plugins/inspect/plugin-id3demux.xml:
8402         * docs/plugins/inspect/plugin-jpeg.xml:
8403         * docs/plugins/inspect/plugin-level.xml:
8404         * docs/plugins/inspect/plugin-matroska.xml:
8405         * docs/plugins/inspect/plugin-mulaw.xml:
8406         * docs/plugins/inspect/plugin-multipart.xml:
8407         * docs/plugins/inspect/plugin-navigationtest.xml:
8408         * docs/plugins/inspect/plugin-ossaudio.xml:
8409         * docs/plugins/inspect/plugin-png.xml:
8410         * docs/plugins/inspect/plugin-rtp.xml:
8411         * docs/plugins/inspect/plugin-rtsp.xml:
8412         * docs/plugins/inspect/plugin-shout2send.xml:
8413         * docs/plugins/inspect/plugin-smpte.xml:
8414         * docs/plugins/inspect/plugin-speex.xml:
8415         * docs/plugins/inspect/plugin-taglib.xml:
8416         * docs/plugins/inspect/plugin-udp.xml:
8417         * docs/plugins/inspect/plugin-videobalance.xml:
8418         * docs/plugins/inspect/plugin-videobox.xml:
8419         * docs/plugins/inspect/plugin-videoflip.xml:
8420         * docs/plugins/inspect/plugin-videomixer.xml:
8421         * docs/plugins/inspect/plugin-wavenc.xml:
8422         * docs/plugins/inspect/plugin-wavparse.xml:
8423         * docs/plugins/inspect/plugin-ximagesrc.xml:
8424           Update to CVS version.
8425           
8426 2006-08-16  Wim Taymans  <wim@fluendo.com>
8427
8428         * gst/rtp/gstrtpamrdepay.c:
8429         * gst/rtp/gstrtpmp4gdepay.c:
8430         Caps extra properties must be defined as strings for
8431         depayloaders because they are generated from an SDP.
8432
8433         * gst/rtp/Makefile.am:
8434         * gst/rtp/gstrtp.c: (plugin_init):
8435         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
8436         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
8437         (gst_rtp_h264_depay_finalize), (decode_base64),
8438         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
8439         (gst_rtp_h264_depay_set_property),
8440         (gst_rtp_h264_depay_get_property),
8441         (gst_rtp_h264_depay_change_state),
8442         (gst_rtp_h264_depay_plugin_init):
8443         * gst/rtp/gstrtph264depay.h:
8444         Added basic, not completely functional RFC 3984 H264 depayloader.
8445
8446 2006-08-16  Wim Taymans  <wim@fluendo.com>
8447
8448         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
8449         Add pads after setting them up.
8450
8451         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8452         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
8453         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
8454         (gst_rtspsrc_stream_setup_rtp),
8455         (gst_rtspsrc_stream_configure_transport),
8456         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
8457         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
8458         (gst_rtspsrc_pause):
8459         * gst/rtsp/gstrtspsrc.h:
8460         Fix interleaved mode.
8461          - Protect streaming with lock.
8462          - Combine flows
8463          - set caps on outgoing buffers.
8464          - strip trailing \0 from data packets.
8465          - Configure RTP/RTCP in stream.
8466         Use DEBUG_OBJECT more.
8467
8468 2006-08-16  Wim Taymans  <wim@fluendo.com>
8469
8470         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
8471         Turn a g_print into a DEBUG line.
8472
8473 2006-08-13  Wim Taymans  <wim@fluendo.com>
8474
8475         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
8476         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8477         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
8478         (gst_oss_mixer_element_get_property),
8479         (gst_oss_mixer_element_change_state):
8480         * sys/oss/gstossmixerelement.h:
8481         Small cleanups. Better error reporting.
8482         Add device property for the mixer instead of the hardcoded
8483         /dev/mixer. Fixes #350785.
8484         API: GstOssMixerElement::device property
8485
8486 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
8487
8488         Patch by: Jens Granseuer <jensgr at gmx net>
8489
8490         * gconf/Makefile.am:
8491           Make --disable-schemas work right (they still need
8492           to be copied to the installation directory, just not
8493           applied). Fixes #351347 (also #344100).
8494           
8495 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8496
8497         * configure.ac: back to HEAD
8498
8499 === release 0.10.4 ===
8500
8501 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
8502
8503         * configure.ac:
8504           releasing 0.10.4, "Dear Leader"
8505
8506 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8507
8508         Patch by: Edward Hervey <edward@fluendo.com>
8509
8510         * configure.ac:
8511         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8512         (gst_wavparse_stream_data):
8513         Send the newsegment event in the streaming thread.
8514         Fixes #347529
8515
8516 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
8517
8518         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
8519         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
8520         (gst_smokeenc_resync), (gst_smokeenc_chain):
8521           Refuse sink caps in the encoder if width or height is not a
8522           multiple of 16, the encoder does not support that yet (#349939);
8523           along the same lines, check the return value of the encoder
8524           setup function; also remove some debug log clutter.
8525
8526 2006-08-04  Andy Wingo  <wingo@pobox.com>
8527
8528         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
8529         whether a processor can work in place or not, and for keeping
8530         track of its state. Change the FlowReturn instance variable from
8531         "state" to "flow_state", all callers changed.
8532
8533         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
8534         (gst_signal_processor_start, gst_signal_processor_stop)
8535         (gst_signal_processor_cleanup): New functions to manage the
8536         processor's state.
8537         (gst_signal_processor_setcaps): start() as well as setup() here.
8538         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
8539         (gst_signal_processor_change_state): Stop and cleanup the
8540         processor as we go to NULL.
8541
8542         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
8543         INPLACE_BROKEN is not set.
8544
8545         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
8546         Do the alloc_buffer in bytes, not frames.
8547         
8548 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8549
8550         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
8551         Fix rgb masks when recording in < 24bpp.
8552
8553 2006-08-04  Andy Wingo  <wingo@pobox.com>
8554
8555         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
8556         (gst_signal_processor_prepare)
8557         (gst_signal_processor_update_inputs)
8558         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
8559         (gst_signal_processor_flush)
8560         (gst_signal_processor_sink_activate_push)
8561         (gst_signal_processor_src_activate_pull)
8562         (gst_signal_processor_change_state): Remove the last of the code
8563         that assumes that we process whole buffers at a time. Fix some
8564         debugging. Seems to work now in some cases.
8565         (gst_signal_processor_src_activate_pull): BPB
8566
8567 2006-08-01  Andy Wingo  <wingo@pobox.com>
8568
8569         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
8570         Fix nframes-choosing.
8571         (gst_signal_processor_init): Init pending_in and pending_out.
8572
8573         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
8574         more default sample rate, although we never check that the sample
8575         rate actually gets set. Something for the future.
8576         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
8577         (gst_signal_processor_event): Refcount fixen.
8578         (gst_signal_processor_process): Pull the number of frames to
8579         process from the sizes of the buffers in the input pens.
8580         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
8581         (gst_signal_processor_do_pulls): Add an nframes argument, and use
8582         it instead of buffer_frames.
8583         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
8584         to do_pulls.
8585         (gst_signal_processor_chain)
8586         (gst_signal_processor_sink_activate_push)
8587         (gst_signal_processor_src_activate_pull):  Refcount fixen.
8588
8589         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
8590
8591 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
8592
8593         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
8594         (gst_signal_processor_process):
8595           don't query buffer-frames from caps, add lots of debug-log,
8596           try fix for assert (#349189)
8597
8598 2006-07-31  Wim Taymans  <wim@fluendo.com>
8599
8600         * gst/udp/gstudpsrc.c:
8601         Fix docs.
8602
8603 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
8604
8605         * ext/ladspa/gstsignalprocessor.c:
8606         (gst_signal_processor_add_pad_from_template),
8607         (gst_signal_processor_init), (gst_signal_processor_setcaps),
8608         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
8609         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
8610         (gst_signal_processor_sink_activate_push),
8611         (gst_signal_processor_src_activate_pull),
8612         (gst_signal_processor_change_state):
8613          Add debugs logs here and there, add more error handling, add some
8614          FIXME comments, filed #349189
8615
8616 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8617
8618         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
8619         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
8620         Set caps on buffer correctly.  Fixes bug #349155.
8621
8622 2006-07-28  Wim Taymans  <wim@fluendo.com>
8623
8624         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8625
8626         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
8627         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
8628         (gst_multipart_demux_finalize), (get_line_end),
8629         (multipart_parse_header), (multipart_find_boundary),
8630         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
8631         (gst_multipart_set_property), (gst_multipart_get_property):
8632         Uses GstAdapter instead of own buffering.
8633         Actually parses the mime-type correctly (In tests the mime-type was
8634         always "" with the old version).
8635         Uses the Content-length header if available to speed up things.
8636         Reliably autoscans the boundary name by default.
8637         Fixes #349068.
8638
8639         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
8640         Don't start the stream with a \n.
8641
8642 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
8643
8644         Patch by: Brian Cameron <brian dot cameron at sun com>
8645
8646         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
8647           Open source with O_NONBLOCK (#349015).
8648
8649 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
8650
8651         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8652         (gst_avi_demux_massage_index):
8653         * gst/avi/gstavidemux.h:
8654           Whitespace fixes and more debug
8655
8656 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
8657
8658         * gst/autodetect/gstautoaudiosink.c:
8659         (gst_auto_audio_sink_create_element_with_pretty_name),
8660         (gst_auto_audio_sink_find_best),
8661         (gst_auto_audio_sink_change_state):
8662           Get rid of old and unused magic sound-server properties stuff.
8663           Add suffix to child sink's name that makes it easy to see from
8664           the name alone which type it actually is (alsa, oss, esd, etc.).
8665
8666 2006-07-27  Wim Taymans  <wim@fluendo.com>
8667
8668         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8669         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
8670         (gst_udpsrc_start):
8671         * gst/udp/gstudpsrc.h:
8672         Rename "buffer" to "buffer-size" to make clear it is a size we set and
8673         not some sort of feature we enable.
8674
8675 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
8676
8677         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
8678           Use CLOSE_SOCKET() here instead of close() to maintain
8679           win32 workiness.
8680
8681 2006-07-27  Wim Taymans  <wim@fluendo.com>
8682
8683         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
8684
8685         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8686         (gst_udpsrc_create), (gst_udpsrc_set_property),
8687         (gst_udpsrc_get_property), (gst_udpsrc_start):
8688         * gst/udp/gstudpsrc.h:
8689         Added "buffer-size" property to control the kernel receive buffer size.
8690         Update documentation.
8691         Small cleanups. Fixes #348752.
8692         API: buffer-size property
8693
8694 2006-07-26  Wim Taymans  <wim@fluendo.com>
8695
8696         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
8697
8698         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
8699         (gst_rtp_pcma_pay_handle_buffer):
8700         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
8701         (gst_rtp_pcmu_pay_handle_buffer):
8702         Fix timestamp calculation on outgoing RTP packets.
8703         Fixes #348675.
8704
8705 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8706
8707         * ext/taglib/gstid3v2mux.cc:
8708           Fix writing of comment frames (should be COMM not TCOM),
8709           is still sub-optimal though, since we don't retain or
8710           extract the comment descriptions properly (#334375,
8711           also see #334375).
8712
8713 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8714
8715         * gst/wavparse/gstwavparse.c:
8716           #define 'fact' RIFF chunk if we are not compiling against
8717           -base CVS (we don't want to depend on -base CVS for this
8718           one define only, and also not for release order reasons).
8719
8720 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8721
8722         * ext/taglib/gstid3v2mux.cc:
8723           Handle multiple tags of the same type properly. Re-inject
8724           unparsed ID3v2 frames that we get as binary blobs from
8725           id3demux into the tag again so we don't lose information
8726           when retagging (#334375).
8727
8728 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
8729
8730         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
8731           Document newly-added properties properly, so that there is a
8732           'Since: 0.10.4' in the plugin docs. Convert some property
8733           names into canonical GObject style (GObject will do that
8734           internally anyway).
8735
8736 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
8737
8738         * gst/id3demux/id3tags.c:
8739         (id3demux_add_id3v2_frame_blob_to_taglist):
8740           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
8741           well, and add the version to the blob's buffer caps, since that
8742           information will be needed for deserialisation later on (#348644).
8743
8744 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
8745
8746         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
8747         (gst_avi_demux_parse_stream):
8748          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
8749          indentation and spacing.
8750
8751 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8752
8753         * docs/plugins/Makefile.am:
8754         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8755         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8756         * docs/plugins/gst-plugins-good-plugins.args:
8757         * docs/plugins/inspect/plugin-1394.xml:
8758         * docs/plugins/inspect/plugin-aasink.xml:
8759         * docs/plugins/inspect/plugin-alaw.xml:
8760         * docs/plugins/inspect/plugin-alpha.xml:
8761         * docs/plugins/inspect/plugin-alphacolor.xml:
8762         * docs/plugins/inspect/plugin-annodex.xml:
8763         * docs/plugins/inspect/plugin-apetag.xml:
8764         * docs/plugins/inspect/plugin-auparse.xml:
8765         * docs/plugins/inspect/plugin-autodetect.xml:
8766         * docs/plugins/inspect/plugin-avi.xml:
8767         * docs/plugins/inspect/plugin-cacasink.xml:
8768         * docs/plugins/inspect/plugin-cairo.xml:
8769         * docs/plugins/inspect/plugin-cdio.xml:
8770         * docs/plugins/inspect/plugin-cutter.xml:
8771         * docs/plugins/inspect/plugin-debug.xml:
8772         * docs/plugins/inspect/plugin-dv.xml:
8773         * docs/plugins/inspect/plugin-efence.xml:
8774         * docs/plugins/inspect/plugin-effectv.xml:
8775         * docs/plugins/inspect/plugin-esdsink.xml:
8776         * docs/plugins/inspect/plugin-flac.xml:
8777         * docs/plugins/inspect/plugin-flxdec.xml:
8778         * docs/plugins/inspect/plugin-gconfelements.xml:
8779         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8780         * docs/plugins/inspect/plugin-goom.xml:
8781         * docs/plugins/inspect/plugin-halelements.xml:
8782         * docs/plugins/inspect/plugin-icydemux.xml:
8783         * docs/plugins/inspect/plugin-id3demux.xml:
8784         * docs/plugins/inspect/plugin-jpeg.xml:
8785         * docs/plugins/inspect/plugin-level.xml:
8786         * docs/plugins/inspect/plugin-matroska.xml:
8787         * docs/plugins/inspect/plugin-mulaw.xml:
8788         * docs/plugins/inspect/plugin-multipart.xml:
8789         * docs/plugins/inspect/plugin-navigationtest.xml:
8790         * docs/plugins/inspect/plugin-ossaudio.xml:
8791         * docs/plugins/inspect/plugin-png.xml:
8792         * docs/plugins/inspect/plugin-rtp.xml:
8793         * docs/plugins/inspect/plugin-rtsp.xml:
8794         * docs/plugins/inspect/plugin-shout2send.xml:
8795         * docs/plugins/inspect/plugin-smpte.xml:
8796         * docs/plugins/inspect/plugin-speex.xml:
8797         * docs/plugins/inspect/plugin-udp.xml:
8798         * docs/plugins/inspect/plugin-videobalance.xml:
8799         * docs/plugins/inspect/plugin-videobox.xml:
8800         * docs/plugins/inspect/plugin-videoflip.xml:
8801         * docs/plugins/inspect/plugin-videomixer.xml:
8802         * docs/plugins/inspect/plugin-wavenc.xml:
8803         * docs/plugins/inspect/plugin-wavparse.xml:
8804         * docs/plugins/inspect/plugin-ximagesrc.xml:
8805           Update files to CVS/Prerelease version, add esdsink docs.
8806
8807         * ext/esd/esdsink.c:
8808           Add gtk-doc blurb.
8809
8810         * gst/rtp/gstrtpmp4vpay.c:
8811           Fix typo in element description.
8812
8813 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8814
8815         * ext/esd/esdsink.c: (gst_esdsink_open),
8816         (gst_esdsink_factory_init):
8817           Prevent libesd from auto-spawning a sound daemon if it
8818           is not already running. Now that we don't do evil stuff
8819           like that any longer we can give esdsink a rank so that
8820           autoaudiosink will try it as well if all other audio
8821           sinks fail (#343051).
8822
8823 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8824
8825         * ext/esd/Makefile.am:
8826           Oops, need to remove README from EXTRA_DIST as well.
8827
8828 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8829
8830         * ext/esd/README:
8831           Remove, it contains nothing useful anyway.
8832
8833         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
8834         (gst_esdsink_delay):
8835           Some small clean-ups; use GST_BOILERPLATE etc.
8836
8837 2006-07-24  Wim Taymans  <wim@fluendo.com>
8838
8839         * gst/law/alaw-decode.c: (alawdec_getcaps):
8840         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
8841         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
8842         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
8843         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
8844
8845 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
8846
8847         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
8848         (gst_wavparse_other), (gst_wavparse_perform_seek),
8849         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
8850         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
8851         (gst_wavparse_pad_query):
8852         * gst/wavparse/gstwavparse.h:
8853           Use information from 'fact' chunk for length calculation of compressed
8854           samples. Calculate bps if bogus value is found in wav header (embeded
8855           mp2/mp3).
8856           
8857
8858 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8859
8860         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
8861
8862         * configure.ac:
8863         * gst/udp/Makefile.am:
8864         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
8865         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
8866         * gst/udp/gstdynudpsink.h:
8867         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
8868         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
8869         * gst/udp/gstmultiudpsink.h:
8870         * gst/udp/gstudp.c: (plugin_init):
8871         * gst/udp/gstudpsink.h:
8872         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
8873         (gst_udpsrc_start), (gst_udpsrc_stop):
8874         * gst/udp/gstudpsrc.h:
8875         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
8876         (gst_udp_net_utils_win32_wsa_startup):
8877         * gst/udp/gstudpnetutils.h:
8878           Port udp plugin to win32 (#345288).
8879
8880 2006-07-24  Wim Taymans  <wim@fluendo.com>
8881
8882         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
8883         Remove unwanted DEBUG line.
8884
8885 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
8886
8887         * gst/id3demux/gstid3demux.c: (plugin_init):
8888         * gst/id3demux/id3tags.c:
8889         (id3demux_add_id3v2_frame_blob_to_taglist):
8890         * gst/id3demux/id3tags.h:
8891           On second thought, it might be wiser and more efficient
8892           not to do tag registration from a streaming thread.
8893
8894 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
8895
8896         * gst/id3demux/id3tags.c:
8897         (id3demux_add_id3v2_frame_blob_to_taglist),
8898         (id3demux_id3v2_frames_to_tag_list):
8899           Put ID3v2 frames we can't parse as binary blobs into private
8900           tags, so that they are not lost when retagging, at least once
8901           id3v2mux has been taught to re-inject those frames again.
8902           See bug #334375.
8903
8904 2006-07-21  Wim Taymans  <wim@fluendo.com>
8905
8906         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8907         (gst_avi_demux_process_next_entry):
8908         Fix some leaks.
8909
8910         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
8911         Don't use \n in debug lines.
8912
8913 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
8914
8915         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8916         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8917           Add annodex and icydemux, cleanup the sections a bit
8918
8919 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
8920
8921         Patch by: Alex Lancaster <alexl at users sourceforge net>
8922
8923         * ext/taglib/gstid3v2mux.cc:
8924           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
8925           ID3v2 TSSE frames (#347898).
8926
8927 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
8928
8929         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
8930           Respect mpegversion for "video/mpeg" and give message in case of
8931           unhandled versions.
8932
8933 2006-07-17  Wim Taymans  <wim@fluendo.com>
8934
8935         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
8936         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
8937         (gst_pngdec_chain), (gst_pngdec_sink_event),
8938         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
8939         (gst_pngdec_sink_activate_push):
8940         * ext/libpng/gstpngdec.h:
8941         Use statically allocated segment instead of leaking.
8942         Various cleanups.
8943         Fix flush and seek handling.
8944
8945 2006-07-16  Wim Taymans  <wim@fluendo.com>
8946
8947         * gst/rtp/Makefile.am:
8948         * gst/rtp/gstrtp.c: (plugin_init):
8949         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
8950         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
8951         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
8952         (gst_rtp_mp4g_depay_set_property),
8953         (gst_rtp_mp4g_depay_get_property),
8954         (gst_rtp_mp4g_depay_change_state),
8955         (gst_rtp_mp4g_depay_plugin_init):
8956         * gst/rtp/gstrtpmp4gdepay.h:
8957         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
8958         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
8959         (gst_rtp_mp4g_pay_flush):
8960         Added simple generic mpeg4 depayloader.
8961         Fix generic mpeg4 payloader.
8962
8963 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
8964
8965         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
8966           Don't try doing state changes on a NULL pointer.
8967
8968 2006-07-14  Wim Taymans  <wim@fluendo.com>
8969
8970         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
8971
8972         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
8973         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
8974         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
8975         * gst/rtp/gstrtpamrdepay.h:
8976         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
8977         Fixes #321191
8978
8979 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8980
8981         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
8982         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
8983         Fix segfault when moving mouse pointer to the bottom right corner.
8984
8985 2006-07-12  Wim Taymans  <wim@fluendo.com>
8986
8987         * gst/rtp/Makefile.am:
8988         * gst/rtp/gstrtp.c: (plugin_init):
8989         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
8990         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
8991         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
8992         (gst_rtp_mp2t_depay_set_property),
8993         (gst_rtp_mp2t_depay_get_property),
8994         (gst_rtp_mp2t_depay_change_state),
8995         (gst_rtp_mp2t_depay_plugin_init):
8996         * gst/rtp/gstrtpmp2tdepay.h:
8997         Added mpeg2 TS depayloader. Closing #347234.
8998
8999 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
9000
9001         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
9002           Remove g_assert that shouldn't be there and was triggered
9003           after trying to open a device that doesn't exist or can't
9004           be opened for some other reason (#347972).
9005
9006 2006-07-10  Edward Hervey  <edward@fluendo.com>
9007
9008         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9009         (gst_avi_demux_stream_header), (push_tag_lists):
9010         * gst/avi/gstavidemux.h:
9011         Don't push tag events found by gst_riff_parse_info() before outputting
9012         GST_EVENT_NEWSEGMENT.
9013
9014 2006-07-10  Wim Taymans  <wim@fluendo.com>
9015
9016         * gst/rtsp/Makefile.am:
9017         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
9018         (rtsp_connection_close):
9019         * gst/rtsp/rtspdefs.h:
9020         replaced closesocket and close in code with one CLOSE_SOCKET. 
9021         Some more cleanups. Fixes #345301.
9022
9023 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
9024
9025         * gst/autodetect/gstautoaudiosink.c:
9026           Fix example pipeline in docs.
9027
9028 2006-07-10  Wim Taymans  <wim@fluendo.com>
9029
9030         Patch by: Rob Taylor <robtaylor at floopily dot org>
9031
9032         * gst/udp/gstmultiudpsink.c: (join_multicast),
9033         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
9034         If a destination is added before the stream is set to PAUSED, the
9035         multicast group is not joined as the socket is not created yet. 
9036         Also TTL and LOOP should also be set. Fixes #346921.
9037
9038 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9039
9040         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9041         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9042         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
9043         (gst_ximage_src_init):
9044         * sys/ximage/gstximagesrc.h:
9045         Fix use-damage property to actually work :)
9046         Add startx, starty, endx, endy properties so screencasts other than full
9047         screen ones can work.
9048
9049 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9050
9051         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9052         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9053         (gst_ximage_src_class_init), (gst_ximage_src_init):
9054         * sys/ximage/gstximagesrc.h:
9055         Add use_damage property to offer ability to choose whether to use
9056         XDamage or not.
9057
9058 2006-07-07  Wim Taymans  <wim@fluendo.com>
9059
9060         * gst/goom/filters.c: (zoomFilterSetResolution):
9061         Avoid goom coredumping by clearing memory. 
9062         Fixes 345679.
9063
9064 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
9065
9066         * win32/vs6/libgstid3demux.dsp:
9067         Add a link to libgsttag-0.10.lib.
9068
9069 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9070
9071         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9072         (gst_tag_demux_read_range):
9073         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9074         (gst_id3demux_read_range):
9075           Don't return FLOW_UNEXPECTED when a buffer is before
9076           the start of the stream (which might happen with
9077           large ID3v2 tags if the tag reading was done pullrange
9078           based and we then switched to push mode later on).
9079           Fixes regression introduced by commit from June 29th.
9080
9081 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9082
9083         * ext/taglib/gstid3v2mux.cc:
9084           Make UTF-8 the default encoding when writing string
9085           tags (before, our UTF-8 strings would automatically
9086           be converted to ISO-8859-1 by taglib and written as
9087           ISO-8859-1 fields if that was possible).
9088
9089         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
9090         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
9091         (test_taglib_id3mux_with_tags):
9092           Add test case that makes sure our UTF-8 strings have
9093           actually been written into the tag as UTF-8.
9094
9095 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9096
9097         * configure.ac:
9098           Let's try that again.
9099
9100 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9101
9102         * configure.ac:
9103           Disable monoscope plugin for now until it fulfills
9104           all the requirements.
9105
9106 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9107
9108         * configure.ac:
9109         * gst/monoscope/Makefile.am:
9110         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
9111         (gst_monoscope_class_init), (gst_monoscope_init),
9112         (gst_monoscope_finalize), (gst_monoscope_reset),
9113         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
9114         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
9115         (gst_monoscope_sink_event), (gst_monoscope_src_event),
9116         (gst_monoscope_change_state), (plugin_init):
9117         * gst/monoscope/gstmonoscope.h:
9118           Port monoscope visualisation to 0.10.
9119
9120 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9121
9122         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
9123         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
9124           Return FLOW_UNEXPECTED when at the end of the file, not
9125           FLOW_ERROR. Fixes 'internal stream error' errors that
9126           would sometimes occur in totem when scrubbing to the
9127           end of an ID3v1 tagged mp3 file.
9128
9129 2006-07-03  Edward Hervey  <edward@fluendo.com>
9130
9131         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
9132         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
9133         (gst_pngdec_sink_event), (gst_pngdec_change_state):
9134         * ext/libpng/gstpngdec.h:
9135         Implement buffer clipping/dropping using GstSegment.
9136         This provides accurate seeking.
9137
9138 2006-07-03  Edward Hervey  <edward@fluendo.com>
9139
9140         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9141         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
9142         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
9143         (gst_avi_demux_process_next_entry), (push_tag_lists),
9144         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
9145         * gst/avi/gstavidemux.h:
9146         Proper aggregation of each stream's GstFlowReturn in order to figure out
9147         whether the task should stop or not.
9148         Don't send inline events before pushing out a NEW_SEGMENT, more
9149         specifically for GST_TAG_EVENT.
9150         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
9151         sub-indexes.
9152
9153 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
9154
9155         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9156
9157         * sys/sunaudio/gstsunaudiomixerctrl.c:
9158         (gst_sunaudiomixer_ctrl_build_list):
9159           Move "Monitor" slider to input tab so it works more like
9160           sdtaudiocontrol, which is what people on Solaris are used
9161           to using for their mixer program (#346259).
9162
9163 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9164
9165         * tests/check/elements/level.c: (GST_START_TEST):
9166           fix a leak, clean up at the end
9167
9168 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9169
9170         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9171         (gst_matroska_demux_send_event),
9172         (gst_matroska_demux_loop_stream_parse_id):
9173         * gst/matroska/matroska-ids.h:
9174           Send tag event after newsegment event.
9175
9176 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9177
9178         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9179         (gst_id3demux_read_range):
9180           Make sure we don't return GST_FLOW_OK with a NULL buffer in
9181           certain cases where a read beyond the end of the file is
9182           requested. Fixes #345930.
9183
9184         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9185         (gst_tag_demux_read_range):
9186           Fix same issue here as well.
9187
9188 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9189
9190         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
9191         
9192         Fix hypothetical crash.
9193
9194 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
9195
9196         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9197
9198         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
9199           Do not modify the ports value. If the user has turned off the
9200           built-in speakers, then we should not reset it in the prepare
9201           function, since this causes the built-in speakers to turn
9202           back on anytime the user changes a track in totem, rhythmbox,
9203           etc. (#346066).
9204
9205 2006-06-23  Wim Taymans  <wim@fluendo.com>
9206
9207         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
9208         Fix double caps unref when negotiation fails.
9209
9210 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9211
9212         * ext/annodex/gstcmmldec.c:
9213         * ext/annodex/gstcmmlenc.c:
9214         * ext/annodex/gstcmmlparser.c:
9215         * ext/dv/gstdvdec.c:
9216         * ext/dv/gstdvdemux.c:
9217         * ext/gdk_pixbuf/pixbufscale.c:
9218         * ext/jpeg/gstjpegenc.c:
9219         * ext/jpeg/gstsmokedec.c:
9220         * ext/jpeg/gstsmokeenc.c:
9221         * ext/libpng/gstpngdec.c:
9222         * ext/libpng/gstpngenc.c:
9223         * ext/speex/gstspeexenc.c:
9224         * gst/alpha/gstalphacolor.c:
9225         * gst/cutter/gstcutter.c:
9226         * gst/debug/gstnavigationtest.c:
9227         * gst/icydemux/gsticydemux.c:
9228         * gst/level/gstlevel.c:
9229         * gst/multipart/multipart.c:
9230         * gst/rtp/gstrtpamrpay.c:
9231         * gst/rtp/gstrtpdepay.c:
9232         * gst/rtp/gstrtpilbcpay.c:
9233         * gst/rtp/gstrtpmp4gpay.c:
9234         * gst/rtp/gstrtpmp4vpay.c:
9235         * gst/rtsp/gstrtpdec.c:
9236         * gst/rtsp/gstrtspsrc.c:
9237         * gst/udp/gstdynudpsink.c:
9238         * gst/udp/gstmultiudpsink.c:
9239         * gst/udp/gstudpsrc.c:
9240         * gst/videobox/gstvideobox.c:
9241         * gst/videofilter/gstvideoflip.c:
9242           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
9243           plus two minor macro fixes.
9244
9245 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9246
9247         * gst/matroska/matroska-demux.c:
9248         (gst_matroska_demux_check_subtitle_buffer),
9249         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9250         (gst_matroska_demux_subtitle_caps):
9251         * gst/matroska/matroska-ids.c:
9252         (gst_matroska_track_init_subtitle_context):
9253         * gst/matroska/matroska-ids.h:
9254           Try to fix up broken matroska files containing subtitle
9255           streams with non-UTF8 character encodings (courtesy of
9256           mkvmerge) using either the encoding specified in the
9257           GST_SUBTITLE_ENCODING environment variable or the
9258           current locale's character set if it is non-UTF8.
9259           Fixes #337076.
9260
9261 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9262
9263         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
9264           Set image type from APIC frame as "image-type" field
9265           of GST_TAG_IMAGE buffer caps (#344605).
9266
9267 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
9268
9269         * ext/flac/Makefile.am:
9270         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
9271         (gst_flac_dec_reset_decoders),
9272         (gst_flac_dec_setup_seekable_decoder),
9273         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
9274         (gst_flac_dec_metadata_callback),
9275         (gst_flac_dec_metadata_callback_seekable),
9276         (gst_flac_dec_metadata_callback_stream),
9277         (gst_flac_dec_error_callback),
9278         (gst_flac_dec_error_callback_seekable),
9279         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
9280         (gst_flac_dec_read_stream), (gst_flac_dec_write),
9281         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
9282         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
9283         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
9284         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
9285         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
9286         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
9287         (gst_flac_dec_sink_activate_push),
9288         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
9289         * ext/flac/gstflacdec.h:
9290           Support chain-based operation, should make flac-over-DAAP
9291           work (#340492).
9292
9293 2006-06-20  Wim Taymans  <wim@fluendo.com>
9294
9295         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9296         Doc updates, merge some unused symbols.
9297
9298 2006-06-20  Wim Taymans  <wim@fluendo.com>
9299
9300         * docs/plugins/Makefile.am:
9301         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9302         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9303         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
9304         * gst/rtsp/gstrtspsrc.c:
9305         * gst/rtsp/gstrtspsrc.h:
9306         Added documentation for the rtsp plugin. Fixes #345393.
9307
9308 2006-06-20  Wim Taymans  <wim@fluendo.com>
9309
9310         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9311         (rtsp_connection_close), (rtsp_connection_free):
9312         Use better G_OS_* macros. Fixes #345301 some more.
9313
9314 2006-06-20  Wim Taymans  <wim@fluendo.com>
9315
9316         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9317
9318         * sys/sunaudio/Makefile.am:
9319         * sys/sunaudio/gstsunaudio.c: (plugin_init):
9320         * sys/sunaudio/gstsunaudiomixerctrl.c:
9321         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
9322         (gst_sunaudiomixer_ctrl_list_tracks),
9323         (gst_sunaudiomixer_ctrl_get_volume),
9324         (gst_sunaudiomixer_ctrl_set_volume),
9325         (gst_sunaudiomixer_ctrl_set_mute),
9326         (gst_sunaudiomixer_ctrl_set_record):
9327         * sys/sunaudio/gstsunaudiomixerctrl.h:
9328         * sys/sunaudio/gstsunaudiomixertrack.c:
9329         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
9330         * sys/sunaudio/gstsunaudiomixertrack.h:
9331         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
9332         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
9333         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
9334         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
9335         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
9336         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
9337         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
9338         (gst_sunaudiosrc_reset):
9339         * sys/sunaudio/gstsunaudiosrc.h:
9340         Add a SunAudio source plugin.
9341         Support stereo and right/left channel gain in the mixer plugin.
9342         Support the RECORD flag so that you can switch between line-input and
9343         microphone in gnome-volume-control.
9344         Code cleanups like using an enumerator for track number instead of an 
9345         integer. Fixes #344923.
9346
9347 2006-06-20  Wim Taymans  <wim@fluendo.com>
9348
9349         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
9350
9351         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9352         (rtsp_connection_close):
9353         Make RTSP plugin compile on windows. Fixes #345301.
9354         Some changes to original patch to catch errors better.
9355         use ifdef WIN32 instead of ifndef.
9356
9357 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9358
9359         * configure.ac:
9360         If we have libraw1394 >= 1.2.1, then we need libiec61883.
9361
9362 2006-06-18  Edward Hervey  <edward@fluendo.com>
9363
9364         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
9365         After a failed buffer alloc, we need to abort the jpeg decoding (it
9366         started when parsing headers to figure out how many bytes we need
9367         to request downstream).
9368
9369 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
9370
9371         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9372
9373         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
9374           Make sure we don't read beyond the end of the file (#345232).
9375
9376 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9377
9378         * configure.ac:
9379           Fix --disable-external (can't set conditionals conditionally,
9380           #343602).
9381
9382 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9383
9384         * autogen.sh:
9385         * configure.ac:
9386         * docs/Makefile.am:
9387           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
9388
9389         * docs/plugins/Makefile.am:
9390         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9391         * docs/plugins/inspect/plugin-taglib.xml:
9392           Add/fix apev2mux docs.
9393
9394 2006-06-14  Wim Taymans  <wim@fluendo.com>
9395
9396         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
9397         (gst_dvdec_finalize), (gst_dvdec_sink_event),
9398         (gst_dvdec_change_state):
9399         Reset segment info on flush.
9400         Alloc segment in _init, free in _finalize.
9401
9402         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
9403         Don't send segments twice.
9404
9405 2006-06-14  Wim Taymans  <wim@fluendo.com>
9406
9407         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
9408         Respect segment.stop. Fixes #342592.
9409
9410 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9411
9412         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
9413           No language specified means the implied language is English
9414           according to the matroska spec (partially fixes #344708);
9415           add some more debug output.
9416
9417 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9418
9419         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
9420         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
9421         (gst_wavparse_chain):
9422           When operating chain-based, don't make any assumptions about the
9423           chunking of the incoming data and make streaming work on days other
9424           than the second Thursday after a full moon. Also fix up debug
9425           messages here and there and make use of the most excellent new
9426           gst_pad_query_peer_duration() utility function.
9427           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
9428
9429         * gst/wavparse/gstwavparse.h:
9430           Remove trailing comma after last enum value, some compilers don't
9431           like that.
9432
9433 2006-06-13  Wim Taymans  <wim@fluendo.com>
9434
9435         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
9436         Handle premature EOS gracefully.
9437
9438 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
9439
9440         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
9441           Prevent out of bounds array access when scrubbing towards
9442           the end of the file between the last index entry and the
9443           end. Fixes occasional 'start <= stop' newsegment event
9444           assertions when scrubbing in MJPEG files.
9445
9446 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
9447
9448         * tests/check/elements/.cvsignore:
9449           And another one.
9450
9451 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9452
9453         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9454         (scan_encoded_string), (parse_picture_frame):
9455           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
9456
9457         * configure.ac:
9458           Require core >= 0.10.8 (for GST_TAG_IMAGE and
9459           GST_TAG_PPEVIEW_IMAGE used in the patch above).
9460
9461 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9462
9463         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
9464           gratuitous comment changes
9465         * tests/check/elements/level.c: (GST_START_TEST):
9466           fix level test leaks
9467
9468 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9469
9470         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
9471         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
9472           Use gst_pad_query_peer_duration() utility function here.
9473
9474 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9475
9476         * autogen.sh:
9477           require am17
9478         * configure.ac:
9479         * ext/annodex/Makefile.am:
9480         * ext/cdio/Makefile.am:
9481         * ext/dv/Makefile.am:
9482         * ext/esd/Makefile.am:
9483         * ext/flac/Makefile.am:
9484         * ext/gdk_pixbuf/Makefile.am:
9485         * ext/ladspa/Makefile.am:
9486         * ext/libcaca/Makefile.am:
9487         * ext/speex/Makefile.am:
9488         * ext/taglib/Makefile.am:
9489         * sys/oss/Makefile.am:
9490         * sys/sunaudio/Makefile.am:
9491         * sys/ximage/Makefile.am:
9492           clean up build further
9493
9494 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9495
9496         * gconf/Makefile.am:
9497           Honour --disable-schemas-install configure option. Fixes #344100.
9498
9499 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9500
9501         * tests/examples/level/Makefile.am:
9502           Add -lm to LIBS for pow() function, don't assume one of our
9503           dependencies (such as libxml-2.0) drags it in automatically
9504           (#343603).
9505
9506 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9507
9508         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
9509
9510         * configure.ac:
9511           We should use $SED and not $(SED) in configure.ac (#343678).
9512
9513 2006-06-09  Wim Taymans  <wim@fluendo.com>
9514
9515         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9516
9517         * sys/sunaudio/gstsunaudiomixerctrl.c:
9518         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
9519         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
9520         (gst_sunaudiomixer_ctrl_set_mute):
9521         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
9522         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
9523         (gst_sunaudiosink_write):
9524         Attached find a patch that fixes a number of bugs with the SunAudio
9525         mixer plugin and fixes #344101:
9526         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
9527            tracks onto the tracklist causing gnome-volume-control's preferences
9528            dialog to be messed up and would core dump if you checked/unchecked
9529            any item.
9530         2. We weren't previously setting the MUTE flag properly.  Fixing this
9531            makes gnome-volume-control work better.
9532         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
9533            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
9534            gnome-volume-control look better.
9535         Also some minor cleanup in gstsunaudiosink.c.
9536
9537 2006-06-09  Wim Taymans  <wim@fluendo.com>
9538
9539         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
9540         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
9541         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
9542         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
9543         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
9544         * ext/jpeg/gstjpegdec.h:
9545         API: Added IDCT method property
9546         Small cleanups.
9547         Avoid dynamic allocation of trivial fixed structure.
9548         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
9549
9550 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9551
9552         * configure.ac:
9553         We now require libraw1394 >= 1.1.0 and that version onwards all
9554         have .pc files.
9555
9556 2006-06-02  Edward Hervey  <edward@fluendo.com>
9557
9558         * gst/law/alaw-decode.c: (alawdec_getcaps): 
9559         Trying to get items from an ANY or EMPTY caps is ... stupid.
9560
9561 2006-06-02  Edward Hervey  <edward@fluendo.com>
9562
9563         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
9564         (gst_dvdec_chain), (gst_dvdec_change_state):
9565         * ext/dv/gstdvdec.h:
9566         Added GstSegment handling, now implements dropping/clipping.
9567
9568 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
9569
9570         * ext/aalib/gstaasink.h:
9571         * ext/annodex/gstcmmldec.h:
9572         * ext/cairo/gsttimeoverlay.h:
9573         * ext/dv/gstdvdec.h:
9574         * ext/dv/gstdvdemux.h:
9575         * ext/esd/esdmon.h:
9576         * ext/esd/esdsink.h:
9577         * ext/flac/gstflacenc.h:
9578         * ext/gconf/gstgconfaudiosink.h:
9579         * ext/gconf/gstgconfaudiosrc.h:
9580         * ext/gconf/gstgconfvideosink.h:
9581         * ext/gconf/gstgconfvideosrc.h:
9582         * ext/gdk_pixbuf/gstgdkanimation.h:
9583         * ext/gdk_pixbuf/pixbufscale.h:
9584         * ext/hal/gsthalaudiosink.h:
9585         * ext/hal/gsthalaudiosrc.h:
9586         * ext/jpeg/gstjpegenc.h:
9587         * ext/jpeg/gstsmokedec.h:
9588         * ext/jpeg/gstsmokeenc.h:
9589         * ext/libcaca/gstcacasink.h:
9590         * ext/libmng/gstmngdec.h:
9591         * ext/libmng/gstmngenc.h:
9592         * ext/libpng/gstpngdec.h:
9593         * ext/libpng/gstpngenc.h:
9594         * ext/raw1394/gstdv1394src.h:
9595         * ext/speex/gstspeexenc.h:
9596         * gst/autodetect/gstautoaudiosink.h:
9597         * gst/autodetect/gstautovideosink.h:
9598         * gst/avi/gstavidemux.h:
9599         * gst/cutter/gstcutter.h:
9600         * gst/debug/efence.h:
9601         * gst/debug/gstnavigationtest.h:
9602         * gst/debug/gstnavseek.h:
9603         * gst/flx/gstflxdec.h:
9604         * gst/goom/gstgoom.h:
9605         * gst/icydemux/gsticydemux.h:
9606         * gst/id3demux/gstid3demux.h:
9607         * gst/law/alaw-decode.h:
9608         * gst/law/alaw-encode.h:
9609         * gst/law/mulaw-decode.h:
9610         * gst/law/mulaw-encode.h:
9611         * gst/matroska/matroska-mux.h:
9612         * gst/median/gstmedian.h:
9613         * gst/oldcore/gstaggregator.h:
9614         * gst/oldcore/gstfdsink.h:
9615         * gst/oldcore/gstmd5sink.h:
9616         * gst/oldcore/gstmultifilesrc.h:
9617         * gst/oldcore/gstpipefilter.h:
9618         * gst/oldcore/gstshaper.h:
9619         * gst/oldcore/gststatistics.h:
9620         * gst/rtp/gstasteriskh263.h:
9621         * gst/rtp/gstrtpL16depay.h:
9622         * gst/rtp/gstrtpL16pay.h:
9623         * gst/rtp/gstrtpamrdepay.h:
9624         * gst/rtp/gstrtpamrpay.h:
9625         * gst/rtp/gstrtpdepay.h:
9626         * gst/rtp/gstrtpgsmdepay.h:
9627         * gst/rtp/gstrtpgsmpay.h:
9628         * gst/rtp/gstrtph263pay.h:
9629         * gst/rtp/gstrtph263pdepay.h:
9630         * gst/rtp/gstrtph263ppay.h:
9631         * gst/rtp/gstrtpmp4gpay.h:
9632         * gst/rtp/gstrtpmp4vdepay.h:
9633         * gst/rtp/gstrtpmp4vpay.h:
9634         * gst/rtp/gstrtpmpadepay.h:
9635         * gst/rtp/gstrtpmpapay.h:
9636         * gst/rtp/gstrtppcmadepay.h:
9637         * gst/rtp/gstrtppcmapay.h:
9638         * gst/rtp/gstrtppcmudepay.h:
9639         * gst/rtp/gstrtppcmupay.h:
9640         * gst/rtp/gstrtpspeexdepay.h:
9641         * gst/rtp/gstrtpspeexpay.h:
9642         * gst/rtsp/gstrtpdec.h:
9643         * gst/rtsp/gstrtspsrc.h:
9644         * gst/smpte/gstsmpte.h:
9645         * gst/udp/gstdynudpsink.h:
9646         * gst/udp/gstmultiudpsink.h:
9647         * gst/udp/gstudpsink.h:
9648         * gst/udp/gstudpsrc.h:
9649         * gst/videofilter/gstvideobalance.h:
9650         * gst/videofilter/gstvideoflip.h:
9651         * sys/oss/gstossdmabuffer.h:
9652         * sys/oss/gstossmixerelement.h:
9653         * sys/oss/gstosssink.h:
9654         * sys/oss/gstosssrc.h:
9655         * sys/osxvideo/osxvideosink.h:
9656         * sys/sunaudio/gstsunaudiomixer.h:
9657         * sys/sunaudio/gstsunaudiosink.h:
9658         * sys/ximage/gstximagesrc.h:
9659         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
9660
9661 2006-05-31  Wim Taymans  <wim@fluendo.com>
9662
9663         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
9664         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
9665         (gst_goom_src_setcaps), (gst_goom_src_event),
9666         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
9667         (gst_goom_change_state):
9668         * gst/goom/gstgoom.h:
9669         Handle QoS.
9670         Handle flushing, discont and events.
9671         Fix timestamps and various other cleanups.
9672
9673 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9674
9675         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
9676         Fix bus reset when using libiec61883
9677
9678 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9679
9680         * configure.ac:
9681         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
9682         * ext/raw1394/Makefile.am:
9683         Add CFLAGS.
9684         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
9685         New method, to receive using libiec61883.
9686         (gst_dv1394src_iso_receive),
9687         #ifdef'd out if libiec61883 is present.
9688         (gst_dv1394src_bus_reset),
9689         Get userdata correctly if using libiec61883. 
9690         (gst_dv1394src_create),
9691         When using libiec61883, only poll one fd and no need to read.
9692         (gst_dv1394src_discover_avc_node),
9693         Replace g_warnings.
9694         (gst_dv1394src_start),
9695         Create new handle when we know which dv port.  More reliable
9696         than setting port on an existing handle.  Initialise libiec61883.
9697         (gst_dv1394src_stop):
9698         If using libiec61883, then cleanup its handle properly.
9699         * ext/raw1394/gstdv1394src.h:
9700         Add libiec61883 handle.
9701
9702 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
9703
9704         * gst/avi/gstavidemux.c:
9705           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
9706         * win32/MANIFEST:
9707           sort file listing
9708         * win32/vs6/libgstavi.dsp:
9709           add gstavimux.c to the project
9710         * win32/vs6/libgstid3demux.dsp:
9711           add link to zlib library
9712         * win32/vs6/libgstmatroska.dsp:
9713           add matroska-ids.c to the project
9714
9715 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9716
9717         Patch by: Sebastian Dröge  <mail at slomosnail de >
9718
9719         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9720         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9721         * ext/taglib/Makefile.am:
9722         * ext/taglib/gstapev2mux.cc:
9723         * ext/taglib/gstapev2mux.h:
9724         * ext/taglib/gstid3v2mux.cc:
9725         * ext/taglib/gsttaglibmux.c: (plugin_init):
9726         * ext/taglib/gsttaglibmux.h:
9727           Add apev2mux element (#343122).
9728         
9729         * tests/check/Makefile.am:
9730         * tests/check/elements/apev2mux.c:
9731         (test_taglib_apev2mux_create_tags),
9732         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
9733         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
9734         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
9735         (apev2mux_suite), (main):
9736           Add unit test for apev2mux element.
9737
9738 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9739
9740         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
9741         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
9742         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
9743           GST_PTR_FORMAT should be used to print caps in debug statements.
9744
9745 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9746
9747         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
9748
9749         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
9750         (ape_demux_parse_tags):
9751           Some clean-ups and additions: map APE 'file' tag to
9752           GST_TAG_LOCATION (#343123); add support for extracting
9753           the track count and clean up parsing a bit (#343127).
9754
9755 2006-05-28  Edward Hervey  <edward@fluendo.com>
9756
9757         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
9758         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
9759
9760 2006-05-28  Edward Hervey  <edward@fluendo.com>
9761
9762         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
9763         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
9764         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
9765         * ext/jpeg/gstjpegdec.h:
9766         Clip outgoing buffers according to currently configured segment.
9767
9768 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9769
9770         * ext/taglib/gstid3v2mux.cc:
9771           Handle  writing of track-count or album-volume-count without
9772           track-number or albume-volume-number (in this case the number
9773           will just be set to 0).
9774
9775         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
9776           It would be nice if we actually checked the values received for
9777           track/album-volume number/count in  _check_tags(), rather than
9778           setting them again ...
9779
9780 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9781
9782         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
9783           A track/volume number or count of 0 does not make sense,
9784           just ignore it along with negative numbers (a tag might
9785           only contain a track count without a track number).
9786
9787 2006-05-27  Edward Hervey  <edward@fluendo.com>
9788
9789         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
9790         (gst_jpeg_dec_sink_event):
9791         Abort decompression when receiving FLUSH_STOP. This should avoid
9792         issues when interrupting decoding with flushes.
9793
9794 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
9795
9796         * ext/flac/gstflac.c:
9797           Don't #include file we don't dist any longer.
9798
9799 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
9800
9801         * README:
9802           Replace current README (containing the release notes from
9803           some 0.9.x version) with a proper README taken from the core.
9804
9805 2006-05-24  Wim Taymans  <wim@fluendo.com>
9806
9807         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
9808         Implement EOS correctly by either posting
9809         SEGMENT_DONE or pushing an EOS message depending
9810         on the seek type. Fixes #342592
9811
9812 2006-05-24  Wim Taymans  <wim@fluendo.com>
9813
9814         * gst/law/alaw-decode.c: (gst_alawdec_chain):
9815         * gst/law/alaw-decode.h:
9816         * gst/law/alaw-encode.c: (gst_alawenc_chain):
9817         * gst/law/alaw-encode.h:
9818         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
9819         * gst/law/mulaw-decode.h:
9820         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
9821         * gst/law/mulaw-encode.h:
9822         Some cleanups in the chain functions.
9823         Remove some GStreamer 0.0.2 bits.
9824
9825 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
9826
9827         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9828
9829         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
9830           gst_collect_pads_stop() needs to be called before chaining up
9831           to the parent class (#342734).
9832
9833 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
9834
9835         * ext/flac/Makefile.am:
9836         * ext/flac/flac_compat.h:
9837         * ext/flac/gstflac.c:
9838         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
9839         * ext/flac/gstflacenc.c:
9840           Remove backwards compatibility cruft for dealing with FLAC API
9841           changes in the 1.0.x series - we require 1.1.1 or newer these days.
9842
9843 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
9844
9845         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9846         (gst_matroska_demux_push_xiph_codec_priv_data),
9847         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9848         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
9849         * gst/matroska/matroska-ids.h:
9850         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
9851         (gst_matroska_mux_video_pad_setcaps),
9852         (xiph3_streamheader_to_codecdata),
9853         (vorbis_streamheader_to_codecdata),
9854         (theora_streamheader_to_codecdata),
9855         (gst_matroska_mux_audio_pad_setcaps),
9856         (gst_matroska_mux_write_data):
9857           Add support for muxing/demuxing theora video (#342448; too bad
9858           none of the usual linux players can actually play this). Playback
9859           in GStreamer will require additional changes to theoradec in -base.
9860           Refactor streamheaders <=> CodecPrivateData code a bit; some small
9861           cleanups.
9862
9863 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9864
9865         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
9866         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
9867           Fix crashes when the horizontal subsampling is 1.
9868           Fixes #342097.
9869
9870 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9871
9872         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9873
9874         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
9875         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
9876         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
9877         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
9878         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
9879         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
9880         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
9881         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
9882         (gst_avi_mux_change_state):
9883         * gst/avi/gstavimux.h:
9884           Some enhancements for avimux (#342526):
9885            - add odml (large file) index support
9886            - store codec init data (e.g. huffyuv)
9887            - miscellaneous other fixes/cleanups
9888
9889 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
9890
9891         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
9892         Don't output any tag when we encounter a negative track number - the
9893         tag type is uint, so we end up outputting huge positive numbers
9894         instead. (Fixes: #342029)
9895
9896 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9897
9898         * configure.ac:
9899           update for new GSTPB_PLUGINS_DIR
9900
9901 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
9902
9903         * rtp/gst/gstrtph263pay.c:
9904         Properly set static caps for H263 at 34.
9905
9906 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
9907
9908         Patch by: James "Doc" Livingston  <doclivingston gmail com>
9909
9910         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
9911           Merge event tags and tag setter tags correctly (#339918). Also,
9912           don't leak taglist in case of an error.
9913           
9914 2006-05-17  Edward Hervey  <edward@fluendo.com>
9915
9916         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
9917         We can only do caps intersection if the othercaps are non-empty and not
9918         ANY. Else we return the pad template (base_caps).
9919
9920 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
9921
9922         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
9923           Fix crash when outputting debugging information for certain
9924           pictures (always good to use the right struct member for
9925           the number of records in an array).
9926
9927 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
9928
9929         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
9930
9931         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
9932         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
9933         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
9934         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
9935         (gst_ebml_read_float), (gst_ebml_read_ascii),
9936         (gst_ebml_read_binary):
9937           Don't create unnecessary sub-buffers all the time. Dramatically
9938           improves performance with multiple concurrently running
9939           matroskademux instances (#341818) (and avoids doing
9940           unnecessarily inefficient things in the general case).
9941
9942 2006-05-16  Edward Hervey  <edward@fluendo.com>
9943
9944         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
9945         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
9946         return value of gst_pad_push_event().
9947
9948 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
9949
9950         * gst/autodetect/gstautoaudiosink.c:
9951         (gst_auto_audio_sink_find_best):
9952         * gst/autodetect/gstautovideosink.c:
9953         (gst_auto_video_sink_find_best):
9954         Make the name of the child element be based on the name of the
9955         parent, so that debug output is more useful.
9956         
9957         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
9958         (parse_insert_string_field), (parse_split_strings):
9959         Rework string parsing to always walk over BOM markers in UTF16
9960         strings, using the endianness indicated by the innermost one,
9961         then trying the opposite endianness if that fails to convert
9962         to valid UTF-8. Fixes #341774
9963
9964 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9965
9966         Patch from: Matthieu <matthieu at fluendo dot com>
9967
9968         * ext/libpng/Makefile.am:
9969         Add LIBPNG_CFLAGS.
9970
9971 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
9972
9973         * ext/taglib/gstid3v2mux.cc:
9974           Add support for writing images (APIC frames) into ID3v2
9975           tags (picture type always set to 'other' for now though).
9976
9977 2006-05-14  Michael Smith  <msmith@fluendo.com>
9978
9979         * gst/wavparse/gstwavparse.c:
9980           Update docs; wavparse implements push and pull modes.
9981
9982 2006-05-12  Wim Taymans  <wim@fluendo.com>
9983
9984         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
9985         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
9986         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
9987         Ooops, bitten by the copy-and-paste design paradigm, fixes
9988         seek again.
9989
9990 2006-05-12  Wim Taymans  <wim@fluendo.com>
9991
9992         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9993         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
9994         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
9995         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
9996         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
9997         (gst_avi_demux_massage_index),
9998         (gst_avi_demux_calculate_durations_from_index),
9999         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
10000         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10001         (gst_avi_demux_loop):
10002         * gst/avi/gstavidemux.h:
10003         Some cleanups, prepare to use GstSegment.
10004         Fix error in entry walking code.
10005         Fix VBR detection.
10006         Smarter timestamp calculation code.
10007         Uniform error/eos handling.
10008
10009 2006-05-12  Michael Smith  <msmith@fluendo.com>
10010
10011         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
10012         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
10013           Fix use of uninitialised values if we're NOT seeking in ready.
10014           Fix typos.
10015
10016 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
10017
10018         * gst/wavparse/Makefile.am:
10019           Add CFLAGS and LIBS for libgstbase, fixes build on
10020           Cygwin (#341489).
10021
10022 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10023
10024         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
10025           Some more debug info. No need to check whether the string
10026           returned by g_convert() is really UTF-8 - either it is or
10027           we get NULL returned.
10028
10029 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
10030
10031         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
10032           Fix parsing of numeric genre strings some more, by ensuring that
10033           we only try and parse strings that a) Start with '(' and b) Consist
10034           only of digits.
10035           Also, when finding an escaping '((' sequence, bust it back to '(' by
10036           swallowing the first parenthesis
10037
10038 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10039
10040         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
10041         (gst_esdsink_open), (gst_esdsink_close):
10042         * ext/esd/esdsink.h:
10043           Move the esd_get_server_info() into gst_esdsink_open() and fail
10044           with a decent error message on errors.
10045
10046 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10047
10048         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
10049         (gst_esdmon_channels_get_type):
10050         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
10051         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
10052         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
10053         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
10054         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
10055         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
10056         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
10057         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
10058         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
10059         * gst/videomixer/videomixer.c:
10060         (gst_video_mixer_background_get_type):
10061           Const-ify GEnumValue arrays.
10062
10063 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10064
10065         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
10066
10067         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
10068         (gst_avi_mux_do_video_buffer):
10069           Work around gst_buffer_make_metadata_writable() bug that
10070           results in avimux marking all frames in the index as
10071           keyframes (#340859).
10072           
10073 2006-05-08  Wim Taymans  <wim@fluendo.com>
10074
10075         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10076         Make parsing of urls suck slightly less.
10077
10078 2006-05-08  Edward Hervey  <edward@fluendo.com>
10079
10080         * autogen.sh: (CONFIGURE_DEF_OPT): 
10081         libtoolize on Darwin/MacOSX is called glibtoolize.
10082
10083 2006-05-08  Wim Taymans  <wim@fluendo.com>
10084
10085         Patch by: Jens Granseuer <jensgr at gmx dot net>
10086
10087         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
10088         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
10089         C89 compliance fixes. Fixes #340980
10090
10091 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
10092
10093         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10094         * ext/flac/gstflacdec.h:
10095           Handle segment seeks that include the end of the file as stop point
10096           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
10097           message instead of an EOS event in case we're in segment seek
10098           mode (fixes #340699).
10099           
10100 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
10101
10102         * ext/cairo/gsttextoverlay.c:
10103         * ext/flac/gstflacdec.c:
10104         * ext/gdk_pixbuf/pixbufscale.c:
10105         * gst/apetag/gstapedemux.c:
10106         * gst/debug/breakmydata.c:
10107         * gst/debug/testplugin.c:
10108         * gst/matroska/ebml-write.c:
10109         * gst/multipart/multipartdemux.c:
10110         * sys/osxaudio/gstosxaudiosink.c:
10111         * sys/osxaudio/gstosxaudiosrc.c:
10112         Add semicolons after GST_BOILERPLATE[_FULL] so that
10113         indent doesn't mess up following lines.
10114
10115 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
10116
10117         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
10118
10119         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
10120           Don't leak caps when freeing the stream context (#340623).
10121
10122 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
10123
10124         * configure.ac:
10125           Back to CVS
10126
10127 === release 0.10.3 ===
10128
10129 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
10130
10131         * configure.ac:
10132           releasing 0.10.3, "Desplazado"
10133
10134 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10135
10136         * gst/matroska/matroska-mux.c:
10137         (gst_matroska_mux_stream_is_vorbis_header),
10138         (gst_matroska_mux_write_data):
10139           Don't strcmp() NULL strings.
10140           Only start new clusters on video keyframes, not on any
10141           random audio buffer that doesn't have the DELTA_UNIT
10142           flag set (fixes 'make check' again).
10143
10144 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10145
10146         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10147
10148         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
10149         (gst_matroska_mux_stream_is_vorbis_header),
10150         (gst_matroska_mux_write_data):
10151           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
10152           value and then dead-lock when muxing vorbis audio streams
10153           (the three vorbis header buffers carry no timestamp, and it
10154           would try to mux these after all video buffers). Fixes #340346.
10155
10156           Improve clustering: start a new cluster also whenever we get
10157           a keyframe.     
10158
10159 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10160
10161         * win32/common/config.h:
10162         * win32/MANIFEST
10163           add the generated file as well
10164
10165 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10166
10167         * Makefile.am:
10168         * configure.ac:
10169         * win32/common/config.h.in:
10170           add win32 stuff
10171
10172 2006-05-03  Michael Smith  <msmith@fluendo.com>
10173
10174         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
10175           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
10176           SUCKS.
10177
10178 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
10179
10180         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10181         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10182         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10183           don't leak caps-string
10184
10185 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10186
10187         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
10188         (gst_id3demux_sink_activate):
10189           Let core insert default error message for TYPE_NOT_FOUND
10190           errors, it's just as good as our own and has the added
10191           bonus of being translated.
10192
10193 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10194
10195         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
10196         (gst_tag_demux_sink_event):
10197         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
10198         (gst_id3demux_sink_event):
10199           Post an error message when we get an EOS event and were not
10200           able to find out the type of stream.
10201
10202         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
10203         (test_taglib_id3mux_with_tags):
10204           Decrease num-buffers to 16 per iteration again, otherwise the
10205           many memcpy()s and reallocations in the test will hammer slow
10206           CPUs completely and make the test timeout.
10207
10208 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10209
10210         * configure.ac:
10211           figure out where plugins-base plugins are
10212         * tests/check/Makefile.am:
10213           use plugins-base plugins, so we have typefind functions
10214         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
10215           increase num-buffers, this makes sure the test errors out instead
10216           of timing out when no typefind functions are present
10217
10218 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10219
10220         * docs/plugins/Makefile.am:
10221           also check .cc files for gtk-doc markup
10222         * configure.ac:
10223         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10224         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10225         * tests/check/Makefile.am:
10226         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
10227         * ext/Makefile.am:
10228         * ext/taglib/Makefile.am:
10229         * ext/taglib/gstid3v2mux.h:
10230         * ext/taglib/gsttaglibmux.c:
10231         * ext/taglib/gsttaglibmux.h:
10232           move taglib-based id3v2muxer to -good.  Fixes #336110.
10233
10234 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
10235
10236         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10237           ... and fix multichannel/WAVFORMATEX support again.
10238
10239 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
10240
10241         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10242         (gst_wavparse_class_init), (gst_wavparse_dispose),
10243         (gst_wavparse_reset), (gst_wavparse_init),
10244         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
10245         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
10246         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
10247         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
10248         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10249         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10250         (gst_wavparse_stream_data), (gst_wavparse_loop),
10251         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10252         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10253         (gst_wavparse_change_state), (plugin_init):
10254         * gst/wavparse/gstwavparse.h:
10255           Add push (streaming) mode to wavparse (fixes #337625)
10256
10257 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10258
10259         * configure.ac:
10260         * tests/Makefile.am:
10261           add ximagesrc icles test
10262
10263 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10264
10265         * configure.ac:
10266         * docs/plugins/Makefile.am:
10267         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10268         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10269         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
10270         (gst_cmml_enc_push_clip):
10271         * sys/Makefile.am:
10272         * sys/ximage/Makefile.am:
10273         * sys/ximage/gstximagesrc.c:
10274           Move ximagesrc plug-in to good after review.  Fixes #336756.
10275
10276 2006-04-28  Michael Smith  <msmith@fluendo.com>
10277
10278         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
10279         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
10280         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
10281         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
10282         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10283         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
10284         * gst/icydemux/gsticydemux.h:
10285           Fix event handling: cache events when typefinding and forward later.
10286
10287 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10288
10289         * sys/osxaudio/gstosxaudiosink.c:
10290         (plugin_init):
10291          Register osxaudiosrc to the plugin.
10292         * sys/osxaudio/gstosxaudiosrc.c:
10293         (gst_osx_audio_src_osxelement_do_init),
10294         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
10295         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
10296         (gst_osx_audio_src_get_property),
10297         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
10298         (gst_osx_audio_src_osxelement_init):
10299         * sys/osxaudio/gstosxaudiosrc.h:
10300           Port of osxaudiosrc to 0.10.
10301         * sys/osxaudio/Makefile.am:
10302           Add osxaudiosrc
10303
10304 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10305
10306         * sys/osxaudio/gstosxringbuffer.c:
10307         * sys/osxaudio/gstosxringbuffer.h:
10308           Forgot to commit earlier, part of the OSX audio plugin port
10309
10310 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
10311
10312         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
10313         (parse_split_strings):
10314           Recognise and skip any byte order marker (BOM) in
10315           UTF-16 strings.
10316
10317 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10318
10319         * docs/plugins/Makefile.am:
10320         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10321         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10322         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10323         * docs/plugins/inspect/plugin-avi.xml:
10324         * gst/avi/gstavidemux.c:
10325         * gst/avi/gstavimux.c:
10326           Add docs for both avidemux and avimux.
10327
10328 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10329
10330         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10331
10332         * gst/avi/Makefile.am:
10333         * gst/avi/gstavi.c: (plugin_init):
10334         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
10335         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
10336         (gst_avi_mux_class_init), (gst_avi_mux_init),
10337         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10338         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
10339         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
10340         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10341         (gst_avi_mux_riff_get_avix_header),
10342         (gst_avi_mux_riff_get_video_header),
10343         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
10344         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
10345         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10346         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
10347         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
10348         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
10349         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10350         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
10351         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
10352         (gst_avi_mux_change_state):
10353         * gst/avi/gstavimux.h:
10354           Port AVI muxer to GStreamer-0.10 (#332031).
10355
10356         * tests/check/Makefile.am:
10357         * tests/check/elements/avimux.c:
10358         * tests/check/elements/.cvsignore:
10359           Add unit test for AVI muxer.
10360
10361 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
10362
10363         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10364         (gst_wavparse_class_init), (gst_wavparse_reset),
10365         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10366         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10367         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10368         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10369         (gst_wavparse_stream_data), (gst_wavparse_loop),
10370         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
10371         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
10372         (plugin_init):
10373         * gst/wavparse/gstwavparse.h:
10374           reverted patch #337625 for the price of 1 hour sleep
10375
10376 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10377
10378         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10379         (gst_wavparse_class_init), (gst_wavparse_reset),
10380         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10381         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
10382         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10383         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10384         (gst_wavparse_stream_data), (gst_wavparse_loop),
10385         (gst_wavparse_chain), (plugin_init):
10386         * gst/wavparse/gstwavparse.h:
10387           correct partial implementation of push mode
10388           (from my last commit)
10389
10390 2006-04-26  Wim Taymans  <wim@fluendo.com>
10391
10392         * ext/esd/esdsink.c:
10393         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
10394         it is not in esd.h
10395
10396 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
10397
10398         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
10399         (gst_au_parse_class_init), (gst_au_parse_init),
10400         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
10401         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
10402         (gst_au_parse_chain), (gst_au_parse_src_convert),
10403         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
10404         (gst_au_parse_sink_event), (gst_au_parse_src_event),
10405         (gst_au_parse_change_state):
10406         * gst/auparse/gstauparse.h:
10407           Rewrite auparse to suck a little bit less: make source pad
10408           dynamic, so decodebin/playbin work with non-raw formats
10409           like alaw/mulaw; add query function for duration/position
10410           queries; check whether we have enough data before attempting
10411           to parse the header (instead of crashing when that is not the
10412           case); work around audioconvert sucking by swapping endianness
10413           to the native endianness ourselves for float formats; send
10414           initial newsegment event. Fixes #161712.
10415
10416 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10417
10418         * sys/osxaudio/Makefile.am:
10419         * sys/osxaudio/gstosxaudioelement.c:
10420         (gst_osx_audio_element_get_type),
10421         (gst_osx_audio_element_class_init):
10422         * sys/osxaudio/gstosxaudioelement.h:
10423         * sys/osxaudio/gstosxaudiosink.c:
10424         (gst_osx_audio_sink_osxelement_do_init),
10425         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
10426         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
10427         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
10428         (gst_osx_audio_sink_create_ringbuffer),
10429         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
10430         (plugin_init):
10431         * sys/osxaudio/gstosxaudiosink.h:
10432         Port of osxaudiosink to 0.10
10433
10434 2006-04-26  Wim Taymans  <wim@fluendo.com>
10435
10436         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
10437         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
10438         the size of the ringbuffer. This should fix hangs with older 
10439         esd sound servers.
10440
10441 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10442
10443         * ext/aalib/gstaasink.c:
10444         * ext/annodex/gstcmmldec.c:
10445         * ext/annodex/gstcmmlenc.c:
10446         * ext/cairo/gsttextoverlay.c:
10447         * ext/cairo/gsttimeoverlay.c:
10448         * ext/cdio/gstcdiocddasrc.c:
10449         * ext/dv/gstdvdec.c:
10450         * ext/dv/gstdvdemux.c:
10451         * ext/esd/esdmon.c:
10452         * ext/esd/esdsink.c:
10453         * ext/flac/gstflacenc.c:
10454         * ext/flac/gstflactag.c:
10455         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
10456         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
10457         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
10458         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
10459         * ext/gdk_pixbuf/pixbufscale.c:
10460         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10461         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10462         * ext/jpeg/gstjpegdec.c:
10463         * ext/jpeg/gstjpegenc.c:
10464         * ext/jpeg/gstsmokedec.c:
10465         * ext/jpeg/gstsmokeenc.c:
10466         * ext/libcaca/gstcacasink.c:
10467         * ext/libmng/gstmngdec.c:
10468         * ext/libmng/gstmngenc.c:
10469         * ext/libpng/gstpngdec.c:
10470         * ext/libpng/gstpngenc.c:
10471         * ext/mikmod/gstmikmod.c:
10472         * ext/raw1394/gstdv1394src.c:
10473         * ext/shout2/gstshout2.c: (gst_shout2send_init):
10474         * ext/shout2/gstshout2.h:
10475         * ext/speex/gstspeexdec.c:
10476         * ext/speex/gstspeexenc.c:
10477         * gst/alpha/gstalpha.c:
10478         * gst/alpha/gstalphacolor.c:
10479         * gst/apetag/gstapedemux.c:
10480         * gst/auparse/gstauparse.c:
10481         * gst/autodetect/gstautoaudiosink.c:
10482         (gst_auto_audio_sink_base_init):
10483         * gst/autodetect/gstautovideosink.c:
10484         (gst_auto_video_sink_base_init):
10485         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
10486         * gst/avi/gstavimux.c: (gst_avimux_base_init):
10487         * gst/cutter/gstcutter.c:
10488         * gst/debug/breakmydata.c:
10489         * gst/debug/efence.c:
10490         * gst/debug/gstnavigationtest.c:
10491         * gst/debug/gstnavseek.c:
10492         * gst/debug/negotiation.c:
10493         * gst/debug/progressreport.c:
10494         * gst/debug/testplugin.c:
10495         * gst/effectv/gstaging.c:
10496         * gst/effectv/gstdice.c:
10497         * gst/effectv/gstedge.c:
10498         * gst/effectv/gstquark.c:
10499         * gst/effectv/gstrev.c:
10500         * gst/effectv/gstshagadelic.c:
10501         * gst/effectv/gstvertigo.c:
10502         * gst/effectv/gstwarp.c:
10503         * gst/flx/gstflxdec.c:
10504         * gst/goom/gstgoom.c:
10505         * gst/icydemux/gsticydemux.c:
10506         * gst/id3demux/gstid3demux.c:
10507         * gst/interleave/deinterleave.c:
10508         * gst/interleave/interleave.c:
10509         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
10510         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
10511         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
10512         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
10513         * gst/level/gstlevel.c:
10514         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
10515         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
10516         * gst/median/gstmedian.c:
10517         * gst/monoscope/gstmonoscope.c:
10518         * gst/multipart/multipartdemux.c:
10519         * gst/multipart/multipartmux.c:
10520         * gst/oldcore/gstaggregator.c:
10521         * gst/oldcore/gstfdsink.c:
10522         * gst/oldcore/gstmd5sink.c:
10523         * gst/oldcore/gstmultifilesrc.c:
10524         * gst/oldcore/gstpipefilter.c:
10525         * gst/oldcore/gstshaper.c:
10526         * gst/oldcore/gststatistics.c:
10527         * gst/rtp/gstasteriskh263.c:
10528         * gst/rtp/gstrtpL16depay.c:
10529         * gst/rtp/gstrtpL16pay.c:
10530         * gst/rtp/gstrtpamrdepay.c:
10531         * gst/rtp/gstrtpamrpay.c:
10532         * gst/rtp/gstrtpdepay.c:
10533         * gst/rtp/gstrtpgsmpay.c:
10534         * gst/rtp/gstrtph263pay.c:
10535         * gst/rtp/gstrtph263pdepay.c:
10536         * gst/rtp/gstrtph263ppay.c:
10537         * gst/rtp/gstrtpilbcdepay.c:
10538         * gst/rtp/gstrtpmp4gpay.c:
10539         * gst/rtp/gstrtpmp4vdepay.c:
10540         * gst/rtp/gstrtpmp4vpay.c:
10541         * gst/rtp/gstrtpmpadepay.c:
10542         * gst/rtp/gstrtpmpapay.c:
10543         * gst/rtp/gstrtppcmadepay.c:
10544         * gst/rtp/gstrtppcmapay.c:
10545         * gst/rtp/gstrtppcmudepay.c:
10546         * gst/rtp/gstrtppcmupay.c:
10547         * gst/rtp/gstrtpspeexdepay.c:
10548         * gst/rtp/gstrtpspeexpay.c:
10549         * gst/rtsp/gstrtpdec.c:
10550         * gst/rtsp/gstrtspsrc.c:
10551         * gst/smpte/gstsmpte.c:
10552         * gst/udp/gstdynudpsink.c:
10553         * gst/udp/gstmultiudpsink.c:
10554         * gst/udp/gstudpsink.c:
10555         * gst/udp/gstudpsrc.c:
10556         * gst/videobox/gstvideobox.c:
10557         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
10558         * gst/videofilter/gstvideobalance.c:
10559         * gst/videofilter/gstvideoflip.c:
10560         * gst/videofilter/gstvideotemplate.c:
10561         (gst_videotemplate_base_init):
10562         * gst/videomixer/videomixer.c:
10563         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10564         (gst_wavparse_class_init), (gst_wavparse_dispose),
10565         (gst_wavparse_reset), (gst_wavparse_init),
10566         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
10567         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
10568         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
10569         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
10570         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10571         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10572         (gst_wavparse_change_state):
10573         * gst/wavparse/gstwavparse.h:
10574         * sys/oss/gstossmixerelement.c:
10575         * sys/oss/gstosssink.c:
10576         * sys/oss/gstosssrc.c:
10577         * sys/osxaudio/gstosxaudioelement.c:
10578         * sys/osxaudio/gstosxaudiosink.c:
10579         * sys/osxaudio/gstosxaudiosrc.c:
10580         * sys/sunaudio/gstsunaudiomixer.c:
10581         * sys/sunaudio/gstsunaudiosink.c:
10582           Define GstElementDetails as const and also static (when defined as
10583           global)
10584
10585 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10586
10587         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10588           Source pad has fixed caps. If we don't set this, bad
10589           things happen when the window is resized.
10590
10591 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10592
10593         * gst/matroska/Makefile.am:
10594         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10595         (gst_matroska_demux_handle_src_event):
10596         * gst/matroska/matroska-ids.c:
10597         (gst_matroska_track_init_video_context),
10598         (gst_matroska_track_init_audio_context),
10599         (gst_matroska_track_init_subtitle_context),
10600         (gst_matroska_track_init_complex_context):
10601         * gst/matroska/matroska-ids.h:
10602           Handle case where the TrackType ebml chunk does not come before the
10603           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
10604           events.
10605
10606 2006-04-25  Wim Taymans  <wim@fluendo.com>
10607
10608         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10609         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
10610         It's codec_data, not codec_info.
10611
10612 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10613
10614         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10615
10616         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
10617           Handle codec_data for VfW compatibility codec IDs (#339451)
10618
10619         * gst/matroska/matroska-mux.c:
10620         (gst_matroska_mux_video_pad_setcaps):
10621           Same here, handle codec_data and add additional caps we can handle
10622           now to the pad template (huffyuv, dv and h263 video) (#339451)
10623
10624 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10625
10626         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
10627
10628         * gst/matroska/matroska-mux.c:
10629         (gst_matroska_mux_create_buffer_header),
10630         (gst_matroska_mux_write_data):
10631           Fix timestamping of B-frames, use signed integers, do
10632           some rounding (#339678).
10633
10634 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
10635
10636         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
10637         just make it compile with --disable-gst-debug.
10638
10639 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
10640
10641         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
10642         Fix a bad conversion using gst_guint64_to_gdouble.
10643         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
10644         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
10645         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
10646     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
10647         mistake.
10648
10649 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
10650
10651         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
10652         Use gst_guint64_to_gdouble for conversions
10653         * win32/vs6/gst_plugins_good.dsw:
10654         * win32/vs6/libgsticydemux.dsp:
10655         Add a project file for icydemux
10656
10657 2006-04-21  Wim Taymans  <wim@fluendo.com>
10658
10659         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
10660
10661         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10662         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
10663         When splitting audio chunks, the block alignment is not taken in
10664         consideration, so the smaller chunks could be of size which is 
10665         not a multiple of the block alignment. Fixes #336904
10666
10667 2006-04-21  Wim Taymans  <wim@fluendo.com>
10668
10669         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
10670         Use scale functions
10671
10672 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
10673
10674         * ext/dv/gstdv.c: (plugin_init):
10675           Fix build.
10676
10677 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
10678
10679         * gst/debug/progressreport.c: (gst_progress_report_finalize),
10680         (gst_progress_report_class_init), (gst_progress_report_init),
10681         (gst_progress_report_do_query), (gst_progress_report_report),
10682         (gst_progress_report_set_property),
10683         (gst_progress_report_get_property):
10684           Add 'format' property to force querying to a particular format.
10685
10686 2006-04-21  Andy Wingo  <wingo@pobox.com>
10687
10688         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
10689         best, on big endian systems. Drop its rank in that case. OTOH on
10690         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
10691
10692 2006-04-21  Michael Smith  <msmith@fluendo.com>
10693
10694         * configure.ac:
10695         * gst/icydemux/Makefile.am:
10696         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
10697         (gst_icydemux_base_init), (gst_icydemux_class_init),
10698         (gst_icydemux_reset), (gst_icydemux_init),
10699         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
10700         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
10701         (unicodify), (gst_icydemux_unicodify),
10702         (gst_icydemux_parse_and_send_tags),
10703         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10704         (gst_icydemux_chain), (gst_icydemux_change_state),
10705         (gst_icydemux_send_tag_event), (plugin_init):
10706         * gst/icydemux/gsticydemux.h:
10707         * tests/check/Makefile.am:
10708         * tests/check/elements/icydemux.c: (typefind_succeed),
10709         (plugin_init), (icydemux_found_pad), (create_icydemux),
10710         (cleanup_icydemux), (push_data), (GST_START_TEST),
10711         (icydemux_suite), (main):
10712           Add icydemux, and tests.
10713
10714 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10715
10716         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10717           Post SEGMENT_DONE message in TIME format.
10718
10719 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10720
10721         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
10722
10723         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
10724         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
10725           Fix index creation when we have to scan the file to create
10726           an index. There may be other types of RIFF 'LIST' chunks than
10727           'movi' and we need to skip them properly as well or we'll end up
10728           reading garbage (#336889). Some other cosmetic changes.
10729           
10730 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10731
10732         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
10733         (gst_flac_dec_handle_seek_event):
10734           Add support for segment seeks (fixes #338290). Also demote
10735           some recurring debug message from DEBUG to LOG level.
10736
10737 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10738
10739         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10740         (gst_matroskademux_do_index_seek),
10741         (gst_matroska_demux_handle_seek_event),
10742         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
10743         * gst/matroska/matroska-ids.h:
10744           Set DISCONT flag on first buffer after a discontinuity.
10745           Fix newsegment events sent when seeking and honour KEY_UNIT
10746           seek flag. Create pad with bogus caps if we don't recognise
10747           the stream codec id.
10748
10749         * gst/matroska/matroska-demux.h:
10750           Fix GObject macros.
10751
10752 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10753
10754         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10755
10756         * gst/matroska/matroska-demux.c:
10757         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
10758           Handle end of segment properly when set; don't dead-lock when
10759           posting start of segment message when doing a segment seek.
10760           Fixes #338810.
10761
10762 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10763
10764         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
10765         (gst_matroska_demux_plugin_init):
10766           Make mpeg2 aac audio work: create artificial private codec data
10767           chunk which faad2 seems to require, just as we do for mpeg4 aac.
10768           Also call gst_riff_init(). Partially fixes #338767.
10769
10770 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
10771
10772         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
10773         (gst_wavenc_class_init), (gst_wavenc_init),
10774         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
10775         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
10776         (gst_wavenc_chain), (gst_wavenc_change_state):
10777         * gst/wavenc/gstwavenc.h:
10778           Set caps on first outgoing buffer, so that it doesn't error out
10779           immediately with a non-negotiated error (#338716). Rewrite and
10780           clean up a bit; fix setcaps function to parse things properly;
10781           fix sink caps (8bit audio is unsigned and doesn't have depth);
10782           use boilerplate macros; remove unused properties stuff.
10783
10784 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10785
10786         * ext/gdk_pixbuf/gstgdkpixbuf.c:
10787           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
10788           handle MJPEG streams and might be autoplugged for those if the
10789           user doesn't have jpegdec installed (resulting in a cryptic error
10790           message about huffman tables). Better to disable JPEG decoding here
10791           and let the user figure out that she needs to install jpegdec.
10792
10793 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10794
10795         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
10796         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
10797         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
10798         * ext/gdk_pixbuf/gstgdkpixbuf.h:
10799           Make work with packetised/framed input (e.g. png-in-quicktime). Use
10800           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
10801           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
10802           debug messages. Fix boilerplate macros.
10803
10804 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10805
10806         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
10807         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
10808           No need to special-case for Gdk-2.0 any longer, we require
10809           Gdk 2.2 or newer; minor clean-ups.
10810
10811 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10812
10813         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
10814         (gst_shout2send_class_init), (gst_shout2send_init),
10815         (set_shout_metadata), (gst_shout2send_set_metadata),
10816         (gst_shout2send_event), (gst_shout2send_start),
10817         (gst_shout2send_connect), (gst_shout2send_stop),
10818         (gst_shout2send_render), (gst_shout2send_set_property),
10819         (gst_shout2send_get_property), (gst_shout2send_setcaps),
10820         (plugin_init):
10821         * ext/shout2/gstshout2.h:
10822         * po/POTFILES.in:
10823           Rewrite a bit: use GstBaseSink::start and stop instead of a state
10824           change function; use GST_ELEMENT_ERROR for error reporting, not
10825           g_error() or GST_ERROR(); don't unref caps in setcaps function,
10826           will cause crashes or assertion failures; remove (unused) "sync"
10827           property, basesink already has such a property; misc. other
10828           minor fixes and cleanups.
10829
10830 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10831
10832         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
10833         * ext/esd/gstesd.c: (plugin_init):
10834         * po/POTFILES.in:
10835           Add translatable error message for when we cannot
10836           connect to the sound server, as "Cannot open resource
10837           for writing" isn't really an acceptable message to show
10838           to the user in this case.
10839
10840 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10841
10842         * sys/oss/gst-i18n-plugin.h:
10843           Remove bogus file that doesn't belong here.
10844
10845 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10846
10847         Patch by: Philippe Valembois
10848
10849         * ext/shout2/gstshout2.c: (gst_shout2send_init),
10850         (gst_shout2send_set_metadata), (gst_shout2send_event),
10851         (gst_shout2send_render), (gst_shout2send_change_state):
10852         * ext/shout2/gstshout2.h:
10853           Handle tags being received before the connection to
10854           the server is established properly (see #338636).
10855
10856 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10857
10858         * ext/shout2/gstshout2.c: (gst_shout2send_render):
10859           Don't crash in case the connection to the server fails:
10860           don't set pointer to NULL by assigning FALSE; error out
10861           properly by using GST_ELEMENT_ERROR and returning
10862           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
10863           before resetting the pointer.
10864
10865 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
10866
10867         * gst/id3demux/id3tags.c:
10868         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
10869         (Fixes #338713)
10870
10871 2006-04-12  Wim Taymans  <wim@fluendo.com>
10872
10873         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
10874         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
10875         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
10876         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
10877         (gst_gdk_pixbuf_chain):
10878         Some cleanups.
10879         Added RGBA as a possible output format.
10880         Correctly free the supported mimetypes.
10881         deprecate silent arg, it's not used.
10882         Return result from _alloc_buffer to peer.
10883
10884 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
10885
10886         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
10887           Don't leak memory allocated by gst_buffer_new_and_alloc() by
10888           overwriting GST_BUFFER_MALLOCDATA.
10889
10890 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
10891
10892         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
10893         (user_endrow_callback), (user_end_callback),
10894         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
10895         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
10896         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
10897         * ext/libpng/gstpngdec.h:
10898           Handle more than one frame if the content is framed,
10899           like with png-in-quicktime (#331917).
10900
10901 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10902
10903         * sys/oss/Makefile.am:
10904         * sys/oss/common.h:
10905         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
10906         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
10907         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
10908         (gst_oss_src_unprepare):
10909           - the user-visible error strings were in the wrong category
10910           - and the messages were not marked for translation
10911           - which is actually a good thing, because they were exactly
10912             the kind of message you would never want anyone to see
10913           - the macros were using variables that didn't exist in the macro
10914             arguments
10915           - and they were obviously copied from each other and then modified
10916           - so a common header makes sense
10917
10918 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
10919
10920         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
10921           Don't try to modify read-only data.
10922
10923         * gst/matroska/matroska-demux.c:
10924         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
10925           Fix comment (won't crash any longer now).
10926
10927 2006-04-10  Michael Smith  <msmith@fluendo.com>
10928
10929         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
10930           Use copies of header buffers for caps to avoid circular refcounting
10931           problems (as in theoradec, vorbisdec).
10932
10933         * tests/check/elements/cmmldec.c: (GST_START_TEST):
10934           Fix a typo in test that meant it was testing the wrong thing.
10935
10936         * tests/check/elements/cmmlenc.c: (check_headers):
10937           Fix refcount checks now that we use buffer-copies for caps.
10938
10939 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
10940
10941         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
10942         (gst_matroska_demux_handle_seek_event),
10943         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
10944         (gst_matroska_demux_subtitle_caps),
10945         (gst_matroska_demux_plugin_init):
10946           Use static pad templates with ANY caps for audio and video
10947           source pads and get rid of a lot of unnecessary (and partially
10948           broken) code for the template caps. Clean up caps finding
10949           functions. Fixes playback of audio files/streams that do not
10950           contain the sample rate and/or number of channels in the audio
10951           context (happens a lot with vorbis/mp3 .mka files it seems).
10952           Fixes #337183.
10953           Also add myself to copyright holders.
10954
10955 2006-04-10  Michael Smith  <msmith@fluendo.com>
10956
10957         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
10958           Use g_list_delete_link () instead of g_list_remove_link () so that
10959           we free the link as well as the contained data.
10960
10961 2006-04-10  Wim Taymans  <wim@fluendo.com>
10962
10963         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
10964
10965         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
10966         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10967         (gst_avi_demux_stream_header):
10968         Fix some crashers with empty chunks. (Fixes #337749)
10969
10970 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
10971
10972         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
10973           use G_GINT64_CONSTANT for INT64 constants
10974         * gst/videofilter/gstvideobalance.c:
10975           define rint for WIN32 #define rint(x) (floor((x)+0.5))
10976         * win32/vs6/libgstavi.dsp:
10977          add missing libraries for the link and remove avimux.c from
10978          the project as it isn't ported to 0.10 yet
10979         
10980 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
10981
10982         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
10983           Even better would be if we actually did the right thing
10984           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
10985
10986 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
10987
10988         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
10989           Can't just replace 1LL with 1L here just because MSVC doesn't
10990           support it, as it might lead to incorrect results when doing the
10991           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
10992           force a 64-bit constant in a way that all compilers are happy with.
10993
10994 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
10995
10996         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
10997         * ext/esd/esdsink.c: (gst_esdsink_class_init):
10998         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
10999         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
11000         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
11001         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
11002         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
11003         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
11004         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
11005         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
11006         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
11007         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
11008         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
11009         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
11010         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
11011         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
11012         * gst/avi/gstavimux.c: (gst_avimux_class_init):
11013         * gst/debug/efence.c: (gst_efence_class_init):
11014         * gst/debug/negotiation.c: (gst_negotiation_class_init):
11015         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
11016         * gst/goom/gstgoom.c: (gst_goom_class_init):
11017         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
11018         * gst/interleave/deinterleave.c: (deinterleave_class_init):
11019         * gst/interleave/interleave.c: (interleave_class_init):
11020         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
11021         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
11022         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
11023         * gst/median/gstmedian.c: (gst_median_class_init):
11024         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
11025         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
11026         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
11027         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
11028         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
11029         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
11030         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
11031         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
11032         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
11033         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
11034         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
11035         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
11036         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
11037         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
11038         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11039         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
11040         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
11041         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
11042         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
11043         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
11044         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
11045         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
11046         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
11047         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
11048         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
11049         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
11050         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
11051         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11052         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
11053         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
11054         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
11055         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
11056         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
11057         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
11058         * sys/osxaudio/gstosxaudioelement.c:
11059         (gst_osxaudioelement_class_init):
11060         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
11061         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
11062         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
11063         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
11064
11065 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11066
11067         * ext/mikmod/gstmikmod.h:
11068         * gst/level/gstlevel.h:
11069         Fix more broken GObject macros
11070
11071 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11072
11073         * ext/annodex/gstcmmldec.h:
11074         * ext/annodex/gstcmmlenc.h:
11075         * ext/annodex/gstcmmltag.h:
11076         * ext/cairo/gsttextoverlay.h:
11077         * ext/ladspa/gstsignalprocessor.h:
11078         * gst/matroska/ebml-read.h:
11079         * gst/matroska/ebml-write.h:
11080         * sys/osxaudio/gstosxaudioelement.h:
11081         Fix broken GObject macros
11082
11083 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11084
11085         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11086           Don't try to seek beyond the end of the file (would
11087           occasionally display error dialogs in totem when seeking
11088           to the end) (#335869). Will still throw an error though
11089           if the file is truncated and the total_samples value in
11090           the stream header is wrong.
11091
11092 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
11093
11094         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
11095         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
11096         (gst_flac_dec_metadata_callback):
11097         * ext/flac/gstflacdec.h:
11098           If the stream header doesn't contain the total number of samples,
11099           search for the last flac frame at the end of the file and calculate
11100           the total duration from that frame's offset (fixes #337609).
11101
11102 2006-04-07  Edward Hervey  <edward@fluendo.com>
11103
11104         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
11105         Don't unref the GstPadTemplate returned by
11106         gst_element_class_get_pad_template().
11107
11108 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11109
11110         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
11111
11112         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
11113         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
11114         * sys/sunaudio/gstsunaudiosink.h:
11115           Use spec->segsize and spec->segtotal in the prepare function
11116           to initialise the ring buffer instead of using the buffer-time
11117           property (#337421).
11118
11119 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11120
11121         * configure.ac:
11122           Bump core requirements to CVS for gst_pad_query_peer_duration()
11123           which is used by speexdec.
11124
11125 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
11126
11127         * ext/speex/gstspeex.c: (plugin_init):
11128         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
11129         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
11130         (speex_get_sink_query_types), (speex_dec_sink_query),
11131         (speex_get_src_query_types), (speex_dec_src_query),
11132         (speex_dec_src_event), (speex_dec_sink_event),
11133         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
11134         (speex_dec_chain_parse_data), (speex_dec_chain),
11135         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
11136         (speex_dec_change_state):
11137         * ext/speex/gstspeexdec.h:
11138           Fix seeking and duration queries (#337033); clean up and
11139           refactor a bit.
11140
11141 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11142
11143         * ext/raw1394/gstdv1394src.c:
11144           distinguish between device not found and could not open for
11145           reading
11146
11147 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11148
11149         * Makefile.am:
11150         * configure.ac:
11151         * pkgconfig/.cvsignore:
11152         * pkgconfig/Makefile.am:
11153         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
11154           add a .pc file so other modules can use good plugins in tests
11155
11156 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11157
11158         * configure.ac:
11159           clean up, use AS_VERSION and AS_NANO
11160         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
11161           use PACKAGE_VERSION define
11162         * po/af.po:
11163         * po/az.po:
11164         * po/cs.po:
11165         * po/en_GB.po:
11166         * po/hu.po:
11167         * po/it.po:
11168         * po/nb.po:
11169         * po/nl.po:
11170         * po/or.po:
11171         * po/sq.po:
11172         * po/sr.po:
11173         * po/sv.po:
11174         * po/uk.po:
11175         * po/vi.po:
11176           updated
11177
11178 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
11179
11180         * ext\jpeg\smokecodec.c:
11181           use of GST_DEBUG instead of DEBUG(a...) for WIN32
11182         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
11183           move first instruction after all variables declarations
11184         * gst\alpha\gstalpha.c:
11185         * gst\effectv\gstshagadelic.c:
11186         * gst\smpte\paint.c:
11187         * gst\videofilter\gstvideobalance.c:
11188           define M_PI if it's not defined (it's not defined on WIN32)
11189         * gst\cutter\gstcutter.c: (gst_cutter_chain):
11190         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
11191         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
11192         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
11193         (gst_matroska_demux_video_caps):
11194         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
11195         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
11196           use gst_guint64_to_gdouble for conversions
11197         * gst\goom\filters.c: (setPixelRGB_):
11198           fix a debug which was using undefined variable
11199         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
11200         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
11201           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
11202         * win32/vs6:
11203           add vs6 projects files for most of plugins-good
11204         
11205 2006-03-30  j^  <j@bootlab.org>
11206
11207         * ext/aalib/gstaasink.c:
11208         * ext/annodex/gstcmmldec.c:
11209         * ext/annodex/gstcmmlenc.c:
11210         * ext/cairo/gsttextoverlay.c:
11211         * ext/cairo/gsttimeoverlay.c:
11212         * ext/cdio/gstcdiocddasrc.c:
11213         * ext/dv/gstdvdec.c:
11214         * ext/esd/esdmon.c:
11215         * ext/esd/esdsink.c:
11216         * ext/flac/gstflacdec.c:
11217         * ext/flac/gstflacenc.c:
11218         * ext/flac/gstflactag.c:
11219         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11220         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11221         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11222         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11223         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11224         * ext/gdk_pixbuf/pixbufscale.c:
11225         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11226         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11227         * ext/jpeg/gstjpegdec.c:
11228         * ext/jpeg/gstjpegenc.c:
11229         * ext/jpeg/gstsmokedec.c:
11230         * ext/jpeg/gstsmokeenc.c:
11231         * ext/libcaca/gstcacasink.c:
11232         * ext/libmng/gstmngdec.c:
11233         * ext/libmng/gstmngenc.c:
11234         * ext/libpng/gstpngdec.c:
11235         * ext/libpng/gstpngenc.c:
11236         * ext/mikmod/gstmikmod.c:
11237         * ext/raw1394/gstdv1394src.c:
11238         * ext/shout2/gstshout2.c:
11239         * ext/speex/gstspeexdec.c:
11240         * ext/speex/gstspeexenc.c:
11241         * gst/alpha/gstalpha.c:
11242         * gst/alpha/gstalphacolor.c:
11243         * gst/auparse/gstauparse.c:
11244         * gst/autodetect/gstautoaudiosink.c:
11245         (gst_auto_audio_sink_base_init):
11246         * gst/autodetect/gstautovideosink.c:
11247         (gst_auto_video_sink_base_init):
11248         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11249         * gst/cutter/gstcutter.c:
11250         * gst/debug/breakmydata.c:
11251         * gst/debug/efence.c:
11252         * gst/debug/gstnavigationtest.c:
11253         * gst/debug/negotiation.c:
11254         * gst/debug/progressreport.c:
11255         * gst/debug/testplugin.c:
11256         * gst/effectv/gstaging.c:
11257         * gst/effectv/gstdice.c:
11258         * gst/effectv/gstedge.c:
11259         * gst/effectv/gstquark.c:
11260         * gst/effectv/gstrev.c:
11261         * gst/effectv/gstvertigo.c:
11262         * gst/effectv/gstwarp.c:
11263         * gst/flx/gstflxdec.c:
11264         * gst/goom/gstgoom.c:
11265         * gst/interleave/deinterleave.c:
11266         * gst/interleave/interleave.c:
11267         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11268         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11269         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11270         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11271         * gst/level/gstlevel.c:
11272         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11273         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11274         * gst/median/gstmedian.c:
11275         * gst/monoscope/gstmonoscope.c:
11276         * gst/multipart/multipartdemux.c:
11277         * gst/multipart/multipartmux.c:
11278         * gst/oldcore/gstmd5sink.c:
11279         * gst/oldcore/gstmultifilesrc.c:
11280         * gst/oldcore/gstpipefilter.c:
11281         * gst/oldcore/gstshaper.c:
11282         * gst/oldcore/gststatistics.c:
11283         * gst/rtp/gstasteriskh263.c:
11284         * gst/rtp/gstrtpL16depay.c:
11285         * gst/rtp/gstrtpL16pay.c:
11286         * gst/rtp/gstrtpamrdepay.c:
11287         * gst/rtp/gstrtpamrpay.c:
11288         * gst/rtp/gstrtpdepay.c:
11289         * gst/rtp/gstrtpgsmpay.c:
11290         * gst/rtp/gstrtph263pay.c:
11291         * gst/rtp/gstrtph263pdepay.c:
11292         * gst/rtp/gstrtph263ppay.c:
11293         * gst/rtp/gstrtpmp4gpay.c:
11294         * gst/rtp/gstrtpmp4vdepay.c:
11295         * gst/rtp/gstrtpmp4vpay.c:
11296         * gst/rtp/gstrtpmpadepay.c:
11297         * gst/rtp/gstrtpmpapay.c:
11298         * gst/rtp/gstrtppcmadepay.c:
11299         * gst/rtp/gstrtppcmapay.c:
11300         * gst/rtp/gstrtppcmudepay.c:
11301         * gst/rtp/gstrtppcmupay.c:
11302         * gst/rtp/gstrtpspeexdepay.c:
11303         * gst/rtp/gstrtpspeexpay.c:
11304         * gst/rtsp/gstrtpdec.c:
11305         * gst/smpte/gstsmpte.c:
11306         * gst/videobox/gstvideobox.c:
11307         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11308         * gst/videofilter/gstvideobalance.c:
11309         * gst/videofilter/gstvideoflip.c:
11310         * gst/videofilter/gstvideotemplate.c:
11311         (gst_videotemplate_base_init):
11312         * gst/videomixer/videomixer.c:
11313         * gst/wavenc/gstwavenc.c:
11314         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
11315          better/unified long descriptions
11316          Fixed #336602
11317          Some cleanups to auparse, don't send multiple newsegments.
11318
11319 2006-03-29  Wim Taymans  <wim@fluendo.com>
11320
11321         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
11322
11323         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
11324         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
11325         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
11326         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
11327         * ext/dv/gstdvdemux.h:
11328         Seek in READY patch. Only works for pull based mode.
11329         Fixes #323880
11330
11331 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
11332
11333         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
11334         (gst_gdk_pixbuf_event):
11335           Fix two crashers: don't unref the same caps twice, and
11336           set pixbuf loader to NULL after freeing it.
11337
11338 2006-03-27  Wim Taymans  <wim@fluendo.com>
11339
11340         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
11341         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
11342         (gst_speexenc_chain):
11343         * ext/speex/gstspeexenc.h:
11344         Don't leak adapter.
11345         A push *always* takes ownership of the buffer, even on
11346         errors.
11347         Small cleanups.
11348
11349 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
11350
11351         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
11352           Create source pad without leaking.
11353
11354 2006-03-24  Wim Taymans  <wim@fluendo.com>
11355
11356         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11357         * ext/flac/gstflacdec.h:
11358         * ext/flac/gstflacenc.h:
11359         Spifify a bit.
11360         Fix deadly lock order error in seeking code, STREAM_LOCK
11361         cannot be taken within LOCK and the streaming variables are
11362         protected with the STREAM_LOCK anyway.
11363
11364 2006-03-24  Wim Taymans  <wim@fluendo.com>
11365
11366         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
11367         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
11368         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
11369         this patch combines the global init_frames with the stream
11370         init_frames. Rationale being that the global delay should 
11371         be subtracted from any stream delay.
11372         Fixes #335858.
11373
11374 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
11375
11376         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
11377         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
11378         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11379         * gst/videomixer/videomixer.c: (gst_videomixer_init):
11380         use DEBUG_FUNCPTR for collectpads
11381
11382 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
11383
11384         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
11385           Don't crash when encoding images where the number of rows isn't
11386           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
11387
11388 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11389
11390         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
11391         * gst/interleave/deinterleave.c: (deinterleave_change_state):
11392         * gst/interleave/interleave.c: (interleave_change_state):
11393         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
11394           More state change function fixes.
11395
11396 2006-03-23  Wim Taymans  <wim@fluendo.com>
11397
11398         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11399         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
11400         (gst_esdsink_prepare), (gst_esdsink_unprepare),
11401         (gst_esdsink_delay), (gst_esdsink_reset):
11402         * ext/esd/esdsink.h:
11403         Fix esd choppy playback by configuring audiosink
11404         correctly. Fixes #325191
11405
11406 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11407
11408         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
11409           Make state change function thread-safe.
11410
11411 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11412
11413         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
11414         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
11415           Don't try to read beyond the end of the file just because
11416           the header claims a bigger size (like with truncated files).
11417
11418 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11419
11420         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11421         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
11422         (gst_wavparse_stream_data), (gst_wavparse_loop):
11423         * gst/wavparse/gstwavparse.h:
11424           Delay source pad creation until we have the first chunk of
11425           media data, so the we can examine the data and adjust the
11426           caps accordingly if required. This makes playback of .wav
11427           files with DTS-declared-as-PCM content work (#313266).
11428
11429 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
11430
11431         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11432         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11433         Don't attempt typefinding on too-short buffers that have been
11434         completely trimmed away. (Fixes #330239)
11435
11436         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
11437         Improve the debug output
11438
11439 2006-03-21  Wim Taymans  <wim@fluendo.com>
11440
11441         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
11442         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
11443         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
11444         (gst_esdsink_set_property), (gst_esdsink_get_property):
11445         Some cleanups.
11446         Reset fd to -1 when we close them.
11447
11448 2006-03-21  Wim Taymans  <wim@fluendo.com>
11449
11450         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
11451         the OPTIONS request result is optional so don't
11452         fail on it.
11453
11454 2006-03-21  Edward Hervey  <edward@fluendo.com>
11455
11456         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
11457         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
11458         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
11459         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11460         (gst_wavparse_change_state):
11461         gcc 4.1 unreferenced pointer fixes.
11462
11463 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
11464
11465         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11466
11467         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
11468           Fix block alignment calculation. Alignment should be done before
11469           adding the byte offset where the data starts (#335231).
11470
11471 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11472
11473         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
11474           Ensure that we set correct caps on buffers that are transferred
11475           direct from the input.
11476
11477 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11478
11479         * gst/goom/filters.c: (zoomFilterDestroy):
11480         * gst/goom/goom_core.c: (goom_close):
11481           Free filter data when cleaning up. (Fixes: #334995)
11482
11483 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
11484
11485         * configure.ac:
11486           Don't compile udp and rtsp plugins on win32 (mingw) or other
11487           systems that don't have <sys/socket.h> for some reason (#316203).
11488
11489 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11490
11491         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
11492         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
11493         * ext/raw1394/gstdv1394src.h:
11494           Change bus reset handler so it reports useful information such as
11495           whether the device being used connected or disconnected
11496
11497 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11498
11499         * gst/id3demux/id3v2frames.c:
11500         (parse_relative_volume_adjustment_two):
11501           We only care about gain and peak data for the master volume.
11502
11503 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11504
11505         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11506         (parse_id_string), (parse_unique_file_identifier),
11507         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
11508           Read replay gain tags (#323721).
11509
11510 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
11511
11512         * configure.ac:
11513           Bump requirements to gst-plugins-base CVS because
11514           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
11515
11516 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
11517
11518         * rtp/gst/gstrtppcmadepay.c:
11519         Fixed one of the caps in the code from mulaw to alaw.
11520
11521 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
11522
11523         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11524           Ensure that we set caps on the buffers we pass.
11525
11526         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
11527         (gst_id3demux_sink_activate):
11528           Ensure that we set caps on the buffers we pass.
11529
11530           Use STREAM, TYPE_NOT_FOUND as the error class when
11531           typefinding fails.
11532
11533 2006-03-15  Edward Hervey  <edward@fluendo.com>
11534
11535         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
11536         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
11537         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
11538         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
11539         (gst_jpeg_dec_setcaps):
11540         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
11541         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
11542         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
11543         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
11544         (gst_mngdec_src_getcaps):
11545         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11546         (gst_pngdec_caps_create_and_set):
11547         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
11548         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
11549         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
11550         * gst/alpha/gstalpha.c: (gst_alpha_init):
11551         * gst/auparse/gstauparse.c: (gst_au_parse_init):
11552         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
11553         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
11554         * gst/cutter/gstcutter.c: (gst_cutter_init):
11555         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
11556         (gst_efence_checkgetrange):
11557         * gst/debug/negotiation.c: (gst_negotiation_init):
11558         * gst/flx/gstflxdec.c: (gst_flxdec_init):
11559         * gst/goom/gstgoom.c: (gst_goom_init):
11560         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
11561         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
11562         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
11563         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
11564         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
11565         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
11566         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
11567         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11568         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
11569         (gst_wavparse_create_sourcepad):
11570         Fix memleak with gst_static_pad_template_get().
11571         This uses gst_pad_new_from_static_template() instead.
11572         Fixes #333512
11573
11574 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11575
11576         * configure.ac:
11577           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
11578           used by id3demux.
11579
11580         * gst/id3demux/gstid3demux.c: (plugin_init):
11581         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11582         (parse_user_text_identification_frame),
11583         (parse_unique_file_identifier):
11584           Add support for UFID and TXXX frames and extract musicbrainz tags.
11585
11586 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11587
11588         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
11589           Catch short reads, like they might happen with truncated
11590           files (see #305279); remove unnecessary indentation.
11591
11592 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11593
11594         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
11595           Fix DIB image inversion for pictures with a
11596           depth != 8 (#305279).
11597
11598 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11599
11600         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
11601         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
11602         * ext/jpeg/gstjpegdec.h:
11603           Fix durations on outgoing buffers after seeking
11604           in MJPEG files (#334083); some minor clean-ups.
11605
11606 2006-03-13  Wim Taymans  <wim@fluendo.com>
11607
11608         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
11609         (gst_wavparse_change_state):
11610         Implement seek in READY (re-fixes #327658)
11611
11612 2006-03-13  Wim Taymans  <wim@fluendo.com>
11613
11614         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
11615         * ext/esd/esdmon.c: (gst_esdmon_get):
11616         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
11617         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11618         (gst_gdk_pixbuf_sink_getcaps):
11619         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
11620         (gst_jpegenc_setcaps):
11621         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
11622         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
11623         (gst_smokeenc_setcaps):
11624         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
11625         (gst_mngdec_src_getcaps):
11626         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
11627         (gst_mngenc_chain):
11628         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
11629         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
11630         * ext/speex/gstspeexdec.c: (speex_dec_convert),
11631         (speex_dec_src_event), (speex_dec_chain):
11632         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
11633         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
11634         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
11635         (gst_negotiation_pad_link), (gst_negotiation_chain):
11636         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
11637         (gst_flxdec_chain):
11638         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
11639         (deinterleave_chain):
11640         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
11641         * gst/median/gstmedian.c: (gst_median_link):
11642         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
11643         (gst_monoscope_chain):
11644         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
11645         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
11646         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
11647         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
11648         close #333784 unref the result of gst_pad_get_parent()
11649         by: Christophe Fergeau.
11650
11651 2006-03-09  Wim Taymans  <wim@fluendo.com>
11652
11653         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
11654         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
11655         Handle events in push mode better, can now do non-flushing
11656         seeks in push mode as well.
11657
11658 2006-03-07  Wim Taymans  <wim@fluendo.com>
11659
11660         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11661         Applied patch from Kai Vehmanen, fixes #333624.
11662
11663 2006-03-06  Julien MOUTTE  <julien@moutte.net>
11664
11665         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
11666         Implement paletted and grayscale png files handling.
11667         (#150363).
11668
11669 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11670
11671         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
11672         (gst_speexenc_chain):
11673           fix a tag list assert
11674           follow gst-plugins-base/ext/ogg/README; set OFFSET
11675           and OFFSET_END.  Muxes correctly with gst-plugins-base
11676           > 0.9.3
11677
11678 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11679
11680         * gst/id3demux/Makefile.am:
11681         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
11682         (gst_id3demux_chain), (gst_id3demux_sink_activate):
11683           Use new typefind helper functions here as well, and
11684           do typefinding in pull-mode if upstream supports that.
11685
11686 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11687
11688         * sys/sunaudio/gstsunaudiomixerctrl.c:
11689         (gst_sunaudiomixer_ctrl_get_volume),
11690         (gst_sunaudiomixer_ctrl_set_volume):
11691         * sys/sunaudio/gstsunaudiomixertrack.c:
11692         (gst_sunaudiomixer_track_new):
11693           Remove unused variables, breaks build from CVS
11694           with -Werror (#333392, patch by: Benjamin Pineau)
11695
11696 2006-03-03  Wim Taymans  <wim@fluendo.com>
11697
11698         * docs/plugins/Makefile.am:
11699         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11700         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11701         Added wavparse docs.
11702
11703         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11704         (gst_wavparse_reset), (gst_wavparse_init),
11705         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
11706         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
11707         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11708         (gst_wavparse_stream_data), (gst_wavparse_loop),
11709         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
11710         (gst_wavparse_change_state):
11711         * gst/wavparse/gstwavparse.h:
11712         Implement seek in READY (fixes #327658)
11713         Added docs and did some cleanups.
11714
11715 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
11716
11717         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11718         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
11719         (gst_avi_demux_calculate_durations_from_index),
11720         (gst_avi_demux_stream_header):
11721         * gst/avi/gstavidemux.h:
11722           If we have an index, use a duration based on the index instead
11723           of blindly trusting the information in the stream headers
11724           (fixes #331817).
11725
11726 2006-03-03  Wim Taymans  <wim@fluendo.com>
11727
11728         * docs/plugins/Makefile.am:
11729         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11730         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11731         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11732         Added smoke and jpeg to the docs.
11733
11734         * ext/jpeg/Makefile.am:
11735         * ext/jpeg/gstjpeg.c: (plugin_init):
11736         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
11737         * ext/jpeg/gstjpegenc.h:
11738         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
11739         (gst_smokedec_chain):
11740         * ext/jpeg/gstsmokedec.h:
11741         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
11742         * ext/jpeg/gstsmokeenc.h:
11743         * ext/jpeg/smokecodec.h:
11744         Port smokedec (fixes #331905).
11745         Added some docs.
11746         Some cleanups.
11747
11748 2006-03-03  Wim Taymans  <wim@fluendo.com>
11749
11750         * docs/plugins/Makefile.am:
11751         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11752         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11753         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11754         Added videobalance and videoflip to the docs.
11755
11756         * gst/videofilter/Makefile.am:
11757         * gst/videofilter/gstvideobalance.c:
11758         (gst_video_balance_update_tables_planar411),
11759         (gst_video_balance_is_passthrough),
11760         (gst_video_balance_update_properties), (oil_tablelookup_u8),
11761         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
11762         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
11763         (gst_video_balance_finalize), (gst_video_balance_class_init),
11764         (gst_video_balance_init), (gst_video_balance_interface_supported),
11765         (gst_video_balance_interface_init),
11766         (gst_video_balance_colorbalance_list_channels),
11767         (gst_video_balance_colorbalance_set_value),
11768         (gst_video_balance_colorbalance_get_value),
11769         (gst_video_balance_colorbalance_init),
11770         (gst_video_balance_set_property), (gst_video_balance_get_property),
11771         (gst_video_balance_get_type), (plugin_init):
11772         * gst/videofilter/gstvideobalance.h:
11773         Ported to 0.10. (Fixes #326160)
11774         Added docs.
11775
11776         * gst/videofilter/gstvideoflip.c:
11777         * gst/videofilter/gstvideoflip.h:
11778         Added docs.
11779
11780 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
11781
11782         * configure.ac:
11783           Bump requirements to current core and -base CVS
11784           (core for new typefind helper API, and -base for the
11785           WAVFORMATEX support that was added to libgstriff and
11786           is needed by wavparse).
11787         
11788         * gst/apetag/Makefile.am:
11789         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
11790         (gst_tag_demux_sink_activate):
11791           Use new typefind helpers for typefinding instead of our
11792           home-grown stuff; also, do typefinding in pull-mode if
11793           upstream supports that.
11794
11795 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
11796
11797         Reviewed by: Christian Schaller <christian@fluendo.com>
11798
11799         This patch fixes bug: 329107
11800
11801         This Changelog entry is for a commit done on February 17
11802
11803         * ext/gconf/gconf.c
11804         * ext/gconf/gconf.h
11805         * ext/gconf/gstgconfaudiosink.c
11806         * ext/gconf/gstgconfaudiosink.h
11807         * gconf/gstreamer.schemas.in
11808
11809 2006-02-28  Wim Taymans  <wim@fluendo.com>
11810
11811         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11812         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
11813         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
11814         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
11815         Use DEBUG_OBJECT more.
11816
11817 2006-02-28  Wim Taymans  <wim@fluendo.com>
11818
11819         * docs/plugins/Makefile.am:
11820         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11821         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11822         Added dvdec and dvdemux to docs.
11823
11824         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
11825         Added docs.
11826         Check frame sizes so we don't crash when don't have enough
11827         data.
11828         Send nice error messages on error.
11829
11830         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
11831         (gst_dvdemux_class_init), (gst_dvdemux_init),
11832         (gst_dvdemux_finalize), (gst_dvdemux_reset),
11833         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
11834         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
11835         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
11836         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
11837         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
11838         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
11839         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
11840         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
11841         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
11842         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
11843         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
11844         * ext/dv/gstdvdemux.h:
11845         Added docs.
11846         Implement pull mode.
11847         Fix memleaks.
11848         Reduce memcpy for the video demuxing.
11849
11850 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
11851
11852         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
11853         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
11854         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
11855         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
11856           Add a little extra debug. Make the decoder not return NOT_LINKED,
11857           as we want to continue decoding all CMML and emitting tags.
11858
11859 2006-02-27  Michael Smith  <msmith@fluendo.com>
11860
11861         * ext/annodex/gstskeltag.c:
11862         * ext/annodex/gstskeltag.h:
11863           Deleted; these files aren't used any more either.
11864
11865 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11866
11867         * ext/Makefile.am: Fix dist-check.
11868
11869 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11870
11871         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
11872         memleak.
11873
11874 2006-02-25  Alessandro Decina <alessandro@nnva.org>
11875
11876         * ext/annodex/Makefile.am:
11877         * ext/annodex/gstannodex.c:
11878         * ext/annodex/gstcmmldec.c:
11879         * ext/annodex/gstcmmlenc.c:
11880         * ext/annodex/gstcmmlparser.c:
11881         * ext/annodex/gstcmmlparser.h:
11882         * ext/annodex/gstcmmlutils.c:
11883         * tests/check/elements/cmmldec.c:
11884         * tests/check/elements/cmmlenc.c:
11885           Fix a memleak in gst_cmml_track_list_add_clip.
11886           Handle overflows in clip's start and end times.
11887           Add the "encoded" parameter to cmmldec and cmmlenc caps.
11888           Do not parse junk at the end of a CMML preamble buffer.
11889           Register a libxml error handler to not print stuff on stderr.
11890           Check for bad clip start and end times in the testsuites.
11891
11892 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11893
11894         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
11895         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
11896         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
11897         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
11898         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
11899         possible memleaks.
11900
11901 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11902
11903         * tests/check/Makefile.am:
11904         * tests/check/elements/cmmldec.c:
11905         * tests/check/elements/cmmlenc.c: Fix tests so that they use
11906         the plugins-base tags.
11907
11908 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11909
11910         * ext/Makefile.am: Re-enable module.
11911
11912 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11913
11914         * tests/check/Makefile.am: Forgot to remove that test.
11915
11916 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11917
11918         * ext/annodex/Makefile.am:
11919         * ext/annodex/gstannodex.c: (plugin_init):
11920         * ext/annodex/gstcmmldec.c:
11921         * ext/annodex/gstskeldec.c:
11922         * ext/annodex/gstskeldec.h:
11923         * tests/check/Makefile.am:
11924         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
11925
11926 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11927
11928         * tests/check/Makefile.am: Disable those checks as well.
11929
11930 2006-02-24  Julien MOUTTE  <julien@moutte.net>
11931
11932         * ext/Makefile.am: Disable annodex for now until we figure out
11933         how to make it build.
11934         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
11935         Add a rule to your checklist : "please try to at least build 
11936         what you are going to commit into -good, or if you are too lazy
11937         to do that, please check that the buildbots are not crying because
11938         of your commit."
11939
11940 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
11941
11942         * configure.ac:
11943         * ext/Makefile.am:
11944         * ext/gdk_pixbuf/Makefile.am:
11945         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11946         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11947         * ext/gdk_pixbuf/pixbufscale.c:
11948         * ext/gdk_pixbuf/pixbufscale.h:
11949           Gdkpixbuf ported from 0.8 to 0.10 by
11950           Renato Filho <renato.filho@indt.org.br>.
11951           gst_loader and gdkpixbufanimation still need port.
11952
11953 2006-02-24  Michael Smith  <msmith@fluendo.com>
11954
11955         * configure.ac:
11956         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11957         * ext/Makefile.am:
11958         * ext/annodex/Makefile.am:
11959         * ext/annodex/gstannodex.c:
11960         * ext/annodex/gstannodex.h:
11961         * ext/annodex/gstcmmldec.c:
11962         * ext/annodex/gstcmmldec.h:
11963         * ext/annodex/gstcmmlenc.c:
11964         * ext/annodex/gstcmmlenc.h:
11965         * ext/annodex/gstcmmlparser.c:
11966         * ext/annodex/gstcmmlparser.h:
11967         * ext/annodex/gstcmmltag.c:
11968         * ext/annodex/gstcmmltag.h:
11969         * ext/annodex/gstcmmlutils.c:
11970         * ext/annodex/gstcmmlutils.h:
11971         * ext/annodex/gstskeldec.c:
11972         * ext/annodex/gstskeldec.h:
11973         * ext/annodex/gstskeltag.c:
11974         * ext/annodex/gstskeltag.h:
11975         * tests/check/Makefile.am:
11976         * tests/check/elements/cmmldec.c:
11977         * tests/check/elements/cmmlenc.c:
11978         * tests/check/elements/skeldec.c:
11979           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
11980           Includes tests & docs, oh my! Passes Thomas's -good checklist
11981           entirely. Wow.
11982
11983 2006-02-24  Michael Smith  <msmith@fluendo.com>
11984
11985         * autogen.sh:
11986           Check for automake 1.9 as well.
11987
11988 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
11989
11990         * ext/flac/gstflacenc.c:
11991           Change min. sample rate to 8kHz to match flacdec's.
11992           
11993 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
11994
11995         * ext/cdio/Makefile.am:
11996           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
11997           required for Cygwin, see #317048)
11998
11999         * gst/rtp/gstasteriskh263.c:
12000           Cygwin has includes for both the unix network socket API
12001           and the windows API, but only one can be included, so fix
12002           includes to only use one or the other, prefering the unxi
12003           one (#317048).
12004
12005 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12006
12007         * rtp/gst/gstrtppcmadepay.c:
12008         * rtp/gst/gstrtppcmadepay.h:
12009         * rtp/gst/gstgstrtppcmapay.c:
12010         * rtp/gst/gstgstrtppcmapay.h:
12011         * rtp/gst/gstrtppcmudepay.c:
12012         * rtp/gst/gstrtppcmudepay.h:
12013         * rtp/gst/gstrtppcmupay.c:
12014         * rtp/gst/gstrtppcmupay.h:
12015         * rtp/gst/Makefile.am:
12016         * rtp/gst/gstrtp.c:
12017         * rtp/gst/README:
12018         Separated the G711 payloaders/depayloaders into separate elements for
12019         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
12020
12021 2006-02-22  Wim Taymans  <wim@fluendo.com>
12022
12023         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
12024         (gst_dvdec_change_state):
12025         * ext/dv/gstdvdec.h:
12026         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
12027         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12028         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12029         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
12030         (gst_dvdemux_flush), (gst_dvdemux_chain),
12031         (gst_dvdemux_change_state):
12032         * ext/dv/gstdvdemux.h:
12033         Ueber spiffify some more, added debug category.
12034         Use _scale.
12035         Use segments, respect playback rate from newsegment.
12036         Fix refcount issue.
12037
12038 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
12039
12040         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
12041         (gst_signal_processor_process):
12042         Fix compilation of LADPSA. It doesn't seem to work, and isn't
12043         enabled for the build, but it helps me win the feature-count
12044         competitions ooh yeah.
12045
12046 2006-02-19  Wim Taymans  <wim@fluendo.com>
12047
12048         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
12049         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
12050         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
12051         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
12052         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12053         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
12054         Use scaling code for added precission and more correct stop
12055         position in case scale==0.
12056
12057 2006-02-19  Wim Taymans  <wim@fluendo.com>
12058
12059         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12060         (gst_flxdec_chain):
12061         * gst/flx/gstflxdec.h:
12062         Implement DURATION query.
12063
12064 2006-02-19  Wim Taymans  <wim@fluendo.com>
12065
12066         * gst/flx/flx_color.h:
12067         * gst/flx/flx_fmt.h:
12068         * gst/flx/gstflxdec.c: (gst_flxdec_init),
12069         (gst_flxdec_src_query_handler), (flx_decode_color),
12070         (gst_flxdec_chain):
12071         * gst/flx/gstflxdec.h:
12072         Set MALLOCDATA for the temp buffers so we don't leak.
12073         Some debug cleanups.
12074         Consume all data in the adapter before leaving the chain
12075         function. Fixes #330678.
12076
12077 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
12078
12079         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12080         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
12081          Handle 0 data size in otherwise valid frames.
12082          Handle numeric strings in 2.4.0 even when not in parentheses 
12083
12084 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
12085
12086         * gst/matroska/matroska-demux.c:
12087         (gst_matroska_demux_subtitle_caps),
12088         (gst_matroska_demux_plugin_init):
12089         * gst/matroska/matroska-ids.h:
12090           Recognise SSA/ASS and USF subtitle formats and
12091           set proper caps when they are found.
12092
12093 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12094
12095         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
12096         (gst_jpeg_dec_chain):
12097           Fix invalid memory access for some odd-sized images
12098           (see image contained in quicktime stream in #327083);
12099           use g_malloc() instead of g_alloca().
12100
12101 2006-02-17  Wim Taymans  <wim@fluendo.com>
12102
12103         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12104         Patch from Sebastien Cote, fixes #319884
12105
12106 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12107
12108         * ext/cdio/gstcdio.c: (plugin_init):
12109           Init debug category (#331253).
12110
12111 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12112
12113         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12114           Pass extra_data to gst_riff_create_audio_caps(), so that
12115           WAVEFORMATEX stuff works. Post audio codec name and post
12116           it as taglist on the bus. Allow up to 8 channesl for raw
12117           PCM in the source pad template caps.
12118
12119 2006-02-16  Wim Taymans  <wim@fluendo.com>
12120
12121         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12122         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
12123         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
12124         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
12125         (gst_multipart_set_property), (gst_multipart_get_property):
12126         Applied #318663. Gives quite a few false positives in
12127         autoscan mode, but it's better than nothing. Not closing yet.
12128
12129 2006-02-16  Wim Taymans  <wim@fluendo.com>
12130
12131         * docs/plugins/Makefile.am:
12132         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12133         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12134         * docs/plugins/gst-plugins-good-plugins.args:
12135         * docs/plugins/inspect/plugin-udp.xml:
12136         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12137         (gst_udpsrc_start):
12138         Update documentation.
12139         Fix args.
12140
12141 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
12142
12143         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12144         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
12145         frame size. (Fixes #331368)
12146
12147 2006-02-16  Wim Taymans  <wim@fluendo.com>
12148
12149         * gst/rtsp/README:
12150         Updated README.
12151
12152         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
12153         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
12154         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
12155         * gst/rtsp/gstrtspsrc.h:
12156         Make sure the RTP port is an even port an try to allocate 
12157         another if not.
12158         Added retry property to control max retries for port allocation.
12159         Make sure RTCP port is RTP port+1.
12160         Cleanup when port allocation fails.
12161         Fixes #319183.
12162         
12163 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12164
12165         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
12166           Don't ignore return value of the parent class's state
12167           change function (#331385, patch by: Wouter Paesen).
12168
12169 2006-02-15  Wim Taymans  <wim@fluendo.com>
12170
12171         * configure.ac:
12172         * docs/plugins/Makefile.am:
12173         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12174         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12175         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12176         * ext/Makefile.am:
12177         * ext/hal/Makefile.am:
12178         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
12179         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
12180         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
12181         (do_toggle_element), (gst_hal_audio_sink_set_property),
12182         (gst_hal_audio_sink_get_property),
12183         (gst_hal_audio_sink_change_state):
12184         * ext/hal/gsthalaudiosink.h:
12185         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
12186         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
12187         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
12188         (do_toggle_element), (gst_hal_audio_src_set_property),
12189         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
12190         * ext/hal/gsthalaudiosrc.h:
12191         * ext/hal/gsthalelements.c: (plugin_init):
12192         * ext/hal/gsthalelements.h:
12193         * ext/hal/hal.c: (gst_hal_get_string),
12194         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
12195         (gst_hal_get_audio_src):
12196         * ext/hal/hal.h:
12197         Add HAL sound device wrapper plugins. Closes #329106
12198
12199 2006-02-15  Wim Taymans  <wim@fluendo.com>
12200
12201         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
12202         Add comment in a fultile attempt to stop the copy-and-paste 
12203         paradigm leading to duplication of bad code.
12204
12205         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
12206         Mime parameters have to be checked case insensitive
12207
12208 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
12209
12210         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
12211           Advance stream time for lagging subtitle streams by sending
12212           newsegment events with the update flag set.
12213
12214 2006-02-14  Edward Hervey  <edward@fluendo.com>
12215
12216         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
12217         There can be bogus data before the hdrl LIST tag in the RIFF header.
12218         It's hard to say if it's not respecting the AVI specifications or not,
12219         but since Google Video is producing AVIs like that and the other player
12220         don't seem to complain, I guess we should do the same.
12221
12222 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
12223
12224         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
12225         (parse_split_strings):
12226         Add more validation to ensure that a char encoding conversion
12227         produced a valid UTF-8 string.
12228
12229 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
12230
12231         Reviewed by: Edward Hervey  <edward@fluendo.com>
12232
12233         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12234         Properly handle end of segment. Closes #330885.
12235
12236 2006-02-13  Wim Taymans  <wim@fluendo.com>
12237
12238         * gst/rtp/gstrtpmp4gpay.h:
12239         For got to commit this one.
12240
12241 2006-02-12  Wim Taymans  <wim@fluendo.com>
12242
12243         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
12244         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
12245         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
12246         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
12247         * gst/rtp/gstrtpmp4gpay.h:
12248         Make more things work.
12249         Handle ACC config strings.
12250
12251 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12252
12253         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
12254           set timestamps if no incoming timestamps set
12255
12256 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
12257
12258         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
12259         (gst_tag_demux_do_typefind):
12260           ... and fix the very same leaks in GstTagDemux.
12261
12262 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
12263
12264         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
12265         (gst_id3demux_do_typefind):
12266         Fix a couple of mem leaks. (Patch by Jonathan Matthew
12267         <jonathan at kaolin dot wh9 dot net>)
12268
12269 2006-02-10  Wim Taymans  <wim@fluendo.com>
12270
12271         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
12272         First set options, then set caps or else the baseclass
12273         will not know about the options, duh.
12274
12275 2006-02-10  Wim Taymans  <wim@fluendo.com>
12276
12277         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
12278         (gst_rtp_mp4v_pay_setcaps):
12279         Don't waste time looking for a config string if we have codec_info
12280         on the incomming caps.
12281
12282 2006-02-10  Wim Taymans  <wim@fluendo.com>
12283
12284         * gst/rtp/README:
12285         Say something about case-sensitivity of caps vs mime-attributes.
12286
12287         * gst/rtp/Makefile.am:
12288         * gst/rtp/gstrtp.c: (plugin_init):
12289         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12290         (gst_rtp_amr_pay_handle_buffer):
12291         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
12292         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
12293         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
12294         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
12295         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
12296         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
12297         (gst_rtp_mp4g_pay_plugin_init):
12298         * gst/rtp/gstrtpmp4gpay.h:
12299         Added beginnings of mpeg4-generic payloader (RFC 3640)
12300
12301 2006-02-09  Wim Taymans  <wim@fluendo.com>
12302
12303         * gst/rtsp/Makefile.am:
12304         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
12305         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
12306         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
12307         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
12308         (gst_rtpdec_change_state):
12309         * gst/rtsp/gstrtpdec.h:
12310         * gst/rtsp/gstrtsp.c: (plugin_init):
12311         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12312         * gst/rtsp/rtspconnection.c: (read_body),
12313         (rtsp_connection_receive):
12314         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
12315         Resurected rtpdec to make rtspsrc happy again.
12316         Skip attributes from the session id.
12317         Don't crash when dumping a message with an empty body.
12318
12319
12320 2006-02-09  Wim Taymans  <wim@fluendo.com>
12321
12322         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12323         Added more meaningfull warnings when something goes wrong.
12324         Clear F bit on outgoing AMR packets.
12325
12326         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12327         (gst_rtp_amr_pay_handle_buffer):
12328         Added debugging category
12329         Support payloading of multiple AMR frames.
12330
12331         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
12332         Added some debugging.
12333
12334 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
12335
12336         * configure.ac:
12337           Back to CVS
12338
12339 === release 0.10.2 ===
12340
12341 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
12342
12343         * configure.ac:
12344           releasing 0.10.2, "Papa was a rolling stone"
12345
12346 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12347
12348         * configure.ac:
12349           Bump core and plugins-base requirement to 0.10.2.2
12350           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
12351
12352 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12353
12354         * ext/flac/gstflac.c: (plugin_init):
12355         * ext/speex/gstspeex.c: (plugin_init):
12356           Register musicbrainz tags.
12357
12358 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12359
12360         * ext/gconf/gconf.h:
12361           Remove declaration of function that no longer exists.
12362
12363 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12364
12365         * ext/shout2/gstshout2.c: (gst_shout2send_render),
12366         (gst_shout2send_setcaps), (gst_shout2send_change_state):
12367         Make shout2 work for non ogg streams
12368
12369 2006-02-06  Wim Taymans  <wim@fluendo.com>
12370
12371         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12372         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
12373         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
12374         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
12375         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
12376         * gst/udp/gstmultiudpsink.h:
12377         Updated docs.
12378         Added properties bytes-served, bytes_to_serve.
12379         Post proper error messages,
12380         Emit client added signal too.
12381
12382 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12383
12384         * docs/plugins/Makefile.am:
12385         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12386         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12387         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12388         (gst_multiudpsink_get_stats):
12389           adding docs for multiudpsink
12390
12391 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12392
12393         * gst/level/gstlevel.c: (gst_level_transform_ip):
12394           peak below decay is not necessarily an error, so don't ERROR log
12395
12396 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12397
12398         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
12399         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
12400         (gst_ebml_write_seek):
12401         * gst/matroska/ebml-write.h:
12402           Make sure we send a newsegment event in BYTES format
12403           before sending buffers (#328531).
12404
12405 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12406
12407         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
12408         (gst_dvdemux_sink_query):
12409         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
12410         * ext/speex/gstspeexdec.c: (speex_get_query_types),
12411         (speex_dec_src_query):
12412         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
12413         (gst_speexenc_sink_query):
12414         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12415         * gst/matroska/matroska-demux.c:
12416         (gst_matroska_demux_get_src_query_types),
12417         (gst_matroska_demux_handle_src_query):
12418         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
12419         (gst_wavparse_pad_query):
12420           Pass unhandled queries upstream instead of just dropping
12421           them (#326446). Update query type arrays here and there.
12422
12423 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12424
12425         * tests/check/elements/matroskamux.c: (setup_src_pad):
12426           Collectpads in core got changed and now also holds a
12427           reference to any pad that is part of it. Fix refcount
12428           checks in test case accordingly.
12429
12430 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12431
12432         * gst/apetag/gstapedemux.h:
12433           Fix include, for now GstTagDemux is in the apetag dir.
12434
12435 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12436
12437         * docs/plugins/Makefile.am:
12438         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12439         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12440         * docs/plugins/inspect/plugin-cdio.xml:
12441           Add cdio plugin to docs.
12442
12443         * ext/cdio/gstcdiocddasrc.c:
12444           Add gtk-doc blurb.
12445
12446         * ext/cdio/gstcdio.c:
12447           The plugin is called 'cdio' not 'cddio'.
12448
12449 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12450
12451         * configure.ac:
12452         * docs/plugins/Makefile.am:
12453         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12454         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12455         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12456         * docs/plugins/inspect/plugin-apetag.xml:
12457         * gst/apetag/Makefile.am:
12458         * gst/apetag/gstapedemux.c:
12459         * gst/apetag/gstapedemux.h:
12460         * gst/apetag/gsttagdemux.c:
12461         * gst/apetag/gsttagdemux.h:
12462           Add APE tag demuxer (#325649).
12463
12464 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12465
12466         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
12467         (gst_gconf_get_default_video_sink),
12468         (gst_gconf_get_default_audio_src),
12469         (gst_gconf_get_default_video_src):
12470         * ext/gconf/gconf.h:
12471         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
12472         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
12473         (do_toggle_element):
12474         * ext/gconf/gstgconfaudiosink.h:
12475         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
12476         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
12477         (do_toggle_element):
12478         * ext/gconf/gstgconfaudiosrc.h:
12479         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
12480         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
12481         (do_toggle_element):
12482         * ext/gconf/gstgconfvideosink.h:
12483         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
12484         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
12485         (do_toggle_element):
12486         * ext/gconf/gstgconfvideosrc.h:
12487           Ignore changing the GConf key to "". Ignore GConf key updates
12488           that don't actually change the string.
12489           For now, ignore the GConf key when the state is > READY, as
12490           it breaks streaming. Sometime it will be nice to bring the
12491           new sink online even mid-stream, by sending NEWSEGMENT info
12492           and possibly prerolling.
12493           (Fixes #326736)
12494
12495 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12496
12497         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
12498         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
12499         (zoomFilterSetResolution), (zoomFilterDestroy),
12500         (zoomFilterFastRGB), (pointFilter):
12501         * gst/goom/filters.h:
12502         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
12503         (goom_update), (goom_close):
12504         * gst/goom/goom_core.h:
12505         * gst/goom/goom_tools.h:
12506         * gst/goom/graphic.c:
12507         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
12508         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
12509         * gst/goom/gstgoom.h:
12510         * gst/goom/lines.c: (goom_lines):
12511         * gst/goom/lines.h:
12512           Make goom reentrant by moving all important static variables
12513           into instance structures.
12514           (Fixes #329181)
12515
12516 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
12517
12518         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
12519         (gst_avi_demux_all_source_pads_unlinked),
12520         (gst_avi_demux_process_next_entry):
12521         * gst/avi/gstavidemux.h:
12522           Third attempt, use gst_pad_is_linked() this time.
12523
12524 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
12525
12526         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12527         (parse_split_strings):
12528         Adjust for data length indicators when parsing (Fixes #329810)
12529         Fix stupid bug parsing UTF-8 tag text.
12530         Output tag strings with multiple fields as multiple tags, so the
12531         app gets all the data.
12532
12533 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12534
12535         * ext/flac/gstflacenc.c:
12536         Fixed a bug add in last commit, where no event is send. Thanks Tim to
12537         show me.
12538         
12539 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12540
12541         * ext/flac/gstflacenc.c:
12542         * gst/matroska/ebml-read.c:
12543         Just make it compile with --disable-gst-debug.
12544
12545 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
12546
12547         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
12548         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
12549         (id3v2_genre_fields_to_taglist):
12550           Never output a tag with a null contents string.
12551
12552 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12553
12554         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
12555           Only pause if all pads are unlinked AND we've tried to send data
12556           on all of them at least once.
12557
12558 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12559
12560         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
12561         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
12562           Make loop function/task pause itself when all source pads are
12563           unlinked.
12564
12565 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12566
12567         * configure.ac:
12568         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
12569           Use new functions from core to render a bin from a
12570           string. Fixes build. Up requirements to core CVS.
12571
12572 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
12573
12574         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
12575           Don't push buffers into the adapter that we are going to
12576           push downstream again without framing anyway. Also, the
12577           adaptor takes ownership of buffers put into it (fixes
12578           auparse pushing invalid buffers for .au files with
12579           ADPCM contents). Finally, set caps on all outgoing buffers.
12580
12581 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
12582
12583         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
12584         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
12585         (gst_id3demux_send_tag_event):
12586         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
12587         Someone should kick my butt. Remove ID3v1 tags from the end of the
12588         file.
12589
12590         Improve error messages. Send the TAG message as soon as we complete
12591         typefinding, instead of waiting until we send the first buffer.
12592         Downstream tag event is still sent before the first buffer.
12593
12594 2006-01-27  Jan Gerber  <j@bootlab.org>
12595
12596         Reviewed by: Andy Wingo <wingo@pobox.com>
12597
12598         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
12599         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
12600         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
12601         to not have warings flooding stderr. this is the suggested way
12602         also used in dvgrab and kino. (#328336)
12603
12604 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
12605
12606         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
12607         (gst_oss_sink_init), (gst_oss_sink_finalise):
12608           Free the device name string when finalised.
12609
12610 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
12611
12612         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
12613           Don't put function calls in g_return_if_fail() statements,
12614           or they'll be replaced with NOOPs if someone compiles with
12615           G_DISABLE_CHECKS defined.
12616           
12617 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
12618
12619         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12620         Never trust ANY information encoded in a media file, especially
12621         when it's giving you sizes. (Fixes #328452)
12622
12623 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
12624
12625         * gst/rtp/gstrtpg711pay.c:
12626         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
12627         bug #325148.
12628
12629 2006-01-23  Edward Hervey  <edward@fluendo.com>
12630
12631         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
12632         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
12633         * gst/matroska/matroska-ids.h:
12634         Added recognition of Real Audio and Video streams in matroska demuxer.
12635
12636 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
12637
12638         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
12639           Remove errant break statement, and fix compilation with
12640           older GCC.
12641
12642 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
12643
12644         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12645
12646         * sys/sunaudio/gstsunaudiomixerctrl.c:
12647         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
12648           Export functions that are needed in other parts of the code,
12649           makes the mixer actually work; adjust magic minimum buffer-time
12650           value from 3ms to 5ms to work around stuttering during mp3
12651           playback (#327765).
12652
12653 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
12654
12655         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12656
12657         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
12658         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
12659           Fix possible deadlock in matroska muxer (#327825).
12660
12661 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
12662
12663         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
12664         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
12665         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
12666         * gst/rtsp/sdpmessage.h:
12667         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
12668         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
12669           C89 fixes: declare variables at the beginning of a block and
12670           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
12671           <jensgr at gmx dot net>).
12672
12673 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
12674
12675         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12676         * gst/id3demux/id3tags.h:
12677         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12678         (parse_comment_frame), (parse_text_identification_frame),
12679         (id3v2_tag_to_taglist), (id3v2_are_digits),
12680         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
12681         (parse_split_strings), (free_tag_strings):
12682           Rewrite parsing of text tags to handle multiple NULL terminated
12683           strings. Parse numeric genre strings and ID3v2 type
12684           "(3)(6)Alternative" style genre strings.
12685           Parse dates that are only YYYY or YYYY-mm format.
12686           (Fixes #328241 and #322154)
12687
12688 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
12689
12690         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12691           Don't forget to initialize liboil, otherwise our oil functions
12692           will crash (fixes #327871; patch by: Christoph Burghardt
12693           <hawkes at web dot de>).
12694
12695 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12696
12697         * configure.ac:
12698           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
12699           like in the core and gst-plugins-base. Fixes #324367 and #326683;
12700           patch by: Brian Cameron <brian dot cameron at sun dot com>
12701
12702 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12703
12704         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
12705         * ext/cdio/gstcdio.h:
12706         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
12707           Fix build for libcdio versions >= 76; give slightly lower rank
12708           than cdparanoia.
12709
12710 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12711
12712         * configure.ac:
12713         * ext/Makefile.am:
12714         * ext/cdio/Makefile.am:
12715         * ext/cdio/gstcdio.c:
12716         * ext/cdio/gstcdio.h:
12717         * ext/cdio/gstcdiocddasrc.c:
12718         * ext/cdio/gstcdiocddasrc.h:
12719           Port libcdio cdda source, formerly known as cddasrc, now known as
12720           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
12721           but that's not tested (fixes #317658).
12722
12723 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12724
12725         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
12726           Fix conversion from TIME to BYTES format (fixes #326864;
12727           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
12728
12729 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
12730
12731         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12732           Fix compilation of id3demux when zlib is not present.
12733           (Fixes #326602; patch by: Sergey Scobich)
12734
12735 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
12736
12737         * ext/esd/Makefile.am:
12738           Add $(ESD_CFLAGS), otherwise build will fail for folks
12739           with libesd in a non-standard prefix (#327009).
12740
12741 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12742
12743         * configure.ac:
12744           back to HEAD
12745
12746 === release 0.10.1 ===
12747
12748 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
12749
12750         * configure.ac:
12751           releasing 0.10.1, "Li"
12752
12753 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12754
12755           patch by: Wim Taymans
12756
12757         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12758           fix memleak.  Fixes #326618
12759
12760 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12761
12762           patch by: Mike Smith
12763
12764         * gst/level/gstlevel.c: (gst_level_message_new),
12765         (gst_level_message_append_channel):
12766           Fix memleak.  Fixes #326612
12767
12768 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12769
12770         * configure.ac:
12771           prereleasing
12772         * po/af.po:
12773         * po/az.po:
12774         * po/cs.po:
12775         * po/en_GB.po:
12776         * po/hu.po:
12777         * po/it.po:
12778         * po/nb.po:
12779         * po/nl.po:
12780         * po/or.po:
12781         * po/sq.po:
12782         * po/sr.po:
12783         * po/sv.po:
12784         * po/uk.po:
12785         * po/vi.po:
12786           update translations
12787
12788 2006-01-10  Michael Smith  <msmith@fluendo.com>
12789
12790         * gst/level/gstlevel.c: (gst_level_class_init),
12791         (gst_level_dispose):
12792           Don't leak filter arrays.
12793
12794 2006-01-09 Brian Cameron <brian.cameron@sun.com>
12795
12796         reviewed by: Christian Schaller <uraeus@gnome.org>
12797         
12798         * configure.ac:
12799         * gst-plugins-good.spec.in:
12800         * sys/Makefile.am:
12801         * sys/sunaudio/Makefile.am:
12802         * sys/sunaudio/gstsunaudio.c: (plugin_init):
12803         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
12804         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
12805         (gst_sunaudiomixer_change_state):
12806         * sys/sunaudio/gstsunaudiomixer.h:
12807         * sys/sunaudio/gstsunaudiomixerctrl.c:
12808         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
12809         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
12810         (gst_sunaudiomixer_ctrl_list_tracks),
12811         (gst_sunaudiomixer_ctrl_get_volume),
12812         (gst_sunaudiomixer_ctrl_set_volume),
12813         (gst_sunaudiomixer_ctrl_set_mute),
12814         (gst_sunaudiomixer_ctrl_set_record):
12815         * sys/sunaudio/gstsunaudiomixerctrl.h:
12816         * sys/sunaudio/gstsunaudiomixertrack.c:
12817         (gst_sunaudiomixer_track_class_init),
12818         (gst_sunaudiomixer_track_init), (fill_labels),
12819         (gst_sunaudiomixer_track_new):
12820         * sys/sunaudio/gstsunaudiomixertrack.h:
12821         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
12822         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
12823         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
12824         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
12825         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
12826         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
12827         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
12828         * sys/sunaudio/gstsunaudiosink.h:
12829
12830         Add SunAudio plugin - tested to make sure it doesn't break
12831         the build under GNU/Linux.      
12832
12833 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
12834
12835         * gst-plugins-good/gst/udp/gstdynudpsink.c:
12836         * gst-plugins-good/gst/udp/gstudpsrc.c:
12837         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
12838         overrides the port or multicast parameters. Fixes bugs #323021.
12839         API addition: adds GstUDPSrc::sockfd property   
12840
12841 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
12842
12843         * ext/gconf/Makefile.am:
12844         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
12845         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
12846         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
12847         (do_toggle_element), (cb_toggle_element),
12848         (gst_gconf_audio_src_change_state):
12849         * ext/gconf/gstgconfaudiosrc.h:
12850         * ext/gconf/gstgconfelements.c: (plugin_init):
12851         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
12852         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
12853         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
12854         (do_toggle_element), (cb_toggle_element),
12855         (gst_gconf_video_src_change_state):
12856         * ext/gconf/gstgconfvideosrc.h:
12857           Add new gconfaudiosrc and gconfvideosrc elements
12858           (needed for gnome-sound-recorder).
12859
12860 2006-01-06  Edward Hervey  <edward@fluendo.com>
12861
12862         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
12863         Add gst_element_no_more_pads() for proper decodebin behaviour.
12864         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
12865         (parse_text_identification_frame), (parse_split_strings):
12866         Failure to decode some tags is not a GST_ERROR() but a
12867         GST_WARNING()
12868         When iterating over a chunk of text, check that we haven't gone too
12869         far.
12870
12871 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
12872
12873         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
12874         (plugin_init):
12875           call oil_init() when using liboil
12876
12877 2006-01-04  Wim Taymans  <wim@fluendo.com>
12878
12879         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12880         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12881         Fix leaks.
12882
12883 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
12884
12885         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12886
12887         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
12888         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
12889         (gst_flac_dec_change_state):
12890           Don't g_assert() where we should just return FALSE; remove
12891           unnecessary g_assert(); initialize some fields properly in
12892           state change function (fixes #325504). Also, use
12893           GST_DEBUG_OBJECT in two more places.
12894
12895 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
12896
12897         * configure.ac:
12898           also remove smoothwave's Makefile.am
12899         * docs/plugins/Makefile.am:
12900           fix plugin docs
12901
12902 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
12903
12904         * tests/examples/Makefile.am:
12905           added missing Makefile.am
12906
12907 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
12908
12909         * configure.ac:
12910         * gst/level/Makefile.am:
12911         * gst/level/level-example.c:
12912         * tests/Makefile.am:
12913         * tests/examples/level/Makefile.am:
12914         * tests/examples/level/level-example.c: (message_handler), (main):
12915           moved level-example to tests/examples/level-example
12916         * tests/old/examples/level/demo.c: (main):
12917         * tests/old/examples/level/plot.c: (main):
12918           some initial fixes
12919
12920 2005-12-29  Michael Smith  <msmith@fluendo.com>
12921
12922         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
12923         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
12924         * gst/udp/gstmultiudpsink.h:
12925           Track packets sent per client in addition to bytes sent; provide
12926           this info through get-stats signal
12927
12928 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
12929
12930         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
12931           Can't use gst_object_unref() on a GstAdapter (#325191).
12932
12933 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
12934
12935         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12936         If a broken tag has 0 bytes payload, at least still skip
12937         the 10 byte header
12938
12939 2005-12-22  Philippe Khalaf  <burger@speedy.org>
12940
12941         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
12942         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
12943         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
12944         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
12945           Making these depayloaders (H263+ and mpeg4 video) inherit from
12946           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
12947
12948 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
12949
12950         * docs/plugins/gst-plugins-good-plugins.args:
12951         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12952         Regenerate the plugin hiearchy.
12953
12954 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
12955
12956         * docs/plugins/Makefile.am:
12957         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12958         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12959         * docs/plugins/gst-plugins-good-plugins.args:
12960         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
12961         (gst_id3demux_base_init), (gst_id3demux_class_init),
12962         (gst_id3demux_chain):
12963         * gst/id3demux/gstid3demux.h:
12964           Add documentation for id3demux.
12965           Don't fail if the first buffer is not at offset 0, just
12966           attempt to typefind and do pass through
12967           Rename the gst_type function from gst_gst_id3demux..
12968
12969 2005-12-20  Michael Smith  <msmith@fluendo.com>
12970
12971         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
12972         (gst_multiudpsink_add), (gst_multiudpsink_remove),
12973         (gst_multiudpsink_get_stats):
12974         * gst/udp/gstmultiudpsink.h:
12975           Collect statistics; return them from get_stats.
12976
12977 2005-12-19  Edward Hervey  <edward@fluendo.com>
12978
12979         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
12980         Stupid signedness issue...
12981
12982 2005-12-19  Edward Hervey  <edward@fluendo.com>
12983
12984         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
12985         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
12986         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
12987         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
12988         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
12989         Construct index for indexless files.
12990         Make sure pad/buffers are correctly reset to NULL once we don't need
12991         them anymore, else we get lovely segfaults/assertions.
12992         * gst/wavparse/gstwavparse.c:
12993         Yes, you can have 96KHz audio and wma in wav :(
12994
12995 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
12996
12997         * configure.ac:
12998           Check for optional dependency on zlib for id3demux
12999
13000         * gst/id3demux/Makefile.am:
13001         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
13002         (gst_id3demux_base_init), (gst_id3demux_class_init),
13003         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
13004         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
13005         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
13006         (gst_id3demux_set_property), (gst_id3demux_get_property),
13007         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
13008         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
13009         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
13010         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
13011         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
13012         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
13013         (simple_find_peek), (simple_find_suggest),
13014         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
13015         (plugin_init):
13016         * gst/id3demux/gstid3demux.h:
13017         * gst/id3demux/id3tags.c: (read_synch_uint),
13018         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
13019         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
13020         (id3demux_id3v2_frames_to_tag_list):
13021         * gst/id3demux/id3tags.h:
13022         * gst/id3demux/id3v2.4.0-frames.txt:
13023         * gst/id3demux/id3v2.4.0-structure.txt:
13024         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13025         (parse_comment_frame), (parse_text_identification_frame),
13026         (id3v2_tag_to_taglist), (parse_split_strings):
13027           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
13028           otherwise it discards them. Works on my test files. 
13029
13030         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
13031           Don't send EOS to a non-existing srcpad
13032           The debug category can be static
13033
13034 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
13035
13036         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
13037         * ext/esd/esdsink.c: (gst_esdsink_prepare):
13038         * gst/multipart/multipartdemux.c:
13039           change some char* into char[]
13040
13041 2005-12-16  Wim Taymans  <wim@fluendo.com>
13042
13043         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
13044         (gst_wavparse_other), (gst_wavparse_perform_seek),
13045         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
13046         (gst_wavparse_loop), (gst_wavparse_pad_convert),
13047         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
13048         * gst/wavparse/gstwavparse.h:
13049         Use GstSegment to implement more seeking features.
13050
13051 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
13052
13053         * gst/rtsp/rtspconnection.c:
13054           Add <netinet/in.h> include and move <arpa/inet.h> include
13055           to make things work on OpenBSD as well (fixes #323717;
13056           patch by: Benjamin Pineau)
13057
13058 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
13059
13060         * gst/rtp/gstrtpspeexdepay.c:
13061         * gst/rtp/gstrtpspeexpay.c:
13062         Set clock rate to be fixed in 8000. It fixes bug #324012.
13063
13064 2005-12-14  Philippe Khalaf  <burger@speedy.org>
13065
13066         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
13067         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
13068         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
13069         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13070         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13071         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
13072         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
13073         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13074         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
13075         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13076         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
13077         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
13078         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
13079         * gst-plugins-good/gst/rtp/README:
13080         Fixed payload range in payloder caps. Removed payload range completely
13081         from depayloaders as they don't require payload type in their caps.
13082         In effect, there isn't any specific payload type for any given codec,
13083         only suggestions.
13084         Fixes bug #324011.
13085
13086 2005-12-13  Julien MOUTTE  <julien@moutte.net>
13087
13088         * gst/videomixer/videomixer.c: (gst_videomixer_init),
13089         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13090         (gst_videomixer_collected): Code cleanup and re-enabling 
13091         queued time validity check for correct EOS handling.
13092
13093 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
13094
13095         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13096         (gst_oss_mixer_element_get_property),
13097         (gst_oss_mixer_element_change_state):
13098         Add 'device-name' property and fix state change function.
13099
13100 2005-12-13  Edward Hervey  <edward@fluendo.com>
13101
13102         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
13103         If the speed of the file is null in the header, set the frame_time to
13104         the default setting of GST_SECOND / 70. Which is the default
13105         frame_delay for .fli files as stated in this document :
13106         http://www.compuphase.com/flic.htm
13107         Would be nice to have the time conversion done properly too (duration =
13108         flxh->frames * flxdec->frame_time)
13109
13110 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13111
13112         * docs/plugins/Makefile.am:
13113         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13114         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13115         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13116         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13117         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13118         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
13119         documentation for videomixer on my way with a funny sample
13120         pipeline.
13121
13122 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13123
13124         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13125         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13126         (gst_videomixer_update_queues), (gst_videomixer_collected):
13127         Fix caps negotiation. (#323896)
13128
13129 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
13130
13131         * gst/matroska/matroska-demux.c:
13132         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
13133           Set correct timestamps on audio laces, fixes playback of mp3 from
13134                 matroska.
13135
13136 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
13137
13138         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
13139         (gst_au_parse_class_init), (gst_au_parse_init),
13140         (gst_au_parse_dispose), (gst_au_parse_chain),
13141         (gst_au_parse_change_state), (plugin_init):
13142         * gst/auparse/gstauparse.h:
13143           Use gst_object_unref() for GstObjects instead of
13144           g_object_unref() and fix a mem leak in a debug
13145           statement; while we're at it, also borgify, use
13146           boilerplate macros and clean up a little bit.
13147
13148 2005-12-11  Edward Hervey  <edward@fluendo.com>
13149
13150         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
13151         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
13152         Added pull mode.
13153
13154 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13155
13156         * gst/goom/gstgoom.c:
13157         * gst/level/level-example.c: (main):
13158         * gst/smoothwave/demo-osssrc.c: (main):
13159           Use audiotestsrc instead of sinesrc (#323798).
13160
13161 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
13162
13163         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
13164           more debug-func-ptr usage
13165
13166 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
13167
13168         * gst/flx/flx_color.c: (flx_colorspace_convert):
13169         * gst/flx/flx_color.h:
13170         * gst/flx/flx_fmt.h:
13171         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
13172         * gst/flx/gstflxdec.h:
13173           Now flxdec works on big-endian machines as well.
13174
13175 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13176
13177         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
13178         (gst_fenced_buffer_copy):
13179           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
13180           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
13181           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
13182           and use GST_DEBUG_FUNCPTR for pad functions.
13183
13184 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13185
13186         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
13187         (gst_flac_dec_class_init), (gst_flac_dec_init),
13188         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
13189         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
13190         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
13191         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
13192         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
13193         (gst_flac_dec_change_state):
13194         * ext/flac/gstflacdec.h:
13195           Rewrite flacdec a bit, so that even seeking might work now. Most
13196           importantly, don't act upon any flow return values we get, just tell
13197           the decoder everything's dandy and act on the flow return values
13198           later on in the loop function. We don't want to mess up the internal
13199           decoder state for non-fatal things like flushing pads etc. Other
13200           than that, use GstSegment (segment seeks don't work yet though, but
13201           should be easy to add), use boilerplate macros, drop the superfluous
13202           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
13203           lots of other things.
13204
13205 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13206
13207         * configure.ac:
13208           Update comment in OSS includes check.
13209
13210         * sys/oss/gstossdmabuffer.c:
13211         * sys/oss/gstosshelper.c:
13212         * sys/oss/gstossmixer.c:
13213         * sys/oss/gstossmixertrack.c:
13214         * sys/oss/gstosssink.c:
13215         * sys/oss/gstosssrc.c:
13216         * sys/oss/oss_probe.c:
13217           Don't assume the OSS soundcard.h include is always in
13218           the sys/ directory. Instead, use the existing defines
13219           from config.h to include the right file. Fixes
13220           compilation on OpenBSD 3.8 (#323718).
13221
13222 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13223
13224         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13225         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13226         * docs/plugins/inspect/plugin-1394.xml:
13227         * docs/plugins/inspect/plugin-aasink.xml:
13228         * docs/plugins/inspect/plugin-alaw.xml:
13229         * docs/plugins/inspect/plugin-alpha.xml:
13230         * docs/plugins/inspect/plugin-alphacolor.xml:
13231         * docs/plugins/inspect/plugin-auparse.xml:
13232         * docs/plugins/inspect/plugin-autodetect.xml:
13233         * docs/plugins/inspect/plugin-avi.xml:
13234         * docs/plugins/inspect/plugin-cacasink.xml:
13235         * docs/plugins/inspect/plugin-cairo.xml:
13236         * docs/plugins/inspect/plugin-cutter.xml:
13237         * docs/plugins/inspect/plugin-debug.xml:
13238         * docs/plugins/inspect/plugin-dv.xml:
13239         * docs/plugins/inspect/plugin-efence.xml:
13240         * docs/plugins/inspect/plugin-effectv.xml:
13241         * docs/plugins/inspect/plugin-esdsink.xml:
13242         * docs/plugins/inspect/plugin-flac.xml:
13243         * docs/plugins/inspect/plugin-flxdec.xml:
13244         * docs/plugins/inspect/plugin-gconfelements.xml:
13245         * docs/plugins/inspect/plugin-goom.xml:
13246         * docs/plugins/inspect/plugin-jpeg.xml:
13247         * docs/plugins/inspect/plugin-level.xml:
13248         * docs/plugins/inspect/plugin-matroska.xml:
13249         * docs/plugins/inspect/plugin-mulaw.xml:
13250         * docs/plugins/inspect/plugin-multipart.xml:
13251         * docs/plugins/inspect/plugin-navigationtest.xml:
13252         * docs/plugins/inspect/plugin-ossaudio.xml:
13253         * docs/plugins/inspect/plugin-png.xml:
13254         * docs/plugins/inspect/plugin-rtp.xml:
13255         * docs/plugins/inspect/plugin-rtsp.xml:
13256         * docs/plugins/inspect/plugin-shout2send.xml:
13257         * docs/plugins/inspect/plugin-smpte.xml:
13258         * docs/plugins/inspect/plugin-speex.xml:
13259         * docs/plugins/inspect/plugin-udp.xml:
13260         * docs/plugins/inspect/plugin-videobox.xml:
13261         * docs/plugins/inspect/plugin-videoflip.xml:
13262         * docs/plugins/inspect/plugin-videomixer.xml:
13263         * docs/plugins/inspect/plugin-wavenc.xml:
13264         * docs/plugins/inspect/plugin-wavparse.xml:
13265         * ext/flac/gstflac.c: (plugin_init):
13266         * ext/flac/gstflacdec.c: (flacdec_get_type),
13267         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
13268         (gst_flac_dec_init), (gst_flac_dec_finalize),
13269         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
13270         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
13271         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
13272         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
13273         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
13274         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
13275         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
13276         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
13277         * ext/flac/gstflacdec.h:
13278         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
13279         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
13280         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
13281         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
13282         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
13283         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
13284         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
13285         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
13286         (gst_flac_enc_change_state):
13287         * ext/flac/gstflacenc.h:
13288           borgify and fix up documentation
13289
13290 2005-12-09  Michael Smith  <msmith@fluendo.com>
13291
13292         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
13293           Accept a wider range of flac files, more closely matching flac spec.
13294
13295 2005-12-08  Julien MOUTTE  <julien@moutte.net>
13296
13297         * docs/plugins/Makefile.am: Add multipart elements.
13298         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13299         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
13300         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13301         * gst/multipart/multipartdemux.c:
13302         * gst/multipart/multipartmux.c: Add docs.
13303
13304 2005-12-07  Edward Hervey  <edward@fluendo.com>
13305
13306         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
13307         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
13308         (gst_avi_demux_invert):
13309         Memleak and crasher fixes.
13310         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
13311         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
13312         Memleak fixes
13313
13314 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13315
13316         * ext/aalib/gstaasink.h:
13317         * ext/cairo/gsttextoverlay.h:
13318         * ext/dv/gstdvdec.h:
13319         * ext/dv/gstdvdemux.c:
13320         * ext/dv/gstdvdemux.h:
13321         * ext/esd/esdsink.h:
13322         * ext/flac/flac_compat.h:
13323         * ext/flac/gstflacdec.h:
13324         * ext/flac/gstflacenc.h:
13325         * ext/gconf/gconf.h:
13326         * ext/gconf/gstgconfaudiosink.h:
13327         * ext/gconf/gstgconfvideosink.h:
13328         * ext/gdk_pixbuf/gstgdkanimation.h:
13329         * ext/jpeg/gstjpegdec.h:
13330         * ext/jpeg/smokecodec.h:
13331         * ext/jpeg/smokeformat.h:
13332         * ext/ladspa/gstsignalprocessor.h:
13333         * ext/ladspa/search.c: (LADSPAPluginSearch):
13334         * ext/ladspa/utils.h:
13335         * ext/libmng/gstmng.c:
13336         * ext/libmng/gstmngdec.h:
13337         * ext/libmng/gstmngenc.c:
13338         * ext/libmng/gstmngenc.h:
13339         * ext/libpng/gstpng.c:
13340         * ext/libpng/gstpngenc.c:
13341         * ext/libpng/gstpngenc.h:
13342         * ext/shout2/gstshout2.h:
13343         * ext/speex/gstspeexdec.h:
13344         * ext/speex/gstspeexenc.c:
13345         * ext/speex/gstspeexenc.h:
13346         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13347         * gst/autodetect/gstautoaudiosink.h:
13348         * gst/autodetect/gstautovideosink.h:
13349         * gst/avi/gstavidemux.h:
13350         * gst/cutter/gstcutter.c: (gst_cutter_chain),
13351         (gst_cutter_set_property), (gst_cutter_get_caps):
13352         * gst/cutter/gstcutter.h:
13353         * gst/debug/tests.c: (md5_process_block):
13354         * gst/debug/tests.h:
13355         * gst/effectv/gstwarp.c:
13356         * gst/flx/flx_fmt.h:
13357         * gst/flx/gstflxdec.h:
13358         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
13359         (zoomFilterFastRGB):
13360         * gst/goom/filters.h:
13361         * gst/goom/goom_tools.h:
13362         * gst/law/alaw-encode.c:
13363         * gst/level/gstlevel.c:
13364         * gst/level/gstlevel.h:
13365         * gst/matroska/ebml-write.h:
13366         * gst/matroska/matroska-demux.h:
13367         * gst/matroska/matroska-ids.h:
13368         * gst/matroska/matroska-mux.h:
13369         * gst/monoscope/convolve.c: (convolve_match):
13370         * gst/monoscope/convolve.h:
13371         * gst/multipart/multipartmux.c:
13372         * gst/oldcore/gstaggregator.c:
13373         * gst/oldcore/gstaggregator.h:
13374         * gst/oldcore/gstmd5sink.c: (md5_process_block):
13375         * gst/oldcore/gstmd5sink.h:
13376         * gst/oldcore/gstmultifilesrc.c:
13377         * gst/oldcore/gstmultifilesrc.h:
13378         * gst/oldcore/gstpipefilter.h:
13379         * gst/oldcore/gstshaper.h:
13380         * gst/rtp/gstrtpL16depay.h:
13381         * gst/rtp/gstrtpL16pay.h:
13382         * gst/rtp/gstrtpdepay.h:
13383         * gst/rtp/gstrtpmp4vpay.c:
13384         * gst/rtp/gstrtpmp4vpay.h:
13385         * gst/rtsp/gstrtspsrc.c:
13386         * gst/rtsp/gstrtspsrc.h:
13387         * gst/rtsp/rtspconnection.h:
13388         * gst/rtsp/rtspdefs.h:
13389         * gst/rtsp/rtspmessage.h:
13390         * gst/rtsp/rtsptransport.h:
13391         * gst/rtsp/rtspurl.c:
13392         * gst/rtsp/rtspurl.h:
13393         * gst/rtsp/sdpmessage.c:
13394         * gst/rtsp/sdpmessage.h:
13395         * gst/smpte/barboxwipes.c:
13396         * gst/smpte/gstmask.h:
13397         * gst/smpte/gstsmpte.h:
13398         * gst/smpte/paint.c:
13399         * gst/smpte/paint.h:
13400         * gst/udp/gstdynudpsink.h:
13401         * gst/udp/gstmultiudpsink.h:
13402         * gst/udp/gstudpsink.c:
13403         * gst/udp/gstudpsink.h:
13404         * gst/udp/gstudpsrc.c:
13405         * gst/videomixer/videomixer.c:
13406         * gst/wavenc/riff.h:
13407         * gst/wavparse/gstwavparse.h:
13408         * sys/oss/gstossdmabuffer.h:
13409         * sys/oss/gstossmixer.h:
13410         * sys/oss/gstossmixerelement.h:
13411         * sys/oss/gstossmixertrack.h:
13412         * sys/oss/gstosssink.c:
13413         * sys/oss/gstosssink.h:
13414         * sys/oss/gstosssrc.c:
13415         * sys/oss/gstosssrc.h:
13416         * sys/osxaudio/gstosxaudioelement.h:
13417         * sys/osxaudio/gstosxaudiosink.h:
13418         * sys/osxaudio/gstosxaudiosrc.h:
13419           expand tabs
13420
13421 === release 0.10.0 ===
13422
13423 2005-12-05   <thomas (at) apestaart (dot) org>
13424
13425         * configure.ac:
13426           releasing 0.10.0, "Abondance"
13427
13428 2005-12-05  Andy Wingo  <wingo@pobox.com>
13429
13430         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13431         * ext/flac/gstflacdec.c: (gst_flacdec_write):
13432         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
13433         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
13434         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
13435         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
13436         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13437         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
13438         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
13439         * ext/speex/gstspeexdec.c: (speex_dec_chain):
13440         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
13441         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13442         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
13443         * gst/goom/gstgoom.c: (gst_goom_chain):
13444         * gst/matroska/matroska-demux.c:
13445         (gst_matroska_demux_push_vorbis_codec_priv_data),
13446         (gst_matroska_demux_add_wvpk_header):
13447         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13448         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
13449         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
13450         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
13451         alloc_buffer changes.
13452
13453 2005-12-05  Michael Smith  <msmith@fluendo.com>
13454
13455         * docs/plugins/gst-plugins-good-plugins.args:
13456           Remove args for plugins that aren't in -good.
13457
13458 === release 0.9.7 ===
13459
13460 2005-12-01   <thomas (at) apestaart (dot) org>
13461
13462         * configure.ac:
13463           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
13464
13465 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13466
13467         * docs/plugins/.cvsignore:
13468         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13469         * docs/plugins/inspect/plugin-multipart.xml:
13470         * docs/plugins/inspect/plugin-rtp.xml:
13471           add multipart plugin to docs
13472
13473 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13474
13475         * configure.ac:
13476         * ext/Makefile.am:
13477         * ext/pango/Makefile.am:
13478         * ext/pango/gstclockoverlay.c:
13479         * ext/pango/gstclockoverlay.h:
13480         * ext/pango/gsttextoverlay.c:
13481         * ext/pango/gsttextoverlay.h:
13482         * ext/pango/gsttextrender.c:
13483         * ext/pango/gsttextrender.h:
13484         * ext/pango/gsttimeoverlay.c:
13485         * ext/pango/gsttimeoverlay.h:
13486           move pango to base
13487
13488 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13489
13490         * gst/rtp/Makefile.am:
13491         * gst/rtp/gstrtpL16depay.c:
13492         * gst/rtp/gstrtpL16depay.h:
13493         * gst/rtp/gstrtpL16parse.c:
13494         * gst/rtp/gstrtpL16parse.h:
13495         * gst/rtp/gstrtpgsmdepay.c:
13496         * gst/rtp/gstrtpgsmdepay.h:
13497         * gst/rtp/gstrtpgsmparse.c:
13498         * gst/rtp/gstrtpgsmparse.h:
13499           parsers are depayers
13500
13501 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13502
13503         * gst/rtp/Makefile.am:
13504         * gst/rtp/gstasteriskh263.c:
13505         * gst/rtp/gstrtp.c:
13506         * gst/rtp/gstrtpL16enc.c:
13507         * gst/rtp/gstrtpL16enc.h:
13508         * gst/rtp/gstrtpL16parse.c:
13509         * gst/rtp/gstrtpL16parse.h:
13510         * gst/rtp/gstrtpL16pay.c:
13511         * gst/rtp/gstrtpL16pay.h:
13512         * gst/rtp/gstrtpamrdec.c:
13513         * gst/rtp/gstrtpamrdec.h:
13514         * gst/rtp/gstrtpamrdepay.c:
13515         * gst/rtp/gstrtpamrdepay.h:
13516         * gst/rtp/gstrtpamrenc.c:
13517         * gst/rtp/gstrtpamrenc.h:
13518         * gst/rtp/gstrtpamrpay.c:
13519         * gst/rtp/gstrtpamrpay.h:
13520         * gst/rtp/gstrtpdec.c:
13521         * gst/rtp/gstrtpdec.h:
13522         * gst/rtp/gstrtpdepay.c:
13523         * gst/rtp/gstrtpdepay.h:
13524         * gst/rtp/gstrtpg711dec.c:
13525         * gst/rtp/gstrtpg711dec.h:
13526         * gst/rtp/gstrtpg711depay.c:
13527         * gst/rtp/gstrtpg711depay.h:
13528         * gst/rtp/gstrtpg711enc.c:
13529         * gst/rtp/gstrtpg711enc.h:
13530         * gst/rtp/gstrtpg711pay.c:
13531         * gst/rtp/gstrtpg711pay.h:
13532         * gst/rtp/gstrtpgsmenc.c:
13533         * gst/rtp/gstrtpgsmenc.h:
13534         * gst/rtp/gstrtpgsmparse.c:
13535         * gst/rtp/gstrtpgsmparse.h:
13536         * gst/rtp/gstrtpgsmpay.c:
13537         * gst/rtp/gstrtpgsmpay.h:
13538         * gst/rtp/gstrtph263enc.c:
13539         * gst/rtp/gstrtph263enc.h:
13540         * gst/rtp/gstrtph263pay.c:
13541         * gst/rtp/gstrtph263pay.h:
13542         * gst/rtp/gstrtph263pdec.c:
13543         * gst/rtp/gstrtph263pdec.h:
13544         * gst/rtp/gstrtph263pdepay.c:
13545         * gst/rtp/gstrtph263pdepay.h:
13546         * gst/rtp/gstrtph263penc.c:
13547         * gst/rtp/gstrtph263penc.h:
13548         * gst/rtp/gstrtph263ppay.c:
13549         * gst/rtp/gstrtph263ppay.h:
13550         * gst/rtp/gstrtpmp4vdec.c:
13551         * gst/rtp/gstrtpmp4vdec.h:
13552         * gst/rtp/gstrtpmp4vdepay.c:
13553         * gst/rtp/gstrtpmp4vdepay.h:
13554         * gst/rtp/gstrtpmp4venc.c:
13555         * gst/rtp/gstrtpmp4venc.h:
13556         * gst/rtp/gstrtpmp4vpay.c:
13557         * gst/rtp/gstrtpmp4vpay.h:
13558         * gst/rtp/gstrtpmpadec.c:
13559         * gst/rtp/gstrtpmpadec.h:
13560         * gst/rtp/gstrtpmpadepay.c:
13561         * gst/rtp/gstrtpmpadepay.h:
13562         * gst/rtp/gstrtpmpaenc.c:
13563         * gst/rtp/gstrtpmpaenc.h:
13564         * gst/rtp/gstrtpmpapay.c:
13565         * gst/rtp/gstrtpmpapay.h:
13566         * gst/rtp/gstrtpspeexdec.c:
13567         * gst/rtp/gstrtpspeexdec.h:
13568         * gst/rtp/gstrtpspeexdepay.c:
13569         * gst/rtp/gstrtpspeexdepay.h:
13570         * gst/rtp/gstrtpspeexenc.c:
13571         * gst/rtp/gstrtpspeexenc.h:
13572         * gst/rtp/gstrtpspeexpay.c:
13573         * gst/rtp/gstrtpspeexpay.h:
13574           Do burger's rename for rtp payloaders and depayloaders
13575
13576 2005-11-30  Wim Taymans  <wim@fluendo.com>
13577
13578         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13579         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
13580         * ext/dv/gstdvdemux.h:
13581         Fix seeking in dvdemux again, add some more debug info.
13582
13583 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13584
13585         * configure.ac:
13586           fix tests
13587
13588 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13589
13590         * PORTED_09:
13591         * docs/random/PORTED_09:
13592           move
13593         * tests/Makefile.am:
13594           add
13595         * win32/gst.sln:
13596           remove
13597
13598 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13599
13600         * Makefile.am:
13601         * check/.cvsignore:
13602         * check/Makefile.am:
13603         * check/elements/.cvsignore:
13604         * check/elements/level.c:
13605         * check/elements/matroskamux.c:
13606         * configure.ac:
13607         * examples/Makefile.am:
13608         * examples/capsfilter/Makefile.am:
13609         * examples/capsfilter/capsfilter1.c:
13610         * examples/gob/Makefile.am:
13611         * examples/gob/gst-identity2.gob:
13612         * examples/gstplay/.cvsignore:
13613         * examples/gstplay/Makefile.am:
13614         * examples/gstplay/player.c:
13615         * examples/indexing/.cvsignore:
13616         * examples/indexing/Makefile.am:
13617         * examples/indexing/indexmpeg.c:
13618         * examples/level/Makefile.am:
13619         * examples/level/README:
13620         * examples/level/demo.c:
13621         * examples/level/plot.c:
13622         * examples/stats/Makefile.am:
13623         * examples/stats/mp2ogg.c:
13624         * examples/switch/.cvsignore:
13625         * examples/switch/Makefile.am:
13626         * examples/switch/switcher.c:
13627           move under tests/
13628
13629 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
13630
13631         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
13632         (gst_text_render_class_init), (resize_bitmap),
13633         (gst_text_render_render_text), (gst_text_render_setcaps),
13634         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
13635         (gst_text_render_chain), (gst_text_render_finalize),
13636         (gst_text_render_init), (gst_text_render_set_property):
13637         * ext/pango/gsttextrender.h:
13638           Add missing files.
13639
13640 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
13641
13642         * configure.ac:
13643         * ext/Makefile.am:
13644         * ext/pango/Makefile.am:
13645         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
13646         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
13647         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
13648         * ext/pango/gstclockoverlay.h:
13649         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
13650         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
13651         (gst_text_overlay_finalize), (gst_text_overlay_init),
13652         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
13653         (gst_text_overlay_text_pad_linked),
13654         (gst_text_overlay_text_pad_unlinked),
13655         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
13656         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
13657         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
13658         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
13659         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13660         (gst_text_overlay_change_state), (plugin_init):
13661         * ext/pango/gsttextoverlay.h:
13662         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
13663         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
13664         (gst_time_overlay_class_init), (gst_time_overlay_init):
13665         * ext/pango/gsttimeoverlay.h:
13666           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
13667           and add background shading and text wrapping modes. Make 
13668           timoverlay derive from textoverlay. Also add new clockoverlay
13669           element.
13670
13671 2005-11-30  Julien MOUTTE  <julien@moutte.net>
13672
13673         * gst/udp/Makefile.am: Moved to netbuffer.
13674
13675 2005-11-30  Julien MOUTTE  <julien@moutte.net>
13676
13677         * configure.ac:
13678         * PORTED_O9:
13679         * gst/multipart/Makefile.am:
13680         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
13681         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
13682         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
13683         (gst_multipart_demux_change_state),
13684         (gst_multipart_demux_plugin_init):
13685         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
13686         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
13687         (gst_multipart_mux_sinkconnect),
13688         (gst_multipart_mux_request_new_pad),
13689         (gst_multipart_mux_handle_src_event),
13690         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
13691         (gst_multipart_mux_change_state): Ported multipart mux/demux to
13692         0.9.
13693
13694 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13695
13696         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
13697         * gst/debug/gstnavigationtest.h:
13698         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
13699         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
13700         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
13701         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
13702         * gst/effectv/gstrev.c: (gst_revtv_get_type):
13703         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
13704         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
13705         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
13706         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
13707         (gst_video_flip_get_type):
13708         * gst/videofilter/gstvideoflip.h:
13709           update for symbols change
13710
13711 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13712
13713         * gst/udp/gstdynudpsink.c:
13714         * gst/udp/gstudpsrc.c:
13715           the old gstnet lib was renamed gstnetbuffer (#322257)
13716
13717 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
13718
13719         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
13720         (gst_text_overlay_collected):
13721           Actually render the text from the text pad.
13722
13723 2005-11-29  Edward Hervey  <edward@fluendo.com>
13724
13725         * gst/debug/gstnavseek.c: (gst_navseek_event):
13726         * gst/debug/progressreport.c: (gst_progress_report_event):
13727         Update for GstBaseTransform event virtual method
13728
13729 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13730
13731         * ext/cairo/Makefile.am:
13732           no need to link to videofilter
13733
13734 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13735
13736         * gst/debug/Makefile.am:
13737         * gst/debug/gstnavigationtest.h:
13738         * gst/effectv/Makefile.am:
13739         * gst/effectv/gstaging.c:
13740         * gst/effectv/gstdice.c:
13741         * gst/effectv/gstedge.c:
13742         * gst/effectv/gstquark.c:
13743         * gst/effectv/gstrev.c:
13744         * gst/effectv/gstshagadelic.c:
13745         * gst/effectv/gstvertigo.c:
13746         * gst/effectv/gstwarp.c:
13747         * gst/videofilter/Makefile.am:
13748         * gst/videofilter/gstvideofilter.c:
13749         * gst/videofilter/gstvideofilter.h:
13750         * gst/videofilter/gstvideoflip.h:
13751           remove the videofilter library and link to the one in base
13752
13753 2005-11-28  Edward Hervey  <edward@fluendo.com>
13754
13755         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
13756         Useless check now we're setting the current entry correctly.
13757
13758 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
13759
13760         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
13761         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
13762         (gst_jpegenc_change_state):
13763           Don't leak input buffer in chain function (fixes #322667); make 
13764           state change function thread-safe; don't repeat the current function
13765           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
13766           gst_pad_alloc_buffer(); misc. minor cleanups.
13767
13768 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
13769
13770         * gst/matroska/matroska-mux.c:
13771         (gst_matroska_mux_video_pad_setcaps):
13772         Look for pixel-aspect-ratio in caps, not pixel_width and
13773         pixel_height (Fixes: #322645)
13774
13775 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
13776
13777         * gst/matroska/matroska-mux.c:
13778         (gst_matroska_mux_video_pad_setcaps):
13779         From Michal Benes:
13780         frame duration should be GST_SECOND / framerate, not
13781         GST_SECOND * framerate. (Fixes: #322643)
13782
13783 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13784
13785         * configure.ac:
13786           fix up GST_PLUGIN_LDFLAGS
13787         * gst/rtsp/rtspconnection.c:
13788           fix includes (see #317043)
13789         * gst/videofilter/Makefile.am:
13790           stop installing this library
13791
13792 2005-11-26  Edward Hervey  <edward@fluendo.com>
13793
13794         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
13795         Handle the case where the incoming Video dv stream doesn't have
13796         a pixel aspect ratio set.
13797
13798 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13799
13800         * docs/plugins/Makefile.am:
13801         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13802         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13803         * ext/flac/gstflacdec.c:
13804           document flacdec
13805
13806 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13807
13808         * docs/plugins/Makefile.am:
13809         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13810         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13811         * docs/plugins/inspect/plugin-autodetect.xml:
13812         * ext/cairo/gstcairo.c: (plugin_init):
13813         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
13814         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
13815         (gst_text_overlay_init), (gst_text_overlay_font_init),
13816         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
13817         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
13818         (gst_text_overlay_text_pad_linked),
13819         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
13820         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
13821         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
13822         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13823         (gst_text_overlay_change_state):
13824         * ext/cairo/gsttextoverlay.h:
13825         * ext/cairo/gsttimeoverlay.c:
13826         (gst_cairo_time_overlay_update_font_height),
13827         (gst_cairo_time_overlay_set_caps),
13828         (gst_cairo_time_overlay_get_unit_size),
13829         (gst_cairo_time_overlay_print_smpte_time),
13830         (gst_cairo_time_overlay_transform),
13831         (gst_cairo_time_overlay_base_init),
13832         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
13833         (gst_cairo_time_overlay_get_type):
13834         * ext/cairo/gsttimeoverlay.h:
13835           do some name borgifying
13836           document
13837
13838 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13839
13840         * docs/plugins/Makefile.am:
13841         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13842         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13843         * gst/autodetect/gstautoaudiosink.c:
13844         (gst_auto_audio_sink_base_init):
13845         * gst/autodetect/gstautovideosink.c:
13846         (gst_auto_video_sink_base_init),
13847         (gst_auto_video_sink_factory_filter):
13848           documenting auto*sink
13849           using strstr for the video sink lookup, class field is not ordered
13850         * docs/plugins/inspect/plugin-1394.xml:
13851         * docs/plugins/inspect/plugin-aasink.xml:
13852         * docs/plugins/inspect/plugin-alaw.xml:
13853         * docs/plugins/inspect/plugin-alpha.xml:
13854         * docs/plugins/inspect/plugin-alphacolor.xml:
13855         * docs/plugins/inspect/plugin-auparse.xml:
13856         * docs/plugins/inspect/plugin-autodetect.xml:
13857         * docs/plugins/inspect/plugin-avi.xml:
13858         * docs/plugins/inspect/plugin-cacasink.xml:
13859         * docs/plugins/inspect/plugin-cairo.xml:
13860         * docs/plugins/inspect/plugin-cutter.xml:
13861         * docs/plugins/inspect/plugin-debug.xml:
13862         * docs/plugins/inspect/plugin-dv.xml:
13863         * docs/plugins/inspect/plugin-efence.xml:
13864         * docs/plugins/inspect/plugin-effectv.xml:
13865         * docs/plugins/inspect/plugin-esdsink.xml:
13866         * docs/plugins/inspect/plugin-flac.xml:
13867         * docs/plugins/inspect/plugin-flxdec.xml:
13868         * docs/plugins/inspect/plugin-gconfelements.xml:
13869         * docs/plugins/inspect/plugin-goom.xml:
13870         * docs/plugins/inspect/plugin-jpeg.xml:
13871         * docs/plugins/inspect/plugin-level.xml:
13872         * docs/plugins/inspect/plugin-matroska.xml:
13873         * docs/plugins/inspect/plugin-mulaw.xml:
13874         * docs/plugins/inspect/plugin-navigationtest.xml:
13875         * docs/plugins/inspect/plugin-ossaudio.xml:
13876         * docs/plugins/inspect/plugin-png.xml:
13877         * docs/plugins/inspect/plugin-rtp.xml:
13878         * docs/plugins/inspect/plugin-rtsp.xml:
13879         * docs/plugins/inspect/plugin-shout2send.xml:
13880         * docs/plugins/inspect/plugin-smpte.xml:
13881         * docs/plugins/inspect/plugin-speex.xml:
13882         * docs/plugins/inspect/plugin-udp.xml:
13883         * docs/plugins/inspect/plugin-videobox.xml:
13884         * docs/plugins/inspect/plugin-videoflip.xml:
13885         * docs/plugins/inspect/plugin-videomixer.xml:
13886         * docs/plugins/inspect/plugin-wavenc.xml:
13887         * docs/plugins/inspect/plugin-wavparse.xml:
13888           update for HEAD version
13889
13890 2005-11-25  Michael Smith  <msmith@fluendo.com>
13891
13892         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
13893           Patch from Sebastien Cote to close control sockets in udpsrc.
13894
13895 2005-11-24  Julien MOUTTE  <julien@moutte.net>
13896
13897         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
13898         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
13899         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
13900         (gst_quarktv_base_init), (gst_quarktv_class_init),
13901         (gst_quarktv_init): Flush the planes list on reverse caps
13902         negotiation. This was crashing because of differently sized
13903         buffers.
13904
13905 2005-11-24  Julien MOUTTE  <julien@moutte.net>
13906
13907         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
13908         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
13909         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
13910         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
13911         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
13912         (gst_videoflip_set_property), (gst_videoflip_base_init),
13913         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
13914         correctly, fix identity flipping, convert navigation event 
13915         correctly again.
13916
13917 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13918
13919         * configure.ac: back to HEAD
13920
13921 === release 0.9.6 ===
13922
13923 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
13924
13925         * configure.ac:
13926           releasing 0.9.6, "Everything's Not Lost"
13927
13928 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13929
13930         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
13931         Oops, initialise the framerate GValue
13932
13933 2005-11-23  Julien MOUTTE  <julien@moutte.net>
13934
13935         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
13936         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
13937         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
13938         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
13939         (gst_timeoverlay_get_type):
13940         * ext/cairo/gsttimeoverlay.h:
13941         * gst/debug/Makefile.am:
13942         * gst/debug/gstnavigationtest.c:
13943         (gst_navigationtest_handle_src_event),
13944         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
13945         (gst_navigationtest_transform), (gst_navigationtest_change_state),
13946         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
13947         (gst_navigationtest_init), (gst_navigationtest_get_type),
13948         (plugin_init):
13949         * gst/debug/gstnavigationtest.h:
13950         * gst/effectv/Makefile.am:
13951         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
13952         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
13953         (gst_agingtv_base_init), (gst_agingtv_class_init),
13954         (gst_agingtv_init), (gst_agingtv_get_type):
13955         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
13956         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
13957         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
13958         (gst_dicetv_get_type):
13959         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
13960         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
13961         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
13962         (gst_edgetv_get_type):
13963         * gst/effectv/gsteffectv.c:
13964         * gst/effectv/gsteffectv.h:
13965         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
13966         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
13967         (gst_quarktv_change_state), (gst_quarktv_base_init),
13968         (gst_quarktv_class_init), (gst_quarktv_init),
13969         (gst_quarktv_get_type):
13970         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
13971         (gst_revtv_get_unit_size), (gst_revtv_transform),
13972         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
13973         (gst_revtv_get_type):
13974         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
13975         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
13976         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
13977         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
13978         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
13979         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
13980         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
13981         (gst_vertigotv_init), (gst_vertigotv_get_type):
13982         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
13983         (gst_warptv_get_unit_size), (gst_warptv_transform),
13984         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
13985         (gst_warptv_get_type):
13986         * gst/videofilter/Makefile.am:
13987         * gst/videofilter/gstvideobalance.c:
13988         * gst/videofilter/gstvideobalance.h:
13989         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
13990         (gst_videofilter_class_init), (gst_videofilter_init):
13991         * gst/videofilter/gstvideofilter.h:
13992         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
13993         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
13994         (gst_videoflip_flip), (gst_videoflip_transform),
13995         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
13996         (gst_videoflip_base_init), (gst_videoflip_class_init),
13997         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
13998         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
13999         BaseTransform, it's just a place holder for now and every video
14000         effect plugin has been ported to use BaseTransform features 
14001         directly. QuarkTV was fixed too (was broken), navigationtest works
14002         and best for the end, videoflip converts navigation events depending
14003         on flip method ! Fixes #320953
14004
14005 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14006
14007         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14008         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
14009         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14010         (gst_goom_src_negotiate), (gst_goom_chain):
14011         * gst/matroska/matroska-mux.c:
14012         (gst_matroska_mux_video_pad_setcaps):
14013         * sys/osxvideo/osxvideosink.m:
14014           Fixes for API changes
14015
14016 2005-11-23  Michael Smith <msmith@fluendo.com>
14017
14018         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
14019         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
14020         * ext/jpeg/gstjpegdec.h:
14021         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
14022         * ext/jpeg/gstjpegenc.h:
14023         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14024         (gst_smokeenc_resync):
14025         * ext/jpeg/gstsmokeenc.h:
14026           JPEG fractiony goodness.
14027
14028 2005-11-22  Michael Smith <msmith@fluendo.com>
14029
14030         * gst/goom/filters.c:
14031         * gst/goom/graphic.h:
14032           Fix compilation by making some functions static inline instead of
14033           extern inline, matching the way they're used.
14034
14035 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14036
14037         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
14038         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
14039         * ext/cairo/gsttextoverlay.h:
14040         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
14041         * ext/gdk_pixbuf/gstgdkpixbuf.h:
14042         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
14043         (gst_pngdec_caps_create_and_set):
14044         * ext/libpng/gstpngdec.h:
14045         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
14046         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
14047         * gst/avi/gstavimux.c: (gst_avimux_init),
14048         (gst_avimux_vidsinkconnect):
14049         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14050         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14051         (gst_goom_src_negotiate), (gst_goom_chain):
14052         * gst/goom/gstgoom.h:
14053         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14054         * gst/matroska/matroska-mux.c:
14055         (gst_matroska_mux_video_pad_setcaps):
14056         * sys/osxvideo/osxvideosink.h:
14057         * sys/osxvideo/osxvideosink.m:
14058           More fractional framerate conversions 
14059
14060 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14061
14062         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14063         * gst/debug/gstnavigationtest.c:
14064         (gst_navigationtest_handle_src_event):
14065         * gst/videofilter/gstvideofilter.c:
14066         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
14067         (gst_videofilter_init):
14068         * gst/videofilter/gstvideofilter.h:
14069           Convert to fractional framerates.
14070
14071 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14072
14073         * ext/aalib/gstaasink.c:
14074         * ext/dv/gstdvdec.c:
14075         * ext/esd/esdmon.c:
14076         * ext/flac/gstflacenc.c:
14077         * ext/gdk_pixbuf/pixbufscale.c:
14078         * ext/libcaca/gstcacasink.c:
14079         * ext/shout2/gstshout2.c:
14080         * gst/alpha/gstalpha.c:
14081         * gst/oldcore/gstaggregator.c:
14082         * gst/oldcore/gstshaper.c:
14083         * gst/smpte/barboxwipes.c:
14084         * gst/smpte/gstsmpte.c:
14085         * gst/videobox/gstvideobox.c:
14086         * gst/videofilter/gstvideoflip.c:
14087         * gst/videomixer/videomixer.c:
14088           fix up more enums
14089
14090 2005-11-22  Michael Smith <msmith@fluendo.com>
14091
14092         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
14093         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
14094         (gst_videomixer_update_queues):
14095           Fractional framerates, videomixer.
14096
14097 2005-11-22  Michael Smith <msmith@fluendo.com>
14098
14099         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
14100         * ext/dv/gstdvdec.h:
14101         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
14102         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
14103         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
14104         (gst_dvdemux_flush):
14105         * ext/dv/gstdvdemux.h:
14106           Fractional framerates for DV. 
14107
14108 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14109
14110         * gst/autodetect/gstautoaudiosink.c:
14111         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14112         * gst/autodetect/gstautovideosink.c:
14113         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
14114           Use gst_plugin_feature_list_free() to free feature list and
14115           in the case of autovideosink free the list at all. Also
14116           miscellaneous cosmetic fixes.
14117
14118 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14119
14120         * gst/cutter/gstcutter.c: (gst_cutter_chain),
14121         (gst_cutter_set_property), (gst_cutter_get_caps):
14122           copy calculation code from level; remove use of some audio
14123           functions
14124
14125 2005-11-22  Andy Wingo  <wingo@pobox.com>
14126
14127         * Update for gst_tag_setter API changes.
14128
14129 2005-11-22  Andy Wingo  <wingo@pobox.com>
14130
14131         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
14132         (gst_dvdemux_demux_frame)
14133         * ext/flac/gstflacdec.c (gst_flacdec_write)
14134         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
14135         (gst_flacenc_sink_event)
14136         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
14137         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
14138         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
14139         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
14140         * gst/auparse/gstauparse.c (gst_auparse_chain)
14141         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
14142         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
14143         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
14144         (gst_avi_demux_handle_seek)
14145         * gst/goom/gstgoom.c (gst_goom_event)
14146         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
14147         * gst/matroska/matroska-demux.c
14148         (gst_matroska_demux_handle_seek_event)
14149         (gst_matroska_demux_loop_stream_parse_id)
14150         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
14151         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
14152         (gst_wavparse_stream_headers): Run update-funcnames.
14153
14154 2005-11-22  Edward Hervey  <edward@fluendo.com>
14155
14156         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
14157         (gst_dv1394src_init), (gst_dv1394src_dispose),
14158         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
14159         (gst_dv1394src_uri_set_uri):
14160         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
14161         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
14162         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
14163         URIHandler interface and element properties are now properly
14164         synchronized for DV1394src and UDPSrc
14165
14166 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14167
14168         * ext/flac/Makefile.am:
14169         * ext/speex/Makefile.am:
14170           libgsttagedit has been renamed to libgsttag.
14171
14172 2005-11-21  Wim Taymans  <wim@fluendo.com>
14173
14174         * gst/rtsp/rtspconnection.c: (read_body):
14175         Apply patch from Sebastien Cote to fix #319184.
14176
14177 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14178
14179         * configure.ac:
14180         * gst/cutter/Makefile.am:
14181         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
14182         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
14183         (gst_cutter_set_property), (gst_cutter_get_property),
14184         (plugin_init), (gst_cutter_get_caps):
14185           port cutter
14186         * gst/level/gstlevel.c:
14187           fix up plugin details
14188
14189 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14190
14191         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
14192         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
14193         (gst_flacdec_src_event):
14194         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
14195         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
14196         (gst_signal_processor_getrange), (gst_signal_processor_chain):
14197         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14198         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
14199         (gst_flxdec_sink_event_handler):
14200         * gst/matroska/matroska-demux.c:
14201         (gst_matroska_demux_handle_seek_event):
14202         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
14203           Update for stream lock API changes: don't take stream log
14204           in sink event handlers any longer and change GST_STREAM_LOCK
14205           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
14206           functions.
14207
14208 2005-11-21  Michael Smith <msmith@fluendo.com>
14209
14210         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
14211           gst_object_unref, not g_object_unref
14212
14213 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14214
14215         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
14216         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
14217           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
14218
14219 2005-11-21  Michael Smith <msmith@fluendo.com>
14220
14221         * gst/auparse/Makefile.am:
14222         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
14223         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
14224         (gst_auparse_change_state):
14225         * gst/auparse/gstauparse.h:
14226           Partially fix #161712. playbin still doesn't work on these files,
14227           (on the bug report, Andy says we aren't typefinding it for some
14228           reason?) but at least auparse isn't totally busted like it was before.
14229
14230 2005-11-21  Andy Wingo  <wingo@pobox.com>
14231
14232         * *.h:
14233         * *.c: Ran scripts/update-macros. Oh yes.
14234
14235 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14236
14237         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
14238           Filler events are gone for now, comment out section generating
14239           them.
14240
14241 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
14242
14243         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14244         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
14245         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14246         * sys/osxvideo/osxvideosink.m:
14247           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
14248           (#322027)
14249
14250 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14251
14252         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
14253         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
14254         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14255         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
14256         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
14257         (gst_avi_demux_stream_data):
14258         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14259         * gst/wavenc/gstwavenc.c: (write_metadata):
14260         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
14261         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
14262         Fixes for GST_FOURCC_FORMAT API change.
14263
14264 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14265
14266         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
14267         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
14268         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
14269         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14270         (gst_text_overlay_change_state):
14271         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
14272         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
14273         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
14274         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
14275         * gst/videomixer/videomixer.c: (gst_videomixer_init),
14276         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
14277         (gst_videomixer_change_state):
14278           Fix for collect pads API change. Also fix textoverlay state
14279           change function.
14280
14281 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14282
14283         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
14284         GST_PAD_IS_USABLE by something approaching it.
14285
14286 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14287
14288         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
14289         API changes.
14290         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
14291         but also fix the code that was not checking return values from
14292         pad_push neither using pad_alloc_buffer.
14293
14294 2005-11-18  Edward Hervey  <edward@fluendo.com>
14295
14296         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14297         (gst_pngenc_chain):
14298         Added debug category
14299         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
14300         goes to EOS.
14301
14302 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
14303
14304         * gst/rtp/Makefile.am
14305         * gst/rtp/gstrtp.c
14306         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
14307         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
14308         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
14309         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
14310         * gst/rtp/gstrtpg711enc.h:
14311         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
14312         * gst/rtp/gstrtpspeexenc.c:
14313         * gst/rtp/gstrtpspeexenc.h:
14314         * gst/rtp/gstrtpspeexdec.c:
14315         * gst/rtp/gstrtpspeexdec.h:
14316         Created Speex payloader and depayloader; Optimize G711 payloader to
14317         use adapter and send packets until MTU size.
14318
14319 2005-11-16  Wim Taymans  <wim@fluendo.com>
14320
14321         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
14322         Fix leak in check.
14323
14324 2005-11-16  Wim Taymans  <wim@fluendo.com>
14325
14326         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
14327         Fix state change.
14328
14329 2005-11-16  Andy Wingo  <wingo@pobox.com>
14330
14331         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
14332         (gst_udpsrc_create): Move comment.
14333
14334 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
14335
14336         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14337
14338         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
14339           When seeking, seek to closest index entry at or before the requested
14340           seek position, not just the closest one (#321001).
14341
14342 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
14343
14344         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
14345         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
14346           Invert DIB images again (see #132341).
14347
14348 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14349
14350         * configure.ac:
14351           rework configure.ac file
14352         * ext/aalib/gstaasink.c:
14353         * ext/cairo/gstcairo.c:
14354         * ext/dv/gstdv.c:
14355         * ext/esd/gstesd.c:
14356         * ext/flac/gstflac.c:
14357         * ext/gconf/gstgconfelements.c:
14358         * ext/gdk_pixbuf/gstgdkpixbuf.c:
14359         * ext/jpeg/gstjpeg.c:
14360         * ext/ladspa/gstladspa.c:
14361         * ext/libcaca/gstcacasink.c:
14362         * ext/libmng/gstmng.c:
14363         * ext/libpng/gstpng.c:
14364         * ext/mikmod/gstmikmod.c:
14365         * ext/pango/gsttextoverlay.c:
14366         * ext/pango/gsttimeoverlay.c:
14367         * ext/raw1394/gst1394.c:
14368         * ext/speex/gstspeex.c:
14369         * gst/alpha/Makefile.am:
14370         * gst/alpha/gstalpha.c:
14371         * gst/alpha/gstalphacolor.c:
14372         * gst/auparse/gstauparse.c:
14373         * gst/autodetect/gstautoaudiosink.c:
14374         (gst_auto_audio_sink_factory_filter),
14375         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14376         * gst/autodetect/gstautodetect.c:
14377         * gst/avi/gstavi.c:
14378         * gst/cutter/gstcutter.c:
14379         * gst/debug/efence.c:
14380         * gst/debug/gstdebug.c:
14381         * gst/debug/gstnavigationtest.c:
14382         * gst/effectv/gsteffectv.c:
14383         * gst/flx/gstflxdec.c:
14384         * gst/goom/gstgoom.c:
14385         * gst/interleave/plugin.c:
14386         * gst/law/alaw.c:
14387         * gst/law/mulaw.c:
14388         * gst/level/gstlevel.c:
14389         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14390         * gst/matroska/matroska.c:
14391         * gst/median/gstmedian.c:
14392         * gst/monoscope/gstmonoscope.c:
14393         * gst/multipart/multipart.c:
14394         * gst/oldcore/gstelements.c:
14395         * gst/rtp/gstrtp.c:
14396         * gst/rtsp/gstrtsp.c:
14397         * gst/smoothwave/gstsmoothwave.c:
14398         * gst/smpte/gstsmpte.c:
14399         * gst/udp/gstudp.c:
14400         * gst/videobox/gstvideobox.c:
14401         * gst/videofilter/gstgamma.c:
14402         * gst/videofilter/gstvideobalance.c:
14403         * gst/videofilter/gstvideoflip.c:
14404         * gst/videofilter/gstvideotemplate.c:
14405         * gst/videomixer/videomixer.c:
14406         * gst/wavenc/gstwavenc.c:
14407         * gst/wavparse/gstwavparse.c:
14408         * sys/oss/gstossaudio.c:
14409         * sys/osxaudio/gstosxaudio.c:
14410           update GST_PLUGIN_DEFINE
14411         * gst/rtp/Makefile.am:
14412         * gst/rtp/gstasteriskh263.c:
14413           check for htons/htonl headers and possibly link to winsock2 lib
14414
14415 2005-11-12  Edward Hervey  <edward@fluendo.com>
14416
14417         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
14418         Only GST_DEBUG() information on the valid components.
14419
14420 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14421
14422         * configure.ac: back to HEAD
14423
14424 === release 0.9.5 ===
14425
14426 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
14427
14428         * configure.ac:
14429           releasing 0.9.5, "Phone Alarm"
14430
14431 2005-11-11  Edward Hervey  <edward@fluendo.com>
14432
14433         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14434         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
14435         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
14436         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14437         (gst_avi_demux_loop):
14438         * gst/avi/gstavidemux.h:
14439         Yeah, implement proper seeking. Exact seeking and segment seeking.
14440         Still need to do some checks for segment_stop.
14441
14442 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14443
14444         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14445
14446         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14447           Don't try to ready buffer duration from buffer that we don't
14448           own any  longer and that might already have been unreffed.
14449           (#321136)
14450
14451 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
14452
14453         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
14454         (flx_decode_delta_flc), (gst_flxdec_chain):
14455         Attempting to optimize the code for embedded systems.
14456
14457 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
14458
14459         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14460
14461         * sys/oss/gstosssink.c: (gst_oss_sink_close):
14462           Don't re-use already closed file descriptor. (#320920)
14463
14464 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14465
14466         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
14467         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
14468         (gst_oss_sink_prepare):
14469         * sys/oss/gstosssink.h:
14470           Cache probed caps; fix debug output for SET_PARAM macros.
14471
14472 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14473
14474         * ext/cairo/Makefile.am:
14475         * ext/cairo/gstcairo.c: (plugin_init):
14476         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14477         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14478         (gst_text_overlay_init), (gst_text_overlay_font_init),
14479         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14480         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14481         (gst_text_overlay_text_pad_linked),
14482         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14483         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14484         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14485         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14486         (gst_text_overlay_change_state):
14487         * ext/cairo/gsttextoverlay.h:
14488           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
14489           property and redo positioning. Doesn't handle upstream renegotiation
14490           yet though.
14491
14492 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14493
14494         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14495         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14496         (gst_avi_demux_loop):
14497           No need to take the STREAM_LOCK in the loop function. Improve
14498           some debug messages. Don't leak pad names in debug messages.
14499
14500 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14501
14502         * gst/matroska/matroska-demux.c:
14503         (gst_matroska_demux_push_vorbis_codec_priv_data),
14504         (gst_matroska_demux_add_wvpk_header):
14505           Don't error out when the source pad isn't linked.
14506
14507 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
14508
14509         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
14510         (gst_gconf_audio_sink_change_state):
14511         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
14512         (gst_gconf_video_sink_change_state):
14513           Fix state change functions here as well and set kid
14514           to NULL state before removing it.
14515
14516 2005-11-01  Edward Hervey  <edward@fluendo.com>
14517
14518         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
14519         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
14520         Added proper event handlind, 
14521         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
14522         ignored),
14523         and don't set a duration of 0 for buffers otherwise they are discarded
14524         by GstBaseSink.
14525
14526         GstWavEnc needs some serious loving, after going through the code I'm
14527         really wondering how this can stay in -good ...
14528
14529 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14530
14531         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
14532         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
14533         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
14534         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
14535         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
14536         (gst_matroska_mux_collected):
14537           Fix leaks and invalid memory access as reported by valgrind
14538
14539 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14540
14541         Patch by: Michal Benes <michal.benes@xeris.cz>
14542
14543         * check/Makefile.am:
14544         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14545         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
14546         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
14547           add a unit test for matroskamux
14548           fix the bugs that the unit test exposed
14549
14550 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
14551
14552         * gst/autodetect/gstautoaudiosink.c:
14553         (gst_auto_audio_sink_class_init),
14554         (gst_auto_audio_sink_change_state):
14555         * gst/autodetect/gstautovideosink.c:
14556         (gst_auto_video_sink_class_init),
14557         (gst_auto_video_sink_change_state):
14558           Fix state change function and use GST_DEBUG_FUNCPTR in
14559           class_init.
14560
14561 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14562
14563         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14564
14565         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
14566         (gst_ebml_write_reset), (gst_ebml_write_element_new):
14567         * gst/matroska/ebml-write.h:
14568         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14569           Set timestamps on outgoing ebml headers as well, so that the
14570           element after matroskamux can get the timestamp already when
14571           reading the first ebml element and doesn't have to wait for
14572           the actual data buffer for that (#320308).
14573           
14574 2005-10-31  Andy Wingo  <wingo@pobox.com>
14575
14576         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
14577         (gst_videomixer_pad_link): Kill some memleaks.
14578         (gst_videomixer_pad_get_property): Style fix.
14579         (gst_videomixer_pad_set_property): Style fix.
14580         (gst_videomixer_pad_init): Style fix.
14581         (gst_videomixer_update_queues): Kill memleak.
14582         (gst_videomixer_loop): Kill memleak.
14583         (gst_videomixer_collected): Kill memleak.
14584
14585 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
14586
14587         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
14588         gst_auparse_change_state:
14589         Just some cleanup.
14590
14591 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
14592
14593         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
14594         Add checks to GST_FLOW_NOT_LINKED for values returned
14595         from gst_pad_push.
14596         
14597 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14598
14599         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
14600         (gst_rtpg711dec_process):
14601         * gst/rtp/gstrtpgsmenc.c:
14602         Payloader now sets some default caps on the srcpad if caps on the sinkpad
14603         are never set. This is important for the g711 to work with burger's rtpbin
14604         element.
14605
14606 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
14607
14608         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
14609         (gst_speexenc_push_buffer):
14610         Add checks for return values from gst_pad_push and
14611         gst_pad_alloc_buffer.
14612
14613 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
14614
14615         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14616
14617         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
14618         (gst_matroska_demux_parse_info),
14619         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14620         (gst_matroska_demux_parse_cluster):
14621         * gst/matroska/matroska-ids.h:
14622         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
14623         (gst_matroska_mux_init), (gst_matroska_mux_start),
14624         (gst_matroska_mux_create_buffer_header),
14625         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
14626         (gst_matroska_mux_get_property):
14627         * gst/matroska/matroska-mux.h:
14628           Add SimpleBlock support to matroska demuxer and muxer (part of
14629           Matroska v2). (#319731)
14630
14631 2005-10-28  Wim Taymans  <wim@fluendo.com>
14632
14633         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
14634         (gst_jpeg_dec_change_state):
14635         * ext/jpeg/gstjpegdec.h:
14636         Cleanups. Don't create caps for every chain.
14637
14638 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
14639
14640         * gst/law/alaw-encode.c: (gst_alawenc_init),
14641         (alawenc_setcaps), (gst_alawenc_chain)
14642         * gst/law/alaw-encode.h:
14643         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
14644         (mulawenc_setcaps), (gst_mulawenc_chain)
14645         * gst/law/mulaw-encode.h:
14646         Set timestamp on buffer and it allows RTP G711 elements
14647         work properly.
14648
14649 2005-10-27  Wim Taymans  <wim@fluendo.com>
14650
14651         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
14652         Set correct format on oss instead of a silly value. 
14653
14654 2005-10-27  Julien MOUTTE  <julien@moutte.net>
14655
14656         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14657         (gst_video_box_transform_caps), (gst_video_box_set_caps),
14658         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
14659         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
14660         I420 rendering as well, doesn't bring much for my platform.
14661         Might help on some other platforms.
14662
14663 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
14664
14665         * gst/rtp/gstrtpgsmenc.c:
14666         * gst/rtp/gstrtpgsmparse.c:
14667         Declaring the padtemplate correctly.
14668
14669 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14670
14671         * gst/rtp/gstrtpg711dec.c:
14672         * gst/rtp/gstrtpg711enc.c:
14673         * gst/rtp/gstrtpgsmenc.c:
14674         * gst/rtp/gstrtpgsmparse.c:
14675         Setting the proper copyright notice.
14676
14677 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14678
14679         * gst/videobox/Makefile.am: Use liboil.
14680         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14681         (gst_video_box_set_property), (gst_video_box_transform_caps),
14682         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
14683         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
14684         using liboil. Will dot the same to I420 border generation
14685         tomorrow.
14686
14687 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14688
14689         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
14690         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
14691         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
14692         * gst/rtp/gstrtpg711dec.h:
14693         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
14694         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
14695         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
14696         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
14697         (gst_rtpgsmenc_handle_buffer):
14698         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
14699         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
14700         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
14701         * gst/rtp/gstrtpgsmparse.h:
14702         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
14703         inherits from the basertpdepayloader.
14704
14705 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14706
14707         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14708         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
14709         (gst_video_box_ayuv): Removing this forgotten debug.
14710
14711 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14712
14713         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14714         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
14715         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
14716
14717 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
14718
14719         * sys/oss/gstossaudio.c:
14720         * sys/oss/gstossdmabuffer.c:
14721         * sys/oss/gstosshelper.c:
14722         * sys/oss/gstossmixer.c:
14723         * sys/oss/gstossmixerelement.c:
14724         * sys/oss/gstossmixertrack.c:
14725         * sys/oss/gstosssink.c:
14726         * sys/oss/gstosssrc.c:
14727           Actually use the 'oss' debug category we register.
14728
14729 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14730
14731         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
14732         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
14733         Use gst_pad_get_parent and drop the ref that was added through
14734         that call.
14735
14736 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14737
14738         * gst/rtp/gstrtpgsmenc.c:
14739           Fix compilation
14740
14741 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
14742
14743         * gst/rtp/gstrtpg711dec.c
14744         Just removed a couple of lines of weird code used during
14745         development/test time.
14746
14747 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
14748
14749         * gst/rtp/Makefile.am
14750         * gst/rtp/gstrtp.c
14751         * gst/rtp/gstrtpg711enc.c
14752         * gst/rtp/gstrtpg711enc.h
14753         * gst/rtp/gstrtpg711dec.c
14754         * gst/rtp/gstrtpg711dec.h
14755         Created G711 payloader and depayloader (it supports mulaw and alaw
14756         (dec)encoders)
14757
14758 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14759
14760         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14761         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
14762         Doh ! I introduced wingo's bug again ! Sorry...
14763
14764 2005-10-25  Christian Schaller <christian@fluendo.com> 
14765
14766         * gst/rtp/Makefile.am: add missing header files for disting
14767
14768 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
14769
14770         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
14771         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
14772         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
14773         (gst_rtpgsmenc_handle_buffer):
14774         * gst/rtp/gstrtpgsmenc.h:
14775         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
14776         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
14777         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
14778         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
14779         * gst/rtp/gstrtpgsmparse.h:
14780         Getting the GSM (de)payloader working and compatible with our plans for RTP.
14781
14782 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14783
14784         * ext/libpng/gstpngdec.c: (user_info_callback),
14785         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
14786         a newsegment event, move some redundant code in a single place.
14787
14788 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14789
14790         * ext/libpng/gstpngdec.c: (user_info_callback),
14791         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
14792         hack to get correct colors order when we have a png image with
14793         alpha channel.
14794
14795 2005-10-24  Edward Hervey  <edward@fluendo.com>
14796
14797         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
14798         Call gst_element_no_more_pads when there will be no more pads.
14799
14800 2005-10-24  Wim Taymans  <wim@fluendo.com>
14801
14802         * gst/rtp/Makefile.am:
14803         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
14804         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
14805         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
14806         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
14807         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
14808         (gst_asteriskh263_plugin_init):
14809         * gst/rtp/gstasteriskh263.h:
14810         * gst/rtp/gstrtp.c: (plugin_init):
14811         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
14812         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
14813         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
14814         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
14815         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
14816         (gst_rtph263enc_plugin_init):
14817         * gst/rtp/gstrtph263enc.h:
14818         Added two new payloaders, an RFC 2190 payloader for h263 and
14819         a payload convertor for an asterisk server.
14820
14821 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
14822
14823         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
14824           Set bytes_per_sample correctly (is not always 4, but 
14825           depends on width and number of channels).
14826
14827 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
14828
14829         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
14830         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
14831         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
14832         (gst_flacenc_sink_event), (gst_flacenc_chain),
14833         (gst_flacenc_set_property), (gst_flacenc_get_property),
14834         (gst_flacenc_change_state):
14835         * ext/flac/gstflacenc.h:
14836           Fix seeking, so that flacenc can rewrite the header with the
14837           correct duration and amount of samples and all that at EOS;
14838           also set timestamps and granulepos on outgoing buffers; add
14839           debug category; fix state change function.
14840           
14841 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14842
14843         * gst/videomixer/videomixer.c: Don't restrict video geometry
14844         from 16 to 4096.
14845
14846 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14847
14848         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14849         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
14850         Fix caps negotiation correctly, add debugging category.
14851
14852 2005-10-24  Christian Schaller  <christian@fluendo.com>
14853
14854         * configure.ac: Port over Thomas's change from base listing all plugins
14855
14856 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14857
14858         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
14859         a sink pad.
14860
14861 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14862
14863         * configure.ac:
14864         * docs/upload.mak:
14865           back to HEAD
14866
14867 === release 0.9.4 ===
14868
14869 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14870
14871         * configure.ac:
14872           Releasing 0.9.4, "Dromiceiomimus"
14873
14874 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
14875
14876         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
14877         (gst_speexenc_src_query):
14878           Add position and duration query, fix query type function.
14879           
14880         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
14881         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
14882           Let's not set non-fixed caps on source pads.
14883
14884 2005-10-21  Wim Taymans  <wim@fluendo.com>
14885
14886         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
14887         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
14888         (gst_avi_demux_handle_seek):
14889         Set correct stream_time in newsegment event.
14890         avi can also handle a duration query now.
14891
14892 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14893
14894         * gst/matroska/matroska-demux.c:
14895         (gst_matroska_demux_handle_src_query),
14896         (gst_matroska_demux_handle_seek_event),
14897         (gst_matroska_demux_loop_stream_parse_id):
14898           Fix duration query; fix basetime in newsegment event after
14899           seek; fix duration in initial newsegment event.
14900
14901         * gst/matroska/matroska-mux.c:
14902         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
14903           Extract number of channels and samplerate from vorbis headers;
14904           add some debug messages when querying the durations of the
14905           input streams.
14906
14907 2005-10-20  Wim Taymans  <wim@fluendo.com>
14908
14909         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
14910         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14911         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
14912         Set stream time correctly in newsegment.
14913
14914 2005-10-20  Wim Taymans  <wim@fluendo.com>
14915
14916         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14917         Correctly fill in the stream time.
14918
14919 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14920
14921         * check/elements/level.c: (GST_START_TEST):
14922         * gst/level/gstlevel.c: (gst_level_message_new):
14923         * gst/level/level-example.c: (message_handler):
14924           use ELEMENT messages instead
14925
14926 2005-10-19  Wim Taymans  <wim@fluendo.com>
14927
14928         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
14929         (gst_dvdemux_src_query):
14930         * ext/flac/gstflacdec.c: (gst_flacdec_length),
14931         (gst_flacdec_src_query):
14932         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
14933         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
14934         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
14935         * gst/debug/gstnavseek.c: (gst_navseek_seek):
14936         * gst/debug/progressreport.c: (gst_progress_report_report):
14937         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
14938         * gst/matroska/matroska-demux.c:
14939         (gst_matroska_demux_handle_src_query):
14940         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
14941         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
14942         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14943         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
14944         (gst_wavparse_srcpad_event):
14945         API change fix.
14946
14947 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
14948
14949         * gst/goom/filters.c:
14950         * gst/goom/graphic.h:
14951         * gst/goom/lines.c:
14952           Make inline functions either 'static inline' or 'extern inline',
14953           otherwise the Forte compiler apparently won't inline them (#317300).
14954
14955 2005-10-19  Julien MOUTTE  <julien@moutte.net>
14956
14957         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
14958         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
14959         (user_info_callback), (user_endrow_callback), (user_end_callback),
14960         (user_read_data), (gst_pngdec_caps_create_and_set),
14961         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
14962         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
14963         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
14964         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
14965         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
14966         very nice and handle push/pull based model. if you have filesrc
14967         connected to it, it will do random access to load the png file.
14968         If you have a network source that can't do _getrange, it does 
14969         progressive loading through the chain function.
14970         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
14971         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
14972         thanks to Master Wim Taymans ;-)
14973
14974 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
14975
14976         * gst/matroska/Makefile.am:
14977         * gst/matroska/ebml-read.c:
14978         * gst/matroska/ebml-read.h:
14979         * gst/matroska/matroska-demux.c:
14980         * gst/matroska/matroska-demux.h:
14981         * gst/matroska/matroska.c: (plugin_init):
14982           Ported matroska demuxer to 0.9.
14983
14984 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
14985
14986         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14987
14988         * gst/matroska/matroska-mux.c:
14989         (gst_matroska_mux_video_pad_setcaps),
14990         (gst_matroska_mux_audio_pad_setcaps):
14991           Fix mpeg4 input handling (#318847); also, while we're at it,
14992           fix media type for Motion-JPEG: should be image/jpeg.
14993
14994 2005-10-18  Wim Taymans  <wim@fluendo.com>
14995
14996         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
14997         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14998         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
14999         Fix for segment-start/stop API change.
15000
15001 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15002
15003         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15004         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
15005         way.
15006
15007 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15008
15009         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15010         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
15011         output declared in transform_caps.
15012
15013 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15014
15015         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
15016
15017 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15018
15019         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15020         (gst_video_box_get_unit_size): Fix wrong size calculations and
15021         implement get_unit_size correctly.
15022
15023 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15024
15025         * configure.ac:
15026           Enable flx plugin.
15027
15028         * gst/flx/gstflxdec.c: (flx_decode_chunks):
15029           Fix gcc4 signedness issue.
15030
15031 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15032
15033         * configure.ac: Adding videomixer.
15034         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15035         (user_read_data), (gst_pngdec_chain): More debugging.
15036         * gst/alpha/Makefile.am: Adding alphacolor
15037         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
15038         (gst_alpha_color_class_init), (gst_alpha_color_init),
15039         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
15040         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
15041         (plugin_init): Ported to 0.9 using in place base tranform.
15042         * gst/videomixer/Makefile.am:
15043         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15044         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
15045         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
15046         (gst_videomixer_pad_init), (gst_videomixer_class_init),
15047         (gst_videomixer_init), (gst_videomixer_getcaps),
15048         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
15049         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15050         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
15051         to 0.9 using collectpads.
15052
15053 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
15054
15055         * configure.ac:
15056         * gst/flx/Makefile.am:
15057         * gst/flx/gstflxdec.c: (gst_flxdec_init),
15058         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
15059         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
15060         * gst/flx/gstflxdec.h:
15061         flx plugin ported to 0.9
15062
15063 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15064
15065         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
15066           use new gst_version_string()
15067
15068 2005-10-16  Andy Wingo  <wingo@pobox.com>
15069
15070         * configure.ac: GLIB_CHECK.
15071
15072 2005-10-15  Julien MOUTTE  <julien@moutte.net>
15073
15074         * ext/libpng/Makefile.am:
15075         * ext/libpng/gstpng.c: (plugin_init):
15076         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15077         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
15078         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
15079
15080 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
15081
15082         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15083
15084         * configure.ac:
15085         * gst/matroska/Makefile.am:
15086         * gst/matroska/ebml-ids.h:
15087         * gst/matroska/ebml-write.c:
15088         * gst/matroska/ebml-write.h:
15089         * gst/matroska/matroska-ids.h:
15090         * gst/matroska/matroska-mux.c:
15091         * gst/matroska/matroska-mux.h:
15092         * gst/matroska/matroska.c: (plugin_init):
15093           Port matroska muxer to 0.9 (#318847).
15094
15095 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
15096
15097         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
15098         (comment_init), (comment_add):
15099           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
15100           use GST_READ_UINT32_LE() and friends rather than the private
15101           implementation of those same macros.
15102
15103 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
15104
15105         * examples/stats/mp2ogg.c:
15106           more typo fixes
15107
15108 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
15109
15110         * examples/indexing/indexmpeg.c: (main):
15111         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
15112         (gst_esdmon_close_audio), (gst_esdmon_change_state):
15113         * ext/esd/esdmon.h:
15114         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
15115         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
15116         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15117         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15118         * gst/avi/gstavimux.c: (gst_avimux_init):
15119         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
15120         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
15121         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
15122         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
15123         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
15124         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
15125         * gst/oldcore/gstmultifilesrc.h:
15126         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
15127         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
15128         (gst_pipefilter_change_state):
15129         * gst/oldcore/gstpipefilter.h:
15130         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
15131         * gst/videomixer/videomixer.c: (gst_videomixer_init):
15132         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
15133         * sys/osxaudio/gstosxaudiosink.h:
15134         * sys/osxaudio/gstosxaudiosrc.h:
15135           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
15136           moved bitshift from macro to enum definition
15137
15138 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15139
15140         * ext/Makefile.am:
15141         * ext/cairo/Makefile.am:
15142         * ext/cairo/gstcairo.c: (plugin_init):
15143         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
15144         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
15145         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
15146         * ext/cairo/gsttimeoverlay.h:
15147           update of cairo-based timeoverlay to 1.0 Cairo API
15148           doesn't work yet for resizing of output sink
15149
15150 2005-10-11  Wim Taymans  <wim@fluendo.com>
15151
15152         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
15153         newsegment API fix.
15154
15155 2005-10-11  Wim Taymans  <wim@fluendo.com>
15156
15157         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
15158         (gst_dvdemux_demux_frame):
15159         * ext/flac/gstflacdec.c: (gst_flacdec_write):
15160         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15161         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
15162         (gst_avi_demux_handle_seek):
15163         * gst/goom/gstgoom.c: (gst_goom_event):
15164         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
15165         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15166         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15167         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15168         (gst_wavparse_srcpad_event):
15169         newsegment API update.
15170
15171 2005-10-11  Andy Wingo  <wingo@pobox.com>
15172
15173         * ext/speex/gstspeexenc.c: Signedness cleanups.
15174
15175 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
15176
15177         * PORTED_09:
15178         * ext/speex/Makefile.am:
15179         * ext/speex/gstspeex.c:
15180         * ext/speex/gstspeexenc.c:
15181         Speexenc ported to 0.9
15182
15183 2005-10-10  Wim Taymans  <wim@fluendo.com>
15184
15185         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
15186         (gst_oss_sink_init), (gst_oss_sink_set_property),
15187         (gst_oss_sink_get_property), (gst_oss_sink_open),
15188         (gst_oss_sink_prepare), (gst_oss_sink_reset):
15189         * sys/oss/gstosssink.h:
15190         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
15191         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
15192         (gst_oss_src_prepare):
15193         Cleanups, make device configurable in the sink, handle and report
15194         errors.
15195
15196 2005-10-10  Wim Taymans  <wim@fluendo.com>
15197
15198         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
15199         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
15200         Make sure element is NULL before removing from the bin.
15201
15202 2005-10-07  Andy Wingo  <wingo@pobox.com>
15203
15204         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
15205         block forever in a read().
15206         (gst_dv1394src_bus_reset): Post a message when the cable is
15207         unplugged.
15208         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
15209         (gst_dv1394src_bus_reset): Don't unref the message.
15210
15211         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
15212         hacking. The only change should be that the state change stuff was
15213         put into basesrc's start() and stop() routines, which coalesces
15214         some steps.
15215
15216 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15217
15218         * configure.ac:
15219           Add check for mmap
15220           
15221         * gst/debug/Makefile.am:
15222           Only compile efence plugin on systems that have mmap.
15223
15224 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15225
15226         * gst/debug/Makefile.am:
15227         * gst/debug/breakmydata.c:
15228         * gst/debug/gstdebug.c:
15229         * gst/debug/gstnavigationtest.c:
15230         * gst/debug/gstnavseek.c: 
15231         * gst/debug/gstnavseek.h:
15232         * gst/debug/progressreport.c: 
15233         * gst/debug/testplugin.c:
15234           Port progressreport, navseek, navigationtest, testsink and
15235           breakmydata.
15236
15237 2005-10-05  Edward Hervey  <edward@fluendo.com>
15238
15239         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
15240         (gst_dvdemux_src_query):
15241         Fixes for better conversion
15242
15243 2005-10-04  Michael Smith <msmith@fluendo.com>
15244
15245         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
15246         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15247         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
15248         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
15249           Set state of elements to NULL before removing from bins.
15250           Set state of test element to NULL if we failed to move it to READY
15251
15252 2005-10-04  Edward Hervey  <edward@fluendo.com>
15253
15254         * ext/dv/Makefile.am:
15255         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
15256         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
15257         Corrected the query function for position so it doesn't forget what
15258         format was asked, and calls the conversion functions on the correct pad.
15259
15260 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15261
15262         * configure.ac:
15263           back to development
15264
15265 === release 0.9.3 ===
15266
15267 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15268
15269         * configure.ac:
15270           Releasing 0.9.3, "Aramis"
15271
15272 2005-10-03  Andy Wingo  <wingo@pobox.com>
15273
15274         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
15275         error returns.
15276
15277 2005-10-02  Andy Wingo  <wingo@pobox.com>
15278
15279         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
15280
15281         * ext/flac/gstflacenc.c: Ported to 0.9.
15282
15283         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
15284
15285         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
15286         and link to gsttagedit. Enable flacenc.
15287
15288         * ext/flac/gstflacdec.c: Re-enable tag reading.
15289
15290 2005-09-30  Wim Taymans  <wim@fluendo.com>
15291
15292         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15293         * gst/rtp/gstrtpgsmparse.c:
15294         * gst/rtp/gstrtph263penc.c:
15295         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15296         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15297         (gst_rtpmp4venc_set_property):
15298         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15299         Various class and caps fixes from Andre Magalhaes (andrunko)
15300
15301 2005-09-29  Wim Taymans  <wim@fluendo.com>
15302
15303         * gst/level/level-example.c: (main):
15304         Update for new bus API.
15305
15306 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15307
15308         * configure.ac:
15309           Fix unexpanded autoconf macro GST_DOC, which has been renamed
15310           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
15311
15312 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
15313
15314         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
15315           Fix playback of mono streams (bytes_per_sample should be set
15316           from the sample width and the number of channels negotiated,
15317           and not just be set to 4) (#317338)
15318
15319 2005-09-26  Wim Taymans  <wim@fluendo.com>
15320
15321         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
15322         (gst_rtpmpaenc_handle_buffer):
15323         Set buffer duration correctly.
15324
15325 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
15326
15327         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
15328         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
15329         (gst_avi_demux_change_state):
15330           Don't crash when encountering a stream with an unknown fourcc or
15331           codec id. Instead, create a pad of type video/x-avi-unknown or
15332           audio/x-avi-unknown, which as a side-effect also results in less
15333           confusing error messages in players ('no decoder' vs. 'no streams');
15334           minor fixes to state change function and class_init function.
15335
15336 2005-09-24  Wim Taymans  <wim@fluendo.com>
15337
15338         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15339         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15340         These are sinks.
15341
15342 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15343
15344         * check/elements/level.c: (GST_START_TEST):
15345           fix test for new GstClockTime use
15346         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
15347         (gst_level_transform_ip):
15348         * gst/level/gstlevel.h:
15349           fix up the decay peak, ensuring the decay peak is never lower
15350           than the peak for that interval
15351
15352 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15353
15354         * docs/plugins/gst-plugins-good-plugins.args:
15355         * docs/plugins/inspect/plugin-alpha.xml:
15356         * docs/plugins/inspect/plugin-rtp.xml:
15357         * gst/level/gstlevel.c: (gst_level_set_caps),
15358         (gst_level_transform_ip):
15359           updating docs
15360
15361 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15362
15363         * Makefile.am:
15364         * check/elements/level.c: (GST_START_TEST):
15365         * gst/level/Makefile.am:
15366         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
15367         (gst_level_set_property), (gst_level_get_property),
15368         (gst_level_set_caps), (gst_level_message_new),
15369         (gst_level_transform_ip):
15370         * gst/level/gstlevel.h:
15371         * gst/level/level-example.c: (message_handler), (main):
15372           convert to using GstClockTime for all time values, finally.
15373
15374 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15375
15376         * gst/auparse/Makefile.am:
15377         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15378           fix up build
15379         * configure.ac:
15380         * ext/cairo/Makefile.am:
15381         * ext/dv/Makefile.am:
15382         * ext/esd/Makefile.am:
15383         * ext/flac/Makefile.am:
15384         * ext/gconf/Makefile.am:
15385         * ext/gdk_pixbuf/Makefile.am:
15386         * ext/jpeg/Makefile.am:
15387         * ext/ladspa/Makefile.am:
15388         * ext/libcaca/Makefile.am:
15389         * ext/libmng/Makefile.am:
15390         * ext/libpng/Makefile.am:
15391         * ext/mikmod/Makefile.am:
15392         * ext/pango/Makefile.am:
15393         * ext/raw1394/Makefile.am:
15394         * ext/shout2/Makefile.am:
15395         * ext/speex/Makefile.am:
15396         * gst/alpha/Makefile.am:
15397         * gst/autodetect/Makefile.am:
15398         * gst/avi/Makefile.am:
15399         * gst/cutter/Makefile.am:
15400         * gst/debug/Makefile.am:
15401         * gst/effectv/Makefile.am:
15402         * gst/flx/Makefile.am:
15403         * gst/goom/Makefile.am:
15404         * gst/interleave/Makefile.am:
15405         * gst/law/Makefile.am:
15406         * gst/matroska/Makefile.am:
15407         * gst/median/Makefile.am:
15408         * gst/monoscope/Makefile.am:
15409         * gst/multipart/Makefile.am:
15410         * gst/oldcore/Makefile.am:
15411         * gst/rtp/Makefile.am:
15412         * gst/rtsp/Makefile.am:
15413         * gst/smoothwave/Makefile.am:
15414         * gst/smpte/Makefile.am:
15415         * gst/videobox/Makefile.am:
15416         * gst/videofilter/Makefile.am:
15417         * gst/videomixer/Makefile.am:
15418         * gst/wavenc/Makefile.am:
15419         * gst/wavparse/Makefile.am:
15420         * sys/oss/Makefile.am:
15421         * sys/osxaudio/Makefile.am:
15422         * sys/osxvideo/Makefile.am:
15423           fix up GST_LIBS use
15424
15425 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15426
15427         * gst/auparse/Makefile.am:
15428         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15429           fix build of auparse
15430
15431 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
15432
15433         * configure.ac:
15434         * PORTED_09:
15435         * gst/auparse/gstauparse.c:
15436         * gst/auparse/gstauparse.h:
15437         Auparse ported to 0.9.
15438
15439 2005-09-22  Wim Taymans  <wim@fluendo.com>
15440
15441         * gst/rtp/TODO:
15442         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
15443         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15444         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15445         (gst_rtpmp4venc_set_property):
15446         * gst/rtp/gstrtpmp4venc.h:
15447         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15448         * gst/rtp/gstrtpmpaenc.h:
15449         Use is_filled to both check MTU and max-ptime of base class.
15450
15451 2005-09-22  Wim Taymans  <wim@fluendo.com>
15452
15453         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15454         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15455         (gst_rtpmp4venc_set_property):
15456         Don't fragment packets with multiple frames.
15457
15458 2005-09-22  Wim Taymans  <wim@fluendo.com>
15459
15460         * gst/rtp/TODO:
15461         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15462         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15463         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
15464         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
15465         (gst_rtpmp4venc_get_property):
15466         * gst/rtp/gstrtpmp4venc.h:
15467         Remove g_print.
15468         Update TODO
15469         Make payload encoder a bit smarter and more correct with
15470         timestamps.
15471         Added option in payloader to include config string in-band.
15472
15473 2005-09-21  Wim Taymans  <wim@fluendo.com>
15474
15475         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15476         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15477         (gst_rtspsrc_send):
15478         Strip spaces for key/value pairs.
15479
15480 2005-09-21  Wim Taymans  <wim@fluendo.com>
15481
15482         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15483         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15484         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
15485         (gst_rtspsrc_change_state):
15486         More SDP parsing and caps setting.
15487         Do NO_PREROLL differently.
15488         add pads only after negotiated.
15489
15490         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
15491         (gst_udpsrc_getcaps):
15492         Implement the getcaps function.
15493
15494 2005-09-21  Wim Taymans  <wim@fluendo.com>
15495
15496         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
15497         (gst_rtpamrdec_chain):
15498         Handle multiple AMr packets per payload. Handle CRC and
15499         parse ILL/ILP.
15500
15501         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15502         Make caps params strings for easy SDP mapping.
15503         
15504         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
15505         Handle capsnego better.
15506
15507         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15508         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
15509         Generate and parse config string in the caps.
15510
15511 2005-09-21  Wim Taymans  <wim@fluendo.com>
15512
15513         * gst/rtp/README:
15514         Update README
15515
15516         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
15517         Make extra params as strings.
15518
15519         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
15520         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15521         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
15522         Make state change return NO_PREROLL as this is a live
15523         source.
15524
15525         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15526         Don't unref old caps when NULL.
15527
15528 2005-09-20  Wim Taymans  <wim@fluendo.com>
15529
15530         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
15531         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15532         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
15533         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
15534         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
15535         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
15536         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
15537         * gst/rtsp/sdpmessage.h:
15538         Add URI handler.
15539         Parse SDP and create caps.
15540
15541 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
15542
15543         * gst/alpha/gstalpha.c:
15544           fix element description
15545
15546 2005-09-19  Wim Taymans  <wim@fluendo.com>
15547
15548         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
15549         Don't check payload for now.
15550
15551 2005-09-19  Wim Taymans  <wim@fluendo.com>
15552
15553         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
15554         (gst_wavparse_init), (gst_wavparse_parse_file_header),
15555         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
15556         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15557         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15558         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
15559         (gst_wavparse_change_state):
15560         * gst/wavparse/gstwavparse.h:
15561         Fix wavparse some more.
15562
15563 2005-09-19  Wim Taymans  <wim@fluendo.com>
15564
15565         * check/elements/level.c: (GST_START_TEST):
15566         Fix for bus API change.
15567
15568 2005-09-19  Wim Taymans  <wim@fluendo.com>
15569
15570         * gst/level/level-example.c: (main):
15571         Fix for new bus API.
15572
15573         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15574         Set caps on pads.
15575
15576 2005-09-15  Wim Taymans  <wim@fluendo.com>
15577
15578         * gst/rtp/Makefile.am:
15579         * gst/rtp/README:
15580         * gst/rtp/gstrtp.c: (plugin_init):
15581         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
15582         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
15583         (gst_rtpamrdec_change_state):
15584         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
15585         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
15586         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
15587         * gst/rtp/gstrtpamrenc.h:
15588         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15589         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
15590         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
15591         * gst/rtp/gstrtpgsmenc.h:
15592         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
15593         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
15594         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
15595         (gst_rtpgsmparse_change_state):
15596         * gst/rtp/gstrtpgsmparse.h:
15597         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
15598         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
15599         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
15600         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
15601         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
15602         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
15603         * gst/rtp/gstrtph263penc.h:
15604         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
15605         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
15606         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
15607         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
15608         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
15609         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
15610         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
15611         * gst/rtp/gstrtpmp4venc.h:
15612         * gst/rtp/gstrtpmpadec.c:
15613         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
15614         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
15615         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
15616         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
15617         * gst/rtp/gstrtpmpaenc.h:
15618         Updates to payloader/depayloaders, make payloaders use
15619         the base classes.
15620         Updated README with suggested RTP caps and how to convert
15621         to/from SDP.
15622         Added config descriptor in mp4v payloader.
15623
15624 2005-09-15  Andy Wingo  <wingo@pobox.com>
15625
15626         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
15627         * gst/autodetect/gstautovideosink.c
15628         (gst_auto_video_sink_find_best): Update for new registry API.
15629
15630 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15631
15632         * common/c-to-xml.py:
15633         * common/gtk-doc-plugins.mak:
15634           a simple py script to generate valid xml from a C example
15635           probably also need to strip an MIT license when we decide
15636         * docs/plugins/Makefile.am:
15637         * gst/level/Makefile.am:
15638         * gst/level/gstlevel.c: (gst_level_init):
15639         * gst/level/level-example.c: (message_handler), (main):
15640           add an example to level that will show up in the docs
15641         * gst/rtp/TODO:
15642           add a note for the future
15643
15644 2005-09-14  Michael Smith <msmith@fluendo.com>
15645
15646         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
15647           Actually define the debug object being used in wavenc. Fixes #316205
15648
15649 2005-09-14  Michael Smith <msmith@fluendo.com>
15650
15651         * gst/smpte/Makefile.am:
15652           Link against GST_BASE_LIBS, to get it linked against libgstbase;
15653           needed to build on windows (bug 316204)
15654
15655 2005-09-12  Andy Wingo  <wingo@pobox.com>
15656
15657         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
15658
15659 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
15660
15661         * configure.ac:
15662         * gst/fdsrc/Makefile.am:
15663         * gst/fdsrc/gstfdsrc.c:
15664         * gst/fdsrc/gstfdsrc.h:
15665           Move fdsrc back into gstreamer core elements.
15666
15667         * gst/level/gstlevel.c: (gst_level_class_init),
15668         (gst_level_transform_ip):
15669         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
15670           Basetransform changes.
15671
15672 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15673
15674         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
15675         * ext/jpeg/smokecodec.c: (find_best_size):
15676           fix compiler warnings
15677
15678 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15679
15680         * gst-plugins-good.spec.in:
15681           spec file fixes
15682         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
15683         (gst_multiudpsink_render), (gst_multiudpsink_add),
15684         (gst_multiudpsink_clear):
15685           it actually helps to actually stream if we hook up the
15686           "add" signal to an actual implementation
15687         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
15688           some debugging
15689
15690 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
15691
15692         * ext/jpeg/Makefile.am:
15693         * ext/jpeg/gstjpeg.c
15694         * ext/jpeg/gstjpegenc.c:
15695         * ext/jpeg/gstsmokeenc.c:
15696
15697 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15698
15699         * ext/flac/gstflacdec.c:
15700         * ext/flac/gstflacenc.c:
15701         * ext/flac/gstflactag.c:
15702         * ext/speex/gstspeexenc.c:
15703           gsttaginterface.h -> gsttagsetter.h
15704
15705 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
15706
15707         * configure.ac:
15708         * gst/debug/Makefile.am:
15709         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
15710         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
15711         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
15712         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
15713         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
15714           Port to 0.9 and re-enable efence plugin.
15715
15716 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
15717
15718         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
15719         (gst_flacdec_write), (gst_flacdec_convert_src):
15720         * ext/flac/gstflacdec.h:
15721           Add support for flac files with 24/32 bits per sample; and misc.
15722           minor clean-ups. Seeking is still partly broken (for me at least).
15723
15724 2005-09-06  Wim Taymans  <wim@fluendo.com>
15725
15726         * gst/rtp/Makefile.am:
15727         * gst/rtp/gstrtp.c: (plugin_init):
15728         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
15729         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
15730         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
15731         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
15732         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
15733         (gst_rtpmp4vdec_plugin_init):
15734         * gst/rtp/gstrtpmp4vdec.h:
15735         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
15736         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
15737         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
15738         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
15739         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
15740         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
15741         * gst/rtp/gstrtpmp4venc.h:
15742         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
15743         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
15744         Added mpeg4 video payload encoder/decoder.
15745         Added some docs in mpa payloader.
15746
15747 === release 0.9.1 ===
15748
15749 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15750
15751         * NEWS:
15752         * README:
15753         * RELEASE:
15754         * autogen.sh:
15755         * configure.ac:
15756           releasing 0.9.1, "Blondie"
15757
15758 2005-09-05  Andy Wingo  <wingo@pobox.com>
15759
15760         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
15761         here from the state change handler, so we fire signals without
15762         holding the state lock.
15763
15764 2005-09-02  Andy Wingo  <wingo@pobox.com>
15765
15766         * All plugins updated for element state changes.
15767
15768 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15769
15770         * Makefile.am:
15771         * check/.cvsignore:
15772         * check/Makefile.am:
15773         * check/elements/.cvsignore:
15774         * check/elements/level.c: (setup_level), (cleanup_level),
15775         (GST_START_TEST), (level_suite), (main):
15776           add a test for level
15777         * common/release.mak:
15778           move the enum checking to release.mak
15779         * configure.ac:
15780           add valgrind and check checking
15781         * gst/level/gstlevel.c: (gst_level_transform):
15782         * gst/level/gstlevel.h:
15783           fix Andy's cast bug
15784           convert a field to int
15785           fix the arithmetic to int when checking for emit so that a
15786           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
15787
15788 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15789
15790         * Makefile.am:
15791         * configure.ac:
15792           add docs to build
15793         * common/plugins.xsl:
15794           wrap Description into a refsect2
15795         * docs/Makefile.am:
15796         * docs/plugins/Makefile.am:
15797         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15798         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15799         * gst/goom/Makefile.am:
15800         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
15801         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
15802         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
15803         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
15804         (gst_goom_change_state):
15805         * gst/goom/gstgoom.h:
15806           GstGOOM -> GstGoom
15807           add an example launch line
15808         * gst/level/gstlevel.h:
15809         * gst/monoscope/gstmonoscope.c:
15810           cleanups
15811
15812 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15813
15814         * configure.ac:
15815         * docs/plugins/Makefile.am:
15816         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15817         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15818         * docs/plugins/gst-plugins-good-plugins.types:
15819           document elements and plugins.  Shazam !
15820
15821 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15822
15823         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
15824           be found under doc/random/ChangeLog-0.8