Mention bug 415627 fixed with previous commit
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
2
3         * configure.ac:
4         * docs/plugins/Makefile.am:
5         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7         * docs/plugins/gst-plugins-good-plugins.args:
8         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9         * docs/plugins/gst-plugins-good-plugins.interfaces:
10         * docs/plugins/inspect/plugin-equalizer.xml:
11         * gst/equalizer/Makefile.am:
12         * tests/check/Makefile.am:
13         * tests/examples/Makefile.am:
14         Move the equalizer plugin across from -bad
15
16         * tests/check/elements/.cvsignore:
17         Add equalizer, audiosincwband and audiosincwlimit
18
19         * tests/check/elements/equalizer.c:
20         Fix compiler warnings
21
22         Fixes: #415627
23
24 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
25
26         * configure.ac:
27         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
28         are treated like releases and build without it.
29
30 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
31
32         * docs/plugins/Makefile.am:
33         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
34         * docs/plugins/gst-plugins-good-plugins-sections.txt:
35         * docs/plugins/gst-plugins-good-plugins.args:
36         * docs/plugins/inspect/plugin-audiofx.xml:
37         * gst/audiofx/Makefile.am:
38         * gst/audiofx/audiofx.c:
39         * gst/audiofx/audiowsincband.c:
40         * gst/audiofx/audiowsincband.h:
41         * gst/audiofx/audiowsinclimit.c:
42         * gst/audiofx/audiowsinclimit.h:
43         * tests/check/Makefile.am:
44         * tests/check/elements/audiowsincband.c:
45         * tests/check/elements/audiowsinclimit.c:
46
47         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
48         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
49         respectively.
50
51         Fixes: #467666
52
53 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
54
55         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
56         * tests/check/elements/icydemux.c:
57           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
58           caps, and add a somewhat useful debug message. Plus test.
59
60 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
61
62         * gst/rtsp/gstrtspsrc.c:
63         Include unistd.h only if HAVE_UNISTD_H is defined
64         * win32/common/config.h.in:
65         * win32/common/config.h:
66         Define socklen_t as it seems it's not defined in default 
67         Visual Studio headers.
68         * win32/vs6/libgstalpha.dsp:
69         * win32/vs6/libgstapetag.dsp:
70         * win32/vs6/libgstavi.dsp:
71         * win32/vs6/libgstrtp.dsp:
72         * win32/vs6/libgstrtsp.dsp:
73         * win32/vs6/libgstvideomixer.dsp:
74         Update project file dependencies and add new source files       
75
76 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
77
78         Patch by: Bjarne Rosengren <bjarne at axis dot com>
79
80         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
81         Don't leak buffers when we don't push them downstream.
82         Fixes bug #514965.
83
84 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
85
86         * configure.ac:
87           Bump requirements to (good) released versions to avoid
88           confusion and make implicit core requirement explicit.
89
90 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
91
92         * docs/plugins/Makefile.am:
93         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
94         * docs/plugins/gst-plugins-good-plugins-sections.txt:
95         * docs/plugins/gst-plugins-good-plugins.args:
96         * docs/plugins/inspect/plugin-audiofx.xml:
97         * gst/audiofx/Makefile.am:
98         * gst/audiofx/audiochebband.c:
99         * gst/audiofx/audiochebband.h:
100         * gst/audiofx/audiocheblimit.c:
101         * gst/audiofx/audiocheblimit.h:
102         * gst/audiofx/audiochebyshevfreqband.c:
103         * gst/audiofx/audiochebyshevfreqband.h:
104         * gst/audiofx/audiochebyshevfreqlimit.c:
105         * gst/audiofx/audiochebyshevfreqlimit.h:
106         * gst/audiofx/audiofx.c:
107         * tests/check/Makefile.am:
108         * tests/check/elements/.cvsignore:
109         * tests/check/elements/audiochebband.c:
110         * tests/check/elements/audiocheblimit.c:
111         * tests/check/elements/audiochebyshevfreqband.c:
112         * tests/check/elements/audiochebyshevfreqlimit.c:
113
114         Rename audiochebyshevfreqband -> audiochebband and
115         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
116         surgery.
117
118         Closes: #491811
119
120 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
121
122         Patch by: orjan <orjanf at axis dot com>
123
124         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
125         Fix caps memory leak. Fixes #514573.
126
127 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
128
129         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
130         If there's no entries in the subindex, don't try to do anything stupid,
131         just return.
132
133 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
134
135         Patch by: John Millikin <jmillikin at gmail dot com>
136
137         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
138           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
139           Fix extraction of picture blocks with newer libflac versions again:
140           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
141
142 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
143
144         * tests/check/Makefile.am:
145           Add rtp-payloading test to VALGRIND_TO_FIX.
146
147         * tests/check/elements/rtp-payloading.c:
148           Add semicolons after GST_TEST_END so gst-indent gets the
149           formatting right; make test less verbose in general, but
150           more verbose in the error case (which should probably
151           make the test fail anyway).
152
153 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
154
155         * docs/plugins/Makefile.am:
156         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
157         * docs/plugins/gst-plugins-good-plugins-sections.txt:
158         * gst/avi/gstavisubtitle.c:
159         Add documentation for avisubtitle and change class to
160         Codec/Parser/Subtitle
161
162 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
163
164         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
165         Treat ENOTTY (driver does not implement ioctl) the same as
166         EINVAL since it implies there are no available standards.
167
168         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
169         (gst_v4l2src_get_nearest_size):
170         Replace gst_v4l2src_get_size_limits with 2 calls to new function
171         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
172         probe if the driver does not support VIDIOC_TRY_FMT for whatever
173         reason, and if we aren't yet actively capturing.
174
175         * sys/v4l2/v4l2src_calls.h:
176         Remove replaced function declaration.
177
178 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
179
180         * configure.ac:
181         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
182         API.
183
184 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
185
186         * configure.ac:
187         Fix typo.
188
189 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
190
191         * gst/alpha/Makefile.am:
192         * gst/alpha/gstalpha.c:
193
194         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
195         some stuff, and making buffer-alloc and resizing work automatically.
196         No longer crashes on odd frame widths and heights, although there
197         seems to be a disagreement with ffmpegcolorspace about what size
198         an AYUV frame with odd height should be.
199
200 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
201
202         Patch by: Alessandro Decina <alessandro at nnva dot org>
203
204         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
205         * ext/libpng/gstpngenc.h:
206         Preallocate the output buffer so that g_memdup() and
207         gst_buffer_merge() aren't needed anymore. This greatly improves
208         performances and fixes #512544.
209
210 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
211
212         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
213         (gst_avi_demux_stream_data):
214         GStreamer timestamps are PTS values while AVI only knows about DTS
215         timestamps. Make sure we only copy the DTS as the buffer timestamp when
216         we are dealing with a key frame.
217
218 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
219
220         * tests/check/Makefile.am:
221         * tests/check/elements/.cvsignore:
222         * tests/check/elements/rtp-payloading.c:
223           Add add testsuite for the rtp-payloader that tries simulating
224           dataflow. Needs more test data.
225
226 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
227
228         * tests/check/elements/alphacolor.c:
229           Remove two unused variables.
230
231 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
232
233         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
234           Use g_ascii_strtoll() instead of atoll, which is only
235           available in C99.
236
237 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
238
239         * gst/rtp/Makefile.am:
240         * gst/rtp/gstrtp.c:
241         * gst/rtp/gstrtpmpvpay.c:
242         * gst/rtp/gstrtpmpvpay.h:
243         Add MPEG2 video payloader
244
245 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
246
247         * gst/level/gstlevel.c:
248         Use #include <math.h> instead of #include "math.h".
249
250 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
251
252         * tests/check/Makefile.am:
253         Fix up some CFLAGS sets.
254         Don't include gconfvideosrc in the states test.
255
256         * tests/check/elements/autodetect.c: (GST_START_TEST):
257         Add some error strings to fail_unless arguments to fix some weird
258         compiler errors on Solaris.
259
260 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
261
262         * configure.ac:
263         Detect video4linux headers on Solaris too.
264         * sys/v4l2/gstv4l2colorbalance.h:
265         * sys/v4l2/gstv4l2object.h:
266         * sys/v4l2/v4l2_calls.c:
267         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
268         (gst_v4l2_buffer_new):
269
270         Make v4l2 build on Solaris.
271         Patch by: Brian Cameron  <brian.cameron at sun dot com>
272         Fixes: #510505
273
274 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
275
276         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
277           Update list from (still local) scanning script.
278
279 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
280
281         Based on a patch by:
282             Victor STINNER <victor dot stinner at haypocalc dot com>
283
284         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
285         Set variable to NULL after freeing it to prevent double frees
286         or make failures by another use of it afterwards more obvious
287         and fix use of it after the freeing. Fixes bug #510592.
288
289 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
290
291         * gst/udp/gstmultiudpsink.c:
292         use GST_WARNING for logging
293
294 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
295
296         * gst/udp/gstmultiudpsink.c:
297         Don't try to leave a multicast group with an invalid socket
298
299 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
300
301         * ext/flac/gstflacdec.c:
302           Fix compilation against flac 1.1.2 (as on debian stable), where
303           the picture metadata defines and structs don't exist yet.
304           Fixes #509301.
305
306 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
307
308         Patch by: Olivier Crete <tester at tester dot ca>
309
310         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
311         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
312         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
313         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
314         * gst/udp/gstmultiudpsink.h:
315         Add property to automatically join a multicast group or not. This can be
316         useful when sharing a socket between multiple elements.
317         Fixes #509531.
318
319 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
320
321         * gst/videomixer/Makefile.am:
322           Add controller flags.
323
324 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
325
326         * gst/videomixer/videomixer.c:
327           Also commit the missing gst_object_sync_values().
328
329 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
330
331         * docs/plugins/Makefile.am:
332           Remove duplicate entry.
333
334 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
335
336         * docs/plugins/Makefile.am:
337         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
338         * docs/plugins/gst-plugins-good-plugins-sections.txt:
339         * docs/plugins/inspect/plugin-gamma.xml:
340         * docs/plugins/inspect/plugin-monoscope.xml:
341         * docs/plugins/inspect/plugin-video4linux2.xml:
342           Add 3 more plugins to docs.
343
344 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
345
346         * docs/plugins/gst-plugins-good-plugins-sections.txt:
347         * sys/osxvideo/osxvideosink.h:
348           Revert previous change caused by a file that got stuck on an old
349           revision.
350
351 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
352
353         * docs/plugins/gst-plugins-good-plugins-sections.txt:
354         * gst/multipart/Makefile.am:
355         * gst/multipart/multipartdemux.c:
356         * gst/multipart/multipartdemux.h:
357         * gst/multipart/multipartmux.c:
358         * gst/multipart/multipartmux.h:
359           Re-add multipartdemux to the docs. Last round of section cleanup.
360
361 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
362
363         * docs/plugins/Makefile.am:
364         * docs/plugins/gst-plugins-good-plugins-sections.txt:
365         * sys/osxaudio/gstosxaudiosink.h:
366         * sys/osxvideo/osxvideosink.h:
367           Managed to resolve most unused declarations. Filed a bug for one left.          
368
369 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
370
371         * docs/plugins/gst-plugins-good-plugins-sections.txt:
372           Cleanup section file.
373
374 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
375
376         * docs/plugins/Makefile.am:
377         * docs/plugins/gst-plugins-good-plugins.args:
378         * docs/plugins/gst-plugins-good-plugins.signals:
379         * docs/plugins/inspect/plugin-alaw.xml:
380         * docs/plugins/inspect/plugin-alpha.xml:
381         * docs/plugins/inspect/plugin-alphacolor.xml:
382         * docs/plugins/inspect/plugin-annodex.xml:
383         * docs/plugins/inspect/plugin-apetag.xml:
384         * docs/plugins/inspect/plugin-audiofx.xml:
385         * docs/plugins/inspect/plugin-auparse.xml:
386         * docs/plugins/inspect/plugin-autodetect.xml:
387         * docs/plugins/inspect/plugin-avi.xml:
388         * docs/plugins/inspect/plugin-cairo.xml:
389         * docs/plugins/inspect/plugin-cdio.xml:
390         * docs/plugins/inspect/plugin-cutter.xml:
391         * docs/plugins/inspect/plugin-debug.xml:
392         * docs/plugins/inspect/plugin-dv.xml:
393         * docs/plugins/inspect/plugin-efence.xml:
394         * docs/plugins/inspect/plugin-effectv.xml:
395         * docs/plugins/inspect/plugin-flac.xml:
396         * docs/plugins/inspect/plugin-flxdec.xml:
397         * docs/plugins/inspect/plugin-gconfelements.xml:
398         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
399         * docs/plugins/inspect/plugin-goom.xml:
400         * docs/plugins/inspect/plugin-halelements.xml:
401         * docs/plugins/inspect/plugin-icydemux.xml:
402         * docs/plugins/inspect/plugin-id3demux.xml:
403         * docs/plugins/inspect/plugin-jpeg.xml:
404         * docs/plugins/inspect/plugin-ladspa.xml:
405         * docs/plugins/inspect/plugin-level.xml:
406         * docs/plugins/inspect/plugin-matroska.xml:
407         * docs/plugins/inspect/plugin-mulaw.xml:
408         * docs/plugins/inspect/plugin-multipart.xml:
409         * docs/plugins/inspect/plugin-navigationtest.xml:
410         * docs/plugins/inspect/plugin-png.xml:
411         * docs/plugins/inspect/plugin-quicktime.xml:
412         * docs/plugins/inspect/plugin-rtp.xml:
413         * docs/plugins/inspect/plugin-rtsp.xml:
414         * docs/plugins/inspect/plugin-shout2send.xml:
415         * docs/plugins/inspect/plugin-smpte.xml:
416         * docs/plugins/inspect/plugin-speex.xml:
417         * docs/plugins/inspect/plugin-taglib.xml:
418         * docs/plugins/inspect/plugin-udp.xml:
419         * docs/plugins/inspect/plugin-videobalance.xml:
420         * docs/plugins/inspect/plugin-videobox.xml:
421         * docs/plugins/inspect/plugin-videocrop.xml:
422         * docs/plugins/inspect/plugin-videoflip.xml:
423         * docs/plugins/inspect/plugin-videomixer.xml:
424         * docs/plugins/inspect/plugin-wavenc.xml:
425         * docs/plugins/inspect/plugin-wavpack.xml:
426         * docs/plugins/inspect/plugin-wavparse.xml:
427           Update plugin docs.
428
429         * gst/videomixer/Makefile.am:
430         * gst/videomixer/videomixer.c:
431         * gst/videomixer/videomixer.h:
432         * gst/videomixer/videomixerpad.h:
433           Split out header to fix warnings from the doc-build.
434
435 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
436
437         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
438
439         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
440         Use atoll to parse the rtptime with enough precision. Fixes #509329.
441
442 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
443
444         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
445         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
446           Initialise variables to work around (false) 'foo might be used
447           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
448
449 2008-01-11  David Schleef  <ds@schleef.org>
450
451         * docs/plugins/.cvsignore:
452         * tests/check/pipelines/.cvsignore:
453           Ignore more files for the buildbot.
454
455 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
456
457         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
458         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
459         Generate the image-type values correctly. Leave them out of the caps
460         when outputting a "preview image" tag, since it only makes sense
461         to have one of those - the type is irrelevant.
462
463         * sys/sunaudio/gstsunaudiomixerctrl.c:
464         (gst_sunaudiomixer_ctrl_open):
465         If we can, mark the mixer multiple open when we use it, in case
466         (for some reason) the process wants to open it again elsewhere.
467
468 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
469
470         Patch by: Olivier Crete <tester at tester dot ca>
471
472         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
473         * gst/rtp/gstrtptheorapay.c:
474         Fix the clock rate to 90000 as required by the RFC.
475         Fixes #508644.
476
477 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
478
479         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
480           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
481
482 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
483
484         * autogen.sh:
485           Add -Wno-portability to the automake parameters to stop warnings
486           about GNU make extensions being used. We require GNU make in almost
487           every Makefile anyway.
488           
489         * configure.ac:
490           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
491           at the same time is required for per target flags.
492
493 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
494
495         * gst/videomixer/videomixer.c: (gst_videomixer_init):
496         Fix error from my last commit.
497
498 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
499
500         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
501
502         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
503           Make sure the ISO 639-X language code in ID3v2 COMM frames
504           is actually valid UTF-8 (or rather: ASCII), so we don't end
505           up with non-UTF8 strings in tags if there's garbage in the
506           language field. Also make sure the language code is always
507           lower case. Fixes: #508291.
508
509 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
510
511         * ChangeLog:
512           Fix ChangeLog typo.
513
514 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
515
516         * Makefile.am:
517           Include lcov.mak to allow building coverage reports. Guard
518           check-torture target like in the other packages.
519
520 2008-01-09  Sameer Naik  <sameer@damagehead.com>
521
522         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
523
524         * gst/videomixer/videomixer.c:
525         (gst_videomixer_set_master_geometry), (_do_init),
526         (gst_videomixer_child_proxy_get_child_by_index),
527         (gst_videomixer_child_proxy_get_children_count),
528         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
529         (gst_videomixer_init), (gst_videomixer_request_new_pad),
530         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
531         Implement GstChildProxy interface.
532         Send newsegment at the right moment
533         Fixes #488879
534
535 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
536
537         * gst/alpha/Makefile.am:
538         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
539         (gst_alpha_sink_event), (gst_alpha_chain),
540         (gst_alpha_change_state), (plugin_init):
541         Make the various properties of 'alpha' controllable. This allows doing
542         niceties like fade-in/fade-out.
543
544 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
545
546         * gst/rtp/gstasteriskh263.c:
547         * gst/rtp/gstrtpL16depay.c:
548         * gst/rtp/gstrtpac3depay.c:
549         * gst/rtp/gstrtpamrpay.c:
550         * gst/rtp/gstrtpdepay.c:
551         * gst/rtp/gstrtpgsmdepay.c:
552         * gst/rtp/gstrtph263depay.c:
553         * gst/rtp/gstrtph263pdepay.c:
554         * gst/rtp/gstrtph263ppay.c:
555         * gst/rtp/gstrtph264depay.c:
556         * gst/rtp/gstrtph264pay.c:
557         * gst/rtp/gstrtpmp2tdepay.c:
558         * gst/rtp/gstrtpmp4adepay.c:
559         * gst/rtp/gstrtpmp4gdepay.c:
560         * gst/rtp/gstrtpmp4gpay.c:
561         * gst/rtp/gstrtpmp4vdepay.c:
562         * gst/rtp/gstrtpmpadepay.c:
563         * gst/rtp/gstrtpmpvdepay.c:
564         * gst/rtp/gstrtpsv3vdepay.c:
565         * gst/rtp/gstrtptheoradepay.c:
566         * gst/rtp/gstrtptheorapay.c:
567         * gst/rtp/gstrtpvorbisdepay.c:
568         * gst/rtp/gstrtpvorbispay.c:
569           Remove copy/paste unused code (property setters and getter) found by
570           the coverage suite (yay, saves ~20k on disk).
571
572 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
573
574         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
575           (videosink_templ):
576           Also fix up pad templates to indicate that image/jpeg doesn't
577           absolutely require the framerate property to be set (#504081).
578
579 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
580
581         Based on patch by: Wouter Cloetens  <wouter at mind be>
582
583         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
584           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
585           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
586         * gst/matroska/matroska-mux.h:
587           Keep track of first and last timestamps for each incoming stream,
588           so we can calculate the total duration for live sources and other
589           input where we can't query the duration from the start or where
590           there's no constant framerate from which we can deduce the
591           duration; also use calculated/observed duration if it is bigger
592           than the previously queried duration. Furthermore, use
593           gst_pad_query_peer_duration() and take into account that it may
594           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
595           screws up comparisons when using unsigned integers. Fixes #504081.
596
597 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
598
599         * configure.ac:
600         * gst/audiofx/audioamplify.c:
601         (gst_audio_amplify_clipping_method_get_type),
602         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
603         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
604         (gst_audio_dynamic_transform_ip):
605         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
606         (gst_audio_invert_transform_ip):
607         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
608         (gst_audio_panorama_transform):
609         * gst/level/gstlevel.c: (gst_level_init):
610         Make elements GST_BUFFER_FLAG_GAP aware and call
611         gst_base_transform_set_gap_aware for this.
612         Bump core requirement to CVS.
613         
614         * gst/audiofx/audiochebyshevfreqband.c:
615         (gst_audio_chebyshev_freq_band_transform_ip):
616         * gst/audiofx/audiochebyshevfreqlimit.c:
617         (gst_audio_chebyshev_freq_limit_transform_ip):
618         Also sync GObject properties to the controller if operating
619         in passthrough mode.
620
621 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
622
623         * sys/directdraw/gstdirectdrawsink.c:
624           (gst_directdraw_sink_window_thread):
625           FALSE is not a gpointer.
626
627 2008-01-05  Julien Moutte  <julien@fluendo.com>
628
629         * sys/directdraw/gstdirectdrawsink.c:
630         (gst_directdraw_sink_set_window_id),
631         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
632         (gst_directdraw_sink_buffer_alloc),
633         (gst_directdraw_sink_draw_borders),
634         (gst_directdraw_sink_show_frame),
635         (gst_directdraw_sink_setup_ddraw),
636         (gst_directdraw_sink_window_thread),
637         (gst_directdraw_sink_get_ddrawcaps),
638         (gst_directdraw_sink_surface_create): Make sure we create our
639         internal window only when we need it. That will give a chance to
640         the application to get the prepare-xwindow-id bus message. Draw
641         black borders when keeping aspect ratio. Handle the case where our
642         rendering window disappears (closed or errors) like other sinks
643         do. Various 80 columns fixes, improve state change order. That
644         element could need some more love.
645
646 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
647
648         * ext/taglib/gstapev2mux.h:
649         * ext/taglib/gstid3v2mux.h:
650         Remove useless typedefs without new type name. Fixes a warning with
651         gcc 4.3.
652
653 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
654
655         Patch by: John Millikin <jmillikin at gmail dot com>
656
657         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
658         (gst_flac_dec_setup_stream_decoder),
659         (gst_flac_normalize_picture_mime_type),
660         (gst_flac_extract_picture_buffer),
661         (gst_flac_dec_metadata_callback):
662         Emit metadata messages when a PICTURE block is encountered.
663         Fixes #506715.
664
665 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
666
667         * gst/avi/gstavi.c:
668         increase rank because no known issues anymore ...
669         * gst/avi/gstavisubtitle.c:
670         send subtitle name to the srcpad
671
672 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
673
674         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
675         * gst/rtsp/gstrtspsrc.h:
676         Implement redirect for the DESCRIBE reply. Fixes #506025.
677
678 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
679
680         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
681         Fix 'xyz may be used uninitialized' compiler warnings caused
682         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
683         abort() in any case but properly report the error.
684
685 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
686
687         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
688         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
689         * sys/ximage/gstximagesrc.c: (composite_pixel):
690           Fix 'xyz may be used uninitialized' compiler warnings caused
691           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
692           not really nice to abort in any case). Fixes #505745.
693
694 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
695
696         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
697           Small unit test fix (has no practical impact at the moment,
698           since we're only feeding utf8 and hence just create a sub-
699           buffer for the output).
700
701 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
702
703         * gst/avi/gstavisubtitle.c:
704         * tests/check/elements/avisubtitle.c:
705         Add seeking support for avi subtitle
706
707 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
708
709         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
710         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
711         (gst_flac_dec_write):
712         * ext/flac/gstflacdec.h:
713         Remove some unused vars.
714         Do more cleanup of leftover events and tags.
715         Output tags after the segment event. Fixes #504018.
716
717 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
718
719         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
720           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
721           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
722           Detect other UTF byte order markers and convert to UTF-8 as
723           appropriate.
724
725 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
726
727         * gst/avi/gstavisubtitle.c: (src_template),
728           (gst_avi_subtitle_extract_utf8_file),
729           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
730           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
731           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
732         * gst/avi/gstavisubtitle.h:
733           Refactor a bit; fix name extraction; don't assume all the data
734           in the chunk is actually subtitle data, there may be padding at
735           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
736           file so it's there to send again after a seek (for future use).
737
738 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
739
740         * gst/avi/Makefile.am:
741         * gst/avi/gstavi.c:
742         * gst/avi/gstavisubtitle.c:
743         * gst/avi/gstavisubtitle.h:
744         * tests/check/Makefile.am:
745         * tests/check/elements/avisubtitle.c:
746         * win32/common/config.h:
747                 Add avi subtitle element for bug #442034. Need seeking support
748                 and more support for character conversion.
749
750 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
751
752         * Makefile.am:
753           Include common/win32.mak for CRLF check of win32 project
754           files (see #393626).
755
756         * win32/vs6/libgstpng.dsp:
757           Fix line endings and do cvs admin -kb.
758
759 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
760
761         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
762         Actually drop the buffers which are outside the currently configured
763         segment instead of just emitting a WARNING.
764
765 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
766
767         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
768         (gst_flac_dec_write):
769         * ext/flac/gstflacdec.h:
770         Send segments from the streaming thread. Fixes #502187.
771         Fix segment seeking and a bunch of other seeking cases.
772
773 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
774
775         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
776           Parse WOAF frames and put the result into GST_TAG_CONTACT,
777           which is where it would end up if the same information was
778           put in a vorbis comment (don't think it's worth adding a
779           new URI tag for this). Fixes #488112.
780
781 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
782
783         * configure.ac:
784           We need core/base 0.10.15 or later.
785
786 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
787
788         Patch by: Mark Nauwelaerts <manauw skynet be>
789
790         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
791         Fix regression in stream numbering. Fixes #502655.
792
793 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
794
795         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
796
797         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
798         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
799         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
800         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
801         (gst_rtp_h264_pay_handle_buffer):
802         * gst/rtp/gstrtph264pay.h:
803         Use higher performance start-code searching.
804         Parse NALs and store SPS, PPS and profile in the caps so that they can
805         be used in the SDP. Fixes #502814.
806
807 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
808
809         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
810         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
811           Init some structs to zero before we pass them to ioctl, which
812           avoids valgrind warnings.  Also fix a small memory leak.
813
814 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
815
816         Patch by: Wouter Cloetens <wouter at mind dot be>
817
818         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
819         Copy timestamp from input to output. Not very perfect yet but better
820         than nothing. Fixes #503023.
821
822 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
823
824         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
825           Also print a useful error message with the old Wavpack API
826           if possible.
827
828 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
829
830         * ext/wavpack/gstwavpackdec.c:
831           More build fixes for old libwavpack versions: include config.h so
832           that WAVPACK_OLD_API is actually defined as detected; only use
833           WavpackGetErrorMessage if it is available. This fixes the build
834           on debian stable for me.
835
836 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
837
838         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
839         * ext/wavpack/gstwavpackparse.c:
840           (gst_wavpack_parse_create_src_pad):
841           Workaround the non-existance of WavpackGetChannelMask in Wavpack
842           versions below 4.40.0.
843
844 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
845
846         * configure.ac:
847           And now do it right for real...
848
849 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
850
851         * configure.ac:
852           Correctly reset $LIBS to not contain -lm.
853
854 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
855
856         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
857
858         * configure.ac:
859         * ext/cairo/gsttimeoverlay.c:
860           (gst_cairo_time_overlay_print_smpte_time):
861           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
862           and checking for rint() and implementing it ourself if it doesn't
863           exist. Fixes #497293.
864
865 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
866
867         * configure.ac:
868           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
869
870 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
871
872         * sys/oss/gstosshelper.c:
873         Verify that the format returned after the ioctl is the one
874         we requested. It is valid for the ioctl to succeed while
875         substituting an alternate 'supported' sample format.
876
877 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
878
879         * sys/oss/gstossaudio.c: (plugin_init):
880         * sys/oss/gstosssink.c: (gst_oss_sink_open):
881         * sys/oss/gstosssrc.c: (gst_oss_src_open):
882           Post decent (and translated) error message when we can't
883           open the audio device for some reason.
884
885 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
886
887         * sys/oss/gstosssink.c:
888         * sys/oss/gstosssrc.c:
889         Allow the AUDIODEV environment variable to redirect us
890         to a different default OSS device, like sunaudiosink does
891         on Solaris (makes audio play automatically on SunRays).
892
893 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
894
895         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
896         * gst/audiofx/audiochebyshevfreqband.c:
897         (gst_audio_chebyshev_freq_band_transform_ip):
898         * gst/audiofx/audiochebyshevfreqlimit.c:
899         (gst_audio_chebyshev_freq_limit_transform_ip):
900         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
901         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
902         The transform_ip() methods should do nothing if in passthrough mode.
903         It might get non-writable buffers in that case but the buffer might
904         as well be writable.
905
906         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
907         The transform() methods won't be called in passthrough mode and
908         otherwise the buffer is always writable so don't check here.
909
910 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
911
912         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
913           Fix seeking in .wav files again (#501775).  Some people seem to think
914           they don't need to test their changes when they're just 'reflowing'
915           some code.
916
917 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
918
919         * gst/autodetect/gstautovideosink.c:
920         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
921         (gst_auto_video_sink_init),
922         (gst_auto_video_sink_create_element_with_pretty_name),
923         (gst_auto_video_sink_find_best),
924         (gst_auto_video_sink_set_property),
925         (gst_auto_video_sink_get_property):
926         * gst/autodetect/gstautovideosink.h:
927         Fix docs.
928         Use same error reporting code as autoaudiosink.
929         Add property to filter sinks based on caps. Only select raw video sinks
930         by default for backwards compat.
931         API: GstAutoVideoSink::filter-caps
932
933 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
934
935         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
936
937         * gst/autodetect/gstautoaudiosink.c:
938         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
939         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
940         (gst_auto_audio_sink_set_property),
941         (gst_auto_audio_sink_get_property):
942         * gst/autodetect/gstautoaudiosink.h:
943         Add property to filter sinks based on caps. Only select raw audio sinks
944         by default for backwards compat.  Fixes #417420.
945         API: GstAutoAudioSink::filter-caps
946
947 2007-11-29  Michael Smith <msmith@fluendo.com>
948
949         Patch by: Arek Korbik <arkadini@gmail.com>
950
951         * gst/videobox/gstvideobox.c: (plugin_init):
952           Initialise liboil in plugin_init()
953
954 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
955
956         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
957         Post error before sending EOS. Fixes #499178.
958
959 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
960
961         * win32/vs6/gst_plugins_good.dsw:
962         * win32/vs6/libgstpng.dsp:
963         Add a project file for libgstpng
964
965 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
966
967         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
968         (gst_rtp_h263_depay_process):
969         Code beautification.
970         Added debug statements.
971         Don't bit-shift everything, just do operations on last/first byte
972         instead.
973
974 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
975
976         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
977
978         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
979         Fix wrong comparison in overrun check. Fixes #499239 some more.
980
981 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
982
983         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
984         (gst_rtp_h263_depay_process):
985         * gst/rtp/gstrtph263depay.h:
986         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
987         stream.
988
989 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
990
991         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
992
993         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
994         (gst_rtp_mp4a_depay_process):
995         * gst/rtp/gstrtpmp4adepay.h:
996         Fix depayloading when multiple frames are inside one RTP packet.
997         Fixes #499239.
998
999 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1000
1001         * gst/level/gstlevel.c:
1002           Add GAP-flag support.
1003
1004 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
1005
1006         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
1007         Read the I flag for Mode A h263 rtp stream and set the
1008         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
1009         Fixes #499383
1010
1011 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1012
1013         * gst/level/gstlevel.c:
1014           Remove some dead code and do cleanups.
1015
1016 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1017
1018         * tests/check/pipelines/simple-launch-lines.c:
1019           Improve the tests by allowing to set a target state.
1020
1021 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
1022
1023         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
1024         Don't check the caps of the output buffer if they're equal some
1025         other caps. The caps can change in a backward compatible way
1026         and did at this point.
1027
1028 2007-11-24  Julien MOUTTE  <julien@moutte.net>
1029
1030         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
1031         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
1032         (gst_qtdemux_seek_to_previous_keyframe),
1033         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
1034         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
1035         reverse playback support.
1036
1037 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1038
1039         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
1040         Also set the channel layout on the Wavpack caps if we're having
1041         a mono layout. Of course only do it for "audio/x-wavpack".
1042
1043 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1044
1045         * ext/wavpack/gstwavpackcommon.c:
1046         (gst_wavpack_get_default_channel_mask),
1047         (gst_wavpack_set_channel_layout),
1048         (gst_wavpack_get_default_channel_positions),
1049         (gst_wavpack_get_channel_mask_from_positions),
1050         (gst_wavpack_set_channel_mapping):
1051         * ext/wavpack/gstwavpackcommon.h:
1052         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
1053         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
1054         * ext/wavpack/gstwavpackdec.h:
1055         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1056         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
1057         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
1058         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
1059         (gst_wavpack_enc_rewrite_first_block),
1060         (gst_wavpack_enc_sink_event):
1061         * ext/wavpack/gstwavpackenc.h:
1062         * ext/wavpack/gstwavpackparse.c:
1063         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
1064         (gst_wavpack_parse_scan_to_find_sample),
1065         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
1066         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
1067         * ext/wavpack/gstwavpackparse.h:
1068         Add support for encoding, parsing and decoding multichannel
1069         files with up to 8 channels. This also improves the robustness
1070         of parsing quite a bit.
1071
1072         * ext/wavpack/gstwavpackstreamreader.c:
1073         (gst_wavpack_stream_reader_read_bytes),
1074         (gst_wavpack_stream_reader_get_pos),
1075         (gst_wavpack_stream_reader_set_pos_abs),
1076         (gst_wavpack_stream_reader_set_pos_rel),
1077         (gst_wavpack_stream_reader_push_back_byte),
1078         (gst_wavpack_stream_reader_get_length),
1079         (gst_wavpack_stream_reader_can_seek),
1080         (gst_wavpack_stream_reader_write_bytes):
1081         Improve debugging.
1082
1083 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1084
1085         * ext/libpng/gstpngdec.c:
1086         * ext/libpng/gstpngdec.h:
1087           Don't release the png-memory from within the callback.
1088
1089 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1090
1091         Patch by: René Stadler <mail at renestadler dot de>
1092
1093         * ext/libpng/gstpngenc.c:
1094           Don't leak buffer data memory. Fixes #498395.
1095
1096 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1097
1098         Patch by: René Stadler <mail at renestadler dot de>
1099
1100         * tests/check/pipelines/simple-launch-lines.c:
1101           Tests for #498395.
1102
1103 2007-11-20  Julien MOUTTE  <julien@moutte.net>
1104
1105         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
1106         (gst_tag_lib_mux_adjust_event_offsets):
1107         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
1108         * sys/osxaudio/Makefile.am:
1109         * sys/osxvideo/cocoawindow.h:
1110         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
1111
1112 2007-11-15  David Schleef  <ds@schleef.org>
1113
1114         * ext/cairo/gsttextoverlay.c:
1115           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
1116
1117 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1118
1119         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
1120
1121         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
1122         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
1123         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
1124         * gst/rtp/gstrtpmp2tpay.h:
1125         Fill the MTU with as many packets as possible. Fixes #491323.
1126
1127 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1128
1129         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1130
1131         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
1132         Fix some more leaks. Fixes #497007.
1133
1134 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1135
1136         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1137
1138         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
1139         (gst_rtspsrc_stream_configure_tcp):
1140         Fix 3 pad leaks. Fixes #496983.
1141
1142 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1143
1144         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1145
1146         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
1147         Fix small leak. Fixes #497017.
1148
1149 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1150
1151         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1152         (gst_qtdemux_prepare_current_sample),
1153         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
1154         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
1155         * gst/qtdemux/qtdemux_fourcc.h:
1156         * gst/qtdemux/qtdemux_types.c:
1157         Add suppport for theora in quicktime according to XiphQT.
1158
1159 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
1160
1161         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
1162         (gst_v4l2src_init), (gst_v4l2src_set_property),
1163         (gst_v4l2src_get_property):
1164         * sys/v4l2/gstv4l2src.h:
1165         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1166           Always copy buffers by default (handle safer with bugged drivers)
1167           and added a property to make it possible to use mmap effectively (no
1168           copy if possible) when application wants to. Fixes: #480557.
1169
1170 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1171
1172         * gst/id3demux/id3tags.c:
1173         * gst/id3demux/id3tags.h:
1174         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
1175           We don't want the same string multiple times in a tag list for the
1176           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
1177           this doesn't happen and remove special-case code for GST_TAG_GENRE.
1178
1179 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1180
1181         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
1182           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
1183           into ID3v2 TXXX frames (fixes #347848).
1184
1185 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1186
1187         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1188           Don't leak sdp message contents (fixes #496773).
1189
1190         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
1191           Don't leak URI string.
1192
1193 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1194
1195         Patch by: Julien Puydt <julien dot puydt at laposte net>
1196
1197         * ext/raw1394/Makefile.am:
1198         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
1199           (gst_1394_property_probe_get_properties),
1200           (gst_1394_property_probe_probe_property),
1201           (gst_1394_property_probe_needs_probe),
1202           (gst_1394_property_probe_get_values),
1203           (gst_1394_property_probe_interface_init),
1204           (gst_1394_type_add_property_probe_interface):
1205         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
1206         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
1207           (gst_dv1394src_init), (gst_dv1394src_dispose),
1208           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
1209           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
1210           (gst_dv1394src_update_device_name):
1211         * ext/raw1394/gstdv1394src.h:
1212           Implement GstPropertyProbe interface and add "device-name" property,
1213           so applications can use this to probe for available devices in the
1214           same way they can already with v4lsrc and v4l2src (however horrible
1215           this property probe interface may be). Fixes #358841.
1216
1217 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1218
1219         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1220
1221         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
1222           (gst_rtspsrc_parse_range):
1223           Don't leak event, don't leak range (fixes #496752).
1224
1225 2007-11-14  Michael Smith <msmith@fluendo.com>
1226
1227         Patch by: Arek Korbik <arkadini@gmail.com>
1228
1229         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
1230           Detect RGBA/BGRA correctly on little endian systems.
1231
1232 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1233
1234         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1235           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
1236           corresponding ioctl() call fails even though the driver claims to
1237           support this format, just fall back to the pre-2.6.19 kernel
1238           routine that creates caps with suitable height and width ranges
1239           (see #448278).
1240
1241 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1242
1243         Patch by: Mark Nauwelaerts <manauw skynet be>
1244
1245         * gst/matroska/matroska-demux.c:
1246           (gst_matroska_demux_push_dvd_clut_change_event),
1247           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1248           (gst_matroska_demux_subtitle_caps):
1249         * gst/matroska/matroska-ids.h:
1250           Extract palette data for dvd subpicture streams and send it
1251           downstream as custom gstreamer dvd event (fixes #453417).
1252
1253 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1254
1255         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
1256           Implement minimal parsing of the passed pango font description
1257           string, so passing a font size works the same as with the
1258           pango textoverlay plugin; fixes #455086.
1259           (Maybe we could just use pangocairo here at some point).
1260
1261 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1262
1263         * gst/avi/gstavidemux.c:
1264         * gst/wavparse/gstwavparse.c:
1265           Return the result in _activate_pull(). Don't ref element there.
1266
1267 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1268
1269         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
1270         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
1271         (gst_wavparse_srcpad_event):
1272           Ref the element when we should, but not when we its not needed. Reflow
1273           the event_handling to not leak the event.       
1274
1275 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
1276
1277         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1278         (qtdemux_parse_samples):
1279         Properly free QTDemuxSamples array.
1280         Protect table write with a sensible check, some files apparently DO contain
1281         stts values starting with 0 :(
1282
1283 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1284
1285         * gst/avi/gstavidemux.c:
1286         * gst/qtdemux/qtdemux.c:
1287           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
1288           previous commit messed up.
1289
1290 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1291
1292         * gst/avi/gstavidemux.c:
1293         * gst/qtdemux/qtdemux.c:
1294           Sync _handle_src_event() with oggdemux. In avidemux also ref the
1295           element when we should, but not when we its not needed.
1296
1297 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
1298
1299         * gst/wavparse/gstwavparse.c:
1300           Return FALSE if we can't handle a query instead of changing the
1301           format. Ignore fact when dealing with mpeg audio.
1302
1303 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1304
1305         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1306
1307         * configure.ac:
1308         * gst/udp/gstdynudpsink.c:
1309         * gst/udp/gstdynudpsink.h:
1310         * gst/udp/gstmultiudpsink.c:
1311         * gst/udp/gstmultiudpsink.h:
1312         * gst/udp/gstudpsink.c:
1313         * gst/udp/gstudpsink.h:
1314           Fix includes for MSVC and GLib-2.14.0 (#492388).
1315
1316         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
1317           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
1318
1319 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
1320
1321         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
1322         (gst_mulawdec_chain):
1323         * gst/law/mulaw-decode.h:
1324         Calculate outgoing buffer duration if incoming buffer didn't have a
1325         valid duration.
1326
1327 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
1328
1329         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
1330         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
1331         Smarter combine_flow code that also deals with downstream elements
1332         returning UNEXPECTED when they receive data out of the segment
1333         boundaries. Fixes #491305.
1334
1335 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1336
1337         * sys/v4l2/v4l2src_calls.c:
1338           Fix 'unused variable' compiler warning when compiling against
1339           older kernel headers.
1340
1341 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
1342
1343         * ext/taglib/gstid3v2mux.cc (add_funcs):
1344           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
1345
1346 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
1347
1348         * tests/check/pipelines/simple-launch-lines.c:
1349            Improve the tests a little more.
1350
1351 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
1352
1353         patch by: Yun Zheng Hu
1354
1355         * sys/osxaudio/gstosxaudiosrc.c:
1356         Use default input device instead of default output device and
1357         only memcpy actual available bytes.
1358
1359 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
1360
1361         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1362           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
1363           early. It is temporary until we find something better.
1364
1365 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1366
1367         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1368
1369         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
1370         Fix race when pausing a RTSP stream in interleaved.
1371         Fixes #475784.
1372
1373 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1374
1375         Patch by: Peter Kjellerstedt <pkj at axis com>
1376
1377         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
1378         Use correct unref function for buffers. #488844.
1379
1380 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
1381
1382         * gst/avi/gstavimux.c:
1383         * tests/check/elements/avimux.c:
1384           Add some debug and sync tests with the fix.     
1385
1386 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1387
1388         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1389
1390         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1391         When the socket is used by the app for other purposes, don't generate an
1392         error if there is activaty on the socket that is not data related.
1393         Fixes #487488.
1394
1395 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1396
1397         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
1398         (gst_v4l2src_grab_frame):
1399         Add some more debug info. Generate an error when we run out of buffers
1400         for some reason. See #480557.
1401
1402 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1403
1404         Patch by: Anders Skargren <anders dot skargren at axis dot com>
1405
1406         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
1407         Set marker bit correctly.
1408
1409 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
1410
1411         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1412         Use allowed name for the GstStructure.
1413
1414 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
1415
1416         * ext/gconf/gstswitchsink.c:
1417         * gst/autodetect/gstautoaudiosink.c:
1418           Use new gst_bus_pop_filtered().
1419
1420 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1421
1422         * sys/v4l2/gstv4l2src.c:
1423         * sys/v4l2/v4l2src_calls.c:
1424           When probing the formats and sizes a camera supports, make
1425           sure the best ones (highest resolution, prefered format)
1426           end up at the beginning of the probed caps and the less
1427           desirable ones at the end.  This is important because the
1428           order within the caps matters for things like fixation and
1429           negotiation, ie. what format is chosen in the end.
1430           With recent kernels, the current probing code will end up
1431           querying the supported sizes from lowest resolution to
1432           highest resolution, adding them to the probed caps in that
1433           order, resulting to v4l2src fixating to the lowest possible
1434           resolution if downstream does not express a size preference.
1435           Also make up a somewhat random ranking of prefered output
1436           formats for the same reason. Fixes #485828.
1437         
1438 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1439
1440         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
1441
1442         * gst/id3demux/id3v2frames.c:
1443           Extract license/copyright URIs from ID3v2 WCOP frames
1444           (Fixes #447000).
1445
1446         * tests/check/elements/id3demux.c:
1447         * tests/files/Makefile.am:
1448         * tests/files/id3-447000-wcop.tag:
1449           Add simple unit test.
1450
1451 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1452
1453         * ext/taglib/gstid3v2mux.cc:
1454           Add support for license/copyright URI tags (ID3v2 WCOP frame).
1455           Prerequisite for #447000.
1456
1457 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
1458
1459         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
1460         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
1461         a GstClockTime.
1462
1463 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1464
1465         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1466         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
1467         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
1468         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
1469         (gst_rtspsrc_change_state):
1470         More seeking fixes, mostly passing around the new playback segment in
1471         order to configure it properly.
1472         Also reset base_time of udp sources when setting them back to PLAYING as
1473         a temporary hack until core supports seek in live sources properly.
1474
1475 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1476
1477         * gst/rtp/gstrtpmp4adepay.c:
1478         Fix caps as to not confuse autopluggers.
1479
1480 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1481
1482         * gst/id3demux/gstid3demux.c:
1483         * gst/id3demux/gstid3demux.h:
1484         * gst/id3demux/id3tags.c:
1485         * gst/id3demux/id3tags.h:
1486         * gst/id3demux/id3v2frames.c:
1487           Port ID3 tag demuxer over to the new GstTagDemux in -base
1488           (now would be a good time to test re-importing your music
1489           collection).
1490
1491 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1492
1493         * gst/apetag/Makefile.am:
1494         * gst/apetag/gstapedemux.c:
1495         * gst/apetag/gstapedemux.h:
1496         * gst/apetag/gsttagdemux.c:
1497         * gst/apetag/gsttagdemux.h:
1498           Port APE tag demuxer over to the new GstTagDemux in -base.
1499
1500 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
1501
1502         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1503         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
1504         (gst_rtspsrc_handle_internal_src_query),
1505         (gst_rtspsrc_handle_src_query), (new_session_pad),
1506         (gst_rtspsrc_stream_configure_tcp),
1507         (gst_rtspsrc_stream_configure_transport),
1508         (gst_rtspsrc_loop_send_cmd):
1509         Improve flushing behaviour.
1510         Set state of the udp sources to PAUSE/PLAYING correctly.
1511         Handle events and queries for UDP and TCP transport now.
1512
1513 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1514
1515         * gst/rtp/gstrtpgsmdepay.c:
1516         * gst/rtp/gstrtpgsmpay.c:
1517           Add log category.
1518
1519 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1520
1521         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
1522
1523         * tests/check/Makefile.am:
1524         * tests/check/pipelines/simple-launch-lines.c:
1525           Add unit tests for payloaders/depayloaders.
1526
1527 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1528
1529         * gst/avi/gstavimux.c:
1530         * gst/avi/gstavimux.h:
1531           Also save codec data for audio streams. Fixes #482495.
1532
1533 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1534
1535         * gst/avi/gstavimux.c:
1536           Fix "Index entry has invalid stream nr 1".
1537           Add support for muxing aac - work in progress (see #482495).
1538
1539 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1540
1541         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
1542         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
1543         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1544         * gst/rtsp/gstrtspsrc.h:
1545         Parse bandwidth modifiers, they are not yet configured in the session
1546         manager because we don't have an API for that yet.
1547
1548 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1549
1550         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
1551         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1552         Use shiny new function in -base to get the default clock-rate.
1553         Update some docs.
1554
1555 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
1556
1557         * win32/MANIFEST:
1558         Add files to win32 manifest.
1559         * win32/vs6/libgstaudiofx.dsp:
1560         * win32/vs6/libgstqtdemux.dsp:
1561         * win32/vs6/libgstrtp.dsp:
1562         * win32/vs6/libgstrtsp.dsp:
1563         Update project files.
1564
1565 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
1566
1567         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
1568         (gst_rtspsrc_play):
1569         * gst/rtsp/gstrtspsrc.h:
1570         In TCP mode, only timestamp the first buffer. TCP is not real time and
1571         it does not make sense to try to skew compensate, also some servers send
1572         the first batch of data in a burst.
1573
1574 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
1575
1576         * gst/matroska/matroska-demux.c:
1577           Fix setting the discont flag on the first buffer
1578           pushed downstream for formats with private codec
1579           data that needs to be deserialised into buffers
1580           (such as vorbis and FLAC when in a matroska container).
1581
1582 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
1583
1584         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1585
1586         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
1587         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
1588         (gst_rtp_mp4v_pay_handle_buffer):
1589         * gst/rtp/gstrtpmp4vpay.h:
1590         Free the config string. Fixes #480707.
1591         Clean up the timestamp code a little.
1592
1593 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1594
1595         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1596         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
1597         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
1598         * gst/rtsp/gstrtspsrc.h:
1599         Set timestamps on RTP buffers in interleaved mode.
1600         Mark first buffers with a DISCONT.
1601         Remove flush hack now that sync for live sources has been figured out.
1602
1603 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1604
1605         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1606         Update documentation.
1607
1608 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1609
1610         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
1611         (gst_rtp_xqt_depay_change_state):
1612         * gst/qtdemux/gstrtpxqtdepay.h:
1613         Fail if we don't know the quicktime format.
1614
1615 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
1616
1617         * ext/flac/gstflacenc.c:
1618         * ext/flac/gstflacenc.h:
1619           Save the flow return from the last gst_pad_push() and
1620           make sure we pass the right flow return value upstream
1621           in the case of failure; minor clean-ups.
1622
1623 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1624
1625         * ext/taglib/gstapev2mux.cc:
1626         * ext/taglib/gstid3v2mux.cc:
1627         * gst/apetag/gstapedemux.c:
1628           Add support for the new GST_TAG_COMPOSER (#459809).
1629
1630 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1631
1632         * gst/law/alaw-decode.c:
1633         * gst/law/alaw-decode.h:
1634         * gst/law/alaw-encode.c:
1635         * gst/law/alaw-encode.h:
1636         * gst/law/alaw.c:
1637         * gst/law/mulaw-conversion.h:
1638           Compulsive clean-ups: use boilerplate macros, add debug
1639           categories, fix up things to conform to symbol nomenklatura,
1640           etc.
1641
1642 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1643
1644         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1645
1646         * gst/law/alaw-decode.c:
1647         * gst/law/alaw-encode.c:
1648           Use static tables for A-Law decoding and encoding; this makes
1649           A-Law decoding and encoding less CPU-intensive, but increases
1650           the binary size a bit. Leaving old code around for now,
1651           selectable by a define in the code. Fixes #435435.
1652
1653 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1654
1655         * configure.ac:
1656         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
1657         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
1658         in configure.ac.
1659
1660 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1661
1662         Patch by: <j at bootlab dot org>
1663
1664         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1665         Add fourccs for MPEG2 HDV streams. Fixes #479960.
1666
1667 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
1668
1669         * sys/oss/gstosshelper.c:
1670           Use GST_WARNING instead of a g_critical. This situation is not caused
1671           by the application.
1672
1673 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1674
1675         * po/LINGUAS:
1676         * po/nl.po:
1677           Updated translations.
1678
1679 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1680
1681         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
1682
1683         * po/eu.po:
1684           Added Basque translation.
1685
1686 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1687
1688         translated by: Abel Cheung <abelcheung@gmail.com>
1689
1690         * po/zh_HK.po:
1691         * po/zh_TW.po:
1692           Added Chinese (traditional and Hong Kong) translation.
1693
1694 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1695
1696         translated by: Jakub Bogusz <qboosh@pld-linux.org>
1697
1698         * po/pl.po:
1699           Added Polish translation.
1700
1701 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1702
1703         translated by: Ilkka Tuohela <hile@iki.fi>
1704
1705         * po/fi.po:
1706           Added Finnish translation.
1707
1708 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1709
1710         translated by: Jorge González González <aloriel@gmail.com>
1711
1712         * po/es.po:
1713           Added Spanish translation.
1714
1715 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1716
1717         translated by: Mogens Jaeger <mogens@jaeger.tf>
1718
1719         * po/da.po:
1720           Added Danish translation.
1721
1722 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1723
1724         translated by: Funda Wang <fundawang@linux.net.cn>
1725
1726         * po/zh_CN.po:
1727           Added Chinese (simplified) translation.
1728
1729 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1730
1731         translated by: Alexander Shopov <ash@contact.bg>
1732
1733         * po/bg.po:
1734           Added Bulgarian translation.
1735
1736 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
1737
1738         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
1739         Set outgoing packet duration because we can. Fixes #478244 some more.
1740
1741 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
1742
1743         * ext/cairo/gsttextoverlay.c:
1744           Add info about static leak.
1745         
1746         * tests/check/Makefile.am:
1747         * tests/check/generic/states.c:
1748           Improved state change unit test.
1749
1750 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
1751
1752         * docs/plugins/.cvsignore:
1753         * tests/check/.cvsignore:
1754           Ignore registries in any format.
1755
1756 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
1757
1758         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
1759         Removed some unused code.
1760
1761         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1762         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
1763         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
1764         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
1765         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
1766         (gst_rtp_theora_pay_flush_packet):
1767         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
1768         Try to preserve the incomming buffer duration on the outgoing
1769         packets. Fixes #478244.
1770
1771 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
1772
1773         * ext/taglib/gstapev2mux.cc:
1774         * ext/taglib/gstid3v2mux.cc:
1775           Work around compiler warnings with g++-4.2 when assigning a
1776           string constant to a gchar * (partially fixes #478092).
1777
1778 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
1779
1780         * configure.ac:
1781           We require core CVS now for gst_base_src_set_do_timestamp().
1782
1783 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1784
1785         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
1786         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1787         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
1788         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
1789         (gst_rtspsrc_handle_message):
1790         Fix compiler warnings shown with Forte.
1791
1792 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
1793
1794         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
1795         (gst_rtspsrc_dup_printf):
1796         Give meaningfull error when all streams failed to configure for some
1797         reason.
1798
1799 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
1800
1801         * gst/rtp/README:
1802         Update README with the design for synchronisation rules of RTP on
1803         sender and receiver.
1804
1805 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
1806
1807         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
1808         (gst_wavparse_chain):
1809         Don't push EOS from the chain function, the element
1810         driving the pipeline is responsible for this. The bug
1811         this was meant to fix seems to be queue not forwarding
1812         EOS in all cases (see #476514).
1813
1814 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
1815
1816         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
1817         (gst_level_transform_ip):
1818         * gst/level/gstlevel.h:
1819         Use basetransform segment so that it is correctly managed on flushes and
1820         start/stop.
1821         Report message timestamp as stream time, which is what an application
1822         can understand.
1823
1824 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
1825
1826         * ext/taglib/gstapev2mux.cc:
1827         * ext/taglib/gstapev2mux.h:
1828         * ext/taglib/gsttaglibmux.c:
1829         * tests/check/elements/apev2mux.c:
1830         Update my mail address.
1831
1832 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
1833
1834         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
1835         (gst_wavparse_loop), (gst_wavparse_chain):
1836         Add EOS logic for the push-based mode too. Fixes #476514.
1837
1838 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
1839
1840         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
1841         * gst/law/alaw-encode.h:
1842         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1843         (gst_mulawenc_chain):
1844         * gst/law/mulaw-encode.h:
1845         Fix law encoder timestamps.
1846
1847 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
1848
1849         * ext/gconf/gstgconfaudiosink.c:
1850           Fix warning when building without debug.
1851
1852         * sys/oss/gstossmixertrack.c:
1853           Use const like in alsamixertrack.c (fixes warnings).
1854
1855 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
1856
1857         * sys/v4l2/v4l2src_calls.c:
1858         (gst_v4l2src_probe_caps_for_format_and_size):
1859         Fix framerate detection code some more.
1860         Handle the case where there is a weird step in the stepwise framerates.
1861         Don't overwrite the min interval with the framerate, use a temp variable
1862         instead.
1863         Use max in the Continuous framerate intervals instead of step, which is
1864         1 according to the docs. Fixes #475424.
1865
1866 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
1867
1868         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
1869         Make udpsrc timestamp outgoing buffers based on when they were received.
1870         Also make it output a segment in time.
1871
1872 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
1873
1874         * gst/avi/gstavidemux.c:
1875           Plug a little leak. Little code cleanups.
1876
1877 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
1878
1879         * configure.ac:
1880           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
1881           flac versions, 's good for cross-compilation karma.
1882
1883 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
1884
1885         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
1886
1887         * gst/rtp/gstrtph263pay.c:
1888           Fix up header structure so that compilers don't add padding
1889           between the structure fields, since that would lead to us
1890           sending RTP packets with broken headers (as is currently the
1891           case when compiling with MSVC). Also see similar fixes in
1892           libgstrtp in gst-plugins-base. (#474616; #471194)
1893
1894 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
1895
1896         * sys/v4l2/v4l2src_calls.c:
1897         (gst_v4l2src_probe_caps_for_format_and_size):
1898         Don't overwrite our GValue with 0 but instead use the previously
1899         computed value. Fixes #471823 some more.
1900
1901 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
1902
1903         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1904           No tabs in this file please, or gtk-doc will end up documenting
1905           rather absurd class hierarchies.
1906
1907 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
1908
1909         * ext/gconf/gstswitchsink.c:
1910           If the new kid element fails to change state for some reason
1911           (e.g. esdsink not being able to connect to the sound server),
1912           forward the error message it posted on the bus instead of just
1913           posting a generic 'Internal state change error: please file a
1914           bug' error message. Fixes #471364.
1915
1916 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
1917
1918         * gst/qtdemux/Makefile.am:
1919         * gst/qtdemux/qtdemux.c:
1920           Don't assume tags are encoded as UTF-8 (#473670).
1921
1922 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
1923
1924         * sys/v4l2/gstv4l2src.c:
1925         * sys/v4l2/gstv4l2src.h:
1926         * sys/v4l2/v4l2src_calls.c:
1927           Implement LATENCY queries in the crudest way possible so I don't
1928           have to use sync=false any longer when testing with videosinks.
1929
1930 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
1931
1932         * configure.ac:
1933           Fix build.
1934
1935 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1936
1937         * sys/v4l2/v4l2src_calls.c:
1938         (gst_v4l2src_probe_caps_for_format_and_size):
1939         Add some more debugging in the framerate function.
1940         Iterate stepwise framerate up to and _including_ the max and if nothing
1941         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
1942         don't end up with an empty list. Fixes #471823
1943
1944 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1945
1946         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
1947         (gst_multiudpsink_set_clients_string),
1948         (gst_multiudpsink_get_clients_string),
1949         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
1950         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
1951         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
1952         (gst_multiudpsink_clear):
1953         Add property do configure destination address/port pairs
1954         API:GstMultiUDPSink::clients
1955
1956 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1957
1958         * tests/examples/Makefile.am:
1959         * tests/examples/rtp/Makefile.am:
1960         * tests/examples/rtp/client-H263p-AMR.sh:
1961         * tests/examples/rtp/client-H263p-PCMA.sdp:
1962         * tests/examples/rtp/client-H263p-PCMA.sh:
1963         * tests/examples/rtp/client-H264-PCMA.sdp:
1964         * tests/examples/rtp/client-H264-PCMA.sh:
1965         * tests/examples/rtp/client-PCMA.sh:
1966         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
1967         * tests/examples/rtp/server-alsasrc-PCMA.sh:
1968         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
1969         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
1970         Added some RTP example scripts for sending and receiving RTP streams.
1971
1972 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1973
1974         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
1975         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
1976         Restructure the setcaps function so that we can also compute the
1977         expected GStreamer output size of the video frames.
1978         Set frame_byte_size correctly so that read-based devices have a chance
1979         of working correctly.
1980         When grabbing a frame, discard frames that are not of the expected size.
1981         Some cameras don't output the right framesize for the first buffer.
1982         Try only a couple of times to get a valid frame, else error out.
1983
1984         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
1985         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
1986         Add some more debug info when scanning the device.
1987
1988         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
1989         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
1990         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
1991         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
1992         Add some more debug info when dequeing a frame.
1993
1994 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
1995
1996         * gst/wavparse/gstwavparse.c:
1997           More code cleanups. Add some more comment and improve debugs logs.
1998
1999 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2000
2001         * gst/wavparse/gstwavparse.c:
2002         * gst/wavparse/gstwavparse.h:
2003           Implement seek-query. Refactor duration calculations. Appropriate use
2004           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
2005           out of loops.
2006
2007 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
2008
2009         * gst/avi/gstavidemux.c:
2010           Implement seek-query.
2011
2012 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
2013
2014         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
2015         (gst_rtspsrc_dup_printf):
2016         Use new basesink async property to make sparse RTCP packet not wait for
2017         preroll.
2018
2019 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
2020
2021         * gst/audiofx/Makefile.am:
2022         Dist the right file.
2023
2024 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
2025
2026         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
2027         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
2028         Make sure we generate and parse floating point values in the POSIX
2029         locale instead of the current locale. 
2030
2031 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
2032
2033         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
2034         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
2035         (gst_rtspsrc_play):
2036         * gst/rtsp/gstrtspsrc.h:
2037         Fix method detection again.
2038         Keep track of when we must send a Range header.
2039         Use segment values for Range, Speed and Scale headers.
2040         Parse Speed and Scale headers to update the segment values.
2041
2042 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
2043
2044         patch by: Mark Nauwelaerts <manauw@skynet.be>
2045
2046         * sys/v4l2/v4l2src_calls.c:
2047           Handle optional v4l2 ioctls gracefully.
2048
2049 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
2050
2051         * gst/rtp/Makefile.am:
2052         * gst/rtp/gstrtp.c: (plugin_init):
2053         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
2054         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
2055         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
2056         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
2057         (gst_rtp_h263_depay_get_property),
2058         (gst_rtp_h263_depay_change_state),
2059         (gst_rtp_h263_depay_plugin_init):
2060         * gst/rtp/gstrtph263depay.h:
2061         Added an H263 depayloader. Fixes #369392.
2062
2063         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
2064         (gst_rtp_h263p_depay_process):
2065         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
2066         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
2067         Make the H263+ pay/depayloader support H263-1998 and H263-2000
2068         payloads.
2069         Also alow plain H263 on the h263p payloaders. Fixes #465040.
2070
2071 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2072
2073         * gst/audiofx/audiochebyshevfreqband.c:
2074         * gst/audiofx/audiochebyshevfreqlimit.c:
2075         Add small comparision with the windowed sinc filters in the docs.
2076
2077 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2078
2079         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
2080         (audiochebyshevfreqband_suite):
2081         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
2082         (audiochebyshevfreqlimit_suite):
2083         Also test 32 bit float mode and the type 2 variants of the filters.
2084
2085 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
2086
2087         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2088         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2089         (gst_rtspsrc_loop):
2090         Refactor the udp and interleaved loop function a bit.
2091
2092 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2093
2094         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2095         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
2096         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
2097         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2098         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2099         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
2100         * gst/rtsp/gstrtspsrc.h:
2101         Protect connection activity with a new lock, avoids deadlocks when going
2102         to PAUSED. Fixes #455808.
2103
2104 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2105
2106         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
2107         Fix debug statement.
2108
2109 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2110
2111         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
2112         Fix stray %u in debug line as spotted by Saur on IRC.
2113
2114 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
2115
2116         * gst/audiofx/audiochebyshevfreqband.c:
2117         (gst_audio_chebyshev_freq_band_class_init):
2118         * gst/audiofx/audiochebyshevfreqlimit.c:
2119         (gst_audio_chebyshev_freq_limit_class_init):
2120         Use generator macros for the process functions for the different
2121         sample types, add lower upper boundaries for the GObject properties
2122         so automatically generated UIs can use sliders and add a note about
2123         the number of poles as a too high number of poles combined with
2124         very low or very high frequencies will produce only noise.
2125         * docs/plugins/gst-plugins-good-plugins.args:
2126         Regenerated for the property changes.
2127
2128 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2129
2130         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
2131         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
2132         (gst_rtspsrc_stream_configure_udp_sink),
2133         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
2134         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2135         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2136         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
2137         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
2138         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2139         * gst/rtsp/gstrtspsrc.h:
2140         Improve timeout handling.
2141         Use the same socket for sending and receiving RTCP packets so that some
2142         servers can track clients better.
2143         Improve connection closed handling. Try to reconnect.
2144         Don't overwrite our content base with NULL.
2145         Improve debugging.
2146         Improve range parsing and handling.
2147         Remove flushing hack now that core does the right thing.
2148
2149 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2150
2151         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2152         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
2153         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
2154         (gst_multiudpsink_close), (gst_multiudpsink_add):
2155         * gst/udp/gstmultiudpsink.h:
2156         Add support for getting and setting the socket to use.
2157
2158         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2159         (gst_udpsrc_create), (gst_udpsrc_get_property):
2160         Add support for getting the currently used socket.
2161
2162 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
2163
2164         reviewed by: Stefan Kost  <ensonic@users.sf.net>
2165
2166         * gst/audiofx/Makefile.am:
2167         * gst/audiofx/audiochebyshevfreqband.c:
2168         (gst_audio_chebyshev_freq_band_mode_get_type),
2169         (gst_audio_chebyshev_freq_band_base_init),
2170         (gst_audio_chebyshev_freq_band_dispose),
2171         (gst_audio_chebyshev_freq_band_class_init),
2172         (gst_audio_chebyshev_freq_band_init),
2173         (generate_biquad_coefficients), (calculate_gain),
2174         (generate_coefficients),
2175         (gst_audio_chebyshev_freq_band_set_property),
2176         (gst_audio_chebyshev_freq_band_get_property),
2177         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
2178         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
2179         (gst_audio_chebyshev_freq_band_start):
2180         * gst/audiofx/audiochebyshevfreqband.h:
2181         * gst/audiofx/audiochebyshevfreqlimit.c:
2182         (gst_audio_chebyshev_freq_limit_mode_get_type),
2183         (gst_audio_chebyshev_freq_limit_base_init),
2184         (gst_audio_chebyshev_freq_limit_dispose),
2185         (gst_audio_chebyshev_freq_limit_class_init),
2186         (gst_audio_chebyshev_freq_limit_init),
2187         (generate_biquad_coefficients), (calculate_gain),
2188         (generate_coefficients),
2189         (gst_audio_chebyshev_freq_limit_set_property),
2190         (gst_audio_chebyshev_freq_limit_get_property),
2191         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
2192         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
2193         (gst_audio_chebyshev_freq_limit_start):
2194         * gst/audiofx/audiochebyshevfreqlimit.h:
2195         * gst/audiofx/audiofx.c: (plugin_init):
2196         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
2197         Fixes #464800.
2198
2199         * tests/check/Makefile.am:
2200         * tests/check/elements/.cvsignore:
2201         * tests/check/elements/audiochebyshevfreqband.c:
2202         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
2203         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
2204         * tests/check/elements/audiochebyshevfreqlimit.c:
2205         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
2206         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
2207         Add unit tests for the chebyshev filters.
2208
2209         * docs/plugins/Makefile.am:
2210         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2211         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2212         * docs/plugins/gst-plugins-good-plugins.args:
2213         * docs/plugins/inspect/plugin-1394.xml:
2214         * docs/plugins/inspect/plugin-audiofx.xml:
2215         * docs/plugins/inspect/plugin-dv.xml:
2216         * docs/plugins/inspect/plugin-flac.xml:
2217         * docs/plugins/inspect/plugin-jpeg.xml:
2218         * docs/plugins/inspect/plugin-png.xml:
2219         * docs/plugins/inspect/plugin-rtp.xml:
2220         * docs/plugins/inspect/plugin-shout2send.xml:
2221         * docs/plugins/inspect/plugin-wavpack.xml:
2222         And add docs for the chebyshev filters. While doing
2223         that also run make update in docs/plugins.
2224
2225 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2226
2227         * ext/annodex/gstcmmltag.c:
2228         * gst/rtp/gstrtpvorbispay.c:
2229           Make ro memory to share.
2230
2231 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2232
2233         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2234         Improve UDP performance by avoiding a select() when we have data
2235         available immediatly.
2236
2237 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2238
2239         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
2240         (gst_rtp_dec_class_init):
2241         * gst/rtsp/gstrtpdec.h:
2242         Add (dummy) SSRC management signals.
2243
2244         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
2245         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
2246         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
2247         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
2248         (on_timeout), (gst_rtspsrc_stream_configure_manager),
2249         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
2250         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2251         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2252         * gst/rtsp/gstrtspsrc.h:
2253         Add connection-speed property.
2254         Add find_stream helper functions.
2255         Handle stream EOS based on BYE messages or SSRC timeout.
2256         Returns SUCCESS from the state change function as we hide our async
2257         elements from the parent.
2258
2259 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2260
2261         * gst/debug/rndbuffersize.c:
2262           Fix da leak.
2263
2264 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
2265
2266         * gst/debug/Makefile.am:
2267         * gst/debug/breakmydata.c:
2268         * gst/debug/gstdebug.c:
2269         * gst/debug/negotiation.c:
2270         * gst/debug/progressreport.c:
2271         * gst/debug/rndbuffersize.c:
2272         * gst/debug/testplugin.c:
2273           Add new test element and clean-up the others a little.
2274
2275 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
2276
2277         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2278         Fix parsing of mp4a version 0 atoms. Fixes #465774.
2279
2280 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
2281
2282         * gst/rtp/gstrtpilbcdepay.c:
2283           Include stdlib.
2284
2285 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
2286
2287         * gst/rtp/gstrtpmpvdepay.c:
2288         Set the mpegversion in the caps so that autoplugging does not get
2289         confused.
2290
2291 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2292
2293         * po/hu.po:
2294         * po/uk.po:
2295         * po/vi.po:
2296           Updated translations.
2297
2298 2007-08-08  Michael Smith <msmith@fluendo.com>
2299
2300         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
2301           Render right border in the correct location.
2302
2303 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
2304
2305         Patch by: Olivier Crete <tester at tester dot ca>
2306
2307         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
2308         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2309         Make mode property a string. Fixes #464475.
2310
2311 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2312
2313         * ext/flac/gstflacenc.c:
2314           Widen caps to match decoder a bit and add more FIXMEs.
2315
2316 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2317
2318         patch by: Mark Nauwelaerts <manauw@skynet.be>
2319
2320         * gst/avi/gstavimux.c:
2321           Fix ODML index tag numbering. Fixes #463624.
2322
2323 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
2324
2325         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
2326         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2327         (gst_rtspsrc_stream_configure_tcp),
2328         (gst_rtspsrc_stream_configure_udp_sink):
2329         Fix default clock-rate for realmedia.
2330         Fix parsing of transport.
2331         Don't try to link NULL pads.
2332
2333 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
2334
2335         * po/POTFILES.skip:
2336           Add POTFILES.skip with list of source files that aren't disted at the
2337           moment but contain translatable strings. Should hopefully pacify
2338           broken tools and make it clearer that these files are left out
2339           intentionally (#461600).
2340
2341 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
2342
2343         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
2344         If the buffer was entirely clipped ... don't try sending it :)
2345
2346 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2347
2348         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
2349         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
2350         (gst_rtspsrc_create_transports_string),
2351         (gst_rtspsrc_prepare_transports):
2352         If we don't hav a session manager, set the caps on outgoing buffers
2353         ourselves.
2354         Force PAUSE/PLAY methods for now until the extensions can overwrite.
2355         Append final bit of the transport string even when it does not contain a
2356         placeholder.
2357
2358 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2359
2360         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
2361         (gst_rtsp_ext_list_connect):
2362         * gst/rtsp/gstrtspext.h:
2363         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2364         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
2365         Clean up the interface list.
2366         Allow connecting to interface signals for the extensions.
2367         Remove old extension code.
2368         Free list on cleanup.
2369         Allow extensions to send additional RTSP messages.
2370
2371 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2372
2373         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
2374         Handle a NULL gconf key gracefully by rendering the default element.
2375
2376 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2377
2378         * gst/rtsp/gstrtspext.h:
2379         Fix include path for extension interface.
2380
2381 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2382
2383         * gst/audiofx/audioamplify.h:
2384         Also remove a now unecessary variable here.
2385
2386 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2387
2388         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
2389         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
2390         * gst/audiofx/audiodynamic.c:
2391         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
2392         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
2393         * gst/audiofx/audiodynamic.h:
2394         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
2395         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
2396         * gst/audiofx/audioinvert.h:
2397         Don't save format information ourselves, this is already saved in
2398         GstAudioFilter.
2399
2400 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
2401
2402         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2403         (gst_rtsp_ext_list_stream_select):
2404         * gst/rtsp/gstrtspext.h:
2405         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
2406         Use rank to filter out extensions.
2407         Add url to stream_select interface call.
2408
2409 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2410
2411         * gst/rtsp/Makefile.am:
2412         * gst/rtsp/base64.c:
2413         * gst/rtsp/base64.h:
2414         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2415         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
2416         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
2417         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
2418         (gst_rtsp_ext_list_setup_media),
2419         (gst_rtsp_ext_list_configure_stream),
2420         (gst_rtsp_ext_list_get_transports),
2421         (gst_rtsp_ext_list_stream_select):
2422         * gst/rtsp/gstrtspext.h:
2423         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
2424         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
2425         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
2426         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2427         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
2428         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
2429         (gst_rtspsrc_stream_configure_tcp),
2430         (gst_rtspsrc_stream_configure_mcast),
2431         (gst_rtspsrc_stream_configure_udp),
2432         (gst_rtspsrc_stream_configure_udp_sink),
2433         (gst_rtspsrc_stream_configure_transport),
2434         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2435         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2436         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
2437         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
2438         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2439         (gst_rtspsrc_parse_methods),
2440         (gst_rtspsrc_create_transports_string),
2441         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
2442         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
2443         (gst_rtspsrc_play), (gst_rtspsrc_pause),
2444         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
2445         * gst/rtsp/gstrtspsrc.h:
2446         * gst/rtsp/rtsp.h:
2447         * gst/rtsp/rtspconnection.c:
2448         * gst/rtsp/rtspconnection.h:
2449         * gst/rtsp/rtspdefs.c:
2450         * gst/rtsp/rtspdefs.h:
2451         * gst/rtsp/rtspext.h:
2452         * gst/rtsp/rtspextwms.c:
2453         * gst/rtsp/rtspextwms.h:
2454         * gst/rtsp/rtspmessage.c:
2455         * gst/rtsp/rtspmessage.h:
2456         * gst/rtsp/rtsprange.c:
2457         * gst/rtsp/rtsprange.h:
2458         * gst/rtsp/rtsptransport.c:
2459         * gst/rtsp/rtsptransport.h:
2460         * gst/rtsp/rtspurl.c:
2461         * gst/rtsp/rtspurl.h:
2462         * gst/rtsp/sdp.h:
2463         * gst/rtsp/sdpmessage.c:
2464         * gst/rtsp/sdpmessage.h:
2465         * gst/rtsp/test.c:
2466         Use shiny new RTSP and SDP library.
2467         Implement RTSP extensions using the new interface.
2468         Remove a lot of old code.
2469
2470 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
2471
2472         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2473         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
2474
2475 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2476
2477         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2478         Don't unref the outgoing buffer twice when dropping it because it's
2479         outside of the segment.
2480
2481 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2482
2483         * configure.ac:
2484         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
2485         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
2486         Use the new buffer clipping function from gstaudio here and
2487         require gst-plugins-base CVS.
2488         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
2489         For framed Wavpack buffers we require a valid timestamp.
2490
2491 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
2492
2493         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
2494         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
2495         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
2496         Clip raw audio and video when we can, keep track of current output
2497         segment.
2498         Don't leak buffers and events when there is no output pad.
2499         Improve debugging here and there.
2500
2501 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
2502
2503         * configure.ac:
2504           Sync liboil check with plugins-base.
2505
2506 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
2507
2508         * ext/annodex/Makefile.am:
2509           Fix CFLAGS/LIBS.
2510
2511         * ext/cdio/gstcdiocddasrc.c:
2512         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
2513           Include stdlib
2514
2515         * ext/cairo/Makefile.am:
2516         * gst/videofilter/Makefile.am:
2517         * tests/examples/level/Makefile.am:
2518           Use $(LIBM) instead of -lm
2519
2520 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2521
2522         * sys/v4l2/gstv4l2src.c:
2523           Add another example pipeline.
2524
2525 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2526
2527         Patch by: Alexander Eichner <alexeichi@yahoo.de>
2528
2529         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2530           Use define here.
2531
2532         * sys/v4l2/gstv4l2tuner.c:
2533         (gst_v4l2_tuner_set_frequency_and_notify):
2534           Don't touch the property - its still disabled.
2535
2536         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
2537         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
2538         * sys/v4l2/v4l2src_calls.h:
2539           Improve fallback format negotionation. Fixes #451388
2540
2541 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2542
2543         * tests/check/elements/videocrop.c: (GST_START_TEST):
2544           Fix the test.
2545
2546 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2547
2548         * docs/plugins/Makefile.am:
2549         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2550         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2551         * docs/plugins/inspect/plugin-jpeg.xml:
2552         * docs/plugins/inspect/plugin-png.xml:
2553         * ext/jpeg/gstjpegdec.c:
2554         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
2555         (gst_pngdec_sink_setcaps):
2556           More docs. More logs in pngdec.
2557
2558 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
2559
2560         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2561           Initialize num_buffers with minimum value.
2562
2563         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
2564         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
2565           Handle frame-size query failure gracefully.
2566
2567 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
2568
2569         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2570         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
2571         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
2572         of qt/aac files.
2573
2574 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
2575
2576         * ext/wavpack/gstwavpackdec.c:
2577         (gst_wavpack_dec_clip_outgoing_buffer):
2578         Fix buffer clipping to correctly clip to the segment stop.
2579
2580 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
2581
2582         * configure.ac:
2583         * tests/Makefile.am:
2584         Remove bogus check for libcheck, since we check for
2585         gstreamer-check and it pulls in the required info from there,
2586         and we weren't actually _using_ the information for libcheck
2587         ourselves anyway.
2588
2589 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
2590
2591         * configure.ac:
2592           Use pkg-config to locate check.
2593
2594 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
2595
2596         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
2597         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
2598         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
2599         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2600         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
2601         * gst/effectv/gstaging.c: (gst_agingtv_transform):
2602         * gst/effectv/gstdice.c: (gst_dicetv_transform):
2603         * gst/effectv/gstedge.c: (gst_edgetv_transform):
2604         * gst/effectv/gstquark.c: (gst_quarktv_transform):
2605         * gst/effectv/gstrev.c: (gst_revtv_transform):
2606         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
2607         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
2608         * gst/effectv/gstwarp.c: (gst_warptv_transform):
2609         * gst/matroska/matroska-demux.c:
2610         (gst_matroska_demux_add_wvpk_header),
2611         (gst_matroska_demux_check_subtitle_buffer),
2612         (gst_matroska_decode_buffer):
2613         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
2614           Fix build against core CVS.
2615
2616 2007-07-10  Edward Hervey  <bilboed@gmail.com>
2617
2618         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
2619         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
2620         don't have enough granularity to convert that boolean into a
2621         GstFlowReturn.
2622
2623 2007-07-06  Michael Smith <msmith@fluendo.com>
2624
2625         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
2626         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
2627         (gst_alawdec_change_state):
2628         * gst/law/alaw-decode.h:
2629         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
2630         (gst_mulawdec_class_init), (gst_mulawdec_init),
2631         (gst_mulawdec_chain), (gst_mulawdec_change_state):
2632         * gst/law/mulaw-decode.h:
2633           Fix capsnego bogosity in *law decoders. 
2634
2635 2007-07-06  Michael Smith <msmith@fluendo.com>
2636
2637         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
2638         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
2639         (gst_smokeenc_change_state):
2640         * ext/jpeg/gstsmokeenc.h:
2641           Remove stupidity in get/set caps functions.
2642           Fix some refcounting problems.
2643
2644 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
2645
2646         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
2647         Remove endianness-flipping hack that seems to have been required
2648         only because of a bug in ffmpegcolorspace.
2649         Partially Fixes: #451908
2650
2651 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
2652
2653         * docs/plugins/Makefile.am:
2654           Simplify --extra-dir as gtkdoc scans recursively.
2655
2656 2007-07-03  Wim Taymans,,,  <set EMAIL_ADDRESS environment variable>
2657
2658         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2659
2660         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2661         Set the encoding-name in the rtp caps to all uppercase, as required by
2662         the caps spec.
2663         Some small cleanups in the error paths. Fixes #453037.
2664
2665 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
2666
2667         * ext/wavpack/gstwavpackparse.c:
2668         (gst_wavpack_parse_index_get_last_entry),
2669         (gst_wavpack_parse_index_get_entry_from_sample),
2670         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
2671         (gst_wavpack_parse_scan_to_find_sample):
2672         * ext/wavpack/gstwavpackparse.h:
2673         Use a GSList for the GArray that is used like a list anyway.
2674
2675 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
2676
2677         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
2678         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
2679         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
2680           Add state change function where we set 0/1 as default framerate in
2681           case our setcaps function isn't called, like it might not in a
2682           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
2683           gdkpixbufdec trying to create caps with a 0/0 framerate.
2684           Also post an error message on the bus if gst_pad_push() fails when
2685           called from our sink event handler (+1 for flow returns for event
2686           functions in 0.11) instead of failing silently.
2687
2688 2007-06-27  Wim Taymans  <wim@fluendo.com>
2689
2690         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
2691         Cast stack args to the proper types. Fixes #451249.
2692
2693 2007-06-27  Wim Taymans  <wim@fluendo.com>
2694
2695         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2696         (new_session_pad), (gst_rtspsrc_setup_streams):
2697         * gst/rtsp/gstrtspsrc.h:
2698         For container formats we only need to activate one of the streams so
2699         that we correctly signal no-more-pads. Fixes #451015.
2700
2701 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
2702
2703         * docs/plugins/gst-plugins-good-plugins.args:
2704         * docs/plugins/inspect/plugin-aasink.xml:
2705         * docs/plugins/inspect/plugin-alaw.xml:
2706         * docs/plugins/inspect/plugin-alpha.xml:
2707         * docs/plugins/inspect/plugin-alphacolor.xml:
2708         * docs/plugins/inspect/plugin-annodex.xml:
2709         * docs/plugins/inspect/plugin-apetag.xml:
2710         * docs/plugins/inspect/plugin-audiofx.xml:
2711         * docs/plugins/inspect/plugin-auparse.xml:
2712         * docs/plugins/inspect/plugin-autodetect.xml:
2713         * docs/plugins/inspect/plugin-avi.xml:
2714         * docs/plugins/inspect/plugin-cacasink.xml:
2715         * docs/plugins/inspect/plugin-cairo.xml:
2716         * docs/plugins/inspect/plugin-cdio.xml:
2717         * docs/plugins/inspect/plugin-cutter.xml:
2718         * docs/plugins/inspect/plugin-debug.xml:
2719         * docs/plugins/inspect/plugin-efence.xml:
2720         * docs/plugins/inspect/plugin-effectv.xml:
2721         * docs/plugins/inspect/plugin-esdsink.xml:
2722         * docs/plugins/inspect/plugin-flac.xml:
2723         * docs/plugins/inspect/plugin-flxdec.xml:
2724         * docs/plugins/inspect/plugin-gconfelements.xml:
2725         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2726         * docs/plugins/inspect/plugin-goom.xml:
2727         * docs/plugins/inspect/plugin-halelements.xml:
2728         * docs/plugins/inspect/plugin-icydemux.xml:
2729         * docs/plugins/inspect/plugin-id3demux.xml:
2730         * docs/plugins/inspect/plugin-jpeg.xml:
2731         * docs/plugins/inspect/plugin-ladspa.xml:
2732         * docs/plugins/inspect/plugin-level.xml:
2733         * docs/plugins/inspect/plugin-matroska.xml:
2734         * docs/plugins/inspect/plugin-mulaw.xml:
2735         * docs/plugins/inspect/plugin-multipart.xml:
2736         * docs/plugins/inspect/plugin-navigationtest.xml:
2737         * docs/plugins/inspect/plugin-ossaudio.xml:
2738         * docs/plugins/inspect/plugin-png.xml:
2739         * docs/plugins/inspect/plugin-quicktime.xml:
2740         * docs/plugins/inspect/plugin-rtp.xml:
2741         * docs/plugins/inspect/plugin-rtsp.xml:
2742         * docs/plugins/inspect/plugin-smpte.xml:
2743         * docs/plugins/inspect/plugin-speex.xml:
2744         * docs/plugins/inspect/plugin-taglib.xml:
2745         * docs/plugins/inspect/plugin-udp.xml:
2746         * docs/plugins/inspect/plugin-videobalance.xml:
2747         * docs/plugins/inspect/plugin-videobox.xml:
2748         * docs/plugins/inspect/plugin-videocrop.xml:
2749         * docs/plugins/inspect/plugin-videoflip.xml:
2750         * docs/plugins/inspect/plugin-videomixer.xml:
2751         * docs/plugins/inspect/plugin-wavenc.xml:
2752         * docs/plugins/inspect/plugin-wavparse.xml:
2753         * docs/plugins/inspect/plugin-ximagesrc.xml:
2754           Update docs with caps info.
2755
2756 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
2757
2758         * po/POTFILES.in:
2759           Add more files with translatable strings (#450878).
2760
2761 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
2762
2763         * MAINTAINERS:
2764         Updating all the maintainers files
2765
2766 2007-06-22  Edward Hervey  <edward@fluendo.com>
2767
2768         * ext/flac/gstflactag.c: (gst_flac_tag_init):
2769         * gst/interleave/deinterleave.c: (deinterleave_init),
2770         (deinterleave_sink_link):
2771         * gst/interleave/interleave.c: (interleave_init):
2772         * gst/median/gstmedian.c: (gst_median_init):
2773         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
2774         Fix memory leaks.
2775         * tests/check/elements/id3demux.c: (pad_added_cb):
2776         Remove unused variable.
2777
2778 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
2779
2780         * ext/gconf/gconf.h:
2781         Make the prototype of gst_gconf_get_key_for_sink_profile
2782         match the implementation.
2783         Patch by: Damien Carbery <damien dot carbery at sun dot com>
2784         Fixes: #449747
2785
2786 2007-06-20  Michael Smith <msmith@fluendo.com>
2787
2788         * gst/rtp/gstrtpdepay.c:
2789           Fix description - rtpdepay is not a payloader.
2790
2791 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
2792
2793         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
2794         (qtdemux_video_caps):
2795         * gst/qtdemux/qtdemux_fourcc.h:
2796           Add MJPG to the variants of motion jpeg.
2797
2798 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
2799
2800         * tests/check/Makefile.am:
2801         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
2802         * tests/check/elements/videocrop.c: (GST_START_TEST):
2803         * tests/check/elements/videofilter.c:
2804         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
2805         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
2806           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
2807           error flags are included and it errors out on compiler warnings
2808           for CVS builds; remove unused variables in various unit tests.
2809
2810 2007-06-19  Wim Taymans  <wim@fluendo.com>
2811
2812         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2813         (rtsp_connection_close), (rtsp_connection_free):
2814         Use threadsafe inet_ntop to convert an ip number to a string. 
2815         Fixes #447961.
2816         Don't leak fd (and ip) when freeing a connection without first closing
2817         it.
2818
2819 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
2820
2821         * configure.ac:
2822         Back to CVS
2823
2824         * gst-plugins-good.doap:
2825         Add 0.10.6 to the doap file.
2826
2827 === release 0.10.6 ===
2828
2829 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
2830
2831         * configure.ac:
2832           releasing 0.10.6, "Wobble Board"
2833
2834 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
2835
2836         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2837         (rtsp_connection_free):
2838           Revert previous commit again, since we are frozen (sorry).
2839
2840 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
2841
2842         Patch by: Peter Kjellerstedt <pkj at axis com>
2843
2844         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2845         (rtsp_connection_free):
2846           inet_ntoa() uses a static buffer internally, so we need to copy the
2847           returned string if we want to store it for later (#447961).
2848
2849 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
2850
2851         * win32/vs6/autogen.dsp:
2852         * win32/vs6/gst_plugins_good.dsw:
2853         * win32/vs6/libgstalaw.dsp:
2854         * win32/vs6/libgstalpha.dsp:
2855         * win32/vs6/libgstalphacolor.dsp:
2856         * win32/vs6/libgstapetag.dsp:
2857         * win32/vs6/libgstaudiofx.dsp:
2858         * win32/vs6/libgstauparse.dsp:
2859         * win32/vs6/libgstautodetect.dsp:
2860         * win32/vs6/libgstavi.dsp:
2861         * win32/vs6/libgstcutter.dsp:
2862         * win32/vs6/libgstdirectdraw.dsp:
2863         * win32/vs6/libgstdirectsound.dsp:
2864         * win32/vs6/libgsteffectv.dsp:
2865         * win32/vs6/libgstflx.dsp:
2866         * win32/vs6/libgstgoom.dsp:
2867         * win32/vs6/libgsticydemux.dsp:
2868         * win32/vs6/libgstid3demux.dsp:
2869         * win32/vs6/libgstinterleave.dsp:
2870         * win32/vs6/libgstjpeg.dsp:
2871         * win32/vs6/libgstlevel.dsp:
2872         * win32/vs6/libgstmatroska.dsp:
2873         * win32/vs6/libgstmedian.dsp:
2874         * win32/vs6/libgstmonoscope.dsp:
2875         * win32/vs6/libgstmulaw.dsp:
2876         * win32/vs6/libgstmultipart.dsp:
2877         * win32/vs6/libgstqtdemux.dsp:
2878         * win32/vs6/libgstrtp.dsp:
2879         * win32/vs6/libgstrtsp.dsp:
2880         * win32/vs6/libgstsmpte.dsp:
2881         * win32/vs6/libgstspeex.dsp:
2882         * win32/vs6/libgstudp.dsp:
2883         * win32/vs6/libgstvideobalance.dsp:
2884         * win32/vs6/libgstvideobox.dsp:
2885         * win32/vs6/libgstvideocrop.dsp:
2886         * win32/vs6/libgstvideoflip.dsp:
2887         * win32/vs6/libgstvideomixer.dsp:
2888         * win32/vs6/libgstwaveform.dsp:
2889         * win32/vs6/libgstwavenc.dsp:
2890         * win32/vs6/libgstwavparse.dsp:
2891         Mark *.dsp & *.dsw as binary files and convert to DOS line
2892         endings, as they don't load into VS6 correctly otherwise.
2893
2894 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
2895
2896         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
2897         (rtsp_connection_connect):
2898         Fix the MingW build. 
2899         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
2900         Fixes: #446981
2901
2902 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
2903
2904         * tests/check/elements/.cvsignore:
2905         * tests/icles/.cvsignore:
2906         Hush the buildbots up
2907
2908 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
2909
2910         * configure.ac:
2911         * sys/Makefile.am:
2912         * sys/directdraw/Makefile.am:
2913         * sys/directsound/Makefile.am:
2914         * sys/waveform/Makefile.am:
2915         Make sure to dist everything needed for win32 builds.
2916
2917 2007-06-14  Edward Hervey  <edward@fluendo.com>
2918
2919         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
2920         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
2921         caps.
2922         Fixes #447458
2923
2924 2007-06-13  Wim Taymans  <wim@fluendo.com>
2925
2926         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
2927         Make sure we allocate enough memory for the codec_data.
2928         Fixes #447210.
2929
2930 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
2931
2932         * win32/MANIFEST:
2933         Add videocrop project file to the win32 manifest.
2934         * win32/vs6/gst_plugins_good.dsw:
2935         Add qtdemux,videocrop and waveform projects to the workspace.
2936         * win32/vs6/libgstqtdemux.dsp:
2937         Add zlib to the link list of qtdemux.
2938         * win32/vs6/libgstvideocrop.dsp:
2939         Add a project file for videocrop.
2940
2941 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2942
2943         * po/POTFILES.in:
2944         Add qtdemux for translation
2945
2946 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2947
2948         * configure.ac:
2949         * docs/plugins/Makefile.am:
2950         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2951         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2952         * docs/plugins/inspect/plugin-videocrop.xml:
2953         * gst-plugins-good.spec.in:
2954         * sys/Makefile.am:
2955         * tests/check/Makefile.am:
2956         * tests/icles/Makefile.am:
2957         * tests/icles/videocrop-test.c:
2958         Move videocrop and osxvideo from -bad.
2959
2960 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2961
2962         * configure.ac:
2963         * docs/plugins/Makefile.am:
2964         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2965         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2966         * docs/plugins/gst-plugins-good-plugins.args:
2967         * docs/plugins/inspect/plugin-qtdemux.xml:
2968         * docs/plugins/inspect/plugin-quicktime.xml:
2969         * win32/MANIFEST:
2970         Move qtdemux from -bad.
2971
2972         * gst-plugins-good.spec.in:
2973         Update spec file to reflect moving of qtdemux and wavpack
2974
2975 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2976         
2977         * win32/MANIFEST:
2978         * docs/plugins/Makefile.am:
2979         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2980         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2981         * docs/plugins/inspect/plugin-directdraw.xml:
2982         * docs/plugins/inspect/plugin-directsound.xml:
2983         * docs/plugins/inspect/plugin-waveform.xml:
2984         Move the waveform plugin from -bad too. Update the inspect xml
2985         files to mention Plugins Good instead of Plugins Bad.
2986
2987 2007-06-12  Andy Wingo  <wingo@pobox.com>
2988
2989         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
2990         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
2991         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
2992         finalization and resuscitation. No longer public.
2993         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
2994         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
2995         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
2996         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
2997         miniobject semantics, and be threadsafe.
2998         (gst_v4l2src_queue_frame): Remove this function, as we just call
2999         the ioctls directly in the two places where we queue buffers.
3000         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
3001         directly.
3002         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
3003         to allocate the pool, which also preallocates the GstBuffers.
3004         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
3005         queueing the frames directly.
3006         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
3007         mmap buffers have been dequeued.
3008
3009         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
3010         real MiniObject instead of rolling our own refcounting and
3011         finalizing. Give it a lock.
3012         (struct _GstV4l2Buffer): Remove one intermediary object, having
3013         the buffers hold the struct v4l2_buffer directly.
3014
3015         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
3016         capture_init so that it can set them on the buffers that it will
3017         create.
3018         (gst_v4l2src_get_read): For better or for worse, include the
3019         timestamping and offsetting code here; really we should be using
3020         bufferalloc though.
3021         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
3022         preallocated, mmap'd buffers.
3023
3024 2007-06-11  Wim Taymans  <wim@fluendo.com>
3025
3026         Patch by: daniel fischer <dan at f3c dot com>
3027
3028         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
3029         (gst_ximage_src_get_caps):
3030         Actually use the display_name property so that we can dump any
3031         available X display. Fixes #445905.
3032
3033 2007-06-11  Wim Taymans  <wim@fluendo.com>
3034
3035         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3036
3037         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
3038         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
3039         Add missing rate fields to caps. Fixes #441118.
3040
3041 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
3042
3043         * win32/vs6/gst_plugins_good.dsw:
3044         * win32/vs8/gst-plugins-good.sln:
3045         Add DirectSound and DirectDraw sinks project files to
3046         workspace and solution files.
3047
3048 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3049
3050         Patch by: Josh Coalson <xflac at yahoo dot com>,
3051         updated by Alexis Ballier <aballier at gentoo dot org>:
3052
3053         * configure.ac:
3054         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
3055         (gst_flac_dec_setup_seekable_decoder),
3056         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
3057         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
3058         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
3059         * ext/flac/gstflacdec.h:
3060         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3061         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
3062         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
3063         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
3064         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
3065         (gst_flac_enc_chain), (gst_flac_enc_set_property),
3066         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
3067         * ext/flac/gstflacenc.h:
3068         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
3069         
3070 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3071
3072         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
3073         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
3074         not necessary anymore as we need at least that core version. 
3075
3076 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3077
3078         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3079         (gst_wavpack_dec_chain):
3080         * ext/wavpack/gstwavpackdec.h:
3081         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3082         (gst_wavpack_parse_push_buffer):
3083         * ext/wavpack/gstwavpackparse.h:
3084         Improve discont handling by checking if the next Wavpack block has
3085         the expected, following block index.
3086
3087 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3088
3089         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
3090           Fix element description.
3091
3092 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3093
3094         * configure.ac:
3095         * docs/plugins/Makefile.am:
3096         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3097         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3098         * docs/plugins/gst-plugins-good-plugins.args:
3099         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3100         * docs/plugins/gst-plugins-good-plugins.signals:
3101         * docs/plugins/inspect/plugin-autodetect.xml:
3102         * docs/plugins/inspect/plugin-gconfelements.xml:
3103         * docs/plugins/inspect/plugin-ladspa.xml:
3104         * docs/plugins/inspect/plugin-rtp.xml:
3105         * docs/plugins/inspect/plugin-wavpack.xml:
3106         * ext/Makefile.am:
3107         * tests/check/Makefile.am:
3108           move wavpack plugin.  See #352605.
3109
3110 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
3111
3112         * configure.ac:
3113         * docs/plugins/Makefile.am:
3114         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3115         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3116         * docs/plugins/gst-plugins-good-plugins.args:
3117         * sys/Makefile.am:
3118         * win32/MANIFEST:
3119         Add DirectDraw & DirectSound plugins to the build and docs.
3120
3121 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
3122
3123         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
3124         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
3125           When operating in pull mode, error out correct on not-linked.
3126
3127 2007-06-06  Andy Wingo  <wingo@pobox.com>
3128
3129         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
3130         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
3131         format and size if the ioctls are defined; should fix compilation
3132         on Linux < 2.16.19.
3133
3134 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
3135
3136         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
3137           Printf fixes in debug statements; use LOG level for debug statements
3138           that are printed for each and every frame; convert c++ comments to
3139           C-style comments; not much point using g_try_malloc() if we then not
3140           even check the return value.
3141
3142 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
3143
3144         * configure.ac:
3145           Bump requirements to released versions (core and base 0.10.13).
3146
3147         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
3148           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
3149           own implementation.
3150
3151 2007-06-05  Andy Wingo  <wingo@pobox.com>
3152
3153         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
3154         some useless comments.
3155
3156         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
3157         frames before calling STREAMON, that might leave them in a state
3158         where they can't be dequeued if we go back to NULL without calling
3159         STREAMON, according to the docs.
3160         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
3161         before we call STREAMON.
3162         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
3163         failures. (For me this code hung.) The pool refcounting is still
3164         crack; added a note to that effect.
3165
3166 2007-06-05  Wim Taymans  <wim@fluendo.com>
3167
3168         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
3169         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
3170         Add support for mapping gst structure names to the MIME type equivalent.
3171         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
3172
3173 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3174
3175         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3176         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
3177         (gst_wavenc_chain), (gst_wavenc_change_state):
3178         * gst/wavenc/gstwavenc.h:
3179         Properly write wav files with width!=depth by having the depth most
3180         significant bytes set and all others zero. Fixes #442535.
3181
3182 2007-06-01  Wim Taymans  <wim@fluendo.com>
3183
3184         * gst/rtsp/rtspconnection.c:
3185         Add include to make buildbot happy.
3186
3187 2007-06-01  Wim Taymans  <wim@fluendo.com>
3188
3189         Patch by: Peter Kjellerstedt  <pkj at axis com>
3190
3191         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3192         (rtsp_connection_connect), (add_date_header),
3193         (rtsp_connection_send), (parse_response_status),
3194         (parse_request_line), (parse_line), (rtsp_connection_receive):
3195         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
3196         * gst/rtsp/rtspdefs.h:
3197         * gst/rtsp/rtspmessage.c: (key_value_foreach),
3198         (rtsp_message_init_request), (rtsp_message_init_response),
3199         (rtsp_message_remove_header), (rtsp_message_append_headers),
3200         (rtsp_message_dump):
3201         * gst/rtsp/rtspmessage.h:
3202         Improves version checking, allowing an RTSP server to reply with "505
3203         RTSP Version not supported.
3204         Adds a Date header to all messages.
3205         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
3206         want to be able to send a response even if something in the request was
3207         invalid. EINVAL is only used when passing wrong arguments to functions.
3208         Do not handle an invalid method in parse_request_line(). Defer this to
3209         the caller so it can respond with "405 Method Not Allowed".
3210         Improves parsing of the timeout parameter to the Session header,
3211         allowing whitespace after the semicolon. 
3212         Avoids a compiler warning due to variables shadowing a function argument.
3213
3214 2007-06-01  Wim Taymans  <wim@fluendo.com>
3215
3216         Based on Patch by: Daniel Charles <dcharles at ti dot com>
3217
3218         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
3219         (gst_rtp_amr_depay_process):
3220         * gst/rtp/gstrtpamrdepay.h:
3221         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
3222         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
3223         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
3224         * gst/rtp/gstrtpamrpay.h:
3225         Add support for AMR-WB.
3226         Small cleanups such as using BOILERPLATE.
3227
3228 2007-05-31  Wim Taymans  <wim@fluendo.com>
3229
3230         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
3231         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
3232
3233 2007-05-30  Andy Wingo  <wingo@pobox.com>
3234
3235         * sys/v4l2/gstv4l2object.h: 
3236         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
3237         unintended changes.
3238
3239         * sys/v4l2/v4l2src_calls.h: 
3240         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
3241         the format list in the order that the driver gives it to us.
3242         (gst_v4l2src_probe_caps_for_format_and_size)
3243         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
3244         based on the capabilities of the device.
3245         (gst_v4l2src_grab_frame): Update for object variable renaming.
3246         (gst_v4l2src_set_capture): Update to be strict in its parameters,
3247         as in the set_caps below.
3248         (gst_v4l2src_capture_init): Update for object variable renaming,
3249         and reflow.
3250         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
3251         (gst_v4l2src_capture_deinit): Update for object variable renaming.
3252         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
3253         (gst_v4l2src_get_fps): Remove; these functions don't have much
3254         meaning outside of an atomic set_caps method.
3255         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
3256         known.
3257
3258         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
3259         call to update_fps; not sure about this change.
3260         (gst_v4l2_tuner_set_norm): Work around the fact that for the
3261         moment we don't have an update_fps_func.
3262
3263         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
3264         structures in the object, just store what we need. Do store the
3265         probed caps of the device. Don't store the current frame rate.
3266
3267         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
3268         update_fps_function, for now. Update for new object variable
3269         naming.
3270         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
3271         new object variable naming.
3272         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
3273         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
3274         (gst_v4l2src_get_caps): Rework to probe the device for supported
3275         frame sizes and frame rates.
3276         (gst_v4l2src_set_caps): Rework to be strict in the given
3277         parameters: if someone asks us to have a certain size and rate,
3278         that is what we configure.
3279         (gst_v4l2src_get_read): Update for object variable naming. Don't
3280         leak buffers on short reads.
3281         (gst_v4l2src_get_mmap): Update for object variable naming, and add
3282         comments.
3283         (gst_v4l2src_create): Update for object variable naming.
3284
3285 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3286
3287         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
3288         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
3289         * gst/avi/gstavidemux.h:
3290           Parse subtitle text streams instead of erroring out (#442034). Still
3291           needs a parser for the subtitles to actually show up.
3292
3293 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3294
3295         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
3296         (gst_avi_demux_loop):
3297           Make _push_event() return TRUE if the event could be pushed on at
3298           least one pad and not only if it could be pushed on all pads,
3299           otherwise we'll end up posting an error message on EOS if one or
3300           more source pads are not connected.
3301
3302 2007-05-28  Wim Taymans  <wim@fluendo.com>
3303
3304         * gst/rtsp/rtsptransport.c:
3305         Use renamed RTP bin.
3306
3307 2007-05-28  Wim Taymans  <wim@fluendo.com>
3308
3309         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
3310
3311         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
3312         (gst_video_box_set_property), (gst_video_box_transform_caps),
3313         (video_box_recalc_transform), (gst_video_box_set_caps),
3314         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
3315         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
3316         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
3317         (gst_video_box_i420_i420), (gst_video_box_transform),
3318         (plugin_init):
3319         Add AYUV->AYUV and AYUV->I420 formats. 
3320         Fix negotiation and I420->AYUV conversion.
3321         Fixes #429329.
3322
3323 2007-05-26  Wim Taymans  <wim@fluendo.com>
3324
3325         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
3326         Use different variables for nested for loops so that the outer loop
3327         functions properly and speex files with multiple frames per buffer work
3328         properly.
3329         Fixes #441408.
3330
3331 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3332
3333         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
3334           Don't leak newsegment events.
3335
3336 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3337
3338         * gst/wavparse/Makefile.am:
3339           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
3340           drags it in.
3341
3342 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3343
3344         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3345         (notgst_value_array_append_buffer),
3346         (gst_flac_enc_process_stream_headers),
3347         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
3348         (gst_flac_enc_change_state):
3349         * ext/flac/gstflacenc.h:
3350           Collect headers, add "streamheader" field to output caps and set
3351           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
3352           produces output according to the official FLAC-to-Ogg mapping
3353           instead of completely broken files. Fixes #426044.
3354
3355 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3356
3357         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
3358         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
3359         (gst_id3demux_sink_event):
3360         * gst/id3demux/gstid3demux.h:
3361         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
3362         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
3363         (gst_tag_demux_send_new_segment):
3364         Handle and adjust new-segment events so that downstream really
3365         sees a stream with the tag pieces stripped off the front and back.
3366         Fixes strangeness in seeking when mp3 decoders use the new-segment
3367         byte position to estimate their current playback position timestamp
3368         and then the arriving buffers don't match up.
3369
3370 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3371
3372         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
3373           Don't unnecessarily perform a READY->NULL->READY transition on the
3374           detected audio sink when starting up. Fixes: #440127
3375
3376 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
3377
3378         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
3379         (gst_flac_enc_chain):
3380           Don't crash in chain function if setcaps hasn't been called.
3381
3382 2007-05-24  Wim Taymans  <wim@fluendo.com>
3383
3384         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
3385         Init value to avoid infinte loops.
3386
3387 2007-05-24  Wim Taymans  <wim@fluendo.com>
3388
3389         Patch by: Peter Kjellerstedt  <pkj at axis com>
3390
3391         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
3392         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
3393         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3394         (gst_rtspsrc_play):
3395         (rtsp_connection_send), (rtsp_connection_receive):
3396         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
3397         Fix for new API.
3398
3399         * gst/rtsp/rtspconnection.c: (add_auth_header),
3400         Only add authorisation and session headers when sending messages.
3401
3402         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
3403         (rtsp_message_init_request), (rtsp_message_init_response),
3404         (rtsp_message_unset), (rtsp_message_add_header),
3405         (rtsp_message_remove_header), (rtsp_message_get_header),
3406         (rtsp_message_append_headers), (dump_key_value),
3407         (rtsp_message_dump):
3408         * gst/rtsp/rtspmessage.h:
3409         Add support for multiple headers of the same type by storing the parsed
3410         headers in a GArray instaed of a hashtable.
3411
3412 2007-05-21  Wim Taymans  <wim@fluendo.com>
3413
3414         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
3415         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
3416         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
3417         safer shutdown.
3418
3419 2007-05-21  Wim Taymans  <wim@fluendo.com>
3420
3421         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
3422         * gst/rtsp/gstrtpdec.h:
3423         Added signal for backwards compat.
3424
3425 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3426         
3427         Patch by: René Stadler <mail at renestadler dot de>
3428
3429         * configure.ac:
3430         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
3431         (gst_au_parse_parse_header), (gst_au_parse_chain):
3432         * gst/auparse/gstauparse.h:
3433         Use audioconvert for converting from non-native endianness floats
3434         in auparse instead of doing it ourself. Fixes #424527.
3435         This needs the audioconvert from plugins-base CVS.
3436         
3437 2007-05-21  Wim Taymans  <wim@fluendo.com>
3438
3439         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3440         (gst_rtp_h263p_pay_flush):
3441         Fix enum registration.
3442
3443 2007-05-21  Wim Taymans  <wim@fluendo.com>
3444
3445         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
3446
3447         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3448         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
3449         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
3450         (gst_rtp_h263p_pay_flush):
3451         * gst/rtp/gstrtph263ppay.h:
3452         Add new fragmentation mode base on GOB headers. Fixes #438940.
3453
3454 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
3455
3456         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
3457           Printf format fix.
3458
3459 2007-05-18  Wim Taymans  <wim@fluendo.com>
3460
3461         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
3462         Don't crash when an unsupported transport error was returned by the
3463         server, just try to configure the next stream. Fixes #439255.
3464
3465 2007-05-18  Wim Taymans  <wim@fluendo.com>
3466
3467         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
3468         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
3469         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
3470         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3471         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
3472         * gst/rtsp/gstrtspsrc.h:
3473         Add TCP timeout property and use it for all TCP connection.
3474
3475         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3476         (rtsp_connection_write), (rtsp_connection_next_timeout),
3477         (rtsp_connection_reset_timeout):
3478         Make connect and writes cancelable and make them use the timeout.
3479
3480 2007-05-18  Wim Taymans  <wim@fluendo.com>
3481
3482         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3483         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
3484         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3485         (gst_rtspsrc_setup_streams):
3486         Refactor timeout handling.
3487         Also send keep-alive when dealing with TCP transport.
3488
3489         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3490         (rtsp_connection_free), (rtsp_connection_next_timeout),
3491         (rtsp_connection_reset_timeout):
3492         * gst/rtsp/rtspconnection.h:
3493         Use a timer to handle the session timeouts, add some methods to deal
3494         with timeouts.
3495
3496 2007-05-17  Wim Taymans  <wim@fluendo.com>
3497
3498         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
3499         (gst_rtspsrc_setup_streams):
3500         Ignore streams that fail the setup command, we will retry with a
3501         different transport later on.
3502
3503         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
3504         (rtsp_ext_wms_configure_stream):
3505         Fix encoding name case.
3506
3507 2007-05-16  Edward Hervey  <edward@fluendo.com>
3508
3509         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
3510         Fix build on macosx.
3511
3512 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3513
3514         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
3515         Replace direct comparison of a string with the string literal "" with
3516         a comparison of the first character with '\0'. Fixes #438926.
3517
3518 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3519
3520         * gst/debug/breakmydata.c (gst_break_my_data_init):
3521           One more try. This should be the proper fix now.
3522
3523 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3524
3525         * gst/debug/breakmydata.c:
3526           Ooops, no // comments please.
3527
3528 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3529
3530         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
3531         (gst_break_my_data_init):
3532           Fix gst_buffer_is_writable() assertion.
3533
3534 2007-05-14  David Schleef  <ds@schleef.org>
3535
3536         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
3537           video/x-raw-bayer.  Fixes #314160.
3538
3539 2007-05-14  Wim Taymans  <wim@fluendo.com>
3540
3541         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
3542         (gst_rtp_theora_depay_parse_configuration):
3543         * gst/rtp/gstrtptheorapay.c: (encode_base64),
3544         (gst_rtp_theora_pay_finish_headers),
3545         (gst_rtp_theora_pay_handle_buffer):
3546         Update theora pay/depayloader in a similar to vorbis.
3547
3548         * gst/rtp/gstrtpvorbisdepay.c:
3549         (gst_rtp_vorbis_depay_parse_configuration):
3550         Update docs.
3551
3552 2007-05-14  Wim Taymans  <wim@fluendo.com>
3553
3554         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
3555         When we try to execute a method that is not supported by the server,
3556         don't error out but remove the method from the accepted methods so that
3557         we never try to perform this method again.
3558
3559 2007-05-14  Wim Taymans  <wim@fluendo.com>
3560
3561         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
3562         Remove annoying _dump_mem.
3563
3564 2007-05-14  Wim Taymans  <wim@fluendo.com>
3565
3566         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
3567         Parse range correctly.
3568
3569         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
3570         The baseurl now always has a '/' at the start.
3571
3572 2007-05-14  Wim Taymans  <wim@fluendo.com>
3573
3574         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
3575         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
3576         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3577         Factor out caps configuration and configure more stuff such as the time
3578         ranges and speed/scale values.
3579
3580         * gst/rtsp/rtsptransport.c:
3581         Add Copyright after non-trival fixes.
3582
3583 2007-05-12  Wim Taymans  <wim@fluendo.com>
3584
3585         Patch by: Peter Kjellerstedt  <pkj at axis com>
3586
3587         * gst/rtsp/gstrtspsrc.h:
3588         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
3589         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
3590         (rtsp_message_get_header):
3591         * gst/rtsp/rtspmessage.h:
3592         Make channel guint8 where possible.
3593         Make rtsp_message_init_data() take the channel as a guint8.
3594
3595         * gst/rtsp/rtspdefs.c:
3596         Fixed a typo: Timout -> Timeout
3597
3598         * gst/rtsp/rtspdefs.h:
3599         Make RTSP_CHECK() behave as a statement.
3600
3601         * gst/rtsp/sdpmessage.c:
3602         Avoid a compiler warning in INIT_ARRAY().
3603         Fixes #437692.
3604
3605 2007-05-12  Wim Taymans  <wim@fluendo.com>
3606
3607         Patch by: Peter Kjellerstedt  <pkj at axis com>
3608
3609         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
3610         (rtsp_url_get_request_uri):
3611         * gst/rtsp/rtspurl.h:
3612         Add support for query parameters to RTSP URLs.
3613
3614 2007-05-12  Wim Taymans  <wim@fluendo.com>
3615
3616         Patch by: Peter Kjellerstedt  <pkj at axis com>
3617
3618         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
3619         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
3620         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
3621         (rtsp_transport_parse), (rtsp_transport_as_text):
3622         * gst/rtsp/rtsptransport.h:
3623         Add validation to rtsp_transport_parse().
3624         Add rtsp_transport_as_text() to generate an RTSP header from an
3625         RTSPTransport.
3626         Change ssrc to guint (was a string) since that is what it is, even
3627         though it is sent as a hex string.
3628         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
3629         incorrect, which can be seen when looking at the examples in the RFC).
3630         Fixes #437670.
3631
3632 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
3633
3634         Patch by: Eric Anholt
3635
3636         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
3637           gst_ximage_src_ximage_get):
3638         Use union of all damage between frames to make it faster.
3639         Fixes bug #342463.
3640         Also fix crasher when cursor is at bottom right of window.
3641
3642 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
3643
3644         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
3645           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
3646           streaming mode regression for file from #343837 with 'bext' chunk
3647           before the 'fmt' chunk.
3648
3649 2007-05-11  Wim Taymans  <wim@fluendo.com>
3650
3651         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
3652         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
3653         (gst_rtspsrc_handle_src_event),
3654         (gst_rtspsrc_stream_configure_manager),
3655         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
3656         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
3657         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3658         * gst/rtsp/gstrtspsrc.h:
3659         * gst/rtsp/rtspdefs.h:
3660         Preliminary seek support.
3661         Activate internal pads so that we can receive events on them.
3662         Don't try to parse a range string when it's NULL.
3663
3664 2007-05-11  Wim Taymans  <wim@fluendo.com>
3665
3666         * gst/rtp/README:
3667         Update README with new RTP variables that will be used for
3668         synchronisation.
3669
3670         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
3671         (gst_rtp_vorbis_depay_parse_configuration),
3672         (gst_rtp_vorbis_depay_process):
3673         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
3674         (gst_rtp_vorbis_pay_finish_headers),
3675         (gst_rtp_vorbis_pay_handle_buffer):
3676         Update vorbis pay and depayloader to draft-04.
3677
3678 2007-05-11  Wim Taymans  <wim@fluendo.com>
3679
3680         * gst/rtsp/rtsptransport.c:
3681         UDP MCAST is actually the default for RTP/AVP.
3682 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
3683
3684         * gst/level/gstlevel.c: (gst_level_transform_ip):
3685         Use guint8 * instead of gpointer then vs6 can build 
3686         in_data += (filter->width / 8).
3687
3688 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
3689
3690         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
3691           gst_ximage_src_ximage_get):
3692         * sys/ximage/gstximagesrc.h (last_ximage):
3693         When using Damage actually keep the last frame, and not assume
3694         that the buffer we get already has the last frame on it.
3695         Copy the cursor over if we specify a non-zero start x and
3696         start y.
3697
3698 2007-05-11  Wim Taymans  <wim@fluendo.com>
3699
3700         * gst/rtsp/rtsptransport.c:
3701         Make UDP the default transport when not specified.
3702
3703 2007-05-09  David Schleef  <ds@schleef.org>
3704
3705         * gst/level/gstlevel.c:
3706           Revert last change.
3707
3708 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
3709
3710         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
3711         (gst_level_transform_ip):
3712         Use guint8 * instead of gpointer then vs6 know the size of data
3713         pointed when moving the pointer.
3714         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
3715         Move instructions after variables declaration.
3716         * win32/vs6/autogen.dsp:
3717         * win32/vs6/libgstrtp.dsp:
3718         * win32/vs6/libgstrtsp.dsp:
3719         Update vs6 project files.
3720
3721 2007-05-09  Wim Taymans  <wim@fluendo.com>
3722
3723         * gst/rtsp/Makefile.am:
3724         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
3725         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
3726         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
3727         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
3728         (rtsp_range_free):
3729         * gst/rtsp/rtsprange.h:
3730         Add code to parse time ranges.
3731         Report DURATION on the stream when possible.
3732
3733 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
3734
3735         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
3736         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
3737         (gst_videomixer_collected):
3738           Fix strides calculation for AYUV (it's just width*4) (#436910).
3739
3740 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3741
3742         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
3743         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
3744         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
3745         Sync the GObject properties before each processing step to properly
3746         work with the controller.
3747
3748 2007-05-04  Wim Taymans  <wim@fluendo.com>
3749
3750         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3751         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3752         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3753         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
3754         (gst_rtspsrc_change_state):
3755         Let more error state trickle down so that we can catch more error
3756         cases.
3757         Handle keep-alive a little smarter by selecting a method the server
3758         actually supports.
3759         Fix a race in UDP streaming shutdown.
3760
3761 2007-05-04  Wim Taymans  <wim@fluendo.com>
3762
3763         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
3764         Ignore errors when trying to use the keep-alive messages.
3765
3766 2007-05-04  Wim Taymans  <wim@fluendo.com>
3767
3768         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
3769         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
3770         (gst_rtspsrc_stream_configure_manager),
3771         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
3772         (gst_rtspsrc_stream_configure_mcast),
3773         (gst_rtspsrc_stream_configure_udp),
3774         (gst_rtspsrc_stream_configure_udp_sink),
3775         (gst_rtspsrc_stream_configure_transport):
3776         Send RTCP messages back to the server over the TCP connection.
3777
3778         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
3779         (rtsp_connection_send), (rtsp_connection_read), (read_body),
3780         (rtsp_connection_receive):
3781         * gst/rtsp/rtspconnection.h:
3782         Factor out and expose lowlevel _write and _read methods.
3783         Implement sending data messages to the server.
3784
3785 2007-05-03  Wim Taymans  <wim@fluendo.com>
3786
3787         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
3788         (gst_multipart_mux_collected):
3789         Fix timestamps on outgoing buffers.
3790
3791 2007-05-03  Wim Taymans  <wim@fluendo.com>
3792
3793         * gst/multipart/multipartmux.c:
3794         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
3795         (gst_multipart_mux_change_state):
3796         Emit NEWSEGMENT events before pushing the first buffer.
3797
3798 2007-05-03  Wim Taymans  <wim@fluendo.com>
3799
3800         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
3801         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
3802         (gst_rtspsrc_handle_src_query),
3803         (gst_rtspsrc_stream_configure_manager),
3804         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
3805         (gst_rtspsrc_stream_configure_mcast),
3806         (gst_rtspsrc_stream_configure_udp),
3807         (gst_rtspsrc_stream_configure_udp_sink),
3808         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
3809         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
3810         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
3811         (gst_rtspsrc_pause):
3812         Refactor transport configuration code.
3813         Create internal pads for TCP transport so that we can implement events
3814         and queries.
3815         Handle events and queries.
3816         Parse range from the SDP.
3817         Fix race in pause handler where the connection could still be flushing.
3818
3819 2007-05-02  Wim Taymans  <wim@fluendo.com>
3820
3821         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3822         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
3823         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
3824         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
3825         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
3826         (gst_rtspsrc_change_state):
3827         * gst/rtsp/gstrtspsrc.h:
3828         Fix race when multiple udp sources post timeouts, just act on the first
3829         received timeout.
3830         Protect stream list with a recursive lock to fix some races.
3831         Flush connection when we need to do a reconnect or stop.
3832         Make state lock recursive.
3833
3834         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3835         (rtsp_connection_close):
3836         Some small cleanups.
3837
3838 2007-05-02  Wim Taymans  <wim@fluendo.com>
3839
3840         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
3841         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
3842         Only set DISCONT when there actually is a discont or when we just
3843         started.
3844
3845 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3846
3847         * ext/flac/gstflac.c: (plugin_init):
3848         Call bindtextdomain() to get localized strings.
3849
3850 2007-05-02  Wim Taymans  <wim@fluendo.com>
3851
3852         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
3853         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
3854         (gst_wavparse_stream_data):
3855         * gst/wavparse/gstwavparse.h:
3856         Be a bit more clever when dealing with VBR files with FACT tags, we
3857         don't want to timestamp buffers in that case but the estimated BPS can
3858         be used for seeking.
3859         Only send close segment in the streaming thread.
3860
3861 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3862
3863         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
3864         Correctly post an error on the bus if something went wrong in the loop
3865         function. This fixes a few cases where the task was paused and nothing
3866         happened anymore.
3867
3868 2007-05-02  Wim Taymans  <wim@fluendo.com>
3869
3870         * gst/rtsp/test.c: (main):
3871         Fix compilation of deprecated test just because I'm too lazy to delete
3872         it.
3873
3874 2007-05-02  Wim Taymans  <wim@fluendo.com>
3875
3876         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3877         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
3878         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
3879         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
3880         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
3881         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
3882         * gst/rtsp/gstrtspsrc.h:
3883         Fix sending RTCP to the right place.
3884         Fix bug in reffing the wrong UDP element.
3885         Use new pad names for the session manager.
3886         Implement handling server requests in interleaved and UDP modes.
3887         Handle session keep-alive in UDP modes.
3888         Remove GCond for handling UDP timeouts.
3889
3890         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3891         (rtsp_connection_send), (rtsp_connection_read), (read_body),
3892         (rtsp_connection_receive), (rtsp_connection_close):
3893         * gst/rtsp/rtspconnection.h:
3894         Store connection IP address for later.
3895         Add timeout args to all operations that might block forever.
3896         Parse session timeout.
3897         Only close sockets when not already closed.
3898
3899         * gst/rtsp/rtspdefs.c:
3900         * gst/rtsp/rtspdefs.h:
3901         Add timeout return value and error string.
3902
3903         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
3904         Add small comment.
3905
3906 2007-05-01  Wim Taymans  <wim@fluendo.com>
3907
3908         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3909
3910         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
3911         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
3912         * gst/rtp/gstrtpmp4vpay.h:
3913         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
3914
3915 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
3916
3917         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3918           Remove v4l2src from docs, since it breaks the docs build, and the
3919           plugin is only built if --enable-experimental is used anyway.
3920
3921         * docs/plugins/Makefile.am:
3922           Spaces => tab.
3923
3924 2007-04-29  Wim Taymans  <wim@fluendo.com>
3925
3926         * gst/udp/gstmultiudpsink.c: (leave_multicast),
3927         (gst_multiudpsink_add), (gst_multiudpsink_remove):
3928         Add code to drop membership of a multicast group.
3929
3930         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
3931         (gst_udpsink_set_uri):
3932         Implement URI handler.
3933
3934         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
3935         (gst_rtspsrc_parse_rtpinfo):
3936         Use URI handler to make udpsink instace.
3937         Improve code to configure port and destination.
3938
3939 2007-04-29  Wim Taymans  <wim@fluendo.com>
3940
3941         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
3942         Fix multicast detection.
3943         Don't try to join a multicast group if the address is not multicast.
3944
3945         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
3946         Small debug improvement.
3947
3948 2007-04-27  Wim Taymans  <wim@fluendo.com>
3949
3950         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
3951         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
3952         (gst_rtspsrc_handle_message):
3953         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
3954         parent.
3955
3956 2007-04-27  Wim Taymans  <wim@fluendo.com>
3957
3958         * gst/rtp/gstrtpilbcdepay.h:
3959         Fix mode property when specified as an arg.
3960
3961 2007-04-26  Edward Hervey  <edward@fluendo.com>
3962
3963         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3964         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3965         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3966         * docs/plugins/inspect/plugin-osxaudio.xml:
3967         Add documentation for osxaudio plugin.
3968
3969 2007-04-26  Wim Taymans  <wim@fluendo.com>
3970
3971         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3972         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
3973         (gst_rtspsrc_open), (gst_rtspsrc_close),
3974         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
3975         (gst_rtspsrc_pause):
3976         * gst/rtsp/gstrtspsrc.h:
3977         Protect state changes with a lock.
3978
3979         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3980         (parse_line):
3981         * gst/rtsp/rtspconnection.h:
3982         Remove some unused stuff.
3983
3984 2007-04-26  Wim Taymans  <wim@fluendo.com>
3985
3986         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
3987         Handle the case where there are exactly 0 bytes to read and the ioctl
3988         did not report an error. Fixes #433530.
3989
3990 2007-04-26  Wim Taymans  <wim@fluendo.com>
3991
3992         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
3993         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
3994         * gst/wavparse/gstwavparse.h:
3995         Apply DISCONT to buffers.
3996         Only apply timestamp to the first sample after a DISCONT, too many VBR
3997         files cause random jitter in the timestamps. Fixes #433119.
3998
3999 2007-04-25  Wim Taymans  <wim@fluendo.com>
4000
4001         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
4002         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
4003         (gst_rtp_dec_get_property):
4004         * gst/rtsp/gstrtpdec.h:
4005         Add dummy latency property to be backwards compat with rtpbin.
4006
4007         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4008         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4009         (gst_rtspsrc_stream_configure_transport),
4010         (gst_rtspsrc_parse_rtpinfo):
4011         * gst/rtsp/gstrtspsrc.h:
4012         Add latency property and configure in the session manager.
4013         Don't set invalid clock-base and seqnum-base on caps, some servers
4014         sometimes don't send them.
4015
4016 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4017
4018         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
4019         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
4020           Double-check that RGB input caps are really RGBA caps (apparently
4021           the core doesn't always catch it if those caps aren't a subset of
4022           our template caps, also see #421543). Fixes #429319 in a way.
4023           Also, don't leak the pad template in the transform_caps function.
4024
4025         * tests/check/Makefile.am:
4026         * tests/check/elements/.cvsignore:
4027         * tests/check/elements/alphacolor.c: (setup_alphacolor),
4028         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
4029         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
4030         (GST_START_TEST), (alphacolor_suite):
4031           Add some basic unit tests for alphacolor.
4032
4033 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4034
4035         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
4036           If we get a fatal flow return in the loop function, first post the
4037           error message and only then send the EOS event downstream, otherwise
4038           applications might get an eos message before the error message and
4039           think everything was ok (related to #429319).
4040
4041 2007-04-25  Wim Taymans  <wim@fluendo.com>
4042
4043         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4044         Read the channel byte as an unsigned byte.
4045
4046 2007-04-25  Wim Taymans  <wim@fluendo.com>
4047
4048         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
4049         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
4050         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
4051         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
4052         (gst_rtp_gsm_depay_setcaps):
4053         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4054         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
4055         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
4056         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
4057         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
4058         (gst_ilbc_depay_get_property):
4059         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
4060         * gst/rtp/gstrtpmp4adepay.c:
4061         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
4062         (gst_rtp_pcma_depay_setcaps):
4063         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
4064         (gst_rtp_pcmu_depay_setcaps):
4065         Make sure we configure the clock_rate in the baseclass in the setcaps
4066         function. Fixes #431282.
4067
4068 2007-04-25  Wim Taymans  <wim@fluendo.com>
4069
4070         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4071         (gst_rtspsrc_stream_free), (request_pt_map),
4072         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
4073         * gst/rtsp/gstrtspsrc.h:
4074         Parse server address from SDP.
4075         Hook up a udpsink to send RTCP back to the server.
4076
4077         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4078         * gst/rtsp/rtsptransport.h:
4079         Add some docs.
4080
4081 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
4082
4083         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4084           Make header field check conditional. Fixes #433135
4085
4086 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
4087
4088         * docs/plugins/Makefile.am:
4089         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4090         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4091         * docs/plugins/inspect/plugin-alphacolor.xml:
4092         * gst/alpha/Makefile.am:
4093         * gst/alpha/gstalphacolor.c:
4094         * gst/alpha/gstalphacolor.h:
4095           Add minimal docs blurb to alphacolor; split out headers into
4096           separate header file for gtk-doc.
4097
4098 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
4099
4100         * gst/debug/progressreport.c: (gst_progress_report_report):
4101           Don't try to post NULL message (in case we can't query upstream
4102           position or duration).
4103
4104 2007-04-18  Michael Smith  <msmith@fluendo.com>
4105
4106         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
4107         (gst_cutter_get_caps):
4108         * gst/cutter/gstcutter.h:
4109           Fix some of the most obvious bugs in cutter. Now doesn't leak
4110           everything if input is silent.
4111
4112 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
4113
4114         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4115         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
4116         * gst/wavenc/gstwavenc.h:
4117         Wav apparently only supports width==GST_ROUND_UP(depth), everything
4118         else results in a invalid block align and invalid files.
4119
4120 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
4121
4122         Patch by: Snaik <snaik32 gmail com>
4123
4124         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
4125           Add missing break statement for BOX_HORIZONTAL case.
4126
4127 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4128
4129         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
4130
4131         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4132         Use correct format strings for integer types.
4133
4134 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4135
4136         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
4137         (gst_wavparse_create_sourcepad):
4138         Use gst_riff_create_audio_template_caps () instead of the local caps.
4139         This makes updates of the local caps unecessary whenever libgstriff
4140         gets support for new formats.
4141
4142 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4143
4144         Patch by: Brian Cameron  <brian.cameron at sun dot com>
4145
4146         * sys/sunaudio/gstsunaudio.c:
4147         * sys/sunaudio/gstsunaudiomixer.c:
4148         * sys/sunaudio/gstsunaudiomixer.h:
4149         * sys/sunaudio/gstsunaudiomixerctrl.c:
4150         * sys/sunaudio/gstsunaudiomixerctrl.h:
4151         * sys/sunaudio/gstsunaudiomixertrack.h:
4152         * sys/sunaudio/gstsunaudiosink.c:
4153         * sys/sunaudio/gstsunaudiosink.h:
4154         * sys/sunaudio/gstsunaudiosrc.c:
4155         * sys/sunaudio/gstsunaudiosrc.h:
4156           Fix and/or update copyright attributions (#430228).
4157
4158 2007-04-13  Wim Taymans  <wim@fluendo.com>
4159
4160         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4161         Fix docs.
4162
4163         * gst/rtsp/URLS:
4164         Add some more example urls.
4165
4166         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4167         (gst_rtp_dec_chain_rtp):
4168         Better debugging.
4169
4170         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
4171         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4172         (gst_rtspsrc_parse_rtpinfo):
4173         Remove unused code.
4174
4175 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4176
4177         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4178         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4179         (gst_wavparse_stream_data):
4180           Relax the audio/mpeg caps again and add FIXME: comment.
4181
4182 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4183
4184         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4185         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4186         (gst_wavparse_stream_data):
4187         * gst/wavparse/gstwavparse.h:
4188           More sanity check for the header fields. Fix type for 'rate' header
4189           field.
4190
4191 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4192
4193         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
4194         (gst_icydemux_unicodify):
4195           If the metadata strings we get in the stream are not UTF-8, try to
4196           interpret them according to the character encodings specified in the
4197           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
4198           only fall back to locale/ISO-8859-1 if those aren't set or don't
4199           work. Should fix #428901.
4200
4201 2007-04-12  Wim Taymans  <wim@fluendo.com>
4202
4203         * gst/rtp/gstrtph264depay.c:
4204         Use the proper sync word for SPS and PPS.
4205
4206 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4207
4208         * gst/rtp/Makefile.am:
4209         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
4210           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
4211         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
4212           Add a simple hashing implementation that we can use to generate
4213           a 24-bit ident value based on the codebooks for vorbis and theora.
4214         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
4215           gst_rtp_theora_pay_handle_buffer):
4216         * gst/rtp/gstrtpvorbisdepay.c
4217           (gst_rtp_vorbis_depay_parse_configuration,
4218           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
4219         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
4220           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
4221           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
4222           Use the hashing function, ensuring that the same codebooks result
4223           in the same ident and thus the same SDP description.
4224           Various log fixes/changes.
4225
4226 2007-04-12  Wim Taymans  <wim@fluendo.com>
4227
4228         Patch by: jerry tan <jerry dot tan at sun dot com>
4229
4230         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
4231         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
4232         application's responsibility to make sure it open the device once.
4233         Remove a careless error if AUDIODEV is set. Fixes #392620.
4234
4235 2007-04-12  Wim Taymans  <wim@fluendo.com>
4236
4237         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4238         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
4239         * gst/rtsp/gstrtpdec.h:
4240         Make backward compat with rtpbin by adding the request-pt-map signals.
4241
4242         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
4243         (new_session_pad), (request_pt_map),
4244         (gst_rtspsrc_stream_configure_transport),
4245         (gst_rtspsrc_stream_configure_caps),
4246         (gst_rtspsrc_activate_streams):
4247         * gst/rtsp/gstrtspsrc.h:
4248         Implement request-pt-map signals instead of setting caps on the buffers
4249         for the session manager.
4250
4251 2007-04-11  Wim Taymans  <wim@fluendo.com>
4252
4253         * gst/udp/gstudp.c: (plugin_init):
4254         Register GstNetBuffer in plugin_init so that the type can be used from
4255         multiple threads without races.
4256
4257 2007-04-10  Wim Taymans  <wim@fluendo.com>
4258
4259         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
4260         (gst_rtp_amr_depay_process):
4261         Fix depayloader clock_rate and some cleanups.
4262
4263         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
4264         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4265         * gst/rtp/gstrtph264depay.h:
4266         Don't push codec_data in the adapter because it might get flushed when
4267         we get a discont.
4268
4269         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4270         Handle multiple AU per packet.
4271
4272         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
4273         (gst_rtp_sv3v_depay_plugin_init):
4274         Disable rank, this one does not work.
4275         Remove timestamping, base class does that.
4276
4277 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
4278
4279         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
4280           limit caps to the formats we announce in the template
4281
4282         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4283         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4284         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
4285           fix some crashers/asserts when dealing with broken files
4286
4287 2007-04-10  Wim Taymans  <wim@fluendo.com>
4288
4289         Patch by: Peter Kjellerstedt  <pkj at axis com>
4290
4291         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
4292         * gst/rtp/gstrtpL16depay.c:
4293         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4294         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
4295         (gst_rtp_speex_depay_setcaps):
4296         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4297         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
4298         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
4299         Fix some compiler warnings. Fixes #428182.
4300
4301 2007-04-06  Wim Taymans  <wim@fluendo.com>
4302
4303         * gst/rtsp/Makefile.am:
4304         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
4305         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
4306         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
4307         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
4308         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
4309         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
4310         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
4311         (create_rtcp), (gst_rtp_dec_request_new_pad),
4312         (gst_rtp_dec_release_pad):
4313         * gst/rtsp/gstrtpdec.h:
4314         * gst/rtsp/gstrtsp.c: (plugin_init):
4315         Morph RTPDec into something compatible with RTPBin as a fallback.
4316         Various other style fixes.
4317
4318         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
4319         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
4320         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
4321         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
4322         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4323         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
4324         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4325         * gst/rtsp/gstrtspsrc.h:
4326         Implement RTPBin session manager handling.
4327         Don't try to add empty properties to caps.
4328         Implement fallback session manager, handling.
4329         Don't combine errors from RTCP streams, just ignore them.
4330
4331         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
4332         * gst/rtsp/rtsptransport.h:
4333         Implement fallback session manager.
4334         Make RTPBin the default one when available.
4335
4336 2007-04-05  Wim Taymans  <wim@fluendo.com>
4337
4338         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4339         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
4340         This element is ready to be autoplugged.
4341
4342 2007-04-05  Julien MOUTTE  <julien@moutte.net>
4343
4344         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
4345         Don't leave the offsets defined by upstream element on the
4346         compressed data buffer we are pushing downstream. Make them
4347         GST_BUFFER_OFFSET_NONE.
4348
4349 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
4350
4351         * gst/avi/README:
4352         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
4353         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
4354         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
4355         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
4356         (gst_avi_demux_calculate_durations_from_index),
4357         (gst_avi_demux_stream_header_push),
4358         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
4359         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
4360           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
4361
4362 2007-04-03  Wim Taymans  <wim@fluendo.com>
4363
4364         * gst/smpte/barboxwipes.c:
4365         Fix error as spotted by Snaik <snaik32 at gmail dot com>
4366
4367 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4368
4369         * gst/wavparse/gstwavparse.c:
4370         Support audio/x-raw-float in wav files. This only works with
4371         plugins-base CVS, using an older version doesn't have any
4372         disadvantages though.
4373
4374 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4375
4376         * configure.ac:
4377         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4378         (gst_au_parse_parse_header), (gst_au_parse_chain):
4379         * gst/auparse/gstauparse.h:
4380         Revert last change as we don't want plugins-good to depend on
4381         plugins-base CVS now.
4382
4383 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4384
4385         * configure.ac:
4386         Require gst-plugins-base CVS for audioconvert with non-native
4387         float support and width/depth fix in libgstriff.
4388
4389         Patch by: René Stadler <mail at renestadler dot de>
4390
4391         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4392         (gst_au_parse_parse_header), (gst_au_parse_chain):
4393         * gst/auparse/gstauparse.h:
4394         Don't swap the floats ourself if they're not in native endianness.
4395         Instead let audioconvert handle this. Fixes #339838.
4396
4397 2007-03-29  Wim Taymans  <wim@fluendo.com>
4398
4399         * gst/rtp/gstasteriskh263.h:
4400         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
4401         (gst_rtp_h263p_depay_change_state):
4402         * gst/rtp/gstrtph263pdepay.h:
4403         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4404         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
4405         (gst_rtp_h264_depay_change_state):
4406         * gst/rtp/gstrtph264depay.h:
4407         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4408         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
4409         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4410         Flush adapter on disconts.
4411
4412 2007-03-29  Wim Taymans  <wim@fluendo.com>
4413
4414         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
4415         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
4416         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
4417         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
4418         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4419         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
4420         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4421         (gst_rtp_mp4v_depay_process):
4422         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
4423         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
4424         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
4425         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
4426         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
4427         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4428         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
4429         Use more efficient adapter and rtpbuffer methods when possible.
4430
4431 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4432
4433         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4434         (gst_wavenc_sink_setcaps):
4435         Correctly handle width!=depth input.
4436         * gst/wavparse/gstwavparse.c:
4437         Already export in the caps that width==8 uses unsigned samples and
4438         everything else uses signed samples.
4439
4440 2007-03-29  Wim Taymans  <wim@fluendo.com>
4441
4442         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4443
4444         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
4445         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
4446         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
4447         (gst_dynudpsink_close):
4448         * gst/udp/gstdynudpsink.h:
4449         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
4450         (gst_udpsrc_create), (gst_udpsrc_set_property),
4451         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
4452         * gst/udp/gstudpsrc.h:
4453         Rework the socket allocation a bit based on the sockfd argument so that
4454         it becomes usable.
4455         Add a closefd property to instruct the udp elements to close the custom
4456         file descriptors when going to READY. Fixes #423304.
4457         API:GstUDPSrc::closefd property
4458         API:GstDynUDPSink::closefd property
4459
4460 2007-03-29  Wim Taymans  <wim@fluendo.com>
4461
4462         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4463
4464         * gst/rtp/Makefile.am:
4465         * gst/rtp/gstrtp.c: (plugin_init):
4466         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
4467         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4468         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
4469         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4470         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
4471         (gst_rtp_h264_pay_plugin_init):
4472         * gst/rtp/gstrtph264pay.h:
4473         Added H264 payloader. Fixes #423782.
4474
4475         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4476         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4477         Small fixes.
4478
4479 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4480
4481         * gst/wavparse/gstwavparse.c:
4482         Actually support depths from 1 to 32, not only 8 to 32.
4483
4484 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4485
4486         * gst/wavparse/gstwavparse.c:
4487         Add support for wav files containing audio/x-raw-int with random
4488         depths between 1 and 32 bits.
4489
4490 2007-03-28  Wim Taymans  <wim@fluendo.com>
4491
4492         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
4493
4494         * gst/rtp/Makefile.am:
4495         * gst/rtp/gstrtp.c: (plugin_init):
4496         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
4497         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
4498         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
4499         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
4500         (gst_rtp_mp4a_depay_get_property),
4501         (gst_rtp_mp4a_depay_change_state),
4502         (gst_rtp_mp4a_depay_plugin_init):
4503         * gst/rtp/gstrtpmp4adepay.h:
4504         Added MP4A-LATM depayloader. Fixes #417792.
4505
4506         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4507         (gst_rtp_mp4v_depay_process):
4508         Fixup depayloader, setting codec_data, using more efficient adaptor and
4509         rtpbuffer handling.
4510
4511         * gst/rtsp/URLS:
4512         Add url to test above.
4513
4514 2007-03-25  Wim Taymans  <wim@fluendo.com>
4515
4516         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
4517         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
4518         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
4519         (gst_rtspsrc_media_to_caps),
4520         (gst_rtspsrc_stream_configure_transport),
4521         (gst_rtspsrc_stream_configure_caps),
4522         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
4523         * gst/rtsp/gstrtspsrc.h:
4524         Handle default clock-rates for static payload types, rearrange stuff so
4525         that the rtpmap field in the sdp can override the defaults.
4526         Parse RTP-Info field to get the seqnum and timebase fields that should
4527         go in the caps.
4528         Delay configuring caps after we got the RTP-Info from the PLAY reply from
4529         the server. 
4530
4531 2007-03-22  Wim Taymans  <wim@fluendo.com>
4532
4533         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
4534
4535         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
4536         Accept complex pipeline descriptions as an audio profile instead of just
4537         a single element. Fixes #420658.
4538
4539 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
4540
4541         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
4542           Rename registered type in preparation of GstTagDemux moving to
4543           -base at some point in the future.
4544
4545 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
4546
4547         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4548           Streaming mode fixes: don't unref buffer we don't own any longer;
4549           remove bogus adapter flush. Fixes #419338.
4550
4551 2007-03-17  David Schleef  <ds@schleef.org>
4552
4553         * REQUIREMENTS: Change the format to key/value, add a bunch of
4554           information, remove a bunch of requirements that are for
4555           other GStreamer packages.
4556
4557 2007-03-17  David Schleef  <ds@schleef.org>
4558
4559         * REQUIREMENTS: Fix a few things.  This file really needs a
4560         good once-over.
4561
4562 2007-03-15  Edward Hervey  <edward@fluendo.com>
4563
4564         * sys/Makefile.am:
4565         Don't forget to distribute the sys/osxaudio/ directory.
4566
4567 2007-03-15  Edward Hervey  <edward@fluendo.com>
4568
4569         * configure.ac:
4570         * sys/Makefile.am:
4571         * sys/osxaudio/Makefile.am:
4572         * sys/osxaudio/gstosxaudio.c:
4573         * sys/osxaudio/gstosxaudiosink.c:
4574         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
4575         (gst_osx_audio_sink_getcaps),
4576         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
4577         * sys/osxaudio/gstosxaudiosrc.c:
4578         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
4579         (gst_osx_audio_src_create_ringbuffer):
4580         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
4581         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
4582         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
4583         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
4584         * sys/osxaudio/gstosxringbuffer.h:
4585         Activate osxaudio in gst-plugins-good with proper build setup.
4586         Add inlined documentation.
4587         Fix debug statements
4588         Fix ringbuffer when pausing.
4589         Fixes #323471
4590
4591 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4592         * gst/rtp/gstrtppcmapay.c:
4593         * gst/rtp/gstrtppcmapay.h:
4594         * gst/rtp/gstrtppcmupay.c:
4595         * gst/rtp/gstrtppcmupay.h:
4596         Ported mulaw and alaw payloaders to use new base class
4597
4598 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4599
4600         * po/af.po:
4601         * po/az.po:
4602         * po/cs.po:
4603         * po/en_GB.po:
4604         * po/it.po:
4605         * po/nl.po:
4606         * po/or.po:
4607         * po/sq.po:
4608         * po/sr.po:
4609         * po/sv.po:
4610         * po/uk.po:
4611         * po/vi.po:
4612           Update translations.
4613
4614 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
4615
4616         * configure.ac:
4617           Fix string replace error (AG_AG_GST_* => AG_GST_*).
4618
4619 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4620
4621         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
4622           Fix handling of -1 values for start and stop values when seeking,
4623           and SEEK_CUR+SEEK_END here as well.
4624
4625 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
4626
4627         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
4628           Fix handling of -1 values for start and stop values when seeking, 
4629           and SEEK_CUR+SEEK_END.
4630
4631 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4632
4633         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
4634           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
4635           the image format a variable-length NUL-terminated string; in
4636           versions before that the image format is a fixed-length string of
4637           3 characters (see #348644 for a sample tag).
4638           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
4639
4640 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
4641
4642         * win32/MANIFEST:
4643         Add new project files to MANIFEST.
4644         * win32/vs6/libgstaudiofx.dsp:
4645         * win32/vs6/libgstrtp.dsp:
4646         * win32/vs6/libgstrtsp.dsp:
4647         Update project files.
4648         
4649 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
4650
4651         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
4652         (gst_avi_demux_parse_index):
4653         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
4654         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
4655           Printf format fixes; also add some missing quotes in translated
4656           strings. Fixes #416728 and #416727.
4657
4658 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4659
4660         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
4661           Tim and I can't think of any reason the child audio sink needs to 
4662           be set back to NULL after successfully determining that it can 
4663           reach READY - it gets immediately set back to READY by the caller
4664           anyway, causing an unnecessary close/open of any audio devices
4665           involved.
4666
4667 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4668
4669         * po/LINGUAS:
4670         * po/ja.po:
4671           Add ja.po file from #377306.
4672
4673 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4674
4675         * sys/sunaudio/gstsunaudio.c: (plugin_init):
4676         * sys/sunaudio/gstsunaudiomixertrack.c:
4677         (gst_sunaudiomixer_track_new):
4678           Actually translate sunaudio mixer track labels instead of just
4679           marking the strings as translatable (#377306); clean up weird
4680           label string mapping code that serves no apparent purpose. Also
4681           set the 'untranslated-label' property when creating mixer tracks
4682           if the GstMixerTrack base class supports this.
4683
4684         * tests/check/Makefile.am:
4685         * tests/check/elements/.cvsignore:
4686         * tests/check/elements/sunaudio.c: (GST_START_TEST),
4687         (sunaudio_suite):
4688           Very minimalistic unit test for sunaudiomixer element (compiles, but not
4689           actually tested on a system where sunaudiomixer is available).
4690
4691 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4692
4693         * tests/check/Makefile.am:
4694         Re-enable the states test and see if it works on the buildbots.
4695
4696 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4697
4698         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
4699         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
4700         (gst_dvdec_change_state):
4701         * ext/dv/gstdvdec.h:
4702         Infer pixel-aspect-ratio from the video frame format if it isn't
4703         provided by the container, as happens when playing DV from AVI
4704         or Quicktime containers.
4705
4706         Patch by: Wim Taymans <wim@fluendo.com>
4707         Fixes #380944
4708
4709 2007-03-09  Wim Taymans  <wim@fluendo.com>
4710
4711         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
4712         When activated, remove the udpsrc timeout, we have dataflow and timeouts
4713         will later be handled by the jitterbuffer.
4714
4715 2007-03-09  Wim Taymans  <wim@fluendo.com>
4716
4717         * ext/taglib/gstid3v2mux.cc:
4718         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
4719         Fixes #414496.
4720         
4721         Patch by: Alex Lancaster <alexl at users sourceforge net>
4722
4723 2007-03-09  Wim Taymans  <wim@fluendo.com>
4724
4725         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4726         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
4727         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
4728         (gst_avi_demux_chain):
4729         Fix stream position reporting after a seek. Fixes #416445.
4730
4731 2007-03-08  Wim Taymans  <wim@fluendo.com>
4732
4733         Patch by: René Stadler <mail at renestadler dot de>
4734
4735         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4736         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
4737         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
4738         Make avidemux accept optional header chunks in any order.
4739         Fixes #415446.
4740
4741 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
4742
4743         * tests/check/Makefile.am:
4744         Disable the states check until the remaining Valgrind errors
4745         are fixed or suppressed.
4746
4747 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4748
4749         * tests/check/elements/.cvsignore:
4750           Add audiodynamic check to .cvsignore
4751
4752 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4753
4754         reviewed by: Stefan Kost  <ensonic@users.sf.net>
4755
4756         * gst/audiofx/Makefile.am:
4757         * gst/audiofx/audiodynamic.c:
4758         (gst_audio_dynamic_characteristics_get_type),
4759         (gst_audio_dynamic_mode_get_type),
4760         (gst_audio_dynamic_set_process_function),
4761         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
4762         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
4763         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
4764         (gst_audio_dynamic_transform_hard_knee_compressor_int),
4765         (gst_audio_dynamic_transform_hard_knee_compressor_float),
4766         (gst_audio_dynamic_transform_soft_knee_compressor_int),
4767         (gst_audio_dynamic_transform_soft_knee_compressor_float),
4768         (gst_audio_dynamic_transform_hard_knee_expander_int),
4769         (gst_audio_dynamic_transform_hard_knee_expander_float),
4770         (gst_audio_dynamic_transform_soft_knee_expander_int),
4771         (gst_audio_dynamic_transform_soft_knee_expander_float),
4772         (gst_audio_dynamic_transform_ip):
4773         * gst/audiofx/audiodynamic.h:
4774         * gst/audiofx/audiofx.c: (plugin_init):
4775         Add new audiodynamic element which can act as a compressor or
4776         expander. Supported are hard-knee and soft-knee operation modes with
4777         user-specified ratio and threshold.
4778         Attack and release parameters are not yet implemented but will follow.
4779         * docs/plugins/Makefile.am:
4780         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4781         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4782         * docs/plugins/gst-plugins-good-plugins.args:
4783         * docs/plugins/inspect/plugin-audiofx.xml:
4784         Integrate audiodynamic into the docs.
4785         * tests/check/Makefile.am:
4786         * tests/check/elements/audiodynamic.c: (setup_dynamic),
4787         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
4788         Add unit test for audiodynamic.
4789
4790 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
4791
4792         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
4793         Free handles that we allocated when exiting via the error paths.
4794
4795 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
4796
4797         * gst/level/gstlevel.c: (gst_level_class_init),
4798         (gst_level_set_caps), (gst_level_start), (gst_level_event),
4799         (gst_level_transform_ip):
4800         * gst/level/gstlevel.h:
4801           Resolve message timestamps against the playback segment.
4802
4803 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4804
4805         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
4806         (gst_id3demux_sink_activate):
4807           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
4808           caps passed to it (previously one code path assumed it took ownership
4809           while another one assumed it didn't, while in fact it sometimes did and
4810           sometimes didn't ...).
4811
4812         * configure.ac:
4813         * tests/files/Makefile.am:
4814         * tests/files/id3-407349-1.tag:
4815         * tests/files/id3-407349-2.tag:
4816           Add directory where data for unit tests can be stored.
4817
4818         * tests/Makefile.am:
4819         * tests/check/Makefile.am:
4820         * tests/check/elements/.cvsignore:
4821         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
4822         (read_tags_from_file), (run_check_for_file),
4823         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
4824           Add unit test for id3demux, and in particular for bug #407349. Only
4825           testing pull-mode for now; push mode doesn't work yet because the test
4826           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
4827
4828 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4829
4830         * tests/check/Makefile.am:
4831           Add missing backslash at end of line.
4832
4833 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
4834
4835         Trigger rebuild.
4836
4837 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4838
4839         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
4840         * gst/id3demux/id3tags.h:
4841         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
4842         (parse_obsolete_tdat_frame):
4843           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
4844           the four-digit number will be interpreted as a year, whereas it is
4845           month and day in DDMM format. Instead, parse TDAT frames and fix up
4846           the date in the GST_TAG_DATE tag later if we also extracted a year.
4847           Fixes #407349.
4848
4849 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
4850
4851         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
4852         (gst_switch_commit_new_kid):
4853         Fix up the dispose logic so it doesn't leak, and fix setting of 
4854         the child state so that we don't set a child to our current state 
4855         just as we are changing it to something else.
4856
4857 2007-03-06  Wim Taymans  <wim@fluendo.com>
4858
4859         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
4860         (gst_goom_chain):
4861         * gst/goom/gstgoom.h:
4862         Document, fix and improve goom adapter behaviour.
4863         Fixes #407006.
4864
4865 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4866
4867         * ext/esd/esdsink.c: (gst_esdsink_open):
4868         Unref static pad template after using it.
4869
4870 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4871
4872         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
4873         (gst_switch_commit_new_kid):
4874         Fix up the reference counting of the child elements.
4875
4876 2007-03-05  Wim Taymans  <wim@fluendo.com>
4877
4878         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
4879         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
4880         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
4881         Fix encoding-name case.
4882
4883 2007-03-05  Wim Taymans  <wim@fluendo.com>
4884
4885         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
4886         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
4887         (gst_rtp_speex_depay_process):
4888         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
4889         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
4890         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
4891         (gst_rtp_speex_pay_change_state):
4892         * gst/rtp/gstrtpspeexpay.h:
4893         Fix speex (de)payloader. Fixes #358040.
4894
4895 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4896
4897         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4898         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
4899         Install fakesink in NULL by fixing some broken logic. This obviates
4900         the need to manually set _IS_SINK.
4901         Add some comments and remove a little cruft while I'm at it.
4902
4903 2007-03-05  Wim Taymans  <wim@fluendo.com>
4904
4905         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
4906         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
4907
4908 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
4909
4910         * po/POTFILES.in:
4911           Update.
4912
4913 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4914
4915         * tests/check/Makefile.am:
4916         Gah! Also disable gconfvideosink from the tests, otherwise
4917         it will instantiate autovideosink, and dfbvideosink and
4918         leak on the buildbots.
4919
4920 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4921
4922         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
4923         (gst_cdio_cdda_src_finalize):
4924         Make sure we always destroy our libcdio handle.
4925
4926 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4927
4928         * tests/check/Makefile.am:
4929         Disable autovideosink so the buildbots don't barf over memory
4930         leaked in the directfb sink.
4931
4932 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4933
4934         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
4935         Chain up in dispose
4936
4937 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4938
4939         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
4940         (gst_multipart_find_pad_by_mime):
4941         Use gst_pad_new_from_static_template instead of
4942         static_pad_template_get+pad_new.
4943
4944 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4945
4946         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
4947         Catch the case where no clock has been set.
4948
4949 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4950
4951         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
4952         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
4953         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
4954         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
4955         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
4956         (gst_gconf_audio_src_finalize), (do_toggle_element):
4957         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
4958         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
4959         (do_toggle_element):
4960         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
4961         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
4962         (gst_gconf_video_src_finalize), (do_toggle_element):
4963         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
4964         (gst_switch_sink_reset), (gst_switch_sink_set_child):
4965         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
4966         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
4967         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
4968         (gst_shout2send_init), (gst_shout2send_finalize):
4969         * gst/debug/testplugin.c: (gst_test_class_init),
4970         (gst_test_finalize):
4971         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
4972         (gst_flxdec_dispose):
4973         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
4974         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
4975         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4976         (gst_rtspsrc_finalize):
4977         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
4978         * gst/rtsp/rtspextwms.h:
4979         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
4980         (gst_smpte_finalize):
4981         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
4982         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
4983         (gst_udpsink_finalize):
4984         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
4985         (gst_wavparse_sink_activate):
4986         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
4987         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
4988         (gst_oss_src_finalize):
4989         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
4990         * sys/v4l2/gstv4l2object.h:
4991         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
4992         (gst_v4l2src_finalize):
4993         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
4994
4995         Fix a bunch of leaks shown by the newly-added states test.
4996
4997 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4998
4999         * ext/dv/gstdvdec.c: (gst_dvdec_init):
5000         Use gst_pad_new_from_static_template instead of 
5001         static_pad_template_get+pad_new.
5002
5003 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
5004
5005         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5006
5007         * ext/libcaca/Makefile.am:
5008         * gst/debug/Makefile.am:
5009           Don't mix tabs and spaces (#414168).
5010
5011 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5012
5013         * tests/check/generic/.cvsignore:
5014           Ignore files to please buildbot.
5015
5016 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5017
5018         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
5019         (gst_wavparse_stream_data):
5020           Unbreak my previous commit (swapped nominator & denominator). Tim,
5021           thanks for spotting.
5022
5023 2007-03-02  Wim Taymans  <wim@fluendo.com>
5024
5025         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
5026         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
5027         (gst_cdio_cdda_src_finalize):
5028         Small code cleanups.
5029         Don't use pad_alloc as the base class cannot deal with the error codes.
5030
5031 2007-03-02  Wim Taymans  <wim@fluendo.com>
5032
5033         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
5034         (gst_udpsrc_create):
5035         Fix doc.
5036
5037 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5038
5039         Patch by: René Stadler <mail@renestadler.de>
5040
5041         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
5042         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
5043         (gst_wavparse_stream_data):
5044           Handle rounding better to not drop last sample frame. Fixes #356692
5045
5046 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
5047
5048         * tests/check/Makefile.am:
5049         Disable cacasink from the states check too - it also calls exit(1)
5050         on us when it can't find a terminal to talk to.
5051
5052 2007-03-02  Wim Taymans  <wim@fluendo.com>
5053
5054         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5055
5056         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5057         (gst_udpsrc_create), (gst_udpsrc_set_property),
5058         (gst_udpsrc_get_property):
5059         * gst/udp/gstudpsrc.h:
5060         Add support to strip proprietary headers. Fixes #350296.
5061
5062 2007-03-02  Wim Taymans  <wim@fluendo.com>
5063
5064         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
5065         Fix compilation.
5066
5067 2007-03-02  Wim Taymans  <wim@fluendo.com>
5068
5069         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5070
5071         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
5072         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
5073         (gst_rtp_mp2t_depay_set_property),
5074         (gst_rtp_mp2t_depay_get_property):
5075         * gst/rtp/gstrtpmp2tdepay.h:
5076         Add support to strip off proprietary headers. Fixes #350278.
5077
5078 2007-03-02  Wim Taymans  <wim@fluendo.com>
5079
5080         * ext/hal/hal.c:
5081         Fix compilation.
5082
5083 2007-03-02  Wim Taymans  <wim@fluendo.com>
5084
5085         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
5086         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
5087         (gst_sunaudiosrc_open):
5088         * sys/sunaudio/gstsunaudiosrc.h:
5089         Remove device-name from GstSunAudioSrc. Fixes #412597.
5090
5091 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5092
5093         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5094         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5095         Having NULL as UDI previously selected the default sink/src. Change
5096         this back but mention it in the debug output.
5097         * ext/hal/hal.c: (gst_hal_get_alsa_element),
5098         (gst_hal_get_oss_element), (gst_hal_get_string),
5099         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
5100         (gst_hal_get_audio_src):
5101         * ext/hal/hal.h:
5102         Refactor a bit, check all error conditions, greatly improve debugging
5103         and fix some possible memory leaks. Also implement OSS support
5104         and allow specifying an UDI that points to a real device. For this the
5105         child device which supports ALSA (preferred) or OSS is used.
5106         As a side effect this makes it impossible now to get a alsasink in
5107         halaudiosrc and a alsasrc in halaudiosink.
5108
5109 2007-03-01  Wim Taymans  <wim@fluendo.com>
5110
5111         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
5112         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
5113         Errors from the udp sources are not fatal unless all of them are in
5114         error.
5115
5116 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5117
5118         * tests/check/Makefile.am:
5119         Disable aasink in the states test. I suspect this is the element that
5120         is calling exit(1) when it can't proceed.
5121
5122 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5123
5124         * tests/check/Makefile.am:
5125         Draw plugins in from the build tree sys/ dir, rather than picking
5126         up the already installed versions.
5127
5128 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5129
5130         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
5131         Error out correctly when getting xcontext fails.
5132
5133 2007-03-01  Wim Taymans  <wim@fluendo.com>
5134
5135         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
5136         Make state change to PAUSED NO_PREROLL because that's what it will be in
5137         the future and rtspsrc relies on it.
5138
5139         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
5140         (gst_rtspsrc_change_state):
5141         Don't error out when we don't get an error from the state change
5142         function.
5143
5144 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5145
5146         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5147         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5148           Check if the device UDI is set before trying to query HAL
5149           about it and give a useful error message if it wasn't set.
5150         * ext/hal/hal.c: (gst_hal_get_string):
5151           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
5152           gives an assertion failure in D-Bus when running with
5153           DBUS_FATAL_WARNINGS=1.
5154
5155 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5156
5157         * configure.ac:
5158           Convert to new AG_GST style.
5159
5160 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5161
5162         * tests/check/Makefile.am:
5163         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
5164           add test for states
5165
5166 2007-02-28  Wim Taymans  <wim@fluendo.com>
5167
5168         * tests/check/elements/.cvsignore:
5169         Add new videofilter check to .cvsignore.
5170
5171 2007-02-28  Wim Taymans  <wim@fluendo.com>
5172
5173         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
5174         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5175         (gst_avi_demux_loop), (gst_avi_demux_chain):
5176         Fix combined flow return. Fixes #412608.
5177
5178 2007-02-28  Wim Taymans  <wim@fluendo.com>
5179
5180         * gst/videofilter/Makefile.am:
5181         Dist header..
5182
5183 2007-02-28  Wim Taymans  <wim@fluendo.com>
5184
5185         * gst/videofilter/gstgamma.h:
5186         Add header too.
5187
5188 2007-02-28  Wim Taymans  <wim@fluendo.com>
5189
5190         Patch by: Mark Nauwelaerts <manauw at skynet be>
5191
5192         * gst/videofilter/Makefile.am:
5193         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
5194         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
5195         (gst_gamma_get_property), (gst_gamma_calculate_tables),
5196         (oil_tablelookup_u8), (gst_gamma_set_caps),
5197         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
5198         Port gamma filter to 0.10. Fixes #412704.
5199
5200         * tests/check/Makefile.am:
5201         * tests/check/elements/videofilter.c: (setup_filter),
5202         (cleanup_filter), (check_filter), (GST_START_TEST),
5203         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
5204         Add unit tests for videofilters.
5205
5206 2007-02-28  Wim Taymans  <wim@fluendo.com>
5207
5208         * gst/rtsp/URLS:
5209         Add another interesting test url.
5210
5211         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
5212         Don't allow getting header fields from data packets.
5213
5214 2007-02-28  Michael Smith  <msmith@fluendo.com>
5215
5216         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5217         (gst_shout2send_init), (gst_shout2send_start),
5218         (gst_shout2send_set_property), (gst_shout2send_get_property):
5219         * ext/shout2/gstshout2.h:
5220           Add a property for username.
5221
5222 2007-02-27  Christian Schallerr <christian@fluendo.com>
5223
5224         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
5225
5226 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5227
5228         * gst/rtsp/Makefile.am:
5229         Fix make check too.
5230
5231 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5232
5233         * gst/rtsp/base64.c: (util_base64_encode):
5234         * gst/rtsp/base64.h:
5235         Commit missing files for base64 encoding.
5236
5237 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5238
5239         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5240
5241         * configure.ac:
5242         * ext/annodex/Makefile.am:
5243         * ext/jpeg/Makefile.am:
5244         * ext/speex/Makefile.am:
5245         * gst/alpha/Makefile.am:
5246         * gst/cutter/Makefile.am:
5247         * gst/debug/Makefile.am:
5248         * gst/effectv/Makefile.am:
5249         * gst/goom/Makefile.am:
5250         * gst/level/Makefile.am:
5251         * gst/smpte/Makefile.am:
5252         * gst/videofilter/Makefile.am:
5253           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
5254
5255 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5256
5257         * gst/rtsp/Makefile.am:
5258         * gst/rtsp/rtspconnection.c: (append_auth_header),
5259         (rtsp_connection_send), (rtsp_connection_set_auth):
5260         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
5261         from icecast to replace it. Relicensed from GPL courtesy of Mike
5262         Smith.
5263
5264 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5265
5266         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
5267         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
5268         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
5269         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
5270         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
5271         (gst_rtspsrc_uri_set_uri):
5272         * gst/rtsp/gstrtspsrc.h:
5273         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5274         (append_auth_header), (rtsp_connection_send),
5275         (rtsp_connection_free), (rtsp_connection_set_auth):
5276         * gst/rtsp/rtspconnection.h:
5277         * gst/rtsp/rtspdefs.h:
5278         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
5279         * gst/rtsp/rtspurl.h:
5280
5281         Implement simple Basic Authentication support so that urls like
5282         rtsp://user:pass@hostname/rtspstream work on hosts that require
5283         authentication.
5284
5285 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
5286
5287         * sys/v4l2/gstv4l2object.c:
5288         * sys/v4l2/gstv4l2tuner.c:
5289         * sys/v4l2/v4l2_calls.c:
5290         Fix segfault when oppening a radio device.
5291         
5292 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
5293
5294         * gst/level/gstlevel.c: (gst_level_set_caps),
5295         (gst_level_transform_ip):
5296         * sys/v4l2/README:
5297         * tests/check/elements/level.c: (GST_START_TEST):
5298           Fix level for multi-channel case.
5299
5300 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
5301
5302         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
5303         (gst_level_transform_ip):
5304         * gst/level/gstlevel.h:
5305           Use function pointer for process function and add process functions
5306           for float audio.
5307
5308 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
5309
5310         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5311         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5312         (gst_v4l2src_capture_init):
5313           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
5314           fixes #407369
5315
5316 2007-02-18  Wim Taymans  <wim@fluendo.com>
5317
5318         * gst/rtp/Makefile.am:
5319         * gst/rtp/gstrtp.c: (plugin_init):
5320         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
5321         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
5322         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
5323         (gst_rtp_mp2t_pay_plugin_init):
5324         * gst/rtp/gstrtpmp2tpay.h:
5325         Added simple mpeg transport stream payloader.
5326
5327 2007-02-16  Wim Taymans  <wim@fluendo.com>
5328
5329         * gst/rtsp/URLS:
5330         Add example H264 rtsp url.
5331
5332         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5333         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
5334         Don't convert values to lowercase or we might mess up base64 encoded
5335         properties.
5336
5337 2007-02-16  Wim Taymans  <wim@fluendo.com>
5338
5339         * gst/rtp/README:
5340         Fix case of string params.
5341
5342         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5343         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5344         Fix depayloader, support more packet types.
5345         Add sync codes to make sure the packetizer can do its job.
5346
5347         * gst/rtp/gstrtpmp4gdepay.c:
5348         * gst/rtp/gstrtpmp4gpay.c:
5349         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
5350         Fix caps case again.
5351
5352 2007-02-15  Wim Taymans  <wim@fluendo.com>
5353
5354         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
5355         Set right caps on output buffers.
5356
5357 2007-02-14  Wim Taymans  <wim@fluendo.com>
5358
5359         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
5360         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
5361         Clear stack allocated SDPMedia struct before calling _init() on it.
5362         Clarify this in the docs as well.
5363
5364 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
5365
5366         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
5367         (do_change_child):
5368         Don't reset the profile when going switching states, as it makes
5369         the element non-reusable.
5370
5371 2007-02-14  Wim Taymans  <wim@fluendo.com>
5372
5373         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
5374         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
5375         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
5376         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
5377         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
5378         (sdp_parse_line):
5379         * gst/rtsp/sdpmessage.h:
5380         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
5381         Fix memory management of SDP messages. Fixes #407793.
5382
5383 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
5384
5385         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
5386
5387         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
5388         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
5389
5390 2007-02-14  Wim Taymans  <wim@fluendo.com>
5391
5392         Patch by: jp.liu <jp_liu at astrocom dot cn>
5393
5394         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
5395         Fix parsing of password field in url. Fixes #407797.
5396
5397 2007-02-14  Wim Taymans  <wim@fluendo.com>
5398
5399         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
5400         (gst_wavparse_reset), (gst_wavparse_init),
5401         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
5402         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
5403         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
5404         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
5405         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
5406         (gst_wavparse_loop), (gst_wavparse_chain),
5407         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
5408         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
5409         (plugin_init):
5410         * gst/wavparse/gstwavparse.h:
5411         Update docs.
5412         Use boilerplate.
5413         Various code cleanups.
5414         When the bitrate is not known (bps == 0 or compressed formats) let
5415         downstream element guestimate the duration and position and don't
5416         generate timestamps or durations. Fixes #405213.
5417         Fix EOS and ERROR conditions in chain mode, we just need to forward the
5418         error flowreturn upstream.
5419
5420 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
5421
5422         * ext/gconf/Makefile.am:
5423         * ext/gconf/gconf.c: (gst_gconf_get_string),
5424         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
5425         (gst_gconf_render_bin_with_default):
5426         * ext/gconf/gconf.h:
5427         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
5428         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
5429         (gst_gconf_audio_sink_dispose), (do_change_child),
5430         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
5431         (cb_change_child), (gst_gconf_audio_sink_change_state):
5432         * ext/gconf/gstgconfaudiosink.h:
5433         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
5434         (gst_switch_sink_class_init), (gst_switch_sink_reset),
5435         (gst_switch_sink_init), (gst_switch_sink_dispose),
5436         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
5437         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
5438         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
5439         * ext/gconf/gstswitchsink.h:
5440         * gst/autodetect/gstautoaudiosink.c:
5441         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
5442         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
5443         (gst_auto_audio_sink_detect):
5444         * gst/autodetect/gstautovideosink.c:
5445         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
5446         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
5447         (gst_auto_video_sink_detect):
5448         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
5449         and a child that implements the GConf key monitoring. The end goal of
5450         this is an audio sink that can be changed on the fly, but at the 
5451         moment it still only changes on the next READY transition.
5452
5453 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5454
5455         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5456         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5457         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
5458         (gst_avi_demux_calculate_durations_from_index),
5459         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5460         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5461         (gst_avi_demux_loop):
5462           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
5463
5464 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5465
5466         * configure.ac:
5467         * docs/plugins/Makefile.am:
5468           Add crossreferences to glib/gobject/gstream docs.
5469
5470 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5471
5472         * gst/monoscope/Makefile.am:
5473         * gst/monoscope/gstmonoscope.c:
5474           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
5475           (but no LIBS, since we only use defines from the headers).
5476
5477 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5478
5479         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
5480
5481         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
5482         (gst_wavparse_stream_data):
5483           Fix massive memory leak when operating in streaming mode due to
5484           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
5485           Fixes #407057.
5486
5487 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5488
5489         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
5490         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
5491         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
5492         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
5493         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5494         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
5495         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
5496         (gst_avi_demux_calculate_durations_from_index),
5497         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5498         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
5499         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
5500         * gst/avi/gstavidemux.h:
5501           Save some memory (8%) by repacking the index entry structure (more to
5502           come). Add more FIXMEs to questionable parts.
5503
5504 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5505
5506         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
5507         (gst_v4l2src_get_caps):
5508         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5509         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5510         (gst_v4l2src_capture_init):
5511           More FIXME comments and messaging changes.
5512
5513 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5514
5515         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
5516         (gst_goom_change_state):
5517         * gst/goom/gstgoom.h:
5518           Improved docs and use GST_DEBUG_FUNCPTR.
5519
5520         * gst/level/gstlevel.c: (gst_level_class_init):
5521           Use GST_DEBUG_FUNCPTR.
5522
5523         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
5524         (gst_monoscope_chain), (gst_monoscope_change_state):
5525           Improved docs source cleanups.
5526
5527 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5528
5529         * gst/debug/Makefile.am:
5530         * gst/debug/gstdebug.c: (plugin_init):
5531         * gst/debug/gstpushfilesrc.c:
5532         * gst/debug/gstpushfilesrc.h:
5533           Add code for a pushfilesrc element that implements a pushfile:// URI
5534           handler, to make debugging push-mode operation of demuxer/decoders
5535           that support both easier in connection with seek/playbin/etc.
5536           The element isn't registered at the moment.
5537
5538 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
5539
5540         * gst/avi/gstavimux.c:
5541           Comment a #if 0 in caps template definition as VS6 seems to 
5542         do not support it.
5543         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
5544           Use gst_guint64_to_gdouble for conversion.
5545         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
5546           Move variables declaration before the first instruction.
5547         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
5548           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
5549           And don't include netdb.h for G_OS_WIN32
5550         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
5551           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
5552           by VS6 then use an other way to initialize SDPMedia structure.
5553         * gst/udp/gstdynudpsink.h:
5554         * gst/udp/gstdynudpnetutils.h:
5555           Do not include <sys/time.h> for G_OS_WIN32
5556         * gst/udp/gstudpsrc.c:
5557           Define socklen_t as int for G_OS_WIN32
5558         * win/common/config.h.in:
5559           Undef HAVE_NETINET_IN_H
5560         * win32/vs6/gst_plugins_good.dsw:
5561         * win32/vs6/libgstrtp.dsp:
5562         * win32/vs6/libgstrtsp.dsp:
5563         * win32/vs6/libgstautogen.dsp:
5564         * win32/vs6/libgstaudiofx.dsp:
5565         * win32/vs6/libgstudp.dsp:
5566           Add and update project files.
5567         * win32/common/gstudp-enumtypes.c:
5568         * win32/common/gstudp-enumtypes.h:
5569           Add a copy of udp enumtypes to win32/common as in core 
5570           and base.
5571         
5572 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
5573
5574         * configure.ac:
5575           Activate monoscope when building with --enable-experimental. Fix
5576           --enable-external configure switch description.
5577
5578         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
5579         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
5580           Help gst-indent.
5581
5582 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
5583
5584         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
5585           Explicitly cast result of pointer arithmetic to integer in order to
5586           avoid compiler warnings on some 64-bit systems. Should fix #406018.
5587
5588 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5589
5590         * gst/debug/progressreport.c:
5591           Some more docs.
5592
5593 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5594
5595         * docs/plugins/inspect/plugin-rtp.xml:
5596           Update for new elements.
5597
5598         * gst/debug/progressreport.h:
5599           Commit newly-created header file as well.
5600
5601 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5602
5603         * docs/plugins/Makefile.am:
5604         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5605         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5606         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5607         * gst/debug/Makefile.am:
5608         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
5609         (gst_progress_report_do_query), (gst_progress_report_report):
5610           Make progressreport element post messages with the current progress
5611           on the bus. Also add some basic docs for it.
5612
5613 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5614
5615         * ext/hal/hal.c: (gst_hal_get_string):
5616         * ext/hal/hal.h:
5617           Some small cleanups; deal with errors when parsing the HAL ALSA
5618           capabilities a bit better.
5619
5620 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5621
5622         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
5623           Let's try this again and use the right cast this time.
5624
5625 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5626
5627         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
5628           Add cast to avoid compiler warnings with older GLib versions
5629           where the nick/name members in GEnumValue are not declared as
5630           constant strings.
5631
5632 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5633
5634         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
5635         (gst_gconf_render_bin_from_key),
5636         (gst_gconf_get_default_audio_sink):
5637         * ext/gconf/gconf.h:
5638         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
5639         (do_toggle_element), (gst_gconf_audio_sink_set_property),
5640         (gst_gconf_audio_sink_get_property):
5641           In gconfaudiosink, get the right key as the old key in do_toggle
5642           (ie. one dependent on the profile selected). Log some more stuff so
5643           we can see what's actually going on.
5644
5645 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
5646
5647         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
5648         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
5649         (gst_audio_amplify_set_process_function),
5650         (gst_audio_amplify_setup):
5651         * gst/audiofx/audioamplify.h:
5652         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
5653         (gst_audio_invert_class_init), (gst_audio_invert_setup):
5654         * gst/audiofx/audioinvert.h:
5655         Some small cleanups and port both elements to the new GstAudioFilter
5656         base class to save a few lines of common code.
5657         * gst/audiofx/Makefile.am:
5658         Link against libgstaudio for the above changes
5659
5660 2007-01-29  Wim Taymans  <wim@fluendo.com>
5661
5662         * tests/check/elements/.cvsignore:
5663         Some more ignores.
5664
5665 2007-01-26  Wim Taymans  <wim@fluendo.com>
5666
5667         Patch by: charles <charlesg3 at gmail dot com>
5668
5669         * ext/shout2/gstshout2.c: (gst_shout2send_init),
5670         (set_shout_metadata), (gst_shout2send_event):
5671         * ext/shout2/gstshout2.h:
5672         Properly handle tags in shout2send. Fixes #399825.
5673
5674 2007-01-25  Wim Taymans  <wim@fluendo.com>
5675
5676         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5677         (gst_rtspsrc_activate_streams):
5678         Convert SDP fields to upper/lowercase following the rules in the SDP to
5679         caps document. 
5680
5681 2007-01-25  Wim Taymans  <wim@fluendo.com>
5682
5683         * gst/rtp/README:
5684         * gst/rtp/gstrtpilbcdepay.c:
5685         * gst/rtp/gstrtpilbcpay.c:
5686         * gst/rtp/gstrtpmp4gdepay.c:
5687         * gst/rtp/gstrtpmp4gpay.c:
5688         * gst/rtp/gstrtpspeexdepay.c:
5689         * gst/rtp/gstrtpspeexpay.c:
5690         * gst/rtp/gstrtpsv3vdepay.c:
5691         * gst/rtp/gstrtptheoradepay.c:
5692         * gst/rtp/gstrtptheorapay.c:
5693         * gst/rtp/gstrtpvorbisdepay.c:
5694         * gst/rtp/gstrtpvorbispay.c:
5695         Fix case of encoding-name and key/value pairs to match the document.
5696         This is to make interoperation with SDP case-insensitive as required by
5697         the relevant RFCs.
5698
5699 2007-01-25  Wim Taymans  <wim@fluendo.com>
5700
5701         * configure.ac:
5702         Bump required -core/-base to CVS
5703
5704 2007-01-25  Wim Taymans  <wim@fluendo.com>
5705
5706         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
5707         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
5708         * gst/rtp/gstrtpL16pay.h:
5709         Fill up to MTU using adapter.
5710         Timestamp rtp packets.
5711
5712 2007-01-25  Edward Hervey  <edward@fluendo.com>
5713
5714         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5715         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
5716         Use G_GSIZE_FORMAT in print statements for portability.
5717         Fixes build on macosx.
5718
5719 2007-01-24  Wim Taymans  <wim@fluendo.com>
5720
5721         * gst/rtp/Makefile.am:
5722         * gst/rtp/gstrtp.c: (plugin_init):
5723         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
5724         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
5725         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
5726         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
5727         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
5728         (gst_rtp_L16_depay_plugin_init):
5729         * gst/rtp/gstrtpL16depay.h:
5730         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
5731         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
5732         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
5733         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
5734         (gst_rtp_L16_pay_plugin_init):
5735         * gst/rtp/gstrtpL16pay.h:
5736         Port and enable raw audio payloader/depayloader. Needs a bit more work
5737         on the payloader side.
5738
5739 2007-01-24  Wim Taymans  <wim@fluendo.com>
5740
5741         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
5742         (gst_rtspsrc_stream_configure_transport),
5743         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
5744         * gst/rtsp/gstrtspsrc.h:
5745         Only unblock the udp pads when we linked and activated them all.
5746         Fixes #395688.
5747
5748 2007-01-24  Wim Taymans  <wim@fluendo.com>
5749
5750         * gst/rtp/Makefile.am:
5751         * gst/rtp/gstrtp.c: (plugin_init):
5752         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
5753         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
5754         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
5755         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
5756         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
5757         * gst/rtp/gstrtpac3depay.h:
5758         Added simple AC3 depayloader (RFC 4184).
5759
5760         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
5761         Fix a leak.
5762
5763 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
5764
5765         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5766
5767         * gst/audiofx/Makefile.am:
5768         * gst/audiofx/audioamplify.c:
5769         (gst_audio_amplify_clipping_method_get_type),
5770         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
5771         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
5772         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
5773         (gst_audio_amplify_set_caps),
5774         (gst_audio_amplify_transform_int_clip),
5775         (gst_audio_amplify_transform_int_wrap_negative),
5776         (gst_audio_amplify_transform_int_wrap_positive),
5777         (gst_audio_amplify_transform_float_clip),
5778         (gst_audio_amplify_transform_float_wrap_negative),
5779         (gst_audio_amplify_transform_float_wrap_positive),
5780         (gst_audio_amplify_transform_ip):
5781         * gst/audiofx/audioamplify.h:
5782         * gst/audiofx/audiofx.c: (plugin_init):
5783         Add new element "audioamplify". This allows scaling of raw audio
5784         samples, similar to the "volume" element, but provides different modes
5785         for clipping and allows unlimited amplification. It's mainly targeted
5786         for creative sound design and not as a replacement of the "volume"
5787         element. Fixes #397162
5788         * docs/plugins/Makefile.am:
5789         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5790         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5791         * docs/plugins/gst-plugins-good-plugins.args:
5792         * docs/plugins/inspect/plugin-audiofx.xml:
5793         Add docs for audioamplify and integrate them into the build system
5794         * tests/check/Makefile.am:
5795         * tests/check/elements/audioamplify.c: (setup_amplify),
5796         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
5797         Add fairly extensive unit test suite for audioamplify
5798
5799 2007-01-24  Wim Taymans  <wim@fluendo.com>
5800
5801         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
5802         Unblock pads after adding the pads to the element so that autopluggers
5803         get a change to link something. Possibly fixes #395688.
5804
5805 2007-01-24  Wim Taymans  <wim@fluendo.com>
5806
5807         * gst/rtp/gstrtpamrdepay.c:
5808         * gst/rtp/gstrtpgsmdepay.c:
5809         * gst/rtp/gstrtph263pdepay.c:
5810         * gst/rtp/gstrtph263ppay.c:
5811         * gst/rtp/gstrtph264depay.c:
5812         * gst/rtp/gstrtpilbcdepay.c:
5813         * gst/rtp/gstrtpmp2tdepay.c:
5814         * gst/rtp/gstrtpmp4gdepay.c:
5815         * gst/rtp/gstrtpmp4gpay.c:
5816         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
5817         * gst/rtp/gstrtpmp4vpay.c:
5818         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
5819         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
5820         (gst_rtp_mpa_depay_process):
5821         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
5822         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
5823         * gst/rtp/gstrtppcmadepay.c:
5824         * gst/rtp/gstrtppcmudepay.c:
5825         * gst/rtp/gstrtpspeexdepay.c:
5826         * gst/rtp/gstrtpspeexpay.c:
5827         * gst/rtp/gstrtpsv3vdepay.c:
5828         * gst/rtp/gstrtptheoradepay.c:
5829         * gst/rtp/gstrtptheorapay.c:
5830         * gst/rtp/gstrtpvorbisdepay.c:
5831         * gst/rtp/gstrtpvorbispay.c:
5832         Fix caps with payload numbers.
5833         Add some fixed payload numbers to caps when possible.
5834
5835 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
5836
5837         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5838
5839         * gst/audiofx/Makefile.am:
5840         * gst/audiofx/audiofx.c: (plugin_init):
5841         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
5842         (gst_audio_invert_class_init), (gst_audio_invert_init),
5843         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
5844         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
5845         (gst_audio_invert_transform_float),
5846         (gst_audio_invert_transform_ip):
5847         * gst/audiofx/audioinvert.h:
5848         Add new audiofx element "audioinvert". This element swaps the upper
5849         and lower half of samples and can be used for example for a
5850         wide-stereo effect. Fixes #396057
5851         * docs/plugins/Makefile.am:
5852         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5853         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5854         * docs/plugins/gst-plugins-good-plugins.args:
5855         * docs/plugins/inspect/plugin-audiofx.xml:
5856         Add docs for the audioinvert element and add them to the build system.
5857         * tests/check/Makefile.am:
5858         * tests/check/elements/audioinvert.c: (setup_invert),
5859         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
5860         Add unit test suite for the audioinvert element.
5861
5862 2007-01-23  Wim Taymans  <wim@fluendo.com>
5863
5864         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
5865         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
5866         Parse config params as string and int.
5867         Parse and use AU header length
5868
5869 2007-01-23  Wim Taymans  <wim@fluendo.com>
5870
5871         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
5872         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
5873         * gst/smpte/gstmask.c: (_gst_mask_register):
5874         * gst/smpte/gstmask.h:
5875         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
5876         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
5877         (gst_smpte_paint_triangle_clock):
5878         constify some static structs.
5879         Don't update the mask if nothing changed to the params.
5880         Make sure we never draw outside of the picture. Fixes #398325.
5881
5882 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
5883
5884         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
5885           Error out properly when pull_range fails while we're reading the
5886           headers, instead of just pausing the task silently. Fixes #399338.
5887
5888 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
5889
5890         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
5891           Some more sanity checks to make sure the input formats match and the
5892           input pads are actually negotiated, in case someone tries to feed
5893           buffers from fakesrc or filesrc. Fixes #398299.
5894           Also const-ify an array, just because we can.
5895
5896 2007-01-19  Edward Hervey  <edward@fluendo.com>
5897
5898         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
5899         Ignore previous commit, that was only valid for widths and heights
5900         that are multiples of 4.
5901         Copy over size/stride macros from jpegdec. This allows the element
5902         to work with any width,height...
5903         ... but puts in evidence that the actual transformations only work
5904         with width/height that are multiples of 4.
5905
5906 2007-01-19  Edward Hervey  <edward@fluendo.com>
5907
5908         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
5909         Allocate buffers of the right size.
5910         The proper size of a I420 buffer in bytes is:
5911         
5912             width * height * 3
5913             ------------------
5914                     2
5915
5916 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
5917
5918         * gst/smpte/gstsmpte.c: (gst_smpte_init):
5919           Proxy getcaps on sink pads too, so that we either end up with the
5920           same dimensions on all pads or error out if that's not possible
5921           (seems to work even!). Fixes #398086, I think.
5922
5923 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
5924
5925         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5926         * docs/plugins/gst-plugins-good-plugins.args:
5927         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5928           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
5929           fix integer properties with -1 as minimum value.
5930
5931         * docs/plugins/inspect/plugin-1394.xml:
5932         * docs/plugins/inspect/plugin-aasink.xml:
5933         * docs/plugins/inspect/plugin-alaw.xml:
5934         * docs/plugins/inspect/plugin-alpha.xml:
5935         * docs/plugins/inspect/plugin-alphacolor.xml:
5936         * docs/plugins/inspect/plugin-annodex.xml:
5937         * docs/plugins/inspect/plugin-apetag.xml:
5938         * docs/plugins/inspect/plugin-audiofx.xml:
5939         * docs/plugins/inspect/plugin-auparse.xml:
5940         * docs/plugins/inspect/plugin-autodetect.xml:
5941         * docs/plugins/inspect/plugin-avi.xml:
5942         * docs/plugins/inspect/plugin-cacasink.xml:
5943         * docs/plugins/inspect/plugin-cairo.xml:
5944         * docs/plugins/inspect/plugin-cdio.xml:
5945         * docs/plugins/inspect/plugin-cutter.xml:
5946         * docs/plugins/inspect/plugin-debug.xml:
5947         * docs/plugins/inspect/plugin-dv.xml:
5948         * docs/plugins/inspect/plugin-efence.xml:
5949         * docs/plugins/inspect/plugin-effectv.xml:
5950         * docs/plugins/inspect/plugin-esdsink.xml:
5951         * docs/plugins/inspect/plugin-flac.xml:
5952         * docs/plugins/inspect/plugin-flxdec.xml:
5953         * docs/plugins/inspect/plugin-gconfelements.xml:
5954         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5955         * docs/plugins/inspect/plugin-goom.xml:
5956         * docs/plugins/inspect/plugin-halelements.xml:
5957         * docs/plugins/inspect/plugin-icydemux.xml:
5958         * docs/plugins/inspect/plugin-id3demux.xml:
5959         * docs/plugins/inspect/plugin-jpeg.xml:
5960         * docs/plugins/inspect/plugin-level.xml:
5961         * docs/plugins/inspect/plugin-matroska.xml:
5962         * docs/plugins/inspect/plugin-mulaw.xml:
5963         * docs/plugins/inspect/plugin-multipart.xml:
5964         * docs/plugins/inspect/plugin-navigationtest.xml:
5965         * docs/plugins/inspect/plugin-ossaudio.xml:
5966         * docs/plugins/inspect/plugin-png.xml:
5967         * docs/plugins/inspect/plugin-rtp.xml:
5968         * docs/plugins/inspect/plugin-rtsp.xml:
5969         * docs/plugins/inspect/plugin-shout2send.xml:
5970         * docs/plugins/inspect/plugin-smpte.xml:
5971         * docs/plugins/inspect/plugin-speex.xml:
5972         * docs/plugins/inspect/plugin-taglib.xml:
5973         * docs/plugins/inspect/plugin-udp.xml:
5974         * docs/plugins/inspect/plugin-videobalance.xml:
5975         * docs/plugins/inspect/plugin-videobox.xml:
5976         * docs/plugins/inspect/plugin-videoflip.xml:
5977         * docs/plugins/inspect/plugin-videomixer.xml:
5978         * docs/plugins/inspect/plugin-wavenc.xml:
5979         * docs/plugins/inspect/plugin-wavparse.xml:
5980         * docs/plugins/inspect/plugin-ximagesrc.xml:
5981           Update to CVS.
5982
5983 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
5984
5985         Patch by: Sebastian Dröge <slomo circular-chaos org>
5986
5987         * gst/audiofx/audiopanorama.c:
5988           Fix doc section name (Fixes #397946)
5989
5990 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
5991
5992         * sys/v4l2/gstv4l2object.c:
5993         (gst_v4l2_object_install_properties_helper),
5994         (gst_v4l2_object_set_property_helper),
5995         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
5996         * sys/v4l2/gstv4l2object.h:
5997         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5998         (gst_v4l2src_init), (gst_v4l2src_set_property),
5999         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
6000         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6001         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6002         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
6003         (gst_v4l2src_capture_deinit):
6004           Fix EIO handing when capturing. Add new property to specify the number of
6005           buffers to enque (and remove the borked num-buffers usage).
6006
6007 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
6008
6009         Patch by: Sebastian Dröge <slomo circular-chaos org>
6010
6011         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
6012         (gst_audio_panorama_set_process_function):
6013           Use a function array for process methods, add more docs and define the
6014           startindex of enums.
6015
6016 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6017
6018         Patch by: Mark Nauwelaerts <manauw at skynet be>
6019
6020         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
6021         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
6022         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
6023         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
6024         (gst_avi_mux_riff_get_avi_header),
6025         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
6026         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
6027         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
6028         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
6029         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
6030         (gst_avi_mux_change_state):
6031         * gst/avi/gstavimux.h:
6032         * tests/check/elements/avimux.c: (teardown_src_pad):
6033           Add support for more than one audio stream; write better AVIX
6034           header; refactor code a bit; don't announce vorbis caps on our audio
6035           sink pads since we don't support it anyway. Closes #379298.
6036
6037 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
6038
6039         Patch by: Sebastian Dröge <slomo circular-chaos org>
6040
6041         * gst/audiofx/audiopanorama.c:
6042         (gst_audio_panorama_method_get_type),
6043         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
6044         (gst_audio_panorama_set_process_function),
6045         (gst_audio_panorama_set_property),
6046         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
6047         (gst_audio_panorama_transform_m2s_int_simple),
6048         (gst_audio_panorama_transform_s2s_int_simple),
6049         (gst_audio_panorama_transform_m2s_float_simple),
6050         (gst_audio_panorama_transform_s2s_float_simple):
6051         * gst/audiofx/audiopanorama.h:
6052           Add 'method' property and provide a simple (non-psychoacustic)
6053           processing method (#394859).
6054
6055         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
6056         (panorama_suite):
6057           Tests for new method.
6058
6059 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6060
6061         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
6062         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
6063           Set correct caps on outgoing pulled buffers, or things blow up
6064           after recent core changes.
6065
6066 2007-01-11  Wim Taymans  <wim@fluendo.com>
6067
6068         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6069
6070         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
6071         (gst_multipart_mux_request_new_pad),
6072         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
6073         (gst_multipart_mux_change_state):
6074         Return FLOW errors ASAP. Fixes #394977.
6075         Misc cleanups.
6076
6077 2007-01-11  Wim Taymans  <wim@fluendo.com>
6078
6079         Patch by: Lutz Mueller <lutz at topfrose dot de>
6080
6081         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
6082         Check for stream pad before activating. 
6083
6084 2007-01-10  Wim Taymans  <wim@fluendo.com>
6085
6086         Patch by: Peter Kjellerstedt  <pkj at axis com>
6087
6088         * gst/rtsp/COPYING.MIT:
6089         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6090         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
6091         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
6092         (gst_rtspsrc_stream_configure_transport),
6093         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
6094         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
6095         (gst_rtspsrc_parse_methods),
6096         (gst_rtspsrc_create_transports_string),
6097         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
6098         (gst_rtspsrc_open), (gst_rtspsrc_close):
6099         * gst/rtsp/gstrtspsrc.h:
6100         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6101         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
6102         (parse_request_line), (parse_line), (rtsp_connection_read),
6103         (rtsp_connection_close):
6104         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
6105         (rtsp_method_as_text), (rtsp_header_as_text),
6106         (rtsp_status_as_text), (rtsp_find_header_field),
6107         (rtsp_find_method):
6108         * gst/rtsp/rtspdefs.h:
6109         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
6110         (rtsp_ext_wms_configure_stream):
6111         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
6112         (rtsp_message_new_request), (rtsp_message_init_request),
6113         (rtsp_message_new_response), (rtsp_message_init_response),
6114         (rtsp_message_init_data), (rtsp_message_unset),
6115         (rtsp_message_free), (rtsp_message_add_header),
6116         (rtsp_message_get_header), (rtsp_message_set_body),
6117         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
6118         * gst/rtsp/rtspmessage.h:
6119         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
6120         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
6121         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
6122         (sdp_message_dump):
6123         Allow url to be NULL to be able to use it for server connections.
6124         Can now send responses as well as requests.
6125         No longer hangs in an endless loop if EOF is received.
6126         Can now convert a status code to a text string.
6127         Return RTSP_HDR_INVALID for unknown headers.
6128         Return RTSP_INVALID for unknown methods.
6129         Copy CSeq and Session headers from the request.
6130         Only free memory corresponding to the currently set message type.
6131         Added const to function arguments as appropriate.
6132         Avoid a compiler warning when initializing nmedia.
6133         Use guint rather than gint to avoid compiler warnings.
6134         Fix crasher in wms extension.
6135         Factor out stream setup from open_connection.
6136         Delay activation of streams when actual data is received from the
6137         server, this prepares us to do proper protocol switching.
6138         Added new license.
6139         Fixes #380895.
6140
6141
6142 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
6143
6144         Patch by: Sebastian Dröge <slomo ubuntu com>
6145
6146         * docs/plugins/Makefile.am:
6147         * gst/audiofx/audiopanorama.c:
6148           Some small docs fixes (#394851).
6149
6150 2007-01-09  Wim Taymans  <wim@fluendo.com>
6151
6152         * gst/avi/gstavidemux.c:
6153         Fix docs.
6154
6155 2007-01-09  Wim Taymans  <wim@fluendo.com>
6156
6157         * gst/rtp/Makefile.am:
6158         * gst/rtp/gstrtp.c: (plugin_init):
6159         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
6160         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
6161         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
6162         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
6163         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
6164         * gst/rtp/gstrtpmpvdepay.h:
6165           Added RFC 2250 MPEG Video Depayloader.
6166
6167         * gst/rtp/gstrtpL16depay.h:
6168         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
6169         (gst_rtp_h263p_depay_process):
6170         Fix Header file. Small cleanups.
6171
6172         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
6173         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
6174         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
6175         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
6176         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
6177         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
6178         (gst_rtp_mp4v_depay_change_state):
6179         Remove usused code. Remove Adapter from state Change. Added debug.
6180
6181         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
6182         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
6183         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
6184         * gst/rtp/gstrtpmpadepay.h:
6185         Subclass base depayloader.
6186         Added debug.
6187         Support static payload type assignment as well.
6188
6189         * gst/rtp/gstrtpmpapay.c:
6190         Fix caps.
6191
6192 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6193
6194         Patch by: Vincent Torri  <vtorri at univ-evry fr>
6195
6196         * ext/jpeg/gstjpegdec.c:
6197         * ext/jpeg/gstjpegenc.c:
6198         * ext/jpeg/smokecodec.c:
6199           These libjpeg callbacks should return a 'boolean' (unsigned char
6200           apparently) and not a 'gboolean' (which maps to gint). Fixes
6201           warnings when compiling with MingW (#393427).
6202
6203         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6204           Use ioctlsocket on win32.
6205
6206         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6207           Some printf format fixes for win32.
6208
6209 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
6210
6211         * gst/cutter/gstcutter.c: (gst_cutter_chain):
6212           Use gst_guint64_to_gdouble for conversion.
6213         * win32/vs6/libgstmatroska.dsp:
6214           Add zlib to the link.
6215         * win32/vs6/libgstvideobox.dsp:
6216           Update liboil library name (project is linked to 
6217           liboil-0.3-0.lib now).
6218           
6219 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6220
6221         * gst/matroska/Makefile.am:
6222           If zlib is available and used, we must link it explicitly for
6223           things to work on MingW (fixes #392855).
6224
6225 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
6226
6227         * ext/esd/esdsink.c: (gst_esdsink_delay):
6228           Don't return bogus values when esd_get_delay() fails for some
6229           reason (#392189).
6230
6231 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6232
6233         * sys/ximage/gstximagesrc.c: (composite_pixel):
6234           Fix presumably copy'n'pasto for 16bpp depth.
6235
6236 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6237
6238         * gst/matroska/matroska-mux.c:
6239         (gst_matroska_mux_audio_pad_setcaps):
6240           The "signed" field in audio caps is of boolean type, trying to use
6241           gst_structure_get_int() to extract it will fail. Fixing this makes
6242           matroskamux accept raw audio input (#387121) (use at your own risk
6243           though, due to the matroska spec being not entirely useful in this
6244           respect).
6245           Also fix up raw audio structures in template caps so that they
6246           represent what our setcaps function will actually accept, so that
6247           converters know what to convert to.
6248           Finally, don't fail if there isn't an "endianness" field in 8-bit
6249           PCM caps.
6250
6251 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
6252
6253         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6254         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6255         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6256         (teardown_cmmldec):
6257         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6258         (teardown_cmmlenc):
6259         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6260           reapply consistent pad (de)activation
6261
6262 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
6263
6264         * configure.ac:
6265         Back to CVS
6266
6267         * gst-plugins-good.doap:
6268         Add 0.10.5 doap entry
6269
6270 === release 0.10.5 ===
6271
6272 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
6273
6274         * configure.ac:
6275           releasing 0.10.5, "The Path of Thorns"
6276
6277 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6278
6279         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6280         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6281         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6282         (teardown_cmmldec):
6283         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6284         (teardown_cmmlenc):
6285         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6286           revert my freeze breakage
6287
6288 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6289
6290         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6291         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6292         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6293         (teardown_cmmldec):
6294         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6295         (teardown_cmmlenc):
6296         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6297           consistent pad (de)activation
6298
6299 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
6300
6301         * configure.ac:
6302         * ext/Makefile.am:
6303         Disable LADPSA, as it has moved to the -bad module for the duration.
6304
6305 2006-12-18  Wim Taymans  <wim@fluendo.com>
6306
6307         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
6308         (gst_signal_processor_event):
6309         Reset flow_state back to _OK after a flush stop so that we exit our
6310         error state after the flush. Fixes #374213
6311
6312 2006-12-16  David Schleef  <ds@schleef.org>
6313
6314         * sys/osxvideo/osxvideosink.h:
6315         * sys/osxvideo/osxvideosink.m:
6316           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
6317
6318 2006-12-16  David Schleef  <ds@schleef.org>
6319
6320         Patch by: Vijay Santhanam <vijay santhanam gmail com>
6321
6322         * sys/osxvideo/Makefile.am:
6323         * sys/osxvideo/osxvideosink.h:
6324         * sys/osxvideo/osxvideosink.m:
6325           Preliminary patch for porting osxvideosink
6326
6327 2006-12-16  Wim Taymans  <wim@fluendo.com>
6328
6329         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6330
6331         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
6332         (gst_videomixer_set_master_geometry),
6333         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
6334         (gst_videomixer_reset), (gst_videomixer_init),
6335         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
6336         (gst_videomixer_release_pad), (gst_videomixer_collected),
6337         (gst_videomixer_change_state):
6338         Introduce some locking around the videomixer state so that it does not
6339         crash when adding/removing pads. Fixes #383043.
6340
6341 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6342
6343         * configure.ac:
6344           Make sure libcaca can actually be used instead of just checking for
6345           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
6346           cross-compiling (fixes #384587).
6347
6348 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6349
6350         * Makefile.am:
6351         * gst-plugins-good.doap:
6352         * gst-plugins-good.spec.in:
6353           adding doap file
6354
6355 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6356
6357         * configure.ac:
6358           libflac-1.1.3 changed API again, but we can't build against it yet,
6359           so make sure our check doesn't use libflac-1.1.3 and add a comment
6360           to this effect.
6361
6362 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6363
6364         * gst/effectv/gstquark.c: (gst_quarktv_transform),
6365         (gst_quarktv_planetable_clear):
6366           Add some NULL pointer checks (possibly related to #385623).
6367
6368 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
6369
6370         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
6371         (gst_tag_demux_chain):
6372         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
6373           In streaming mode, if the first buffer we get doesn't have an
6374           offset, fix it up to be 0, otherwise trimming won't work later on
6375           and we'll be typefinding application/x-id3, which may result in
6376           decodebin plugging an endless number of id3demux elements as a
6377           consequence. Fixes #385031.
6378           
6379 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6380
6381         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
6382           Ignore the buffer_time the sound device reports. Turns out it is 
6383           sometimes completely bogus and we're better off without it.
6384
6385 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6386
6387         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6388         (gst_matroska_demux_video_caps):
6389         * gst/matroska/matroska-ids.c:
6390         (gst_matroska_track_init_video_context):
6391         * gst/matroska/matroska-ids.h:
6392           Try harder to extract the framerate for video tracks correctly and
6393           save it directly instead of converting it back and forth a few
6394           times. Mostly makes a difference for very small framerates (<1).
6395           Fixes #380199.
6396
6397 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6398
6399         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
6400         (gst_gconf_audio_src_dispose), (do_toggle_element):
6401         * ext/gconf/gstgconfaudiosrc.h:
6402           Remove gconf notify hook when the gconfaudiosrc element is
6403           destroyed, otherwise the callback may be called on an
6404           already-destroyed instance and bad things happen. Should fix
6405           #378184.
6406           Also ignore gconf key changes when the source is already running.
6407
6408 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6409
6410         Patch by: Sebastian Dröge  <mail at slomosnail de>
6411
6412         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6413           We need to be able to read and parse any possible floating point string
6414           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
6415           will parse the former only in certain locales though, so we really need
6416           to canonicalise the separator to '.' and then use g_ascii_strtod() to
6417           make sure we can parse either version at all times.
6418           Fixes #382982 for real.
6419
6420 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6421
6422         * sys/sunaudio/gstsunaudiomixerctrl.c:
6423         * sys/sunaudio/gstsunaudiosrc.c:
6424
6425         Use the sunaudio debug category.
6426
6427         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
6428         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
6429         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
6430         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
6431         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
6432         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
6433         (gst_sunaudiosink_reset):
6434         * sys/sunaudio/gstsunaudiosink.h:
6435
6436         Uses the sunaudio debug category for all debug output
6437         Implements the _delay() callback to synchronise video playback better
6438         Change the segtotal and segsize values back to the parent class 
6439           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
6440           respectively)
6441         Measure the samples written to the device vs. played.
6442         Keep track of segments in the device by writing empty eof frames, and
6443         sleep using a GCond when we get too far ahead and risk overrunning the
6444         sink's ringbuffer.
6445
6446         Fixes: #360673
6447
6448 2006-12-08  Wim Taymans  <wim@fluendo.com>
6449
6450         Patch by: Sebastian Dröge  <mail at slomosnail de >
6451
6452         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6453         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
6454         * gst/audiofx/audiopanorama.h:
6455         Fix audiopanorame with float samples. Fixes #383726.
6456
6457 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6458
6459         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
6460         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
6461         (gst_sunaudiosrc_reset):
6462
6463         Implement reset functions to unblock the src/sink more quickly on 
6464         state change requests.
6465         Patch by: Brian Cameron <brian dot cameron at sun com>
6466
6467 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6468
6469         * sys/sunaudio/gstsunaudiomixer.c:
6470         (gst_sunaudiomixer_change_state):
6471         Construct the correct mixer device name when the AUDIODEV env var
6472         is set.
6473
6474         Patch by: Jerry Tan <jerry.tan at sun dot com>
6475         Fixes: #383596
6476
6477 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6478
6479         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
6480         Apply patch to open the mixer control and set the MULTIPLE_OPEN
6481         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
6482         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
6483         Patch by: Jerry Tan <jerry.tan at sun dot com>
6484         Fixes: #349015
6485
6486 2006-12-07  Wim Taymans  <wim@fluendo.com>
6487
6488         * gst/smpte/gstmask.h:
6489         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
6490         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
6491         (gst_smpte_collected), (gst_smpte_set_property),
6492         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
6493         * gst/smpte/gstsmpte.h:
6494         Port to 0.10 some more. 
6495         Added duration property to specify the duration of the transition.
6496         Make framerate a fraction.
6497         Deprecate fps property, we only use negotiated fps.
6498         Added docs.
6499         Fix collectpad usage.
6500         Reset state in READY.
6501         Send NEWSEGMENT event.
6502         Fix racy updates of object properties.
6503         Added debug category.
6504         Fixes #383323.
6505
6506 2006-12-06  Wim Taymans  <wim@fluendo.com>
6507
6508         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6509
6510         * gst/videomixer/videomixer.c:
6511         (gst_videomixer_set_master_geometry),
6512         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
6513         Don't reset xpos and ypos in the setcaps function because causes
6514         unexpected behaviour.
6515         Fixes #382179.
6516
6517 2006-12-06  Wim Taymans  <wim@fluendo.com>
6518
6519         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
6520         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
6521         Keep track of the buffer timestamp in the collectdata member instead
6522         of modifying the buffer without making the metadata writable first.
6523         Fixes #382277.
6524
6525 2006-12-06  Wim Taymans  <wim@fluendo.com>
6526
6527         Patch by: Rob Taylor <robtaylor at floopily dot org>
6528
6529         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
6530         If using multicast in udpsrc, bind to the multicast address rather than
6531         IN_ADDR_ANY.
6532         This allows the simultanous use of multiple udpsrcs listening on
6533         different multicat addresses. Without this all udpsrcs will receive all
6534         packets from all subscribed multicast addresses.
6535         Fixes #383001.
6536
6537 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6538
6539         * ext/taglib/gstid3v2mux.cc:
6540         Don't attempt to write a NULL frame into the ID3 tag set when the 
6541         createFrame method returned NULL.
6542         Fixes: #381857
6543         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
6544
6545 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6546
6547         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6548         Use g_strtod() instead of sscanf to parse doubles, so that it will
6549         try parsing in the C locale if the current locale fails.
6550         Fixes: #382982
6551         Patch by: Sebastian Dröge  <mail at slomosnail de >
6552
6553 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
6554
6555         * win32/MANIFEST:
6556         Fix compilation on win32 under VS8
6557         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
6558         Partially fixes #381175
6559
6560 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6561
6562         * gst/avi/gstavimux.c:
6563           accept all mpegversions,fixes #380825
6564           spotted by: Jerome Alet  
6565
6566 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6567
6568         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6569         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
6570         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
6571         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
6572           cleanup the error message a bit more
6573
6574 2006-11-28  Wim Taymans  <wim@fluendo.com>
6575
6576         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
6577         Fix width and height properties.
6578
6579         * ext/libcaca/gstcacasink.h:
6580         Fix compilation on newer libcaca that require us to include a new
6581         header. Fixes #379918.
6582
6583 2006-11-28  Wim Taymans  <wim@fluendo.com>
6584
6585         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6586         * gst/rtsp/gstrtspsrc.h:
6587         * gst/rtsp/rtspext.h:
6588         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
6589         (rtsp_ext_wms_get_context):
6590         Add method so that extensions can choose to disable the setup of
6591         a stream.
6592         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
6593
6594 2006-11-27  Wim Taymans  <wim@fluendo.com>
6595
6596         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6597
6598         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6599         Push header in a separate buffer instead of memcpy:ing all data.
6600         Change LF => CRLF in headers.
6601         Move trailing LF to header. Fixes #379792.
6602
6603 2006-11-27  Wim Taymans  <wim@fluendo.com>
6604
6605         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
6606         Small buffer overflow fix and improve debugging.
6607
6608 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6609
6610         * ext/esd/esdmon.h:
6611         * ext/esd/esdsink.h:
6612           remove obsolete _factory_init protos
6613
6614 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6615
6616         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
6617         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
6618         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
6619         (gst_avi_demux_read_subindexes_push),
6620         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
6621         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6622         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
6623         (gst_avi_demux_massage_index),
6624         (gst_avi_demux_calculate_durations_from_index),
6625         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
6626         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
6627         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
6628           remove dead code, tweak debugs statements, add comments, use
6629           _uint64_scale instead _uint64_scale_int when using guint64 values,
6630           small optimizations, reflow some error handling
6631
6632 2006-11-22  Edward Hervey  <edward@fluendo.com>
6633
6634         * po/.cvsignore:
6635         We never put .pot files in cvs. Let's ignore them all.
6636
6637 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6638
6639         * po/POTFILES.in:
6640           ... but better exclude files that aren't disted.
6641
6642 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6643
6644         * po/POTFILES.in:
6645           Add v4l2 source files to list of files with translations, so the
6646           strings are actually extracted (however bad they still may be).
6647
6648 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6649
6650         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
6651           Minor clean-ups: const-ify static array, remove trailing comma from
6652           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
6653
6654 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
6655
6656         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
6657         Make sure that g_free always gets called on the same pointer that was 
6658         returned by g_malloc.  Fixes #376594.
6659         Do not leak memory if decompressed size is wrong.
6660         Remove unneeded check of return value of g_malloc.
6661         Patch by: René Stadler <mail@renestadler.de>
6662
6663 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
6664
6665         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
6666           Add missing curly brackets.
6667
6668 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
6669
6670         * sys/v4l2/v4l2src_calls.c:
6671         Fix capture_deinit.
6672
6673 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6674
6675         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
6676         (gst_matroska_mux_request_new_pad):
6677           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
6678
6679         * tests/check/elements/matroskamux.c: (setup_src_pad),
6680         (setup_sink_pad), (GST_START_TEST):
6681         Activate pads before using them.
6682
6683 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6684
6685         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
6686           Initialise variable to get rid of bogus compiler warning.
6687
6688 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
6689
6690         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
6691
6692         * gst/rtp/gstrtph263pay.c:
6693         * gst/rtp/gstrtph263pdepay.c:
6694         * gst/rtp/gstrtph263ppay.c:
6695           Specify H.263 variant and version in the caps (fixes #361637)
6696
6697 2006-11-15  Wim Taymans  <wim@fluendo.com>
6698
6699         * gst/rtsp/rtspconnection.c: (read_body):
6700         Don't set a data pointer to NULL and a size > 0 when we deal
6701         with empty packets.
6702
6703         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
6704         (rtsp_message_init_response), (rtsp_message_init_data),
6705         (rtsp_message_unset), (rtsp_message_free),
6706         (rtsp_message_take_body):
6707         Check that we can't create invalid empty packets. 
6708
6709 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
6710
6711         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6712
6713         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
6714         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
6715         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
6716         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6717         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
6718         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
6719         * gst/matroska/matroska-mux.h:
6720           Add basic tag writing support; implement releasing pads (#374658).
6721
6722 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
6723
6724         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6725         (gst_matroska_demux_audio_caps):
6726           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
6727
6728 2006-11-14  David Schleef  <ds@schleef.org>
6729
6730         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
6731
6732 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6733
6734         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
6735
6736         * win32/vs8/gst-plugins-good.sln:
6737         * win32/vs8/libgst1394.vcproj:
6738         * win32/vs8/libgstaasink.vcproj:
6739         * win32/vs8/libgstalaw.vcproj:
6740         * win32/vs8/libgstalpha.vcproj:
6741         * win32/vs8/libgstalphacolor.vcproj:
6742         * win32/vs8/libgstannodex.vcproj:
6743         * win32/vs8/libgstapetag.vcproj:
6744         * win32/vs8/libgstaudiofx.vcproj:
6745         * win32/vs8/libgstauparse.vcproj:
6746         * win32/vs8/libgstautodetect.vcproj:
6747         * win32/vs8/libgstavi.vcproj:
6748         * win32/vs8/libgstcacasink.vcproj:
6749         * win32/vs8/libgstcdio.vcproj:
6750         * win32/vs8/libgstcutter.vcproj:
6751         * win32/vs8/libgstdv.vcproj:
6752         * win32/vs8/libgsteffectv.vcproj:
6753         * win32/vs8/libgstflac.vcproj:
6754         * win32/vs8/libgstflxdec.vcproj:
6755         * win32/vs8/libgstgoom.vcproj:
6756         * win32/vs8/libgsticydemux.vcproj:
6757         * win32/vs8/libgstid3demux.vcproj:
6758         * win32/vs8/libgstjpeg.vcproj:
6759         * win32/vs8/libgstladspa.vcproj:
6760         * win32/vs8/libgstlevel.vcproj:
6761         * win32/vs8/libgstmatroska.vcproj:
6762         * win32/vs8/libgstmikmod.vcproj:
6763         * win32/vs8/libgstmng.vcproj:
6764         * win32/vs8/libgstmonoscope.vcproj:
6765         * win32/vs8/libgstmulaw.vcproj:
6766         * win32/vs8/libgstmultipart.vcproj:
6767         * win32/vs8/libgstpng.vcproj:
6768         * win32/vs8/libgstrtp.vcproj:
6769         * win32/vs8/libgstrtsp.vcproj:
6770         * win32/vs8/libgstshout2.vcproj:
6771         * win32/vs8/libgstsmpte.vcproj:
6772         * win32/vs8/libgstspeex.vcproj:
6773         * win32/vs8/libgsttaglib.vcproj:
6774         * win32/vs8/libgstudp.vcproj:
6775         * win32/vs8/libgstvideobalance.vcproj:
6776         * win32/vs8/libgstvideobox.vcproj:
6777         * win32/vs8/libgstvideoflip.vcproj:
6778         * win32/vs8/libgstvideomixer.vcproj:
6779         * win32/vs8/libgstwavenc.vcproj:
6780         * win32/vs8/libgstwavparse.vcproj:
6781           Make end-of-line returns unixy, so that when the files are checked
6782           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
6783           Hopefully fixes #366492.
6784
6785 2006-11-14  Wim Taymans  <wim@fluendo.com>
6786
6787         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
6788         Disable init_frames delay timestamp adjustment, it does not
6789         seem to be needed at all. Fixes #369621.
6790
6791 2006-11-13  Wim Taymans  <wim@fluendo.com>
6792
6793         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6794
6795         * gst/videomixer/videomixer.c:
6796         (gst_videomixer_set_master_geometry),
6797         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
6798         (gst_videomixer_collect_free), (gst_videomixer_reset),
6799         (gst_videomixer_init), (gst_videomixer_finalize),
6800         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
6801         (gst_videomixer_collected), (gst_videomixer_change_state):
6802         Fix memleak by unref'ing collectpads instance (when finalizing)
6803         Implement releasing a request pad. Fixes #374479.
6804
6805 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
6806
6807         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
6808
6809         * win32/vs8/gst-plugins-good.sln:
6810         * win32/vs8/libgst1394.vcproj:
6811         * win32/vs8/libgstaasink.vcproj:
6812         * win32/vs8/libgstalaw.vcproj:
6813         * win32/vs8/libgstalpha.vcproj:
6814         * win32/vs8/libgstalphacolor.vcproj:
6815         * win32/vs8/libgstannodex.vcproj:
6816         * win32/vs8/libgstapetag.vcproj:
6817         * win32/vs8/libgstaudiofx.vcproj:
6818         * win32/vs8/libgstauparse.vcproj:
6819         * win32/vs8/libgstautodetect.vcproj:
6820         * win32/vs8/libgstavi.vcproj:
6821         * win32/vs8/libgstcacasink.vcproj:
6822         * win32/vs8/libgstcdio.vcproj:
6823         * win32/vs8/libgstcutter.vcproj:
6824         * win32/vs8/libgstdv.vcproj:
6825         * win32/vs8/libgsteffectv.vcproj:
6826         * win32/vs8/libgstflac.vcproj:
6827         * win32/vs8/libgstflxdec.vcproj:
6828         * win32/vs8/libgstgoom.vcproj:
6829         * win32/vs8/libgsticydemux.vcproj:
6830         * win32/vs8/libgstid3demux.vcproj:
6831         * win32/vs8/libgstjpeg.vcproj:
6832         * win32/vs8/libgstladspa.vcproj:
6833         * win32/vs8/libgstlevel.vcproj:
6834         * win32/vs8/libgstmatroska.vcproj:
6835         * win32/vs8/libgstmikmod.vcproj:
6836         * win32/vs8/libgstmng.vcproj:
6837         * win32/vs8/libgstmonoscope.vcproj:
6838         * win32/vs8/libgstmulaw.vcproj:
6839         * win32/vs8/libgstmultipart.vcproj:
6840         * win32/vs8/libgstpng.vcproj:
6841         * win32/vs8/libgstrtp.vcproj:
6842         * win32/vs8/libgstrtsp.vcproj:
6843         * win32/vs8/libgstshout2.vcproj:
6844         * win32/vs8/libgstsmpte.vcproj:
6845         * win32/vs8/libgstspeex.vcproj:
6846         * win32/vs8/libgsttaglib.vcproj:
6847         * win32/vs8/libgstudp.vcproj:
6848         * win32/vs8/libgstvideobalance.vcproj:
6849         * win32/vs8/libgstvideobox.vcproj:
6850         * win32/vs8/libgstvideoflip.vcproj:
6851         * win32/vs8/libgstvideomixer.vcproj:
6852         * win32/vs8/libgstwavenc.vcproj:
6853         * win32/vs8/libgstwavparse.vcproj:
6854           Add VS8 project files (note that many of the plugins in ext are
6855           disabled by default). Fixes #366492.
6856
6857 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
6858
6859         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6860           we do not translate debug messages
6861
6862 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
6863
6864         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
6865           fix categorisation, make short desc more explicit, remove unused code
6866           Fixes #372021
6867
6868 2006-11-08  Wim Taymans  <wim@fluendo.com>
6869
6870         * gst/rtp/gstrtpL16depay.c:
6871         * gst/rtp/gstrtpamrdepay.c:
6872         * gst/rtp/gstrtpamrpay.c:
6873         * gst/rtp/gstrtpgsmdepay.c:
6874         * gst/rtp/gstrtph263pay.c:
6875         * gst/rtp/gstrtph263pdepay.c:
6876         * gst/rtp/gstrtph263ppay.c:
6877         * gst/rtp/gstrtph264depay.c:
6878         * gst/rtp/gstrtpmp2tdepay.c:
6879         * gst/rtp/gstrtpmp4gdepay.c:
6880         * gst/rtp/gstrtpmp4gpay.c:
6881         * gst/rtp/gstrtpmp4vdepay.c:
6882         * gst/rtp/gstrtpmp4vpay.c:
6883         * gst/rtp/gstrtpmpadepay.c:
6884         * gst/rtp/gstrtpmpapay.c:
6885         * gst/rtp/gstrtppcmadepay.c:
6886         * gst/rtp/gstrtppcmapay.c:
6887         * gst/rtp/gstrtppcmudepay.c:
6888         * gst/rtp/gstrtppcmupay.c:
6889         * gst/rtp/gstrtpspeexdepay.c:
6890         * gst/rtp/gstrtpspeexpay.c:
6891         * gst/rtp/gstrtpsv3vdepay.c:
6892         Fix element descriptions.
6893
6894 2006-11-08  Wim Taymans  <wim@fluendo.com>
6895
6896         * gst/rtp/gstrtpvorbisdepay.c:
6897         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
6898         Fix description.
6899         Small cleanup in the payloader.
6900
6901 2006-11-08  Wim Taymans  <wim@fluendo.com>
6902
6903         * gst/rtp/Makefile.am:
6904         * gst/rtp/gstrtp.c: (plugin_init):
6905         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
6906         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
6907         (gst_rtp_theora_depay_finalize),
6908         (gst_rtp_theora_depay_parse_configuration),
6909         (gst_rtp_theora_depay_setcaps),
6910         (gst_rtp_theora_depay_switch_codebook),
6911         (gst_rtp_theora_depay_process),
6912         (gst_rtp_theora_depay_set_property),
6913         (gst_rtp_theora_depay_get_property),
6914         (gst_rtp_theora_depay_change_state),
6915         (gst_rtp_theora_depay_plugin_init):
6916         * gst/rtp/gstrtptheoradepay.h:
6917         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
6918         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
6919         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
6920         (gst_rtp_theora_pay_init_packet),
6921         (gst_rtp_theora_pay_flush_packet),
6922         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
6923         (gst_rtp_theora_pay_handle_buffer),
6924         (gst_rtp_theora_pay_plugin_init):
6925         * gst/rtp/gstrtptheorapay.h:
6926         Add theora pay/depayloaders.
6927
6928 2006-11-06  Wim Taymans  <wim@fluendo.com>
6929
6930         * gst/rtp/Makefile.am:
6931         We depend on gsttag to generate the vorbis comments.
6932
6933         * gst/rtp/gstrtpvorbisdepay.c:
6934         (gst_rtp_vorbis_depay_parse_configuration),
6935         (gst_rtp_vorbis_depay_setcaps),
6936         (gst_rtp_vorbis_depay_switch_codebook),
6937         (gst_rtp_vorbis_depay_process):
6938         * gst/rtp/gstrtpvorbisdepay.h:
6939         Parse configuration string in the depayloader.
6940         Implement selecting and switching to a new codebook.
6941         Receiving vorbis over RTP now works.
6942
6943         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
6944         (gst_rtp_vorbis_pay_init_packet),
6945         (gst_rtp_vorbis_pay_finish_headers),
6946         (gst_rtp_vorbis_pay_handle_buffer):
6947         * gst/rtp/gstrtpvorbispay.h:
6948         Set timestamps on outgoing buffers and RTP packets.
6949         Fix configuration string, prepend number of Packet headers.
6950         Fix encoding of ident string.
6951         Add delivery-method to caps.
6952         Streaming vorbis over RTP now works.
6953
6954 2006-11-06  Wim Taymans  <wim@fluendo.com>
6955
6956         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
6957         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
6958         (gst_rtp_vorbis_pay_handle_buffer):
6959         * gst/rtp/gstrtpvorbispay.h:
6960         Generate a valid configuration string in the caps based on the
6961         vorbis headers.
6962
6963 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6964
6965         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
6966         * ext/cdio/gstcdio.h:
6967         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
6968           Move CD-TEXT utility function into common file so it can also be
6969           used by a future cdioparanoiasrc.
6970
6971 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
6972         
6973         * sys/v4l2/Makefile.am:
6974         * sys/v4l2/gstv4l2object.c:
6975         * sys/v4l2/gstv4l2src.c:
6976         * sys/v4l2/gstv4l2xoverlay.c:
6977         * sys/v4l2/v4l2_calls.c:
6978         * sys/v4l2/v4l2src_calls.c:
6979         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
6980         xoverlay code that is still not implemented.
6981
6982 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6983
6984         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6985           We require a -base more recent than 0.10.9, so it's safe to use
6986           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
6987
6988         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
6989         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
6990           Use _newsegment_full() now that we depend on a recent enough core.
6991
6992         * gst/wavparse/gstwavparse.c:
6993           Remove cruft that we don't need any longer now that we depend on
6994           a recent enough -base.
6995
6996 2006-10-31  Wim Taymans  <wim@fluendo.com>
6997
6998         * gst/rtp/Makefile.am:
6999         * gst/rtp/gstrtp.c: (plugin_init):
7000         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
7001         (gst_rtpilbcpay_setcaps):
7002         Fix and activate ILBC pay and depayloaders. Fixes #368162.
7003
7004 2006-10-31  Wim Taymans  <wim@fluendo.com>
7005
7006         * ext/speex/gstspeexdec.c: (speex_dec_convert),
7007         (speex_dec_sink_event), (speex_dec_chain_parse_header):
7008         Some small cleanups, use _scale.
7009
7010 2006-10-31  Wim Taymans  <wim@fluendo.com>
7011
7012         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
7013         Use higher precision scale function.
7014
7015 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
7016
7017         Patch by: Michal Benes  <michal dot benes at itonis tv>
7018
7019         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
7020         (gst_matroska_demux_read_track_encodings),
7021         (gst_matroska_decode_buffer):
7022           Fix several issues with encoded/compressed/encrypted/signed tracks;
7023           also, remove superfluous newline characters from some debug
7024           statements. (#366155)
7025
7026 2006-10-30  Wim Taymans  <wim@fluendo.com>
7027
7028         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
7029         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
7030         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
7031         (gst_smokedec_change_state):
7032         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
7033         (gst_smokeenc_init), (gst_smokeenc_finalize),
7034         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
7035         (gst_smokeenc_resync), (gst_smokeenc_chain),
7036         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
7037         (gst_smokeenc_change_state):
7038         Various cleanups, capsnego and leak fixes.
7039
7040 2006-10-30  Wim Taymans  <wim@fluendo.com>
7041
7042         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7043
7044         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
7045         Fix videomixer so that it can handle any combination of framerates.
7046         Fixes #367221.
7047
7048 2006-10-28  Wim Taymans  <wim@fluendo.com>
7049
7050         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7051         (gst_avi_demux_parse_file_header),
7052         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
7053         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
7054         (gst_avi_demux_chain):
7055         Fix position query for audio. also fixes timestamps in streaming
7056         mode and bug #364958.
7057         Small cleanups.
7058
7059 2006-10-27  Wim Taymans  <wim@fluendo.com>
7060
7061         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
7062         * ext/libpng/gstpngenc.h:
7063         Fix strides. Fixes #364856.
7064         Cleanup capsnego.
7065         Set caps on outgoing buffers.
7066
7067 2006-10-18  Wim Taymans  <wim@fluendo.com>
7068
7069         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
7070
7071         * gst/rtp/gstrtpgsmpay.c:
7072         * gst/rtp/gstrtph263pay.c:
7073         * gst/rtp/gstrtpmpapay.c:
7074         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
7075         (gst_rtp_pcma_pay_handle_buffer):
7076         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
7077         Add static payload numbers in addition to the dynamic ones.
7078         Fixes #361639.
7079
7080 2006-10-18  Wim Taymans  <wim@fluendo.com>
7081
7082         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7083         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
7084         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
7085         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
7086         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
7087         * gst/rtsp/rtspdefs.h:
7088         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7089         * gst/rtsp/rtspurl.h:
7090         Reuse already existing enum for lower transport.
7091         Add rtspt and rtspu protocols.
7092         Send redirect to rtspt when udp times out.
7093
7094 2006-10-18  Wim Taymans  <wim@fluendo.com>
7095
7096         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
7097         (gst_wavparse_stream_data):
7098         Fix seeking some more, mostly for speed changes.
7099
7100 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7101
7102         Patch by: Fredrik Persson  <frepe at bredband net>
7103
7104         * sys/v4l2/gstv4l2tuner.c:
7105         * sys/v4l2/gstv4l2tuner.h:
7106           Fix _set_channel(): remove useless g_object_notify() for "channel"
7107           property that doesn't exist any longer and therefore now also
7108           useless redirect (#338818).
7109
7110 2006-10-17  Wim Taymans  <wim@fluendo.com>
7111
7112         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
7113         Some drivers do not support unsetting the non-blocking flag once the
7114         device is opened. In those cases, close/open the device in
7115         non-blocking mode. Fixes #362673.
7116
7117 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7118
7119         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7120         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7121         (gst_v4l2src_get_fps):
7122           dear stefan, framespersecond is not frameperiod, reverting but adding
7123           comment
7124
7125 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7126
7127         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7128         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7129         (gst_v4l2src_get_fps):
7130           Numerator is numerator and denominator is denominator. Say that aloud
7131           5 times and retry after next beer.
7132
7133 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
7134
7135         Patch by: Josep Torra Valles  <josep at fluendo com>
7136
7137         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
7138         * ext/esd/esdsink.c: (gst_esdsink_write):
7139         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
7140         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
7141         (gst_flac_dec_send_newsegment):
7142         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
7143         (gst_flac_enc_tell_callback):
7144         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
7145         (smokecodec_parse_header), (smokecodec_decode):
7146         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
7147         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
7148         * gst/goom/Makefile.am:
7149         * gst/goom/gstgoom.c:
7150         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
7151         * gst/rtsp/gstrtspsrc.c:
7152         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7153         * gst/udp/gstudpsink.c:
7154         * gst/udp/gstudpsrc.c:
7155         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
7156         * sys/sunaudio/gstsunaudiomixertrack.h:
7157           Fix a bunch of problems discovered by the Forte compiler, mostly type
7158           mixups and pointer arithmetics with void pointers. Fixes #362603.
7159
7160 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7161
7162         * ext/speex/gstspeex.c: (plugin_init):
7163         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
7164         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
7165         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
7166         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
7167         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
7168         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
7169         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
7170         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
7171         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
7172         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
7173         (gst_speex_enc_chain), (gst_speex_enc_get_property),
7174         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
7175         * ext/speex/gstspeexenc.h:
7176           Miscellaneous clean-ups, among other things: speexenc => enc to
7177           enhance code readability; change speexenc => speex_enc; in chain
7178           function unref input buffer in case of error; take reference in
7179           event function; use boilerplate macro; use gst_pad_query_peer_*
7180           convenience functions.
7181
7182 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7183
7184         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
7185         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
7186         (gst_speexenc_set_header_on_caps):
7187           Fix some mem leaks.
7188
7189 2006-10-11  Wim Taymans  <wim@fluendo.com>
7190
7191         * gst/rtsp/URLS:
7192         Added some other URL.
7193
7194         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
7195         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
7196         (gst_rtspsrc_open), (gst_rtspsrc_play),
7197         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7198         * gst/rtsp/gstrtspsrc.h:
7199         Work on fallback to TCP connection when the UDP socket times out.
7200         Handler server requests, just reply with OK for now.
7201
7202         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7203         * gst/rtsp/rtspdefs.h:
7204         Added some more Real extension headers.
7205
7206         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7207         Fix parsing of urls with a ':' that is not part of the hostname:port
7208         part of the url.
7209
7210 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7211
7212         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
7213         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
7214         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
7215           Activate pad before adding it to the already-running element.
7216
7217         * tests/check/elements/icydemux.c: (icydemux_found_pad):
7218           Activate newly-created pad too.
7219
7220 2006-10-11  Wim Taymans  <wim@fluendo.com>
7221
7222         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
7223
7224         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7225         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
7226         (gst_udpsrc_start):
7227         Fix some leaks in caps and uris. Fixes #361252.
7228
7229 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
7230
7231         * gst/wavparse/Makefile.am:
7232           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
7233
7234 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
7235
7236         * sys/v4l2/gstv4l2xoverlay.c:
7237         * sys/v4l2/gstv4l2xoverlay.h:
7238         Fix build as per the patch in #338818 comment 36.
7239
7240 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
7241
7242         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
7243           Activate pads before adding them to the source.
7244
7245 2006-10-06  Wim Taymans  <wim@fluendo.com>
7246
7247         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
7248         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
7249         Activate pads before adding.
7250
7251 2006-10-06  Wim Taymans  <wim@fluendo.com>
7252
7253         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
7254         (gst_multipart_find_pad_by_mime):
7255         Activate pads before adding.
7256
7257         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
7258         BOILERPLATE sets parent_class for us.
7259
7260 2006-10-06  Wim Taymans  <wim@fluendo.com>
7261
7262         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
7263         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7264         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
7265         (gst_rtspsrc_alloc_udp_ports),
7266         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7267         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
7268         (gst_rtspsrc_create_transports_string),
7269         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
7270         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7271         * gst/rtsp/gstrtspsrc.h:
7272         Rework how the transport string is constructed, try to share channels
7273         and udp ports.
7274         Make most of the stuff less dependant on RTP as we are also going to use
7275         it for RDT.
7276         Add support for transport specific session managers.
7277
7278         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
7279         Implement _flush().
7280
7281         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7282         * gst/rtsp/rtspdefs.h:
7283         Add generic error return code.
7284
7285         * gst/rtsp/rtspext.h:
7286         Add support for pluggable tranport strings.
7287
7288         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
7289         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
7290         (rtsp_ext_wms_get_context):
7291         Detect WMServer and activate the extension.
7292
7293         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
7294         (rtsp_transport_get_manager), (rtsp_transport_parse):
7295         * gst/rtsp/rtsptransport.h:
7296         Added methods to get mime/manager for certain transports.
7297
7298 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
7299
7300         * ext/cairo/gsttimeoverlay.c:
7301         (gst_cairo_time_overlay_update_font_height):
7302         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
7303         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
7304         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
7305         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
7306         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
7307         * ext/libpng/gstpngdec.c: (user_endrow_callback):
7308         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
7309         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
7310         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
7311         (gst_avi_demux_stream_data):
7312         * gst/cutter/gstcutter.c: (gst_cutter_chain):
7313         * gst/debug/efence.c: (gst_efence_buffer_alloc),
7314         (gst_fenced_buffer_copy):
7315         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7316         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
7317         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
7318         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
7319         (gst_rtspsrc_handle_message):
7320         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
7321         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
7322           Printf format fixes.
7323
7324 2006-10-04  Wim Taymans  <wim@fluendo.com>
7325
7326         * gst/rtsp/Makefile.am:
7327         Dist new .h file too.
7328
7329 2006-10-04  Wim Taymans  <wim@fluendo.com>
7330
7331         * gst/rtsp/Makefile.am:
7332         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
7333         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
7334         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7335         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7336         (gst_rtspsrc_parse_rtpmap),
7337         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
7338         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7339         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
7340         * gst/rtsp/gstrtspsrc.h:
7341         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7342         * gst/rtsp/rtspdefs.h:
7343         * gst/rtsp/rtspext.h:
7344         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
7345         (rtsp_ext_wms_get_context):
7346         * gst/rtsp/rtspextwms.h:
7347         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
7348         (rtsp_transport_parse):
7349         * gst/rtsp/rtsptransport.h:
7350         Factor out extension in separate module.
7351         Fix getcaps to filter against the padtemplate.
7352         Use Content-Base if the server gives one.
7353         Rework the transport parsing a bit for future extensions.
7354         Added some Real Header field definitions.
7355
7356 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7357
7358         * docs/plugins/Makefile.am:
7359         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7360         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7361           added v4l2 stubs
7362         * gst-plugins-good.spec.in:
7363           add v4l2
7364
7365 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
7366
7367         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7368           Extract disc/album/medium number and count and try harder
7369           to extract track number/count.
7370
7371 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7372
7373         * configure.ac:
7374         * sys/Makefile.am:
7375           add build stuff for v4l2, needs --enable-experimental until
7376           the last bits are resolved
7377
7378 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
7379
7380         * tests/check/Makefile.am:
7381           Disable autodetect test temporarily, so that the build bots
7382           update -bad and the ranks of unreliable video sinks in there.
7383
7384         * tests/check/elements/autodetect.c: (GST_START_TEST):
7385           Skip test if no usable videosink is found.
7386
7387 2006-09-29  Wim Taymans  <wim@fluendo.com>
7388
7389         * gst/rtsp/URLS:
7390         Add some more URLs.
7391
7392         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7393         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
7394         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7395         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
7396         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7397         (gst_rtspsrc_loop), (gst_rtspsrc_send),
7398         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7399         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
7400         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7401         * gst/rtsp/gstrtspsrc.h:
7402         Add timeout property to control UDP timeouts.
7403         Fix error messages.
7404         Also start a loop function when operating in UDP mode so that we can
7405         do some more stuff async.
7406         Handle element messages from udpsrc to detect timeouts. If a timeout
7407         happens we currently generate an error.
7408         API: rtspsrc::timeout property.
7409
7410         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7411         (gst_udpsrc_create):
7412         Really implement the timeout in microseconds and not milliseconds.
7413
7414 2006-09-29  Wim Taymans  <wim@fluendo.com>
7415
7416         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7417         (gst_udpsrc_create), (gst_udpsrc_set_property),
7418         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
7419         * gst/udp/gstudpsrc.h:
7420         Added property to post a message on timeout.
7421         Updated docs.
7422         When restarting the select, initialize the fdsets again.
7423         Init control sockets so we don't accidentally close a random socket.
7424         API: GstUDPSrc::timeout property
7425
7426 2006-09-29  Wim Taymans  <wim@fluendo.com>
7427
7428         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
7429         Fix flag registration.
7430
7431         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7432         Reading 0 also means 'no more commands'
7433
7434 2006-09-29  Wim Taymans  <wim@fluendo.com>
7435
7436         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7437
7438         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7439         Fix possible infinite loop when shutting down, a read can also return
7440         0 to indicate no more messages are available. Fixes #358156.
7441
7442 2006-09-25  Wim Taymans  <wim@fluendo.com>
7443
7444         * gst/autodetect/gstautoaudiosink.c:
7445         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
7446         (gst_auto_audio_sink_find_best):
7447         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
7448         Small cleanups.
7449         don't try to set "sync" property when it is not available.
7450
7451 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7452
7453         Patch by: Peter Kjellerstedt  <pkj at axis com>
7454
7455         * gst/alpha/gstalpha.c:
7456         * gst/rtp/gstrtpamrdepay.c:
7457         * gst/rtsp/gstrtspsrc.c:
7458         * gst/udp/gstudpsrc.c:
7459         * gst/videomixer/videomixer.c:
7460           Include stdlib.h in some more places, makes things compile
7461           with uClibc and -Werror (#357592).
7462
7463 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7464
7465         * ext/jpeg/gstjpegdec.c:
7466           Set minimum height to 8 (from 16), our code should handle
7467           that fine. Some of the buttons on the apple trailer site
7468           are apparently only 15 pixels high (see #357470).
7469
7470 2006-09-23  Wim Taymans  <wim@fluendo.com>
7471
7472         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
7473         (gst_rtspsrc_open):
7474         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7475         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7476         (rtsp_connection_receive):
7477         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7478         * gst/rtsp/rtspdefs.h:
7479         Improve error reporting.
7480
7481 2006-09-23  Wim Taymans  <wim@fluendo.com>
7482
7483         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
7484         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
7485         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
7486         * gst/rtp/gstrtpdepay.c:
7487         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
7488         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
7489         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
7490         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
7491         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
7492         (gst_rtp_mp2t_depay_plugin_init):
7493         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
7494         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
7495         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
7496         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
7497         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
7498         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
7499         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
7500         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
7501         Fix klass typos.
7502         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
7503
7504 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7505
7506         * configure.ac:
7507           Need  -base CVS for gst_base_rtp_depayload_push_ts().
7508
7509 2006-09-22  Wim Taymans  <wim@fluendo.com>
7510
7511         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
7512         Don't check for a tag that is never there and check if we read the
7513         correct tag. Fixes seeking again.
7514         We must post an error when all pads are unlinked.
7515
7516 2006-09-22  Wim Taymans  <wim@fluendo.com>
7517
7518         * gst/rtp/Makefile.am:
7519         * gst/rtp/gstrtp.c: (plugin_init):
7520         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
7521         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7522         (gst_rtp_vorbis_pay_reset_packet),
7523         (gst_rtp_vorbis_pay_init_packet),
7524         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
7525         (gst_rtp_vorbis_pay_handle_buffer):
7526         More fixage, set endoder-params correctly in the payloader.
7527
7528 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7529
7530         * gst/autodetect/gstautoaudiosink.c:
7531         (gst_auto_audio_sink_base_init):
7532         * gst/autodetect/gstautovideosink.c:
7533         (gst_auto_video_sink_base_init):
7534           Make static pad templates static to appease valgrind's leak
7535           detector.
7536
7537         * tests/check/Makefile.am:
7538         * tests/check/elements/.cvsignore:
7539         * tests/check/elements/autodetect.c: (GST_START_TEST),
7540         (autodetect_suite):
7541           Add simple test for the ghostpad lockup on shutdown fixed in core
7542           CVS (audio bit disabled because it would need dozens of alsa
7543           suppressions and I'm too lazy to add those now).
7544
7545 2006-09-22  Wim Taymans  <wim@fluendo.com>
7546
7547         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
7548         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
7549         Small cleanups.
7550
7551         * gst/rtp/Makefile.am:
7552         * gst/rtp/gstrtp.c: (plugin_init):
7553         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
7554         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
7555         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
7556         (gst_rtp_vorbis_depay_process),
7557         (gst_rtp_vorbis_depay_set_property),
7558         (gst_rtp_vorbis_depay_get_property),
7559         (gst_rtp_vorbis_depay_change_state),
7560         (gst_rtp_vorbis_depay_plugin_init):
7561         * gst/rtp/gstrtpvorbisdepay.h:
7562         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
7563         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
7564         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
7565         (gst_rtp_vorbis_pay_flush_packet),
7566         (gst_rtp_vorbis_pay_append_buffer),
7567         (gst_rtp_vorbis_pay_handle_buffer),
7568         (gst_rtp_vorbis_pay_plugin_init):
7569         * gst/rtp/gstrtpvorbispay.h:
7570         Add experimental vorbis pay and depayloaders.
7571
7572 2006-09-21  Wim Taymans  <wim@fluendo.com>
7573
7574         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
7575         Fix profile-level-id parsing and setup.
7576
7577 2006-09-21  Wim Taymans  <wim@fluendo.com>
7578
7579         * gst/udp/README:
7580         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
7581         Update README, simple cleanup.
7582
7583 2006-09-21  Wim Taymans  <wim@fluendo.com>
7584
7585         * gst/rtp/README:
7586         Update README with some examples.
7587
7588         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
7589         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
7590         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
7591         (gst_rtp_mp4g_pay_setcaps):
7592         * gst/rtp/gstrtpmp4gpay.h:
7593         Make optional RTP parameters of type STRING, as required by the
7594         application/x-rtp caps specification.
7595
7596 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
7597
7598         * gst/rtp/gstrtph263pdepay.c:
7599         * gst/rtp/gstrtph263ppay.c:
7600         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
7601         RTP header.
7602
7603 2006-09-20  Wim Taymans  <wim@fluendo.com>
7604
7605         * gst/rtp/Makefile.am:
7606         And makefile too.
7607
7608 2006-09-20  Wim Taymans  <wim@fluendo.com>
7609
7610         * gst/rtp/gstrtp.c: (plugin_init):
7611         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
7612         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
7613         (decode_base64), (gst_rtp_asf_depay_setcaps),
7614         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
7615         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
7616         (gst_rtp_asf_depay_plugin_init):
7617         * gst/rtp/gstrtpasfdepay.h:
7618         Added preliminary ASF depayloader.
7619
7620         * gst/rtp/gstrtph264depay.c: (decode_base64):
7621         Fix base64 decoding.
7622
7623 2006-09-20  Wim Taymans  <wim@fluendo.com>
7624
7625         * gst/rtsp/URLS:
7626         Added some test URLS.
7627
7628         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7629         (gst_rtspsrc_loop), (gst_rtspsrc_open):
7630         * gst/rtsp/gstrtspsrc.h:
7631         When creating streams, give access to the complete SDP.
7632         Fix some leaks.
7633         Collect and merge global stream properties in stream caps.
7634         Preliminary support for WMServer.
7635
7636         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7637         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7638         (rtsp_connection_receive):
7639         * gst/rtsp/rtspconnection.h:
7640         Make connection interruptable.
7641         Refactor to make it reconnectable.
7642         Don't fail on short reads when reading data packets.
7643
7644         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
7645         (rtsp_url_get_port):
7646         * gst/rtsp/rtspurl.h:
7647         Add methods for getting/setting the port.
7648
7649         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
7650         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
7651         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
7652         (sdp_media_get_format), (sdp_parse_line),
7653         (sdp_message_parse_buffer):
7654         Fix headers. 
7655         Add methods for getting multiple attributes with the same name.
7656         Increase buffer size when parsing.
7657         Fix parsing of a=foo fields.
7658
7659         * gst/rtsp/test.c: (main):
7660         Update to new connection API.
7661
7662         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
7663         (rtsp_message_init_response), (rtsp_message_init_data),
7664         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
7665         * gst/rtsp/rtspmessage.h:
7666         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
7667         * gst/rtsp/rtsptransport.h:
7668         * gst/rtsp/sdp.h:
7669         * gst/rtsp/sdpmessage.h:
7670         * gst/rtsp/gstrtsp.c:
7671         * gst/rtsp/gstrtsp.h:
7672         * gst/rtsp/gstrtpdec.c:
7673         * gst/rtsp/gstrtpdec.h:
7674         * gst/rtsp/rtsp.h:
7675         * gst/rtsp/rtspdefs.c:
7676         * gst/rtsp/rtspdefs.h:
7677         Dual licensed under MIT and LGPL now.
7678
7679 2006-09-19  Wim Taymans  <wim@fluendo.com>
7680
7681         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
7682         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
7683         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
7684         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7685         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
7686         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7687         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
7688         * gst/rtsp/gstrtspsrc.h:
7689         Reorganize stream parsing and creation.
7690         Detect container formats in interleaved mode.
7691         Keep more state about the streams.
7692         Assume a server also supports PLAY if it does not say.
7693         Add unicast and interleaved properties to TCP transport requests to make
7694         some servers happy (WMServer).
7695
7696         * gst/rtsp/sdpmessage.h:
7697         Add some defines for the standard Bandwidth types.
7698
7699 2006-09-19  Wim Taymans  <wim@fluendo.com>
7700
7701         * gst/rtsp/test.c: (main):
7702         Fix build.
7703
7704 2006-09-19  Wim Taymans  <wim@fluendo.com>
7705
7706         * gst/wavparse/gstwavparse.c:
7707         Add ms-gsm to the src template.
7708
7709 2006-09-18  Wim Taymans  <wim@fluendo.com>
7710
7711         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
7712         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
7713         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
7714         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
7715         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
7716         * gst/rtsp/gstrtspsrc.h:
7717         Small cleanups, added documentation.
7718         Try to clean up the requests and responses.
7719         Refactor parsing the supported methods.
7720
7721         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
7722         (rtsp_connection_create), (rtsp_connection_send),
7723         (parse_response_status), (parse_request_line),
7724         (rtsp_connection_receive), (rtsp_connection_close),
7725         (rtsp_connection_free):
7726         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
7727         (rtsp_transport_init), (rtsp_transport_parse),
7728         (rtsp_transport_free):
7729         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7730         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
7731         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
7732         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
7733         Use g_return_val some more.
7734
7735         * gst/rtsp/rtspdefs.h:
7736         Add more enum values to track initial states.
7737
7738         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
7739         (rtsp_message_init_request), (rtsp_message_new_response),
7740         (rtsp_message_init_response), (rtsp_message_init_data),
7741         (rtsp_message_unset), (rtsp_message_free),
7742         (rtsp_message_add_header), (rtsp_message_remove_header),
7743         (rtsp_message_get_header), (rtsp_message_set_body),
7744         (rtsp_message_take_body), (rtsp_message_get_body),
7745         (rtsp_message_steal_body), (rtsp_message_dump):
7746         * gst/rtsp/rtspmessage.h:
7747         Reorder arguments, object goes as the first one.
7748         Use g_return_val some more.
7749
7750 2006-09-18  Wim Taymans  <wim@fluendo.com>
7751
7752         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
7753         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
7754         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
7755         * gst/rtsp/gstrtspsrc.h:
7756         Export sometimes source pad with correct caps on the template, create
7757         the ghostpad from the template.
7758         Remove RTCP template as we never expose RTCP.
7759         Protect against invalid body size.
7760         Avoid memcpy when creating the output buffer.
7761         Properly post an error and send EOS when the loop function is shut down.
7762
7763 2006-09-18  Wim Taymans  <wim@fluendo.com>
7764
7765         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
7766
7767         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7768         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
7769         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
7770         * gst/rtsp/gstrtspsrc.h:
7771         Make sure we can never set an invalid location.
7772
7773         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
7774         * gst/rtsp/rtspmessage.h:
7775         Added _steal_body method for future use.
7776
7777         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
7778         Make freeing of NULL url return immediatly.
7779
7780 2006-09-18  Wim Taymans  <wim@fluendo.com>
7781
7782         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
7783
7784         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
7785         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
7786         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
7787         (gst_rtspsrc_change_state):
7788         * gst/rtsp/gstrtspsrc.h:
7789         Use boilerplate.
7790         Make rtspsrc subclass GstBin to make state changes easier.
7791         Add Range header field on the PLAY request.
7792
7793 2006-09-18  Wim Taymans  <wim@fluendo.com>
7794
7795         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
7796
7797         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
7798         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
7799         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
7800         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
7801         * gst/rtsp/rtspconnection.c: (inet_aton):
7802         Small cleanups.
7803         when multicast is selected as the transport, create UDP sources and
7804         connect to the multicast group.
7805         Move parsing and setting of caps to a common place.
7806         Fixes #349894.
7807
7808 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
7809
7810         * ext/flac/gstflactag.c:
7811         * gst/alpha/gstalpha.c:
7812         * gst/debug/breakmydata.c:
7813         * gst/debug/negotiation.c:
7814         * gst/debug/testplugin.c:
7815         * gst/effectv/gstaging.c:
7816         * gst/effectv/gstdice.c:
7817         * gst/effectv/gstedge.c:
7818         * gst/effectv/gstquark.c:
7819         * gst/effectv/gstrev.c:
7820         * gst/effectv/gstshagadelic.c:
7821         * gst/effectv/gstvertigo.c:
7822         * gst/effectv/gstwarp.c:
7823         * gst/multipart/multipartdemux.c:
7824         * gst/multipart/multipartmux.c:
7825         * gst/videobox/gstvideobox.c:
7826         * gst/videofilter/gstgamma.c:
7827         * gst/videofilter/gstvideotemplate.c:
7828         * gst/videomixer/videomixer.c:
7829         * sys/sunaudio/gstsunaudiosrc.h:
7830         More G_OBJECT macro fixing.
7831
7832 2006-09-16  Wim Taymans  <wim@fluendo.com>
7833
7834         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
7835
7836         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
7837         Correctly set the dwLength in strh.
7838         With this patch, the file duration is now displayed correctly in window
7839         media player and the AVI plays completely. Fixes #356147
7840
7841 2006-09-15  Wim Taymans  <wim@fluendo.com>
7842
7843         Patch by: Darren Kenny <darren dot kenny at sun dot com>
7844
7845         * sys/sunaudio/gstsunaudiomixerctrl.c:
7846         (gst_sunaudiomixer_ctrl_build_list):
7847         Set the output track as the MASTER so that the gnome-settings-daemon
7848         keybindings for changing the volume using the keyboard works.
7849         Fixes #356142.
7850
7851 2006-09-15  Wim Taymans  <wim@fluendo.com>
7852
7853         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
7854         Fix documentation, it is not possible to control the framerate of jpegdec
7855         using filtered caps yet. Fixes #355210.
7856         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
7857         stop when there is an error.
7858
7859 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
7860
7861         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
7862         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
7863           Don't interpret a first buffer with an offset of NONE as
7864           'from the middle of the stream', but only a first buffer
7865           that has a valid buffer offset that's non-zero (see #345449).
7866
7867 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
7868
7869         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
7870         (gst_icydemux_typefind_or_forward):
7871         * gst/icydemux/gsticydemux.h:
7872           When we merge/collect multiple incoming buffers for typefinding
7873           purposes, keep an initial 0 offset on the first outgoing buffer
7874           as well (otherwise id3demux won't work right). Fixes #345449.
7875           Also Make buffer metadata writable before setting buffer caps.
7876
7877         * tests/check/elements/icydemux.c: (typefind_succeed),
7878         (cleanup_icydemux), (push_data), (GST_START_TEST),
7879         (icydemux_suite):
7880           Small test case for the above.
7881
7882 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
7883
7884         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
7885         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
7886         (gst_avi_demux_stream_header_push),
7887         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
7888         (gst_avi_demux_loop):
7889           More code reuse and better logging in _peek_chunk(). Reintroduce check
7890           for chunk sizes before reading them (avoid oom). Better handling for 
7891           invalid chunksizes when streaming.
7892
7893 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
7894
7895         * gst/level/gstlevel.c: (gst_level_set_property):
7896         * gst/level/gstlevel.h:
7897           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
7898           René Stadler
7899
7900 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
7901
7902         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
7903         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
7904         (gst_avi_demux_stream_data):
7905           Revert one change to fix streaming avi (adapter size != data size).
7906
7907 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
7908
7909         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
7910
7911         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
7912         (gst_matroska_demux_reset),
7913         (gst_matroska_demux_read_track_encodings),
7914         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
7915         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7916         (gst_matroska_demux_subtitle_caps):
7917         * gst/matroska/matroska-ids.h:
7918           Add support for VOBSUB subtitle tracks and zlib-compressed
7919           tracks. Make sure we start on a keyframe after a seek. (#343348)
7920
7921 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
7922
7923         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
7924         (gst_matroska_demux_push_flac_codec_priv_data),
7925         (gst_matroska_demux_push_xiph_codec_priv_data),
7926         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7927         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
7928         * gst/matroska/matroska-ids.h:
7929           Add basic FLAC support (#311586), not perfect yet though, needs some
7930           tweaking in flacdec; also, seeking could be better.
7931           Do better bounds checking when deserialising vorbis stream headers
7932           to make sure we don't read beyond the end of the buffer on bad input.
7933
7934 2006-09-04  Wim Taymans  <wim@fluendo.com>
7935
7936         Patch by: Alessandro Decina <alessandro at nnva dot org>
7937
7938         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
7939         Seeking back in a file containing a CMML stream errors out if the seek
7940         goes back up to the CMML headers. This is because after the seek the xml
7941         processing instruction <?xml ...?> is submitted to the xml parser again, 
7942         which results in an error. The attached patch fixes the problem. 
7943         Fixes #353908.
7944
7945         * ext/annodex/gstcmmlenc.h:
7946         Fix authors name.
7947
7948
7949 2006-08-28  Andy Wingo  <wingo@pobox.com>
7950
7951         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
7952         New helper function to lessen the ifdefs.
7953         (GST_INFO_OBJECT): 
7954         (gst_dv1394src_iso_receive): Use it.
7955         (gst_dv1394src_create): Also use the control sockets in iec61883
7956         mode.
7957         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
7958         handle for AVC operations; fixes #348233.
7959
7960 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
7961
7962         * configure.ac:
7963         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7964         * docs/plugins/inspect/plugin-audiofx.xml:
7965         * docs/plugins/inspect/plugin-audiofxgood.xml:
7966         * gst/audiofx/Makefile.am:
7967         * gst/audiofx/audiofx.c:
7968         * gst/audiofxgood/.cvsignore:
7969         * gst/audiofxgood/Makefile.am:
7970         * gst/audiofxgood/audiofx.c:
7971         * gst/audiofxgood/audiopanorama.c:
7972         * gst/audiofxgood/audiopanorama.h:
7973           Rename again (audiofxgood -> audiofx).
7974
7975 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
7976
7977         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
7978         (gst_avi_demux_stream_scan):
7979           Initialze variables.
7980
7981 2006-08-25  Wim Taymans  <wim@fluendo.com>
7982
7983         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
7984         (gst_avi_demux_init), (gst_avi_demux_finalize),
7985         (gst_avi_demux_reset), (gst_avi_demux_index_last),
7986         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
7987         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
7988         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
7989         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
7990         (gst_avi_demux_massage_index),
7991         (gst_avi_demux_calculate_durations_from_index),
7992         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
7993         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
7994         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
7995         (gst_avi_demux_change_state):
7996         * gst/avi/gstavidemux.h:
7997         More attempts to turn this into readable code.
7998         Don't leak adapters.
7999         Calculate duration according to index more efficiently.
8000         Don't try to act like we drive the pipeline in chain mode.
8001
8002 2006-08-25  Wim Taymans  <wim@fluendo.com>
8003
8004         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
8005         Fix build.
8006
8007 2006-08-25  Wim Taymans  <wim@fluendo.com>
8008
8009         Patch by: Alessandro Decina <alessandro at nnva dot org>
8010
8011         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
8012         Do some extra sanity checks.
8013         Fixes #350340.
8014
8015         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
8016         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
8017         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
8018         Check if clip->start_time is valid before adding the clip to the
8019         track list.
8020         Reset enc->preamble going from PAUSED to READY.
8021         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
8022         only used for EOS.
8023         Only post an error message if we were the one that created the fatal
8024         GstFlowReturn value.
8025
8026         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
8027         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
8028         Parse the seconds field of the npt-sec time format using %llu rather than
8029         %d and check that the value scaled by GST_SECOND doesn't overflow.
8030         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
8031         Lookup a clip's track with clip->track rather than clip->id which
8032         makes no sense.
8033         Identify a clip by its track and start time and not its xml id.
8034         do some more input checking and make sure we don't do undefined shifts.
8035
8036         * tests/check/elements/cmmldec.c: (setup_cmmldec),
8037         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
8038         (cmml_tag_message_pop), (check_headers), (push_clip_full),
8039         (push_clip), (push_empty_clip), (check_output_clip),
8040         (GST_START_TEST), (cmmldec_suite):
8041         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
8042         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
8043         (check_headers), (push_clip), (check_clip_times), (check_clip),
8044         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
8045         Added some more checks.
8046
8047 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8048
8049         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
8050         (gst_audio_panorama_set_property),
8051         (gst_audio_panorama_get_property),
8052         (gst_audio_panorama_transform_m2s_int),
8053         (gst_audio_panorama_transform_s2s_int),
8054         (gst_audio_panorama_transform_m2s_float),
8055         (gst_audio_panorama_transform_s2s_float):
8056         * gst/audiofxgood/audiopanorama.h:
8057         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8058           Make also the pan-property float (saves scaling and yields better
8059           resolution)
8060
8061 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8062
8063         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8064         (gst_audio_panorama_transform_m2s_float),
8065         (gst_audio_panorama_transform_s2s_float):
8066           ChangeLog surgery to add cymax's real name
8067
8068
8069 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8070
8071         Patch by: René Stadler <mail@renestadler.de>
8072
8073         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8074         (gst_audio_panorama_transform_m2s_int),
8075         (gst_audio_panorama_transform_s2s_int),
8076         (gst_audio_panorama_transform_m2s_float),
8077         (gst_audio_panorama_transform_s2s_float),
8078         (gst_audio_panorama_transform):
8079         * gst/audiofxgood/audiopanorama.h:
8080           Added float support
8081
8082 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8083
8084         * gst/audiofxgood/audiopanorama.c:
8085         (gst_audio_panorama_transform_m2s):
8086           Fix docs & debug category. Add Fixme for volume pan levels.
8087
8088 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8089
8090         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8091         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8092         (gst_avi_demux_stream_header_pull),
8093         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8094         (gst_avi_demux_chain):
8095           unbreak AVI index handling, some more debug, remove an obsolete
8096           adapter_flush that caused streaming to wander off in the wild
8097
8098 2006-08-24  Wim Taymans  <wim@fluendo.com>
8099
8100         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8101         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
8102         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
8103         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8104         (gst_avi_demux_calculate_durations_from_index),
8105         (gst_avi_demux_stream_header_push),
8106         (gst_avi_demux_stream_header_pull):
8107         * gst/avi/gstavidemux.h:
8108         Some more cleanups. 
8109         Fix totalFrames parsing in ODML.
8110         Disable use of index for length calculation in case of ODML as this is
8111         broken now.
8112
8113 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
8114
8115         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
8116           Use libgsttag helper function here too.
8117
8118 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
8119
8120         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8121         (gst_avi_demux_init), (gst_avi_demux_dispose),
8122         (gst_avi_demux_reset), (gst_avi_demux_index_next),
8123         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
8124         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8125         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
8126         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
8127         (gst_avi_demux_parse_subindex),
8128         (gst_avi_demux_read_subindexes_push),
8129         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
8130         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8131         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
8132         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
8133         (gst_avi_demux_stream_header_pull),
8134         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8135         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
8136         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
8137         (gst_avi_demux_change_state):
8138         * gst/avi/gstavidemux.h:
8139           Initial streaming support for avidemux (fixes #336465)
8140
8141 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8142
8143         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8144           There is no taglibmux element ...
8145
8146         * gst/rtsp/gstrtspsrc.c:
8147           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
8148           was complaining about unknown entity here.
8149
8150 2006-08-22  Wim Taymans  <wim@fluendo.com>
8151
8152         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8153         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
8154         (gst_avi_demux_process_next_entry):
8155         * gst/avi/gstavidemux.h:
8156         Mark DISCONT.
8157         Remove old unused fields and reorder the struct a bit.
8158
8159 2006-08-22  Wim Taymans  <wim@fluendo.com>
8160
8161         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8162         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
8163         (gst_rtspsrc_pause):
8164         * gst/rtsp/gstrtspsrc.h:
8165         * sys/oss/gstosssink.c: (gst_oss_sink_open),
8166         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
8167         Small documentation updates.
8168
8169 2006-08-22  Wim Taymans  <wim@fluendo.com>
8170
8171         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8172         (gst_avi_demux_index_entry_for_time),
8173         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8174         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
8175         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8176         (gst_avi_demux_next_data_buffer),
8177         (gst_avi_demux_calculate_durations_from_index),
8178         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
8179         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
8180         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8181         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
8182         * gst/avi/gstavidemux.h:
8183         Precalc most of the duration query for each stream.
8184         Make seeking more correct.
8185         Use GstSegment to track position and duration.
8186         Code cleanups and leak fixes.
8187         Calculate correct total duration based on index length.
8188
8189 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
8190
8191         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
8192         (parse_insert_string_field):
8193           If strings in text fields are marked ISO8859-1, but contain
8194           valid UTF-8 already, then handle them as UTF-8 and ignore
8195           the encoding. (#351794)
8196
8197 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8198
8199         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
8200         (gst_flac_dec_write), (gst_flac_dec_loop),
8201         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
8202         (gst_flac_dec_src_query):
8203         * ext/flac/gstflacdec.h:
8204           Make flac-in-ogg work (#352100).
8205
8206 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8207
8208         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
8209           Don't unref buffers of which we've already given away
8210           ownership to the adapter.
8211
8212 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8213
8214         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
8215           Make metadata extraction actually work.
8216
8217         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
8218         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
8219         (gst_speexenc_chain):
8220           Fix metadata writing: replace old code which wrote completely
8221           broken tags with libgsttag-based code. Plus miscellaneous
8222           code cleanups (use static pad templates etc.) and a bunch
8223           of leak fixes.
8224
8225 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8226
8227         * gst/audiopanorama/.cvsignore:
8228         * gst/audiopanorama/Makefile.am:
8229         * gst/audiopanorama/audiofx.c:
8230         * gst/audiopanorama/audiopanorama.c:
8231         * gst/audiopanorama/audiopanorama.h:
8232           die! die! die! you should never have been there
8233
8234 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
8235
8236         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8237         Fix invalid memory access in audiopanorama test suite.
8238
8239 2006-08-21  Edward Hervey  <edward@fluendo.com>
8240
8241         * tests/check/elements/.cvsignore:
8242         ignore built file
8243
8244 2006-08-21  Wim Taymans  <wim@fluendo.com>
8245
8246         * gst/rtp/Makefile.am:
8247         Fix the build again.
8248
8249 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8250
8251         * gst/audiofxgood/.cvsignore:
8252         * gst/audiofxgood/Makefile.am:
8253         * gst/audiofxgood/audiofx.c: (plugin_init):
8254         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8255         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8256         (gst_audio_panorama_set_property),
8257         (gst_audio_panorama_get_property),
8258         (gst_audio_panorama_get_unit_size),
8259         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8260         (gst_audio_panorama_transform_m2s),
8261         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8262         * gst/audiofxgood/audiopanorama.h:
8263           resubmit with the desired name *again*
8264
8265 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8266
8267         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
8268         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
8269           use g_assert in _get_unit_size
8270
8271 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8272
8273         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8274         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8275         * docs/plugins/inspect/plugin-audiofxgood.xml:
8276           cleanup -unused.txt to make it useful, add previously missing docs
8277
8278         * ext/Makefile.am:
8279           Quietly (accidentally) enable LADSPA for building by default, 
8280           despite the fact that it doesn't meet the plugin checklist.
8281             -- Added by Jan Schmidt 18 Dec 2006
8282
8283         * ext/esd/esdmon.c:
8284         * ext/esd/esdsink.c:
8285         * ext/esd/gstesd.c: (plugin_init):
8286           reflow to get rid of two external symbols
8287
8288         * gst/audiofxgood/audiofx.c: (plugin_init):
8289           re-add
8290
8291 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8292
8293         * configure.ac:
8294         * gst/audiofxgood/.cvsignore:
8295         * gst/audiofxgood/Makefile.am:
8296         * gst/audiofxgood/audiofx.c
8297         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8298         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8299         (gst_audio_panorama_set_property),
8300         (gst_audio_panorama_get_property),
8301         (gst_audio_panorama_get_unit_size),
8302         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8303         (gst_audio_panorama_transform_m2s),
8304         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8305         * gst/audiofxgood/audiopanorama.h:
8306         * tests/check/Makefile.am:
8307         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
8308         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
8309         (panorama_suite), (main):
8310         Add audiofxgood plugin with audiopanorama element
8311
8312 2006-08-18  Wim Taymans  <wim@fluendo.com>
8313
8314         * docs/plugins/Makefile.am:
8315         More Oss docs fixage. 
8316
8317 2006-08-18  Wim Taymans  <wim@fluendo.com>
8318
8319         * gst/rtp/Makefile.am:
8320         * gst/rtp/gstrtp.c: (plugin_init):
8321         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
8322         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
8323         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
8324         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
8325         (gst_rtp_sv3v_depay_get_property),
8326         (gst_rtp_sv3v_depay_change_state),
8327         (gst_rtp_sv3v_depay_plugin_init):
8328         * gst/rtp/gstrtpsv3vdepay.h:
8329         Added experimental SVQ3 depayloader.
8330
8331 2006-08-18  Edward Hervey  <edward@fluendo.com>
8332
8333         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
8334         (gst_dvdemux_loop), (gst_dvdemux_change_state):
8335         * ext/dv/gstdvdemux.h:
8336         When handling seek requests, don't send the newsegment event from the
8337         calling thread. Instead save it so it can be sent from the streaming
8338         thread.
8339
8340 2006-08-17  Wim Taymans  <wim@fluendo.com>
8341
8342         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8343
8344         * gst/multipart/multipartdemux.c: (multipart_parse_header):
8345         Accept leading whitespace before the boundary
8346         This patch makes the demuxer allow some whitespace before the actual
8347         boundary. This makes the demuxer work with the ``old'' gstreamer
8348         multipartmuxer again (which placed an extra \n before the start
8349         of the stream) Fixes #349068.
8350
8351 2006-08-17  Wim Taymans  <wim@fluendo.com>
8352
8353         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
8354         Error out on non-implemented stuff.
8355
8356 2006-08-16  Wim Taymans  <wim@fluendo.com>
8357
8358         Patch by: Andy Wingo <wingo at pobox dot com>
8359
8360         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
8361         (gst_signal_processor_start), (gst_signal_processor_stop),
8362         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
8363         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
8364         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
8365         (gst_signal_processor_change_state):
8366         Make ladspa elements reusable. Fixes #350006.
8367
8368 2006-08-16  Wim Taymans  <wim@fluendo.com>
8369
8370         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
8371         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
8372         names as possible. Fixes #349901.
8373
8374 2006-08-16  Wim Taymans  <wim@fluendo.com>
8375
8376         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
8377         (gst_signal_processor_do_pushes):
8378         A push() gives away our refcount so we should not use the buffer on the
8379         pen anymore.
8380
8381 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8382
8383         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8384         (gst_oss_mixer_element_finalize):
8385           Don't leak device string.
8386
8387 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8388
8389         * configure.ac:
8390           Require CVS of GStreamer core and -base (for
8391           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
8392
8393         * ext/taglib/gstid3v2mux.cc:
8394           Write extended comment tags properly (#348762).
8395
8396         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
8397         (parse_comment_frame):
8398           Extract COMM frames into extended comments, which makes it
8399           easier to properly retain the description bit of the tag
8400           and maintain this information when re-tagging (#348762).
8401
8402 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8403
8404         * tests/check/Makefile.am:
8405           Don't try to run annodex unit tests if the annodex
8406           plugin has not been built (Fixes #351116).
8407
8408 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8409
8410         * gst/autodetect/gstautoaudiosink.c:
8411         (gst_auto_audio_sink_find_best):
8412           When we can't find a usable audiosink, don't error out,
8413           but use a fake sink instead and post a warning message
8414           on the bus (#341278).
8415
8416 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8417
8418         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
8419         * sys/oss/gstosssink.c:
8420         * sys/oss/gstosssrc.c:
8421           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
8422           ossmixer's new device property.
8423
8424         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8425         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8426           Add docs for OSS elements.
8427
8428         * docs/plugins/inspect/plugin-aasink.xml:
8429         * docs/plugins/inspect/plugin-alaw.xml:
8430         * docs/plugins/inspect/plugin-alpha.xml:
8431         * docs/plugins/inspect/plugin-alphacolor.xml:
8432         * docs/plugins/inspect/plugin-annodex.xml:
8433         * docs/plugins/inspect/plugin-apetag.xml:
8434         * docs/plugins/inspect/plugin-auparse.xml:
8435         * docs/plugins/inspect/plugin-autodetect.xml:
8436         * docs/plugins/inspect/plugin-avi.xml:
8437         * docs/plugins/inspect/plugin-cacasink.xml:
8438         * docs/plugins/inspect/plugin-cairo.xml:
8439         * docs/plugins/inspect/plugin-cdio.xml:
8440         * docs/plugins/inspect/plugin-cutter.xml:
8441         * docs/plugins/inspect/plugin-debug.xml:
8442         * docs/plugins/inspect/plugin-dv.xml:
8443         * docs/plugins/inspect/plugin-efence.xml:
8444         * docs/plugins/inspect/plugin-effectv.xml:
8445         * docs/plugins/inspect/plugin-esdsink.xml:
8446         * docs/plugins/inspect/plugin-flac.xml:
8447         * docs/plugins/inspect/plugin-flxdec.xml:
8448         * docs/plugins/inspect/plugin-gconfelements.xml:
8449         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8450         * docs/plugins/inspect/plugin-goom.xml:
8451         * docs/plugins/inspect/plugin-halelements.xml:
8452         * docs/plugins/inspect/plugin-icydemux.xml:
8453         * docs/plugins/inspect/plugin-id3demux.xml:
8454         * docs/plugins/inspect/plugin-jpeg.xml:
8455         * docs/plugins/inspect/plugin-level.xml:
8456         * docs/plugins/inspect/plugin-matroska.xml:
8457         * docs/plugins/inspect/plugin-mulaw.xml:
8458         * docs/plugins/inspect/plugin-multipart.xml:
8459         * docs/plugins/inspect/plugin-navigationtest.xml:
8460         * docs/plugins/inspect/plugin-ossaudio.xml:
8461         * docs/plugins/inspect/plugin-png.xml:
8462         * docs/plugins/inspect/plugin-rtp.xml:
8463         * docs/plugins/inspect/plugin-rtsp.xml:
8464         * docs/plugins/inspect/plugin-shout2send.xml:
8465         * docs/plugins/inspect/plugin-smpte.xml:
8466         * docs/plugins/inspect/plugin-speex.xml:
8467         * docs/plugins/inspect/plugin-taglib.xml:
8468         * docs/plugins/inspect/plugin-udp.xml:
8469         * docs/plugins/inspect/plugin-videobalance.xml:
8470         * docs/plugins/inspect/plugin-videobox.xml:
8471         * docs/plugins/inspect/plugin-videoflip.xml:
8472         * docs/plugins/inspect/plugin-videomixer.xml:
8473         * docs/plugins/inspect/plugin-wavenc.xml:
8474         * docs/plugins/inspect/plugin-wavparse.xml:
8475         * docs/plugins/inspect/plugin-ximagesrc.xml:
8476           Update to CVS version.
8477           
8478 2006-08-16  Wim Taymans  <wim@fluendo.com>
8479
8480         * gst/rtp/gstrtpamrdepay.c:
8481         * gst/rtp/gstrtpmp4gdepay.c:
8482         Caps extra properties must be defined as strings for
8483         depayloaders because they are generated from an SDP.
8484
8485         * gst/rtp/Makefile.am:
8486         * gst/rtp/gstrtp.c: (plugin_init):
8487         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
8488         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
8489         (gst_rtp_h264_depay_finalize), (decode_base64),
8490         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
8491         (gst_rtp_h264_depay_set_property),
8492         (gst_rtp_h264_depay_get_property),
8493         (gst_rtp_h264_depay_change_state),
8494         (gst_rtp_h264_depay_plugin_init):
8495         * gst/rtp/gstrtph264depay.h:
8496         Added basic, not completely functional RFC 3984 H264 depayloader.
8497
8498 2006-08-16  Wim Taymans  <wim@fluendo.com>
8499
8500         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
8501         Add pads after setting them up.
8502
8503         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8504         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
8505         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
8506         (gst_rtspsrc_stream_setup_rtp),
8507         (gst_rtspsrc_stream_configure_transport),
8508         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
8509         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
8510         (gst_rtspsrc_pause):
8511         * gst/rtsp/gstrtspsrc.h:
8512         Fix interleaved mode.
8513          - Protect streaming with lock.
8514          - Combine flows
8515          - set caps on outgoing buffers.
8516          - strip trailing \0 from data packets.
8517          - Configure RTP/RTCP in stream.
8518         Use DEBUG_OBJECT more.
8519
8520 2006-08-16  Wim Taymans  <wim@fluendo.com>
8521
8522         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
8523         Turn a g_print into a DEBUG line.
8524
8525 2006-08-13  Wim Taymans  <wim@fluendo.com>
8526
8527         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
8528         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8529         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
8530         (gst_oss_mixer_element_get_property),
8531         (gst_oss_mixer_element_change_state):
8532         * sys/oss/gstossmixerelement.h:
8533         Small cleanups. Better error reporting.
8534         Add device property for the mixer instead of the hardcoded
8535         /dev/mixer. Fixes #350785.
8536         API: GstOssMixerElement::device property
8537
8538 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
8539
8540         Patch by: Jens Granseuer <jensgr at gmx net>
8541
8542         * gconf/Makefile.am:
8543           Make --disable-schemas work right (they still need
8544           to be copied to the installation directory, just not
8545           applied). Fixes #351347 (also #344100).
8546           
8547 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8548
8549         * configure.ac: back to HEAD
8550
8551 === release 0.10.4 ===
8552
8553 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
8554
8555         * configure.ac:
8556           releasing 0.10.4, "Dear Leader"
8557
8558 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8559
8560         Patch by: Edward Hervey <edward@fluendo.com>
8561
8562         * configure.ac:
8563         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8564         (gst_wavparse_stream_data):
8565         Send the newsegment event in the streaming thread.
8566         Fixes #347529
8567
8568 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
8569
8570         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
8571         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
8572         (gst_smokeenc_resync), (gst_smokeenc_chain):
8573           Refuse sink caps in the encoder if width or height is not a
8574           multiple of 16, the encoder does not support that yet (#349939);
8575           along the same lines, check the return value of the encoder
8576           setup function; also remove some debug log clutter.
8577
8578 2006-08-04  Andy Wingo  <wingo@pobox.com>
8579
8580         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
8581         whether a processor can work in place or not, and for keeping
8582         track of its state. Change the FlowReturn instance variable from
8583         "state" to "flow_state", all callers changed.
8584
8585         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
8586         (gst_signal_processor_start, gst_signal_processor_stop)
8587         (gst_signal_processor_cleanup): New functions to manage the
8588         processor's state.
8589         (gst_signal_processor_setcaps): start() as well as setup() here.
8590         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
8591         (gst_signal_processor_change_state): Stop and cleanup the
8592         processor as we go to NULL.
8593
8594         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
8595         INPLACE_BROKEN is not set.
8596
8597         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
8598         Do the alloc_buffer in bytes, not frames.
8599         
8600 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8601
8602         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
8603         Fix rgb masks when recording in < 24bpp.
8604
8605 2006-08-04  Andy Wingo  <wingo@pobox.com>
8606
8607         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
8608         (gst_signal_processor_prepare)
8609         (gst_signal_processor_update_inputs)
8610         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
8611         (gst_signal_processor_flush)
8612         (gst_signal_processor_sink_activate_push)
8613         (gst_signal_processor_src_activate_pull)
8614         (gst_signal_processor_change_state): Remove the last of the code
8615         that assumes that we process whole buffers at a time. Fix some
8616         debugging. Seems to work now in some cases.
8617         (gst_signal_processor_src_activate_pull): BPB
8618
8619 2006-08-01  Andy Wingo  <wingo@pobox.com>
8620
8621         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
8622         Fix nframes-choosing.
8623         (gst_signal_processor_init): Init pending_in and pending_out.
8624
8625         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
8626         more default sample rate, although we never check that the sample
8627         rate actually gets set. Something for the future.
8628         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
8629         (gst_signal_processor_event): Refcount fixen.
8630         (gst_signal_processor_process): Pull the number of frames to
8631         process from the sizes of the buffers in the input pens.
8632         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
8633         (gst_signal_processor_do_pulls): Add an nframes argument, and use
8634         it instead of buffer_frames.
8635         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
8636         to do_pulls.
8637         (gst_signal_processor_chain)
8638         (gst_signal_processor_sink_activate_push)
8639         (gst_signal_processor_src_activate_pull):  Refcount fixen.
8640
8641         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
8642
8643 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
8644
8645         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
8646         (gst_signal_processor_process):
8647           don't query buffer-frames from caps, add lots of debug-log,
8648           try fix for assert (#349189)
8649
8650 2006-07-31  Wim Taymans  <wim@fluendo.com>
8651
8652         * gst/udp/gstudpsrc.c:
8653         Fix docs.
8654
8655 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
8656
8657         * ext/ladspa/gstsignalprocessor.c:
8658         (gst_signal_processor_add_pad_from_template),
8659         (gst_signal_processor_init), (gst_signal_processor_setcaps),
8660         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
8661         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
8662         (gst_signal_processor_sink_activate_push),
8663         (gst_signal_processor_src_activate_pull),
8664         (gst_signal_processor_change_state):
8665          Add debugs logs here and there, add more error handling, add some
8666          FIXME comments, filed #349189
8667
8668 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8669
8670         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
8671         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
8672         Set caps on buffer correctly.  Fixes bug #349155.
8673
8674 2006-07-28  Wim Taymans  <wim@fluendo.com>
8675
8676         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8677
8678         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
8679         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
8680         (gst_multipart_demux_finalize), (get_line_end),
8681         (multipart_parse_header), (multipart_find_boundary),
8682         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
8683         (gst_multipart_set_property), (gst_multipart_get_property):
8684         Uses GstAdapter instead of own buffering.
8685         Actually parses the mime-type correctly (In tests the mime-type was
8686         always "" with the old version).
8687         Uses the Content-length header if available to speed up things.
8688         Reliably autoscans the boundary name by default.
8689         Fixes #349068.
8690
8691         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
8692         Don't start the stream with a \n.
8693
8694 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
8695
8696         Patch by: Brian Cameron <brian dot cameron at sun com>
8697
8698         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
8699           Open source with O_NONBLOCK (#349015).
8700
8701 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
8702
8703         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8704         (gst_avi_demux_massage_index):
8705         * gst/avi/gstavidemux.h:
8706           Whitespace fixes and more debug
8707
8708 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
8709
8710         * gst/autodetect/gstautoaudiosink.c:
8711         (gst_auto_audio_sink_create_element_with_pretty_name),
8712         (gst_auto_audio_sink_find_best),
8713         (gst_auto_audio_sink_change_state):
8714           Get rid of old and unused magic sound-server properties stuff.
8715           Add suffix to child sink's name that makes it easy to see from
8716           the name alone which type it actually is (alsa, oss, esd, etc.).
8717
8718 2006-07-27  Wim Taymans  <wim@fluendo.com>
8719
8720         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8721         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
8722         (gst_udpsrc_start):
8723         * gst/udp/gstudpsrc.h:
8724         Rename "buffer" to "buffer-size" to make clear it is a size we set and
8725         not some sort of feature we enable.
8726
8727 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
8728
8729         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
8730           Use CLOSE_SOCKET() here instead of close() to maintain
8731           win32 workiness.
8732
8733 2006-07-27  Wim Taymans  <wim@fluendo.com>
8734
8735         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
8736
8737         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8738         (gst_udpsrc_create), (gst_udpsrc_set_property),
8739         (gst_udpsrc_get_property), (gst_udpsrc_start):
8740         * gst/udp/gstudpsrc.h:
8741         Added "buffer-size" property to control the kernel receive buffer size.
8742         Update documentation.
8743         Small cleanups. Fixes #348752.
8744         API: buffer-size property
8745
8746 2006-07-26  Wim Taymans  <wim@fluendo.com>
8747
8748         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
8749
8750         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
8751         (gst_rtp_pcma_pay_handle_buffer):
8752         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
8753         (gst_rtp_pcmu_pay_handle_buffer):
8754         Fix timestamp calculation on outgoing RTP packets.
8755         Fixes #348675.
8756
8757 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8758
8759         * ext/taglib/gstid3v2mux.cc:
8760           Fix writing of comment frames (should be COMM not TCOM),
8761           is still sub-optimal though, since we don't retain or
8762           extract the comment descriptions properly (#334375,
8763           also see #334375).
8764
8765 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8766
8767         * gst/wavparse/gstwavparse.c:
8768           #define 'fact' RIFF chunk if we are not compiling against
8769           -base CVS (we don't want to depend on -base CVS for this
8770           one define only, and also not for release order reasons).
8771
8772 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8773
8774         * ext/taglib/gstid3v2mux.cc:
8775           Handle multiple tags of the same type properly. Re-inject
8776           unparsed ID3v2 frames that we get as binary blobs from
8777           id3demux into the tag again so we don't lose information
8778           when retagging (#334375).
8779
8780 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
8781
8782         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
8783           Document newly-added properties properly, so that there is a
8784           'Since: 0.10.4' in the plugin docs. Convert some property
8785           names into canonical GObject style (GObject will do that
8786           internally anyway).
8787
8788 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
8789
8790         * gst/id3demux/id3tags.c:
8791         (id3demux_add_id3v2_frame_blob_to_taglist):
8792           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
8793           well, and add the version to the blob's buffer caps, since that
8794           information will be needed for deserialisation later on (#348644).
8795
8796 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
8797
8798         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
8799         (gst_avi_demux_parse_stream):
8800          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
8801          indentation and spacing.
8802
8803 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8804
8805         * docs/plugins/Makefile.am:
8806         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8807         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8808         * docs/plugins/gst-plugins-good-plugins.args:
8809         * docs/plugins/inspect/plugin-1394.xml:
8810         * docs/plugins/inspect/plugin-aasink.xml:
8811         * docs/plugins/inspect/plugin-alaw.xml:
8812         * docs/plugins/inspect/plugin-alpha.xml:
8813         * docs/plugins/inspect/plugin-alphacolor.xml:
8814         * docs/plugins/inspect/plugin-annodex.xml:
8815         * docs/plugins/inspect/plugin-apetag.xml:
8816         * docs/plugins/inspect/plugin-auparse.xml:
8817         * docs/plugins/inspect/plugin-autodetect.xml:
8818         * docs/plugins/inspect/plugin-avi.xml:
8819         * docs/plugins/inspect/plugin-cacasink.xml:
8820         * docs/plugins/inspect/plugin-cairo.xml:
8821         * docs/plugins/inspect/plugin-cdio.xml:
8822         * docs/plugins/inspect/plugin-cutter.xml:
8823         * docs/plugins/inspect/plugin-debug.xml:
8824         * docs/plugins/inspect/plugin-dv.xml:
8825         * docs/plugins/inspect/plugin-efence.xml:
8826         * docs/plugins/inspect/plugin-effectv.xml:
8827         * docs/plugins/inspect/plugin-esdsink.xml:
8828         * docs/plugins/inspect/plugin-flac.xml:
8829         * docs/plugins/inspect/plugin-flxdec.xml:
8830         * docs/plugins/inspect/plugin-gconfelements.xml:
8831         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8832         * docs/plugins/inspect/plugin-goom.xml:
8833         * docs/plugins/inspect/plugin-halelements.xml:
8834         * docs/plugins/inspect/plugin-icydemux.xml:
8835         * docs/plugins/inspect/plugin-id3demux.xml:
8836         * docs/plugins/inspect/plugin-jpeg.xml:
8837         * docs/plugins/inspect/plugin-level.xml:
8838         * docs/plugins/inspect/plugin-matroska.xml:
8839         * docs/plugins/inspect/plugin-mulaw.xml:
8840         * docs/plugins/inspect/plugin-multipart.xml:
8841         * docs/plugins/inspect/plugin-navigationtest.xml:
8842         * docs/plugins/inspect/plugin-ossaudio.xml:
8843         * docs/plugins/inspect/plugin-png.xml:
8844         * docs/plugins/inspect/plugin-rtp.xml:
8845         * docs/plugins/inspect/plugin-rtsp.xml:
8846         * docs/plugins/inspect/plugin-shout2send.xml:
8847         * docs/plugins/inspect/plugin-smpte.xml:
8848         * docs/plugins/inspect/plugin-speex.xml:
8849         * docs/plugins/inspect/plugin-udp.xml:
8850         * docs/plugins/inspect/plugin-videobalance.xml:
8851         * docs/plugins/inspect/plugin-videobox.xml:
8852         * docs/plugins/inspect/plugin-videoflip.xml:
8853         * docs/plugins/inspect/plugin-videomixer.xml:
8854         * docs/plugins/inspect/plugin-wavenc.xml:
8855         * docs/plugins/inspect/plugin-wavparse.xml:
8856         * docs/plugins/inspect/plugin-ximagesrc.xml:
8857           Update files to CVS/Prerelease version, add esdsink docs.
8858
8859         * ext/esd/esdsink.c:
8860           Add gtk-doc blurb.
8861
8862         * gst/rtp/gstrtpmp4vpay.c:
8863           Fix typo in element description.
8864
8865 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8866
8867         * ext/esd/esdsink.c: (gst_esdsink_open),
8868         (gst_esdsink_factory_init):
8869           Prevent libesd from auto-spawning a sound daemon if it
8870           is not already running. Now that we don't do evil stuff
8871           like that any longer we can give esdsink a rank so that
8872           autoaudiosink will try it as well if all other audio
8873           sinks fail (#343051).
8874
8875 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8876
8877         * ext/esd/Makefile.am:
8878           Oops, need to remove README from EXTRA_DIST as well.
8879
8880 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8881
8882         * ext/esd/README:
8883           Remove, it contains nothing useful anyway.
8884
8885         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
8886         (gst_esdsink_delay):
8887           Some small clean-ups; use GST_BOILERPLATE etc.
8888
8889 2006-07-24  Wim Taymans  <wim@fluendo.com>
8890
8891         * gst/law/alaw-decode.c: (alawdec_getcaps):
8892         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
8893         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
8894         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
8895         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
8896
8897 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
8898
8899         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
8900         (gst_wavparse_other), (gst_wavparse_perform_seek),
8901         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
8902         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
8903         (gst_wavparse_pad_query):
8904         * gst/wavparse/gstwavparse.h:
8905           Use information from 'fact' chunk for length calculation of compressed
8906           samples. Calculate bps if bogus value is found in wav header (embeded
8907           mp2/mp3).
8908           
8909
8910 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8911
8912         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
8913
8914         * configure.ac:
8915         * gst/udp/Makefile.am:
8916         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
8917         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
8918         * gst/udp/gstdynudpsink.h:
8919         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
8920         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
8921         * gst/udp/gstmultiudpsink.h:
8922         * gst/udp/gstudp.c: (plugin_init):
8923         * gst/udp/gstudpsink.h:
8924         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
8925         (gst_udpsrc_start), (gst_udpsrc_stop):
8926         * gst/udp/gstudpsrc.h:
8927         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
8928         (gst_udp_net_utils_win32_wsa_startup):
8929         * gst/udp/gstudpnetutils.h:
8930           Port udp plugin to win32 (#345288).
8931
8932 2006-07-24  Wim Taymans  <wim@fluendo.com>
8933
8934         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
8935         Remove unwanted DEBUG line.
8936
8937 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
8938
8939         * gst/id3demux/gstid3demux.c: (plugin_init):
8940         * gst/id3demux/id3tags.c:
8941         (id3demux_add_id3v2_frame_blob_to_taglist):
8942         * gst/id3demux/id3tags.h:
8943           On second thought, it might be wiser and more efficient
8944           not to do tag registration from a streaming thread.
8945
8946 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
8947
8948         * gst/id3demux/id3tags.c:
8949         (id3demux_add_id3v2_frame_blob_to_taglist),
8950         (id3demux_id3v2_frames_to_tag_list):
8951           Put ID3v2 frames we can't parse as binary blobs into private
8952           tags, so that they are not lost when retagging, at least once
8953           id3v2mux has been taught to re-inject those frames again.
8954           See bug #334375.
8955
8956 2006-07-21  Wim Taymans  <wim@fluendo.com>
8957
8958         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8959         (gst_avi_demux_process_next_entry):
8960         Fix some leaks.
8961
8962         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
8963         Don't use \n in debug lines.
8964
8965 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
8966
8967         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8968         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8969           Add annodex and icydemux, cleanup the sections a bit
8970
8971 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
8972
8973         Patch by: Alex Lancaster <alexl at users sourceforge net>
8974
8975         * ext/taglib/gstid3v2mux.cc:
8976           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
8977           ID3v2 TSSE frames (#347898).
8978
8979 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
8980
8981         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
8982           Respect mpegversion for "video/mpeg" and give message in case of
8983           unhandled versions.
8984
8985 2006-07-17  Wim Taymans  <wim@fluendo.com>
8986
8987         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
8988         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
8989         (gst_pngdec_chain), (gst_pngdec_sink_event),
8990         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
8991         (gst_pngdec_sink_activate_push):
8992         * ext/libpng/gstpngdec.h:
8993         Use statically allocated segment instead of leaking.
8994         Various cleanups.
8995         Fix flush and seek handling.
8996
8997 2006-07-16  Wim Taymans  <wim@fluendo.com>
8998
8999         * gst/rtp/Makefile.am:
9000         * gst/rtp/gstrtp.c: (plugin_init):
9001         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
9002         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
9003         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
9004         (gst_rtp_mp4g_depay_set_property),
9005         (gst_rtp_mp4g_depay_get_property),
9006         (gst_rtp_mp4g_depay_change_state),
9007         (gst_rtp_mp4g_depay_plugin_init):
9008         * gst/rtp/gstrtpmp4gdepay.h:
9009         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
9010         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
9011         (gst_rtp_mp4g_pay_flush):
9012         Added simple generic mpeg4 depayloader.
9013         Fix generic mpeg4 payloader.
9014
9015 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
9016
9017         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
9018           Don't try doing state changes on a NULL pointer.
9019
9020 2006-07-14  Wim Taymans  <wim@fluendo.com>
9021
9022         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
9023
9024         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
9025         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
9026         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9027         * gst/rtp/gstrtpamrdepay.h:
9028         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
9029         Fixes #321191
9030
9031 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9032
9033         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9034         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
9035         Fix segfault when moving mouse pointer to the bottom right corner.
9036
9037 2006-07-12  Wim Taymans  <wim@fluendo.com>
9038
9039         * gst/rtp/Makefile.am:
9040         * gst/rtp/gstrtp.c: (plugin_init):
9041         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
9042         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
9043         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
9044         (gst_rtp_mp2t_depay_set_property),
9045         (gst_rtp_mp2t_depay_get_property),
9046         (gst_rtp_mp2t_depay_change_state),
9047         (gst_rtp_mp2t_depay_plugin_init):
9048         * gst/rtp/gstrtpmp2tdepay.h:
9049         Added mpeg2 TS depayloader. Closing #347234.
9050
9051 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
9052
9053         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
9054           Remove g_assert that shouldn't be there and was triggered
9055           after trying to open a device that doesn't exist or can't
9056           be opened for some other reason (#347972).
9057
9058 2006-07-10  Edward Hervey  <edward@fluendo.com>
9059
9060         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9061         (gst_avi_demux_stream_header), (push_tag_lists):
9062         * gst/avi/gstavidemux.h:
9063         Don't push tag events found by gst_riff_parse_info() before outputting
9064         GST_EVENT_NEWSEGMENT.
9065
9066 2006-07-10  Wim Taymans  <wim@fluendo.com>
9067
9068         * gst/rtsp/Makefile.am:
9069         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
9070         (rtsp_connection_close):
9071         * gst/rtsp/rtspdefs.h:
9072         replaced closesocket and close in code with one CLOSE_SOCKET. 
9073         Some more cleanups. Fixes #345301.
9074
9075 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
9076
9077         * gst/autodetect/gstautoaudiosink.c:
9078           Fix example pipeline in docs.
9079
9080 2006-07-10  Wim Taymans  <wim@fluendo.com>
9081
9082         Patch by: Rob Taylor <robtaylor at floopily dot org>
9083
9084         * gst/udp/gstmultiudpsink.c: (join_multicast),
9085         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
9086         If a destination is added before the stream is set to PAUSED, the
9087         multicast group is not joined as the socket is not created yet. 
9088         Also TTL and LOOP should also be set. Fixes #346921.
9089
9090 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9091
9092         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9093         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9094         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
9095         (gst_ximage_src_init):
9096         * sys/ximage/gstximagesrc.h:
9097         Fix use-damage property to actually work :)
9098         Add startx, starty, endx, endy properties so screencasts other than full
9099         screen ones can work.
9100
9101 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9102
9103         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9104         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9105         (gst_ximage_src_class_init), (gst_ximage_src_init):
9106         * sys/ximage/gstximagesrc.h:
9107         Add use_damage property to offer ability to choose whether to use
9108         XDamage or not.
9109
9110 2006-07-07  Wim Taymans  <wim@fluendo.com>
9111
9112         * gst/goom/filters.c: (zoomFilterSetResolution):
9113         Avoid goom coredumping by clearing memory. 
9114         Fixes 345679.
9115
9116 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
9117
9118         * win32/vs6/libgstid3demux.dsp:
9119         Add a link to libgsttag-0.10.lib.
9120
9121 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9122
9123         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9124         (gst_tag_demux_read_range):
9125         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9126         (gst_id3demux_read_range):
9127           Don't return FLOW_UNEXPECTED when a buffer is before
9128           the start of the stream (which might happen with
9129           large ID3v2 tags if the tag reading was done pullrange
9130           based and we then switched to push mode later on).
9131           Fixes regression introduced by commit from June 29th.
9132
9133 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9134
9135         * ext/taglib/gstid3v2mux.cc:
9136           Make UTF-8 the default encoding when writing string
9137           tags (before, our UTF-8 strings would automatically
9138           be converted to ISO-8859-1 by taglib and written as
9139           ISO-8859-1 fields if that was possible).
9140
9141         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
9142         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
9143         (test_taglib_id3mux_with_tags):
9144           Add test case that makes sure our UTF-8 strings have
9145           actually been written into the tag as UTF-8.
9146
9147 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9148
9149         * configure.ac:
9150           Let's try that again.
9151
9152 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9153
9154         * configure.ac:
9155           Disable monoscope plugin for now until it fulfills
9156           all the requirements.
9157
9158 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9159
9160         * configure.ac:
9161         * gst/monoscope/Makefile.am:
9162         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
9163         (gst_monoscope_class_init), (gst_monoscope_init),
9164         (gst_monoscope_finalize), (gst_monoscope_reset),
9165         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
9166         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
9167         (gst_monoscope_sink_event), (gst_monoscope_src_event),
9168         (gst_monoscope_change_state), (plugin_init):
9169         * gst/monoscope/gstmonoscope.h:
9170           Port monoscope visualisation to 0.10.
9171
9172 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9173
9174         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
9175         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
9176           Return FLOW_UNEXPECTED when at the end of the file, not
9177           FLOW_ERROR. Fixes 'internal stream error' errors that
9178           would sometimes occur in totem when scrubbing to the
9179           end of an ID3v1 tagged mp3 file.
9180
9181 2006-07-03  Edward Hervey  <edward@fluendo.com>
9182
9183         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
9184         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
9185         (gst_pngdec_sink_event), (gst_pngdec_change_state):
9186         * ext/libpng/gstpngdec.h:
9187         Implement buffer clipping/dropping using GstSegment.
9188         This provides accurate seeking.
9189
9190 2006-07-03  Edward Hervey  <edward@fluendo.com>
9191
9192         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9193         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
9194         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
9195         (gst_avi_demux_process_next_entry), (push_tag_lists),
9196         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
9197         * gst/avi/gstavidemux.h:
9198         Proper aggregation of each stream's GstFlowReturn in order to figure out
9199         whether the task should stop or not.
9200         Don't send inline events before pushing out a NEW_SEGMENT, more
9201         specifically for GST_TAG_EVENT.
9202         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
9203         sub-indexes.
9204
9205 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
9206
9207         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9208
9209         * sys/sunaudio/gstsunaudiomixerctrl.c:
9210         (gst_sunaudiomixer_ctrl_build_list):
9211           Move "Monitor" slider to input tab so it works more like
9212           sdtaudiocontrol, which is what people on Solaris are used
9213           to using for their mixer program (#346259).
9214
9215 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9216
9217         * tests/check/elements/level.c: (GST_START_TEST):
9218           fix a leak, clean up at the end
9219
9220 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9221
9222         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9223         (gst_matroska_demux_send_event),
9224         (gst_matroska_demux_loop_stream_parse_id):
9225         * gst/matroska/matroska-ids.h:
9226           Send tag event after newsegment event.
9227
9228 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9229
9230         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9231         (gst_id3demux_read_range):
9232           Make sure we don't return GST_FLOW_OK with a NULL buffer in
9233           certain cases where a read beyond the end of the file is
9234           requested. Fixes #345930.
9235
9236         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9237         (gst_tag_demux_read_range):
9238           Fix same issue here as well.
9239
9240 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9241
9242         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
9243         
9244         Fix hypothetical crash.
9245
9246 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
9247
9248         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9249
9250         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
9251           Do not modify the ports value. If the user has turned off the
9252           built-in speakers, then we should not reset it in the prepare
9253           function, since this causes the built-in speakers to turn
9254           back on anytime the user changes a track in totem, rhythmbox,
9255           etc. (#346066).
9256
9257 2006-06-23  Wim Taymans  <wim@fluendo.com>
9258
9259         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
9260         Fix double caps unref when negotiation fails.
9261
9262 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9263
9264         * ext/annodex/gstcmmldec.c:
9265         * ext/annodex/gstcmmlenc.c:
9266         * ext/annodex/gstcmmlparser.c:
9267         * ext/dv/gstdvdec.c:
9268         * ext/dv/gstdvdemux.c:
9269         * ext/gdk_pixbuf/pixbufscale.c:
9270         * ext/jpeg/gstjpegenc.c:
9271         * ext/jpeg/gstsmokedec.c:
9272         * ext/jpeg/gstsmokeenc.c:
9273         * ext/libpng/gstpngdec.c:
9274         * ext/libpng/gstpngenc.c:
9275         * ext/speex/gstspeexenc.c:
9276         * gst/alpha/gstalphacolor.c:
9277         * gst/cutter/gstcutter.c:
9278         * gst/debug/gstnavigationtest.c:
9279         * gst/icydemux/gsticydemux.c:
9280         * gst/level/gstlevel.c:
9281         * gst/multipart/multipart.c:
9282         * gst/rtp/gstrtpamrpay.c:
9283         * gst/rtp/gstrtpdepay.c:
9284         * gst/rtp/gstrtpilbcpay.c:
9285         * gst/rtp/gstrtpmp4gpay.c:
9286         * gst/rtp/gstrtpmp4vpay.c:
9287         * gst/rtsp/gstrtpdec.c:
9288         * gst/rtsp/gstrtspsrc.c:
9289         * gst/udp/gstdynudpsink.c:
9290         * gst/udp/gstmultiudpsink.c:
9291         * gst/udp/gstudpsrc.c:
9292         * gst/videobox/gstvideobox.c:
9293         * gst/videofilter/gstvideoflip.c:
9294           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
9295           plus two minor macro fixes.
9296
9297 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9298
9299         * gst/matroska/matroska-demux.c:
9300         (gst_matroska_demux_check_subtitle_buffer),
9301         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9302         (gst_matroska_demux_subtitle_caps):
9303         * gst/matroska/matroska-ids.c:
9304         (gst_matroska_track_init_subtitle_context):
9305         * gst/matroska/matroska-ids.h:
9306           Try to fix up broken matroska files containing subtitle
9307           streams with non-UTF8 character encodings (courtesy of
9308           mkvmerge) using either the encoding specified in the
9309           GST_SUBTITLE_ENCODING environment variable or the
9310           current locale's character set if it is non-UTF8.
9311           Fixes #337076.
9312
9313 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9314
9315         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
9316           Set image type from APIC frame as "image-type" field
9317           of GST_TAG_IMAGE buffer caps (#344605).
9318
9319 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
9320
9321         * ext/flac/Makefile.am:
9322         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
9323         (gst_flac_dec_reset_decoders),
9324         (gst_flac_dec_setup_seekable_decoder),
9325         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
9326         (gst_flac_dec_metadata_callback),
9327         (gst_flac_dec_metadata_callback_seekable),
9328         (gst_flac_dec_metadata_callback_stream),
9329         (gst_flac_dec_error_callback),
9330         (gst_flac_dec_error_callback_seekable),
9331         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
9332         (gst_flac_dec_read_stream), (gst_flac_dec_write),
9333         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
9334         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
9335         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
9336         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
9337         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
9338         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
9339         (gst_flac_dec_sink_activate_push),
9340         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
9341         * ext/flac/gstflacdec.h:
9342           Support chain-based operation, should make flac-over-DAAP
9343           work (#340492).
9344
9345 2006-06-20  Wim Taymans  <wim@fluendo.com>
9346
9347         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9348         Doc updates, merge some unused symbols.
9349
9350 2006-06-20  Wim Taymans  <wim@fluendo.com>
9351
9352         * docs/plugins/Makefile.am:
9353         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9354         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9355         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
9356         * gst/rtsp/gstrtspsrc.c:
9357         * gst/rtsp/gstrtspsrc.h:
9358         Added documentation for the rtsp plugin. Fixes #345393.
9359
9360 2006-06-20  Wim Taymans  <wim@fluendo.com>
9361
9362         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9363         (rtsp_connection_close), (rtsp_connection_free):
9364         Use better G_OS_* macros. Fixes #345301 some more.
9365
9366 2006-06-20  Wim Taymans  <wim@fluendo.com>
9367
9368         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9369
9370         * sys/sunaudio/Makefile.am:
9371         * sys/sunaudio/gstsunaudio.c: (plugin_init):
9372         * sys/sunaudio/gstsunaudiomixerctrl.c:
9373         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
9374         (gst_sunaudiomixer_ctrl_list_tracks),
9375         (gst_sunaudiomixer_ctrl_get_volume),
9376         (gst_sunaudiomixer_ctrl_set_volume),
9377         (gst_sunaudiomixer_ctrl_set_mute),
9378         (gst_sunaudiomixer_ctrl_set_record):
9379         * sys/sunaudio/gstsunaudiomixerctrl.h:
9380         * sys/sunaudio/gstsunaudiomixertrack.c:
9381         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
9382         * sys/sunaudio/gstsunaudiomixertrack.h:
9383         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
9384         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
9385         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
9386         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
9387         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
9388         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
9389         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
9390         (gst_sunaudiosrc_reset):
9391         * sys/sunaudio/gstsunaudiosrc.h:
9392         Add a SunAudio source plugin.
9393         Support stereo and right/left channel gain in the mixer plugin.
9394         Support the RECORD flag so that you can switch between line-input and
9395         microphone in gnome-volume-control.
9396         Code cleanups like using an enumerator for track number instead of an 
9397         integer. Fixes #344923.
9398
9399 2006-06-20  Wim Taymans  <wim@fluendo.com>
9400
9401         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
9402
9403         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9404         (rtsp_connection_close):
9405         Make RTSP plugin compile on windows. Fixes #345301.
9406         Some changes to original patch to catch errors better.
9407         use ifdef WIN32 instead of ifndef.
9408
9409 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9410
9411         * configure.ac:
9412         If we have libraw1394 >= 1.2.1, then we need libiec61883.
9413
9414 2006-06-18  Edward Hervey  <edward@fluendo.com>
9415
9416         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
9417         After a failed buffer alloc, we need to abort the jpeg decoding (it
9418         started when parsing headers to figure out how many bytes we need
9419         to request downstream).
9420
9421 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
9422
9423         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9424
9425         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
9426           Make sure we don't read beyond the end of the file (#345232).
9427
9428 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9429
9430         * configure.ac:
9431           Fix --disable-external (can't set conditionals conditionally,
9432           #343602).
9433
9434 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9435
9436         * autogen.sh:
9437         * configure.ac:
9438         * docs/Makefile.am:
9439           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
9440
9441         * docs/plugins/Makefile.am:
9442         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9443         * docs/plugins/inspect/plugin-taglib.xml:
9444           Add/fix apev2mux docs.
9445
9446 2006-06-14  Wim Taymans  <wim@fluendo.com>
9447
9448         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
9449         (gst_dvdec_finalize), (gst_dvdec_sink_event),
9450         (gst_dvdec_change_state):
9451         Reset segment info on flush.
9452         Alloc segment in _init, free in _finalize.
9453
9454         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
9455         Don't send segments twice.
9456
9457 2006-06-14  Wim Taymans  <wim@fluendo.com>
9458
9459         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
9460         Respect segment.stop. Fixes #342592.
9461
9462 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9463
9464         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
9465           No language specified means the implied language is English
9466           according to the matroska spec (partially fixes #344708);
9467           add some more debug output.
9468
9469 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9470
9471         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
9472         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
9473         (gst_wavparse_chain):
9474           When operating chain-based, don't make any assumptions about the
9475           chunking of the incoming data and make streaming work on days other
9476           than the second Thursday after a full moon. Also fix up debug
9477           messages here and there and make use of the most excellent new
9478           gst_pad_query_peer_duration() utility function.
9479           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
9480
9481         * gst/wavparse/gstwavparse.h:
9482           Remove trailing comma after last enum value, some compilers don't
9483           like that.
9484
9485 2006-06-13  Wim Taymans  <wim@fluendo.com>
9486
9487         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
9488         Handle premature EOS gracefully.
9489
9490 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
9491
9492         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
9493           Prevent out of bounds array access when scrubbing towards
9494           the end of the file between the last index entry and the
9495           end. Fixes occasional 'start <= stop' newsegment event
9496           assertions when scrubbing in MJPEG files.
9497
9498 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
9499
9500         * tests/check/elements/.cvsignore:
9501           And another one.
9502
9503 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9504
9505         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9506         (scan_encoded_string), (parse_picture_frame):
9507           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
9508
9509         * configure.ac:
9510           Require core >= 0.10.8 (for GST_TAG_IMAGE and
9511           GST_TAG_PPEVIEW_IMAGE used in the patch above).
9512
9513 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9514
9515         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
9516           gratuitous comment changes
9517         * tests/check/elements/level.c: (GST_START_TEST):
9518           fix level test leaks
9519
9520 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9521
9522         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
9523         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
9524           Use gst_pad_query_peer_duration() utility function here.
9525
9526 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9527
9528         * autogen.sh:
9529           require am17
9530         * configure.ac:
9531         * ext/annodex/Makefile.am:
9532         * ext/cdio/Makefile.am:
9533         * ext/dv/Makefile.am:
9534         * ext/esd/Makefile.am:
9535         * ext/flac/Makefile.am:
9536         * ext/gdk_pixbuf/Makefile.am:
9537         * ext/ladspa/Makefile.am:
9538         * ext/libcaca/Makefile.am:
9539         * ext/speex/Makefile.am:
9540         * ext/taglib/Makefile.am:
9541         * sys/oss/Makefile.am:
9542         * sys/sunaudio/Makefile.am:
9543         * sys/ximage/Makefile.am:
9544           clean up build further
9545
9546 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9547
9548         * gconf/Makefile.am:
9549           Honour --disable-schemas-install configure option. Fixes #344100.
9550
9551 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9552
9553         * tests/examples/level/Makefile.am:
9554           Add -lm to LIBS for pow() function, don't assume one of our
9555           dependencies (such as libxml-2.0) drags it in automatically
9556           (#343603).
9557
9558 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9559
9560         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
9561
9562         * configure.ac:
9563           We should use $SED and not $(SED) in configure.ac (#343678).
9564
9565 2006-06-09  Wim Taymans  <wim@fluendo.com>
9566
9567         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9568
9569         * sys/sunaudio/gstsunaudiomixerctrl.c:
9570         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
9571         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
9572         (gst_sunaudiomixer_ctrl_set_mute):
9573         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
9574         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
9575         (gst_sunaudiosink_write):
9576         Attached find a patch that fixes a number of bugs with the SunAudio
9577         mixer plugin and fixes #344101:
9578         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
9579            tracks onto the tracklist causing gnome-volume-control's preferences
9580            dialog to be messed up and would core dump if you checked/unchecked
9581            any item.
9582         2. We weren't previously setting the MUTE flag properly.  Fixing this
9583            makes gnome-volume-control work better.
9584         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
9585            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
9586            gnome-volume-control look better.
9587         Also some minor cleanup in gstsunaudiosink.c.
9588
9589 2006-06-09  Wim Taymans  <wim@fluendo.com>
9590
9591         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
9592         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
9593         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
9594         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
9595         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
9596         * ext/jpeg/gstjpegdec.h:
9597         API: Added IDCT method property
9598         Small cleanups.
9599         Avoid dynamic allocation of trivial fixed structure.
9600         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
9601
9602 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9603
9604         * configure.ac:
9605         We now require libraw1394 >= 1.1.0 and that version onwards all
9606         have .pc files.
9607
9608 2006-06-02  Edward Hervey  <edward@fluendo.com>
9609
9610         * gst/law/alaw-decode.c: (alawdec_getcaps): 
9611         Trying to get items from an ANY or EMPTY caps is ... stupid.
9612
9613 2006-06-02  Edward Hervey  <edward@fluendo.com>
9614
9615         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
9616         (gst_dvdec_chain), (gst_dvdec_change_state):
9617         * ext/dv/gstdvdec.h:
9618         Added GstSegment handling, now implements dropping/clipping.
9619
9620 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
9621
9622         * ext/aalib/gstaasink.h:
9623         * ext/annodex/gstcmmldec.h:
9624         * ext/cairo/gsttimeoverlay.h:
9625         * ext/dv/gstdvdec.h:
9626         * ext/dv/gstdvdemux.h:
9627         * ext/esd/esdmon.h:
9628         * ext/esd/esdsink.h:
9629         * ext/flac/gstflacenc.h:
9630         * ext/gconf/gstgconfaudiosink.h:
9631         * ext/gconf/gstgconfaudiosrc.h:
9632         * ext/gconf/gstgconfvideosink.h:
9633         * ext/gconf/gstgconfvideosrc.h:
9634         * ext/gdk_pixbuf/gstgdkanimation.h:
9635         * ext/gdk_pixbuf/pixbufscale.h:
9636         * ext/hal/gsthalaudiosink.h:
9637         * ext/hal/gsthalaudiosrc.h:
9638         * ext/jpeg/gstjpegenc.h:
9639         * ext/jpeg/gstsmokedec.h:
9640         * ext/jpeg/gstsmokeenc.h:
9641         * ext/libcaca/gstcacasink.h:
9642         * ext/libmng/gstmngdec.h:
9643         * ext/libmng/gstmngenc.h:
9644         * ext/libpng/gstpngdec.h:
9645         * ext/libpng/gstpngenc.h:
9646         * ext/raw1394/gstdv1394src.h:
9647         * ext/speex/gstspeexenc.h:
9648         * gst/autodetect/gstautoaudiosink.h:
9649         * gst/autodetect/gstautovideosink.h:
9650         * gst/avi/gstavidemux.h:
9651         * gst/cutter/gstcutter.h:
9652         * gst/debug/efence.h:
9653         * gst/debug/gstnavigationtest.h:
9654         * gst/debug/gstnavseek.h:
9655         * gst/flx/gstflxdec.h:
9656         * gst/goom/gstgoom.h:
9657         * gst/icydemux/gsticydemux.h:
9658         * gst/id3demux/gstid3demux.h:
9659         * gst/law/alaw-decode.h:
9660         * gst/law/alaw-encode.h:
9661         * gst/law/mulaw-decode.h:
9662         * gst/law/mulaw-encode.h:
9663         * gst/matroska/matroska-mux.h:
9664         * gst/median/gstmedian.h:
9665         * gst/oldcore/gstaggregator.h:
9666         * gst/oldcore/gstfdsink.h:
9667         * gst/oldcore/gstmd5sink.h:
9668         * gst/oldcore/gstmultifilesrc.h:
9669         * gst/oldcore/gstpipefilter.h:
9670         * gst/oldcore/gstshaper.h:
9671         * gst/oldcore/gststatistics.h:
9672         * gst/rtp/gstasteriskh263.h:
9673         * gst/rtp/gstrtpL16depay.h:
9674         * gst/rtp/gstrtpL16pay.h:
9675         * gst/rtp/gstrtpamrdepay.h:
9676         * gst/rtp/gstrtpamrpay.h:
9677         * gst/rtp/gstrtpdepay.h:
9678         * gst/rtp/gstrtpgsmdepay.h:
9679         * gst/rtp/gstrtpgsmpay.h:
9680         * gst/rtp/gstrtph263pay.h:
9681         * gst/rtp/gstrtph263pdepay.h:
9682         * gst/rtp/gstrtph263ppay.h:
9683         * gst/rtp/gstrtpmp4gpay.h:
9684         * gst/rtp/gstrtpmp4vdepay.h:
9685         * gst/rtp/gstrtpmp4vpay.h:
9686         * gst/rtp/gstrtpmpadepay.h:
9687         * gst/rtp/gstrtpmpapay.h:
9688         * gst/rtp/gstrtppcmadepay.h:
9689         * gst/rtp/gstrtppcmapay.h:
9690         * gst/rtp/gstrtppcmudepay.h:
9691         * gst/rtp/gstrtppcmupay.h:
9692         * gst/rtp/gstrtpspeexdepay.h:
9693         * gst/rtp/gstrtpspeexpay.h:
9694         * gst/rtsp/gstrtpdec.h:
9695         * gst/rtsp/gstrtspsrc.h:
9696         * gst/smpte/gstsmpte.h:
9697         * gst/udp/gstdynudpsink.h:
9698         * gst/udp/gstmultiudpsink.h:
9699         * gst/udp/gstudpsink.h:
9700         * gst/udp/gstudpsrc.h:
9701         * gst/videofilter/gstvideobalance.h:
9702         * gst/videofilter/gstvideoflip.h:
9703         * sys/oss/gstossdmabuffer.h:
9704         * sys/oss/gstossmixerelement.h:
9705         * sys/oss/gstosssink.h:
9706         * sys/oss/gstosssrc.h:
9707         * sys/osxvideo/osxvideosink.h:
9708         * sys/sunaudio/gstsunaudiomixer.h:
9709         * sys/sunaudio/gstsunaudiosink.h:
9710         * sys/ximage/gstximagesrc.h:
9711         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
9712
9713 2006-05-31  Wim Taymans  <wim@fluendo.com>
9714
9715         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
9716         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
9717         (gst_goom_src_setcaps), (gst_goom_src_event),
9718         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
9719         (gst_goom_change_state):
9720         * gst/goom/gstgoom.h:
9721         Handle QoS.
9722         Handle flushing, discont and events.
9723         Fix timestamps and various other cleanups.
9724
9725 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9726
9727         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
9728         Fix bus reset when using libiec61883
9729
9730 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9731
9732         * configure.ac:
9733         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
9734         * ext/raw1394/Makefile.am:
9735         Add CFLAGS.
9736         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
9737         New method, to receive using libiec61883.
9738         (gst_dv1394src_iso_receive),
9739         #ifdef'd out if libiec61883 is present.
9740         (gst_dv1394src_bus_reset),
9741         Get userdata correctly if using libiec61883. 
9742         (gst_dv1394src_create),
9743         When using libiec61883, only poll one fd and no need to read.
9744         (gst_dv1394src_discover_avc_node),
9745         Replace g_warnings.
9746         (gst_dv1394src_start),
9747         Create new handle when we know which dv port.  More reliable
9748         than setting port on an existing handle.  Initialise libiec61883.
9749         (gst_dv1394src_stop):
9750         If using libiec61883, then cleanup its handle properly.
9751         * ext/raw1394/gstdv1394src.h:
9752         Add libiec61883 handle.
9753
9754 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
9755
9756         * gst/avi/gstavidemux.c:
9757           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
9758         * win32/MANIFEST:
9759           sort file listing
9760         * win32/vs6/libgstavi.dsp:
9761           add gstavimux.c to the project
9762         * win32/vs6/libgstid3demux.dsp:
9763           add link to zlib library
9764         * win32/vs6/libgstmatroska.dsp:
9765           add matroska-ids.c to the project
9766
9767 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9768
9769         Patch by: Sebastian Dröge  <mail at slomosnail de >
9770
9771         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9772         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9773         * ext/taglib/Makefile.am:
9774         * ext/taglib/gstapev2mux.cc:
9775         * ext/taglib/gstapev2mux.h:
9776         * ext/taglib/gstid3v2mux.cc:
9777         * ext/taglib/gsttaglibmux.c: (plugin_init):
9778         * ext/taglib/gsttaglibmux.h:
9779           Add apev2mux element (#343122).
9780         
9781         * tests/check/Makefile.am:
9782         * tests/check/elements/apev2mux.c:
9783         (test_taglib_apev2mux_create_tags),
9784         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
9785         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
9786         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
9787         (apev2mux_suite), (main):
9788           Add unit test for apev2mux element.
9789
9790 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9791
9792         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
9793         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
9794         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
9795           GST_PTR_FORMAT should be used to print caps in debug statements.
9796
9797 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9798
9799         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
9800
9801         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
9802         (ape_demux_parse_tags):
9803           Some clean-ups and additions: map APE 'file' tag to
9804           GST_TAG_LOCATION (#343123); add support for extracting
9805           the track count and clean up parsing a bit (#343127).
9806
9807 2006-05-28  Edward Hervey  <edward@fluendo.com>
9808
9809         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
9810         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
9811
9812 2006-05-28  Edward Hervey  <edward@fluendo.com>
9813
9814         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
9815         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
9816         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
9817         * ext/jpeg/gstjpegdec.h:
9818         Clip outgoing buffers according to currently configured segment.
9819
9820 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9821
9822         * ext/taglib/gstid3v2mux.cc:
9823           Handle  writing of track-count or album-volume-count without
9824           track-number or albume-volume-number (in this case the number
9825           will just be set to 0).
9826
9827         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
9828           It would be nice if we actually checked the values received for
9829           track/album-volume number/count in  _check_tags(), rather than
9830           setting them again ...
9831
9832 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9833
9834         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
9835           A track/volume number or count of 0 does not make sense,
9836           just ignore it along with negative numbers (a tag might
9837           only contain a track count without a track number).
9838
9839 2006-05-27  Edward Hervey  <edward@fluendo.com>
9840
9841         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
9842         (gst_jpeg_dec_sink_event):
9843         Abort decompression when receiving FLUSH_STOP. This should avoid
9844         issues when interrupting decoding with flushes.
9845
9846 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
9847
9848         * ext/flac/gstflac.c:
9849           Don't #include file we don't dist any longer.
9850
9851 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
9852
9853         * README:
9854           Replace current README (containing the release notes from
9855           some 0.9.x version) with a proper README taken from the core.
9856
9857 2006-05-24  Wim Taymans  <wim@fluendo.com>
9858
9859         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
9860         Implement EOS correctly by either posting
9861         SEGMENT_DONE or pushing an EOS message depending
9862         on the seek type. Fixes #342592
9863
9864 2006-05-24  Wim Taymans  <wim@fluendo.com>
9865
9866         * gst/law/alaw-decode.c: (gst_alawdec_chain):
9867         * gst/law/alaw-decode.h:
9868         * gst/law/alaw-encode.c: (gst_alawenc_chain):
9869         * gst/law/alaw-encode.h:
9870         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
9871         * gst/law/mulaw-decode.h:
9872         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
9873         * gst/law/mulaw-encode.h:
9874         Some cleanups in the chain functions.
9875         Remove some GStreamer 0.0.2 bits.
9876
9877 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
9878
9879         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9880
9881         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
9882           gst_collect_pads_stop() needs to be called before chaining up
9883           to the parent class (#342734).
9884
9885 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
9886
9887         * ext/flac/Makefile.am:
9888         * ext/flac/flac_compat.h:
9889         * ext/flac/gstflac.c:
9890         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
9891         * ext/flac/gstflacenc.c:
9892           Remove backwards compatibility cruft for dealing with FLAC API
9893           changes in the 1.0.x series - we require 1.1.1 or newer these days.
9894
9895 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
9896
9897         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9898         (gst_matroska_demux_push_xiph_codec_priv_data),
9899         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9900         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
9901         * gst/matroska/matroska-ids.h:
9902         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
9903         (gst_matroska_mux_video_pad_setcaps),
9904         (xiph3_streamheader_to_codecdata),
9905         (vorbis_streamheader_to_codecdata),
9906         (theora_streamheader_to_codecdata),
9907         (gst_matroska_mux_audio_pad_setcaps),
9908         (gst_matroska_mux_write_data):
9909           Add support for muxing/demuxing theora video (#342448; too bad
9910           none of the usual linux players can actually play this). Playback
9911           in GStreamer will require additional changes to theoradec in -base.
9912           Refactor streamheaders <=> CodecPrivateData code a bit; some small
9913           cleanups.
9914
9915 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9916
9917         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
9918         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
9919           Fix crashes when the horizontal subsampling is 1.
9920           Fixes #342097.
9921
9922 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9923
9924         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9925
9926         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
9927         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
9928         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
9929         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
9930         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
9931         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
9932         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
9933         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
9934         (gst_avi_mux_change_state):
9935         * gst/avi/gstavimux.h:
9936           Some enhancements for avimux (#342526):
9937            - add odml (large file) index support
9938            - store codec init data (e.g. huffyuv)
9939            - miscellaneous other fixes/cleanups
9940
9941 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
9942
9943         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
9944         Don't output any tag when we encounter a negative track number - the
9945         tag type is uint, so we end up outputting huge positive numbers
9946         instead. (Fixes: #342029)
9947
9948 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9949
9950         * configure.ac:
9951           update for new GSTPB_PLUGINS_DIR
9952
9953 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
9954
9955         * rtp/gst/gstrtph263pay.c:
9956         Properly set static caps for H263 at 34.
9957
9958 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
9959
9960         Patch by: James "Doc" Livingston  <doclivingston gmail com>
9961
9962         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
9963           Merge event tags and tag setter tags correctly (#339918). Also,
9964           don't leak taglist in case of an error.
9965           
9966 2006-05-17  Edward Hervey  <edward@fluendo.com>
9967
9968         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
9969         We can only do caps intersection if the othercaps are non-empty and not
9970         ANY. Else we return the pad template (base_caps).
9971
9972 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
9973
9974         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
9975           Fix crash when outputting debugging information for certain
9976           pictures (always good to use the right struct member for
9977           the number of records in an array).
9978
9979 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
9980
9981         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
9982
9983         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
9984         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
9985         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
9986         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
9987         (gst_ebml_read_float), (gst_ebml_read_ascii),
9988         (gst_ebml_read_binary):
9989           Don't create unnecessary sub-buffers all the time. Dramatically
9990           improves performance with multiple concurrently running
9991           matroskademux instances (#341818) (and avoids doing
9992           unnecessarily inefficient things in the general case).
9993
9994 2006-05-16  Edward Hervey  <edward@fluendo.com>
9995
9996         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
9997         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
9998         return value of gst_pad_push_event().
9999
10000 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
10001
10002         * gst/autodetect/gstautoaudiosink.c:
10003         (gst_auto_audio_sink_find_best):
10004         * gst/autodetect/gstautovideosink.c:
10005         (gst_auto_video_sink_find_best):
10006         Make the name of the child element be based on the name of the
10007         parent, so that debug output is more useful.
10008         
10009         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
10010         (parse_insert_string_field), (parse_split_strings):
10011         Rework string parsing to always walk over BOM markers in UTF16
10012         strings, using the endianness indicated by the innermost one,
10013         then trying the opposite endianness if that fails to convert
10014         to valid UTF-8. Fixes #341774
10015
10016 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10017
10018         Patch from: Matthieu <matthieu at fluendo dot com>
10019
10020         * ext/libpng/Makefile.am:
10021         Add LIBPNG_CFLAGS.
10022
10023 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10024
10025         * ext/taglib/gstid3v2mux.cc:
10026           Add support for writing images (APIC frames) into ID3v2
10027           tags (picture type always set to 'other' for now though).
10028
10029 2006-05-14  Michael Smith  <msmith@fluendo.com>
10030
10031         * gst/wavparse/gstwavparse.c:
10032           Update docs; wavparse implements push and pull modes.
10033
10034 2006-05-12  Wim Taymans  <wim@fluendo.com>
10035
10036         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
10037         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
10038         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
10039         Ooops, bitten by the copy-and-paste design paradigm, fixes
10040         seek again.
10041
10042 2006-05-12  Wim Taymans  <wim@fluendo.com>
10043
10044         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10045         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
10046         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
10047         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10048         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
10049         (gst_avi_demux_massage_index),
10050         (gst_avi_demux_calculate_durations_from_index),
10051         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
10052         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10053         (gst_avi_demux_loop):
10054         * gst/avi/gstavidemux.h:
10055         Some cleanups, prepare to use GstSegment.
10056         Fix error in entry walking code.
10057         Fix VBR detection.
10058         Smarter timestamp calculation code.
10059         Uniform error/eos handling.
10060
10061 2006-05-12  Michael Smith  <msmith@fluendo.com>
10062
10063         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
10064         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
10065           Fix use of uninitialised values if we're NOT seeking in ready.
10066           Fix typos.
10067
10068 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
10069
10070         * gst/wavparse/Makefile.am:
10071           Add CFLAGS and LIBS for libgstbase, fixes build on
10072           Cygwin (#341489).
10073
10074 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10075
10076         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
10077           Some more debug info. No need to check whether the string
10078           returned by g_convert() is really UTF-8 - either it is or
10079           we get NULL returned.
10080
10081 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
10082
10083         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
10084           Fix parsing of numeric genre strings some more, by ensuring that
10085           we only try and parse strings that a) Start with '(' and b) Consist
10086           only of digits.
10087           Also, when finding an escaping '((' sequence, bust it back to '(' by
10088           swallowing the first parenthesis
10089
10090 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10091
10092         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
10093         (gst_esdsink_open), (gst_esdsink_close):
10094         * ext/esd/esdsink.h:
10095           Move the esd_get_server_info() into gst_esdsink_open() and fail
10096           with a decent error message on errors.
10097
10098 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10099
10100         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
10101         (gst_esdmon_channels_get_type):
10102         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
10103         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
10104         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
10105         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
10106         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
10107         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
10108         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
10109         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
10110         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
10111         * gst/videomixer/videomixer.c:
10112         (gst_video_mixer_background_get_type):
10113           Const-ify GEnumValue arrays.
10114
10115 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10116
10117         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
10118
10119         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
10120         (gst_avi_mux_do_video_buffer):
10121           Work around gst_buffer_make_metadata_writable() bug that
10122           results in avimux marking all frames in the index as
10123           keyframes (#340859).
10124           
10125 2006-05-08  Wim Taymans  <wim@fluendo.com>
10126
10127         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10128         Make parsing of urls suck slightly less.
10129
10130 2006-05-08  Edward Hervey  <edward@fluendo.com>
10131
10132         * autogen.sh: (CONFIGURE_DEF_OPT): 
10133         libtoolize on Darwin/MacOSX is called glibtoolize.
10134
10135 2006-05-08  Wim Taymans  <wim@fluendo.com>
10136
10137         Patch by: Jens Granseuer <jensgr at gmx dot net>
10138
10139         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
10140         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
10141         C89 compliance fixes. Fixes #340980
10142
10143 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
10144
10145         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10146         * ext/flac/gstflacdec.h:
10147           Handle segment seeks that include the end of the file as stop point
10148           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
10149           message instead of an EOS event in case we're in segment seek
10150           mode (fixes #340699).
10151           
10152 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
10153
10154         * ext/cairo/gsttextoverlay.c:
10155         * ext/flac/gstflacdec.c:
10156         * ext/gdk_pixbuf/pixbufscale.c:
10157         * gst/apetag/gstapedemux.c:
10158         * gst/debug/breakmydata.c:
10159         * gst/debug/testplugin.c:
10160         * gst/matroska/ebml-write.c:
10161         * gst/multipart/multipartdemux.c:
10162         * sys/osxaudio/gstosxaudiosink.c:
10163         * sys/osxaudio/gstosxaudiosrc.c:
10164         Add semicolons after GST_BOILERPLATE[_FULL] so that
10165         indent doesn't mess up following lines.
10166
10167 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
10168
10169         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
10170
10171         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
10172           Don't leak caps when freeing the stream context (#340623).
10173
10174 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
10175
10176         * configure.ac:
10177           Back to CVS
10178
10179 === release 0.10.3 ===
10180
10181 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
10182
10183         * configure.ac:
10184           releasing 0.10.3, "Desplazado"
10185
10186 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10187
10188         * gst/matroska/matroska-mux.c:
10189         (gst_matroska_mux_stream_is_vorbis_header),
10190         (gst_matroska_mux_write_data):
10191           Don't strcmp() NULL strings.
10192           Only start new clusters on video keyframes, not on any
10193           random audio buffer that doesn't have the DELTA_UNIT
10194           flag set (fixes 'make check' again).
10195
10196 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10197
10198         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10199
10200         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
10201         (gst_matroska_mux_stream_is_vorbis_header),
10202         (gst_matroska_mux_write_data):
10203           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
10204           value and then dead-lock when muxing vorbis audio streams
10205           (the three vorbis header buffers carry no timestamp, and it
10206           would try to mux these after all video buffers). Fixes #340346.
10207
10208           Improve clustering: start a new cluster also whenever we get
10209           a keyframe.     
10210
10211 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10212
10213         * win32/common/config.h:
10214         * win32/MANIFEST
10215           add the generated file as well
10216
10217 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10218
10219         * Makefile.am:
10220         * configure.ac:
10221         * win32/common/config.h.in:
10222           add win32 stuff
10223
10224 2006-05-03  Michael Smith  <msmith@fluendo.com>
10225
10226         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
10227           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
10228           SUCKS.
10229
10230 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
10231
10232         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10233         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10234         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10235           don't leak caps-string
10236
10237 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10238
10239         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
10240         (gst_id3demux_sink_activate):
10241           Let core insert default error message for TYPE_NOT_FOUND
10242           errors, it's just as good as our own and has the added
10243           bonus of being translated.
10244
10245 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10246
10247         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
10248         (gst_tag_demux_sink_event):
10249         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
10250         (gst_id3demux_sink_event):
10251           Post an error message when we get an EOS event and were not
10252           able to find out the type of stream.
10253
10254         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
10255         (test_taglib_id3mux_with_tags):
10256           Decrease num-buffers to 16 per iteration again, otherwise the
10257           many memcpy()s and reallocations in the test will hammer slow
10258           CPUs completely and make the test timeout.
10259
10260 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10261
10262         * configure.ac:
10263           figure out where plugins-base plugins are
10264         * tests/check/Makefile.am:
10265           use plugins-base plugins, so we have typefind functions
10266         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
10267           increase num-buffers, this makes sure the test errors out instead
10268           of timing out when no typefind functions are present
10269
10270 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10271
10272         * docs/plugins/Makefile.am:
10273           also check .cc files for gtk-doc markup
10274         * configure.ac:
10275         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10276         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10277         * tests/check/Makefile.am:
10278         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
10279         * ext/Makefile.am:
10280         * ext/taglib/Makefile.am:
10281         * ext/taglib/gstid3v2mux.h:
10282         * ext/taglib/gsttaglibmux.c:
10283         * ext/taglib/gsttaglibmux.h:
10284           move taglib-based id3v2muxer to -good.  Fixes #336110.
10285
10286 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
10287
10288         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10289           ... and fix multichannel/WAVFORMATEX support again.
10290
10291 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
10292
10293         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10294         (gst_wavparse_class_init), (gst_wavparse_dispose),
10295         (gst_wavparse_reset), (gst_wavparse_init),
10296         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
10297         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
10298         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
10299         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
10300         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10301         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10302         (gst_wavparse_stream_data), (gst_wavparse_loop),
10303         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10304         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10305         (gst_wavparse_change_state), (plugin_init):
10306         * gst/wavparse/gstwavparse.h:
10307           Add push (streaming) mode to wavparse (fixes #337625)
10308
10309 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10310
10311         * configure.ac:
10312         * tests/Makefile.am:
10313           add ximagesrc icles test
10314
10315 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10316
10317         * configure.ac:
10318         * docs/plugins/Makefile.am:
10319         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10320         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10321         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
10322         (gst_cmml_enc_push_clip):
10323         * sys/Makefile.am:
10324         * sys/ximage/Makefile.am:
10325         * sys/ximage/gstximagesrc.c:
10326           Move ximagesrc plug-in to good after review.  Fixes #336756.
10327
10328 2006-04-28  Michael Smith  <msmith@fluendo.com>
10329
10330         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
10331         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
10332         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
10333         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
10334         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10335         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
10336         * gst/icydemux/gsticydemux.h:
10337           Fix event handling: cache events when typefinding and forward later.
10338
10339 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10340
10341         * sys/osxaudio/gstosxaudiosink.c:
10342         (plugin_init):
10343          Register osxaudiosrc to the plugin.
10344         * sys/osxaudio/gstosxaudiosrc.c:
10345         (gst_osx_audio_src_osxelement_do_init),
10346         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
10347         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
10348         (gst_osx_audio_src_get_property),
10349         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
10350         (gst_osx_audio_src_osxelement_init):
10351         * sys/osxaudio/gstosxaudiosrc.h:
10352           Port of osxaudiosrc to 0.10.
10353         * sys/osxaudio/Makefile.am:
10354           Add osxaudiosrc
10355
10356 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10357
10358         * sys/osxaudio/gstosxringbuffer.c:
10359         * sys/osxaudio/gstosxringbuffer.h:
10360           Forgot to commit earlier, part of the OSX audio plugin port
10361
10362 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
10363
10364         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
10365         (parse_split_strings):
10366           Recognise and skip any byte order marker (BOM) in
10367           UTF-16 strings.
10368
10369 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10370
10371         * docs/plugins/Makefile.am:
10372         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10373         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10374         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10375         * docs/plugins/inspect/plugin-avi.xml:
10376         * gst/avi/gstavidemux.c:
10377         * gst/avi/gstavimux.c:
10378           Add docs for both avidemux and avimux.
10379
10380 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10381
10382         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10383
10384         * gst/avi/Makefile.am:
10385         * gst/avi/gstavi.c: (plugin_init):
10386         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
10387         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
10388         (gst_avi_mux_class_init), (gst_avi_mux_init),
10389         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10390         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
10391         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
10392         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10393         (gst_avi_mux_riff_get_avix_header),
10394         (gst_avi_mux_riff_get_video_header),
10395         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
10396         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
10397         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10398         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
10399         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
10400         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
10401         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10402         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
10403         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
10404         (gst_avi_mux_change_state):
10405         * gst/avi/gstavimux.h:
10406           Port AVI muxer to GStreamer-0.10 (#332031).
10407
10408         * tests/check/Makefile.am:
10409         * tests/check/elements/avimux.c:
10410         * tests/check/elements/.cvsignore:
10411           Add unit test for AVI muxer.
10412
10413 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
10414
10415         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10416         (gst_wavparse_class_init), (gst_wavparse_reset),
10417         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10418         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10419         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10420         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10421         (gst_wavparse_stream_data), (gst_wavparse_loop),
10422         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
10423         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
10424         (plugin_init):
10425         * gst/wavparse/gstwavparse.h:
10426           reverted patch #337625 for the price of 1 hour sleep
10427
10428 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10429
10430         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10431         (gst_wavparse_class_init), (gst_wavparse_reset),
10432         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10433         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
10434         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10435         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10436         (gst_wavparse_stream_data), (gst_wavparse_loop),
10437         (gst_wavparse_chain), (plugin_init):
10438         * gst/wavparse/gstwavparse.h:
10439           correct partial implementation of push mode
10440           (from my last commit)
10441
10442 2006-04-26  Wim Taymans  <wim@fluendo.com>
10443
10444         * ext/esd/esdsink.c:
10445         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
10446         it is not in esd.h
10447
10448 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
10449
10450         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
10451         (gst_au_parse_class_init), (gst_au_parse_init),
10452         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
10453         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
10454         (gst_au_parse_chain), (gst_au_parse_src_convert),
10455         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
10456         (gst_au_parse_sink_event), (gst_au_parse_src_event),
10457         (gst_au_parse_change_state):
10458         * gst/auparse/gstauparse.h:
10459           Rewrite auparse to suck a little bit less: make source pad
10460           dynamic, so decodebin/playbin work with non-raw formats
10461           like alaw/mulaw; add query function for duration/position
10462           queries; check whether we have enough data before attempting
10463           to parse the header (instead of crashing when that is not the
10464           case); work around audioconvert sucking by swapping endianness
10465           to the native endianness ourselves for float formats; send
10466           initial newsegment event. Fixes #161712.
10467
10468 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10469
10470         * sys/osxaudio/Makefile.am:
10471         * sys/osxaudio/gstosxaudioelement.c:
10472         (gst_osx_audio_element_get_type),
10473         (gst_osx_audio_element_class_init):
10474         * sys/osxaudio/gstosxaudioelement.h:
10475         * sys/osxaudio/gstosxaudiosink.c:
10476         (gst_osx_audio_sink_osxelement_do_init),
10477         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
10478         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
10479         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
10480         (gst_osx_audio_sink_create_ringbuffer),
10481         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
10482         (plugin_init):
10483         * sys/osxaudio/gstosxaudiosink.h:
10484         Port of osxaudiosink to 0.10
10485
10486 2006-04-26  Wim Taymans  <wim@fluendo.com>
10487
10488         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
10489         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
10490         the size of the ringbuffer. This should fix hangs with older 
10491         esd sound servers.
10492
10493 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10494
10495         * ext/aalib/gstaasink.c:
10496         * ext/annodex/gstcmmldec.c:
10497         * ext/annodex/gstcmmlenc.c:
10498         * ext/cairo/gsttextoverlay.c:
10499         * ext/cairo/gsttimeoverlay.c:
10500         * ext/cdio/gstcdiocddasrc.c:
10501         * ext/dv/gstdvdec.c:
10502         * ext/dv/gstdvdemux.c:
10503         * ext/esd/esdmon.c:
10504         * ext/esd/esdsink.c:
10505         * ext/flac/gstflacenc.c:
10506         * ext/flac/gstflactag.c:
10507         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
10508         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
10509         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
10510         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
10511         * ext/gdk_pixbuf/pixbufscale.c:
10512         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10513         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10514         * ext/jpeg/gstjpegdec.c:
10515         * ext/jpeg/gstjpegenc.c:
10516         * ext/jpeg/gstsmokedec.c:
10517         * ext/jpeg/gstsmokeenc.c:
10518         * ext/libcaca/gstcacasink.c:
10519         * ext/libmng/gstmngdec.c:
10520         * ext/libmng/gstmngenc.c:
10521         * ext/libpng/gstpngdec.c:
10522         * ext/libpng/gstpngenc.c:
10523         * ext/mikmod/gstmikmod.c:
10524         * ext/raw1394/gstdv1394src.c:
10525         * ext/shout2/gstshout2.c: (gst_shout2send_init):
10526         * ext/shout2/gstshout2.h:
10527         * ext/speex/gstspeexdec.c:
10528         * ext/speex/gstspeexenc.c:
10529         * gst/alpha/gstalpha.c:
10530         * gst/alpha/gstalphacolor.c:
10531         * gst/apetag/gstapedemux.c:
10532         * gst/auparse/gstauparse.c:
10533         * gst/autodetect/gstautoaudiosink.c:
10534         (gst_auto_audio_sink_base_init):
10535         * gst/autodetect/gstautovideosink.c:
10536         (gst_auto_video_sink_base_init):
10537         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
10538         * gst/avi/gstavimux.c: (gst_avimux_base_init):
10539         * gst/cutter/gstcutter.c:
10540         * gst/debug/breakmydata.c:
10541         * gst/debug/efence.c:
10542         * gst/debug/gstnavigationtest.c:
10543         * gst/debug/gstnavseek.c:
10544         * gst/debug/negotiation.c:
10545         * gst/debug/progressreport.c:
10546         * gst/debug/testplugin.c:
10547         * gst/effectv/gstaging.c:
10548         * gst/effectv/gstdice.c:
10549         * gst/effectv/gstedge.c:
10550         * gst/effectv/gstquark.c:
10551         * gst/effectv/gstrev.c:
10552         * gst/effectv/gstshagadelic.c:
10553         * gst/effectv/gstvertigo.c:
10554         * gst/effectv/gstwarp.c:
10555         * gst/flx/gstflxdec.c:
10556         * gst/goom/gstgoom.c:
10557         * gst/icydemux/gsticydemux.c:
10558         * gst/id3demux/gstid3demux.c:
10559         * gst/interleave/deinterleave.c:
10560         * gst/interleave/interleave.c:
10561         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
10562         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
10563         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
10564         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
10565         * gst/level/gstlevel.c:
10566         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
10567         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
10568         * gst/median/gstmedian.c:
10569         * gst/monoscope/gstmonoscope.c:
10570         * gst/multipart/multipartdemux.c:
10571         * gst/multipart/multipartmux.c:
10572         * gst/oldcore/gstaggregator.c:
10573         * gst/oldcore/gstfdsink.c:
10574         * gst/oldcore/gstmd5sink.c:
10575         * gst/oldcore/gstmultifilesrc.c:
10576         * gst/oldcore/gstpipefilter.c:
10577         * gst/oldcore/gstshaper.c:
10578         * gst/oldcore/gststatistics.c:
10579         * gst/rtp/gstasteriskh263.c:
10580         * gst/rtp/gstrtpL16depay.c:
10581         * gst/rtp/gstrtpL16pay.c:
10582         * gst/rtp/gstrtpamrdepay.c:
10583         * gst/rtp/gstrtpamrpay.c:
10584         * gst/rtp/gstrtpdepay.c:
10585         * gst/rtp/gstrtpgsmpay.c:
10586         * gst/rtp/gstrtph263pay.c:
10587         * gst/rtp/gstrtph263pdepay.c:
10588         * gst/rtp/gstrtph263ppay.c:
10589         * gst/rtp/gstrtpilbcdepay.c:
10590         * gst/rtp/gstrtpmp4gpay.c:
10591         * gst/rtp/gstrtpmp4vdepay.c:
10592         * gst/rtp/gstrtpmp4vpay.c:
10593         * gst/rtp/gstrtpmpadepay.c:
10594         * gst/rtp/gstrtpmpapay.c:
10595         * gst/rtp/gstrtppcmadepay.c:
10596         * gst/rtp/gstrtppcmapay.c:
10597         * gst/rtp/gstrtppcmudepay.c:
10598         * gst/rtp/gstrtppcmupay.c:
10599         * gst/rtp/gstrtpspeexdepay.c:
10600         * gst/rtp/gstrtpspeexpay.c:
10601         * gst/rtsp/gstrtpdec.c:
10602         * gst/rtsp/gstrtspsrc.c:
10603         * gst/smpte/gstsmpte.c:
10604         * gst/udp/gstdynudpsink.c:
10605         * gst/udp/gstmultiudpsink.c:
10606         * gst/udp/gstudpsink.c:
10607         * gst/udp/gstudpsrc.c:
10608         * gst/videobox/gstvideobox.c:
10609         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
10610         * gst/videofilter/gstvideobalance.c:
10611         * gst/videofilter/gstvideoflip.c:
10612         * gst/videofilter/gstvideotemplate.c:
10613         (gst_videotemplate_base_init):
10614         * gst/videomixer/videomixer.c:
10615         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10616         (gst_wavparse_class_init), (gst_wavparse_dispose),
10617         (gst_wavparse_reset), (gst_wavparse_init),
10618         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
10619         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
10620         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
10621         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
10622         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10623         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10624         (gst_wavparse_change_state):
10625         * gst/wavparse/gstwavparse.h:
10626         * sys/oss/gstossmixerelement.c:
10627         * sys/oss/gstosssink.c:
10628         * sys/oss/gstosssrc.c:
10629         * sys/osxaudio/gstosxaudioelement.c:
10630         * sys/osxaudio/gstosxaudiosink.c:
10631         * sys/osxaudio/gstosxaudiosrc.c:
10632         * sys/sunaudio/gstsunaudiomixer.c:
10633         * sys/sunaudio/gstsunaudiosink.c:
10634           Define GstElementDetails as const and also static (when defined as
10635           global)
10636
10637 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10638
10639         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10640           Source pad has fixed caps. If we don't set this, bad
10641           things happen when the window is resized.
10642
10643 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10644
10645         * gst/matroska/Makefile.am:
10646         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10647         (gst_matroska_demux_handle_src_event):
10648         * gst/matroska/matroska-ids.c:
10649         (gst_matroska_track_init_video_context),
10650         (gst_matroska_track_init_audio_context),
10651         (gst_matroska_track_init_subtitle_context),
10652         (gst_matroska_track_init_complex_context):
10653         * gst/matroska/matroska-ids.h:
10654           Handle case where the TrackType ebml chunk does not come before the
10655           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
10656           events.
10657
10658 2006-04-25  Wim Taymans  <wim@fluendo.com>
10659
10660         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10661         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
10662         It's codec_data, not codec_info.
10663
10664 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10665
10666         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10667
10668         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
10669           Handle codec_data for VfW compatibility codec IDs (#339451)
10670
10671         * gst/matroska/matroska-mux.c:
10672         (gst_matroska_mux_video_pad_setcaps):
10673           Same here, handle codec_data and add additional caps we can handle
10674           now to the pad template (huffyuv, dv and h263 video) (#339451)
10675
10676 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10677
10678         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
10679
10680         * gst/matroska/matroska-mux.c:
10681         (gst_matroska_mux_create_buffer_header),
10682         (gst_matroska_mux_write_data):
10683           Fix timestamping of B-frames, use signed integers, do
10684           some rounding (#339678).
10685
10686 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
10687
10688         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
10689         just make it compile with --disable-gst-debug.
10690
10691 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
10692
10693         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
10694         Fix a bad conversion using gst_guint64_to_gdouble.
10695         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
10696         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
10697         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
10698     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
10699         mistake.
10700
10701 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
10702
10703         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
10704         Use gst_guint64_to_gdouble for conversions
10705         * win32/vs6/gst_plugins_good.dsw:
10706         * win32/vs6/libgsticydemux.dsp:
10707         Add a project file for icydemux
10708
10709 2006-04-21  Wim Taymans  <wim@fluendo.com>
10710
10711         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
10712
10713         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10714         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
10715         When splitting audio chunks, the block alignment is not taken in
10716         consideration, so the smaller chunks could be of size which is 
10717         not a multiple of the block alignment. Fixes #336904
10718
10719 2006-04-21  Wim Taymans  <wim@fluendo.com>
10720
10721         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
10722         Use scale functions
10723
10724 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
10725
10726         * ext/dv/gstdv.c: (plugin_init):
10727           Fix build.
10728
10729 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
10730
10731         * gst/debug/progressreport.c: (gst_progress_report_finalize),
10732         (gst_progress_report_class_init), (gst_progress_report_init),
10733         (gst_progress_report_do_query), (gst_progress_report_report),
10734         (gst_progress_report_set_property),
10735         (gst_progress_report_get_property):
10736           Add 'format' property to force querying to a particular format.
10737
10738 2006-04-21  Andy Wingo  <wingo@pobox.com>
10739
10740         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
10741         best, on big endian systems. Drop its rank in that case. OTOH on
10742         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
10743
10744 2006-04-21  Michael Smith  <msmith@fluendo.com>
10745
10746         * configure.ac:
10747         * gst/icydemux/Makefile.am:
10748         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
10749         (gst_icydemux_base_init), (gst_icydemux_class_init),
10750         (gst_icydemux_reset), (gst_icydemux_init),
10751         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
10752         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
10753         (unicodify), (gst_icydemux_unicodify),
10754         (gst_icydemux_parse_and_send_tags),
10755         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10756         (gst_icydemux_chain), (gst_icydemux_change_state),
10757         (gst_icydemux_send_tag_event), (plugin_init):
10758         * gst/icydemux/gsticydemux.h:
10759         * tests/check/Makefile.am:
10760         * tests/check/elements/icydemux.c: (typefind_succeed),
10761         (plugin_init), (icydemux_found_pad), (create_icydemux),
10762         (cleanup_icydemux), (push_data), (GST_START_TEST),
10763         (icydemux_suite), (main):
10764           Add icydemux, and tests.
10765
10766 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10767
10768         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10769           Post SEGMENT_DONE message in TIME format.
10770
10771 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10772
10773         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
10774
10775         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
10776         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
10777           Fix index creation when we have to scan the file to create
10778           an index. There may be other types of RIFF 'LIST' chunks than
10779           'movi' and we need to skip them properly as well or we'll end up
10780           reading garbage (#336889). Some other cosmetic changes.
10781           
10782 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10783
10784         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
10785         (gst_flac_dec_handle_seek_event):
10786           Add support for segment seeks (fixes #338290). Also demote
10787           some recurring debug message from DEBUG to LOG level.
10788
10789 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10790
10791         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10792         (gst_matroskademux_do_index_seek),
10793         (gst_matroska_demux_handle_seek_event),
10794         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
10795         * gst/matroska/matroska-ids.h:
10796           Set DISCONT flag on first buffer after a discontinuity.
10797           Fix newsegment events sent when seeking and honour KEY_UNIT
10798           seek flag. Create pad with bogus caps if we don't recognise
10799           the stream codec id.
10800
10801         * gst/matroska/matroska-demux.h:
10802           Fix GObject macros.
10803
10804 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10805
10806         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10807
10808         * gst/matroska/matroska-demux.c:
10809         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
10810           Handle end of segment properly when set; don't dead-lock when
10811           posting start of segment message when doing a segment seek.
10812           Fixes #338810.
10813
10814 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10815
10816         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
10817         (gst_matroska_demux_plugin_init):
10818           Make mpeg2 aac audio work: create artificial private codec data
10819           chunk which faad2 seems to require, just as we do for mpeg4 aac.
10820           Also call gst_riff_init(). Partially fixes #338767.
10821
10822 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
10823
10824         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
10825         (gst_wavenc_class_init), (gst_wavenc_init),
10826         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
10827         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
10828         (gst_wavenc_chain), (gst_wavenc_change_state):
10829         * gst/wavenc/gstwavenc.h:
10830           Set caps on first outgoing buffer, so that it doesn't error out
10831           immediately with a non-negotiated error (#338716). Rewrite and
10832           clean up a bit; fix setcaps function to parse things properly;
10833           fix sink caps (8bit audio is unsigned and doesn't have depth);
10834           use boilerplate macros; remove unused properties stuff.
10835
10836 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10837
10838         * ext/gdk_pixbuf/gstgdkpixbuf.c:
10839           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
10840           handle MJPEG streams and might be autoplugged for those if the
10841           user doesn't have jpegdec installed (resulting in a cryptic error
10842           message about huffman tables). Better to disable JPEG decoding here
10843           and let the user figure out that she needs to install jpegdec.
10844
10845 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10846
10847         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
10848         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
10849         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
10850         * ext/gdk_pixbuf/gstgdkpixbuf.h:
10851           Make work with packetised/framed input (e.g. png-in-quicktime). Use
10852           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
10853           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
10854           debug messages. Fix boilerplate macros.
10855
10856 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10857
10858         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
10859         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
10860           No need to special-case for Gdk-2.0 any longer, we require
10861           Gdk 2.2 or newer; minor clean-ups.
10862
10863 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10864
10865         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
10866         (gst_shout2send_class_init), (gst_shout2send_init),
10867         (set_shout_metadata), (gst_shout2send_set_metadata),
10868         (gst_shout2send_event), (gst_shout2send_start),
10869         (gst_shout2send_connect), (gst_shout2send_stop),
10870         (gst_shout2send_render), (gst_shout2send_set_property),
10871         (gst_shout2send_get_property), (gst_shout2send_setcaps),
10872         (plugin_init):
10873         * ext/shout2/gstshout2.h:
10874         * po/POTFILES.in:
10875           Rewrite a bit: use GstBaseSink::start and stop instead of a state
10876           change function; use GST_ELEMENT_ERROR for error reporting, not
10877           g_error() or GST_ERROR(); don't unref caps in setcaps function,
10878           will cause crashes or assertion failures; remove (unused) "sync"
10879           property, basesink already has such a property; misc. other
10880           minor fixes and cleanups.
10881
10882 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10883
10884         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
10885         * ext/esd/gstesd.c: (plugin_init):
10886         * po/POTFILES.in:
10887           Add translatable error message for when we cannot
10888           connect to the sound server, as "Cannot open resource
10889           for writing" isn't really an acceptable message to show
10890           to the user in this case.
10891
10892 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10893
10894         * sys/oss/gst-i18n-plugin.h:
10895           Remove bogus file that doesn't belong here.
10896
10897 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10898
10899         Patch by: Philippe Valembois
10900
10901         * ext/shout2/gstshout2.c: (gst_shout2send_init),
10902         (gst_shout2send_set_metadata), (gst_shout2send_event),
10903         (gst_shout2send_render), (gst_shout2send_change_state):
10904         * ext/shout2/gstshout2.h:
10905           Handle tags being received before the connection to
10906           the server is established properly (see #338636).
10907
10908 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10909
10910         * ext/shout2/gstshout2.c: (gst_shout2send_render):
10911           Don't crash in case the connection to the server fails:
10912           don't set pointer to NULL by assigning FALSE; error out
10913           properly by using GST_ELEMENT_ERROR and returning
10914           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
10915           before resetting the pointer.
10916
10917 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
10918
10919         * gst/id3demux/id3tags.c:
10920         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
10921         (Fixes #338713)
10922
10923 2006-04-12  Wim Taymans  <wim@fluendo.com>
10924
10925         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
10926         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
10927         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
10928         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
10929         (gst_gdk_pixbuf_chain):
10930         Some cleanups.
10931         Added RGBA as a possible output format.
10932         Correctly free the supported mimetypes.
10933         deprecate silent arg, it's not used.
10934         Return result from _alloc_buffer to peer.
10935
10936 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
10937
10938         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
10939           Don't leak memory allocated by gst_buffer_new_and_alloc() by
10940           overwriting GST_BUFFER_MALLOCDATA.
10941
10942 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
10943
10944         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
10945         (user_endrow_callback), (user_end_callback),
10946         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
10947         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
10948         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
10949         * ext/libpng/gstpngdec.h:
10950           Handle more than one frame if the content is framed,
10951           like with png-in-quicktime (#331917).
10952
10953 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10954
10955         * sys/oss/Makefile.am:
10956         * sys/oss/common.h:
10957         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
10958         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
10959         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
10960         (gst_oss_src_unprepare):
10961           - the user-visible error strings were in the wrong category
10962           - and the messages were not marked for translation
10963           - which is actually a good thing, because they were exactly
10964             the kind of message you would never want anyone to see
10965           - the macros were using variables that didn't exist in the macro
10966             arguments
10967           - and they were obviously copied from each other and then modified
10968           - so a common header makes sense
10969
10970 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
10971
10972         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
10973           Don't try to modify read-only data.
10974
10975         * gst/matroska/matroska-demux.c:
10976         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
10977           Fix comment (won't crash any longer now).
10978
10979 2006-04-10  Michael Smith  <msmith@fluendo.com>
10980
10981         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
10982           Use copies of header buffers for caps to avoid circular refcounting
10983           problems (as in theoradec, vorbisdec).
10984
10985         * tests/check/elements/cmmldec.c: (GST_START_TEST):
10986           Fix a typo in test that meant it was testing the wrong thing.
10987
10988         * tests/check/elements/cmmlenc.c: (check_headers):
10989           Fix refcount checks now that we use buffer-copies for caps.
10990
10991 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
10992
10993         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
10994         (gst_matroska_demux_handle_seek_event),
10995         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
10996         (gst_matroska_demux_subtitle_caps),
10997         (gst_matroska_demux_plugin_init):
10998           Use static pad templates with ANY caps for audio and video
10999           source pads and get rid of a lot of unnecessary (and partially
11000           broken) code for the template caps. Clean up caps finding
11001           functions. Fixes playback of audio files/streams that do not
11002           contain the sample rate and/or number of channels in the audio
11003           context (happens a lot with vorbis/mp3 .mka files it seems).
11004           Fixes #337183.
11005           Also add myself to copyright holders.
11006
11007 2006-04-10  Michael Smith  <msmith@fluendo.com>
11008
11009         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
11010           Use g_list_delete_link () instead of g_list_remove_link () so that
11011           we free the link as well as the contained data.
11012
11013 2006-04-10  Wim Taymans  <wim@fluendo.com>
11014
11015         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
11016
11017         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
11018         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
11019         (gst_avi_demux_stream_header):
11020         Fix some crashers with empty chunks. (Fixes #337749)
11021
11022 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
11023
11024         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
11025           use G_GINT64_CONSTANT for INT64 constants
11026         * gst/videofilter/gstvideobalance.c:
11027           define rint for WIN32 #define rint(x) (floor((x)+0.5))
11028         * win32/vs6/libgstavi.dsp:
11029          add missing libraries for the link and remove avimux.c from
11030          the project as it isn't ported to 0.10 yet
11031         
11032 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
11033
11034         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11035           Even better would be if we actually did the right thing
11036           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
11037
11038 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11039
11040         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11041           Can't just replace 1LL with 1L here just because MSVC doesn't
11042           support it, as it might lead to incorrect results when doing the
11043           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
11044           force a 64-bit constant in a way that all compilers are happy with.
11045
11046 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11047
11048         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
11049         * ext/esd/esdsink.c: (gst_esdsink_class_init):
11050         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
11051         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
11052         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
11053         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
11054         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
11055         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
11056         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
11057         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
11058         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
11059         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
11060         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
11061         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
11062         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
11063         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
11064         * gst/avi/gstavimux.c: (gst_avimux_class_init):
11065         * gst/debug/efence.c: (gst_efence_class_init):
11066         * gst/debug/negotiation.c: (gst_negotiation_class_init):
11067         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
11068         * gst/goom/gstgoom.c: (gst_goom_class_init):
11069         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
11070         * gst/interleave/deinterleave.c: (deinterleave_class_init):
11071         * gst/interleave/interleave.c: (interleave_class_init):
11072         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
11073         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
11074         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
11075         * gst/median/gstmedian.c: (gst_median_class_init):
11076         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
11077         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
11078         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
11079         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
11080         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
11081         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
11082         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
11083         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
11084         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
11085         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
11086         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
11087         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
11088         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
11089         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
11090         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11091         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
11092         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
11093         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
11094         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
11095         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
11096         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
11097         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
11098         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
11099         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
11100         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
11101         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
11102         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
11103         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11104         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
11105         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
11106         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
11107         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
11108         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
11109         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
11110         * sys/osxaudio/gstosxaudioelement.c:
11111         (gst_osxaudioelement_class_init):
11112         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
11113         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
11114         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
11115         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
11116
11117 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11118
11119         * ext/mikmod/gstmikmod.h:
11120         * gst/level/gstlevel.h:
11121         Fix more broken GObject macros
11122
11123 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11124
11125         * ext/annodex/gstcmmldec.h:
11126         * ext/annodex/gstcmmlenc.h:
11127         * ext/annodex/gstcmmltag.h:
11128         * ext/cairo/gsttextoverlay.h:
11129         * ext/ladspa/gstsignalprocessor.h:
11130         * gst/matroska/ebml-read.h:
11131         * gst/matroska/ebml-write.h:
11132         * sys/osxaudio/gstosxaudioelement.h:
11133         Fix broken GObject macros
11134
11135 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11136
11137         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11138           Don't try to seek beyond the end of the file (would
11139           occasionally display error dialogs in totem when seeking
11140           to the end) (#335869). Will still throw an error though
11141           if the file is truncated and the total_samples value in
11142           the stream header is wrong.
11143
11144 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
11145
11146         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
11147         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
11148         (gst_flac_dec_metadata_callback):
11149         * ext/flac/gstflacdec.h:
11150           If the stream header doesn't contain the total number of samples,
11151           search for the last flac frame at the end of the file and calculate
11152           the total duration from that frame's offset (fixes #337609).
11153
11154 2006-04-07  Edward Hervey  <edward@fluendo.com>
11155
11156         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
11157         Don't unref the GstPadTemplate returned by
11158         gst_element_class_get_pad_template().
11159
11160 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11161
11162         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
11163
11164         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
11165         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
11166         * sys/sunaudio/gstsunaudiosink.h:
11167           Use spec->segsize and spec->segtotal in the prepare function
11168           to initialise the ring buffer instead of using the buffer-time
11169           property (#337421).
11170
11171 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11172
11173         * configure.ac:
11174           Bump core requirements to CVS for gst_pad_query_peer_duration()
11175           which is used by speexdec.
11176
11177 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
11178
11179         * ext/speex/gstspeex.c: (plugin_init):
11180         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
11181         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
11182         (speex_get_sink_query_types), (speex_dec_sink_query),
11183         (speex_get_src_query_types), (speex_dec_src_query),
11184         (speex_dec_src_event), (speex_dec_sink_event),
11185         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
11186         (speex_dec_chain_parse_data), (speex_dec_chain),
11187         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
11188         (speex_dec_change_state):
11189         * ext/speex/gstspeexdec.h:
11190           Fix seeking and duration queries (#337033); clean up and
11191           refactor a bit.
11192
11193 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11194
11195         * ext/raw1394/gstdv1394src.c:
11196           distinguish between device not found and could not open for
11197           reading
11198
11199 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11200
11201         * Makefile.am:
11202         * configure.ac:
11203         * pkgconfig/.cvsignore:
11204         * pkgconfig/Makefile.am:
11205         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
11206           add a .pc file so other modules can use good plugins in tests
11207
11208 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11209
11210         * configure.ac:
11211           clean up, use AS_VERSION and AS_NANO
11212         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
11213           use PACKAGE_VERSION define
11214         * po/af.po:
11215         * po/az.po:
11216         * po/cs.po:
11217         * po/en_GB.po:
11218         * po/hu.po:
11219         * po/it.po:
11220         * po/nb.po:
11221         * po/nl.po:
11222         * po/or.po:
11223         * po/sq.po:
11224         * po/sr.po:
11225         * po/sv.po:
11226         * po/uk.po:
11227         * po/vi.po:
11228           updated
11229
11230 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
11231
11232         * ext\jpeg\smokecodec.c:
11233           use of GST_DEBUG instead of DEBUG(a...) for WIN32
11234         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
11235           move first instruction after all variables declarations
11236         * gst\alpha\gstalpha.c:
11237         * gst\effectv\gstshagadelic.c:
11238         * gst\smpte\paint.c:
11239         * gst\videofilter\gstvideobalance.c:
11240           define M_PI if it's not defined (it's not defined on WIN32)
11241         * gst\cutter\gstcutter.c: (gst_cutter_chain):
11242         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
11243         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
11244         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
11245         (gst_matroska_demux_video_caps):
11246         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
11247         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
11248           use gst_guint64_to_gdouble for conversions
11249         * gst\goom\filters.c: (setPixelRGB_):
11250           fix a debug which was using undefined variable
11251         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
11252         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
11253           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
11254         * win32/vs6:
11255           add vs6 projects files for most of plugins-good
11256         
11257 2006-03-30  j^  <j@bootlab.org>
11258
11259         * ext/aalib/gstaasink.c:
11260         * ext/annodex/gstcmmldec.c:
11261         * ext/annodex/gstcmmlenc.c:
11262         * ext/cairo/gsttextoverlay.c:
11263         * ext/cairo/gsttimeoverlay.c:
11264         * ext/cdio/gstcdiocddasrc.c:
11265         * ext/dv/gstdvdec.c:
11266         * ext/esd/esdmon.c:
11267         * ext/esd/esdsink.c:
11268         * ext/flac/gstflacdec.c:
11269         * ext/flac/gstflacenc.c:
11270         * ext/flac/gstflactag.c:
11271         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11272         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11273         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11274         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11275         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11276         * ext/gdk_pixbuf/pixbufscale.c:
11277         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11278         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11279         * ext/jpeg/gstjpegdec.c:
11280         * ext/jpeg/gstjpegenc.c:
11281         * ext/jpeg/gstsmokedec.c:
11282         * ext/jpeg/gstsmokeenc.c:
11283         * ext/libcaca/gstcacasink.c:
11284         * ext/libmng/gstmngdec.c:
11285         * ext/libmng/gstmngenc.c:
11286         * ext/libpng/gstpngdec.c:
11287         * ext/libpng/gstpngenc.c:
11288         * ext/mikmod/gstmikmod.c:
11289         * ext/raw1394/gstdv1394src.c:
11290         * ext/shout2/gstshout2.c:
11291         * ext/speex/gstspeexdec.c:
11292         * ext/speex/gstspeexenc.c:
11293         * gst/alpha/gstalpha.c:
11294         * gst/alpha/gstalphacolor.c:
11295         * gst/auparse/gstauparse.c:
11296         * gst/autodetect/gstautoaudiosink.c:
11297         (gst_auto_audio_sink_base_init):
11298         * gst/autodetect/gstautovideosink.c:
11299         (gst_auto_video_sink_base_init):
11300         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11301         * gst/cutter/gstcutter.c:
11302         * gst/debug/breakmydata.c:
11303         * gst/debug/efence.c:
11304         * gst/debug/gstnavigationtest.c:
11305         * gst/debug/negotiation.c:
11306         * gst/debug/progressreport.c:
11307         * gst/debug/testplugin.c:
11308         * gst/effectv/gstaging.c:
11309         * gst/effectv/gstdice.c:
11310         * gst/effectv/gstedge.c:
11311         * gst/effectv/gstquark.c:
11312         * gst/effectv/gstrev.c:
11313         * gst/effectv/gstvertigo.c:
11314         * gst/effectv/gstwarp.c:
11315         * gst/flx/gstflxdec.c:
11316         * gst/goom/gstgoom.c:
11317         * gst/interleave/deinterleave.c:
11318         * gst/interleave/interleave.c:
11319         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11320         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11321         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11322         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11323         * gst/level/gstlevel.c:
11324         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11325         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11326         * gst/median/gstmedian.c:
11327         * gst/monoscope/gstmonoscope.c:
11328         * gst/multipart/multipartdemux.c:
11329         * gst/multipart/multipartmux.c:
11330         * gst/oldcore/gstmd5sink.c:
11331         * gst/oldcore/gstmultifilesrc.c:
11332         * gst/oldcore/gstpipefilter.c:
11333         * gst/oldcore/gstshaper.c:
11334         * gst/oldcore/gststatistics.c:
11335         * gst/rtp/gstasteriskh263.c:
11336         * gst/rtp/gstrtpL16depay.c:
11337         * gst/rtp/gstrtpL16pay.c:
11338         * gst/rtp/gstrtpamrdepay.c:
11339         * gst/rtp/gstrtpamrpay.c:
11340         * gst/rtp/gstrtpdepay.c:
11341         * gst/rtp/gstrtpgsmpay.c:
11342         * gst/rtp/gstrtph263pay.c:
11343         * gst/rtp/gstrtph263pdepay.c:
11344         * gst/rtp/gstrtph263ppay.c:
11345         * gst/rtp/gstrtpmp4gpay.c:
11346         * gst/rtp/gstrtpmp4vdepay.c:
11347         * gst/rtp/gstrtpmp4vpay.c:
11348         * gst/rtp/gstrtpmpadepay.c:
11349         * gst/rtp/gstrtpmpapay.c:
11350         * gst/rtp/gstrtppcmadepay.c:
11351         * gst/rtp/gstrtppcmapay.c:
11352         * gst/rtp/gstrtppcmudepay.c:
11353         * gst/rtp/gstrtppcmupay.c:
11354         * gst/rtp/gstrtpspeexdepay.c:
11355         * gst/rtp/gstrtpspeexpay.c:
11356         * gst/rtsp/gstrtpdec.c:
11357         * gst/smpte/gstsmpte.c:
11358         * gst/videobox/gstvideobox.c:
11359         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11360         * gst/videofilter/gstvideobalance.c:
11361         * gst/videofilter/gstvideoflip.c:
11362         * gst/videofilter/gstvideotemplate.c:
11363         (gst_videotemplate_base_init):
11364         * gst/videomixer/videomixer.c:
11365         * gst/wavenc/gstwavenc.c:
11366         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
11367          better/unified long descriptions
11368          Fixed #336602
11369          Some cleanups to auparse, don't send multiple newsegments.
11370
11371 2006-03-29  Wim Taymans  <wim@fluendo.com>
11372
11373         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
11374
11375         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
11376         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
11377         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
11378         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
11379         * ext/dv/gstdvdemux.h:
11380         Seek in READY patch. Only works for pull based mode.
11381         Fixes #323880
11382
11383 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
11384
11385         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
11386         (gst_gdk_pixbuf_event):
11387           Fix two crashers: don't unref the same caps twice, and
11388           set pixbuf loader to NULL after freeing it.
11389
11390 2006-03-27  Wim Taymans  <wim@fluendo.com>
11391
11392         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
11393         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
11394         (gst_speexenc_chain):
11395         * ext/speex/gstspeexenc.h:
11396         Don't leak adapter.
11397         A push *always* takes ownership of the buffer, even on
11398         errors.
11399         Small cleanups.
11400
11401 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
11402
11403         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
11404           Create source pad without leaking.
11405
11406 2006-03-24  Wim Taymans  <wim@fluendo.com>
11407
11408         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11409         * ext/flac/gstflacdec.h:
11410         * ext/flac/gstflacenc.h:
11411         Spifify a bit.
11412         Fix deadly lock order error in seeking code, STREAM_LOCK
11413         cannot be taken within LOCK and the streaming variables are
11414         protected with the STREAM_LOCK anyway.
11415
11416 2006-03-24  Wim Taymans  <wim@fluendo.com>
11417
11418         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
11419         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
11420         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
11421         this patch combines the global init_frames with the stream
11422         init_frames. Rationale being that the global delay should 
11423         be subtracted from any stream delay.
11424         Fixes #335858.
11425
11426 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
11427
11428         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
11429         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
11430         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11431         * gst/videomixer/videomixer.c: (gst_videomixer_init):
11432         use DEBUG_FUNCPTR for collectpads
11433
11434 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
11435
11436         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
11437           Don't crash when encoding images where the number of rows isn't
11438           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
11439
11440 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11441
11442         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
11443         * gst/interleave/deinterleave.c: (deinterleave_change_state):
11444         * gst/interleave/interleave.c: (interleave_change_state):
11445         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
11446           More state change function fixes.
11447
11448 2006-03-23  Wim Taymans  <wim@fluendo.com>
11449
11450         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11451         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
11452         (gst_esdsink_prepare), (gst_esdsink_unprepare),
11453         (gst_esdsink_delay), (gst_esdsink_reset):
11454         * ext/esd/esdsink.h:
11455         Fix esd choppy playback by configuring audiosink
11456         correctly. Fixes #325191
11457
11458 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11459
11460         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
11461           Make state change function thread-safe.
11462
11463 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11464
11465         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
11466         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
11467           Don't try to read beyond the end of the file just because
11468           the header claims a bigger size (like with truncated files).
11469
11470 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11471
11472         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11473         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
11474         (gst_wavparse_stream_data), (gst_wavparse_loop):
11475         * gst/wavparse/gstwavparse.h:
11476           Delay source pad creation until we have the first chunk of
11477           media data, so the we can examine the data and adjust the
11478           caps accordingly if required. This makes playback of .wav
11479           files with DTS-declared-as-PCM content work (#313266).
11480
11481 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
11482
11483         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11484         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11485         Don't attempt typefinding on too-short buffers that have been
11486         completely trimmed away. (Fixes #330239)
11487
11488         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
11489         Improve the debug output
11490
11491 2006-03-21  Wim Taymans  <wim@fluendo.com>
11492
11493         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
11494         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
11495         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
11496         (gst_esdsink_set_property), (gst_esdsink_get_property):
11497         Some cleanups.
11498         Reset fd to -1 when we close them.
11499
11500 2006-03-21  Wim Taymans  <wim@fluendo.com>
11501
11502         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
11503         the OPTIONS request result is optional so don't
11504         fail on it.
11505
11506 2006-03-21  Edward Hervey  <edward@fluendo.com>
11507
11508         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
11509         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
11510         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
11511         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11512         (gst_wavparse_change_state):
11513         gcc 4.1 unreferenced pointer fixes.
11514
11515 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
11516
11517         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11518
11519         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
11520           Fix block alignment calculation. Alignment should be done before
11521           adding the byte offset where the data starts (#335231).
11522
11523 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11524
11525         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
11526           Ensure that we set correct caps on buffers that are transferred
11527           direct from the input.
11528
11529 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11530
11531         * gst/goom/filters.c: (zoomFilterDestroy):
11532         * gst/goom/goom_core.c: (goom_close):
11533           Free filter data when cleaning up. (Fixes: #334995)
11534
11535 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
11536
11537         * configure.ac:
11538           Don't compile udp and rtsp plugins on win32 (mingw) or other
11539           systems that don't have <sys/socket.h> for some reason (#316203).
11540
11541 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11542
11543         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
11544         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
11545         * ext/raw1394/gstdv1394src.h:
11546           Change bus reset handler so it reports useful information such as
11547           whether the device being used connected or disconnected
11548
11549 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11550
11551         * gst/id3demux/id3v2frames.c:
11552         (parse_relative_volume_adjustment_two):
11553           We only care about gain and peak data for the master volume.
11554
11555 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11556
11557         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11558         (parse_id_string), (parse_unique_file_identifier),
11559         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
11560           Read replay gain tags (#323721).
11561
11562 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
11563
11564         * configure.ac:
11565           Bump requirements to gst-plugins-base CVS because
11566           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
11567
11568 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
11569
11570         * rtp/gst/gstrtppcmadepay.c:
11571         Fixed one of the caps in the code from mulaw to alaw.
11572
11573 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
11574
11575         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11576           Ensure that we set caps on the buffers we pass.
11577
11578         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
11579         (gst_id3demux_sink_activate):
11580           Ensure that we set caps on the buffers we pass.
11581
11582           Use STREAM, TYPE_NOT_FOUND as the error class when
11583           typefinding fails.
11584
11585 2006-03-15  Edward Hervey  <edward@fluendo.com>
11586
11587         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
11588         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
11589         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
11590         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
11591         (gst_jpeg_dec_setcaps):
11592         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
11593         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
11594         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
11595         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
11596         (gst_mngdec_src_getcaps):
11597         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11598         (gst_pngdec_caps_create_and_set):
11599         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
11600         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
11601         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
11602         * gst/alpha/gstalpha.c: (gst_alpha_init):
11603         * gst/auparse/gstauparse.c: (gst_au_parse_init):
11604         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
11605         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
11606         * gst/cutter/gstcutter.c: (gst_cutter_init):
11607         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
11608         (gst_efence_checkgetrange):
11609         * gst/debug/negotiation.c: (gst_negotiation_init):
11610         * gst/flx/gstflxdec.c: (gst_flxdec_init):
11611         * gst/goom/gstgoom.c: (gst_goom_init):
11612         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
11613         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
11614         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
11615         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
11616         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
11617         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
11618         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
11619         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11620         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
11621         (gst_wavparse_create_sourcepad):
11622         Fix memleak with gst_static_pad_template_get().
11623         This uses gst_pad_new_from_static_template() instead.
11624         Fixes #333512
11625
11626 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11627
11628         * configure.ac:
11629           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
11630           used by id3demux.
11631
11632         * gst/id3demux/gstid3demux.c: (plugin_init):
11633         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11634         (parse_user_text_identification_frame),
11635         (parse_unique_file_identifier):
11636           Add support for UFID and TXXX frames and extract musicbrainz tags.
11637
11638 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11639
11640         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
11641           Catch short reads, like they might happen with truncated
11642           files (see #305279); remove unnecessary indentation.
11643
11644 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11645
11646         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
11647           Fix DIB image inversion for pictures with a
11648           depth != 8 (#305279).
11649
11650 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11651
11652         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
11653         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
11654         * ext/jpeg/gstjpegdec.h:
11655           Fix durations on outgoing buffers after seeking
11656           in MJPEG files (#334083); some minor clean-ups.
11657
11658 2006-03-13  Wim Taymans  <wim@fluendo.com>
11659
11660         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
11661         (gst_wavparse_change_state):
11662         Implement seek in READY (re-fixes #327658)
11663
11664 2006-03-13  Wim Taymans  <wim@fluendo.com>
11665
11666         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
11667         * ext/esd/esdmon.c: (gst_esdmon_get):
11668         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
11669         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11670         (gst_gdk_pixbuf_sink_getcaps):
11671         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
11672         (gst_jpegenc_setcaps):
11673         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
11674         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
11675         (gst_smokeenc_setcaps):
11676         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
11677         (gst_mngdec_src_getcaps):
11678         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
11679         (gst_mngenc_chain):
11680         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
11681         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
11682         * ext/speex/gstspeexdec.c: (speex_dec_convert),
11683         (speex_dec_src_event), (speex_dec_chain):
11684         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
11685         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
11686         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
11687         (gst_negotiation_pad_link), (gst_negotiation_chain):
11688         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
11689         (gst_flxdec_chain):
11690         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
11691         (deinterleave_chain):
11692         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
11693         * gst/median/gstmedian.c: (gst_median_link):
11694         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
11695         (gst_monoscope_chain):
11696         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
11697         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
11698         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
11699         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
11700         close #333784 unref the result of gst_pad_get_parent()
11701         by: Christophe Fergeau.
11702
11703 2006-03-09  Wim Taymans  <wim@fluendo.com>
11704
11705         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
11706         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
11707         Handle events in push mode better, can now do non-flushing
11708         seeks in push mode as well.
11709
11710 2006-03-07  Wim Taymans  <wim@fluendo.com>
11711
11712         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11713         Applied patch from Kai Vehmanen, fixes #333624.
11714
11715 2006-03-06  Julien MOUTTE  <julien@moutte.net>
11716
11717         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
11718         Implement paletted and grayscale png files handling.
11719         (#150363).
11720
11721 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11722
11723         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
11724         (gst_speexenc_chain):
11725           fix a tag list assert
11726           follow gst-plugins-base/ext/ogg/README; set OFFSET
11727           and OFFSET_END.  Muxes correctly with gst-plugins-base
11728           > 0.9.3
11729
11730 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11731
11732         * gst/id3demux/Makefile.am:
11733         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
11734         (gst_id3demux_chain), (gst_id3demux_sink_activate):
11735           Use new typefind helper functions here as well, and
11736           do typefinding in pull-mode if upstream supports that.
11737
11738 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11739
11740         * sys/sunaudio/gstsunaudiomixerctrl.c:
11741         (gst_sunaudiomixer_ctrl_get_volume),
11742         (gst_sunaudiomixer_ctrl_set_volume):
11743         * sys/sunaudio/gstsunaudiomixertrack.c:
11744         (gst_sunaudiomixer_track_new):
11745           Remove unused variables, breaks build from CVS
11746           with -Werror (#333392, patch by: Benjamin Pineau)
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         Added wavparse docs.
11754
11755         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11756         (gst_wavparse_reset), (gst_wavparse_init),
11757         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
11758         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
11759         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11760         (gst_wavparse_stream_data), (gst_wavparse_loop),
11761         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
11762         (gst_wavparse_change_state):
11763         * gst/wavparse/gstwavparse.h:
11764         Implement seek in READY (fixes #327658)
11765         Added docs and did some cleanups.
11766
11767 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
11768
11769         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11770         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
11771         (gst_avi_demux_calculate_durations_from_index),
11772         (gst_avi_demux_stream_header):
11773         * gst/avi/gstavidemux.h:
11774           If we have an index, use a duration based on the index instead
11775           of blindly trusting the information in the stream headers
11776           (fixes #331817).
11777
11778 2006-03-03  Wim Taymans  <wim@fluendo.com>
11779
11780         * docs/plugins/Makefile.am:
11781         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11782         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11783         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11784         Added smoke and jpeg to the docs.
11785
11786         * ext/jpeg/Makefile.am:
11787         * ext/jpeg/gstjpeg.c: (plugin_init):
11788         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
11789         * ext/jpeg/gstjpegenc.h:
11790         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
11791         (gst_smokedec_chain):
11792         * ext/jpeg/gstsmokedec.h:
11793         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
11794         * ext/jpeg/gstsmokeenc.h:
11795         * ext/jpeg/smokecodec.h:
11796         Port smokedec (fixes #331905).
11797         Added some docs.
11798         Some cleanups.
11799
11800 2006-03-03  Wim Taymans  <wim@fluendo.com>
11801
11802         * docs/plugins/Makefile.am:
11803         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11804         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11805         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11806         Added videobalance and videoflip to the docs.
11807
11808         * gst/videofilter/Makefile.am:
11809         * gst/videofilter/gstvideobalance.c:
11810         (gst_video_balance_update_tables_planar411),
11811         (gst_video_balance_is_passthrough),
11812         (gst_video_balance_update_properties), (oil_tablelookup_u8),
11813         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
11814         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
11815         (gst_video_balance_finalize), (gst_video_balance_class_init),
11816         (gst_video_balance_init), (gst_video_balance_interface_supported),
11817         (gst_video_balance_interface_init),
11818         (gst_video_balance_colorbalance_list_channels),
11819         (gst_video_balance_colorbalance_set_value),
11820         (gst_video_balance_colorbalance_get_value),
11821         (gst_video_balance_colorbalance_init),
11822         (gst_video_balance_set_property), (gst_video_balance_get_property),
11823         (gst_video_balance_get_type), (plugin_init):
11824         * gst/videofilter/gstvideobalance.h:
11825         Ported to 0.10. (Fixes #326160)
11826         Added docs.
11827
11828         * gst/videofilter/gstvideoflip.c:
11829         * gst/videofilter/gstvideoflip.h:
11830         Added docs.
11831
11832 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
11833
11834         * configure.ac:
11835           Bump requirements to current core and -base CVS
11836           (core for new typefind helper API, and -base for the
11837           WAVFORMATEX support that was added to libgstriff and
11838           is needed by wavparse).
11839         
11840         * gst/apetag/Makefile.am:
11841         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
11842         (gst_tag_demux_sink_activate):
11843           Use new typefind helpers for typefinding instead of our
11844           home-grown stuff; also, do typefinding in pull-mode if
11845           upstream supports that.
11846
11847 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
11848
11849         Reviewed by: Christian Schaller <christian@fluendo.com>
11850
11851         This patch fixes bug: 329107
11852
11853         This Changelog entry is for a commit done on February 17
11854
11855         * ext/gconf/gconf.c
11856         * ext/gconf/gconf.h
11857         * ext/gconf/gstgconfaudiosink.c
11858         * ext/gconf/gstgconfaudiosink.h
11859         * gconf/gstreamer.schemas.in
11860
11861 2006-02-28  Wim Taymans  <wim@fluendo.com>
11862
11863         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11864         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
11865         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
11866         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
11867         Use DEBUG_OBJECT more.
11868
11869 2006-02-28  Wim Taymans  <wim@fluendo.com>
11870
11871         * docs/plugins/Makefile.am:
11872         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11873         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11874         Added dvdec and dvdemux to docs.
11875
11876         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
11877         Added docs.
11878         Check frame sizes so we don't crash when don't have enough
11879         data.
11880         Send nice error messages on error.
11881
11882         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
11883         (gst_dvdemux_class_init), (gst_dvdemux_init),
11884         (gst_dvdemux_finalize), (gst_dvdemux_reset),
11885         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
11886         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
11887         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
11888         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
11889         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
11890         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
11891         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
11892         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
11893         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
11894         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
11895         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
11896         * ext/dv/gstdvdemux.h:
11897         Added docs.
11898         Implement pull mode.
11899         Fix memleaks.
11900         Reduce memcpy for the video demuxing.
11901
11902 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
11903
11904         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
11905         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
11906         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
11907         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
11908           Add a little extra debug. Make the decoder not return NOT_LINKED,
11909           as we want to continue decoding all CMML and emitting tags.
11910
11911 2006-02-27  Michael Smith  <msmith@fluendo.com>
11912
11913         * ext/annodex/gstskeltag.c:
11914         * ext/annodex/gstskeltag.h:
11915           Deleted; these files aren't used any more either.
11916
11917 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11918
11919         * ext/Makefile.am: Fix dist-check.
11920
11921 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11922
11923         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
11924         memleak.
11925
11926 2006-02-25  Alessandro Decina <alessandro@nnva.org>
11927
11928         * ext/annodex/Makefile.am:
11929         * ext/annodex/gstannodex.c:
11930         * ext/annodex/gstcmmldec.c:
11931         * ext/annodex/gstcmmlenc.c:
11932         * ext/annodex/gstcmmlparser.c:
11933         * ext/annodex/gstcmmlparser.h:
11934         * ext/annodex/gstcmmlutils.c:
11935         * tests/check/elements/cmmldec.c:
11936         * tests/check/elements/cmmlenc.c:
11937           Fix a memleak in gst_cmml_track_list_add_clip.
11938           Handle overflows in clip's start and end times.
11939           Add the "encoded" parameter to cmmldec and cmmlenc caps.
11940           Do not parse junk at the end of a CMML preamble buffer.
11941           Register a libxml error handler to not print stuff on stderr.
11942           Check for bad clip start and end times in the testsuites.
11943
11944 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11945
11946         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
11947         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
11948         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
11949         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
11950         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
11951         possible memleaks.
11952
11953 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11954
11955         * tests/check/Makefile.am:
11956         * tests/check/elements/cmmldec.c:
11957         * tests/check/elements/cmmlenc.c: Fix tests so that they use
11958         the plugins-base tags.
11959
11960 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11961
11962         * ext/Makefile.am: Re-enable module.
11963
11964 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11965
11966         * tests/check/Makefile.am: Forgot to remove that test.
11967
11968 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11969
11970         * ext/annodex/Makefile.am:
11971         * ext/annodex/gstannodex.c: (plugin_init):
11972         * ext/annodex/gstcmmldec.c:
11973         * ext/annodex/gstskeldec.c:
11974         * ext/annodex/gstskeldec.h:
11975         * tests/check/Makefile.am:
11976         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
11977
11978 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11979
11980         * tests/check/Makefile.am: Disable those checks as well.
11981
11982 2006-02-24  Julien MOUTTE  <julien@moutte.net>
11983
11984         * ext/Makefile.am: Disable annodex for now until we figure out
11985         how to make it build.
11986         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
11987         Add a rule to your checklist : "please try to at least build 
11988         what you are going to commit into -good, or if you are too lazy
11989         to do that, please check that the buildbots are not crying because
11990         of your commit."
11991
11992 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
11993
11994         * configure.ac:
11995         * ext/Makefile.am:
11996         * ext/gdk_pixbuf/Makefile.am:
11997         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11998         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11999         * ext/gdk_pixbuf/pixbufscale.c:
12000         * ext/gdk_pixbuf/pixbufscale.h:
12001           Gdkpixbuf ported from 0.8 to 0.10 by
12002           Renato Filho <renato.filho@indt.org.br>.
12003           gst_loader and gdkpixbufanimation still need port.
12004
12005 2006-02-24  Michael Smith  <msmith@fluendo.com>
12006
12007         * configure.ac:
12008         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12009         * ext/Makefile.am:
12010         * ext/annodex/Makefile.am:
12011         * ext/annodex/gstannodex.c:
12012         * ext/annodex/gstannodex.h:
12013         * ext/annodex/gstcmmldec.c:
12014         * ext/annodex/gstcmmldec.h:
12015         * ext/annodex/gstcmmlenc.c:
12016         * ext/annodex/gstcmmlenc.h:
12017         * ext/annodex/gstcmmlparser.c:
12018         * ext/annodex/gstcmmlparser.h:
12019         * ext/annodex/gstcmmltag.c:
12020         * ext/annodex/gstcmmltag.h:
12021         * ext/annodex/gstcmmlutils.c:
12022         * ext/annodex/gstcmmlutils.h:
12023         * ext/annodex/gstskeldec.c:
12024         * ext/annodex/gstskeldec.h:
12025         * ext/annodex/gstskeltag.c:
12026         * ext/annodex/gstskeltag.h:
12027         * tests/check/Makefile.am:
12028         * tests/check/elements/cmmldec.c:
12029         * tests/check/elements/cmmlenc.c:
12030         * tests/check/elements/skeldec.c:
12031           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
12032           Includes tests & docs, oh my! Passes Thomas's -good checklist
12033           entirely. Wow.
12034
12035 2006-02-24  Michael Smith  <msmith@fluendo.com>
12036
12037         * autogen.sh:
12038           Check for automake 1.9 as well.
12039
12040 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12041
12042         * ext/flac/gstflacenc.c:
12043           Change min. sample rate to 8kHz to match flacdec's.
12044           
12045 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
12046
12047         * ext/cdio/Makefile.am:
12048           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
12049           required for Cygwin, see #317048)
12050
12051         * gst/rtp/gstasteriskh263.c:
12052           Cygwin has includes for both the unix network socket API
12053           and the windows API, but only one can be included, so fix
12054           includes to only use one or the other, prefering the unxi
12055           one (#317048).
12056
12057 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12058
12059         * rtp/gst/gstrtppcmadepay.c:
12060         * rtp/gst/gstrtppcmadepay.h:
12061         * rtp/gst/gstgstrtppcmapay.c:
12062         * rtp/gst/gstgstrtppcmapay.h:
12063         * rtp/gst/gstrtppcmudepay.c:
12064         * rtp/gst/gstrtppcmudepay.h:
12065         * rtp/gst/gstrtppcmupay.c:
12066         * rtp/gst/gstrtppcmupay.h:
12067         * rtp/gst/Makefile.am:
12068         * rtp/gst/gstrtp.c:
12069         * rtp/gst/README:
12070         Separated the G711 payloaders/depayloaders into separate elements for
12071         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
12072
12073 2006-02-22  Wim Taymans  <wim@fluendo.com>
12074
12075         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
12076         (gst_dvdec_change_state):
12077         * ext/dv/gstdvdec.h:
12078         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
12079         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12080         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12081         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
12082         (gst_dvdemux_flush), (gst_dvdemux_chain),
12083         (gst_dvdemux_change_state):
12084         * ext/dv/gstdvdemux.h:
12085         Ueber spiffify some more, added debug category.
12086         Use _scale.
12087         Use segments, respect playback rate from newsegment.
12088         Fix refcount issue.
12089
12090 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
12091
12092         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
12093         (gst_signal_processor_process):
12094         Fix compilation of LADPSA. It doesn't seem to work, and isn't
12095         enabled for the build, but it helps me win the feature-count
12096         competitions ooh yeah.
12097
12098 2006-02-19  Wim Taymans  <wim@fluendo.com>
12099
12100         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
12101         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
12102         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
12103         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
12104         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12105         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
12106         Use scaling code for added precission and more correct stop
12107         position in case scale==0.
12108
12109 2006-02-19  Wim Taymans  <wim@fluendo.com>
12110
12111         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12112         (gst_flxdec_chain):
12113         * gst/flx/gstflxdec.h:
12114         Implement DURATION query.
12115
12116 2006-02-19  Wim Taymans  <wim@fluendo.com>
12117
12118         * gst/flx/flx_color.h:
12119         * gst/flx/flx_fmt.h:
12120         * gst/flx/gstflxdec.c: (gst_flxdec_init),
12121         (gst_flxdec_src_query_handler), (flx_decode_color),
12122         (gst_flxdec_chain):
12123         * gst/flx/gstflxdec.h:
12124         Set MALLOCDATA for the temp buffers so we don't leak.
12125         Some debug cleanups.
12126         Consume all data in the adapter before leaving the chain
12127         function. Fixes #330678.
12128
12129 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
12130
12131         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12132         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
12133          Handle 0 data size in otherwise valid frames.
12134          Handle numeric strings in 2.4.0 even when not in parentheses 
12135
12136 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
12137
12138         * gst/matroska/matroska-demux.c:
12139         (gst_matroska_demux_subtitle_caps),
12140         (gst_matroska_demux_plugin_init):
12141         * gst/matroska/matroska-ids.h:
12142           Recognise SSA/ASS and USF subtitle formats and
12143           set proper caps when they are found.
12144
12145 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12146
12147         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
12148         (gst_jpeg_dec_chain):
12149           Fix invalid memory access for some odd-sized images
12150           (see image contained in quicktime stream in #327083);
12151           use g_malloc() instead of g_alloca().
12152
12153 2006-02-17  Wim Taymans  <wim@fluendo.com>
12154
12155         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12156         Patch from Sebastien Cote, fixes #319884
12157
12158 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12159
12160         * ext/cdio/gstcdio.c: (plugin_init):
12161           Init debug category (#331253).
12162
12163 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12164
12165         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12166           Pass extra_data to gst_riff_create_audio_caps(), so that
12167           WAVEFORMATEX stuff works. Post audio codec name and post
12168           it as taglist on the bus. Allow up to 8 channesl for raw
12169           PCM in the source pad template caps.
12170
12171 2006-02-16  Wim Taymans  <wim@fluendo.com>
12172
12173         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12174         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
12175         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
12176         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
12177         (gst_multipart_set_property), (gst_multipart_get_property):
12178         Applied #318663. Gives quite a few false positives in
12179         autoscan mode, but it's better than nothing. Not closing yet.
12180
12181 2006-02-16  Wim Taymans  <wim@fluendo.com>
12182
12183         * docs/plugins/Makefile.am:
12184         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12185         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12186         * docs/plugins/gst-plugins-good-plugins.args:
12187         * docs/plugins/inspect/plugin-udp.xml:
12188         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12189         (gst_udpsrc_start):
12190         Update documentation.
12191         Fix args.
12192
12193 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
12194
12195         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12196         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
12197         frame size. (Fixes #331368)
12198
12199 2006-02-16  Wim Taymans  <wim@fluendo.com>
12200
12201         * gst/rtsp/README:
12202         Updated README.
12203
12204         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
12205         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
12206         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
12207         * gst/rtsp/gstrtspsrc.h:
12208         Make sure the RTP port is an even port an try to allocate 
12209         another if not.
12210         Added retry property to control max retries for port allocation.
12211         Make sure RTCP port is RTP port+1.
12212         Cleanup when port allocation fails.
12213         Fixes #319183.
12214         
12215 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12216
12217         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
12218           Don't ignore return value of the parent class's state
12219           change function (#331385, patch by: Wouter Paesen).
12220
12221 2006-02-15  Wim Taymans  <wim@fluendo.com>
12222
12223         * configure.ac:
12224         * docs/plugins/Makefile.am:
12225         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12226         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12227         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12228         * ext/Makefile.am:
12229         * ext/hal/Makefile.am:
12230         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
12231         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
12232         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
12233         (do_toggle_element), (gst_hal_audio_sink_set_property),
12234         (gst_hal_audio_sink_get_property),
12235         (gst_hal_audio_sink_change_state):
12236         * ext/hal/gsthalaudiosink.h:
12237         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
12238         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
12239         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
12240         (do_toggle_element), (gst_hal_audio_src_set_property),
12241         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
12242         * ext/hal/gsthalaudiosrc.h:
12243         * ext/hal/gsthalelements.c: (plugin_init):
12244         * ext/hal/gsthalelements.h:
12245         * ext/hal/hal.c: (gst_hal_get_string),
12246         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
12247         (gst_hal_get_audio_src):
12248         * ext/hal/hal.h:
12249         Add HAL sound device wrapper plugins. Closes #329106
12250
12251 2006-02-15  Wim Taymans  <wim@fluendo.com>
12252
12253         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
12254         Add comment in a fultile attempt to stop the copy-and-paste 
12255         paradigm leading to duplication of bad code.
12256
12257         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
12258         Mime parameters have to be checked case insensitive
12259
12260 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
12261
12262         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
12263           Advance stream time for lagging subtitle streams by sending
12264           newsegment events with the update flag set.
12265
12266 2006-02-14  Edward Hervey  <edward@fluendo.com>
12267
12268         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
12269         There can be bogus data before the hdrl LIST tag in the RIFF header.
12270         It's hard to say if it's not respecting the AVI specifications or not,
12271         but since Google Video is producing AVIs like that and the other player
12272         don't seem to complain, I guess we should do the same.
12273
12274 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
12275
12276         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
12277         (parse_split_strings):
12278         Add more validation to ensure that a char encoding conversion
12279         produced a valid UTF-8 string.
12280
12281 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
12282
12283         Reviewed by: Edward Hervey  <edward@fluendo.com>
12284
12285         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12286         Properly handle end of segment. Closes #330885.
12287
12288 2006-02-13  Wim Taymans  <wim@fluendo.com>
12289
12290         * gst/rtp/gstrtpmp4gpay.h:
12291         For got to commit this one.
12292
12293 2006-02-12  Wim Taymans  <wim@fluendo.com>
12294
12295         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
12296         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
12297         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
12298         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
12299         * gst/rtp/gstrtpmp4gpay.h:
12300         Make more things work.
12301         Handle ACC config strings.
12302
12303 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12304
12305         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
12306           set timestamps if no incoming timestamps set
12307
12308 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
12309
12310         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
12311         (gst_tag_demux_do_typefind):
12312           ... and fix the very same leaks in GstTagDemux.
12313
12314 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
12315
12316         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
12317         (gst_id3demux_do_typefind):
12318         Fix a couple of mem leaks. (Patch by Jonathan Matthew
12319         <jonathan at kaolin dot wh9 dot net>)
12320
12321 2006-02-10  Wim Taymans  <wim@fluendo.com>
12322
12323         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
12324         First set options, then set caps or else the baseclass
12325         will not know about the options, duh.
12326
12327 2006-02-10  Wim Taymans  <wim@fluendo.com>
12328
12329         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
12330         (gst_rtp_mp4v_pay_setcaps):
12331         Don't waste time looking for a config string if we have codec_info
12332         on the incomming caps.
12333
12334 2006-02-10  Wim Taymans  <wim@fluendo.com>
12335
12336         * gst/rtp/README:
12337         Say something about case-sensitivity of caps vs mime-attributes.
12338
12339         * gst/rtp/Makefile.am:
12340         * gst/rtp/gstrtp.c: (plugin_init):
12341         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12342         (gst_rtp_amr_pay_handle_buffer):
12343         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
12344         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
12345         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
12346         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
12347         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
12348         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
12349         (gst_rtp_mp4g_pay_plugin_init):
12350         * gst/rtp/gstrtpmp4gpay.h:
12351         Added beginnings of mpeg4-generic payloader (RFC 3640)
12352
12353 2006-02-09  Wim Taymans  <wim@fluendo.com>
12354
12355         * gst/rtsp/Makefile.am:
12356         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
12357         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
12358         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
12359         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
12360         (gst_rtpdec_change_state):
12361         * gst/rtsp/gstrtpdec.h:
12362         * gst/rtsp/gstrtsp.c: (plugin_init):
12363         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12364         * gst/rtsp/rtspconnection.c: (read_body),
12365         (rtsp_connection_receive):
12366         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
12367         Resurected rtpdec to make rtspsrc happy again.
12368         Skip attributes from the session id.
12369         Don't crash when dumping a message with an empty body.
12370
12371
12372 2006-02-09  Wim Taymans  <wim@fluendo.com>
12373
12374         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12375         Added more meaningfull warnings when something goes wrong.
12376         Clear F bit on outgoing AMR packets.
12377
12378         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12379         (gst_rtp_amr_pay_handle_buffer):
12380         Added debugging category
12381         Support payloading of multiple AMR frames.
12382
12383         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
12384         Added some debugging.
12385
12386 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
12387
12388         * configure.ac:
12389           Back to CVS
12390
12391 === release 0.10.2 ===
12392
12393 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
12394
12395         * configure.ac:
12396           releasing 0.10.2, "Papa was a rolling stone"
12397
12398 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12399
12400         * configure.ac:
12401           Bump core and plugins-base requirement to 0.10.2.2
12402           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
12403
12404 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12405
12406         * ext/flac/gstflac.c: (plugin_init):
12407         * ext/speex/gstspeex.c: (plugin_init):
12408           Register musicbrainz tags.
12409
12410 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12411
12412         * ext/gconf/gconf.h:
12413           Remove declaration of function that no longer exists.
12414
12415 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12416
12417         * ext/shout2/gstshout2.c: (gst_shout2send_render),
12418         (gst_shout2send_setcaps), (gst_shout2send_change_state):
12419         Make shout2 work for non ogg streams
12420
12421 2006-02-06  Wim Taymans  <wim@fluendo.com>
12422
12423         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12424         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
12425         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
12426         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
12427         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
12428         * gst/udp/gstmultiudpsink.h:
12429         Updated docs.
12430         Added properties bytes-served, bytes_to_serve.
12431         Post proper error messages,
12432         Emit client added signal too.
12433
12434 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12435
12436         * docs/plugins/Makefile.am:
12437         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12438         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12439         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12440         (gst_multiudpsink_get_stats):
12441           adding docs for multiudpsink
12442
12443 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12444
12445         * gst/level/gstlevel.c: (gst_level_transform_ip):
12446           peak below decay is not necessarily an error, so don't ERROR log
12447
12448 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12449
12450         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
12451         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
12452         (gst_ebml_write_seek):
12453         * gst/matroska/ebml-write.h:
12454           Make sure we send a newsegment event in BYTES format
12455           before sending buffers (#328531).
12456
12457 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12458
12459         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
12460         (gst_dvdemux_sink_query):
12461         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
12462         * ext/speex/gstspeexdec.c: (speex_get_query_types),
12463         (speex_dec_src_query):
12464         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
12465         (gst_speexenc_sink_query):
12466         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12467         * gst/matroska/matroska-demux.c:
12468         (gst_matroska_demux_get_src_query_types),
12469         (gst_matroska_demux_handle_src_query):
12470         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
12471         (gst_wavparse_pad_query):
12472           Pass unhandled queries upstream instead of just dropping
12473           them (#326446). Update query type arrays here and there.
12474
12475 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12476
12477         * tests/check/elements/matroskamux.c: (setup_src_pad):
12478           Collectpads in core got changed and now also holds a
12479           reference to any pad that is part of it. Fix refcount
12480           checks in test case accordingly.
12481
12482 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12483
12484         * gst/apetag/gstapedemux.h:
12485           Fix include, for now GstTagDemux is in the apetag dir.
12486
12487 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12488
12489         * docs/plugins/Makefile.am:
12490         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12491         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12492         * docs/plugins/inspect/plugin-cdio.xml:
12493           Add cdio plugin to docs.
12494
12495         * ext/cdio/gstcdiocddasrc.c:
12496           Add gtk-doc blurb.
12497
12498         * ext/cdio/gstcdio.c:
12499           The plugin is called 'cdio' not 'cddio'.
12500
12501 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12502
12503         * configure.ac:
12504         * docs/plugins/Makefile.am:
12505         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12506         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12507         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12508         * docs/plugins/inspect/plugin-apetag.xml:
12509         * gst/apetag/Makefile.am:
12510         * gst/apetag/gstapedemux.c:
12511         * gst/apetag/gstapedemux.h:
12512         * gst/apetag/gsttagdemux.c:
12513         * gst/apetag/gsttagdemux.h:
12514           Add APE tag demuxer (#325649).
12515
12516 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12517
12518         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
12519         (gst_gconf_get_default_video_sink),
12520         (gst_gconf_get_default_audio_src),
12521         (gst_gconf_get_default_video_src):
12522         * ext/gconf/gconf.h:
12523         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
12524         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
12525         (do_toggle_element):
12526         * ext/gconf/gstgconfaudiosink.h:
12527         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
12528         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
12529         (do_toggle_element):
12530         * ext/gconf/gstgconfaudiosrc.h:
12531         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
12532         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
12533         (do_toggle_element):
12534         * ext/gconf/gstgconfvideosink.h:
12535         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
12536         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
12537         (do_toggle_element):
12538         * ext/gconf/gstgconfvideosrc.h:
12539           Ignore changing the GConf key to "". Ignore GConf key updates
12540           that don't actually change the string.
12541           For now, ignore the GConf key when the state is > READY, as
12542           it breaks streaming. Sometime it will be nice to bring the
12543           new sink online even mid-stream, by sending NEWSEGMENT info
12544           and possibly prerolling.
12545           (Fixes #326736)
12546
12547 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12548
12549         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
12550         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
12551         (zoomFilterSetResolution), (zoomFilterDestroy),
12552         (zoomFilterFastRGB), (pointFilter):
12553         * gst/goom/filters.h:
12554         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
12555         (goom_update), (goom_close):
12556         * gst/goom/goom_core.h:
12557         * gst/goom/goom_tools.h:
12558         * gst/goom/graphic.c:
12559         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
12560         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
12561         * gst/goom/gstgoom.h:
12562         * gst/goom/lines.c: (goom_lines):
12563         * gst/goom/lines.h:
12564           Make goom reentrant by moving all important static variables
12565           into instance structures.
12566           (Fixes #329181)
12567
12568 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
12569
12570         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
12571         (gst_avi_demux_all_source_pads_unlinked),
12572         (gst_avi_demux_process_next_entry):
12573         * gst/avi/gstavidemux.h:
12574           Third attempt, use gst_pad_is_linked() this time.
12575
12576 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
12577
12578         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12579         (parse_split_strings):
12580         Adjust for data length indicators when parsing (Fixes #329810)
12581         Fix stupid bug parsing UTF-8 tag text.
12582         Output tag strings with multiple fields as multiple tags, so the
12583         app gets all the data.
12584
12585 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12586
12587         * ext/flac/gstflacenc.c:
12588         Fixed a bug add in last commit, where no event is send. Thanks Tim to
12589         show me.
12590         
12591 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12592
12593         * ext/flac/gstflacenc.c:
12594         * gst/matroska/ebml-read.c:
12595         Just make it compile with --disable-gst-debug.
12596
12597 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
12598
12599         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
12600         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
12601         (id3v2_genre_fields_to_taglist):
12602           Never output a tag with a null contents string.
12603
12604 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12605
12606         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
12607           Only pause if all pads are unlinked AND we've tried to send data
12608           on all of them at least once.
12609
12610 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12611
12612         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
12613         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
12614           Make loop function/task pause itself when all source pads are
12615           unlinked.
12616
12617 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12618
12619         * configure.ac:
12620         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
12621           Use new functions from core to render a bin from a
12622           string. Fixes build. Up requirements to core CVS.
12623
12624 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
12625
12626         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
12627           Don't push buffers into the adapter that we are going to
12628           push downstream again without framing anyway. Also, the
12629           adaptor takes ownership of buffers put into it (fixes
12630           auparse pushing invalid buffers for .au files with
12631           ADPCM contents). Finally, set caps on all outgoing buffers.
12632
12633 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
12634
12635         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
12636         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
12637         (gst_id3demux_send_tag_event):
12638         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
12639         Someone should kick my butt. Remove ID3v1 tags from the end of the
12640         file.
12641
12642         Improve error messages. Send the TAG message as soon as we complete
12643         typefinding, instead of waiting until we send the first buffer.
12644         Downstream tag event is still sent before the first buffer.
12645
12646 2006-01-27  Jan Gerber  <j@bootlab.org>
12647
12648         Reviewed by: Andy Wingo <wingo@pobox.com>
12649
12650         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
12651         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
12652         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
12653         to not have warings flooding stderr. this is the suggested way
12654         also used in dvgrab and kino. (#328336)
12655
12656 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
12657
12658         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
12659         (gst_oss_sink_init), (gst_oss_sink_finalise):
12660           Free the device name string when finalised.
12661
12662 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
12663
12664         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
12665           Don't put function calls in g_return_if_fail() statements,
12666           or they'll be replaced with NOOPs if someone compiles with
12667           G_DISABLE_CHECKS defined.
12668           
12669 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
12670
12671         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12672         Never trust ANY information encoded in a media file, especially
12673         when it's giving you sizes. (Fixes #328452)
12674
12675 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
12676
12677         * gst/rtp/gstrtpg711pay.c:
12678         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
12679         bug #325148.
12680
12681 2006-01-23  Edward Hervey  <edward@fluendo.com>
12682
12683         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
12684         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
12685         * gst/matroska/matroska-ids.h:
12686         Added recognition of Real Audio and Video streams in matroska demuxer.
12687
12688 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
12689
12690         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
12691           Remove errant break statement, and fix compilation with
12692           older GCC.
12693
12694 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
12695
12696         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12697
12698         * sys/sunaudio/gstsunaudiomixerctrl.c:
12699         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
12700           Export functions that are needed in other parts of the code,
12701           makes the mixer actually work; adjust magic minimum buffer-time
12702           value from 3ms to 5ms to work around stuttering during mp3
12703           playback (#327765).
12704
12705 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
12706
12707         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12708
12709         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
12710         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
12711           Fix possible deadlock in matroska muxer (#327825).
12712
12713 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
12714
12715         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
12716         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
12717         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
12718         * gst/rtsp/sdpmessage.h:
12719         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
12720         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
12721           C89 fixes: declare variables at the beginning of a block and
12722           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
12723           <jensgr at gmx dot net>).
12724
12725 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
12726
12727         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12728         * gst/id3demux/id3tags.h:
12729         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12730         (parse_comment_frame), (parse_text_identification_frame),
12731         (id3v2_tag_to_taglist), (id3v2_are_digits),
12732         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
12733         (parse_split_strings), (free_tag_strings):
12734           Rewrite parsing of text tags to handle multiple NULL terminated
12735           strings. Parse numeric genre strings and ID3v2 type
12736           "(3)(6)Alternative" style genre strings.
12737           Parse dates that are only YYYY or YYYY-mm format.
12738           (Fixes #328241 and #322154)
12739
12740 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
12741
12742         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12743           Don't forget to initialize liboil, otherwise our oil functions
12744           will crash (fixes #327871; patch by: Christoph Burghardt
12745           <hawkes at web dot de>).
12746
12747 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12748
12749         * configure.ac:
12750           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
12751           like in the core and gst-plugins-base. Fixes #324367 and #326683;
12752           patch by: Brian Cameron <brian dot cameron at sun dot com>
12753
12754 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12755
12756         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
12757         * ext/cdio/gstcdio.h:
12758         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
12759           Fix build for libcdio versions >= 76; give slightly lower rank
12760           than cdparanoia.
12761
12762 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12763
12764         * configure.ac:
12765         * ext/Makefile.am:
12766         * ext/cdio/Makefile.am:
12767         * ext/cdio/gstcdio.c:
12768         * ext/cdio/gstcdio.h:
12769         * ext/cdio/gstcdiocddasrc.c:
12770         * ext/cdio/gstcdiocddasrc.h:
12771           Port libcdio cdda source, formerly known as cddasrc, now known as
12772           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
12773           but that's not tested (fixes #317658).
12774
12775 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12776
12777         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
12778           Fix conversion from TIME to BYTES format (fixes #326864;
12779           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
12780
12781 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
12782
12783         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12784           Fix compilation of id3demux when zlib is not present.
12785           (Fixes #326602; patch by: Sergey Scobich)
12786
12787 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
12788
12789         * ext/esd/Makefile.am:
12790           Add $(ESD_CFLAGS), otherwise build will fail for folks
12791           with libesd in a non-standard prefix (#327009).
12792
12793 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12794
12795         * configure.ac:
12796           back to HEAD
12797
12798 === release 0.10.1 ===
12799
12800 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
12801
12802         * configure.ac:
12803           releasing 0.10.1, "Li"
12804
12805 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12806
12807           patch by: Wim Taymans
12808
12809         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12810           fix memleak.  Fixes #326618
12811
12812 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12813
12814           patch by: Mike Smith
12815
12816         * gst/level/gstlevel.c: (gst_level_message_new),
12817         (gst_level_message_append_channel):
12818           Fix memleak.  Fixes #326612
12819
12820 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12821
12822         * configure.ac:
12823           prereleasing
12824         * po/af.po:
12825         * po/az.po:
12826         * po/cs.po:
12827         * po/en_GB.po:
12828         * po/hu.po:
12829         * po/it.po:
12830         * po/nb.po:
12831         * po/nl.po:
12832         * po/or.po:
12833         * po/sq.po:
12834         * po/sr.po:
12835         * po/sv.po:
12836         * po/uk.po:
12837         * po/vi.po:
12838           update translations
12839
12840 2006-01-10  Michael Smith  <msmith@fluendo.com>
12841
12842         * gst/level/gstlevel.c: (gst_level_class_init),
12843         (gst_level_dispose):
12844           Don't leak filter arrays.
12845
12846 2006-01-09 Brian Cameron <brian.cameron@sun.com>
12847
12848         reviewed by: Christian Schaller <uraeus@gnome.org>
12849         
12850         * configure.ac:
12851         * gst-plugins-good.spec.in:
12852         * sys/Makefile.am:
12853         * sys/sunaudio/Makefile.am:
12854         * sys/sunaudio/gstsunaudio.c: (plugin_init):
12855         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
12856         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
12857         (gst_sunaudiomixer_change_state):
12858         * sys/sunaudio/gstsunaudiomixer.h:
12859         * sys/sunaudio/gstsunaudiomixerctrl.c:
12860         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
12861         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
12862         (gst_sunaudiomixer_ctrl_list_tracks),
12863         (gst_sunaudiomixer_ctrl_get_volume),
12864         (gst_sunaudiomixer_ctrl_set_volume),
12865         (gst_sunaudiomixer_ctrl_set_mute),
12866         (gst_sunaudiomixer_ctrl_set_record):
12867         * sys/sunaudio/gstsunaudiomixerctrl.h:
12868         * sys/sunaudio/gstsunaudiomixertrack.c:
12869         (gst_sunaudiomixer_track_class_init),
12870         (gst_sunaudiomixer_track_init), (fill_labels),
12871         (gst_sunaudiomixer_track_new):
12872         * sys/sunaudio/gstsunaudiomixertrack.h:
12873         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
12874         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
12875         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
12876         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
12877         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
12878         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
12879         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
12880         * sys/sunaudio/gstsunaudiosink.h:
12881
12882         Add SunAudio plugin - tested to make sure it doesn't break
12883         the build under GNU/Linux.      
12884
12885 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
12886
12887         * gst-plugins-good/gst/udp/gstdynudpsink.c:
12888         * gst-plugins-good/gst/udp/gstudpsrc.c:
12889         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
12890         overrides the port or multicast parameters. Fixes bugs #323021.
12891         API addition: adds GstUDPSrc::sockfd property   
12892
12893 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
12894
12895         * ext/gconf/Makefile.am:
12896         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
12897         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
12898         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
12899         (do_toggle_element), (cb_toggle_element),
12900         (gst_gconf_audio_src_change_state):
12901         * ext/gconf/gstgconfaudiosrc.h:
12902         * ext/gconf/gstgconfelements.c: (plugin_init):
12903         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
12904         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
12905         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
12906         (do_toggle_element), (cb_toggle_element),
12907         (gst_gconf_video_src_change_state):
12908         * ext/gconf/gstgconfvideosrc.h:
12909           Add new gconfaudiosrc and gconfvideosrc elements
12910           (needed for gnome-sound-recorder).
12911
12912 2006-01-06  Edward Hervey  <edward@fluendo.com>
12913
12914         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
12915         Add gst_element_no_more_pads() for proper decodebin behaviour.
12916         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
12917         (parse_text_identification_frame), (parse_split_strings):
12918         Failure to decode some tags is not a GST_ERROR() but a
12919         GST_WARNING()
12920         When iterating over a chunk of text, check that we haven't gone too
12921         far.
12922
12923 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
12924
12925         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
12926         (plugin_init):
12927           call oil_init() when using liboil
12928
12929 2006-01-04  Wim Taymans  <wim@fluendo.com>
12930
12931         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12932         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12933         Fix leaks.
12934
12935 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
12936
12937         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12938
12939         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
12940         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
12941         (gst_flac_dec_change_state):
12942           Don't g_assert() where we should just return FALSE; remove
12943           unnecessary g_assert(); initialize some fields properly in
12944           state change function (fixes #325504). Also, use
12945           GST_DEBUG_OBJECT in two more places.
12946
12947 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
12948
12949         * configure.ac:
12950           also remove smoothwave's Makefile.am
12951         * docs/plugins/Makefile.am:
12952           fix plugin docs
12953
12954 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
12955
12956         * tests/examples/Makefile.am:
12957           added missing Makefile.am
12958
12959 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
12960
12961         * configure.ac:
12962         * gst/level/Makefile.am:
12963         * gst/level/level-example.c:
12964         * tests/Makefile.am:
12965         * tests/examples/level/Makefile.am:
12966         * tests/examples/level/level-example.c: (message_handler), (main):
12967           moved level-example to tests/examples/level-example
12968         * tests/old/examples/level/demo.c: (main):
12969         * tests/old/examples/level/plot.c: (main):
12970           some initial fixes
12971
12972 2005-12-29  Michael Smith  <msmith@fluendo.com>
12973
12974         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
12975         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
12976         * gst/udp/gstmultiudpsink.h:
12977           Track packets sent per client in addition to bytes sent; provide
12978           this info through get-stats signal
12979
12980 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
12981
12982         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
12983           Can't use gst_object_unref() on a GstAdapter (#325191).
12984
12985 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
12986
12987         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12988         If a broken tag has 0 bytes payload, at least still skip
12989         the 10 byte header
12990
12991 2005-12-22  Philippe Khalaf  <burger@speedy.org>
12992
12993         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
12994         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
12995         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
12996         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
12997           Making these depayloaders (H263+ and mpeg4 video) inherit from
12998           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
12999
13000 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13001
13002         * docs/plugins/gst-plugins-good-plugins.args:
13003         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13004         Regenerate the plugin hiearchy.
13005
13006 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13007
13008         * docs/plugins/Makefile.am:
13009         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13010         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13011         * docs/plugins/gst-plugins-good-plugins.args:
13012         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
13013         (gst_id3demux_base_init), (gst_id3demux_class_init),
13014         (gst_id3demux_chain):
13015         * gst/id3demux/gstid3demux.h:
13016           Add documentation for id3demux.
13017           Don't fail if the first buffer is not at offset 0, just
13018           attempt to typefind and do pass through
13019           Rename the gst_type function from gst_gst_id3demux..
13020
13021 2005-12-20  Michael Smith  <msmith@fluendo.com>
13022
13023         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13024         (gst_multiudpsink_add), (gst_multiudpsink_remove),
13025         (gst_multiudpsink_get_stats):
13026         * gst/udp/gstmultiudpsink.h:
13027           Collect statistics; return them from get_stats.
13028
13029 2005-12-19  Edward Hervey  <edward@fluendo.com>
13030
13031         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
13032         Stupid signedness issue...
13033
13034 2005-12-19  Edward Hervey  <edward@fluendo.com>
13035
13036         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13037         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
13038         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
13039         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13040         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
13041         Construct index for indexless files.
13042         Make sure pad/buffers are correctly reset to NULL once we don't need
13043         them anymore, else we get lovely segfaults/assertions.
13044         * gst/wavparse/gstwavparse.c:
13045         Yes, you can have 96KHz audio and wma in wav :(
13046
13047 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
13048
13049         * configure.ac:
13050           Check for optional dependency on zlib for id3demux
13051
13052         * gst/id3demux/Makefile.am:
13053         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
13054         (gst_id3demux_base_init), (gst_id3demux_class_init),
13055         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
13056         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
13057         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
13058         (gst_id3demux_set_property), (gst_id3demux_get_property),
13059         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
13060         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
13061         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
13062         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
13063         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
13064         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
13065         (simple_find_peek), (simple_find_suggest),
13066         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
13067         (plugin_init):
13068         * gst/id3demux/gstid3demux.h:
13069         * gst/id3demux/id3tags.c: (read_synch_uint),
13070         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
13071         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
13072         (id3demux_id3v2_frames_to_tag_list):
13073         * gst/id3demux/id3tags.h:
13074         * gst/id3demux/id3v2.4.0-frames.txt:
13075         * gst/id3demux/id3v2.4.0-structure.txt:
13076         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13077         (parse_comment_frame), (parse_text_identification_frame),
13078         (id3v2_tag_to_taglist), (parse_split_strings):
13079           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
13080           otherwise it discards them. Works on my test files. 
13081
13082         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
13083           Don't send EOS to a non-existing srcpad
13084           The debug category can be static
13085
13086 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
13087
13088         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
13089         * ext/esd/esdsink.c: (gst_esdsink_prepare):
13090         * gst/multipart/multipartdemux.c:
13091           change some char* into char[]
13092
13093 2005-12-16  Wim Taymans  <wim@fluendo.com>
13094
13095         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
13096         (gst_wavparse_other), (gst_wavparse_perform_seek),
13097         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
13098         (gst_wavparse_loop), (gst_wavparse_pad_convert),
13099         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
13100         * gst/wavparse/gstwavparse.h:
13101         Use GstSegment to implement more seeking features.
13102
13103 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
13104
13105         * gst/rtsp/rtspconnection.c:
13106           Add <netinet/in.h> include and move <arpa/inet.h> include
13107           to make things work on OpenBSD as well (fixes #323717;
13108           patch by: Benjamin Pineau)
13109
13110 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
13111
13112         * gst/rtp/gstrtpspeexdepay.c:
13113         * gst/rtp/gstrtpspeexpay.c:
13114         Set clock rate to be fixed in 8000. It fixes bug #324012.
13115
13116 2005-12-14  Philippe Khalaf  <burger@speedy.org>
13117
13118         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
13119         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
13120         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
13121         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13122         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13123         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
13124         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
13125         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13126         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
13127         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13128         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
13129         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
13130         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
13131         * gst-plugins-good/gst/rtp/README:
13132         Fixed payload range in payloder caps. Removed payload range completely
13133         from depayloaders as they don't require payload type in their caps.
13134         In effect, there isn't any specific payload type for any given codec,
13135         only suggestions.
13136         Fixes bug #324011.
13137
13138 2005-12-13  Julien MOUTTE  <julien@moutte.net>
13139
13140         * gst/videomixer/videomixer.c: (gst_videomixer_init),
13141         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13142         (gst_videomixer_collected): Code cleanup and re-enabling 
13143         queued time validity check for correct EOS handling.
13144
13145 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
13146
13147         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13148         (gst_oss_mixer_element_get_property),
13149         (gst_oss_mixer_element_change_state):
13150         Add 'device-name' property and fix state change function.
13151
13152 2005-12-13  Edward Hervey  <edward@fluendo.com>
13153
13154         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
13155         If the speed of the file is null in the header, set the frame_time to
13156         the default setting of GST_SECOND / 70. Which is the default
13157         frame_delay for .fli files as stated in this document :
13158         http://www.compuphase.com/flic.htm
13159         Would be nice to have the time conversion done properly too (duration =
13160         flxh->frames * flxdec->frame_time)
13161
13162 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13163
13164         * docs/plugins/Makefile.am:
13165         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13166         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13167         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13168         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13169         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13170         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
13171         documentation for videomixer on my way with a funny sample
13172         pipeline.
13173
13174 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13175
13176         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13177         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13178         (gst_videomixer_update_queues), (gst_videomixer_collected):
13179         Fix caps negotiation. (#323896)
13180
13181 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
13182
13183         * gst/matroska/matroska-demux.c:
13184         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
13185           Set correct timestamps on audio laces, fixes playback of mp3 from
13186                 matroska.
13187
13188 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
13189
13190         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
13191         (gst_au_parse_class_init), (gst_au_parse_init),
13192         (gst_au_parse_dispose), (gst_au_parse_chain),
13193         (gst_au_parse_change_state), (plugin_init):
13194         * gst/auparse/gstauparse.h:
13195           Use gst_object_unref() for GstObjects instead of
13196           g_object_unref() and fix a mem leak in a debug
13197           statement; while we're at it, also borgify, use
13198           boilerplate macros and clean up a little bit.
13199
13200 2005-12-11  Edward Hervey  <edward@fluendo.com>
13201
13202         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
13203         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
13204         Added pull mode.
13205
13206 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13207
13208         * gst/goom/gstgoom.c:
13209         * gst/level/level-example.c: (main):
13210         * gst/smoothwave/demo-osssrc.c: (main):
13211           Use audiotestsrc instead of sinesrc (#323798).
13212
13213 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
13214
13215         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
13216           more debug-func-ptr usage
13217
13218 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
13219
13220         * gst/flx/flx_color.c: (flx_colorspace_convert):
13221         * gst/flx/flx_color.h:
13222         * gst/flx/flx_fmt.h:
13223         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
13224         * gst/flx/gstflxdec.h:
13225           Now flxdec works on big-endian machines as well.
13226
13227 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13228
13229         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
13230         (gst_fenced_buffer_copy):
13231           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
13232           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
13233           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
13234           and use GST_DEBUG_FUNCPTR for pad functions.
13235
13236 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13237
13238         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
13239         (gst_flac_dec_class_init), (gst_flac_dec_init),
13240         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
13241         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
13242         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
13243         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
13244         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
13245         (gst_flac_dec_change_state):
13246         * ext/flac/gstflacdec.h:
13247           Rewrite flacdec a bit, so that even seeking might work now. Most
13248           importantly, don't act upon any flow return values we get, just tell
13249           the decoder everything's dandy and act on the flow return values
13250           later on in the loop function. We don't want to mess up the internal
13251           decoder state for non-fatal things like flushing pads etc. Other
13252           than that, use GstSegment (segment seeks don't work yet though, but
13253           should be easy to add), use boilerplate macros, drop the superfluous
13254           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
13255           lots of other things.
13256
13257 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13258
13259         * configure.ac:
13260           Update comment in OSS includes check.
13261
13262         * sys/oss/gstossdmabuffer.c:
13263         * sys/oss/gstosshelper.c:
13264         * sys/oss/gstossmixer.c:
13265         * sys/oss/gstossmixertrack.c:
13266         * sys/oss/gstosssink.c:
13267         * sys/oss/gstosssrc.c:
13268         * sys/oss/oss_probe.c:
13269           Don't assume the OSS soundcard.h include is always in
13270           the sys/ directory. Instead, use the existing defines
13271           from config.h to include the right file. Fixes
13272           compilation on OpenBSD 3.8 (#323718).
13273
13274 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13275
13276         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13277         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13278         * docs/plugins/inspect/plugin-1394.xml:
13279         * docs/plugins/inspect/plugin-aasink.xml:
13280         * docs/plugins/inspect/plugin-alaw.xml:
13281         * docs/plugins/inspect/plugin-alpha.xml:
13282         * docs/plugins/inspect/plugin-alphacolor.xml:
13283         * docs/plugins/inspect/plugin-auparse.xml:
13284         * docs/plugins/inspect/plugin-autodetect.xml:
13285         * docs/plugins/inspect/plugin-avi.xml:
13286         * docs/plugins/inspect/plugin-cacasink.xml:
13287         * docs/plugins/inspect/plugin-cairo.xml:
13288         * docs/plugins/inspect/plugin-cutter.xml:
13289         * docs/plugins/inspect/plugin-debug.xml:
13290         * docs/plugins/inspect/plugin-dv.xml:
13291         * docs/plugins/inspect/plugin-efence.xml:
13292         * docs/plugins/inspect/plugin-effectv.xml:
13293         * docs/plugins/inspect/plugin-esdsink.xml:
13294         * docs/plugins/inspect/plugin-flac.xml:
13295         * docs/plugins/inspect/plugin-flxdec.xml:
13296         * docs/plugins/inspect/plugin-gconfelements.xml:
13297         * docs/plugins/inspect/plugin-goom.xml:
13298         * docs/plugins/inspect/plugin-jpeg.xml:
13299         * docs/plugins/inspect/plugin-level.xml:
13300         * docs/plugins/inspect/plugin-matroska.xml:
13301         * docs/plugins/inspect/plugin-mulaw.xml:
13302         * docs/plugins/inspect/plugin-multipart.xml:
13303         * docs/plugins/inspect/plugin-navigationtest.xml:
13304         * docs/plugins/inspect/plugin-ossaudio.xml:
13305         * docs/plugins/inspect/plugin-png.xml:
13306         * docs/plugins/inspect/plugin-rtp.xml:
13307         * docs/plugins/inspect/plugin-rtsp.xml:
13308         * docs/plugins/inspect/plugin-shout2send.xml:
13309         * docs/plugins/inspect/plugin-smpte.xml:
13310         * docs/plugins/inspect/plugin-speex.xml:
13311         * docs/plugins/inspect/plugin-udp.xml:
13312         * docs/plugins/inspect/plugin-videobox.xml:
13313         * docs/plugins/inspect/plugin-videoflip.xml:
13314         * docs/plugins/inspect/plugin-videomixer.xml:
13315         * docs/plugins/inspect/plugin-wavenc.xml:
13316         * docs/plugins/inspect/plugin-wavparse.xml:
13317         * ext/flac/gstflac.c: (plugin_init):
13318         * ext/flac/gstflacdec.c: (flacdec_get_type),
13319         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
13320         (gst_flac_dec_init), (gst_flac_dec_finalize),
13321         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
13322         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
13323         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
13324         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
13325         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
13326         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
13327         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
13328         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
13329         * ext/flac/gstflacdec.h:
13330         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
13331         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
13332         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
13333         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
13334         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
13335         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
13336         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
13337         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
13338         (gst_flac_enc_change_state):
13339         * ext/flac/gstflacenc.h:
13340           borgify and fix up documentation
13341
13342 2005-12-09  Michael Smith  <msmith@fluendo.com>
13343
13344         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
13345           Accept a wider range of flac files, more closely matching flac spec.
13346
13347 2005-12-08  Julien MOUTTE  <julien@moutte.net>
13348
13349         * docs/plugins/Makefile.am: Add multipart elements.
13350         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13351         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
13352         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13353         * gst/multipart/multipartdemux.c:
13354         * gst/multipart/multipartmux.c: Add docs.
13355
13356 2005-12-07  Edward Hervey  <edward@fluendo.com>
13357
13358         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
13359         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
13360         (gst_avi_demux_invert):
13361         Memleak and crasher fixes.
13362         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
13363         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
13364         Memleak fixes
13365
13366 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13367
13368         * ext/aalib/gstaasink.h:
13369         * ext/cairo/gsttextoverlay.h:
13370         * ext/dv/gstdvdec.h:
13371         * ext/dv/gstdvdemux.c:
13372         * ext/dv/gstdvdemux.h:
13373         * ext/esd/esdsink.h:
13374         * ext/flac/flac_compat.h:
13375         * ext/flac/gstflacdec.h:
13376         * ext/flac/gstflacenc.h:
13377         * ext/gconf/gconf.h:
13378         * ext/gconf/gstgconfaudiosink.h:
13379         * ext/gconf/gstgconfvideosink.h:
13380         * ext/gdk_pixbuf/gstgdkanimation.h:
13381         * ext/jpeg/gstjpegdec.h:
13382         * ext/jpeg/smokecodec.h:
13383         * ext/jpeg/smokeformat.h:
13384         * ext/ladspa/gstsignalprocessor.h:
13385         * ext/ladspa/search.c: (LADSPAPluginSearch):
13386         * ext/ladspa/utils.h:
13387         * ext/libmng/gstmng.c:
13388         * ext/libmng/gstmngdec.h:
13389         * ext/libmng/gstmngenc.c:
13390         * ext/libmng/gstmngenc.h:
13391         * ext/libpng/gstpng.c:
13392         * ext/libpng/gstpngenc.c:
13393         * ext/libpng/gstpngenc.h:
13394         * ext/shout2/gstshout2.h:
13395         * ext/speex/gstspeexdec.h:
13396         * ext/speex/gstspeexenc.c:
13397         * ext/speex/gstspeexenc.h:
13398         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13399         * gst/autodetect/gstautoaudiosink.h:
13400         * gst/autodetect/gstautovideosink.h:
13401         * gst/avi/gstavidemux.h:
13402         * gst/cutter/gstcutter.c: (gst_cutter_chain),
13403         (gst_cutter_set_property), (gst_cutter_get_caps):
13404         * gst/cutter/gstcutter.h:
13405         * gst/debug/tests.c: (md5_process_block):
13406         * gst/debug/tests.h:
13407         * gst/effectv/gstwarp.c:
13408         * gst/flx/flx_fmt.h:
13409         * gst/flx/gstflxdec.h:
13410         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
13411         (zoomFilterFastRGB):
13412         * gst/goom/filters.h:
13413         * gst/goom/goom_tools.h:
13414         * gst/law/alaw-encode.c:
13415         * gst/level/gstlevel.c:
13416         * gst/level/gstlevel.h:
13417         * gst/matroska/ebml-write.h:
13418         * gst/matroska/matroska-demux.h:
13419         * gst/matroska/matroska-ids.h:
13420         * gst/matroska/matroska-mux.h:
13421         * gst/monoscope/convolve.c: (convolve_match):
13422         * gst/monoscope/convolve.h:
13423         * gst/multipart/multipartmux.c:
13424         * gst/oldcore/gstaggregator.c:
13425         * gst/oldcore/gstaggregator.h:
13426         * gst/oldcore/gstmd5sink.c: (md5_process_block):
13427         * gst/oldcore/gstmd5sink.h:
13428         * gst/oldcore/gstmultifilesrc.c:
13429         * gst/oldcore/gstmultifilesrc.h:
13430         * gst/oldcore/gstpipefilter.h:
13431         * gst/oldcore/gstshaper.h:
13432         * gst/rtp/gstrtpL16depay.h:
13433         * gst/rtp/gstrtpL16pay.h:
13434         * gst/rtp/gstrtpdepay.h:
13435         * gst/rtp/gstrtpmp4vpay.c:
13436         * gst/rtp/gstrtpmp4vpay.h:
13437         * gst/rtsp/gstrtspsrc.c:
13438         * gst/rtsp/gstrtspsrc.h:
13439         * gst/rtsp/rtspconnection.h:
13440         * gst/rtsp/rtspdefs.h:
13441         * gst/rtsp/rtspmessage.h:
13442         * gst/rtsp/rtsptransport.h:
13443         * gst/rtsp/rtspurl.c:
13444         * gst/rtsp/rtspurl.h:
13445         * gst/rtsp/sdpmessage.c:
13446         * gst/rtsp/sdpmessage.h:
13447         * gst/smpte/barboxwipes.c:
13448         * gst/smpte/gstmask.h:
13449         * gst/smpte/gstsmpte.h:
13450         * gst/smpte/paint.c:
13451         * gst/smpte/paint.h:
13452         * gst/udp/gstdynudpsink.h:
13453         * gst/udp/gstmultiudpsink.h:
13454         * gst/udp/gstudpsink.c:
13455         * gst/udp/gstudpsink.h:
13456         * gst/udp/gstudpsrc.c:
13457         * gst/videomixer/videomixer.c:
13458         * gst/wavenc/riff.h:
13459         * gst/wavparse/gstwavparse.h:
13460         * sys/oss/gstossdmabuffer.h:
13461         * sys/oss/gstossmixer.h:
13462         * sys/oss/gstossmixerelement.h:
13463         * sys/oss/gstossmixertrack.h:
13464         * sys/oss/gstosssink.c:
13465         * sys/oss/gstosssink.h:
13466         * sys/oss/gstosssrc.c:
13467         * sys/oss/gstosssrc.h:
13468         * sys/osxaudio/gstosxaudioelement.h:
13469         * sys/osxaudio/gstosxaudiosink.h:
13470         * sys/osxaudio/gstosxaudiosrc.h:
13471           expand tabs
13472
13473 === release 0.10.0 ===
13474
13475 2005-12-05   <thomas (at) apestaart (dot) org>
13476
13477         * configure.ac:
13478           releasing 0.10.0, "Abondance"
13479
13480 2005-12-05  Andy Wingo  <wingo@pobox.com>
13481
13482         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13483         * ext/flac/gstflacdec.c: (gst_flacdec_write):
13484         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
13485         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
13486         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
13487         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
13488         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13489         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
13490         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
13491         * ext/speex/gstspeexdec.c: (speex_dec_chain):
13492         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
13493         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13494         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
13495         * gst/goom/gstgoom.c: (gst_goom_chain):
13496         * gst/matroska/matroska-demux.c:
13497         (gst_matroska_demux_push_vorbis_codec_priv_data),
13498         (gst_matroska_demux_add_wvpk_header):
13499         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13500         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
13501         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
13502         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
13503         alloc_buffer changes.
13504
13505 2005-12-05  Michael Smith  <msmith@fluendo.com>
13506
13507         * docs/plugins/gst-plugins-good-plugins.args:
13508           Remove args for plugins that aren't in -good.
13509
13510 === release 0.9.7 ===
13511
13512 2005-12-01   <thomas (at) apestaart (dot) org>
13513
13514         * configure.ac:
13515           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
13516
13517 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13518
13519         * docs/plugins/.cvsignore:
13520         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13521         * docs/plugins/inspect/plugin-multipart.xml:
13522         * docs/plugins/inspect/plugin-rtp.xml:
13523           add multipart plugin to docs
13524
13525 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13526
13527         * configure.ac:
13528         * ext/Makefile.am:
13529         * ext/pango/Makefile.am:
13530         * ext/pango/gstclockoverlay.c:
13531         * ext/pango/gstclockoverlay.h:
13532         * ext/pango/gsttextoverlay.c:
13533         * ext/pango/gsttextoverlay.h:
13534         * ext/pango/gsttextrender.c:
13535         * ext/pango/gsttextrender.h:
13536         * ext/pango/gsttimeoverlay.c:
13537         * ext/pango/gsttimeoverlay.h:
13538           move pango to base
13539
13540 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13541
13542         * gst/rtp/Makefile.am:
13543         * gst/rtp/gstrtpL16depay.c:
13544         * gst/rtp/gstrtpL16depay.h:
13545         * gst/rtp/gstrtpL16parse.c:
13546         * gst/rtp/gstrtpL16parse.h:
13547         * gst/rtp/gstrtpgsmdepay.c:
13548         * gst/rtp/gstrtpgsmdepay.h:
13549         * gst/rtp/gstrtpgsmparse.c:
13550         * gst/rtp/gstrtpgsmparse.h:
13551           parsers are depayers
13552
13553 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13554
13555         * gst/rtp/Makefile.am:
13556         * gst/rtp/gstasteriskh263.c:
13557         * gst/rtp/gstrtp.c:
13558         * gst/rtp/gstrtpL16enc.c:
13559         * gst/rtp/gstrtpL16enc.h:
13560         * gst/rtp/gstrtpL16parse.c:
13561         * gst/rtp/gstrtpL16parse.h:
13562         * gst/rtp/gstrtpL16pay.c:
13563         * gst/rtp/gstrtpL16pay.h:
13564         * gst/rtp/gstrtpamrdec.c:
13565         * gst/rtp/gstrtpamrdec.h:
13566         * gst/rtp/gstrtpamrdepay.c:
13567         * gst/rtp/gstrtpamrdepay.h:
13568         * gst/rtp/gstrtpamrenc.c:
13569         * gst/rtp/gstrtpamrenc.h:
13570         * gst/rtp/gstrtpamrpay.c:
13571         * gst/rtp/gstrtpamrpay.h:
13572         * gst/rtp/gstrtpdec.c:
13573         * gst/rtp/gstrtpdec.h:
13574         * gst/rtp/gstrtpdepay.c:
13575         * gst/rtp/gstrtpdepay.h:
13576         * gst/rtp/gstrtpg711dec.c:
13577         * gst/rtp/gstrtpg711dec.h:
13578         * gst/rtp/gstrtpg711depay.c:
13579         * gst/rtp/gstrtpg711depay.h:
13580         * gst/rtp/gstrtpg711enc.c:
13581         * gst/rtp/gstrtpg711enc.h:
13582         * gst/rtp/gstrtpg711pay.c:
13583         * gst/rtp/gstrtpg711pay.h:
13584         * gst/rtp/gstrtpgsmenc.c:
13585         * gst/rtp/gstrtpgsmenc.h:
13586         * gst/rtp/gstrtpgsmparse.c:
13587         * gst/rtp/gstrtpgsmparse.h:
13588         * gst/rtp/gstrtpgsmpay.c:
13589         * gst/rtp/gstrtpgsmpay.h:
13590         * gst/rtp/gstrtph263enc.c:
13591         * gst/rtp/gstrtph263enc.h:
13592         * gst/rtp/gstrtph263pay.c:
13593         * gst/rtp/gstrtph263pay.h:
13594         * gst/rtp/gstrtph263pdec.c:
13595         * gst/rtp/gstrtph263pdec.h:
13596         * gst/rtp/gstrtph263pdepay.c:
13597         * gst/rtp/gstrtph263pdepay.h:
13598         * gst/rtp/gstrtph263penc.c:
13599         * gst/rtp/gstrtph263penc.h:
13600         * gst/rtp/gstrtph263ppay.c:
13601         * gst/rtp/gstrtph263ppay.h:
13602         * gst/rtp/gstrtpmp4vdec.c:
13603         * gst/rtp/gstrtpmp4vdec.h:
13604         * gst/rtp/gstrtpmp4vdepay.c:
13605         * gst/rtp/gstrtpmp4vdepay.h:
13606         * gst/rtp/gstrtpmp4venc.c:
13607         * gst/rtp/gstrtpmp4venc.h:
13608         * gst/rtp/gstrtpmp4vpay.c:
13609         * gst/rtp/gstrtpmp4vpay.h:
13610         * gst/rtp/gstrtpmpadec.c:
13611         * gst/rtp/gstrtpmpadec.h:
13612         * gst/rtp/gstrtpmpadepay.c:
13613         * gst/rtp/gstrtpmpadepay.h:
13614         * gst/rtp/gstrtpmpaenc.c:
13615         * gst/rtp/gstrtpmpaenc.h:
13616         * gst/rtp/gstrtpmpapay.c:
13617         * gst/rtp/gstrtpmpapay.h:
13618         * gst/rtp/gstrtpspeexdec.c:
13619         * gst/rtp/gstrtpspeexdec.h:
13620         * gst/rtp/gstrtpspeexdepay.c:
13621         * gst/rtp/gstrtpspeexdepay.h:
13622         * gst/rtp/gstrtpspeexenc.c:
13623         * gst/rtp/gstrtpspeexenc.h:
13624         * gst/rtp/gstrtpspeexpay.c:
13625         * gst/rtp/gstrtpspeexpay.h:
13626           Do burger's rename for rtp payloaders and depayloaders
13627
13628 2005-11-30  Wim Taymans  <wim@fluendo.com>
13629
13630         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13631         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
13632         * ext/dv/gstdvdemux.h:
13633         Fix seeking in dvdemux again, add some more debug info.
13634
13635 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13636
13637         * configure.ac:
13638           fix tests
13639
13640 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13641
13642         * PORTED_09:
13643         * docs/random/PORTED_09:
13644           move
13645         * tests/Makefile.am:
13646           add
13647         * win32/gst.sln:
13648           remove
13649
13650 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13651
13652         * Makefile.am:
13653         * check/.cvsignore:
13654         * check/Makefile.am:
13655         * check/elements/.cvsignore:
13656         * check/elements/level.c:
13657         * check/elements/matroskamux.c:
13658         * configure.ac:
13659         * examples/Makefile.am:
13660         * examples/capsfilter/Makefile.am:
13661         * examples/capsfilter/capsfilter1.c:
13662         * examples/gob/Makefile.am:
13663         * examples/gob/gst-identity2.gob:
13664         * examples/gstplay/.cvsignore:
13665         * examples/gstplay/Makefile.am:
13666         * examples/gstplay/player.c:
13667         * examples/indexing/.cvsignore:
13668         * examples/indexing/Makefile.am:
13669         * examples/indexing/indexmpeg.c:
13670         * examples/level/Makefile.am:
13671         * examples/level/README:
13672         * examples/level/demo.c:
13673         * examples/level/plot.c:
13674         * examples/stats/Makefile.am:
13675         * examples/stats/mp2ogg.c:
13676         * examples/switch/.cvsignore:
13677         * examples/switch/Makefile.am:
13678         * examples/switch/switcher.c:
13679           move under tests/
13680
13681 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
13682
13683         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
13684         (gst_text_render_class_init), (resize_bitmap),
13685         (gst_text_render_render_text), (gst_text_render_setcaps),
13686         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
13687         (gst_text_render_chain), (gst_text_render_finalize),
13688         (gst_text_render_init), (gst_text_render_set_property):
13689         * ext/pango/gsttextrender.h:
13690           Add missing files.
13691
13692 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
13693
13694         * configure.ac:
13695         * ext/Makefile.am:
13696         * ext/pango/Makefile.am:
13697         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
13698         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
13699         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
13700         * ext/pango/gstclockoverlay.h:
13701         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
13702         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
13703         (gst_text_overlay_finalize), (gst_text_overlay_init),
13704         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
13705         (gst_text_overlay_text_pad_linked),
13706         (gst_text_overlay_text_pad_unlinked),
13707         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
13708         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
13709         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
13710         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
13711         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13712         (gst_text_overlay_change_state), (plugin_init):
13713         * ext/pango/gsttextoverlay.h:
13714         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
13715         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
13716         (gst_time_overlay_class_init), (gst_time_overlay_init):
13717         * ext/pango/gsttimeoverlay.h:
13718           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
13719           and add background shading and text wrapping modes. Make 
13720           timoverlay derive from textoverlay. Also add new clockoverlay
13721           element.
13722
13723 2005-11-30  Julien MOUTTE  <julien@moutte.net>
13724
13725         * gst/udp/Makefile.am: Moved to netbuffer.
13726
13727 2005-11-30  Julien MOUTTE  <julien@moutte.net>
13728
13729         * configure.ac:
13730         * PORTED_O9:
13731         * gst/multipart/Makefile.am:
13732         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
13733         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
13734         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
13735         (gst_multipart_demux_change_state),
13736         (gst_multipart_demux_plugin_init):
13737         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
13738         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
13739         (gst_multipart_mux_sinkconnect),
13740         (gst_multipart_mux_request_new_pad),
13741         (gst_multipart_mux_handle_src_event),
13742         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
13743         (gst_multipart_mux_change_state): Ported multipart mux/demux to
13744         0.9.
13745
13746 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13747
13748         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
13749         * gst/debug/gstnavigationtest.h:
13750         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
13751         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
13752         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
13753         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
13754         * gst/effectv/gstrev.c: (gst_revtv_get_type):
13755         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
13756         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
13757         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
13758         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
13759         (gst_video_flip_get_type):
13760         * gst/videofilter/gstvideoflip.h:
13761           update for symbols change
13762
13763 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13764
13765         * gst/udp/gstdynudpsink.c:
13766         * gst/udp/gstudpsrc.c:
13767           the old gstnet lib was renamed gstnetbuffer (#322257)
13768
13769 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
13770
13771         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
13772         (gst_text_overlay_collected):
13773           Actually render the text from the text pad.
13774
13775 2005-11-29  Edward Hervey  <edward@fluendo.com>
13776
13777         * gst/debug/gstnavseek.c: (gst_navseek_event):
13778         * gst/debug/progressreport.c: (gst_progress_report_event):
13779         Update for GstBaseTransform event virtual method
13780
13781 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13782
13783         * ext/cairo/Makefile.am:
13784           no need to link to videofilter
13785
13786 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13787
13788         * gst/debug/Makefile.am:
13789         * gst/debug/gstnavigationtest.h:
13790         * gst/effectv/Makefile.am:
13791         * gst/effectv/gstaging.c:
13792         * gst/effectv/gstdice.c:
13793         * gst/effectv/gstedge.c:
13794         * gst/effectv/gstquark.c:
13795         * gst/effectv/gstrev.c:
13796         * gst/effectv/gstshagadelic.c:
13797         * gst/effectv/gstvertigo.c:
13798         * gst/effectv/gstwarp.c:
13799         * gst/videofilter/Makefile.am:
13800         * gst/videofilter/gstvideofilter.c:
13801         * gst/videofilter/gstvideofilter.h:
13802         * gst/videofilter/gstvideoflip.h:
13803           remove the videofilter library and link to the one in base
13804
13805 2005-11-28  Edward Hervey  <edward@fluendo.com>
13806
13807         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
13808         Useless check now we're setting the current entry correctly.
13809
13810 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
13811
13812         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
13813         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
13814         (gst_jpegenc_change_state):
13815           Don't leak input buffer in chain function (fixes #322667); make 
13816           state change function thread-safe; don't repeat the current function
13817           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
13818           gst_pad_alloc_buffer(); misc. minor cleanups.
13819
13820 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
13821
13822         * gst/matroska/matroska-mux.c:
13823         (gst_matroska_mux_video_pad_setcaps):
13824         Look for pixel-aspect-ratio in caps, not pixel_width and
13825         pixel_height (Fixes: #322645)
13826
13827 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
13828
13829         * gst/matroska/matroska-mux.c:
13830         (gst_matroska_mux_video_pad_setcaps):
13831         From Michal Benes:
13832         frame duration should be GST_SECOND / framerate, not
13833         GST_SECOND * framerate. (Fixes: #322643)
13834
13835 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13836
13837         * configure.ac:
13838           fix up GST_PLUGIN_LDFLAGS
13839         * gst/rtsp/rtspconnection.c:
13840           fix includes (see #317043)
13841         * gst/videofilter/Makefile.am:
13842           stop installing this library
13843
13844 2005-11-26  Edward Hervey  <edward@fluendo.com>
13845
13846         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
13847         Handle the case where the incoming Video dv stream doesn't have
13848         a pixel aspect ratio set.
13849
13850 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13851
13852         * docs/plugins/Makefile.am:
13853         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13854         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13855         * ext/flac/gstflacdec.c:
13856           document flacdec
13857
13858 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13859
13860         * docs/plugins/Makefile.am:
13861         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13862         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13863         * docs/plugins/inspect/plugin-autodetect.xml:
13864         * ext/cairo/gstcairo.c: (plugin_init):
13865         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
13866         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
13867         (gst_text_overlay_init), (gst_text_overlay_font_init),
13868         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
13869         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
13870         (gst_text_overlay_text_pad_linked),
13871         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
13872         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
13873         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
13874         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13875         (gst_text_overlay_change_state):
13876         * ext/cairo/gsttextoverlay.h:
13877         * ext/cairo/gsttimeoverlay.c:
13878         (gst_cairo_time_overlay_update_font_height),
13879         (gst_cairo_time_overlay_set_caps),
13880         (gst_cairo_time_overlay_get_unit_size),
13881         (gst_cairo_time_overlay_print_smpte_time),
13882         (gst_cairo_time_overlay_transform),
13883         (gst_cairo_time_overlay_base_init),
13884         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
13885         (gst_cairo_time_overlay_get_type):
13886         * ext/cairo/gsttimeoverlay.h:
13887           do some name borgifying
13888           document
13889
13890 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13891
13892         * docs/plugins/Makefile.am:
13893         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13894         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13895         * gst/autodetect/gstautoaudiosink.c:
13896         (gst_auto_audio_sink_base_init):
13897         * gst/autodetect/gstautovideosink.c:
13898         (gst_auto_video_sink_base_init),
13899         (gst_auto_video_sink_factory_filter):
13900           documenting auto*sink
13901           using strstr for the video sink lookup, class field is not ordered
13902         * docs/plugins/inspect/plugin-1394.xml:
13903         * docs/plugins/inspect/plugin-aasink.xml:
13904         * docs/plugins/inspect/plugin-alaw.xml:
13905         * docs/plugins/inspect/plugin-alpha.xml:
13906         * docs/plugins/inspect/plugin-alphacolor.xml:
13907         * docs/plugins/inspect/plugin-auparse.xml:
13908         * docs/plugins/inspect/plugin-autodetect.xml:
13909         * docs/plugins/inspect/plugin-avi.xml:
13910         * docs/plugins/inspect/plugin-cacasink.xml:
13911         * docs/plugins/inspect/plugin-cairo.xml:
13912         * docs/plugins/inspect/plugin-cutter.xml:
13913         * docs/plugins/inspect/plugin-debug.xml:
13914         * docs/plugins/inspect/plugin-dv.xml:
13915         * docs/plugins/inspect/plugin-efence.xml:
13916         * docs/plugins/inspect/plugin-effectv.xml:
13917         * docs/plugins/inspect/plugin-esdsink.xml:
13918         * docs/plugins/inspect/plugin-flac.xml:
13919         * docs/plugins/inspect/plugin-flxdec.xml:
13920         * docs/plugins/inspect/plugin-gconfelements.xml:
13921         * docs/plugins/inspect/plugin-goom.xml:
13922         * docs/plugins/inspect/plugin-jpeg.xml:
13923         * docs/plugins/inspect/plugin-level.xml:
13924         * docs/plugins/inspect/plugin-matroska.xml:
13925         * docs/plugins/inspect/plugin-mulaw.xml:
13926         * docs/plugins/inspect/plugin-navigationtest.xml:
13927         * docs/plugins/inspect/plugin-ossaudio.xml:
13928         * docs/plugins/inspect/plugin-png.xml:
13929         * docs/plugins/inspect/plugin-rtp.xml:
13930         * docs/plugins/inspect/plugin-rtsp.xml:
13931         * docs/plugins/inspect/plugin-shout2send.xml:
13932         * docs/plugins/inspect/plugin-smpte.xml:
13933         * docs/plugins/inspect/plugin-speex.xml:
13934         * docs/plugins/inspect/plugin-udp.xml:
13935         * docs/plugins/inspect/plugin-videobox.xml:
13936         * docs/plugins/inspect/plugin-videoflip.xml:
13937         * docs/plugins/inspect/plugin-videomixer.xml:
13938         * docs/plugins/inspect/plugin-wavenc.xml:
13939         * docs/plugins/inspect/plugin-wavparse.xml:
13940           update for HEAD version
13941
13942 2005-11-25  Michael Smith  <msmith@fluendo.com>
13943
13944         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
13945           Patch from Sebastien Cote to close control sockets in udpsrc.
13946
13947 2005-11-24  Julien MOUTTE  <julien@moutte.net>
13948
13949         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
13950         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
13951         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
13952         (gst_quarktv_base_init), (gst_quarktv_class_init),
13953         (gst_quarktv_init): Flush the planes list on reverse caps
13954         negotiation. This was crashing because of differently sized
13955         buffers.
13956
13957 2005-11-24  Julien MOUTTE  <julien@moutte.net>
13958
13959         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
13960         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
13961         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
13962         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
13963         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
13964         (gst_videoflip_set_property), (gst_videoflip_base_init),
13965         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
13966         correctly, fix identity flipping, convert navigation event 
13967         correctly again.
13968
13969 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13970
13971         * configure.ac: back to HEAD
13972
13973 === release 0.9.6 ===
13974
13975 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
13976
13977         * configure.ac:
13978           releasing 0.9.6, "Everything's Not Lost"
13979
13980 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13981
13982         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
13983         Oops, initialise the framerate GValue
13984
13985 2005-11-23  Julien MOUTTE  <julien@moutte.net>
13986
13987         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
13988         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
13989         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
13990         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
13991         (gst_timeoverlay_get_type):
13992         * ext/cairo/gsttimeoverlay.h:
13993         * gst/debug/Makefile.am:
13994         * gst/debug/gstnavigationtest.c:
13995         (gst_navigationtest_handle_src_event),
13996         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
13997         (gst_navigationtest_transform), (gst_navigationtest_change_state),
13998         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
13999         (gst_navigationtest_init), (gst_navigationtest_get_type),
14000         (plugin_init):
14001         * gst/debug/gstnavigationtest.h:
14002         * gst/effectv/Makefile.am:
14003         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
14004         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
14005         (gst_agingtv_base_init), (gst_agingtv_class_init),
14006         (gst_agingtv_init), (gst_agingtv_get_type):
14007         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
14008         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
14009         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
14010         (gst_dicetv_get_type):
14011         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
14012         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
14013         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
14014         (gst_edgetv_get_type):
14015         * gst/effectv/gsteffectv.c:
14016         * gst/effectv/gsteffectv.h:
14017         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14018         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
14019         (gst_quarktv_change_state), (gst_quarktv_base_init),
14020         (gst_quarktv_class_init), (gst_quarktv_init),
14021         (gst_quarktv_get_type):
14022         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
14023         (gst_revtv_get_unit_size), (gst_revtv_transform),
14024         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
14025         (gst_revtv_get_type):
14026         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
14027         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
14028         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
14029         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
14030         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
14031         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
14032         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
14033         (gst_vertigotv_init), (gst_vertigotv_get_type):
14034         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
14035         (gst_warptv_get_unit_size), (gst_warptv_transform),
14036         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
14037         (gst_warptv_get_type):
14038         * gst/videofilter/Makefile.am:
14039         * gst/videofilter/gstvideobalance.c:
14040         * gst/videofilter/gstvideobalance.h:
14041         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
14042         (gst_videofilter_class_init), (gst_videofilter_init):
14043         * gst/videofilter/gstvideofilter.h:
14044         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
14045         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
14046         (gst_videoflip_flip), (gst_videoflip_transform),
14047         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
14048         (gst_videoflip_base_init), (gst_videoflip_class_init),
14049         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
14050         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
14051         BaseTransform, it's just a place holder for now and every video
14052         effect plugin has been ported to use BaseTransform features 
14053         directly. QuarkTV was fixed too (was broken), navigationtest works
14054         and best for the end, videoflip converts navigation events depending
14055         on flip method ! Fixes #320953
14056
14057 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14058
14059         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14060         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
14061         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14062         (gst_goom_src_negotiate), (gst_goom_chain):
14063         * gst/matroska/matroska-mux.c:
14064         (gst_matroska_mux_video_pad_setcaps):
14065         * sys/osxvideo/osxvideosink.m:
14066           Fixes for API changes
14067
14068 2005-11-23  Michael Smith <msmith@fluendo.com>
14069
14070         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
14071         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
14072         * ext/jpeg/gstjpegdec.h:
14073         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
14074         * ext/jpeg/gstjpegenc.h:
14075         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14076         (gst_smokeenc_resync):
14077         * ext/jpeg/gstsmokeenc.h:
14078           JPEG fractiony goodness.
14079
14080 2005-11-22  Michael Smith <msmith@fluendo.com>
14081
14082         * gst/goom/filters.c:
14083         * gst/goom/graphic.h:
14084           Fix compilation by making some functions static inline instead of
14085           extern inline, matching the way they're used.
14086
14087 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14088
14089         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
14090         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
14091         * ext/cairo/gsttextoverlay.h:
14092         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
14093         * ext/gdk_pixbuf/gstgdkpixbuf.h:
14094         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
14095         (gst_pngdec_caps_create_and_set):
14096         * ext/libpng/gstpngdec.h:
14097         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
14098         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
14099         * gst/avi/gstavimux.c: (gst_avimux_init),
14100         (gst_avimux_vidsinkconnect):
14101         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14102         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14103         (gst_goom_src_negotiate), (gst_goom_chain):
14104         * gst/goom/gstgoom.h:
14105         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14106         * gst/matroska/matroska-mux.c:
14107         (gst_matroska_mux_video_pad_setcaps):
14108         * sys/osxvideo/osxvideosink.h:
14109         * sys/osxvideo/osxvideosink.m:
14110           More fractional framerate conversions 
14111
14112 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14113
14114         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14115         * gst/debug/gstnavigationtest.c:
14116         (gst_navigationtest_handle_src_event):
14117         * gst/videofilter/gstvideofilter.c:
14118         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
14119         (gst_videofilter_init):
14120         * gst/videofilter/gstvideofilter.h:
14121           Convert to fractional framerates.
14122
14123 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14124
14125         * ext/aalib/gstaasink.c:
14126         * ext/dv/gstdvdec.c:
14127         * ext/esd/esdmon.c:
14128         * ext/flac/gstflacenc.c:
14129         * ext/gdk_pixbuf/pixbufscale.c:
14130         * ext/libcaca/gstcacasink.c:
14131         * ext/shout2/gstshout2.c:
14132         * gst/alpha/gstalpha.c:
14133         * gst/oldcore/gstaggregator.c:
14134         * gst/oldcore/gstshaper.c:
14135         * gst/smpte/barboxwipes.c:
14136         * gst/smpte/gstsmpte.c:
14137         * gst/videobox/gstvideobox.c:
14138         * gst/videofilter/gstvideoflip.c:
14139         * gst/videomixer/videomixer.c:
14140           fix up more enums
14141
14142 2005-11-22  Michael Smith <msmith@fluendo.com>
14143
14144         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
14145         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
14146         (gst_videomixer_update_queues):
14147           Fractional framerates, videomixer.
14148
14149 2005-11-22  Michael Smith <msmith@fluendo.com>
14150
14151         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
14152         * ext/dv/gstdvdec.h:
14153         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
14154         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
14155         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
14156         (gst_dvdemux_flush):
14157         * ext/dv/gstdvdemux.h:
14158           Fractional framerates for DV. 
14159
14160 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14161
14162         * gst/autodetect/gstautoaudiosink.c:
14163         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14164         * gst/autodetect/gstautovideosink.c:
14165         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
14166           Use gst_plugin_feature_list_free() to free feature list and
14167           in the case of autovideosink free the list at all. Also
14168           miscellaneous cosmetic fixes.
14169
14170 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14171
14172         * gst/cutter/gstcutter.c: (gst_cutter_chain),
14173         (gst_cutter_set_property), (gst_cutter_get_caps):
14174           copy calculation code from level; remove use of some audio
14175           functions
14176
14177 2005-11-22  Andy Wingo  <wingo@pobox.com>
14178
14179         * Update for gst_tag_setter API changes.
14180
14181 2005-11-22  Andy Wingo  <wingo@pobox.com>
14182
14183         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
14184         (gst_dvdemux_demux_frame)
14185         * ext/flac/gstflacdec.c (gst_flacdec_write)
14186         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
14187         (gst_flacenc_sink_event)
14188         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
14189         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
14190         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
14191         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
14192         * gst/auparse/gstauparse.c (gst_auparse_chain)
14193         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
14194         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
14195         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
14196         (gst_avi_demux_handle_seek)
14197         * gst/goom/gstgoom.c (gst_goom_event)
14198         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
14199         * gst/matroska/matroska-demux.c
14200         (gst_matroska_demux_handle_seek_event)
14201         (gst_matroska_demux_loop_stream_parse_id)
14202         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
14203         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
14204         (gst_wavparse_stream_headers): Run update-funcnames.
14205
14206 2005-11-22  Edward Hervey  <edward@fluendo.com>
14207
14208         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
14209         (gst_dv1394src_init), (gst_dv1394src_dispose),
14210         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
14211         (gst_dv1394src_uri_set_uri):
14212         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
14213         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
14214         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
14215         URIHandler interface and element properties are now properly
14216         synchronized for DV1394src and UDPSrc
14217
14218 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14219
14220         * ext/flac/Makefile.am:
14221         * ext/speex/Makefile.am:
14222           libgsttagedit has been renamed to libgsttag.
14223
14224 2005-11-21  Wim Taymans  <wim@fluendo.com>
14225
14226         * gst/rtsp/rtspconnection.c: (read_body):
14227         Apply patch from Sebastien Cote to fix #319184.
14228
14229 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14230
14231         * configure.ac:
14232         * gst/cutter/Makefile.am:
14233         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
14234         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
14235         (gst_cutter_set_property), (gst_cutter_get_property),
14236         (plugin_init), (gst_cutter_get_caps):
14237           port cutter
14238         * gst/level/gstlevel.c:
14239           fix up plugin details
14240
14241 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14242
14243         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
14244         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
14245         (gst_flacdec_src_event):
14246         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
14247         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
14248         (gst_signal_processor_getrange), (gst_signal_processor_chain):
14249         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14250         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
14251         (gst_flxdec_sink_event_handler):
14252         * gst/matroska/matroska-demux.c:
14253         (gst_matroska_demux_handle_seek_event):
14254         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
14255           Update for stream lock API changes: don't take stream log
14256           in sink event handlers any longer and change GST_STREAM_LOCK
14257           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
14258           functions.
14259
14260 2005-11-21  Michael Smith <msmith@fluendo.com>
14261
14262         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
14263           gst_object_unref, not g_object_unref
14264
14265 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14266
14267         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
14268         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
14269           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
14270
14271 2005-11-21  Michael Smith <msmith@fluendo.com>
14272
14273         * gst/auparse/Makefile.am:
14274         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
14275         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
14276         (gst_auparse_change_state):
14277         * gst/auparse/gstauparse.h:
14278           Partially fix #161712. playbin still doesn't work on these files,
14279           (on the bug report, Andy says we aren't typefinding it for some
14280           reason?) but at least auparse isn't totally busted like it was before.
14281
14282 2005-11-21  Andy Wingo  <wingo@pobox.com>
14283
14284         * *.h:
14285         * *.c: Ran scripts/update-macros. Oh yes.
14286
14287 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14288
14289         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
14290           Filler events are gone for now, comment out section generating
14291           them.
14292
14293 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
14294
14295         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14296         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
14297         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14298         * sys/osxvideo/osxvideosink.m:
14299           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
14300           (#322027)
14301
14302 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14303
14304         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
14305         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
14306         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14307         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
14308         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
14309         (gst_avi_demux_stream_data):
14310         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14311         * gst/wavenc/gstwavenc.c: (write_metadata):
14312         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
14313         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
14314         Fixes for GST_FOURCC_FORMAT API change.
14315
14316 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14317
14318         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
14319         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
14320         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
14321         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14322         (gst_text_overlay_change_state):
14323         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
14324         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
14325         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
14326         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
14327         * gst/videomixer/videomixer.c: (gst_videomixer_init),
14328         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
14329         (gst_videomixer_change_state):
14330           Fix for collect pads API change. Also fix textoverlay state
14331           change function.
14332
14333 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14334
14335         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
14336         GST_PAD_IS_USABLE by something approaching it.
14337
14338 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14339
14340         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
14341         API changes.
14342         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
14343         but also fix the code that was not checking return values from
14344         pad_push neither using pad_alloc_buffer.
14345
14346 2005-11-18  Edward Hervey  <edward@fluendo.com>
14347
14348         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14349         (gst_pngenc_chain):
14350         Added debug category
14351         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
14352         goes to EOS.
14353
14354 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
14355
14356         * gst/rtp/Makefile.am
14357         * gst/rtp/gstrtp.c
14358         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
14359         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
14360         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
14361         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
14362         * gst/rtp/gstrtpg711enc.h:
14363         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
14364         * gst/rtp/gstrtpspeexenc.c:
14365         * gst/rtp/gstrtpspeexenc.h:
14366         * gst/rtp/gstrtpspeexdec.c:
14367         * gst/rtp/gstrtpspeexdec.h:
14368         Created Speex payloader and depayloader; Optimize G711 payloader to
14369         use adapter and send packets until MTU size.
14370
14371 2005-11-16  Wim Taymans  <wim@fluendo.com>
14372
14373         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
14374         Fix leak in check.
14375
14376 2005-11-16  Wim Taymans  <wim@fluendo.com>
14377
14378         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
14379         Fix state change.
14380
14381 2005-11-16  Andy Wingo  <wingo@pobox.com>
14382
14383         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
14384         (gst_udpsrc_create): Move comment.
14385
14386 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
14387
14388         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14389
14390         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
14391           When seeking, seek to closest index entry at or before the requested
14392           seek position, not just the closest one (#321001).
14393
14394 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
14395
14396         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
14397         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
14398           Invert DIB images again (see #132341).
14399
14400 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14401
14402         * configure.ac:
14403           rework configure.ac file
14404         * ext/aalib/gstaasink.c:
14405         * ext/cairo/gstcairo.c:
14406         * ext/dv/gstdv.c:
14407         * ext/esd/gstesd.c:
14408         * ext/flac/gstflac.c:
14409         * ext/gconf/gstgconfelements.c:
14410         * ext/gdk_pixbuf/gstgdkpixbuf.c:
14411         * ext/jpeg/gstjpeg.c:
14412         * ext/ladspa/gstladspa.c:
14413         * ext/libcaca/gstcacasink.c:
14414         * ext/libmng/gstmng.c:
14415         * ext/libpng/gstpng.c:
14416         * ext/mikmod/gstmikmod.c:
14417         * ext/pango/gsttextoverlay.c:
14418         * ext/pango/gsttimeoverlay.c:
14419         * ext/raw1394/gst1394.c:
14420         * ext/speex/gstspeex.c:
14421         * gst/alpha/Makefile.am:
14422         * gst/alpha/gstalpha.c:
14423         * gst/alpha/gstalphacolor.c:
14424         * gst/auparse/gstauparse.c:
14425         * gst/autodetect/gstautoaudiosink.c:
14426         (gst_auto_audio_sink_factory_filter),
14427         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14428         * gst/autodetect/gstautodetect.c:
14429         * gst/avi/gstavi.c:
14430         * gst/cutter/gstcutter.c:
14431         * gst/debug/efence.c:
14432         * gst/debug/gstdebug.c:
14433         * gst/debug/gstnavigationtest.c:
14434         * gst/effectv/gsteffectv.c:
14435         * gst/flx/gstflxdec.c:
14436         * gst/goom/gstgoom.c:
14437         * gst/interleave/plugin.c:
14438         * gst/law/alaw.c:
14439         * gst/law/mulaw.c:
14440         * gst/level/gstlevel.c:
14441         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14442         * gst/matroska/matroska.c:
14443         * gst/median/gstmedian.c:
14444         * gst/monoscope/gstmonoscope.c:
14445         * gst/multipart/multipart.c:
14446         * gst/oldcore/gstelements.c:
14447         * gst/rtp/gstrtp.c:
14448         * gst/rtsp/gstrtsp.c:
14449         * gst/smoothwave/gstsmoothwave.c:
14450         * gst/smpte/gstsmpte.c:
14451         * gst/udp/gstudp.c:
14452         * gst/videobox/gstvideobox.c:
14453         * gst/videofilter/gstgamma.c:
14454         * gst/videofilter/gstvideobalance.c:
14455         * gst/videofilter/gstvideoflip.c:
14456         * gst/videofilter/gstvideotemplate.c:
14457         * gst/videomixer/videomixer.c:
14458         * gst/wavenc/gstwavenc.c:
14459         * gst/wavparse/gstwavparse.c:
14460         * sys/oss/gstossaudio.c:
14461         * sys/osxaudio/gstosxaudio.c:
14462           update GST_PLUGIN_DEFINE
14463         * gst/rtp/Makefile.am:
14464         * gst/rtp/gstasteriskh263.c:
14465           check for htons/htonl headers and possibly link to winsock2 lib
14466
14467 2005-11-12  Edward Hervey  <edward@fluendo.com>
14468
14469         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
14470         Only GST_DEBUG() information on the valid components.
14471
14472 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14473
14474         * configure.ac: back to HEAD
14475
14476 === release 0.9.5 ===
14477
14478 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
14479
14480         * configure.ac:
14481           releasing 0.9.5, "Phone Alarm"
14482
14483 2005-11-11  Edward Hervey  <edward@fluendo.com>
14484
14485         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14486         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
14487         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
14488         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14489         (gst_avi_demux_loop):
14490         * gst/avi/gstavidemux.h:
14491         Yeah, implement proper seeking. Exact seeking and segment seeking.
14492         Still need to do some checks for segment_stop.
14493
14494 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14495
14496         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14497
14498         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14499           Don't try to ready buffer duration from buffer that we don't
14500           own any  longer and that might already have been unreffed.
14501           (#321136)
14502
14503 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
14504
14505         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
14506         (flx_decode_delta_flc), (gst_flxdec_chain):
14507         Attempting to optimize the code for embedded systems.
14508
14509 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
14510
14511         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14512
14513         * sys/oss/gstosssink.c: (gst_oss_sink_close):
14514           Don't re-use already closed file descriptor. (#320920)
14515
14516 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14517
14518         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
14519         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
14520         (gst_oss_sink_prepare):
14521         * sys/oss/gstosssink.h:
14522           Cache probed caps; fix debug output for SET_PARAM macros.
14523
14524 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14525
14526         * ext/cairo/Makefile.am:
14527         * ext/cairo/gstcairo.c: (plugin_init):
14528         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14529         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14530         (gst_text_overlay_init), (gst_text_overlay_font_init),
14531         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14532         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14533         (gst_text_overlay_text_pad_linked),
14534         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14535         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14536         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14537         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14538         (gst_text_overlay_change_state):
14539         * ext/cairo/gsttextoverlay.h:
14540           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
14541           property and redo positioning. Doesn't handle upstream renegotiation
14542           yet though.
14543
14544 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14545
14546         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14547         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14548         (gst_avi_demux_loop):
14549           No need to take the STREAM_LOCK in the loop function. Improve
14550           some debug messages. Don't leak pad names in debug messages.
14551
14552 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14553
14554         * gst/matroska/matroska-demux.c:
14555         (gst_matroska_demux_push_vorbis_codec_priv_data),
14556         (gst_matroska_demux_add_wvpk_header):
14557           Don't error out when the source pad isn't linked.
14558
14559 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
14560
14561         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
14562         (gst_gconf_audio_sink_change_state):
14563         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
14564         (gst_gconf_video_sink_change_state):
14565           Fix state change functions here as well and set kid
14566           to NULL state before removing it.
14567
14568 2005-11-01  Edward Hervey  <edward@fluendo.com>
14569
14570         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
14571         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
14572         Added proper event handlind, 
14573         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
14574         ignored),
14575         and don't set a duration of 0 for buffers otherwise they are discarded
14576         by GstBaseSink.
14577
14578         GstWavEnc needs some serious loving, after going through the code I'm
14579         really wondering how this can stay in -good ...
14580
14581 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14582
14583         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
14584         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
14585         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
14586         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
14587         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
14588         (gst_matroska_mux_collected):
14589           Fix leaks and invalid memory access as reported by valgrind
14590
14591 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14592
14593         Patch by: Michal Benes <michal.benes@xeris.cz>
14594
14595         * check/Makefile.am:
14596         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14597         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
14598         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
14599           add a unit test for matroskamux
14600           fix the bugs that the unit test exposed
14601
14602 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
14603
14604         * gst/autodetect/gstautoaudiosink.c:
14605         (gst_auto_audio_sink_class_init),
14606         (gst_auto_audio_sink_change_state):
14607         * gst/autodetect/gstautovideosink.c:
14608         (gst_auto_video_sink_class_init),
14609         (gst_auto_video_sink_change_state):
14610           Fix state change function and use GST_DEBUG_FUNCPTR in
14611           class_init.
14612
14613 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14614
14615         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14616
14617         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
14618         (gst_ebml_write_reset), (gst_ebml_write_element_new):
14619         * gst/matroska/ebml-write.h:
14620         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14621           Set timestamps on outgoing ebml headers as well, so that the
14622           element after matroskamux can get the timestamp already when
14623           reading the first ebml element and doesn't have to wait for
14624           the actual data buffer for that (#320308).
14625           
14626 2005-10-31  Andy Wingo  <wingo@pobox.com>
14627
14628         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
14629         (gst_videomixer_pad_link): Kill some memleaks.
14630         (gst_videomixer_pad_get_property): Style fix.
14631         (gst_videomixer_pad_set_property): Style fix.
14632         (gst_videomixer_pad_init): Style fix.
14633         (gst_videomixer_update_queues): Kill memleak.
14634         (gst_videomixer_loop): Kill memleak.
14635         (gst_videomixer_collected): Kill memleak.
14636
14637 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
14638
14639         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
14640         gst_auparse_change_state:
14641         Just some cleanup.
14642
14643 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
14644
14645         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
14646         Add checks to GST_FLOW_NOT_LINKED for values returned
14647         from gst_pad_push.
14648         
14649 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14650
14651         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
14652         (gst_rtpg711dec_process):
14653         * gst/rtp/gstrtpgsmenc.c:
14654         Payloader now sets some default caps on the srcpad if caps on the sinkpad
14655         are never set. This is important for the g711 to work with burger's rtpbin
14656         element.
14657
14658 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
14659
14660         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
14661         (gst_speexenc_push_buffer):
14662         Add checks for return values from gst_pad_push and
14663         gst_pad_alloc_buffer.
14664
14665 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
14666
14667         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14668
14669         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
14670         (gst_matroska_demux_parse_info),
14671         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14672         (gst_matroska_demux_parse_cluster):
14673         * gst/matroska/matroska-ids.h:
14674         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
14675         (gst_matroska_mux_init), (gst_matroska_mux_start),
14676         (gst_matroska_mux_create_buffer_header),
14677         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
14678         (gst_matroska_mux_get_property):
14679         * gst/matroska/matroska-mux.h:
14680           Add SimpleBlock support to matroska demuxer and muxer (part of
14681           Matroska v2). (#319731)
14682
14683 2005-10-28  Wim Taymans  <wim@fluendo.com>
14684
14685         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
14686         (gst_jpeg_dec_change_state):
14687         * ext/jpeg/gstjpegdec.h:
14688         Cleanups. Don't create caps for every chain.
14689
14690 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
14691
14692         * gst/law/alaw-encode.c: (gst_alawenc_init),
14693         (alawenc_setcaps), (gst_alawenc_chain)
14694         * gst/law/alaw-encode.h:
14695         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
14696         (mulawenc_setcaps), (gst_mulawenc_chain)
14697         * gst/law/mulaw-encode.h:
14698         Set timestamp on buffer and it allows RTP G711 elements
14699         work properly.
14700
14701 2005-10-27  Wim Taymans  <wim@fluendo.com>
14702
14703         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
14704         Set correct format on oss instead of a silly value. 
14705
14706 2005-10-27  Julien MOUTTE  <julien@moutte.net>
14707
14708         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14709         (gst_video_box_transform_caps), (gst_video_box_set_caps),
14710         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
14711         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
14712         I420 rendering as well, doesn't bring much for my platform.
14713         Might help on some other platforms.
14714
14715 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
14716
14717         * gst/rtp/gstrtpgsmenc.c:
14718         * gst/rtp/gstrtpgsmparse.c:
14719         Declaring the padtemplate correctly.
14720
14721 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14722
14723         * gst/rtp/gstrtpg711dec.c:
14724         * gst/rtp/gstrtpg711enc.c:
14725         * gst/rtp/gstrtpgsmenc.c:
14726         * gst/rtp/gstrtpgsmparse.c:
14727         Setting the proper copyright notice.
14728
14729 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14730
14731         * gst/videobox/Makefile.am: Use liboil.
14732         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14733         (gst_video_box_set_property), (gst_video_box_transform_caps),
14734         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
14735         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
14736         using liboil. Will dot the same to I420 border generation
14737         tomorrow.
14738
14739 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14740
14741         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
14742         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
14743         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
14744         * gst/rtp/gstrtpg711dec.h:
14745         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
14746         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
14747         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
14748         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
14749         (gst_rtpgsmenc_handle_buffer):
14750         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
14751         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
14752         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
14753         * gst/rtp/gstrtpgsmparse.h:
14754         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
14755         inherits from the basertpdepayloader.
14756
14757 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14758
14759         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14760         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
14761         (gst_video_box_ayuv): Removing this forgotten debug.
14762
14763 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14764
14765         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14766         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
14767         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
14768
14769 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
14770
14771         * sys/oss/gstossaudio.c:
14772         * sys/oss/gstossdmabuffer.c:
14773         * sys/oss/gstosshelper.c:
14774         * sys/oss/gstossmixer.c:
14775         * sys/oss/gstossmixerelement.c:
14776         * sys/oss/gstossmixertrack.c:
14777         * sys/oss/gstosssink.c:
14778         * sys/oss/gstosssrc.c:
14779           Actually use the 'oss' debug category we register.
14780
14781 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14782
14783         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
14784         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
14785         Use gst_pad_get_parent and drop the ref that was added through
14786         that call.
14787
14788 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14789
14790         * gst/rtp/gstrtpgsmenc.c:
14791           Fix compilation
14792
14793 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
14794
14795         * gst/rtp/gstrtpg711dec.c
14796         Just removed a couple of lines of weird code used during
14797         development/test time.
14798
14799 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
14800
14801         * gst/rtp/Makefile.am
14802         * gst/rtp/gstrtp.c
14803         * gst/rtp/gstrtpg711enc.c
14804         * gst/rtp/gstrtpg711enc.h
14805         * gst/rtp/gstrtpg711dec.c
14806         * gst/rtp/gstrtpg711dec.h
14807         Created G711 payloader and depayloader (it supports mulaw and alaw
14808         (dec)encoders)
14809
14810 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14811
14812         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14813         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
14814         Doh ! I introduced wingo's bug again ! Sorry...
14815
14816 2005-10-25  Christian Schaller <christian@fluendo.com> 
14817
14818         * gst/rtp/Makefile.am: add missing header files for disting
14819
14820 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
14821
14822         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
14823         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
14824         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
14825         (gst_rtpgsmenc_handle_buffer):
14826         * gst/rtp/gstrtpgsmenc.h:
14827         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
14828         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
14829         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
14830         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
14831         * gst/rtp/gstrtpgsmparse.h:
14832         Getting the GSM (de)payloader working and compatible with our plans for RTP.
14833
14834 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14835
14836         * ext/libpng/gstpngdec.c: (user_info_callback),
14837         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
14838         a newsegment event, move some redundant code in a single place.
14839
14840 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14841
14842         * ext/libpng/gstpngdec.c: (user_info_callback),
14843         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
14844         hack to get correct colors order when we have a png image with
14845         alpha channel.
14846
14847 2005-10-24  Edward Hervey  <edward@fluendo.com>
14848
14849         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
14850         Call gst_element_no_more_pads when there will be no more pads.
14851
14852 2005-10-24  Wim Taymans  <wim@fluendo.com>
14853
14854         * gst/rtp/Makefile.am:
14855         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
14856         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
14857         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
14858         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
14859         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
14860         (gst_asteriskh263_plugin_init):
14861         * gst/rtp/gstasteriskh263.h:
14862         * gst/rtp/gstrtp.c: (plugin_init):
14863         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
14864         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
14865         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
14866         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
14867         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
14868         (gst_rtph263enc_plugin_init):
14869         * gst/rtp/gstrtph263enc.h:
14870         Added two new payloaders, an RFC 2190 payloader for h263 and
14871         a payload convertor for an asterisk server.
14872
14873 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
14874
14875         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
14876           Set bytes_per_sample correctly (is not always 4, but 
14877           depends on width and number of channels).
14878
14879 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
14880
14881         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
14882         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
14883         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
14884         (gst_flacenc_sink_event), (gst_flacenc_chain),
14885         (gst_flacenc_set_property), (gst_flacenc_get_property),
14886         (gst_flacenc_change_state):
14887         * ext/flac/gstflacenc.h:
14888           Fix seeking, so that flacenc can rewrite the header with the
14889           correct duration and amount of samples and all that at EOS;
14890           also set timestamps and granulepos on outgoing buffers; add
14891           debug category; fix state change function.
14892           
14893 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14894
14895         * gst/videomixer/videomixer.c: Don't restrict video geometry
14896         from 16 to 4096.
14897
14898 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14899
14900         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14901         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
14902         Fix caps negotiation correctly, add debugging category.
14903
14904 2005-10-24  Christian Schaller  <christian@fluendo.com>
14905
14906         * configure.ac: Port over Thomas's change from base listing all plugins
14907
14908 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14909
14910         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
14911         a sink pad.
14912
14913 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14914
14915         * configure.ac:
14916         * docs/upload.mak:
14917           back to HEAD
14918
14919 === release 0.9.4 ===
14920
14921 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14922
14923         * configure.ac:
14924           Releasing 0.9.4, "Dromiceiomimus"
14925
14926 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
14927
14928         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
14929         (gst_speexenc_src_query):
14930           Add position and duration query, fix query type function.
14931           
14932         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
14933         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
14934           Let's not set non-fixed caps on source pads.
14935
14936 2005-10-21  Wim Taymans  <wim@fluendo.com>
14937
14938         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
14939         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
14940         (gst_avi_demux_handle_seek):
14941         Set correct stream_time in newsegment event.
14942         avi can also handle a duration query now.
14943
14944 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14945
14946         * gst/matroska/matroska-demux.c:
14947         (gst_matroska_demux_handle_src_query),
14948         (gst_matroska_demux_handle_seek_event),
14949         (gst_matroska_demux_loop_stream_parse_id):
14950           Fix duration query; fix basetime in newsegment event after
14951           seek; fix duration in initial newsegment event.
14952
14953         * gst/matroska/matroska-mux.c:
14954         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
14955           Extract number of channels and samplerate from vorbis headers;
14956           add some debug messages when querying the durations of the
14957           input streams.
14958
14959 2005-10-20  Wim Taymans  <wim@fluendo.com>
14960
14961         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
14962         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14963         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
14964         Set stream time correctly in newsegment.
14965
14966 2005-10-20  Wim Taymans  <wim@fluendo.com>
14967
14968         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14969         Correctly fill in the stream time.
14970
14971 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14972
14973         * check/elements/level.c: (GST_START_TEST):
14974         * gst/level/gstlevel.c: (gst_level_message_new):
14975         * gst/level/level-example.c: (message_handler):
14976           use ELEMENT messages instead
14977
14978 2005-10-19  Wim Taymans  <wim@fluendo.com>
14979
14980         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
14981         (gst_dvdemux_src_query):
14982         * ext/flac/gstflacdec.c: (gst_flacdec_length),
14983         (gst_flacdec_src_query):
14984         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
14985         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
14986         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
14987         * gst/debug/gstnavseek.c: (gst_navseek_seek):
14988         * gst/debug/progressreport.c: (gst_progress_report_report):
14989         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
14990         * gst/matroska/matroska-demux.c:
14991         (gst_matroska_demux_handle_src_query):
14992         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
14993         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
14994         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14995         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
14996         (gst_wavparse_srcpad_event):
14997         API change fix.
14998
14999 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
15000
15001         * gst/goom/filters.c:
15002         * gst/goom/graphic.h:
15003         * gst/goom/lines.c:
15004           Make inline functions either 'static inline' or 'extern inline',
15005           otherwise the Forte compiler apparently won't inline them (#317300).
15006
15007 2005-10-19  Julien MOUTTE  <julien@moutte.net>
15008
15009         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15010         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
15011         (user_info_callback), (user_endrow_callback), (user_end_callback),
15012         (user_read_data), (gst_pngdec_caps_create_and_set),
15013         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
15014         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
15015         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
15016         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
15017         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
15018         very nice and handle push/pull based model. if you have filesrc
15019         connected to it, it will do random access to load the png file.
15020         If you have a network source that can't do _getrange, it does 
15021         progressive loading through the chain function.
15022         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15023         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
15024         thanks to Master Wim Taymans ;-)
15025
15026 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
15027
15028         * gst/matroska/Makefile.am:
15029         * gst/matroska/ebml-read.c:
15030         * gst/matroska/ebml-read.h:
15031         * gst/matroska/matroska-demux.c:
15032         * gst/matroska/matroska-demux.h:
15033         * gst/matroska/matroska.c: (plugin_init):
15034           Ported matroska demuxer to 0.9.
15035
15036 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
15037
15038         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15039
15040         * gst/matroska/matroska-mux.c:
15041         (gst_matroska_mux_video_pad_setcaps),
15042         (gst_matroska_mux_audio_pad_setcaps):
15043           Fix mpeg4 input handling (#318847); also, while we're at it,
15044           fix media type for Motion-JPEG: should be image/jpeg.
15045
15046 2005-10-18  Wim Taymans  <wim@fluendo.com>
15047
15048         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15049         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15050         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15051         Fix for segment-start/stop API change.
15052
15053 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15054
15055         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15056         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
15057         way.
15058
15059 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15060
15061         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15062         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
15063         output declared in transform_caps.
15064
15065 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15066
15067         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
15068
15069 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15070
15071         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15072         (gst_video_box_get_unit_size): Fix wrong size calculations and
15073         implement get_unit_size correctly.
15074
15075 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15076
15077         * configure.ac:
15078           Enable flx plugin.
15079
15080         * gst/flx/gstflxdec.c: (flx_decode_chunks):
15081           Fix gcc4 signedness issue.
15082
15083 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15084
15085         * configure.ac: Adding videomixer.
15086         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15087         (user_read_data), (gst_pngdec_chain): More debugging.
15088         * gst/alpha/Makefile.am: Adding alphacolor
15089         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
15090         (gst_alpha_color_class_init), (gst_alpha_color_init),
15091         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
15092         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
15093         (plugin_init): Ported to 0.9 using in place base tranform.
15094         * gst/videomixer/Makefile.am:
15095         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15096         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
15097         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
15098         (gst_videomixer_pad_init), (gst_videomixer_class_init),
15099         (gst_videomixer_init), (gst_videomixer_getcaps),
15100         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
15101         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15102         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
15103         to 0.9 using collectpads.
15104
15105 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
15106
15107         * configure.ac:
15108         * gst/flx/Makefile.am:
15109         * gst/flx/gstflxdec.c: (gst_flxdec_init),
15110         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
15111         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
15112         * gst/flx/gstflxdec.h:
15113         flx plugin ported to 0.9
15114
15115 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15116
15117         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
15118           use new gst_version_string()
15119
15120 2005-10-16  Andy Wingo  <wingo@pobox.com>
15121
15122         * configure.ac: GLIB_CHECK.
15123
15124 2005-10-15  Julien MOUTTE  <julien@moutte.net>
15125
15126         * ext/libpng/Makefile.am:
15127         * ext/libpng/gstpng.c: (plugin_init):
15128         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15129         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
15130         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
15131
15132 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
15133
15134         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15135
15136         * configure.ac:
15137         * gst/matroska/Makefile.am:
15138         * gst/matroska/ebml-ids.h:
15139         * gst/matroska/ebml-write.c:
15140         * gst/matroska/ebml-write.h:
15141         * gst/matroska/matroska-ids.h:
15142         * gst/matroska/matroska-mux.c:
15143         * gst/matroska/matroska-mux.h:
15144         * gst/matroska/matroska.c: (plugin_init):
15145           Port matroska muxer to 0.9 (#318847).
15146
15147 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
15148
15149         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
15150         (comment_init), (comment_add):
15151           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
15152           use GST_READ_UINT32_LE() and friends rather than the private
15153           implementation of those same macros.
15154
15155 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
15156
15157         * examples/stats/mp2ogg.c:
15158           more typo fixes
15159
15160 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
15161
15162         * examples/indexing/indexmpeg.c: (main):
15163         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
15164         (gst_esdmon_close_audio), (gst_esdmon_change_state):
15165         * ext/esd/esdmon.h:
15166         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
15167         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
15168         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15169         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15170         * gst/avi/gstavimux.c: (gst_avimux_init):
15171         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
15172         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
15173         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
15174         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
15175         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
15176         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
15177         * gst/oldcore/gstmultifilesrc.h:
15178         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
15179         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
15180         (gst_pipefilter_change_state):
15181         * gst/oldcore/gstpipefilter.h:
15182         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
15183         * gst/videomixer/videomixer.c: (gst_videomixer_init):
15184         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
15185         * sys/osxaudio/gstosxaudiosink.h:
15186         * sys/osxaudio/gstosxaudiosrc.h:
15187           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
15188           moved bitshift from macro to enum definition
15189
15190 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15191
15192         * ext/Makefile.am:
15193         * ext/cairo/Makefile.am:
15194         * ext/cairo/gstcairo.c: (plugin_init):
15195         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
15196         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
15197         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
15198         * ext/cairo/gsttimeoverlay.h:
15199           update of cairo-based timeoverlay to 1.0 Cairo API
15200           doesn't work yet for resizing of output sink
15201
15202 2005-10-11  Wim Taymans  <wim@fluendo.com>
15203
15204         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
15205         newsegment API fix.
15206
15207 2005-10-11  Wim Taymans  <wim@fluendo.com>
15208
15209         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
15210         (gst_dvdemux_demux_frame):
15211         * ext/flac/gstflacdec.c: (gst_flacdec_write):
15212         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15213         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
15214         (gst_avi_demux_handle_seek):
15215         * gst/goom/gstgoom.c: (gst_goom_event):
15216         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
15217         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15218         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15219         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15220         (gst_wavparse_srcpad_event):
15221         newsegment API update.
15222
15223 2005-10-11  Andy Wingo  <wingo@pobox.com>
15224
15225         * ext/speex/gstspeexenc.c: Signedness cleanups.
15226
15227 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
15228
15229         * PORTED_09:
15230         * ext/speex/Makefile.am:
15231         * ext/speex/gstspeex.c:
15232         * ext/speex/gstspeexenc.c:
15233         Speexenc ported to 0.9
15234
15235 2005-10-10  Wim Taymans  <wim@fluendo.com>
15236
15237         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
15238         (gst_oss_sink_init), (gst_oss_sink_set_property),
15239         (gst_oss_sink_get_property), (gst_oss_sink_open),
15240         (gst_oss_sink_prepare), (gst_oss_sink_reset):
15241         * sys/oss/gstosssink.h:
15242         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
15243         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
15244         (gst_oss_src_prepare):
15245         Cleanups, make device configurable in the sink, handle and report
15246         errors.
15247
15248 2005-10-10  Wim Taymans  <wim@fluendo.com>
15249
15250         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
15251         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
15252         Make sure element is NULL before removing from the bin.
15253
15254 2005-10-07  Andy Wingo  <wingo@pobox.com>
15255
15256         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
15257         block forever in a read().
15258         (gst_dv1394src_bus_reset): Post a message when the cable is
15259         unplugged.
15260         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
15261         (gst_dv1394src_bus_reset): Don't unref the message.
15262
15263         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
15264         hacking. The only change should be that the state change stuff was
15265         put into basesrc's start() and stop() routines, which coalesces
15266         some steps.
15267
15268 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15269
15270         * configure.ac:
15271           Add check for mmap
15272           
15273         * gst/debug/Makefile.am:
15274           Only compile efence plugin on systems that have mmap.
15275
15276 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15277
15278         * gst/debug/Makefile.am:
15279         * gst/debug/breakmydata.c:
15280         * gst/debug/gstdebug.c:
15281         * gst/debug/gstnavigationtest.c:
15282         * gst/debug/gstnavseek.c: 
15283         * gst/debug/gstnavseek.h:
15284         * gst/debug/progressreport.c: 
15285         * gst/debug/testplugin.c:
15286           Port progressreport, navseek, navigationtest, testsink and
15287           breakmydata.
15288
15289 2005-10-05  Edward Hervey  <edward@fluendo.com>
15290
15291         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
15292         (gst_dvdemux_src_query):
15293         Fixes for better conversion
15294
15295 2005-10-04  Michael Smith <msmith@fluendo.com>
15296
15297         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
15298         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15299         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
15300         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
15301           Set state of elements to NULL before removing from bins.
15302           Set state of test element to NULL if we failed to move it to READY
15303
15304 2005-10-04  Edward Hervey  <edward@fluendo.com>
15305
15306         * ext/dv/Makefile.am:
15307         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
15308         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
15309         Corrected the query function for position so it doesn't forget what
15310         format was asked, and calls the conversion functions on the correct pad.
15311
15312 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15313
15314         * configure.ac:
15315           back to development
15316
15317 === release 0.9.3 ===
15318
15319 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15320
15321         * configure.ac:
15322           Releasing 0.9.3, "Aramis"
15323
15324 2005-10-03  Andy Wingo  <wingo@pobox.com>
15325
15326         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
15327         error returns.
15328
15329 2005-10-02  Andy Wingo  <wingo@pobox.com>
15330
15331         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
15332
15333         * ext/flac/gstflacenc.c: Ported to 0.9.
15334
15335         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
15336
15337         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
15338         and link to gsttagedit. Enable flacenc.
15339
15340         * ext/flac/gstflacdec.c: Re-enable tag reading.
15341
15342 2005-09-30  Wim Taymans  <wim@fluendo.com>
15343
15344         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15345         * gst/rtp/gstrtpgsmparse.c:
15346         * gst/rtp/gstrtph263penc.c:
15347         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15348         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15349         (gst_rtpmp4venc_set_property):
15350         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15351         Various class and caps fixes from Andre Magalhaes (andrunko)
15352
15353 2005-09-29  Wim Taymans  <wim@fluendo.com>
15354
15355         * gst/level/level-example.c: (main):
15356         Update for new bus API.
15357
15358 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15359
15360         * configure.ac:
15361           Fix unexpanded autoconf macro GST_DOC, which has been renamed
15362           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
15363
15364 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
15365
15366         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
15367           Fix playback of mono streams (bytes_per_sample should be set
15368           from the sample width and the number of channels negotiated,
15369           and not just be set to 4) (#317338)
15370
15371 2005-09-26  Wim Taymans  <wim@fluendo.com>
15372
15373         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
15374         (gst_rtpmpaenc_handle_buffer):
15375         Set buffer duration correctly.
15376
15377 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
15378
15379         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
15380         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
15381         (gst_avi_demux_change_state):
15382           Don't crash when encountering a stream with an unknown fourcc or
15383           codec id. Instead, create a pad of type video/x-avi-unknown or
15384           audio/x-avi-unknown, which as a side-effect also results in less
15385           confusing error messages in players ('no decoder' vs. 'no streams');
15386           minor fixes to state change function and class_init function.
15387
15388 2005-09-24  Wim Taymans  <wim@fluendo.com>
15389
15390         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15391         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15392         These are sinks.
15393
15394 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15395
15396         * check/elements/level.c: (GST_START_TEST):
15397           fix test for new GstClockTime use
15398         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
15399         (gst_level_transform_ip):
15400         * gst/level/gstlevel.h:
15401           fix up the decay peak, ensuring the decay peak is never lower
15402           than the peak for that interval
15403
15404 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15405
15406         * docs/plugins/gst-plugins-good-plugins.args:
15407         * docs/plugins/inspect/plugin-alpha.xml:
15408         * docs/plugins/inspect/plugin-rtp.xml:
15409         * gst/level/gstlevel.c: (gst_level_set_caps),
15410         (gst_level_transform_ip):
15411           updating docs
15412
15413 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15414
15415         * Makefile.am:
15416         * check/elements/level.c: (GST_START_TEST):
15417         * gst/level/Makefile.am:
15418         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
15419         (gst_level_set_property), (gst_level_get_property),
15420         (gst_level_set_caps), (gst_level_message_new),
15421         (gst_level_transform_ip):
15422         * gst/level/gstlevel.h:
15423         * gst/level/level-example.c: (message_handler), (main):
15424           convert to using GstClockTime for all time values, finally.
15425
15426 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15427
15428         * gst/auparse/Makefile.am:
15429         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15430           fix up build
15431         * configure.ac:
15432         * ext/cairo/Makefile.am:
15433         * ext/dv/Makefile.am:
15434         * ext/esd/Makefile.am:
15435         * ext/flac/Makefile.am:
15436         * ext/gconf/Makefile.am:
15437         * ext/gdk_pixbuf/Makefile.am:
15438         * ext/jpeg/Makefile.am:
15439         * ext/ladspa/Makefile.am:
15440         * ext/libcaca/Makefile.am:
15441         * ext/libmng/Makefile.am:
15442         * ext/libpng/Makefile.am:
15443         * ext/mikmod/Makefile.am:
15444         * ext/pango/Makefile.am:
15445         * ext/raw1394/Makefile.am:
15446         * ext/shout2/Makefile.am:
15447         * ext/speex/Makefile.am:
15448         * gst/alpha/Makefile.am:
15449         * gst/autodetect/Makefile.am:
15450         * gst/avi/Makefile.am:
15451         * gst/cutter/Makefile.am:
15452         * gst/debug/Makefile.am:
15453         * gst/effectv/Makefile.am:
15454         * gst/flx/Makefile.am:
15455         * gst/goom/Makefile.am:
15456         * gst/interleave/Makefile.am:
15457         * gst/law/Makefile.am:
15458         * gst/matroska/Makefile.am:
15459         * gst/median/Makefile.am:
15460         * gst/monoscope/Makefile.am:
15461         * gst/multipart/Makefile.am:
15462         * gst/oldcore/Makefile.am:
15463         * gst/rtp/Makefile.am:
15464         * gst/rtsp/Makefile.am:
15465         * gst/smoothwave/Makefile.am:
15466         * gst/smpte/Makefile.am:
15467         * gst/videobox/Makefile.am:
15468         * gst/videofilter/Makefile.am:
15469         * gst/videomixer/Makefile.am:
15470         * gst/wavenc/Makefile.am:
15471         * gst/wavparse/Makefile.am:
15472         * sys/oss/Makefile.am:
15473         * sys/osxaudio/Makefile.am:
15474         * sys/osxvideo/Makefile.am:
15475           fix up GST_LIBS use
15476
15477 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15478
15479         * gst/auparse/Makefile.am:
15480         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15481           fix build of auparse
15482
15483 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
15484
15485         * configure.ac:
15486         * PORTED_09:
15487         * gst/auparse/gstauparse.c:
15488         * gst/auparse/gstauparse.h:
15489         Auparse ported to 0.9.
15490
15491 2005-09-22  Wim Taymans  <wim@fluendo.com>
15492
15493         * gst/rtp/TODO:
15494         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
15495         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15496         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15497         (gst_rtpmp4venc_set_property):
15498         * gst/rtp/gstrtpmp4venc.h:
15499         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15500         * gst/rtp/gstrtpmpaenc.h:
15501         Use is_filled to both check MTU and max-ptime of base class.
15502
15503 2005-09-22  Wim Taymans  <wim@fluendo.com>
15504
15505         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15506         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15507         (gst_rtpmp4venc_set_property):
15508         Don't fragment packets with multiple frames.
15509
15510 2005-09-22  Wim Taymans  <wim@fluendo.com>
15511
15512         * gst/rtp/TODO:
15513         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15514         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15515         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
15516         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
15517         (gst_rtpmp4venc_get_property):
15518         * gst/rtp/gstrtpmp4venc.h:
15519         Remove g_print.
15520         Update TODO
15521         Make payload encoder a bit smarter and more correct with
15522         timestamps.
15523         Added option in payloader to include config string in-band.
15524
15525 2005-09-21  Wim Taymans  <wim@fluendo.com>
15526
15527         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15528         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15529         (gst_rtspsrc_send):
15530         Strip spaces for key/value pairs.
15531
15532 2005-09-21  Wim Taymans  <wim@fluendo.com>
15533
15534         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15535         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15536         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
15537         (gst_rtspsrc_change_state):
15538         More SDP parsing and caps setting.
15539         Do NO_PREROLL differently.
15540         add pads only after negotiated.
15541
15542         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
15543         (gst_udpsrc_getcaps):
15544         Implement the getcaps function.
15545
15546 2005-09-21  Wim Taymans  <wim@fluendo.com>
15547
15548         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
15549         (gst_rtpamrdec_chain):
15550         Handle multiple AMr packets per payload. Handle CRC and
15551         parse ILL/ILP.
15552
15553         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15554         Make caps params strings for easy SDP mapping.
15555         
15556         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
15557         Handle capsnego better.
15558
15559         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15560         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
15561         Generate and parse config string in the caps.
15562
15563 2005-09-21  Wim Taymans  <wim@fluendo.com>
15564
15565         * gst/rtp/README:
15566         Update README
15567
15568         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
15569         Make extra params as strings.
15570
15571         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
15572         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15573         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
15574         Make state change return NO_PREROLL as this is a live
15575         source.
15576
15577         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15578         Don't unref old caps when NULL.
15579
15580 2005-09-20  Wim Taymans  <wim@fluendo.com>
15581
15582         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
15583         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15584         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
15585         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
15586         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
15587         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
15588         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
15589         * gst/rtsp/sdpmessage.h:
15590         Add URI handler.
15591         Parse SDP and create caps.
15592
15593 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
15594
15595         * gst/alpha/gstalpha.c:
15596           fix element description
15597
15598 2005-09-19  Wim Taymans  <wim@fluendo.com>
15599
15600         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
15601         Don't check payload for now.
15602
15603 2005-09-19  Wim Taymans  <wim@fluendo.com>
15604
15605         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
15606         (gst_wavparse_init), (gst_wavparse_parse_file_header),
15607         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
15608         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15609         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15610         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
15611         (gst_wavparse_change_state):
15612         * gst/wavparse/gstwavparse.h:
15613         Fix wavparse some more.
15614
15615 2005-09-19  Wim Taymans  <wim@fluendo.com>
15616
15617         * check/elements/level.c: (GST_START_TEST):
15618         Fix for bus API change.
15619
15620 2005-09-19  Wim Taymans  <wim@fluendo.com>
15621
15622         * gst/level/level-example.c: (main):
15623         Fix for new bus API.
15624
15625         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15626         Set caps on pads.
15627
15628 2005-09-15  Wim Taymans  <wim@fluendo.com>
15629
15630         * gst/rtp/Makefile.am:
15631         * gst/rtp/README:
15632         * gst/rtp/gstrtp.c: (plugin_init):
15633         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
15634         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
15635         (gst_rtpamrdec_change_state):
15636         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
15637         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
15638         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
15639         * gst/rtp/gstrtpamrenc.h:
15640         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15641         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
15642         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
15643         * gst/rtp/gstrtpgsmenc.h:
15644         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
15645         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
15646         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
15647         (gst_rtpgsmparse_change_state):
15648         * gst/rtp/gstrtpgsmparse.h:
15649         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
15650         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
15651         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
15652         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
15653         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
15654         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
15655         * gst/rtp/gstrtph263penc.h:
15656         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
15657         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
15658         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
15659         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
15660         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
15661         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
15662         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
15663         * gst/rtp/gstrtpmp4venc.h:
15664         * gst/rtp/gstrtpmpadec.c:
15665         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
15666         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
15667         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
15668         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
15669         * gst/rtp/gstrtpmpaenc.h:
15670         Updates to payloader/depayloaders, make payloaders use
15671         the base classes.
15672         Updated README with suggested RTP caps and how to convert
15673         to/from SDP.
15674         Added config descriptor in mp4v payloader.
15675
15676 2005-09-15  Andy Wingo  <wingo@pobox.com>
15677
15678         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
15679         * gst/autodetect/gstautovideosink.c
15680         (gst_auto_video_sink_find_best): Update for new registry API.
15681
15682 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15683
15684         * common/c-to-xml.py:
15685         * common/gtk-doc-plugins.mak:
15686           a simple py script to generate valid xml from a C example
15687           probably also need to strip an MIT license when we decide
15688         * docs/plugins/Makefile.am:
15689         * gst/level/Makefile.am:
15690         * gst/level/gstlevel.c: (gst_level_init):
15691         * gst/level/level-example.c: (message_handler), (main):
15692           add an example to level that will show up in the docs
15693         * gst/rtp/TODO:
15694           add a note for the future
15695
15696 2005-09-14  Michael Smith <msmith@fluendo.com>
15697
15698         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
15699           Actually define the debug object being used in wavenc. Fixes #316205
15700
15701 2005-09-14  Michael Smith <msmith@fluendo.com>
15702
15703         * gst/smpte/Makefile.am:
15704           Link against GST_BASE_LIBS, to get it linked against libgstbase;
15705           needed to build on windows (bug 316204)
15706
15707 2005-09-12  Andy Wingo  <wingo@pobox.com>
15708
15709         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
15710
15711 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
15712
15713         * configure.ac:
15714         * gst/fdsrc/Makefile.am:
15715         * gst/fdsrc/gstfdsrc.c:
15716         * gst/fdsrc/gstfdsrc.h:
15717           Move fdsrc back into gstreamer core elements.
15718
15719         * gst/level/gstlevel.c: (gst_level_class_init),
15720         (gst_level_transform_ip):
15721         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
15722           Basetransform changes.
15723
15724 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15725
15726         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
15727         * ext/jpeg/smokecodec.c: (find_best_size):
15728           fix compiler warnings
15729
15730 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15731
15732         * gst-plugins-good.spec.in:
15733           spec file fixes
15734         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
15735         (gst_multiudpsink_render), (gst_multiudpsink_add),
15736         (gst_multiudpsink_clear):
15737           it actually helps to actually stream if we hook up the
15738           "add" signal to an actual implementation
15739         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
15740           some debugging
15741
15742 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
15743
15744         * ext/jpeg/Makefile.am:
15745         * ext/jpeg/gstjpeg.c
15746         * ext/jpeg/gstjpegenc.c:
15747         * ext/jpeg/gstsmokeenc.c:
15748
15749 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15750
15751         * ext/flac/gstflacdec.c:
15752         * ext/flac/gstflacenc.c:
15753         * ext/flac/gstflactag.c:
15754         * ext/speex/gstspeexenc.c:
15755           gsttaginterface.h -> gsttagsetter.h
15756
15757 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
15758
15759         * configure.ac:
15760         * gst/debug/Makefile.am:
15761         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
15762         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
15763         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
15764         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
15765         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
15766           Port to 0.9 and re-enable efence plugin.
15767
15768 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
15769
15770         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
15771         (gst_flacdec_write), (gst_flacdec_convert_src):
15772         * ext/flac/gstflacdec.h:
15773           Add support for flac files with 24/32 bits per sample; and misc.
15774           minor clean-ups. Seeking is still partly broken (for me at least).
15775
15776 2005-09-06  Wim Taymans  <wim@fluendo.com>
15777
15778         * gst/rtp/Makefile.am:
15779         * gst/rtp/gstrtp.c: (plugin_init):
15780         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
15781         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
15782         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
15783         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
15784         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
15785         (gst_rtpmp4vdec_plugin_init):
15786         * gst/rtp/gstrtpmp4vdec.h:
15787         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
15788         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
15789         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
15790         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
15791         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
15792         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
15793         * gst/rtp/gstrtpmp4venc.h:
15794         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
15795         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
15796         Added mpeg4 video payload encoder/decoder.
15797         Added some docs in mpa payloader.
15798
15799 === release 0.9.1 ===
15800
15801 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15802
15803         * NEWS:
15804         * README:
15805         * RELEASE:
15806         * autogen.sh:
15807         * configure.ac:
15808           releasing 0.9.1, "Blondie"
15809
15810 2005-09-05  Andy Wingo  <wingo@pobox.com>
15811
15812         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
15813         here from the state change handler, so we fire signals without
15814         holding the state lock.
15815
15816 2005-09-02  Andy Wingo  <wingo@pobox.com>
15817
15818         * All plugins updated for element state changes.
15819
15820 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15821
15822         * Makefile.am:
15823         * check/.cvsignore:
15824         * check/Makefile.am:
15825         * check/elements/.cvsignore:
15826         * check/elements/level.c: (setup_level), (cleanup_level),
15827         (GST_START_TEST), (level_suite), (main):
15828           add a test for level
15829         * common/release.mak:
15830           move the enum checking to release.mak
15831         * configure.ac:
15832           add valgrind and check checking
15833         * gst/level/gstlevel.c: (gst_level_transform):
15834         * gst/level/gstlevel.h:
15835           fix Andy's cast bug
15836           convert a field to int
15837           fix the arithmetic to int when checking for emit so that a
15838           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
15839
15840 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15841
15842         * Makefile.am:
15843         * configure.ac:
15844           add docs to build
15845         * common/plugins.xsl:
15846           wrap Description into a refsect2
15847         * docs/Makefile.am:
15848         * docs/plugins/Makefile.am:
15849         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15850         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15851         * gst/goom/Makefile.am:
15852         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
15853         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
15854         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
15855         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
15856         (gst_goom_change_state):
15857         * gst/goom/gstgoom.h:
15858           GstGOOM -> GstGoom
15859           add an example launch line
15860         * gst/level/gstlevel.h:
15861         * gst/monoscope/gstmonoscope.c:
15862           cleanups
15863
15864 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15865
15866         * configure.ac:
15867         * docs/plugins/Makefile.am:
15868         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15869         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15870         * docs/plugins/gst-plugins-good-plugins.types:
15871           document elements and plugins.  Shazam !
15872
15873 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15874
15875         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
15876           be found under doc/random/ChangeLog-0.8