gst/audiofx/: Fix long description of audiofx elements. Fixes bug #515457.
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
2
3         * gst/audiofx/audioamplify.c:
4         * gst/audiofx/audiochebband.c:
5         * gst/audiofx/audiocheblimit.c:
6         * gst/audiofx/audiodynamic.c:
7         * gst/audiofx/audioinvert.c:
8         * gst/audiofx/audiopanorama.c:
9         * gst/audiofx/audiowsincband.c:
10         * gst/audiofx/audiowsinclimit.c:
11         Fix long description of audiofx elements. Fixes bug #515457.
12
13 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
14
15         * docs/plugins/Makefile.am:
16         * gst/spectrum/gstspectrum.c:
17         * tests/examples/spectrum/.cvsignore:
18         * tests/examples/spectrum/Makefile.am:
19         * tests/examples/spectrum/spectrum-example.c:
20
21         Add a simple example application for the spectrum element, include it
22         in the docs, and fix some documentation ambiguities.
23
24         Fixes: #348085
25
26 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
27
28         * gst/equalizer/Makefile.am:
29         * gst/spectrum/Makefile.am:
30         Fix includes order
31
32         * tests/check/Makefile.am:
33         Exclude v4l2src from the states test - it takes too long to start.
34
35         * tests/check/elements/spectrum.c:
36         Make the test run properly with CK_FORK=no
37
38 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
39
40         * gst/audiofix/Makefile.am: add missing header files 
41
42 2008-02-08  Julien Moutte  <julien@fluendo.com>
43
44         * gst/matroska/matroska-demux.c:
45         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
46         keyframe and delta units correctly when dealign with a BlockGroup.
47         Fixes: #514397
48
49 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
50
51         * tests/check/elements/.cvsignore:
52         Spell the new tests correctly in .cvsignore
53
54 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
55
56         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
57           Need to use gsize here for the size, fixes compiler warning.
58
59         * tests/examples/equalizer/.cvsignore:
60         * tests/examples/equalizer/Makefile.am:
61         * tests/examples/spectrum/.cvsignore:
62         * tests/examples/spectrum/Makefile.am:
63           Add missing files to fix the build.
64
65 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
66
67         * configure.ac:
68         * docs/plugins/Makefile.am:
69         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
70         * docs/plugins/gst-plugins-good-plugins-sections.txt:
71         * docs/plugins/gst-plugins-good-plugins.args:
72         * docs/plugins/gst-plugins-good-plugins.hierarchy:
73         * docs/plugins/inspect/plugin-multifile.xml:
74         * tests/check/Makefile.am:
75         * tests/check/elements/.cvsignore:
76
77         Move multifile plugin from -bad.
78         Fixes: #490283
79
80 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
81
82         * configure.ac:
83         * docs/plugins/Makefile.am:
84         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
85         * docs/plugins/gst-plugins-good-plugins-sections.txt:
86         * docs/plugins/gst-plugins-good-plugins.args:
87         * docs/plugins/gst-plugins-good-plugins.hierarchy:
88         * docs/plugins/inspect/plugin-spectrum.xml:
89         * gst/spectrum/Makefile.am:
90         * tests/check/Makefile.am:
91         * tests/check/elements/.cvsignore:
92         * tests/examples/Makefile.am:
93
94         Move spectrum plugin from -bad.
95         Move examples into tests/examples/spectrum.
96
97 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
98
99         * configure.ac:
100         * docs/plugins/Makefile.am:
101         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
102         * docs/plugins/gst-plugins-good-plugins-sections.txt:
103         * docs/plugins/gst-plugins-good-plugins.args:
104         * docs/plugins/gst-plugins-good-plugins.hierarchy:
105         * docs/plugins/gst-plugins-good-plugins.interfaces:
106         * docs/plugins/inspect/plugin-equalizer.xml:
107         * gst/equalizer/Makefile.am:
108         * tests/check/Makefile.am:
109         * tests/examples/Makefile.am:
110         Move the equalizer plugin across from -bad
111
112         * tests/check/elements/.cvsignore:
113         Add equalizer, audiosincwband and audiosincwlimit
114
115         * tests/check/elements/equalizer.c:
116         Fix compiler warnings
117
118         Fixes: #415627
119
120 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
121
122         * configure.ac:
123         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
124         are treated like releases and build without it.
125
126 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
127
128         * docs/plugins/Makefile.am:
129         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
130         * docs/plugins/gst-plugins-good-plugins-sections.txt:
131         * docs/plugins/gst-plugins-good-plugins.args:
132         * docs/plugins/inspect/plugin-audiofx.xml:
133         * gst/audiofx/Makefile.am:
134         * gst/audiofx/audiofx.c:
135         * gst/audiofx/audiowsincband.c:
136         * gst/audiofx/audiowsincband.h:
137         * gst/audiofx/audiowsinclimit.c:
138         * gst/audiofx/audiowsinclimit.h:
139         * tests/check/Makefile.am:
140         * tests/check/elements/audiowsincband.c:
141         * tests/check/elements/audiowsinclimit.c:
142
143         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
144         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
145         respectively.
146
147         Fixes: #467666
148
149 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
150
151         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
152         * tests/check/elements/icydemux.c:
153           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
154           caps, and add a somewhat useful debug message. Plus test.
155
156 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
157
158         * gst/rtsp/gstrtspsrc.c:
159         Include unistd.h only if HAVE_UNISTD_H is defined
160         * win32/common/config.h.in:
161         * win32/common/config.h:
162         Define socklen_t as it seems it's not defined in default 
163         Visual Studio headers.
164         * win32/vs6/libgstalpha.dsp:
165         * win32/vs6/libgstapetag.dsp:
166         * win32/vs6/libgstavi.dsp:
167         * win32/vs6/libgstrtp.dsp:
168         * win32/vs6/libgstrtsp.dsp:
169         * win32/vs6/libgstvideomixer.dsp:
170         Update project file dependencies and add new source files       
171
172 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
173
174         Patch by: Bjarne Rosengren <bjarne at axis dot com>
175
176         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
177         Don't leak buffers when we don't push them downstream.
178         Fixes bug #514965.
179
180 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
181
182         * configure.ac:
183           Bump requirements to (good) released versions to avoid
184           confusion and make implicit core requirement explicit.
185
186 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
187
188         * docs/plugins/Makefile.am:
189         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
190         * docs/plugins/gst-plugins-good-plugins-sections.txt:
191         * docs/plugins/gst-plugins-good-plugins.args:
192         * docs/plugins/inspect/plugin-audiofx.xml:
193         * gst/audiofx/Makefile.am:
194         * gst/audiofx/audiochebband.c:
195         * gst/audiofx/audiochebband.h:
196         * gst/audiofx/audiocheblimit.c:
197         * gst/audiofx/audiocheblimit.h:
198         * gst/audiofx/audiochebyshevfreqband.c:
199         * gst/audiofx/audiochebyshevfreqband.h:
200         * gst/audiofx/audiochebyshevfreqlimit.c:
201         * gst/audiofx/audiochebyshevfreqlimit.h:
202         * gst/audiofx/audiofx.c:
203         * tests/check/Makefile.am:
204         * tests/check/elements/.cvsignore:
205         * tests/check/elements/audiochebband.c:
206         * tests/check/elements/audiocheblimit.c:
207         * tests/check/elements/audiochebyshevfreqband.c:
208         * tests/check/elements/audiochebyshevfreqlimit.c:
209
210         Rename audiochebyshevfreqband -> audiochebband and
211         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
212         surgery.
213
214         Closes: #491811
215
216 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
217
218         Patch by: orjan <orjanf at axis dot com>
219
220         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
221         Fix caps memory leak. Fixes #514573.
222
223 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
224
225         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
226         If there's no entries in the subindex, don't try to do anything stupid,
227         just return.
228
229 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
230
231         Patch by: John Millikin <jmillikin at gmail dot com>
232
233         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
234           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
235           Fix extraction of picture blocks with newer libflac versions again:
236           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
237
238 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
239
240         * tests/check/Makefile.am:
241           Add rtp-payloading test to VALGRIND_TO_FIX.
242
243         * tests/check/elements/rtp-payloading.c:
244           Add semicolons after GST_TEST_END so gst-indent gets the
245           formatting right; make test less verbose in general, but
246           more verbose in the error case (which should probably
247           make the test fail anyway).
248
249 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
250
251         * docs/plugins/Makefile.am:
252         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
253         * docs/plugins/gst-plugins-good-plugins-sections.txt:
254         * gst/avi/gstavisubtitle.c:
255         Add documentation for avisubtitle and change class to
256         Codec/Parser/Subtitle
257
258 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
259
260         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
261         Treat ENOTTY (driver does not implement ioctl) the same as
262         EINVAL since it implies there are no available standards.
263
264         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
265         (gst_v4l2src_get_nearest_size):
266         Replace gst_v4l2src_get_size_limits with 2 calls to new function
267         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
268         probe if the driver does not support VIDIOC_TRY_FMT for whatever
269         reason, and if we aren't yet actively capturing.
270
271         * sys/v4l2/v4l2src_calls.h:
272         Remove replaced function declaration.
273
274 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
275
276         * configure.ac:
277         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
278         API.
279
280 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
281
282         * configure.ac:
283         Fix typo.
284
285 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
286
287         * gst/alpha/Makefile.am:
288         * gst/alpha/gstalpha.c:
289
290         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
291         some stuff, and making buffer-alloc and resizing work automatically.
292         No longer crashes on odd frame widths and heights, although there
293         seems to be a disagreement with ffmpegcolorspace about what size
294         an AYUV frame with odd height should be.
295
296 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
297
298         Patch by: Alessandro Decina <alessandro at nnva dot org>
299
300         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
301         * ext/libpng/gstpngenc.h:
302         Preallocate the output buffer so that g_memdup() and
303         gst_buffer_merge() aren't needed anymore. This greatly improves
304         performances and fixes #512544.
305
306 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
307
308         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
309         (gst_avi_demux_stream_data):
310         GStreamer timestamps are PTS values while AVI only knows about DTS
311         timestamps. Make sure we only copy the DTS as the buffer timestamp when
312         we are dealing with a key frame.
313
314 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
315
316         * tests/check/Makefile.am:
317         * tests/check/elements/.cvsignore:
318         * tests/check/elements/rtp-payloading.c:
319           Add add testsuite for the rtp-payloader that tries simulating
320           dataflow. Needs more test data.
321
322 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
323
324         * tests/check/elements/alphacolor.c:
325           Remove two unused variables.
326
327 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
328
329         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
330           Use g_ascii_strtoll() instead of atoll, which is only
331           available in C99.
332
333 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
334
335         * gst/rtp/Makefile.am:
336         * gst/rtp/gstrtp.c:
337         * gst/rtp/gstrtpmpvpay.c:
338         * gst/rtp/gstrtpmpvpay.h:
339         Add MPEG2 video payloader
340
341 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
342
343         * gst/level/gstlevel.c:
344         Use #include <math.h> instead of #include "math.h".
345
346 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
347
348         * tests/check/Makefile.am:
349         Fix up some CFLAGS sets.
350         Don't include gconfvideosrc in the states test.
351
352         * tests/check/elements/autodetect.c: (GST_START_TEST):
353         Add some error strings to fail_unless arguments to fix some weird
354         compiler errors on Solaris.
355
356 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
357
358         * configure.ac:
359         Detect video4linux headers on Solaris too.
360         * sys/v4l2/gstv4l2colorbalance.h:
361         * sys/v4l2/gstv4l2object.h:
362         * sys/v4l2/v4l2_calls.c:
363         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
364         (gst_v4l2_buffer_new):
365
366         Make v4l2 build on Solaris.
367         Patch by: Brian Cameron  <brian.cameron at sun dot com>
368         Fixes: #510505
369
370 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
371
372         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
373           Update list from (still local) scanning script.
374
375 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
376
377         Based on a patch by:
378             Victor STINNER <victor dot stinner at haypocalc dot com>
379
380         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
381         Set variable to NULL after freeing it to prevent double frees
382         or make failures by another use of it afterwards more obvious
383         and fix use of it after the freeing. Fixes bug #510592.
384
385 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
386
387         * gst/udp/gstmultiudpsink.c:
388         use GST_WARNING for logging
389
390 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
391
392         * gst/udp/gstmultiudpsink.c:
393         Don't try to leave a multicast group with an invalid socket
394
395 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
396
397         * ext/flac/gstflacdec.c:
398           Fix compilation against flac 1.1.2 (as on debian stable), where
399           the picture metadata defines and structs don't exist yet.
400           Fixes #509301.
401
402 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
403
404         Patch by: Olivier Crete <tester at tester dot ca>
405
406         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
407         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
408         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
409         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
410         * gst/udp/gstmultiudpsink.h:
411         Add property to automatically join a multicast group or not. This can be
412         useful when sharing a socket between multiple elements.
413         Fixes #509531.
414
415 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
416
417         * gst/videomixer/Makefile.am:
418           Add controller flags.
419
420 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
421
422         * gst/videomixer/videomixer.c:
423           Also commit the missing gst_object_sync_values().
424
425 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
426
427         * docs/plugins/Makefile.am:
428           Remove duplicate entry.
429
430 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
431
432         * docs/plugins/Makefile.am:
433         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
434         * docs/plugins/gst-plugins-good-plugins-sections.txt:
435         * docs/plugins/inspect/plugin-gamma.xml:
436         * docs/plugins/inspect/plugin-monoscope.xml:
437         * docs/plugins/inspect/plugin-video4linux2.xml:
438           Add 3 more plugins to docs.
439
440 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
441
442         * docs/plugins/gst-plugins-good-plugins-sections.txt:
443         * sys/osxvideo/osxvideosink.h:
444           Revert previous change caused by a file that got stuck on an old
445           revision.
446
447 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
448
449         * docs/plugins/gst-plugins-good-plugins-sections.txt:
450         * gst/multipart/Makefile.am:
451         * gst/multipart/multipartdemux.c:
452         * gst/multipart/multipartdemux.h:
453         * gst/multipart/multipartmux.c:
454         * gst/multipart/multipartmux.h:
455           Re-add multipartdemux to the docs. Last round of section cleanup.
456
457 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
458
459         * docs/plugins/Makefile.am:
460         * docs/plugins/gst-plugins-good-plugins-sections.txt:
461         * sys/osxaudio/gstosxaudiosink.h:
462         * sys/osxvideo/osxvideosink.h:
463           Managed to resolve most unused declarations. Filed a bug for one left.          
464
465 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
466
467         * docs/plugins/gst-plugins-good-plugins-sections.txt:
468           Cleanup section file.
469
470 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
471
472         * docs/plugins/Makefile.am:
473         * docs/plugins/gst-plugins-good-plugins.args:
474         * docs/plugins/gst-plugins-good-plugins.signals:
475         * docs/plugins/inspect/plugin-alaw.xml:
476         * docs/plugins/inspect/plugin-alpha.xml:
477         * docs/plugins/inspect/plugin-alphacolor.xml:
478         * docs/plugins/inspect/plugin-annodex.xml:
479         * docs/plugins/inspect/plugin-apetag.xml:
480         * docs/plugins/inspect/plugin-audiofx.xml:
481         * docs/plugins/inspect/plugin-auparse.xml:
482         * docs/plugins/inspect/plugin-autodetect.xml:
483         * docs/plugins/inspect/plugin-avi.xml:
484         * docs/plugins/inspect/plugin-cairo.xml:
485         * docs/plugins/inspect/plugin-cdio.xml:
486         * docs/plugins/inspect/plugin-cutter.xml:
487         * docs/plugins/inspect/plugin-debug.xml:
488         * docs/plugins/inspect/plugin-dv.xml:
489         * docs/plugins/inspect/plugin-efence.xml:
490         * docs/plugins/inspect/plugin-effectv.xml:
491         * docs/plugins/inspect/plugin-flac.xml:
492         * docs/plugins/inspect/plugin-flxdec.xml:
493         * docs/plugins/inspect/plugin-gconfelements.xml:
494         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
495         * docs/plugins/inspect/plugin-goom.xml:
496         * docs/plugins/inspect/plugin-halelements.xml:
497         * docs/plugins/inspect/plugin-icydemux.xml:
498         * docs/plugins/inspect/plugin-id3demux.xml:
499         * docs/plugins/inspect/plugin-jpeg.xml:
500         * docs/plugins/inspect/plugin-ladspa.xml:
501         * docs/plugins/inspect/plugin-level.xml:
502         * docs/plugins/inspect/plugin-matroska.xml:
503         * docs/plugins/inspect/plugin-mulaw.xml:
504         * docs/plugins/inspect/plugin-multipart.xml:
505         * docs/plugins/inspect/plugin-navigationtest.xml:
506         * docs/plugins/inspect/plugin-png.xml:
507         * docs/plugins/inspect/plugin-quicktime.xml:
508         * docs/plugins/inspect/plugin-rtp.xml:
509         * docs/plugins/inspect/plugin-rtsp.xml:
510         * docs/plugins/inspect/plugin-shout2send.xml:
511         * docs/plugins/inspect/plugin-smpte.xml:
512         * docs/plugins/inspect/plugin-speex.xml:
513         * docs/plugins/inspect/plugin-taglib.xml:
514         * docs/plugins/inspect/plugin-udp.xml:
515         * docs/plugins/inspect/plugin-videobalance.xml:
516         * docs/plugins/inspect/plugin-videobox.xml:
517         * docs/plugins/inspect/plugin-videocrop.xml:
518         * docs/plugins/inspect/plugin-videoflip.xml:
519         * docs/plugins/inspect/plugin-videomixer.xml:
520         * docs/plugins/inspect/plugin-wavenc.xml:
521         * docs/plugins/inspect/plugin-wavpack.xml:
522         * docs/plugins/inspect/plugin-wavparse.xml:
523           Update plugin docs.
524
525         * gst/videomixer/Makefile.am:
526         * gst/videomixer/videomixer.c:
527         * gst/videomixer/videomixer.h:
528         * gst/videomixer/videomixerpad.h:
529           Split out header to fix warnings from the doc-build.
530
531 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
532
533         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
534
535         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
536         Use atoll to parse the rtptime with enough precision. Fixes #509329.
537
538 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
539
540         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
541         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
542           Initialise variables to work around (false) 'foo might be used
543           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
544
545 2008-01-11  David Schleef  <ds@schleef.org>
546
547         * docs/plugins/.cvsignore:
548         * tests/check/pipelines/.cvsignore:
549           Ignore more files for the buildbot.
550
551 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
552
553         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
554         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
555         Generate the image-type values correctly. Leave them out of the caps
556         when outputting a "preview image" tag, since it only makes sense
557         to have one of those - the type is irrelevant.
558
559         * sys/sunaudio/gstsunaudiomixerctrl.c:
560         (gst_sunaudiomixer_ctrl_open):
561         If we can, mark the mixer multiple open when we use it, in case
562         (for some reason) the process wants to open it again elsewhere.
563
564 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
565
566         Patch by: Olivier Crete <tester at tester dot ca>
567
568         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
569         * gst/rtp/gstrtptheorapay.c:
570         Fix the clock rate to 90000 as required by the RFC.
571         Fixes #508644.
572
573 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
574
575         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
576           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
577
578 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
579
580         * autogen.sh:
581           Add -Wno-portability to the automake parameters to stop warnings
582           about GNU make extensions being used. We require GNU make in almost
583           every Makefile anyway.
584           
585         * configure.ac:
586           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
587           at the same time is required for per target flags.
588
589 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
590
591         * gst/videomixer/videomixer.c: (gst_videomixer_init):
592         Fix error from my last commit.
593
594 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
595
596         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
597
598         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
599           Make sure the ISO 639-X language code in ID3v2 COMM frames
600           is actually valid UTF-8 (or rather: ASCII), so we don't end
601           up with non-UTF8 strings in tags if there's garbage in the
602           language field. Also make sure the language code is always
603           lower case. Fixes: #508291.
604
605 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
606
607         * ChangeLog:
608           Fix ChangeLog typo.
609
610 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
611
612         * Makefile.am:
613           Include lcov.mak to allow building coverage reports. Guard
614           check-torture target like in the other packages.
615
616 2008-01-09  Sameer Naik  <sameer@damagehead.com>
617
618         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
619
620         * gst/videomixer/videomixer.c:
621         (gst_videomixer_set_master_geometry), (_do_init),
622         (gst_videomixer_child_proxy_get_child_by_index),
623         (gst_videomixer_child_proxy_get_children_count),
624         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
625         (gst_videomixer_init), (gst_videomixer_request_new_pad),
626         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
627         Implement GstChildProxy interface.
628         Send newsegment at the right moment
629         Fixes #488879
630
631 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
632
633         * gst/alpha/Makefile.am:
634         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
635         (gst_alpha_sink_event), (gst_alpha_chain),
636         (gst_alpha_change_state), (plugin_init):
637         Make the various properties of 'alpha' controllable. This allows doing
638         niceties like fade-in/fade-out.
639
640 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
641
642         * gst/rtp/gstasteriskh263.c:
643         * gst/rtp/gstrtpL16depay.c:
644         * gst/rtp/gstrtpac3depay.c:
645         * gst/rtp/gstrtpamrpay.c:
646         * gst/rtp/gstrtpdepay.c:
647         * gst/rtp/gstrtpgsmdepay.c:
648         * gst/rtp/gstrtph263depay.c:
649         * gst/rtp/gstrtph263pdepay.c:
650         * gst/rtp/gstrtph263ppay.c:
651         * gst/rtp/gstrtph264depay.c:
652         * gst/rtp/gstrtph264pay.c:
653         * gst/rtp/gstrtpmp2tdepay.c:
654         * gst/rtp/gstrtpmp4adepay.c:
655         * gst/rtp/gstrtpmp4gdepay.c:
656         * gst/rtp/gstrtpmp4gpay.c:
657         * gst/rtp/gstrtpmp4vdepay.c:
658         * gst/rtp/gstrtpmpadepay.c:
659         * gst/rtp/gstrtpmpvdepay.c:
660         * gst/rtp/gstrtpsv3vdepay.c:
661         * gst/rtp/gstrtptheoradepay.c:
662         * gst/rtp/gstrtptheorapay.c:
663         * gst/rtp/gstrtpvorbisdepay.c:
664         * gst/rtp/gstrtpvorbispay.c:
665           Remove copy/paste unused code (property setters and getter) found by
666           the coverage suite (yay, saves ~20k on disk).
667
668 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
669
670         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
671           (videosink_templ):
672           Also fix up pad templates to indicate that image/jpeg doesn't
673           absolutely require the framerate property to be set (#504081).
674
675 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
676
677         Based on patch by: Wouter Cloetens  <wouter at mind be>
678
679         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
680           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
681           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
682         * gst/matroska/matroska-mux.h:
683           Keep track of first and last timestamps for each incoming stream,
684           so we can calculate the total duration for live sources and other
685           input where we can't query the duration from the start or where
686           there's no constant framerate from which we can deduce the
687           duration; also use calculated/observed duration if it is bigger
688           than the previously queried duration. Furthermore, use
689           gst_pad_query_peer_duration() and take into account that it may
690           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
691           screws up comparisons when using unsigned integers. Fixes #504081.
692
693 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
694
695         * configure.ac:
696         * gst/audiofx/audioamplify.c:
697         (gst_audio_amplify_clipping_method_get_type),
698         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
699         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
700         (gst_audio_dynamic_transform_ip):
701         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
702         (gst_audio_invert_transform_ip):
703         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
704         (gst_audio_panorama_transform):
705         * gst/level/gstlevel.c: (gst_level_init):
706         Make elements GST_BUFFER_FLAG_GAP aware and call
707         gst_base_transform_set_gap_aware for this.
708         Bump core requirement to CVS.
709         
710         * gst/audiofx/audiochebyshevfreqband.c:
711         (gst_audio_chebyshev_freq_band_transform_ip):
712         * gst/audiofx/audiochebyshevfreqlimit.c:
713         (gst_audio_chebyshev_freq_limit_transform_ip):
714         Also sync GObject properties to the controller if operating
715         in passthrough mode.
716
717 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
718
719         * sys/directdraw/gstdirectdrawsink.c:
720           (gst_directdraw_sink_window_thread):
721           FALSE is not a gpointer.
722
723 2008-01-05  Julien Moutte  <julien@fluendo.com>
724
725         * sys/directdraw/gstdirectdrawsink.c:
726         (gst_directdraw_sink_set_window_id),
727         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
728         (gst_directdraw_sink_buffer_alloc),
729         (gst_directdraw_sink_draw_borders),
730         (gst_directdraw_sink_show_frame),
731         (gst_directdraw_sink_setup_ddraw),
732         (gst_directdraw_sink_window_thread),
733         (gst_directdraw_sink_get_ddrawcaps),
734         (gst_directdraw_sink_surface_create): Make sure we create our
735         internal window only when we need it. That will give a chance to
736         the application to get the prepare-xwindow-id bus message. Draw
737         black borders when keeping aspect ratio. Handle the case where our
738         rendering window disappears (closed or errors) like other sinks
739         do. Various 80 columns fixes, improve state change order. That
740         element could need some more love.
741
742 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
743
744         * ext/taglib/gstapev2mux.h:
745         * ext/taglib/gstid3v2mux.h:
746         Remove useless typedefs without new type name. Fixes a warning with
747         gcc 4.3.
748
749 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
750
751         Patch by: John Millikin <jmillikin at gmail dot com>
752
753         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
754         (gst_flac_dec_setup_stream_decoder),
755         (gst_flac_normalize_picture_mime_type),
756         (gst_flac_extract_picture_buffer),
757         (gst_flac_dec_metadata_callback):
758         Emit metadata messages when a PICTURE block is encountered.
759         Fixes #506715.
760
761 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
762
763         * gst/avi/gstavi.c:
764         increase rank because no known issues anymore ...
765         * gst/avi/gstavisubtitle.c:
766         send subtitle name to the srcpad
767
768 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
769
770         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
771         * gst/rtsp/gstrtspsrc.h:
772         Implement redirect for the DESCRIBE reply. Fixes #506025.
773
774 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
775
776         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
777         Fix 'xyz may be used uninitialized' compiler warnings caused
778         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
779         abort() in any case but properly report the error.
780
781 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
782
783         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
784         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
785         * sys/ximage/gstximagesrc.c: (composite_pixel):
786           Fix 'xyz may be used uninitialized' compiler warnings caused
787           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
788           not really nice to abort in any case). Fixes #505745.
789
790 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
791
792         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
793           Small unit test fix (has no practical impact at the moment,
794           since we're only feeding utf8 and hence just create a sub-
795           buffer for the output).
796
797 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
798
799         * gst/avi/gstavisubtitle.c:
800         * tests/check/elements/avisubtitle.c:
801         Add seeking support for avi subtitle
802
803 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
804
805         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
806         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
807         (gst_flac_dec_write):
808         * ext/flac/gstflacdec.h:
809         Remove some unused vars.
810         Do more cleanup of leftover events and tags.
811         Output tags after the segment event. Fixes #504018.
812
813 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
814
815         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
816           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
817           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
818           Detect other UTF byte order markers and convert to UTF-8 as
819           appropriate.
820
821 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
822
823         * gst/avi/gstavisubtitle.c: (src_template),
824           (gst_avi_subtitle_extract_utf8_file),
825           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
826           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
827           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
828         * gst/avi/gstavisubtitle.h:
829           Refactor a bit; fix name extraction; don't assume all the data
830           in the chunk is actually subtitle data, there may be padding at
831           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
832           file so it's there to send again after a seek (for future use).
833
834 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
835
836         * gst/avi/Makefile.am:
837         * gst/avi/gstavi.c:
838         * gst/avi/gstavisubtitle.c:
839         * gst/avi/gstavisubtitle.h:
840         * tests/check/Makefile.am:
841         * tests/check/elements/avisubtitle.c:
842         * win32/common/config.h:
843                 Add avi subtitle element for bug #442034. Need seeking support
844                 and more support for character conversion.
845
846 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
847
848         * Makefile.am:
849           Include common/win32.mak for CRLF check of win32 project
850           files (see #393626).
851
852         * win32/vs6/libgstpng.dsp:
853           Fix line endings and do cvs admin -kb.
854
855 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
856
857         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
858         Actually drop the buffers which are outside the currently configured
859         segment instead of just emitting a WARNING.
860
861 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
862
863         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
864         (gst_flac_dec_write):
865         * ext/flac/gstflacdec.h:
866         Send segments from the streaming thread. Fixes #502187.
867         Fix segment seeking and a bunch of other seeking cases.
868
869 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
870
871         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
872           Parse WOAF frames and put the result into GST_TAG_CONTACT,
873           which is where it would end up if the same information was
874           put in a vorbis comment (don't think it's worth adding a
875           new URI tag for this). Fixes #488112.
876
877 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
878
879         * configure.ac:
880           We need core/base 0.10.15 or later.
881
882 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
883
884         Patch by: Mark Nauwelaerts <manauw skynet be>
885
886         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
887         Fix regression in stream numbering. Fixes #502655.
888
889 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
890
891         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
892
893         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
894         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
895         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
896         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
897         (gst_rtp_h264_pay_handle_buffer):
898         * gst/rtp/gstrtph264pay.h:
899         Use higher performance start-code searching.
900         Parse NALs and store SPS, PPS and profile in the caps so that they can
901         be used in the SDP. Fixes #502814.
902
903 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
904
905         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
906         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
907           Init some structs to zero before we pass them to ioctl, which
908           avoids valgrind warnings.  Also fix a small memory leak.
909
910 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
911
912         Patch by: Wouter Cloetens <wouter at mind dot be>
913
914         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
915         Copy timestamp from input to output. Not very perfect yet but better
916         than nothing. Fixes #503023.
917
918 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
919
920         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
921           Also print a useful error message with the old Wavpack API
922           if possible.
923
924 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
925
926         * ext/wavpack/gstwavpackdec.c:
927           More build fixes for old libwavpack versions: include config.h so
928           that WAVPACK_OLD_API is actually defined as detected; only use
929           WavpackGetErrorMessage if it is available. This fixes the build
930           on debian stable for me.
931
932 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
933
934         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
935         * ext/wavpack/gstwavpackparse.c:
936           (gst_wavpack_parse_create_src_pad):
937           Workaround the non-existance of WavpackGetChannelMask in Wavpack
938           versions below 4.40.0.
939
940 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
941
942         * configure.ac:
943           And now do it right for real...
944
945 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
946
947         * configure.ac:
948           Correctly reset $LIBS to not contain -lm.
949
950 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
951
952         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
953
954         * configure.ac:
955         * ext/cairo/gsttimeoverlay.c:
956           (gst_cairo_time_overlay_print_smpte_time):
957           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
958           and checking for rint() and implementing it ourself if it doesn't
959           exist. Fixes #497293.
960
961 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
962
963         * configure.ac:
964           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
965
966 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
967
968         * sys/oss/gstosshelper.c:
969         Verify that the format returned after the ioctl is the one
970         we requested. It is valid for the ioctl to succeed while
971         substituting an alternate 'supported' sample format.
972
973 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
974
975         * sys/oss/gstossaudio.c: (plugin_init):
976         * sys/oss/gstosssink.c: (gst_oss_sink_open):
977         * sys/oss/gstosssrc.c: (gst_oss_src_open):
978           Post decent (and translated) error message when we can't
979           open the audio device for some reason.
980
981 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
982
983         * sys/oss/gstosssink.c:
984         * sys/oss/gstosssrc.c:
985         Allow the AUDIODEV environment variable to redirect us
986         to a different default OSS device, like sunaudiosink does
987         on Solaris (makes audio play automatically on SunRays).
988
989 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
990
991         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
992         * gst/audiofx/audiochebyshevfreqband.c:
993         (gst_audio_chebyshev_freq_band_transform_ip):
994         * gst/audiofx/audiochebyshevfreqlimit.c:
995         (gst_audio_chebyshev_freq_limit_transform_ip):
996         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
997         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
998         The transform_ip() methods should do nothing if in passthrough mode.
999         It might get non-writable buffers in that case but the buffer might
1000         as well be writable.
1001
1002         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
1003         The transform() methods won't be called in passthrough mode and
1004         otherwise the buffer is always writable so don't check here.
1005
1006 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
1007
1008         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
1009           Fix seeking in .wav files again (#501775).  Some people seem to think
1010           they don't need to test their changes when they're just 'reflowing'
1011           some code.
1012
1013 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1014
1015         * gst/autodetect/gstautovideosink.c:
1016         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
1017         (gst_auto_video_sink_init),
1018         (gst_auto_video_sink_create_element_with_pretty_name),
1019         (gst_auto_video_sink_find_best),
1020         (gst_auto_video_sink_set_property),
1021         (gst_auto_video_sink_get_property):
1022         * gst/autodetect/gstautovideosink.h:
1023         Fix docs.
1024         Use same error reporting code as autoaudiosink.
1025         Add property to filter sinks based on caps. Only select raw video sinks
1026         by default for backwards compat.
1027         API: GstAutoVideoSink::filter-caps
1028
1029 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1030
1031         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1032
1033         * gst/autodetect/gstautoaudiosink.c:
1034         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
1035         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
1036         (gst_auto_audio_sink_set_property),
1037         (gst_auto_audio_sink_get_property):
1038         * gst/autodetect/gstautoaudiosink.h:
1039         Add property to filter sinks based on caps. Only select raw audio sinks
1040         by default for backwards compat.  Fixes #417420.
1041         API: GstAutoAudioSink::filter-caps
1042
1043 2007-11-29  Michael Smith <msmith@fluendo.com>
1044
1045         Patch by: Arek Korbik <arkadini@gmail.com>
1046
1047         * gst/videobox/gstvideobox.c: (plugin_init):
1048           Initialise liboil in plugin_init()
1049
1050 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
1051
1052         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
1053         Post error before sending EOS. Fixes #499178.
1054
1055 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
1056
1057         * win32/vs6/gst_plugins_good.dsw:
1058         * win32/vs6/libgstpng.dsp:
1059         Add a project file for libgstpng
1060
1061 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
1062
1063         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
1064         (gst_rtp_h263_depay_process):
1065         Code beautification.
1066         Added debug statements.
1067         Don't bit-shift everything, just do operations on last/first byte
1068         instead.
1069
1070 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
1071
1072         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
1073
1074         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
1075         Fix wrong comparison in overrun check. Fixes #499239 some more.
1076
1077 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
1078
1079         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
1080         (gst_rtp_h263_depay_process):
1081         * gst/rtp/gstrtph263depay.h:
1082         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
1083         stream.
1084
1085 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
1086
1087         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
1088
1089         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1090         (gst_rtp_mp4a_depay_process):
1091         * gst/rtp/gstrtpmp4adepay.h:
1092         Fix depayloading when multiple frames are inside one RTP packet.
1093         Fixes #499239.
1094
1095 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1096
1097         * gst/level/gstlevel.c:
1098           Add GAP-flag support.
1099
1100 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
1101
1102         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
1103         Read the I flag for Mode A h263 rtp stream and set the
1104         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
1105         Fixes #499383
1106
1107 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1108
1109         * gst/level/gstlevel.c:
1110           Remove some dead code and do cleanups.
1111
1112 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1113
1114         * tests/check/pipelines/simple-launch-lines.c:
1115           Improve the tests by allowing to set a target state.
1116
1117 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
1118
1119         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
1120         Don't check the caps of the output buffer if they're equal some
1121         other caps. The caps can change in a backward compatible way
1122         and did at this point.
1123
1124 2007-11-24  Julien MOUTTE  <julien@moutte.net>
1125
1126         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
1127         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
1128         (gst_qtdemux_seek_to_previous_keyframe),
1129         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
1130         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
1131         reverse playback support.
1132
1133 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1134
1135         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
1136         Also set the channel layout on the Wavpack caps if we're having
1137         a mono layout. Of course only do it for "audio/x-wavpack".
1138
1139 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1140
1141         * ext/wavpack/gstwavpackcommon.c:
1142         (gst_wavpack_get_default_channel_mask),
1143         (gst_wavpack_set_channel_layout),
1144         (gst_wavpack_get_default_channel_positions),
1145         (gst_wavpack_get_channel_mask_from_positions),
1146         (gst_wavpack_set_channel_mapping):
1147         * ext/wavpack/gstwavpackcommon.h:
1148         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
1149         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
1150         * ext/wavpack/gstwavpackdec.h:
1151         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1152         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
1153         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
1154         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
1155         (gst_wavpack_enc_rewrite_first_block),
1156         (gst_wavpack_enc_sink_event):
1157         * ext/wavpack/gstwavpackenc.h:
1158         * ext/wavpack/gstwavpackparse.c:
1159         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
1160         (gst_wavpack_parse_scan_to_find_sample),
1161         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
1162         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
1163         * ext/wavpack/gstwavpackparse.h:
1164         Add support for encoding, parsing and decoding multichannel
1165         files with up to 8 channels. This also improves the robustness
1166         of parsing quite a bit.
1167
1168         * ext/wavpack/gstwavpackstreamreader.c:
1169         (gst_wavpack_stream_reader_read_bytes),
1170         (gst_wavpack_stream_reader_get_pos),
1171         (gst_wavpack_stream_reader_set_pos_abs),
1172         (gst_wavpack_stream_reader_set_pos_rel),
1173         (gst_wavpack_stream_reader_push_back_byte),
1174         (gst_wavpack_stream_reader_get_length),
1175         (gst_wavpack_stream_reader_can_seek),
1176         (gst_wavpack_stream_reader_write_bytes):
1177         Improve debugging.
1178
1179 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1180
1181         * ext/libpng/gstpngdec.c:
1182         * ext/libpng/gstpngdec.h:
1183           Don't release the png-memory from within the callback.
1184
1185 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1186
1187         Patch by: René Stadler <mail at renestadler dot de>
1188
1189         * ext/libpng/gstpngenc.c:
1190           Don't leak buffer data memory. Fixes #498395.
1191
1192 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1193
1194         Patch by: René Stadler <mail at renestadler dot de>
1195
1196         * tests/check/pipelines/simple-launch-lines.c:
1197           Tests for #498395.
1198
1199 2007-11-20  Julien MOUTTE  <julien@moutte.net>
1200
1201         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
1202         (gst_tag_lib_mux_adjust_event_offsets):
1203         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
1204         * sys/osxaudio/Makefile.am:
1205         * sys/osxvideo/cocoawindow.h:
1206         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
1207
1208 2007-11-15  David Schleef  <ds@schleef.org>
1209
1210         * ext/cairo/gsttextoverlay.c:
1211           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
1212
1213 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1214
1215         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
1216
1217         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
1218         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
1219         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
1220         * gst/rtp/gstrtpmp2tpay.h:
1221         Fill the MTU with as many packets as possible. Fixes #491323.
1222
1223 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1224
1225         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1226
1227         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
1228         Fix some more leaks. Fixes #497007.
1229
1230 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1231
1232         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1233
1234         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
1235         (gst_rtspsrc_stream_configure_tcp):
1236         Fix 3 pad leaks. Fixes #496983.
1237
1238 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1239
1240         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1241
1242         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
1243         Fix small leak. Fixes #497017.
1244
1245 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1246
1247         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1248         (gst_qtdemux_prepare_current_sample),
1249         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
1250         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
1251         * gst/qtdemux/qtdemux_fourcc.h:
1252         * gst/qtdemux/qtdemux_types.c:
1253         Add suppport for theora in quicktime according to XiphQT.
1254
1255 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
1256
1257         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
1258         (gst_v4l2src_init), (gst_v4l2src_set_property),
1259         (gst_v4l2src_get_property):
1260         * sys/v4l2/gstv4l2src.h:
1261         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1262           Always copy buffers by default (handle safer with bugged drivers)
1263           and added a property to make it possible to use mmap effectively (no
1264           copy if possible) when application wants to. Fixes: #480557.
1265
1266 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1267
1268         * gst/id3demux/id3tags.c:
1269         * gst/id3demux/id3tags.h:
1270         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
1271           We don't want the same string multiple times in a tag list for the
1272           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
1273           this doesn't happen and remove special-case code for GST_TAG_GENRE.
1274
1275 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1276
1277         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
1278           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
1279           into ID3v2 TXXX frames (fixes #347848).
1280
1281 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1282
1283         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1284           Don't leak sdp message contents (fixes #496773).
1285
1286         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
1287           Don't leak URI string.
1288
1289 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1290
1291         Patch by: Julien Puydt <julien dot puydt at laposte net>
1292
1293         * ext/raw1394/Makefile.am:
1294         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
1295           (gst_1394_property_probe_get_properties),
1296           (gst_1394_property_probe_probe_property),
1297           (gst_1394_property_probe_needs_probe),
1298           (gst_1394_property_probe_get_values),
1299           (gst_1394_property_probe_interface_init),
1300           (gst_1394_type_add_property_probe_interface):
1301         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
1302         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
1303           (gst_dv1394src_init), (gst_dv1394src_dispose),
1304           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
1305           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
1306           (gst_dv1394src_update_device_name):
1307         * ext/raw1394/gstdv1394src.h:
1308           Implement GstPropertyProbe interface and add "device-name" property,
1309           so applications can use this to probe for available devices in the
1310           same way they can already with v4lsrc and v4l2src (however horrible
1311           this property probe interface may be). Fixes #358841.
1312
1313 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1314
1315         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1316
1317         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
1318           (gst_rtspsrc_parse_range):
1319           Don't leak event, don't leak range (fixes #496752).
1320
1321 2007-11-14  Michael Smith <msmith@fluendo.com>
1322
1323         Patch by: Arek Korbik <arkadini@gmail.com>
1324
1325         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
1326           Detect RGBA/BGRA correctly on little endian systems.
1327
1328 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1329
1330         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1331           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
1332           corresponding ioctl() call fails even though the driver claims to
1333           support this format, just fall back to the pre-2.6.19 kernel
1334           routine that creates caps with suitable height and width ranges
1335           (see #448278).
1336
1337 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1338
1339         Patch by: Mark Nauwelaerts <manauw skynet be>
1340
1341         * gst/matroska/matroska-demux.c:
1342           (gst_matroska_demux_push_dvd_clut_change_event),
1343           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1344           (gst_matroska_demux_subtitle_caps):
1345         * gst/matroska/matroska-ids.h:
1346           Extract palette data for dvd subpicture streams and send it
1347           downstream as custom gstreamer dvd event (fixes #453417).
1348
1349 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1350
1351         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
1352           Implement minimal parsing of the passed pango font description
1353           string, so passing a font size works the same as with the
1354           pango textoverlay plugin; fixes #455086.
1355           (Maybe we could just use pangocairo here at some point).
1356
1357 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1358
1359         * gst/avi/gstavidemux.c:
1360         * gst/wavparse/gstwavparse.c:
1361           Return the result in _activate_pull(). Don't ref element there.
1362
1363 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1364
1365         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
1366         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
1367         (gst_wavparse_srcpad_event):
1368           Ref the element when we should, but not when we its not needed. Reflow
1369           the event_handling to not leak the event.       
1370
1371 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
1372
1373         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1374         (qtdemux_parse_samples):
1375         Properly free QTDemuxSamples array.
1376         Protect table write with a sensible check, some files apparently DO contain
1377         stts values starting with 0 :(
1378
1379 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1380
1381         * gst/avi/gstavidemux.c:
1382         * gst/qtdemux/qtdemux.c:
1383           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
1384           previous commit messed up.
1385
1386 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1387
1388         * gst/avi/gstavidemux.c:
1389         * gst/qtdemux/qtdemux.c:
1390           Sync _handle_src_event() with oggdemux. In avidemux also ref the
1391           element when we should, but not when we its not needed.
1392
1393 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
1394
1395         * gst/wavparse/gstwavparse.c:
1396           Return FALSE if we can't handle a query instead of changing the
1397           format. Ignore fact when dealing with mpeg audio.
1398
1399 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1400
1401         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1402
1403         * configure.ac:
1404         * gst/udp/gstdynudpsink.c:
1405         * gst/udp/gstdynudpsink.h:
1406         * gst/udp/gstmultiudpsink.c:
1407         * gst/udp/gstmultiudpsink.h:
1408         * gst/udp/gstudpsink.c:
1409         * gst/udp/gstudpsink.h:
1410           Fix includes for MSVC and GLib-2.14.0 (#492388).
1411
1412         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
1413           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
1414
1415 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
1416
1417         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
1418         (gst_mulawdec_chain):
1419         * gst/law/mulaw-decode.h:
1420         Calculate outgoing buffer duration if incoming buffer didn't have a
1421         valid duration.
1422
1423 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
1424
1425         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
1426         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
1427         Smarter combine_flow code that also deals with downstream elements
1428         returning UNEXPECTED when they receive data out of the segment
1429         boundaries. Fixes #491305.
1430
1431 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1432
1433         * sys/v4l2/v4l2src_calls.c:
1434           Fix 'unused variable' compiler warning when compiling against
1435           older kernel headers.
1436
1437 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
1438
1439         * ext/taglib/gstid3v2mux.cc (add_funcs):
1440           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
1441
1442 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
1443
1444         * tests/check/pipelines/simple-launch-lines.c:
1445            Improve the tests a little more.
1446
1447 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
1448
1449         patch by: Yun Zheng Hu
1450
1451         * sys/osxaudio/gstosxaudiosrc.c:
1452         Use default input device instead of default output device and
1453         only memcpy actual available bytes.
1454
1455 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
1456
1457         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1458           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
1459           early. It is temporary until we find something better.
1460
1461 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1462
1463         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1464
1465         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
1466         Fix race when pausing a RTSP stream in interleaved.
1467         Fixes #475784.
1468
1469 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1470
1471         Patch by: Peter Kjellerstedt <pkj at axis com>
1472
1473         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
1474         Use correct unref function for buffers. #488844.
1475
1476 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
1477
1478         * gst/avi/gstavimux.c:
1479         * tests/check/elements/avimux.c:
1480           Add some debug and sync tests with the fix.     
1481
1482 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1483
1484         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1485
1486         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1487         When the socket is used by the app for other purposes, don't generate an
1488         error if there is activaty on the socket that is not data related.
1489         Fixes #487488.
1490
1491 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1492
1493         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
1494         (gst_v4l2src_grab_frame):
1495         Add some more debug info. Generate an error when we run out of buffers
1496         for some reason. See #480557.
1497
1498 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1499
1500         Patch by: Anders Skargren <anders dot skargren at axis dot com>
1501
1502         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
1503         Set marker bit correctly.
1504
1505 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
1506
1507         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1508         Use allowed name for the GstStructure.
1509
1510 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
1511
1512         * ext/gconf/gstswitchsink.c:
1513         * gst/autodetect/gstautoaudiosink.c:
1514           Use new gst_bus_pop_filtered().
1515
1516 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1517
1518         * sys/v4l2/gstv4l2src.c:
1519         * sys/v4l2/v4l2src_calls.c:
1520           When probing the formats and sizes a camera supports, make
1521           sure the best ones (highest resolution, prefered format)
1522           end up at the beginning of the probed caps and the less
1523           desirable ones at the end.  This is important because the
1524           order within the caps matters for things like fixation and
1525           negotiation, ie. what format is chosen in the end.
1526           With recent kernels, the current probing code will end up
1527           querying the supported sizes from lowest resolution to
1528           highest resolution, adding them to the probed caps in that
1529           order, resulting to v4l2src fixating to the lowest possible
1530           resolution if downstream does not express a size preference.
1531           Also make up a somewhat random ranking of prefered output
1532           formats for the same reason. Fixes #485828.
1533         
1534 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1535
1536         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
1537
1538         * gst/id3demux/id3v2frames.c:
1539           Extract license/copyright URIs from ID3v2 WCOP frames
1540           (Fixes #447000).
1541
1542         * tests/check/elements/id3demux.c:
1543         * tests/files/Makefile.am:
1544         * tests/files/id3-447000-wcop.tag:
1545           Add simple unit test.
1546
1547 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1548
1549         * ext/taglib/gstid3v2mux.cc:
1550           Add support for license/copyright URI tags (ID3v2 WCOP frame).
1551           Prerequisite for #447000.
1552
1553 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
1554
1555         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
1556         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
1557         a GstClockTime.
1558
1559 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1560
1561         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1562         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
1563         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
1564         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
1565         (gst_rtspsrc_change_state):
1566         More seeking fixes, mostly passing around the new playback segment in
1567         order to configure it properly.
1568         Also reset base_time of udp sources when setting them back to PLAYING as
1569         a temporary hack until core supports seek in live sources properly.
1570
1571 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1572
1573         * gst/rtp/gstrtpmp4adepay.c:
1574         Fix caps as to not confuse autopluggers.
1575
1576 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1577
1578         * gst/id3demux/gstid3demux.c:
1579         * gst/id3demux/gstid3demux.h:
1580         * gst/id3demux/id3tags.c:
1581         * gst/id3demux/id3tags.h:
1582         * gst/id3demux/id3v2frames.c:
1583           Port ID3 tag demuxer over to the new GstTagDemux in -base
1584           (now would be a good time to test re-importing your music
1585           collection).
1586
1587 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1588
1589         * gst/apetag/Makefile.am:
1590         * gst/apetag/gstapedemux.c:
1591         * gst/apetag/gstapedemux.h:
1592         * gst/apetag/gsttagdemux.c:
1593         * gst/apetag/gsttagdemux.h:
1594           Port APE tag demuxer over to the new GstTagDemux in -base.
1595
1596 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
1597
1598         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1599         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
1600         (gst_rtspsrc_handle_internal_src_query),
1601         (gst_rtspsrc_handle_src_query), (new_session_pad),
1602         (gst_rtspsrc_stream_configure_tcp),
1603         (gst_rtspsrc_stream_configure_transport),
1604         (gst_rtspsrc_loop_send_cmd):
1605         Improve flushing behaviour.
1606         Set state of the udp sources to PAUSE/PLAYING correctly.
1607         Handle events and queries for UDP and TCP transport now.
1608
1609 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1610
1611         * gst/rtp/gstrtpgsmdepay.c:
1612         * gst/rtp/gstrtpgsmpay.c:
1613           Add log category.
1614
1615 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1616
1617         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
1618
1619         * tests/check/Makefile.am:
1620         * tests/check/pipelines/simple-launch-lines.c:
1621           Add unit tests for payloaders/depayloaders.
1622
1623 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1624
1625         * gst/avi/gstavimux.c:
1626         * gst/avi/gstavimux.h:
1627           Also save codec data for audio streams. Fixes #482495.
1628
1629 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1630
1631         * gst/avi/gstavimux.c:
1632           Fix "Index entry has invalid stream nr 1".
1633           Add support for muxing aac - work in progress (see #482495).
1634
1635 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1636
1637         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
1638         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
1639         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1640         * gst/rtsp/gstrtspsrc.h:
1641         Parse bandwidth modifiers, they are not yet configured in the session
1642         manager because we don't have an API for that yet.
1643
1644 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1645
1646         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
1647         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1648         Use shiny new function in -base to get the default clock-rate.
1649         Update some docs.
1650
1651 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
1652
1653         * win32/MANIFEST:
1654         Add files to win32 manifest.
1655         * win32/vs6/libgstaudiofx.dsp:
1656         * win32/vs6/libgstqtdemux.dsp:
1657         * win32/vs6/libgstrtp.dsp:
1658         * win32/vs6/libgstrtsp.dsp:
1659         Update project files.
1660
1661 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
1662
1663         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
1664         (gst_rtspsrc_play):
1665         * gst/rtsp/gstrtspsrc.h:
1666         In TCP mode, only timestamp the first buffer. TCP is not real time and
1667         it does not make sense to try to skew compensate, also some servers send
1668         the first batch of data in a burst.
1669
1670 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
1671
1672         * gst/matroska/matroska-demux.c:
1673           Fix setting the discont flag on the first buffer
1674           pushed downstream for formats with private codec
1675           data that needs to be deserialised into buffers
1676           (such as vorbis and FLAC when in a matroska container).
1677
1678 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
1679
1680         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1681
1682         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
1683         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
1684         (gst_rtp_mp4v_pay_handle_buffer):
1685         * gst/rtp/gstrtpmp4vpay.h:
1686         Free the config string. Fixes #480707.
1687         Clean up the timestamp code a little.
1688
1689 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1690
1691         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1692         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
1693         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
1694         * gst/rtsp/gstrtspsrc.h:
1695         Set timestamps on RTP buffers in interleaved mode.
1696         Mark first buffers with a DISCONT.
1697         Remove flush hack now that sync for live sources has been figured out.
1698
1699 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1700
1701         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1702         Update documentation.
1703
1704 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1705
1706         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
1707         (gst_rtp_xqt_depay_change_state):
1708         * gst/qtdemux/gstrtpxqtdepay.h:
1709         Fail if we don't know the quicktime format.
1710
1711 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
1712
1713         * ext/flac/gstflacenc.c:
1714         * ext/flac/gstflacenc.h:
1715           Save the flow return from the last gst_pad_push() and
1716           make sure we pass the right flow return value upstream
1717           in the case of failure; minor clean-ups.
1718
1719 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1720
1721         * ext/taglib/gstapev2mux.cc:
1722         * ext/taglib/gstid3v2mux.cc:
1723         * gst/apetag/gstapedemux.c:
1724           Add support for the new GST_TAG_COMPOSER (#459809).
1725
1726 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1727
1728         * gst/law/alaw-decode.c:
1729         * gst/law/alaw-decode.h:
1730         * gst/law/alaw-encode.c:
1731         * gst/law/alaw-encode.h:
1732         * gst/law/alaw.c:
1733         * gst/law/mulaw-conversion.h:
1734           Compulsive clean-ups: use boilerplate macros, add debug
1735           categories, fix up things to conform to symbol nomenklatura,
1736           etc.
1737
1738 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1739
1740         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1741
1742         * gst/law/alaw-decode.c:
1743         * gst/law/alaw-encode.c:
1744           Use static tables for A-Law decoding and encoding; this makes
1745           A-Law decoding and encoding less CPU-intensive, but increases
1746           the binary size a bit. Leaving old code around for now,
1747           selectable by a define in the code. Fixes #435435.
1748
1749 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1750
1751         * configure.ac:
1752         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
1753         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
1754         in configure.ac.
1755
1756 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1757
1758         Patch by: <j at bootlab dot org>
1759
1760         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1761         Add fourccs for MPEG2 HDV streams. Fixes #479960.
1762
1763 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
1764
1765         * sys/oss/gstosshelper.c:
1766           Use GST_WARNING instead of a g_critical. This situation is not caused
1767           by the application.
1768
1769 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1770
1771         * po/LINGUAS:
1772         * po/nl.po:
1773           Updated translations.
1774
1775 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1776
1777         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
1778
1779         * po/eu.po:
1780           Added Basque translation.
1781
1782 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1783
1784         translated by: Abel Cheung <abelcheung@gmail.com>
1785
1786         * po/zh_HK.po:
1787         * po/zh_TW.po:
1788           Added Chinese (traditional and Hong Kong) translation.
1789
1790 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1791
1792         translated by: Jakub Bogusz <qboosh@pld-linux.org>
1793
1794         * po/pl.po:
1795           Added Polish translation.
1796
1797 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1798
1799         translated by: Ilkka Tuohela <hile@iki.fi>
1800
1801         * po/fi.po:
1802           Added Finnish translation.
1803
1804 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1805
1806         translated by: Jorge González González <aloriel@gmail.com>
1807
1808         * po/es.po:
1809           Added Spanish translation.
1810
1811 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1812
1813         translated by: Mogens Jaeger <mogens@jaeger.tf>
1814
1815         * po/da.po:
1816           Added Danish translation.
1817
1818 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1819
1820         translated by: Funda Wang <fundawang@linux.net.cn>
1821
1822         * po/zh_CN.po:
1823           Added Chinese (simplified) translation.
1824
1825 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1826
1827         translated by: Alexander Shopov <ash@contact.bg>
1828
1829         * po/bg.po:
1830           Added Bulgarian translation.
1831
1832 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
1833
1834         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
1835         Set outgoing packet duration because we can. Fixes #478244 some more.
1836
1837 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
1838
1839         * ext/cairo/gsttextoverlay.c:
1840           Add info about static leak.
1841         
1842         * tests/check/Makefile.am:
1843         * tests/check/generic/states.c:
1844           Improved state change unit test.
1845
1846 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
1847
1848         * docs/plugins/.cvsignore:
1849         * tests/check/.cvsignore:
1850           Ignore registries in any format.
1851
1852 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
1853
1854         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
1855         Removed some unused code.
1856
1857         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1858         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
1859         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
1860         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
1861         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
1862         (gst_rtp_theora_pay_flush_packet):
1863         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
1864         Try to preserve the incomming buffer duration on the outgoing
1865         packets. Fixes #478244.
1866
1867 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
1868
1869         * ext/taglib/gstapev2mux.cc:
1870         * ext/taglib/gstid3v2mux.cc:
1871           Work around compiler warnings with g++-4.2 when assigning a
1872           string constant to a gchar * (partially fixes #478092).
1873
1874 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
1875
1876         * configure.ac:
1877           We require core CVS now for gst_base_src_set_do_timestamp().
1878
1879 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1880
1881         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
1882         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1883         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
1884         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
1885         (gst_rtspsrc_handle_message):
1886         Fix compiler warnings shown with Forte.
1887
1888 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
1889
1890         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
1891         (gst_rtspsrc_dup_printf):
1892         Give meaningfull error when all streams failed to configure for some
1893         reason.
1894
1895 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
1896
1897         * gst/rtp/README:
1898         Update README with the design for synchronisation rules of RTP on
1899         sender and receiver.
1900
1901 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
1902
1903         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
1904         (gst_wavparse_chain):
1905         Don't push EOS from the chain function, the element
1906         driving the pipeline is responsible for this. The bug
1907         this was meant to fix seems to be queue not forwarding
1908         EOS in all cases (see #476514).
1909
1910 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
1911
1912         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
1913         (gst_level_transform_ip):
1914         * gst/level/gstlevel.h:
1915         Use basetransform segment so that it is correctly managed on flushes and
1916         start/stop.
1917         Report message timestamp as stream time, which is what an application
1918         can understand.
1919
1920 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
1921
1922         * ext/taglib/gstapev2mux.cc:
1923         * ext/taglib/gstapev2mux.h:
1924         * ext/taglib/gsttaglibmux.c:
1925         * tests/check/elements/apev2mux.c:
1926         Update my mail address.
1927
1928 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
1929
1930         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
1931         (gst_wavparse_loop), (gst_wavparse_chain):
1932         Add EOS logic for the push-based mode too. Fixes #476514.
1933
1934 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
1935
1936         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
1937         * gst/law/alaw-encode.h:
1938         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1939         (gst_mulawenc_chain):
1940         * gst/law/mulaw-encode.h:
1941         Fix law encoder timestamps.
1942
1943 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
1944
1945         * ext/gconf/gstgconfaudiosink.c:
1946           Fix warning when building without debug.
1947
1948         * sys/oss/gstossmixertrack.c:
1949           Use const like in alsamixertrack.c (fixes warnings).
1950
1951 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
1952
1953         * sys/v4l2/v4l2src_calls.c:
1954         (gst_v4l2src_probe_caps_for_format_and_size):
1955         Fix framerate detection code some more.
1956         Handle the case where there is a weird step in the stepwise framerates.
1957         Don't overwrite the min interval with the framerate, use a temp variable
1958         instead.
1959         Use max in the Continuous framerate intervals instead of step, which is
1960         1 according to the docs. Fixes #475424.
1961
1962 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
1963
1964         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
1965         Make udpsrc timestamp outgoing buffers based on when they were received.
1966         Also make it output a segment in time.
1967
1968 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
1969
1970         * gst/avi/gstavidemux.c:
1971           Plug a little leak. Little code cleanups.
1972
1973 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
1974
1975         * configure.ac:
1976           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
1977           flac versions, 's good for cross-compilation karma.
1978
1979 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
1980
1981         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
1982
1983         * gst/rtp/gstrtph263pay.c:
1984           Fix up header structure so that compilers don't add padding
1985           between the structure fields, since that would lead to us
1986           sending RTP packets with broken headers (as is currently the
1987           case when compiling with MSVC). Also see similar fixes in
1988           libgstrtp in gst-plugins-base. (#474616; #471194)
1989
1990 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
1991
1992         * sys/v4l2/v4l2src_calls.c:
1993         (gst_v4l2src_probe_caps_for_format_and_size):
1994         Don't overwrite our GValue with 0 but instead use the previously
1995         computed value. Fixes #471823 some more.
1996
1997 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
1998
1999         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2000           No tabs in this file please, or gtk-doc will end up documenting
2001           rather absurd class hierarchies.
2002
2003 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2004
2005         * ext/gconf/gstswitchsink.c:
2006           If the new kid element fails to change state for some reason
2007           (e.g. esdsink not being able to connect to the sound server),
2008           forward the error message it posted on the bus instead of just
2009           posting a generic 'Internal state change error: please file a
2010           bug' error message. Fixes #471364.
2011
2012 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2013
2014         * gst/qtdemux/Makefile.am:
2015         * gst/qtdemux/qtdemux.c:
2016           Don't assume tags are encoded as UTF-8 (#473670).
2017
2018 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2019
2020         * sys/v4l2/gstv4l2src.c:
2021         * sys/v4l2/gstv4l2src.h:
2022         * sys/v4l2/v4l2src_calls.c:
2023           Implement LATENCY queries in the crudest way possible so I don't
2024           have to use sync=false any longer when testing with videosinks.
2025
2026 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2027
2028         * configure.ac:
2029           Fix build.
2030
2031 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2032
2033         * sys/v4l2/v4l2src_calls.c:
2034         (gst_v4l2src_probe_caps_for_format_and_size):
2035         Add some more debugging in the framerate function.
2036         Iterate stepwise framerate up to and _including_ the max and if nothing
2037         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
2038         don't end up with an empty list. Fixes #471823
2039
2040 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2041
2042         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2043         (gst_multiudpsink_set_clients_string),
2044         (gst_multiudpsink_get_clients_string),
2045         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
2046         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
2047         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
2048         (gst_multiudpsink_clear):
2049         Add property do configure destination address/port pairs
2050         API:GstMultiUDPSink::clients
2051
2052 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2053
2054         * tests/examples/Makefile.am:
2055         * tests/examples/rtp/Makefile.am:
2056         * tests/examples/rtp/client-H263p-AMR.sh:
2057         * tests/examples/rtp/client-H263p-PCMA.sdp:
2058         * tests/examples/rtp/client-H263p-PCMA.sh:
2059         * tests/examples/rtp/client-H264-PCMA.sdp:
2060         * tests/examples/rtp/client-H264-PCMA.sh:
2061         * tests/examples/rtp/client-PCMA.sh:
2062         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
2063         * tests/examples/rtp/server-alsasrc-PCMA.sh:
2064         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
2065         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2066         Added some RTP example scripts for sending and receiving RTP streams.
2067
2068 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2069
2070         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
2071         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
2072         Restructure the setcaps function so that we can also compute the
2073         expected GStreamer output size of the video frames.
2074         Set frame_byte_size correctly so that read-based devices have a chance
2075         of working correctly.
2076         When grabbing a frame, discard frames that are not of the expected size.
2077         Some cameras don't output the right framesize for the first buffer.
2078         Try only a couple of times to get a valid frame, else error out.
2079
2080         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
2081         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
2082         Add some more debug info when scanning the device.
2083
2084         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
2085         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
2086         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
2087         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
2088         Add some more debug info when dequeing a frame.
2089
2090 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2091
2092         * gst/wavparse/gstwavparse.c:
2093           More code cleanups. Add some more comment and improve debugs logs.
2094
2095 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2096
2097         * gst/wavparse/gstwavparse.c:
2098         * gst/wavparse/gstwavparse.h:
2099           Implement seek-query. Refactor duration calculations. Appropriate use
2100           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
2101           out of loops.
2102
2103 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
2104
2105         * gst/avi/gstavidemux.c:
2106           Implement seek-query.
2107
2108 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
2109
2110         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
2111         (gst_rtspsrc_dup_printf):
2112         Use new basesink async property to make sparse RTCP packet not wait for
2113         preroll.
2114
2115 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
2116
2117         * gst/audiofx/Makefile.am:
2118         Dist the right file.
2119
2120 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
2121
2122         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
2123         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
2124         Make sure we generate and parse floating point values in the POSIX
2125         locale instead of the current locale. 
2126
2127 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
2128
2129         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
2130         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
2131         (gst_rtspsrc_play):
2132         * gst/rtsp/gstrtspsrc.h:
2133         Fix method detection again.
2134         Keep track of when we must send a Range header.
2135         Use segment values for Range, Speed and Scale headers.
2136         Parse Speed and Scale headers to update the segment values.
2137
2138 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
2139
2140         patch by: Mark Nauwelaerts <manauw@skynet.be>
2141
2142         * sys/v4l2/v4l2src_calls.c:
2143           Handle optional v4l2 ioctls gracefully.
2144
2145 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
2146
2147         * gst/rtp/Makefile.am:
2148         * gst/rtp/gstrtp.c: (plugin_init):
2149         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
2150         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
2151         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
2152         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
2153         (gst_rtp_h263_depay_get_property),
2154         (gst_rtp_h263_depay_change_state),
2155         (gst_rtp_h263_depay_plugin_init):
2156         * gst/rtp/gstrtph263depay.h:
2157         Added an H263 depayloader. Fixes #369392.
2158
2159         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
2160         (gst_rtp_h263p_depay_process):
2161         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
2162         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
2163         Make the H263+ pay/depayloader support H263-1998 and H263-2000
2164         payloads.
2165         Also alow plain H263 on the h263p payloaders. Fixes #465040.
2166
2167 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2168
2169         * gst/audiofx/audiochebyshevfreqband.c:
2170         * gst/audiofx/audiochebyshevfreqlimit.c:
2171         Add small comparision with the windowed sinc filters in the docs.
2172
2173 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2174
2175         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
2176         (audiochebyshevfreqband_suite):
2177         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
2178         (audiochebyshevfreqlimit_suite):
2179         Also test 32 bit float mode and the type 2 variants of the filters.
2180
2181 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
2182
2183         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2184         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2185         (gst_rtspsrc_loop):
2186         Refactor the udp and interleaved loop function a bit.
2187
2188 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2189
2190         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2191         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
2192         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
2193         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2194         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2195         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
2196         * gst/rtsp/gstrtspsrc.h:
2197         Protect connection activity with a new lock, avoids deadlocks when going
2198         to PAUSED. Fixes #455808.
2199
2200 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2201
2202         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
2203         Fix debug statement.
2204
2205 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2206
2207         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
2208         Fix stray %u in debug line as spotted by Saur on IRC.
2209
2210 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
2211
2212         * gst/audiofx/audiochebyshevfreqband.c:
2213         (gst_audio_chebyshev_freq_band_class_init):
2214         * gst/audiofx/audiochebyshevfreqlimit.c:
2215         (gst_audio_chebyshev_freq_limit_class_init):
2216         Use generator macros for the process functions for the different
2217         sample types, add lower upper boundaries for the GObject properties
2218         so automatically generated UIs can use sliders and add a note about
2219         the number of poles as a too high number of poles combined with
2220         very low or very high frequencies will produce only noise.
2221         * docs/plugins/gst-plugins-good-plugins.args:
2222         Regenerated for the property changes.
2223
2224 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2225
2226         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
2227         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
2228         (gst_rtspsrc_stream_configure_udp_sink),
2229         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
2230         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2231         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2232         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
2233         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
2234         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2235         * gst/rtsp/gstrtspsrc.h:
2236         Improve timeout handling.
2237         Use the same socket for sending and receiving RTCP packets so that some
2238         servers can track clients better.
2239         Improve connection closed handling. Try to reconnect.
2240         Don't overwrite our content base with NULL.
2241         Improve debugging.
2242         Improve range parsing and handling.
2243         Remove flushing hack now that core does the right thing.
2244
2245 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2246
2247         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2248         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
2249         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
2250         (gst_multiudpsink_close), (gst_multiudpsink_add):
2251         * gst/udp/gstmultiudpsink.h:
2252         Add support for getting and setting the socket to use.
2253
2254         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2255         (gst_udpsrc_create), (gst_udpsrc_get_property):
2256         Add support for getting the currently used socket.
2257
2258 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
2259
2260         reviewed by: Stefan Kost  <ensonic@users.sf.net>
2261
2262         * gst/audiofx/Makefile.am:
2263         * gst/audiofx/audiochebyshevfreqband.c:
2264         (gst_audio_chebyshev_freq_band_mode_get_type),
2265         (gst_audio_chebyshev_freq_band_base_init),
2266         (gst_audio_chebyshev_freq_band_dispose),
2267         (gst_audio_chebyshev_freq_band_class_init),
2268         (gst_audio_chebyshev_freq_band_init),
2269         (generate_biquad_coefficients), (calculate_gain),
2270         (generate_coefficients),
2271         (gst_audio_chebyshev_freq_band_set_property),
2272         (gst_audio_chebyshev_freq_band_get_property),
2273         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
2274         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
2275         (gst_audio_chebyshev_freq_band_start):
2276         * gst/audiofx/audiochebyshevfreqband.h:
2277         * gst/audiofx/audiochebyshevfreqlimit.c:
2278         (gst_audio_chebyshev_freq_limit_mode_get_type),
2279         (gst_audio_chebyshev_freq_limit_base_init),
2280         (gst_audio_chebyshev_freq_limit_dispose),
2281         (gst_audio_chebyshev_freq_limit_class_init),
2282         (gst_audio_chebyshev_freq_limit_init),
2283         (generate_biquad_coefficients), (calculate_gain),
2284         (generate_coefficients),
2285         (gst_audio_chebyshev_freq_limit_set_property),
2286         (gst_audio_chebyshev_freq_limit_get_property),
2287         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
2288         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
2289         (gst_audio_chebyshev_freq_limit_start):
2290         * gst/audiofx/audiochebyshevfreqlimit.h:
2291         * gst/audiofx/audiofx.c: (plugin_init):
2292         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
2293         Fixes #464800.
2294
2295         * tests/check/Makefile.am:
2296         * tests/check/elements/.cvsignore:
2297         * tests/check/elements/audiochebyshevfreqband.c:
2298         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
2299         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
2300         * tests/check/elements/audiochebyshevfreqlimit.c:
2301         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
2302         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
2303         Add unit tests for the chebyshev filters.
2304
2305         * docs/plugins/Makefile.am:
2306         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2307         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2308         * docs/plugins/gst-plugins-good-plugins.args:
2309         * docs/plugins/inspect/plugin-1394.xml:
2310         * docs/plugins/inspect/plugin-audiofx.xml:
2311         * docs/plugins/inspect/plugin-dv.xml:
2312         * docs/plugins/inspect/plugin-flac.xml:
2313         * docs/plugins/inspect/plugin-jpeg.xml:
2314         * docs/plugins/inspect/plugin-png.xml:
2315         * docs/plugins/inspect/plugin-rtp.xml:
2316         * docs/plugins/inspect/plugin-shout2send.xml:
2317         * docs/plugins/inspect/plugin-wavpack.xml:
2318         And add docs for the chebyshev filters. While doing
2319         that also run make update in docs/plugins.
2320
2321 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2322
2323         * ext/annodex/gstcmmltag.c:
2324         * gst/rtp/gstrtpvorbispay.c:
2325           Make ro memory to share.
2326
2327 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2328
2329         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2330         Improve UDP performance by avoiding a select() when we have data
2331         available immediatly.
2332
2333 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2334
2335         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
2336         (gst_rtp_dec_class_init):
2337         * gst/rtsp/gstrtpdec.h:
2338         Add (dummy) SSRC management signals.
2339
2340         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
2341         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
2342         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
2343         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
2344         (on_timeout), (gst_rtspsrc_stream_configure_manager),
2345         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
2346         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2347         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2348         * gst/rtsp/gstrtspsrc.h:
2349         Add connection-speed property.
2350         Add find_stream helper functions.
2351         Handle stream EOS based on BYE messages or SSRC timeout.
2352         Returns SUCCESS from the state change function as we hide our async
2353         elements from the parent.
2354
2355 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2356
2357         * gst/debug/rndbuffersize.c:
2358           Fix da leak.
2359
2360 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
2361
2362         * gst/debug/Makefile.am:
2363         * gst/debug/breakmydata.c:
2364         * gst/debug/gstdebug.c:
2365         * gst/debug/negotiation.c:
2366         * gst/debug/progressreport.c:
2367         * gst/debug/rndbuffersize.c:
2368         * gst/debug/testplugin.c:
2369           Add new test element and clean-up the others a little.
2370
2371 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
2372
2373         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2374         Fix parsing of mp4a version 0 atoms. Fixes #465774.
2375
2376 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
2377
2378         * gst/rtp/gstrtpilbcdepay.c:
2379           Include stdlib.
2380
2381 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
2382
2383         * gst/rtp/gstrtpmpvdepay.c:
2384         Set the mpegversion in the caps so that autoplugging does not get
2385         confused.
2386
2387 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2388
2389         * po/hu.po:
2390         * po/uk.po:
2391         * po/vi.po:
2392           Updated translations.
2393
2394 2007-08-08  Michael Smith <msmith@fluendo.com>
2395
2396         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
2397           Render right border in the correct location.
2398
2399 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
2400
2401         Patch by: Olivier Crete <tester at tester dot ca>
2402
2403         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
2404         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2405         Make mode property a string. Fixes #464475.
2406
2407 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2408
2409         * ext/flac/gstflacenc.c:
2410           Widen caps to match decoder a bit and add more FIXMEs.
2411
2412 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2413
2414         patch by: Mark Nauwelaerts <manauw@skynet.be>
2415
2416         * gst/avi/gstavimux.c:
2417           Fix ODML index tag numbering. Fixes #463624.
2418
2419 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
2420
2421         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
2422         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2423         (gst_rtspsrc_stream_configure_tcp),
2424         (gst_rtspsrc_stream_configure_udp_sink):
2425         Fix default clock-rate for realmedia.
2426         Fix parsing of transport.
2427         Don't try to link NULL pads.
2428
2429 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
2430
2431         * po/POTFILES.skip:
2432           Add POTFILES.skip with list of source files that aren't disted at the
2433           moment but contain translatable strings. Should hopefully pacify
2434           broken tools and make it clearer that these files are left out
2435           intentionally (#461600).
2436
2437 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
2438
2439         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
2440         If the buffer was entirely clipped ... don't try sending it :)
2441
2442 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2443
2444         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
2445         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
2446         (gst_rtspsrc_create_transports_string),
2447         (gst_rtspsrc_prepare_transports):
2448         If we don't hav a session manager, set the caps on outgoing buffers
2449         ourselves.
2450         Force PAUSE/PLAY methods for now until the extensions can overwrite.
2451         Append final bit of the transport string even when it does not contain a
2452         placeholder.
2453
2454 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2455
2456         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
2457         (gst_rtsp_ext_list_connect):
2458         * gst/rtsp/gstrtspext.h:
2459         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2460         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
2461         Clean up the interface list.
2462         Allow connecting to interface signals for the extensions.
2463         Remove old extension code.
2464         Free list on cleanup.
2465         Allow extensions to send additional RTSP messages.
2466
2467 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2468
2469         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
2470         Handle a NULL gconf key gracefully by rendering the default element.
2471
2472 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2473
2474         * gst/rtsp/gstrtspext.h:
2475         Fix include path for extension interface.
2476
2477 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2478
2479         * gst/audiofx/audioamplify.h:
2480         Also remove a now unecessary variable here.
2481
2482 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2483
2484         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
2485         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
2486         * gst/audiofx/audiodynamic.c:
2487         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
2488         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
2489         * gst/audiofx/audiodynamic.h:
2490         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
2491         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
2492         * gst/audiofx/audioinvert.h:
2493         Don't save format information ourselves, this is already saved in
2494         GstAudioFilter.
2495
2496 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
2497
2498         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2499         (gst_rtsp_ext_list_stream_select):
2500         * gst/rtsp/gstrtspext.h:
2501         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
2502         Use rank to filter out extensions.
2503         Add url to stream_select interface call.
2504
2505 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2506
2507         * gst/rtsp/Makefile.am:
2508         * gst/rtsp/base64.c:
2509         * gst/rtsp/base64.h:
2510         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2511         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
2512         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
2513         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
2514         (gst_rtsp_ext_list_setup_media),
2515         (gst_rtsp_ext_list_configure_stream),
2516         (gst_rtsp_ext_list_get_transports),
2517         (gst_rtsp_ext_list_stream_select):
2518         * gst/rtsp/gstrtspext.h:
2519         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
2520         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
2521         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
2522         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2523         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
2524         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
2525         (gst_rtspsrc_stream_configure_tcp),
2526         (gst_rtspsrc_stream_configure_mcast),
2527         (gst_rtspsrc_stream_configure_udp),
2528         (gst_rtspsrc_stream_configure_udp_sink),
2529         (gst_rtspsrc_stream_configure_transport),
2530         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2531         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2532         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
2533         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
2534         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2535         (gst_rtspsrc_parse_methods),
2536         (gst_rtspsrc_create_transports_string),
2537         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
2538         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
2539         (gst_rtspsrc_play), (gst_rtspsrc_pause),
2540         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
2541         * gst/rtsp/gstrtspsrc.h:
2542         * gst/rtsp/rtsp.h:
2543         * gst/rtsp/rtspconnection.c:
2544         * gst/rtsp/rtspconnection.h:
2545         * gst/rtsp/rtspdefs.c:
2546         * gst/rtsp/rtspdefs.h:
2547         * gst/rtsp/rtspext.h:
2548         * gst/rtsp/rtspextwms.c:
2549         * gst/rtsp/rtspextwms.h:
2550         * gst/rtsp/rtspmessage.c:
2551         * gst/rtsp/rtspmessage.h:
2552         * gst/rtsp/rtsprange.c:
2553         * gst/rtsp/rtsprange.h:
2554         * gst/rtsp/rtsptransport.c:
2555         * gst/rtsp/rtsptransport.h:
2556         * gst/rtsp/rtspurl.c:
2557         * gst/rtsp/rtspurl.h:
2558         * gst/rtsp/sdp.h:
2559         * gst/rtsp/sdpmessage.c:
2560         * gst/rtsp/sdpmessage.h:
2561         * gst/rtsp/test.c:
2562         Use shiny new RTSP and SDP library.
2563         Implement RTSP extensions using the new interface.
2564         Remove a lot of old code.
2565
2566 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
2567
2568         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2569         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
2570
2571 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2572
2573         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2574         Don't unref the outgoing buffer twice when dropping it because it's
2575         outside of the segment.
2576
2577 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2578
2579         * configure.ac:
2580         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
2581         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
2582         Use the new buffer clipping function from gstaudio here and
2583         require gst-plugins-base CVS.
2584         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
2585         For framed Wavpack buffers we require a valid timestamp.
2586
2587 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
2588
2589         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
2590         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
2591         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
2592         Clip raw audio and video when we can, keep track of current output
2593         segment.
2594         Don't leak buffers and events when there is no output pad.
2595         Improve debugging here and there.
2596
2597 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
2598
2599         * configure.ac:
2600           Sync liboil check with plugins-base.
2601
2602 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
2603
2604         * ext/annodex/Makefile.am:
2605           Fix CFLAGS/LIBS.
2606
2607         * ext/cdio/gstcdiocddasrc.c:
2608         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
2609           Include stdlib
2610
2611         * ext/cairo/Makefile.am:
2612         * gst/videofilter/Makefile.am:
2613         * tests/examples/level/Makefile.am:
2614           Use $(LIBM) instead of -lm
2615
2616 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2617
2618         * sys/v4l2/gstv4l2src.c:
2619           Add another example pipeline.
2620
2621 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2622
2623         Patch by: Alexander Eichner <alexeichi@yahoo.de>
2624
2625         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2626           Use define here.
2627
2628         * sys/v4l2/gstv4l2tuner.c:
2629         (gst_v4l2_tuner_set_frequency_and_notify):
2630           Don't touch the property - its still disabled.
2631
2632         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
2633         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
2634         * sys/v4l2/v4l2src_calls.h:
2635           Improve fallback format negotionation. Fixes #451388
2636
2637 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2638
2639         * tests/check/elements/videocrop.c: (GST_START_TEST):
2640           Fix the test.
2641
2642 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2643
2644         * docs/plugins/Makefile.am:
2645         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2646         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2647         * docs/plugins/inspect/plugin-jpeg.xml:
2648         * docs/plugins/inspect/plugin-png.xml:
2649         * ext/jpeg/gstjpegdec.c:
2650         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
2651         (gst_pngdec_sink_setcaps):
2652           More docs. More logs in pngdec.
2653
2654 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
2655
2656         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2657           Initialize num_buffers with minimum value.
2658
2659         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
2660         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
2661           Handle frame-size query failure gracefully.
2662
2663 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
2664
2665         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2666         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
2667         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
2668         of qt/aac files.
2669
2670 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
2671
2672         * ext/wavpack/gstwavpackdec.c:
2673         (gst_wavpack_dec_clip_outgoing_buffer):
2674         Fix buffer clipping to correctly clip to the segment stop.
2675
2676 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
2677
2678         * configure.ac:
2679         * tests/Makefile.am:
2680         Remove bogus check for libcheck, since we check for
2681         gstreamer-check and it pulls in the required info from there,
2682         and we weren't actually _using_ the information for libcheck
2683         ourselves anyway.
2684
2685 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
2686
2687         * configure.ac:
2688           Use pkg-config to locate check.
2689
2690 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
2691
2692         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
2693         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
2694         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
2695         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2696         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
2697         * gst/effectv/gstaging.c: (gst_agingtv_transform):
2698         * gst/effectv/gstdice.c: (gst_dicetv_transform):
2699         * gst/effectv/gstedge.c: (gst_edgetv_transform):
2700         * gst/effectv/gstquark.c: (gst_quarktv_transform):
2701         * gst/effectv/gstrev.c: (gst_revtv_transform):
2702         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
2703         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
2704         * gst/effectv/gstwarp.c: (gst_warptv_transform):
2705         * gst/matroska/matroska-demux.c:
2706         (gst_matroska_demux_add_wvpk_header),
2707         (gst_matroska_demux_check_subtitle_buffer),
2708         (gst_matroska_decode_buffer):
2709         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
2710           Fix build against core CVS.
2711
2712 2007-07-10  Edward Hervey  <bilboed@gmail.com>
2713
2714         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
2715         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
2716         don't have enough granularity to convert that boolean into a
2717         GstFlowReturn.
2718
2719 2007-07-06  Michael Smith <msmith@fluendo.com>
2720
2721         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
2722         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
2723         (gst_alawdec_change_state):
2724         * gst/law/alaw-decode.h:
2725         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
2726         (gst_mulawdec_class_init), (gst_mulawdec_init),
2727         (gst_mulawdec_chain), (gst_mulawdec_change_state):
2728         * gst/law/mulaw-decode.h:
2729           Fix capsnego bogosity in *law decoders. 
2730
2731 2007-07-06  Michael Smith <msmith@fluendo.com>
2732
2733         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
2734         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
2735         (gst_smokeenc_change_state):
2736         * ext/jpeg/gstsmokeenc.h:
2737           Remove stupidity in get/set caps functions.
2738           Fix some refcounting problems.
2739
2740 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
2741
2742         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
2743         Remove endianness-flipping hack that seems to have been required
2744         only because of a bug in ffmpegcolorspace.
2745         Partially Fixes: #451908
2746
2747 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
2748
2749         * docs/plugins/Makefile.am:
2750           Simplify --extra-dir as gtkdoc scans recursively.
2751
2752 2007-07-03  Wim Taymans,,,  <set EMAIL_ADDRESS environment variable>
2753
2754         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2755
2756         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2757         Set the encoding-name in the rtp caps to all uppercase, as required by
2758         the caps spec.
2759         Some small cleanups in the error paths. Fixes #453037.
2760
2761 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
2762
2763         * ext/wavpack/gstwavpackparse.c:
2764         (gst_wavpack_parse_index_get_last_entry),
2765         (gst_wavpack_parse_index_get_entry_from_sample),
2766         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
2767         (gst_wavpack_parse_scan_to_find_sample):
2768         * ext/wavpack/gstwavpackparse.h:
2769         Use a GSList for the GArray that is used like a list anyway.
2770
2771 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
2772
2773         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
2774         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
2775         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
2776           Add state change function where we set 0/1 as default framerate in
2777           case our setcaps function isn't called, like it might not in a
2778           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
2779           gdkpixbufdec trying to create caps with a 0/0 framerate.
2780           Also post an error message on the bus if gst_pad_push() fails when
2781           called from our sink event handler (+1 for flow returns for event
2782           functions in 0.11) instead of failing silently.
2783
2784 2007-06-27  Wim Taymans  <wim@fluendo.com>
2785
2786         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
2787         Cast stack args to the proper types. Fixes #451249.
2788
2789 2007-06-27  Wim Taymans  <wim@fluendo.com>
2790
2791         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2792         (new_session_pad), (gst_rtspsrc_setup_streams):
2793         * gst/rtsp/gstrtspsrc.h:
2794         For container formats we only need to activate one of the streams so
2795         that we correctly signal no-more-pads. Fixes #451015.
2796
2797 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
2798
2799         * docs/plugins/gst-plugins-good-plugins.args:
2800         * docs/plugins/inspect/plugin-aasink.xml:
2801         * docs/plugins/inspect/plugin-alaw.xml:
2802         * docs/plugins/inspect/plugin-alpha.xml:
2803         * docs/plugins/inspect/plugin-alphacolor.xml:
2804         * docs/plugins/inspect/plugin-annodex.xml:
2805         * docs/plugins/inspect/plugin-apetag.xml:
2806         * docs/plugins/inspect/plugin-audiofx.xml:
2807         * docs/plugins/inspect/plugin-auparse.xml:
2808         * docs/plugins/inspect/plugin-autodetect.xml:
2809         * docs/plugins/inspect/plugin-avi.xml:
2810         * docs/plugins/inspect/plugin-cacasink.xml:
2811         * docs/plugins/inspect/plugin-cairo.xml:
2812         * docs/plugins/inspect/plugin-cdio.xml:
2813         * docs/plugins/inspect/plugin-cutter.xml:
2814         * docs/plugins/inspect/plugin-debug.xml:
2815         * docs/plugins/inspect/plugin-efence.xml:
2816         * docs/plugins/inspect/plugin-effectv.xml:
2817         * docs/plugins/inspect/plugin-esdsink.xml:
2818         * docs/plugins/inspect/plugin-flac.xml:
2819         * docs/plugins/inspect/plugin-flxdec.xml:
2820         * docs/plugins/inspect/plugin-gconfelements.xml:
2821         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2822         * docs/plugins/inspect/plugin-goom.xml:
2823         * docs/plugins/inspect/plugin-halelements.xml:
2824         * docs/plugins/inspect/plugin-icydemux.xml:
2825         * docs/plugins/inspect/plugin-id3demux.xml:
2826         * docs/plugins/inspect/plugin-jpeg.xml:
2827         * docs/plugins/inspect/plugin-ladspa.xml:
2828         * docs/plugins/inspect/plugin-level.xml:
2829         * docs/plugins/inspect/plugin-matroska.xml:
2830         * docs/plugins/inspect/plugin-mulaw.xml:
2831         * docs/plugins/inspect/plugin-multipart.xml:
2832         * docs/plugins/inspect/plugin-navigationtest.xml:
2833         * docs/plugins/inspect/plugin-ossaudio.xml:
2834         * docs/plugins/inspect/plugin-png.xml:
2835         * docs/plugins/inspect/plugin-quicktime.xml:
2836         * docs/plugins/inspect/plugin-rtp.xml:
2837         * docs/plugins/inspect/plugin-rtsp.xml:
2838         * docs/plugins/inspect/plugin-smpte.xml:
2839         * docs/plugins/inspect/plugin-speex.xml:
2840         * docs/plugins/inspect/plugin-taglib.xml:
2841         * docs/plugins/inspect/plugin-udp.xml:
2842         * docs/plugins/inspect/plugin-videobalance.xml:
2843         * docs/plugins/inspect/plugin-videobox.xml:
2844         * docs/plugins/inspect/plugin-videocrop.xml:
2845         * docs/plugins/inspect/plugin-videoflip.xml:
2846         * docs/plugins/inspect/plugin-videomixer.xml:
2847         * docs/plugins/inspect/plugin-wavenc.xml:
2848         * docs/plugins/inspect/plugin-wavparse.xml:
2849         * docs/plugins/inspect/plugin-ximagesrc.xml:
2850           Update docs with caps info.
2851
2852 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
2853
2854         * po/POTFILES.in:
2855           Add more files with translatable strings (#450878).
2856
2857 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
2858
2859         * MAINTAINERS:
2860         Updating all the maintainers files
2861
2862 2007-06-22  Edward Hervey  <edward@fluendo.com>
2863
2864         * ext/flac/gstflactag.c: (gst_flac_tag_init):
2865         * gst/interleave/deinterleave.c: (deinterleave_init),
2866         (deinterleave_sink_link):
2867         * gst/interleave/interleave.c: (interleave_init):
2868         * gst/median/gstmedian.c: (gst_median_init):
2869         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
2870         Fix memory leaks.
2871         * tests/check/elements/id3demux.c: (pad_added_cb):
2872         Remove unused variable.
2873
2874 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
2875
2876         * ext/gconf/gconf.h:
2877         Make the prototype of gst_gconf_get_key_for_sink_profile
2878         match the implementation.
2879         Patch by: Damien Carbery <damien dot carbery at sun dot com>
2880         Fixes: #449747
2881
2882 2007-06-20  Michael Smith <msmith@fluendo.com>
2883
2884         * gst/rtp/gstrtpdepay.c:
2885           Fix description - rtpdepay is not a payloader.
2886
2887 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
2888
2889         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
2890         (qtdemux_video_caps):
2891         * gst/qtdemux/qtdemux_fourcc.h:
2892           Add MJPG to the variants of motion jpeg.
2893
2894 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
2895
2896         * tests/check/Makefile.am:
2897         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
2898         * tests/check/elements/videocrop.c: (GST_START_TEST):
2899         * tests/check/elements/videofilter.c:
2900         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
2901         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
2902           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
2903           error flags are included and it errors out on compiler warnings
2904           for CVS builds; remove unused variables in various unit tests.
2905
2906 2007-06-19  Wim Taymans  <wim@fluendo.com>
2907
2908         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2909         (rtsp_connection_close), (rtsp_connection_free):
2910         Use threadsafe inet_ntop to convert an ip number to a string. 
2911         Fixes #447961.
2912         Don't leak fd (and ip) when freeing a connection without first closing
2913         it.
2914
2915 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
2916
2917         * configure.ac:
2918         Back to CVS
2919
2920         * gst-plugins-good.doap:
2921         Add 0.10.6 to the doap file.
2922
2923 === release 0.10.6 ===
2924
2925 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
2926
2927         * configure.ac:
2928           releasing 0.10.6, "Wobble Board"
2929
2930 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
2931
2932         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2933         (rtsp_connection_free):
2934           Revert previous commit again, since we are frozen (sorry).
2935
2936 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
2937
2938         Patch by: Peter Kjellerstedt <pkj at axis com>
2939
2940         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2941         (rtsp_connection_free):
2942           inet_ntoa() uses a static buffer internally, so we need to copy the
2943           returned string if we want to store it for later (#447961).
2944
2945 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
2946
2947         * win32/vs6/autogen.dsp:
2948         * win32/vs6/gst_plugins_good.dsw:
2949         * win32/vs6/libgstalaw.dsp:
2950         * win32/vs6/libgstalpha.dsp:
2951         * win32/vs6/libgstalphacolor.dsp:
2952         * win32/vs6/libgstapetag.dsp:
2953         * win32/vs6/libgstaudiofx.dsp:
2954         * win32/vs6/libgstauparse.dsp:
2955         * win32/vs6/libgstautodetect.dsp:
2956         * win32/vs6/libgstavi.dsp:
2957         * win32/vs6/libgstcutter.dsp:
2958         * win32/vs6/libgstdirectdraw.dsp:
2959         * win32/vs6/libgstdirectsound.dsp:
2960         * win32/vs6/libgsteffectv.dsp:
2961         * win32/vs6/libgstflx.dsp:
2962         * win32/vs6/libgstgoom.dsp:
2963         * win32/vs6/libgsticydemux.dsp:
2964         * win32/vs6/libgstid3demux.dsp:
2965         * win32/vs6/libgstinterleave.dsp:
2966         * win32/vs6/libgstjpeg.dsp:
2967         * win32/vs6/libgstlevel.dsp:
2968         * win32/vs6/libgstmatroska.dsp:
2969         * win32/vs6/libgstmedian.dsp:
2970         * win32/vs6/libgstmonoscope.dsp:
2971         * win32/vs6/libgstmulaw.dsp:
2972         * win32/vs6/libgstmultipart.dsp:
2973         * win32/vs6/libgstqtdemux.dsp:
2974         * win32/vs6/libgstrtp.dsp:
2975         * win32/vs6/libgstrtsp.dsp:
2976         * win32/vs6/libgstsmpte.dsp:
2977         * win32/vs6/libgstspeex.dsp:
2978         * win32/vs6/libgstudp.dsp:
2979         * win32/vs6/libgstvideobalance.dsp:
2980         * win32/vs6/libgstvideobox.dsp:
2981         * win32/vs6/libgstvideocrop.dsp:
2982         * win32/vs6/libgstvideoflip.dsp:
2983         * win32/vs6/libgstvideomixer.dsp:
2984         * win32/vs6/libgstwaveform.dsp:
2985         * win32/vs6/libgstwavenc.dsp:
2986         * win32/vs6/libgstwavparse.dsp:
2987         Mark *.dsp & *.dsw as binary files and convert to DOS line
2988         endings, as they don't load into VS6 correctly otherwise.
2989
2990 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
2991
2992         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
2993         (rtsp_connection_connect):
2994         Fix the MingW build. 
2995         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
2996         Fixes: #446981
2997
2998 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
2999
3000         * tests/check/elements/.cvsignore:
3001         * tests/icles/.cvsignore:
3002         Hush the buildbots up
3003
3004 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3005
3006         * configure.ac:
3007         * sys/Makefile.am:
3008         * sys/directdraw/Makefile.am:
3009         * sys/directsound/Makefile.am:
3010         * sys/waveform/Makefile.am:
3011         Make sure to dist everything needed for win32 builds.
3012
3013 2007-06-14  Edward Hervey  <edward@fluendo.com>
3014
3015         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
3016         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
3017         caps.
3018         Fixes #447458
3019
3020 2007-06-13  Wim Taymans  <wim@fluendo.com>
3021
3022         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
3023         Make sure we allocate enough memory for the codec_data.
3024         Fixes #447210.
3025
3026 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
3027
3028         * win32/MANIFEST:
3029         Add videocrop project file to the win32 manifest.
3030         * win32/vs6/gst_plugins_good.dsw:
3031         Add qtdemux,videocrop and waveform projects to the workspace.
3032         * win32/vs6/libgstqtdemux.dsp:
3033         Add zlib to the link list of qtdemux.
3034         * win32/vs6/libgstvideocrop.dsp:
3035         Add a project file for videocrop.
3036
3037 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3038
3039         * po/POTFILES.in:
3040         Add qtdemux for translation
3041
3042 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3043
3044         * configure.ac:
3045         * docs/plugins/Makefile.am:
3046         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3047         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3048         * docs/plugins/inspect/plugin-videocrop.xml:
3049         * gst-plugins-good.spec.in:
3050         * sys/Makefile.am:
3051         * tests/check/Makefile.am:
3052         * tests/icles/Makefile.am:
3053         * tests/icles/videocrop-test.c:
3054         Move videocrop and osxvideo from -bad.
3055
3056 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3057
3058         * configure.ac:
3059         * docs/plugins/Makefile.am:
3060         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3061         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3062         * docs/plugins/gst-plugins-good-plugins.args:
3063         * docs/plugins/inspect/plugin-qtdemux.xml:
3064         * docs/plugins/inspect/plugin-quicktime.xml:
3065         * win32/MANIFEST:
3066         Move qtdemux from -bad.
3067
3068         * gst-plugins-good.spec.in:
3069         Update spec file to reflect moving of qtdemux and wavpack
3070
3071 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3072         
3073         * win32/MANIFEST:
3074         * docs/plugins/Makefile.am:
3075         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3076         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3077         * docs/plugins/inspect/plugin-directdraw.xml:
3078         * docs/plugins/inspect/plugin-directsound.xml:
3079         * docs/plugins/inspect/plugin-waveform.xml:
3080         Move the waveform plugin from -bad too. Update the inspect xml
3081         files to mention Plugins Good instead of Plugins Bad.
3082
3083 2007-06-12  Andy Wingo  <wingo@pobox.com>
3084
3085         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
3086         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
3087         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
3088         finalization and resuscitation. No longer public.
3089         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
3090         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
3091         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
3092         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
3093         miniobject semantics, and be threadsafe.
3094         (gst_v4l2src_queue_frame): Remove this function, as we just call
3095         the ioctls directly in the two places where we queue buffers.
3096         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
3097         directly.
3098         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
3099         to allocate the pool, which also preallocates the GstBuffers.
3100         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
3101         queueing the frames directly.
3102         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
3103         mmap buffers have been dequeued.
3104
3105         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
3106         real MiniObject instead of rolling our own refcounting and
3107         finalizing. Give it a lock.
3108         (struct _GstV4l2Buffer): Remove one intermediary object, having
3109         the buffers hold the struct v4l2_buffer directly.
3110
3111         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
3112         capture_init so that it can set them on the buffers that it will
3113         create.
3114         (gst_v4l2src_get_read): For better or for worse, include the
3115         timestamping and offsetting code here; really we should be using
3116         bufferalloc though.
3117         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
3118         preallocated, mmap'd buffers.
3119
3120 2007-06-11  Wim Taymans  <wim@fluendo.com>
3121
3122         Patch by: daniel fischer <dan at f3c dot com>
3123
3124         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
3125         (gst_ximage_src_get_caps):
3126         Actually use the display_name property so that we can dump any
3127         available X display. Fixes #445905.
3128
3129 2007-06-11  Wim Taymans  <wim@fluendo.com>
3130
3131         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3132
3133         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
3134         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
3135         Add missing rate fields to caps. Fixes #441118.
3136
3137 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
3138
3139         * win32/vs6/gst_plugins_good.dsw:
3140         * win32/vs8/gst-plugins-good.sln:
3141         Add DirectSound and DirectDraw sinks project files to
3142         workspace and solution files.
3143
3144 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3145
3146         Patch by: Josh Coalson <xflac at yahoo dot com>,
3147         updated by Alexis Ballier <aballier at gentoo dot org>:
3148
3149         * configure.ac:
3150         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
3151         (gst_flac_dec_setup_seekable_decoder),
3152         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
3153         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
3154         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
3155         * ext/flac/gstflacdec.h:
3156         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3157         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
3158         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
3159         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
3160         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
3161         (gst_flac_enc_chain), (gst_flac_enc_set_property),
3162         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
3163         * ext/flac/gstflacenc.h:
3164         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
3165         
3166 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3167
3168         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
3169         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
3170         not necessary anymore as we need at least that core version. 
3171
3172 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3173
3174         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3175         (gst_wavpack_dec_chain):
3176         * ext/wavpack/gstwavpackdec.h:
3177         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3178         (gst_wavpack_parse_push_buffer):
3179         * ext/wavpack/gstwavpackparse.h:
3180         Improve discont handling by checking if the next Wavpack block has
3181         the expected, following block index.
3182
3183 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3184
3185         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
3186           Fix element description.
3187
3188 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3189
3190         * configure.ac:
3191         * docs/plugins/Makefile.am:
3192         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3193         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3194         * docs/plugins/gst-plugins-good-plugins.args:
3195         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3196         * docs/plugins/gst-plugins-good-plugins.signals:
3197         * docs/plugins/inspect/plugin-autodetect.xml:
3198         * docs/plugins/inspect/plugin-gconfelements.xml:
3199         * docs/plugins/inspect/plugin-ladspa.xml:
3200         * docs/plugins/inspect/plugin-rtp.xml:
3201         * docs/plugins/inspect/plugin-wavpack.xml:
3202         * ext/Makefile.am:
3203         * tests/check/Makefile.am:
3204           move wavpack plugin.  See #352605.
3205
3206 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
3207
3208         * configure.ac:
3209         * docs/plugins/Makefile.am:
3210         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3211         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3212         * docs/plugins/gst-plugins-good-plugins.args:
3213         * sys/Makefile.am:
3214         * win32/MANIFEST:
3215         Add DirectDraw & DirectSound plugins to the build and docs.
3216
3217 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
3218
3219         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
3220         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
3221           When operating in pull mode, error out correct on not-linked.
3222
3223 2007-06-06  Andy Wingo  <wingo@pobox.com>
3224
3225         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
3226         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
3227         format and size if the ioctls are defined; should fix compilation
3228         on Linux < 2.16.19.
3229
3230 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
3231
3232         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
3233           Printf fixes in debug statements; use LOG level for debug statements
3234           that are printed for each and every frame; convert c++ comments to
3235           C-style comments; not much point using g_try_malloc() if we then not
3236           even check the return value.
3237
3238 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
3239
3240         * configure.ac:
3241           Bump requirements to released versions (core and base 0.10.13).
3242
3243         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
3244           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
3245           own implementation.
3246
3247 2007-06-05  Andy Wingo  <wingo@pobox.com>
3248
3249         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
3250         some useless comments.
3251
3252         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
3253         frames before calling STREAMON, that might leave them in a state
3254         where they can't be dequeued if we go back to NULL without calling
3255         STREAMON, according to the docs.
3256         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
3257         before we call STREAMON.
3258         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
3259         failures. (For me this code hung.) The pool refcounting is still
3260         crack; added a note to that effect.
3261
3262 2007-06-05  Wim Taymans  <wim@fluendo.com>
3263
3264         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
3265         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
3266         Add support for mapping gst structure names to the MIME type equivalent.
3267         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
3268
3269 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3270
3271         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3272         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
3273         (gst_wavenc_chain), (gst_wavenc_change_state):
3274         * gst/wavenc/gstwavenc.h:
3275         Properly write wav files with width!=depth by having the depth most
3276         significant bytes set and all others zero. Fixes #442535.
3277
3278 2007-06-01  Wim Taymans  <wim@fluendo.com>
3279
3280         * gst/rtsp/rtspconnection.c:
3281         Add include to make buildbot happy.
3282
3283 2007-06-01  Wim Taymans  <wim@fluendo.com>
3284
3285         Patch by: Peter Kjellerstedt  <pkj at axis com>
3286
3287         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3288         (rtsp_connection_connect), (add_date_header),
3289         (rtsp_connection_send), (parse_response_status),
3290         (parse_request_line), (parse_line), (rtsp_connection_receive):
3291         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
3292         * gst/rtsp/rtspdefs.h:
3293         * gst/rtsp/rtspmessage.c: (key_value_foreach),
3294         (rtsp_message_init_request), (rtsp_message_init_response),
3295         (rtsp_message_remove_header), (rtsp_message_append_headers),
3296         (rtsp_message_dump):
3297         * gst/rtsp/rtspmessage.h:
3298         Improves version checking, allowing an RTSP server to reply with "505
3299         RTSP Version not supported.
3300         Adds a Date header to all messages.
3301         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
3302         want to be able to send a response even if something in the request was
3303         invalid. EINVAL is only used when passing wrong arguments to functions.
3304         Do not handle an invalid method in parse_request_line(). Defer this to
3305         the caller so it can respond with "405 Method Not Allowed".
3306         Improves parsing of the timeout parameter to the Session header,
3307         allowing whitespace after the semicolon. 
3308         Avoids a compiler warning due to variables shadowing a function argument.
3309
3310 2007-06-01  Wim Taymans  <wim@fluendo.com>
3311
3312         Based on Patch by: Daniel Charles <dcharles at ti dot com>
3313
3314         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
3315         (gst_rtp_amr_depay_process):
3316         * gst/rtp/gstrtpamrdepay.h:
3317         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
3318         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
3319         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
3320         * gst/rtp/gstrtpamrpay.h:
3321         Add support for AMR-WB.
3322         Small cleanups such as using BOILERPLATE.
3323
3324 2007-05-31  Wim Taymans  <wim@fluendo.com>
3325
3326         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
3327         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
3328
3329 2007-05-30  Andy Wingo  <wingo@pobox.com>
3330
3331         * sys/v4l2/gstv4l2object.h: 
3332         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
3333         unintended changes.
3334
3335         * sys/v4l2/v4l2src_calls.h: 
3336         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
3337         the format list in the order that the driver gives it to us.
3338         (gst_v4l2src_probe_caps_for_format_and_size)
3339         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
3340         based on the capabilities of the device.
3341         (gst_v4l2src_grab_frame): Update for object variable renaming.
3342         (gst_v4l2src_set_capture): Update to be strict in its parameters,
3343         as in the set_caps below.
3344         (gst_v4l2src_capture_init): Update for object variable renaming,
3345         and reflow.
3346         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
3347         (gst_v4l2src_capture_deinit): Update for object variable renaming.
3348         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
3349         (gst_v4l2src_get_fps): Remove; these functions don't have much
3350         meaning outside of an atomic set_caps method.
3351         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
3352         known.
3353
3354         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
3355         call to update_fps; not sure about this change.
3356         (gst_v4l2_tuner_set_norm): Work around the fact that for the
3357         moment we don't have an update_fps_func.
3358
3359         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
3360         structures in the object, just store what we need. Do store the
3361         probed caps of the device. Don't store the current frame rate.
3362
3363         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
3364         update_fps_function, for now. Update for new object variable
3365         naming.
3366         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
3367         new object variable naming.
3368         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
3369         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
3370         (gst_v4l2src_get_caps): Rework to probe the device for supported
3371         frame sizes and frame rates.
3372         (gst_v4l2src_set_caps): Rework to be strict in the given
3373         parameters: if someone asks us to have a certain size and rate,
3374         that is what we configure.
3375         (gst_v4l2src_get_read): Update for object variable naming. Don't
3376         leak buffers on short reads.
3377         (gst_v4l2src_get_mmap): Update for object variable naming, and add
3378         comments.
3379         (gst_v4l2src_create): Update for object variable naming.
3380
3381 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3382
3383         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
3384         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
3385         * gst/avi/gstavidemux.h:
3386           Parse subtitle text streams instead of erroring out (#442034). Still
3387           needs a parser for the subtitles to actually show up.
3388
3389 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3390
3391         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
3392         (gst_avi_demux_loop):
3393           Make _push_event() return TRUE if the event could be pushed on at
3394           least one pad and not only if it could be pushed on all pads,
3395           otherwise we'll end up posting an error message on EOS if one or
3396           more source pads are not connected.
3397
3398 2007-05-28  Wim Taymans  <wim@fluendo.com>
3399
3400         * gst/rtsp/rtsptransport.c:
3401         Use renamed RTP bin.
3402
3403 2007-05-28  Wim Taymans  <wim@fluendo.com>
3404
3405         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
3406
3407         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
3408         (gst_video_box_set_property), (gst_video_box_transform_caps),
3409         (video_box_recalc_transform), (gst_video_box_set_caps),
3410         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
3411         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
3412         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
3413         (gst_video_box_i420_i420), (gst_video_box_transform),
3414         (plugin_init):
3415         Add AYUV->AYUV and AYUV->I420 formats. 
3416         Fix negotiation and I420->AYUV conversion.
3417         Fixes #429329.
3418
3419 2007-05-26  Wim Taymans  <wim@fluendo.com>
3420
3421         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
3422         Use different variables for nested for loops so that the outer loop
3423         functions properly and speex files with multiple frames per buffer work
3424         properly.
3425         Fixes #441408.
3426
3427 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3428
3429         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
3430           Don't leak newsegment events.
3431
3432 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3433
3434         * gst/wavparse/Makefile.am:
3435           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
3436           drags it in.
3437
3438 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3439
3440         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3441         (notgst_value_array_append_buffer),
3442         (gst_flac_enc_process_stream_headers),
3443         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
3444         (gst_flac_enc_change_state):
3445         * ext/flac/gstflacenc.h:
3446           Collect headers, add "streamheader" field to output caps and set
3447           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
3448           produces output according to the official FLAC-to-Ogg mapping
3449           instead of completely broken files. Fixes #426044.
3450
3451 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3452
3453         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
3454         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
3455         (gst_id3demux_sink_event):
3456         * gst/id3demux/gstid3demux.h:
3457         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
3458         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
3459         (gst_tag_demux_send_new_segment):
3460         Handle and adjust new-segment events so that downstream really
3461         sees a stream with the tag pieces stripped off the front and back.
3462         Fixes strangeness in seeking when mp3 decoders use the new-segment
3463         byte position to estimate their current playback position timestamp
3464         and then the arriving buffers don't match up.
3465
3466 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3467
3468         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
3469           Don't unnecessarily perform a READY->NULL->READY transition on the
3470           detected audio sink when starting up. Fixes: #440127
3471
3472 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
3473
3474         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
3475         (gst_flac_enc_chain):
3476           Don't crash in chain function if setcaps hasn't been called.
3477
3478 2007-05-24  Wim Taymans  <wim@fluendo.com>
3479
3480         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
3481         Init value to avoid infinte loops.
3482
3483 2007-05-24  Wim Taymans  <wim@fluendo.com>
3484
3485         Patch by: Peter Kjellerstedt  <pkj at axis com>
3486
3487         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
3488         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
3489         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3490         (gst_rtspsrc_play):
3491         (rtsp_connection_send), (rtsp_connection_receive):
3492         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
3493         Fix for new API.
3494
3495         * gst/rtsp/rtspconnection.c: (add_auth_header),
3496         Only add authorisation and session headers when sending messages.
3497
3498         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
3499         (rtsp_message_init_request), (rtsp_message_init_response),
3500         (rtsp_message_unset), (rtsp_message_add_header),
3501         (rtsp_message_remove_header), (rtsp_message_get_header),
3502         (rtsp_message_append_headers), (dump_key_value),
3503         (rtsp_message_dump):
3504         * gst/rtsp/rtspmessage.h:
3505         Add support for multiple headers of the same type by storing the parsed
3506         headers in a GArray instaed of a hashtable.
3507
3508 2007-05-21  Wim Taymans  <wim@fluendo.com>
3509
3510         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
3511         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
3512         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
3513         safer shutdown.
3514
3515 2007-05-21  Wim Taymans  <wim@fluendo.com>
3516
3517         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
3518         * gst/rtsp/gstrtpdec.h:
3519         Added signal for backwards compat.
3520
3521 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3522         
3523         Patch by: René Stadler <mail at renestadler dot de>
3524
3525         * configure.ac:
3526         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
3527         (gst_au_parse_parse_header), (gst_au_parse_chain):
3528         * gst/auparse/gstauparse.h:
3529         Use audioconvert for converting from non-native endianness floats
3530         in auparse instead of doing it ourself. Fixes #424527.
3531         This needs the audioconvert from plugins-base CVS.
3532         
3533 2007-05-21  Wim Taymans  <wim@fluendo.com>
3534
3535         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3536         (gst_rtp_h263p_pay_flush):
3537         Fix enum registration.
3538
3539 2007-05-21  Wim Taymans  <wim@fluendo.com>
3540
3541         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
3542
3543         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3544         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
3545         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
3546         (gst_rtp_h263p_pay_flush):
3547         * gst/rtp/gstrtph263ppay.h:
3548         Add new fragmentation mode base on GOB headers. Fixes #438940.
3549
3550 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
3551
3552         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
3553           Printf format fix.
3554
3555 2007-05-18  Wim Taymans  <wim@fluendo.com>
3556
3557         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
3558         Don't crash when an unsupported transport error was returned by the
3559         server, just try to configure the next stream. Fixes #439255.
3560
3561 2007-05-18  Wim Taymans  <wim@fluendo.com>
3562
3563         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
3564         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
3565         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
3566         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3567         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
3568         * gst/rtsp/gstrtspsrc.h:
3569         Add TCP timeout property and use it for all TCP connection.
3570
3571         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3572         (rtsp_connection_write), (rtsp_connection_next_timeout),
3573         (rtsp_connection_reset_timeout):
3574         Make connect and writes cancelable and make them use the timeout.
3575
3576 2007-05-18  Wim Taymans  <wim@fluendo.com>
3577
3578         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3579         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
3580         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3581         (gst_rtspsrc_setup_streams):
3582         Refactor timeout handling.
3583         Also send keep-alive when dealing with TCP transport.
3584
3585         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3586         (rtsp_connection_free), (rtsp_connection_next_timeout),
3587         (rtsp_connection_reset_timeout):
3588         * gst/rtsp/rtspconnection.h:
3589         Use a timer to handle the session timeouts, add some methods to deal
3590         with timeouts.
3591
3592 2007-05-17  Wim Taymans  <wim@fluendo.com>
3593
3594         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
3595         (gst_rtspsrc_setup_streams):
3596         Ignore streams that fail the setup command, we will retry with a
3597         different transport later on.
3598
3599         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
3600         (rtsp_ext_wms_configure_stream):
3601         Fix encoding name case.
3602
3603 2007-05-16  Edward Hervey  <edward@fluendo.com>
3604
3605         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
3606         Fix build on macosx.
3607
3608 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3609
3610         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
3611         Replace direct comparison of a string with the string literal "" with
3612         a comparison of the first character with '\0'. Fixes #438926.
3613
3614 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3615
3616         * gst/debug/breakmydata.c (gst_break_my_data_init):
3617           One more try. This should be the proper fix now.
3618
3619 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3620
3621         * gst/debug/breakmydata.c:
3622           Ooops, no // comments please.
3623
3624 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3625
3626         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
3627         (gst_break_my_data_init):
3628           Fix gst_buffer_is_writable() assertion.
3629
3630 2007-05-14  David Schleef  <ds@schleef.org>
3631
3632         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
3633           video/x-raw-bayer.  Fixes #314160.
3634
3635 2007-05-14  Wim Taymans  <wim@fluendo.com>
3636
3637         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
3638         (gst_rtp_theora_depay_parse_configuration):
3639         * gst/rtp/gstrtptheorapay.c: (encode_base64),
3640         (gst_rtp_theora_pay_finish_headers),
3641         (gst_rtp_theora_pay_handle_buffer):
3642         Update theora pay/depayloader in a similar to vorbis.
3643
3644         * gst/rtp/gstrtpvorbisdepay.c:
3645         (gst_rtp_vorbis_depay_parse_configuration):
3646         Update docs.
3647
3648 2007-05-14  Wim Taymans  <wim@fluendo.com>
3649
3650         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
3651         When we try to execute a method that is not supported by the server,
3652         don't error out but remove the method from the accepted methods so that
3653         we never try to perform this method again.
3654
3655 2007-05-14  Wim Taymans  <wim@fluendo.com>
3656
3657         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
3658         Remove annoying _dump_mem.
3659
3660 2007-05-14  Wim Taymans  <wim@fluendo.com>
3661
3662         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
3663         Parse range correctly.
3664
3665         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
3666         The baseurl now always has a '/' at the start.
3667
3668 2007-05-14  Wim Taymans  <wim@fluendo.com>
3669
3670         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
3671         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
3672         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3673         Factor out caps configuration and configure more stuff such as the time
3674         ranges and speed/scale values.
3675
3676         * gst/rtsp/rtsptransport.c:
3677         Add Copyright after non-trival fixes.
3678
3679 2007-05-12  Wim Taymans  <wim@fluendo.com>
3680
3681         Patch by: Peter Kjellerstedt  <pkj at axis com>
3682
3683         * gst/rtsp/gstrtspsrc.h:
3684         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
3685         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
3686         (rtsp_message_get_header):
3687         * gst/rtsp/rtspmessage.h:
3688         Make channel guint8 where possible.
3689         Make rtsp_message_init_data() take the channel as a guint8.
3690
3691         * gst/rtsp/rtspdefs.c:
3692         Fixed a typo: Timout -> Timeout
3693
3694         * gst/rtsp/rtspdefs.h:
3695         Make RTSP_CHECK() behave as a statement.
3696
3697         * gst/rtsp/sdpmessage.c:
3698         Avoid a compiler warning in INIT_ARRAY().
3699         Fixes #437692.
3700
3701 2007-05-12  Wim Taymans  <wim@fluendo.com>
3702
3703         Patch by: Peter Kjellerstedt  <pkj at axis com>
3704
3705         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
3706         (rtsp_url_get_request_uri):
3707         * gst/rtsp/rtspurl.h:
3708         Add support for query parameters to RTSP URLs.
3709
3710 2007-05-12  Wim Taymans  <wim@fluendo.com>
3711
3712         Patch by: Peter Kjellerstedt  <pkj at axis com>
3713
3714         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
3715         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
3716         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
3717         (rtsp_transport_parse), (rtsp_transport_as_text):
3718         * gst/rtsp/rtsptransport.h:
3719         Add validation to rtsp_transport_parse().
3720         Add rtsp_transport_as_text() to generate an RTSP header from an
3721         RTSPTransport.
3722         Change ssrc to guint (was a string) since that is what it is, even
3723         though it is sent as a hex string.
3724         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
3725         incorrect, which can be seen when looking at the examples in the RFC).
3726         Fixes #437670.
3727
3728 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
3729
3730         Patch by: Eric Anholt
3731
3732         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
3733           gst_ximage_src_ximage_get):
3734         Use union of all damage between frames to make it faster.
3735         Fixes bug #342463.
3736         Also fix crasher when cursor is at bottom right of window.
3737
3738 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
3739
3740         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
3741           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
3742           streaming mode regression for file from #343837 with 'bext' chunk
3743           before the 'fmt' chunk.
3744
3745 2007-05-11  Wim Taymans  <wim@fluendo.com>
3746
3747         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
3748         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
3749         (gst_rtspsrc_handle_src_event),
3750         (gst_rtspsrc_stream_configure_manager),
3751         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
3752         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
3753         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3754         * gst/rtsp/gstrtspsrc.h:
3755         * gst/rtsp/rtspdefs.h:
3756         Preliminary seek support.
3757         Activate internal pads so that we can receive events on them.
3758         Don't try to parse a range string when it's NULL.
3759
3760 2007-05-11  Wim Taymans  <wim@fluendo.com>
3761
3762         * gst/rtp/README:
3763         Update README with new RTP variables that will be used for
3764         synchronisation.
3765
3766         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
3767         (gst_rtp_vorbis_depay_parse_configuration),
3768         (gst_rtp_vorbis_depay_process):
3769         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
3770         (gst_rtp_vorbis_pay_finish_headers),
3771         (gst_rtp_vorbis_pay_handle_buffer):
3772         Update vorbis pay and depayloader to draft-04.
3773
3774 2007-05-11  Wim Taymans  <wim@fluendo.com>
3775
3776         * gst/rtsp/rtsptransport.c:
3777         UDP MCAST is actually the default for RTP/AVP.
3778 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
3779
3780         * gst/level/gstlevel.c: (gst_level_transform_ip):
3781         Use guint8 * instead of gpointer then vs6 can build 
3782         in_data += (filter->width / 8).
3783
3784 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
3785
3786         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
3787           gst_ximage_src_ximage_get):
3788         * sys/ximage/gstximagesrc.h (last_ximage):
3789         When using Damage actually keep the last frame, and not assume
3790         that the buffer we get already has the last frame on it.
3791         Copy the cursor over if we specify a non-zero start x and
3792         start y.
3793
3794 2007-05-11  Wim Taymans  <wim@fluendo.com>
3795
3796         * gst/rtsp/rtsptransport.c:
3797         Make UDP the default transport when not specified.
3798
3799 2007-05-09  David Schleef  <ds@schleef.org>
3800
3801         * gst/level/gstlevel.c:
3802           Revert last change.
3803
3804 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
3805
3806         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
3807         (gst_level_transform_ip):
3808         Use guint8 * instead of gpointer then vs6 know the size of data
3809         pointed when moving the pointer.
3810         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
3811         Move instructions after variables declaration.
3812         * win32/vs6/autogen.dsp:
3813         * win32/vs6/libgstrtp.dsp:
3814         * win32/vs6/libgstrtsp.dsp:
3815         Update vs6 project files.
3816
3817 2007-05-09  Wim Taymans  <wim@fluendo.com>
3818
3819         * gst/rtsp/Makefile.am:
3820         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
3821         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
3822         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
3823         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
3824         (rtsp_range_free):
3825         * gst/rtsp/rtsprange.h:
3826         Add code to parse time ranges.
3827         Report DURATION on the stream when possible.
3828
3829 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
3830
3831         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
3832         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
3833         (gst_videomixer_collected):
3834           Fix strides calculation for AYUV (it's just width*4) (#436910).
3835
3836 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3837
3838         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
3839         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
3840         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
3841         Sync the GObject properties before each processing step to properly
3842         work with the controller.
3843
3844 2007-05-04  Wim Taymans  <wim@fluendo.com>
3845
3846         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3847         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3848         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3849         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
3850         (gst_rtspsrc_change_state):
3851         Let more error state trickle down so that we can catch more error
3852         cases.
3853         Handle keep-alive a little smarter by selecting a method the server
3854         actually supports.
3855         Fix a race in UDP streaming shutdown.
3856
3857 2007-05-04  Wim Taymans  <wim@fluendo.com>
3858
3859         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
3860         Ignore errors when trying to use the keep-alive messages.
3861
3862 2007-05-04  Wim Taymans  <wim@fluendo.com>
3863
3864         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
3865         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
3866         (gst_rtspsrc_stream_configure_manager),
3867         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
3868         (gst_rtspsrc_stream_configure_mcast),
3869         (gst_rtspsrc_stream_configure_udp),
3870         (gst_rtspsrc_stream_configure_udp_sink),
3871         (gst_rtspsrc_stream_configure_transport):
3872         Send RTCP messages back to the server over the TCP connection.
3873
3874         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
3875         (rtsp_connection_send), (rtsp_connection_read), (read_body),
3876         (rtsp_connection_receive):
3877         * gst/rtsp/rtspconnection.h:
3878         Factor out and expose lowlevel _write and _read methods.
3879         Implement sending data messages to the server.
3880
3881 2007-05-03  Wim Taymans  <wim@fluendo.com>
3882
3883         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
3884         (gst_multipart_mux_collected):
3885         Fix timestamps on outgoing buffers.
3886
3887 2007-05-03  Wim Taymans  <wim@fluendo.com>
3888
3889         * gst/multipart/multipartmux.c:
3890         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
3891         (gst_multipart_mux_change_state):
3892         Emit NEWSEGMENT events before pushing the first buffer.
3893
3894 2007-05-03  Wim Taymans  <wim@fluendo.com>
3895
3896         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
3897         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
3898         (gst_rtspsrc_handle_src_query),
3899         (gst_rtspsrc_stream_configure_manager),
3900         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
3901         (gst_rtspsrc_stream_configure_mcast),
3902         (gst_rtspsrc_stream_configure_udp),
3903         (gst_rtspsrc_stream_configure_udp_sink),
3904         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
3905         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
3906         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
3907         (gst_rtspsrc_pause):
3908         Refactor transport configuration code.
3909         Create internal pads for TCP transport so that we can implement events
3910         and queries.
3911         Handle events and queries.
3912         Parse range from the SDP.
3913         Fix race in pause handler where the connection could still be flushing.
3914
3915 2007-05-02  Wim Taymans  <wim@fluendo.com>
3916
3917         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3918         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
3919         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
3920         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
3921         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
3922         (gst_rtspsrc_change_state):
3923         * gst/rtsp/gstrtspsrc.h:
3924         Fix race when multiple udp sources post timeouts, just act on the first
3925         received timeout.
3926         Protect stream list with a recursive lock to fix some races.
3927         Flush connection when we need to do a reconnect or stop.
3928         Make state lock recursive.
3929
3930         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3931         (rtsp_connection_close):
3932         Some small cleanups.
3933
3934 2007-05-02  Wim Taymans  <wim@fluendo.com>
3935
3936         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
3937         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
3938         Only set DISCONT when there actually is a discont or when we just
3939         started.
3940
3941 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3942
3943         * ext/flac/gstflac.c: (plugin_init):
3944         Call bindtextdomain() to get localized strings.
3945
3946 2007-05-02  Wim Taymans  <wim@fluendo.com>
3947
3948         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
3949         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
3950         (gst_wavparse_stream_data):
3951         * gst/wavparse/gstwavparse.h:
3952         Be a bit more clever when dealing with VBR files with FACT tags, we
3953         don't want to timestamp buffers in that case but the estimated BPS can
3954         be used for seeking.
3955         Only send close segment in the streaming thread.
3956
3957 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3958
3959         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
3960         Correctly post an error on the bus if something went wrong in the loop
3961         function. This fixes a few cases where the task was paused and nothing
3962         happened anymore.
3963
3964 2007-05-02  Wim Taymans  <wim@fluendo.com>
3965
3966         * gst/rtsp/test.c: (main):
3967         Fix compilation of deprecated test just because I'm too lazy to delete
3968         it.
3969
3970 2007-05-02  Wim Taymans  <wim@fluendo.com>
3971
3972         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3973         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
3974         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
3975         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
3976         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
3977         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
3978         * gst/rtsp/gstrtspsrc.h:
3979         Fix sending RTCP to the right place.
3980         Fix bug in reffing the wrong UDP element.
3981         Use new pad names for the session manager.
3982         Implement handling server requests in interleaved and UDP modes.
3983         Handle session keep-alive in UDP modes.
3984         Remove GCond for handling UDP timeouts.
3985
3986         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3987         (rtsp_connection_send), (rtsp_connection_read), (read_body),
3988         (rtsp_connection_receive), (rtsp_connection_close):
3989         * gst/rtsp/rtspconnection.h:
3990         Store connection IP address for later.
3991         Add timeout args to all operations that might block forever.
3992         Parse session timeout.
3993         Only close sockets when not already closed.
3994
3995         * gst/rtsp/rtspdefs.c:
3996         * gst/rtsp/rtspdefs.h:
3997         Add timeout return value and error string.
3998
3999         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
4000         Add small comment.
4001
4002 2007-05-01  Wim Taymans  <wim@fluendo.com>
4003
4004         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4005
4006         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
4007         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
4008         * gst/rtp/gstrtpmp4vpay.h:
4009         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
4010
4011 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
4012
4013         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4014           Remove v4l2src from docs, since it breaks the docs build, and the
4015           plugin is only built if --enable-experimental is used anyway.
4016
4017         * docs/plugins/Makefile.am:
4018           Spaces => tab.
4019
4020 2007-04-29  Wim Taymans  <wim@fluendo.com>
4021
4022         * gst/udp/gstmultiudpsink.c: (leave_multicast),
4023         (gst_multiudpsink_add), (gst_multiudpsink_remove):
4024         Add code to drop membership of a multicast group.
4025
4026         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
4027         (gst_udpsink_set_uri):
4028         Implement URI handler.
4029
4030         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4031         (gst_rtspsrc_parse_rtpinfo):
4032         Use URI handler to make udpsink instace.
4033         Improve code to configure port and destination.
4034
4035 2007-04-29  Wim Taymans  <wim@fluendo.com>
4036
4037         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
4038         Fix multicast detection.
4039         Don't try to join a multicast group if the address is not multicast.
4040
4041         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
4042         Small debug improvement.
4043
4044 2007-04-27  Wim Taymans  <wim@fluendo.com>
4045
4046         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4047         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4048         (gst_rtspsrc_handle_message):
4049         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
4050         parent.
4051
4052 2007-04-27  Wim Taymans  <wim@fluendo.com>
4053
4054         * gst/rtp/gstrtpilbcdepay.h:
4055         Fix mode property when specified as an arg.
4056
4057 2007-04-26  Edward Hervey  <edward@fluendo.com>
4058
4059         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4060         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4061         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4062         * docs/plugins/inspect/plugin-osxaudio.xml:
4063         Add documentation for osxaudio plugin.
4064
4065 2007-04-26  Wim Taymans  <wim@fluendo.com>
4066
4067         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4068         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4069         (gst_rtspsrc_open), (gst_rtspsrc_close),
4070         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4071         (gst_rtspsrc_pause):
4072         * gst/rtsp/gstrtspsrc.h:
4073         Protect state changes with a lock.
4074
4075         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4076         (parse_line):
4077         * gst/rtsp/rtspconnection.h:
4078         Remove some unused stuff.
4079
4080 2007-04-26  Wim Taymans  <wim@fluendo.com>
4081
4082         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4083         Handle the case where there are exactly 0 bytes to read and the ioctl
4084         did not report an error. Fixes #433530.
4085
4086 2007-04-26  Wim Taymans  <wim@fluendo.com>
4087
4088         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4089         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4090         * gst/wavparse/gstwavparse.h:
4091         Apply DISCONT to buffers.
4092         Only apply timestamp to the first sample after a DISCONT, too many VBR
4093         files cause random jitter in the timestamps. Fixes #433119.
4094
4095 2007-04-25  Wim Taymans  <wim@fluendo.com>
4096
4097         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
4098         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
4099         (gst_rtp_dec_get_property):
4100         * gst/rtsp/gstrtpdec.h:
4101         Add dummy latency property to be backwards compat with rtpbin.
4102
4103         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4104         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4105         (gst_rtspsrc_stream_configure_transport),
4106         (gst_rtspsrc_parse_rtpinfo):
4107         * gst/rtsp/gstrtspsrc.h:
4108         Add latency property and configure in the session manager.
4109         Don't set invalid clock-base and seqnum-base on caps, some servers
4110         sometimes don't send them.
4111
4112 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4113
4114         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
4115         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
4116           Double-check that RGB input caps are really RGBA caps (apparently
4117           the core doesn't always catch it if those caps aren't a subset of
4118           our template caps, also see #421543). Fixes #429319 in a way.
4119           Also, don't leak the pad template in the transform_caps function.
4120
4121         * tests/check/Makefile.am:
4122         * tests/check/elements/.cvsignore:
4123         * tests/check/elements/alphacolor.c: (setup_alphacolor),
4124         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
4125         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
4126         (GST_START_TEST), (alphacolor_suite):
4127           Add some basic unit tests for alphacolor.
4128
4129 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4130
4131         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
4132           If we get a fatal flow return in the loop function, first post the
4133           error message and only then send the EOS event downstream, otherwise
4134           applications might get an eos message before the error message and
4135           think everything was ok (related to #429319).
4136
4137 2007-04-25  Wim Taymans  <wim@fluendo.com>
4138
4139         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4140         Read the channel byte as an unsigned byte.
4141
4142 2007-04-25  Wim Taymans  <wim@fluendo.com>
4143
4144         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
4145         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
4146         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
4147         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
4148         (gst_rtp_gsm_depay_setcaps):
4149         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4150         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
4151         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
4152         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
4153         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
4154         (gst_ilbc_depay_get_property):
4155         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
4156         * gst/rtp/gstrtpmp4adepay.c:
4157         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
4158         (gst_rtp_pcma_depay_setcaps):
4159         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
4160         (gst_rtp_pcmu_depay_setcaps):
4161         Make sure we configure the clock_rate in the baseclass in the setcaps
4162         function. Fixes #431282.
4163
4164 2007-04-25  Wim Taymans  <wim@fluendo.com>
4165
4166         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4167         (gst_rtspsrc_stream_free), (request_pt_map),
4168         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
4169         * gst/rtsp/gstrtspsrc.h:
4170         Parse server address from SDP.
4171         Hook up a udpsink to send RTCP back to the server.
4172
4173         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4174         * gst/rtsp/rtsptransport.h:
4175         Add some docs.
4176
4177 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
4178
4179         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4180           Make header field check conditional. Fixes #433135
4181
4182 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
4183
4184         * docs/plugins/Makefile.am:
4185         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4186         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4187         * docs/plugins/inspect/plugin-alphacolor.xml:
4188         * gst/alpha/Makefile.am:
4189         * gst/alpha/gstalphacolor.c:
4190         * gst/alpha/gstalphacolor.h:
4191           Add minimal docs blurb to alphacolor; split out headers into
4192           separate header file for gtk-doc.
4193
4194 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
4195
4196         * gst/debug/progressreport.c: (gst_progress_report_report):
4197           Don't try to post NULL message (in case we can't query upstream
4198           position or duration).
4199
4200 2007-04-18  Michael Smith  <msmith@fluendo.com>
4201
4202         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
4203         (gst_cutter_get_caps):
4204         * gst/cutter/gstcutter.h:
4205           Fix some of the most obvious bugs in cutter. Now doesn't leak
4206           everything if input is silent.
4207
4208 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
4209
4210         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4211         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
4212         * gst/wavenc/gstwavenc.h:
4213         Wav apparently only supports width==GST_ROUND_UP(depth), everything
4214         else results in a invalid block align and invalid files.
4215
4216 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
4217
4218         Patch by: Snaik <snaik32 gmail com>
4219
4220         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
4221           Add missing break statement for BOX_HORIZONTAL case.
4222
4223 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4224
4225         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
4226
4227         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4228         Use correct format strings for integer types.
4229
4230 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4231
4232         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
4233         (gst_wavparse_create_sourcepad):
4234         Use gst_riff_create_audio_template_caps () instead of the local caps.
4235         This makes updates of the local caps unecessary whenever libgstriff
4236         gets support for new formats.
4237
4238 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4239
4240         Patch by: Brian Cameron  <brian.cameron at sun dot com>
4241
4242         * sys/sunaudio/gstsunaudio.c:
4243         * sys/sunaudio/gstsunaudiomixer.c:
4244         * sys/sunaudio/gstsunaudiomixer.h:
4245         * sys/sunaudio/gstsunaudiomixerctrl.c:
4246         * sys/sunaudio/gstsunaudiomixerctrl.h:
4247         * sys/sunaudio/gstsunaudiomixertrack.h:
4248         * sys/sunaudio/gstsunaudiosink.c:
4249         * sys/sunaudio/gstsunaudiosink.h:
4250         * sys/sunaudio/gstsunaudiosrc.c:
4251         * sys/sunaudio/gstsunaudiosrc.h:
4252           Fix and/or update copyright attributions (#430228).
4253
4254 2007-04-13  Wim Taymans  <wim@fluendo.com>
4255
4256         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4257         Fix docs.
4258
4259         * gst/rtsp/URLS:
4260         Add some more example urls.
4261
4262         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4263         (gst_rtp_dec_chain_rtp):
4264         Better debugging.
4265
4266         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
4267         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4268         (gst_rtspsrc_parse_rtpinfo):
4269         Remove unused code.
4270
4271 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4272
4273         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4274         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4275         (gst_wavparse_stream_data):
4276           Relax the audio/mpeg caps again and add FIXME: comment.
4277
4278 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4279
4280         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4281         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4282         (gst_wavparse_stream_data):
4283         * gst/wavparse/gstwavparse.h:
4284           More sanity check for the header fields. Fix type for 'rate' header
4285           field.
4286
4287 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4288
4289         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
4290         (gst_icydemux_unicodify):
4291           If the metadata strings we get in the stream are not UTF-8, try to
4292           interpret them according to the character encodings specified in the
4293           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
4294           only fall back to locale/ISO-8859-1 if those aren't set or don't
4295           work. Should fix #428901.
4296
4297 2007-04-12  Wim Taymans  <wim@fluendo.com>
4298
4299         * gst/rtp/gstrtph264depay.c:
4300         Use the proper sync word for SPS and PPS.
4301
4302 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4303
4304         * gst/rtp/Makefile.am:
4305         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
4306           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
4307         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
4308           Add a simple hashing implementation that we can use to generate
4309           a 24-bit ident value based on the codebooks for vorbis and theora.
4310         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
4311           gst_rtp_theora_pay_handle_buffer):
4312         * gst/rtp/gstrtpvorbisdepay.c
4313           (gst_rtp_vorbis_depay_parse_configuration,
4314           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
4315         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
4316           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
4317           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
4318           Use the hashing function, ensuring that the same codebooks result
4319           in the same ident and thus the same SDP description.
4320           Various log fixes/changes.
4321
4322 2007-04-12  Wim Taymans  <wim@fluendo.com>
4323
4324         Patch by: jerry tan <jerry dot tan at sun dot com>
4325
4326         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
4327         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
4328         application's responsibility to make sure it open the device once.
4329         Remove a careless error if AUDIODEV is set. Fixes #392620.
4330
4331 2007-04-12  Wim Taymans  <wim@fluendo.com>
4332
4333         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4334         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
4335         * gst/rtsp/gstrtpdec.h:
4336         Make backward compat with rtpbin by adding the request-pt-map signals.
4337
4338         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
4339         (new_session_pad), (request_pt_map),
4340         (gst_rtspsrc_stream_configure_transport),
4341         (gst_rtspsrc_stream_configure_caps),
4342         (gst_rtspsrc_activate_streams):
4343         * gst/rtsp/gstrtspsrc.h:
4344         Implement request-pt-map signals instead of setting caps on the buffers
4345         for the session manager.
4346
4347 2007-04-11  Wim Taymans  <wim@fluendo.com>
4348
4349         * gst/udp/gstudp.c: (plugin_init):
4350         Register GstNetBuffer in plugin_init so that the type can be used from
4351         multiple threads without races.
4352
4353 2007-04-10  Wim Taymans  <wim@fluendo.com>
4354
4355         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
4356         (gst_rtp_amr_depay_process):
4357         Fix depayloader clock_rate and some cleanups.
4358
4359         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
4360         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4361         * gst/rtp/gstrtph264depay.h:
4362         Don't push codec_data in the adapter because it might get flushed when
4363         we get a discont.
4364
4365         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4366         Handle multiple AU per packet.
4367
4368         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
4369         (gst_rtp_sv3v_depay_plugin_init):
4370         Disable rank, this one does not work.
4371         Remove timestamping, base class does that.
4372
4373 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
4374
4375         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
4376           limit caps to the formats we announce in the template
4377
4378         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4379         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4380         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
4381           fix some crashers/asserts when dealing with broken files
4382
4383 2007-04-10  Wim Taymans  <wim@fluendo.com>
4384
4385         Patch by: Peter Kjellerstedt  <pkj at axis com>
4386
4387         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
4388         * gst/rtp/gstrtpL16depay.c:
4389         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4390         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
4391         (gst_rtp_speex_depay_setcaps):
4392         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4393         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
4394         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
4395         Fix some compiler warnings. Fixes #428182.
4396
4397 2007-04-06  Wim Taymans  <wim@fluendo.com>
4398
4399         * gst/rtsp/Makefile.am:
4400         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
4401         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
4402         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
4403         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
4404         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
4405         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
4406         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
4407         (create_rtcp), (gst_rtp_dec_request_new_pad),
4408         (gst_rtp_dec_release_pad):
4409         * gst/rtsp/gstrtpdec.h:
4410         * gst/rtsp/gstrtsp.c: (plugin_init):
4411         Morph RTPDec into something compatible with RTPBin as a fallback.
4412         Various other style fixes.
4413
4414         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
4415         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
4416         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
4417         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
4418         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4419         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
4420         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4421         * gst/rtsp/gstrtspsrc.h:
4422         Implement RTPBin session manager handling.
4423         Don't try to add empty properties to caps.
4424         Implement fallback session manager, handling.
4425         Don't combine errors from RTCP streams, just ignore them.
4426
4427         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
4428         * gst/rtsp/rtsptransport.h:
4429         Implement fallback session manager.
4430         Make RTPBin the default one when available.
4431
4432 2007-04-05  Wim Taymans  <wim@fluendo.com>
4433
4434         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4435         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
4436         This element is ready to be autoplugged.
4437
4438 2007-04-05  Julien MOUTTE  <julien@moutte.net>
4439
4440         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
4441         Don't leave the offsets defined by upstream element on the
4442         compressed data buffer we are pushing downstream. Make them
4443         GST_BUFFER_OFFSET_NONE.
4444
4445 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
4446
4447         * gst/avi/README:
4448         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
4449         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
4450         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
4451         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
4452         (gst_avi_demux_calculate_durations_from_index),
4453         (gst_avi_demux_stream_header_push),
4454         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
4455         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
4456           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
4457
4458 2007-04-03  Wim Taymans  <wim@fluendo.com>
4459
4460         * gst/smpte/barboxwipes.c:
4461         Fix error as spotted by Snaik <snaik32 at gmail dot com>
4462
4463 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4464
4465         * gst/wavparse/gstwavparse.c:
4466         Support audio/x-raw-float in wav files. This only works with
4467         plugins-base CVS, using an older version doesn't have any
4468         disadvantages though.
4469
4470 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4471
4472         * configure.ac:
4473         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4474         (gst_au_parse_parse_header), (gst_au_parse_chain):
4475         * gst/auparse/gstauparse.h:
4476         Revert last change as we don't want plugins-good to depend on
4477         plugins-base CVS now.
4478
4479 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4480
4481         * configure.ac:
4482         Require gst-plugins-base CVS for audioconvert with non-native
4483         float support and width/depth fix in libgstriff.
4484
4485         Patch by: René Stadler <mail at renestadler dot de>
4486
4487         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4488         (gst_au_parse_parse_header), (gst_au_parse_chain):
4489         * gst/auparse/gstauparse.h:
4490         Don't swap the floats ourself if they're not in native endianness.
4491         Instead let audioconvert handle this. Fixes #339838.
4492
4493 2007-03-29  Wim Taymans  <wim@fluendo.com>
4494
4495         * gst/rtp/gstasteriskh263.h:
4496         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
4497         (gst_rtp_h263p_depay_change_state):
4498         * gst/rtp/gstrtph263pdepay.h:
4499         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4500         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
4501         (gst_rtp_h264_depay_change_state):
4502         * gst/rtp/gstrtph264depay.h:
4503         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4504         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
4505         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4506         Flush adapter on disconts.
4507
4508 2007-03-29  Wim Taymans  <wim@fluendo.com>
4509
4510         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
4511         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
4512         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
4513         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
4514         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4515         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
4516         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4517         (gst_rtp_mp4v_depay_process):
4518         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
4519         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
4520         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
4521         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
4522         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
4523         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4524         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
4525         Use more efficient adapter and rtpbuffer methods when possible.
4526
4527 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4528
4529         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4530         (gst_wavenc_sink_setcaps):
4531         Correctly handle width!=depth input.
4532         * gst/wavparse/gstwavparse.c:
4533         Already export in the caps that width==8 uses unsigned samples and
4534         everything else uses signed samples.
4535
4536 2007-03-29  Wim Taymans  <wim@fluendo.com>
4537
4538         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4539
4540         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
4541         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
4542         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
4543         (gst_dynudpsink_close):
4544         * gst/udp/gstdynudpsink.h:
4545         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
4546         (gst_udpsrc_create), (gst_udpsrc_set_property),
4547         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
4548         * gst/udp/gstudpsrc.h:
4549         Rework the socket allocation a bit based on the sockfd argument so that
4550         it becomes usable.
4551         Add a closefd property to instruct the udp elements to close the custom
4552         file descriptors when going to READY. Fixes #423304.
4553         API:GstUDPSrc::closefd property
4554         API:GstDynUDPSink::closefd property
4555
4556 2007-03-29  Wim Taymans  <wim@fluendo.com>
4557
4558         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4559
4560         * gst/rtp/Makefile.am:
4561         * gst/rtp/gstrtp.c: (plugin_init):
4562         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
4563         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4564         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
4565         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4566         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
4567         (gst_rtp_h264_pay_plugin_init):
4568         * gst/rtp/gstrtph264pay.h:
4569         Added H264 payloader. Fixes #423782.
4570
4571         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4572         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4573         Small fixes.
4574
4575 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4576
4577         * gst/wavparse/gstwavparse.c:
4578         Actually support depths from 1 to 32, not only 8 to 32.
4579
4580 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4581
4582         * gst/wavparse/gstwavparse.c:
4583         Add support for wav files containing audio/x-raw-int with random
4584         depths between 1 and 32 bits.
4585
4586 2007-03-28  Wim Taymans  <wim@fluendo.com>
4587
4588         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
4589
4590         * gst/rtp/Makefile.am:
4591         * gst/rtp/gstrtp.c: (plugin_init):
4592         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
4593         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
4594         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
4595         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
4596         (gst_rtp_mp4a_depay_get_property),
4597         (gst_rtp_mp4a_depay_change_state),
4598         (gst_rtp_mp4a_depay_plugin_init):
4599         * gst/rtp/gstrtpmp4adepay.h:
4600         Added MP4A-LATM depayloader. Fixes #417792.
4601
4602         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4603         (gst_rtp_mp4v_depay_process):
4604         Fixup depayloader, setting codec_data, using more efficient adaptor and
4605         rtpbuffer handling.
4606
4607         * gst/rtsp/URLS:
4608         Add url to test above.
4609
4610 2007-03-25  Wim Taymans  <wim@fluendo.com>
4611
4612         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
4613         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
4614         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
4615         (gst_rtspsrc_media_to_caps),
4616         (gst_rtspsrc_stream_configure_transport),
4617         (gst_rtspsrc_stream_configure_caps),
4618         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
4619         * gst/rtsp/gstrtspsrc.h:
4620         Handle default clock-rates for static payload types, rearrange stuff so
4621         that the rtpmap field in the sdp can override the defaults.
4622         Parse RTP-Info field to get the seqnum and timebase fields that should
4623         go in the caps.
4624         Delay configuring caps after we got the RTP-Info from the PLAY reply from
4625         the server. 
4626
4627 2007-03-22  Wim Taymans  <wim@fluendo.com>
4628
4629         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
4630
4631         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
4632         Accept complex pipeline descriptions as an audio profile instead of just
4633         a single element. Fixes #420658.
4634
4635 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
4636
4637         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
4638           Rename registered type in preparation of GstTagDemux moving to
4639           -base at some point in the future.
4640
4641 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
4642
4643         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4644           Streaming mode fixes: don't unref buffer we don't own any longer;
4645           remove bogus adapter flush. Fixes #419338.
4646
4647 2007-03-17  David Schleef  <ds@schleef.org>
4648
4649         * REQUIREMENTS: Change the format to key/value, add a bunch of
4650           information, remove a bunch of requirements that are for
4651           other GStreamer packages.
4652
4653 2007-03-17  David Schleef  <ds@schleef.org>
4654
4655         * REQUIREMENTS: Fix a few things.  This file really needs a
4656         good once-over.
4657
4658 2007-03-15  Edward Hervey  <edward@fluendo.com>
4659
4660         * sys/Makefile.am:
4661         Don't forget to distribute the sys/osxaudio/ directory.
4662
4663 2007-03-15  Edward Hervey  <edward@fluendo.com>
4664
4665         * configure.ac:
4666         * sys/Makefile.am:
4667         * sys/osxaudio/Makefile.am:
4668         * sys/osxaudio/gstosxaudio.c:
4669         * sys/osxaudio/gstosxaudiosink.c:
4670         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
4671         (gst_osx_audio_sink_getcaps),
4672         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
4673         * sys/osxaudio/gstosxaudiosrc.c:
4674         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
4675         (gst_osx_audio_src_create_ringbuffer):
4676         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
4677         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
4678         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
4679         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
4680         * sys/osxaudio/gstosxringbuffer.h:
4681         Activate osxaudio in gst-plugins-good with proper build setup.
4682         Add inlined documentation.
4683         Fix debug statements
4684         Fix ringbuffer when pausing.
4685         Fixes #323471
4686
4687 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4688         * gst/rtp/gstrtppcmapay.c:
4689         * gst/rtp/gstrtppcmapay.h:
4690         * gst/rtp/gstrtppcmupay.c:
4691         * gst/rtp/gstrtppcmupay.h:
4692         Ported mulaw and alaw payloaders to use new base class
4693
4694 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4695
4696         * po/af.po:
4697         * po/az.po:
4698         * po/cs.po:
4699         * po/en_GB.po:
4700         * po/it.po:
4701         * po/nl.po:
4702         * po/or.po:
4703         * po/sq.po:
4704         * po/sr.po:
4705         * po/sv.po:
4706         * po/uk.po:
4707         * po/vi.po:
4708           Update translations.
4709
4710 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
4711
4712         * configure.ac:
4713           Fix string replace error (AG_AG_GST_* => AG_GST_*).
4714
4715 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4716
4717         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
4718           Fix handling of -1 values for start and stop values when seeking,
4719           and SEEK_CUR+SEEK_END here as well.
4720
4721 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
4722
4723         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
4724           Fix handling of -1 values for start and stop values when seeking, 
4725           and SEEK_CUR+SEEK_END.
4726
4727 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4728
4729         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
4730           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
4731           the image format a variable-length NUL-terminated string; in
4732           versions before that the image format is a fixed-length string of
4733           3 characters (see #348644 for a sample tag).
4734           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
4735
4736 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
4737
4738         * win32/MANIFEST:
4739         Add new project files to MANIFEST.
4740         * win32/vs6/libgstaudiofx.dsp:
4741         * win32/vs6/libgstrtp.dsp:
4742         * win32/vs6/libgstrtsp.dsp:
4743         Update project files.
4744         
4745 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
4746
4747         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
4748         (gst_avi_demux_parse_index):
4749         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
4750         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
4751           Printf format fixes; also add some missing quotes in translated
4752           strings. Fixes #416728 and #416727.
4753
4754 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4755
4756         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
4757           Tim and I can't think of any reason the child audio sink needs to 
4758           be set back to NULL after successfully determining that it can 
4759           reach READY - it gets immediately set back to READY by the caller
4760           anyway, causing an unnecessary close/open of any audio devices
4761           involved.
4762
4763 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4764
4765         * po/LINGUAS:
4766         * po/ja.po:
4767           Add ja.po file from #377306.
4768
4769 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4770
4771         * sys/sunaudio/gstsunaudio.c: (plugin_init):
4772         * sys/sunaudio/gstsunaudiomixertrack.c:
4773         (gst_sunaudiomixer_track_new):
4774           Actually translate sunaudio mixer track labels instead of just
4775           marking the strings as translatable (#377306); clean up weird
4776           label string mapping code that serves no apparent purpose. Also
4777           set the 'untranslated-label' property when creating mixer tracks
4778           if the GstMixerTrack base class supports this.
4779
4780         * tests/check/Makefile.am:
4781         * tests/check/elements/.cvsignore:
4782         * tests/check/elements/sunaudio.c: (GST_START_TEST),
4783         (sunaudio_suite):
4784           Very minimalistic unit test for sunaudiomixer element (compiles, but not
4785           actually tested on a system where sunaudiomixer is available).
4786
4787 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4788
4789         * tests/check/Makefile.am:
4790         Re-enable the states test and see if it works on the buildbots.
4791
4792 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4793
4794         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
4795         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
4796         (gst_dvdec_change_state):
4797         * ext/dv/gstdvdec.h:
4798         Infer pixel-aspect-ratio from the video frame format if it isn't
4799         provided by the container, as happens when playing DV from AVI
4800         or Quicktime containers.
4801
4802         Patch by: Wim Taymans <wim@fluendo.com>
4803         Fixes #380944
4804
4805 2007-03-09  Wim Taymans  <wim@fluendo.com>
4806
4807         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
4808         When activated, remove the udpsrc timeout, we have dataflow and timeouts
4809         will later be handled by the jitterbuffer.
4810
4811 2007-03-09  Wim Taymans  <wim@fluendo.com>
4812
4813         * ext/taglib/gstid3v2mux.cc:
4814         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
4815         Fixes #414496.
4816         
4817         Patch by: Alex Lancaster <alexl at users sourceforge net>
4818
4819 2007-03-09  Wim Taymans  <wim@fluendo.com>
4820
4821         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4822         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
4823         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
4824         (gst_avi_demux_chain):
4825         Fix stream position reporting after a seek. Fixes #416445.
4826
4827 2007-03-08  Wim Taymans  <wim@fluendo.com>
4828
4829         Patch by: René Stadler <mail at renestadler dot de>
4830
4831         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4832         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
4833         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
4834         Make avidemux accept optional header chunks in any order.
4835         Fixes #415446.
4836
4837 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
4838
4839         * tests/check/Makefile.am:
4840         Disable the states check until the remaining Valgrind errors
4841         are fixed or suppressed.
4842
4843 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4844
4845         * tests/check/elements/.cvsignore:
4846           Add audiodynamic check to .cvsignore
4847
4848 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4849
4850         reviewed by: Stefan Kost  <ensonic@users.sf.net>
4851
4852         * gst/audiofx/Makefile.am:
4853         * gst/audiofx/audiodynamic.c:
4854         (gst_audio_dynamic_characteristics_get_type),
4855         (gst_audio_dynamic_mode_get_type),
4856         (gst_audio_dynamic_set_process_function),
4857         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
4858         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
4859         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
4860         (gst_audio_dynamic_transform_hard_knee_compressor_int),
4861         (gst_audio_dynamic_transform_hard_knee_compressor_float),
4862         (gst_audio_dynamic_transform_soft_knee_compressor_int),
4863         (gst_audio_dynamic_transform_soft_knee_compressor_float),
4864         (gst_audio_dynamic_transform_hard_knee_expander_int),
4865         (gst_audio_dynamic_transform_hard_knee_expander_float),
4866         (gst_audio_dynamic_transform_soft_knee_expander_int),
4867         (gst_audio_dynamic_transform_soft_knee_expander_float),
4868         (gst_audio_dynamic_transform_ip):
4869         * gst/audiofx/audiodynamic.h:
4870         * gst/audiofx/audiofx.c: (plugin_init):
4871         Add new audiodynamic element which can act as a compressor or
4872         expander. Supported are hard-knee and soft-knee operation modes with
4873         user-specified ratio and threshold.
4874         Attack and release parameters are not yet implemented but will follow.
4875         * docs/plugins/Makefile.am:
4876         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4877         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4878         * docs/plugins/gst-plugins-good-plugins.args:
4879         * docs/plugins/inspect/plugin-audiofx.xml:
4880         Integrate audiodynamic into the docs.
4881         * tests/check/Makefile.am:
4882         * tests/check/elements/audiodynamic.c: (setup_dynamic),
4883         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
4884         Add unit test for audiodynamic.
4885
4886 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
4887
4888         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
4889         Free handles that we allocated when exiting via the error paths.
4890
4891 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
4892
4893         * gst/level/gstlevel.c: (gst_level_class_init),
4894         (gst_level_set_caps), (gst_level_start), (gst_level_event),
4895         (gst_level_transform_ip):
4896         * gst/level/gstlevel.h:
4897           Resolve message timestamps against the playback segment.
4898
4899 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4900
4901         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
4902         (gst_id3demux_sink_activate):
4903           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
4904           caps passed to it (previously one code path assumed it took ownership
4905           while another one assumed it didn't, while in fact it sometimes did and
4906           sometimes didn't ...).
4907
4908         * configure.ac:
4909         * tests/files/Makefile.am:
4910         * tests/files/id3-407349-1.tag:
4911         * tests/files/id3-407349-2.tag:
4912           Add directory where data for unit tests can be stored.
4913
4914         * tests/Makefile.am:
4915         * tests/check/Makefile.am:
4916         * tests/check/elements/.cvsignore:
4917         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
4918         (read_tags_from_file), (run_check_for_file),
4919         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
4920           Add unit test for id3demux, and in particular for bug #407349. Only
4921           testing pull-mode for now; push mode doesn't work yet because the test
4922           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
4923
4924 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4925
4926         * tests/check/Makefile.am:
4927           Add missing backslash at end of line.
4928
4929 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
4930
4931         Trigger rebuild.
4932
4933 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4934
4935         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
4936         * gst/id3demux/id3tags.h:
4937         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
4938         (parse_obsolete_tdat_frame):
4939           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
4940           the four-digit number will be interpreted as a year, whereas it is
4941           month and day in DDMM format. Instead, parse TDAT frames and fix up
4942           the date in the GST_TAG_DATE tag later if we also extracted a year.
4943           Fixes #407349.
4944
4945 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
4946
4947         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
4948         (gst_switch_commit_new_kid):
4949         Fix up the dispose logic so it doesn't leak, and fix setting of 
4950         the child state so that we don't set a child to our current state 
4951         just as we are changing it to something else.
4952
4953 2007-03-06  Wim Taymans  <wim@fluendo.com>
4954
4955         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
4956         (gst_goom_chain):
4957         * gst/goom/gstgoom.h:
4958         Document, fix and improve goom adapter behaviour.
4959         Fixes #407006.
4960
4961 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4962
4963         * ext/esd/esdsink.c: (gst_esdsink_open):
4964         Unref static pad template after using it.
4965
4966 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4967
4968         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
4969         (gst_switch_commit_new_kid):
4970         Fix up the reference counting of the child elements.
4971
4972 2007-03-05  Wim Taymans  <wim@fluendo.com>
4973
4974         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
4975         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
4976         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
4977         Fix encoding-name case.
4978
4979 2007-03-05  Wim Taymans  <wim@fluendo.com>
4980
4981         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
4982         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
4983         (gst_rtp_speex_depay_process):
4984         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
4985         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
4986         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
4987         (gst_rtp_speex_pay_change_state):
4988         * gst/rtp/gstrtpspeexpay.h:
4989         Fix speex (de)payloader. Fixes #358040.
4990
4991 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4992
4993         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4994         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
4995         Install fakesink in NULL by fixing some broken logic. This obviates
4996         the need to manually set _IS_SINK.
4997         Add some comments and remove a little cruft while I'm at it.
4998
4999 2007-03-05  Wim Taymans  <wim@fluendo.com>
5000
5001         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
5002         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
5003
5004 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
5005
5006         * po/POTFILES.in:
5007           Update.
5008
5009 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5010
5011         * tests/check/Makefile.am:
5012         Gah! Also disable gconfvideosink from the tests, otherwise
5013         it will instantiate autovideosink, and dfbvideosink and
5014         leak on the buildbots.
5015
5016 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5017
5018         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
5019         (gst_cdio_cdda_src_finalize):
5020         Make sure we always destroy our libcdio handle.
5021
5022 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5023
5024         * tests/check/Makefile.am:
5025         Disable autovideosink so the buildbots don't barf over memory
5026         leaked in the directfb sink.
5027
5028 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5029
5030         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
5031         Chain up in dispose
5032
5033 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5034
5035         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
5036         (gst_multipart_find_pad_by_mime):
5037         Use gst_pad_new_from_static_template instead of
5038         static_pad_template_get+pad_new.
5039
5040 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5041
5042         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
5043         Catch the case where no clock has been set.
5044
5045 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5046
5047         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
5048         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
5049         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
5050         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
5051         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
5052         (gst_gconf_audio_src_finalize), (do_toggle_element):
5053         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
5054         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
5055         (do_toggle_element):
5056         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
5057         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
5058         (gst_gconf_video_src_finalize), (do_toggle_element):
5059         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
5060         (gst_switch_sink_reset), (gst_switch_sink_set_child):
5061         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
5062         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
5063         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5064         (gst_shout2send_init), (gst_shout2send_finalize):
5065         * gst/debug/testplugin.c: (gst_test_class_init),
5066         (gst_test_finalize):
5067         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
5068         (gst_flxdec_dispose):
5069         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
5070         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
5071         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5072         (gst_rtspsrc_finalize):
5073         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
5074         * gst/rtsp/rtspextwms.h:
5075         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
5076         (gst_smpte_finalize):
5077         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
5078         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
5079         (gst_udpsink_finalize):
5080         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
5081         (gst_wavparse_sink_activate):
5082         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
5083         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
5084         (gst_oss_src_finalize):
5085         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
5086         * sys/v4l2/gstv4l2object.h:
5087         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5088         (gst_v4l2src_finalize):
5089         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
5090
5091         Fix a bunch of leaks shown by the newly-added states test.
5092
5093 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5094
5095         * ext/dv/gstdvdec.c: (gst_dvdec_init):
5096         Use gst_pad_new_from_static_template instead of 
5097         static_pad_template_get+pad_new.
5098
5099 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
5100
5101         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5102
5103         * ext/libcaca/Makefile.am:
5104         * gst/debug/Makefile.am:
5105           Don't mix tabs and spaces (#414168).
5106
5107 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5108
5109         * tests/check/generic/.cvsignore:
5110           Ignore files to please buildbot.
5111
5112 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5113
5114         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
5115         (gst_wavparse_stream_data):
5116           Unbreak my previous commit (swapped nominator & denominator). Tim,
5117           thanks for spotting.
5118
5119 2007-03-02  Wim Taymans  <wim@fluendo.com>
5120
5121         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
5122         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
5123         (gst_cdio_cdda_src_finalize):
5124         Small code cleanups.
5125         Don't use pad_alloc as the base class cannot deal with the error codes.
5126
5127 2007-03-02  Wim Taymans  <wim@fluendo.com>
5128
5129         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
5130         (gst_udpsrc_create):
5131         Fix doc.
5132
5133 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5134
5135         Patch by: René Stadler <mail@renestadler.de>
5136
5137         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
5138         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
5139         (gst_wavparse_stream_data):
5140           Handle rounding better to not drop last sample frame. Fixes #356692
5141
5142 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
5143
5144         * tests/check/Makefile.am:
5145         Disable cacasink from the states check too - it also calls exit(1)
5146         on us when it can't find a terminal to talk to.
5147
5148 2007-03-02  Wim Taymans  <wim@fluendo.com>
5149
5150         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5151
5152         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5153         (gst_udpsrc_create), (gst_udpsrc_set_property),
5154         (gst_udpsrc_get_property):
5155         * gst/udp/gstudpsrc.h:
5156         Add support to strip proprietary headers. Fixes #350296.
5157
5158 2007-03-02  Wim Taymans  <wim@fluendo.com>
5159
5160         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
5161         Fix compilation.
5162
5163 2007-03-02  Wim Taymans  <wim@fluendo.com>
5164
5165         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5166
5167         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
5168         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
5169         (gst_rtp_mp2t_depay_set_property),
5170         (gst_rtp_mp2t_depay_get_property):
5171         * gst/rtp/gstrtpmp2tdepay.h:
5172         Add support to strip off proprietary headers. Fixes #350278.
5173
5174 2007-03-02  Wim Taymans  <wim@fluendo.com>
5175
5176         * ext/hal/hal.c:
5177         Fix compilation.
5178
5179 2007-03-02  Wim Taymans  <wim@fluendo.com>
5180
5181         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
5182         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
5183         (gst_sunaudiosrc_open):
5184         * sys/sunaudio/gstsunaudiosrc.h:
5185         Remove device-name from GstSunAudioSrc. Fixes #412597.
5186
5187 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5188
5189         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5190         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5191         Having NULL as UDI previously selected the default sink/src. Change
5192         this back but mention it in the debug output.
5193         * ext/hal/hal.c: (gst_hal_get_alsa_element),
5194         (gst_hal_get_oss_element), (gst_hal_get_string),
5195         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
5196         (gst_hal_get_audio_src):
5197         * ext/hal/hal.h:
5198         Refactor a bit, check all error conditions, greatly improve debugging
5199         and fix some possible memory leaks. Also implement OSS support
5200         and allow specifying an UDI that points to a real device. For this the
5201         child device which supports ALSA (preferred) or OSS is used.
5202         As a side effect this makes it impossible now to get a alsasink in
5203         halaudiosrc and a alsasrc in halaudiosink.
5204
5205 2007-03-01  Wim Taymans  <wim@fluendo.com>
5206
5207         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
5208         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
5209         Errors from the udp sources are not fatal unless all of them are in
5210         error.
5211
5212 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5213
5214         * tests/check/Makefile.am:
5215         Disable aasink in the states test. I suspect this is the element that
5216         is calling exit(1) when it can't proceed.
5217
5218 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5219
5220         * tests/check/Makefile.am:
5221         Draw plugins in from the build tree sys/ dir, rather than picking
5222         up the already installed versions.
5223
5224 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5225
5226         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
5227         Error out correctly when getting xcontext fails.
5228
5229 2007-03-01  Wim Taymans  <wim@fluendo.com>
5230
5231         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
5232         Make state change to PAUSED NO_PREROLL because that's what it will be in
5233         the future and rtspsrc relies on it.
5234
5235         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
5236         (gst_rtspsrc_change_state):
5237         Don't error out when we don't get an error from the state change
5238         function.
5239
5240 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5241
5242         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5243         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5244           Check if the device UDI is set before trying to query HAL
5245           about it and give a useful error message if it wasn't set.
5246         * ext/hal/hal.c: (gst_hal_get_string):
5247           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
5248           gives an assertion failure in D-Bus when running with
5249           DBUS_FATAL_WARNINGS=1.
5250
5251 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5252
5253         * configure.ac:
5254           Convert to new AG_GST style.
5255
5256 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5257
5258         * tests/check/Makefile.am:
5259         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
5260           add test for states
5261
5262 2007-02-28  Wim Taymans  <wim@fluendo.com>
5263
5264         * tests/check/elements/.cvsignore:
5265         Add new videofilter check to .cvsignore.
5266
5267 2007-02-28  Wim Taymans  <wim@fluendo.com>
5268
5269         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
5270         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5271         (gst_avi_demux_loop), (gst_avi_demux_chain):
5272         Fix combined flow return. Fixes #412608.
5273
5274 2007-02-28  Wim Taymans  <wim@fluendo.com>
5275
5276         * gst/videofilter/Makefile.am:
5277         Dist header..
5278
5279 2007-02-28  Wim Taymans  <wim@fluendo.com>
5280
5281         * gst/videofilter/gstgamma.h:
5282         Add header too.
5283
5284 2007-02-28  Wim Taymans  <wim@fluendo.com>
5285
5286         Patch by: Mark Nauwelaerts <manauw at skynet be>
5287
5288         * gst/videofilter/Makefile.am:
5289         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
5290         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
5291         (gst_gamma_get_property), (gst_gamma_calculate_tables),
5292         (oil_tablelookup_u8), (gst_gamma_set_caps),
5293         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
5294         Port gamma filter to 0.10. Fixes #412704.
5295
5296         * tests/check/Makefile.am:
5297         * tests/check/elements/videofilter.c: (setup_filter),
5298         (cleanup_filter), (check_filter), (GST_START_TEST),
5299         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
5300         Add unit tests for videofilters.
5301
5302 2007-02-28  Wim Taymans  <wim@fluendo.com>
5303
5304         * gst/rtsp/URLS:
5305         Add another interesting test url.
5306
5307         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
5308         Don't allow getting header fields from data packets.
5309
5310 2007-02-28  Michael Smith  <msmith@fluendo.com>
5311
5312         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5313         (gst_shout2send_init), (gst_shout2send_start),
5314         (gst_shout2send_set_property), (gst_shout2send_get_property):
5315         * ext/shout2/gstshout2.h:
5316           Add a property for username.
5317
5318 2007-02-27  Christian Schallerr <christian@fluendo.com>
5319
5320         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
5321
5322 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5323
5324         * gst/rtsp/Makefile.am:
5325         Fix make check too.
5326
5327 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5328
5329         * gst/rtsp/base64.c: (util_base64_encode):
5330         * gst/rtsp/base64.h:
5331         Commit missing files for base64 encoding.
5332
5333 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5334
5335         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5336
5337         * configure.ac:
5338         * ext/annodex/Makefile.am:
5339         * ext/jpeg/Makefile.am:
5340         * ext/speex/Makefile.am:
5341         * gst/alpha/Makefile.am:
5342         * gst/cutter/Makefile.am:
5343         * gst/debug/Makefile.am:
5344         * gst/effectv/Makefile.am:
5345         * gst/goom/Makefile.am:
5346         * gst/level/Makefile.am:
5347         * gst/smpte/Makefile.am:
5348         * gst/videofilter/Makefile.am:
5349           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
5350
5351 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5352
5353         * gst/rtsp/Makefile.am:
5354         * gst/rtsp/rtspconnection.c: (append_auth_header),
5355         (rtsp_connection_send), (rtsp_connection_set_auth):
5356         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
5357         from icecast to replace it. Relicensed from GPL courtesy of Mike
5358         Smith.
5359
5360 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5361
5362         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
5363         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
5364         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
5365         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
5366         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
5367         (gst_rtspsrc_uri_set_uri):
5368         * gst/rtsp/gstrtspsrc.h:
5369         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5370         (append_auth_header), (rtsp_connection_send),
5371         (rtsp_connection_free), (rtsp_connection_set_auth):
5372         * gst/rtsp/rtspconnection.h:
5373         * gst/rtsp/rtspdefs.h:
5374         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
5375         * gst/rtsp/rtspurl.h:
5376
5377         Implement simple Basic Authentication support so that urls like
5378         rtsp://user:pass@hostname/rtspstream work on hosts that require
5379         authentication.
5380
5381 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
5382
5383         * sys/v4l2/gstv4l2object.c:
5384         * sys/v4l2/gstv4l2tuner.c:
5385         * sys/v4l2/v4l2_calls.c:
5386         Fix segfault when oppening a radio device.
5387         
5388 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
5389
5390         * gst/level/gstlevel.c: (gst_level_set_caps),
5391         (gst_level_transform_ip):
5392         * sys/v4l2/README:
5393         * tests/check/elements/level.c: (GST_START_TEST):
5394           Fix level for multi-channel case.
5395
5396 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
5397
5398         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
5399         (gst_level_transform_ip):
5400         * gst/level/gstlevel.h:
5401           Use function pointer for process function and add process functions
5402           for float audio.
5403
5404 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
5405
5406         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5407         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5408         (gst_v4l2src_capture_init):
5409           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
5410           fixes #407369
5411
5412 2007-02-18  Wim Taymans  <wim@fluendo.com>
5413
5414         * gst/rtp/Makefile.am:
5415         * gst/rtp/gstrtp.c: (plugin_init):
5416         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
5417         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
5418         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
5419         (gst_rtp_mp2t_pay_plugin_init):
5420         * gst/rtp/gstrtpmp2tpay.h:
5421         Added simple mpeg transport stream payloader.
5422
5423 2007-02-16  Wim Taymans  <wim@fluendo.com>
5424
5425         * gst/rtsp/URLS:
5426         Add example H264 rtsp url.
5427
5428         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5429         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
5430         Don't convert values to lowercase or we might mess up base64 encoded
5431         properties.
5432
5433 2007-02-16  Wim Taymans  <wim@fluendo.com>
5434
5435         * gst/rtp/README:
5436         Fix case of string params.
5437
5438         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5439         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5440         Fix depayloader, support more packet types.
5441         Add sync codes to make sure the packetizer can do its job.
5442
5443         * gst/rtp/gstrtpmp4gdepay.c:
5444         * gst/rtp/gstrtpmp4gpay.c:
5445         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
5446         Fix caps case again.
5447
5448 2007-02-15  Wim Taymans  <wim@fluendo.com>
5449
5450         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
5451         Set right caps on output buffers.
5452
5453 2007-02-14  Wim Taymans  <wim@fluendo.com>
5454
5455         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
5456         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
5457         Clear stack allocated SDPMedia struct before calling _init() on it.
5458         Clarify this in the docs as well.
5459
5460 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
5461
5462         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
5463         (do_change_child):
5464         Don't reset the profile when going switching states, as it makes
5465         the element non-reusable.
5466
5467 2007-02-14  Wim Taymans  <wim@fluendo.com>
5468
5469         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
5470         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
5471         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
5472         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
5473         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
5474         (sdp_parse_line):
5475         * gst/rtsp/sdpmessage.h:
5476         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
5477         Fix memory management of SDP messages. Fixes #407793.
5478
5479 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
5480
5481         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
5482
5483         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
5484         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
5485
5486 2007-02-14  Wim Taymans  <wim@fluendo.com>
5487
5488         Patch by: jp.liu <jp_liu at astrocom dot cn>
5489
5490         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
5491         Fix parsing of password field in url. Fixes #407797.
5492
5493 2007-02-14  Wim Taymans  <wim@fluendo.com>
5494
5495         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
5496         (gst_wavparse_reset), (gst_wavparse_init),
5497         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
5498         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
5499         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
5500         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
5501         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
5502         (gst_wavparse_loop), (gst_wavparse_chain),
5503         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
5504         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
5505         (plugin_init):
5506         * gst/wavparse/gstwavparse.h:
5507         Update docs.
5508         Use boilerplate.
5509         Various code cleanups.
5510         When the bitrate is not known (bps == 0 or compressed formats) let
5511         downstream element guestimate the duration and position and don't
5512         generate timestamps or durations. Fixes #405213.
5513         Fix EOS and ERROR conditions in chain mode, we just need to forward the
5514         error flowreturn upstream.
5515
5516 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
5517
5518         * ext/gconf/Makefile.am:
5519         * ext/gconf/gconf.c: (gst_gconf_get_string),
5520         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
5521         (gst_gconf_render_bin_with_default):
5522         * ext/gconf/gconf.h:
5523         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
5524         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
5525         (gst_gconf_audio_sink_dispose), (do_change_child),
5526         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
5527         (cb_change_child), (gst_gconf_audio_sink_change_state):
5528         * ext/gconf/gstgconfaudiosink.h:
5529         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
5530         (gst_switch_sink_class_init), (gst_switch_sink_reset),
5531         (gst_switch_sink_init), (gst_switch_sink_dispose),
5532         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
5533         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
5534         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
5535         * ext/gconf/gstswitchsink.h:
5536         * gst/autodetect/gstautoaudiosink.c:
5537         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
5538         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
5539         (gst_auto_audio_sink_detect):
5540         * gst/autodetect/gstautovideosink.c:
5541         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
5542         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
5543         (gst_auto_video_sink_detect):
5544         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
5545         and a child that implements the GConf key monitoring. The end goal of
5546         this is an audio sink that can be changed on the fly, but at the 
5547         moment it still only changes on the next READY transition.
5548
5549 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5550
5551         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5552         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5553         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
5554         (gst_avi_demux_calculate_durations_from_index),
5555         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5556         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5557         (gst_avi_demux_loop):
5558           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
5559
5560 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5561
5562         * configure.ac:
5563         * docs/plugins/Makefile.am:
5564           Add crossreferences to glib/gobject/gstream docs.
5565
5566 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5567
5568         * gst/monoscope/Makefile.am:
5569         * gst/monoscope/gstmonoscope.c:
5570           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
5571           (but no LIBS, since we only use defines from the headers).
5572
5573 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5574
5575         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
5576
5577         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
5578         (gst_wavparse_stream_data):
5579           Fix massive memory leak when operating in streaming mode due to
5580           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
5581           Fixes #407057.
5582
5583 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5584
5585         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
5586         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
5587         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
5588         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
5589         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5590         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
5591         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
5592         (gst_avi_demux_calculate_durations_from_index),
5593         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5594         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
5595         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
5596         * gst/avi/gstavidemux.h:
5597           Save some memory (8%) by repacking the index entry structure (more to
5598           come). Add more FIXMEs to questionable parts.
5599
5600 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5601
5602         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
5603         (gst_v4l2src_get_caps):
5604         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5605         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5606         (gst_v4l2src_capture_init):
5607           More FIXME comments and messaging changes.
5608
5609 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5610
5611         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
5612         (gst_goom_change_state):
5613         * gst/goom/gstgoom.h:
5614           Improved docs and use GST_DEBUG_FUNCPTR.
5615
5616         * gst/level/gstlevel.c: (gst_level_class_init):
5617           Use GST_DEBUG_FUNCPTR.
5618
5619         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
5620         (gst_monoscope_chain), (gst_monoscope_change_state):
5621           Improved docs source cleanups.
5622
5623 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5624
5625         * gst/debug/Makefile.am:
5626         * gst/debug/gstdebug.c: (plugin_init):
5627         * gst/debug/gstpushfilesrc.c:
5628         * gst/debug/gstpushfilesrc.h:
5629           Add code for a pushfilesrc element that implements a pushfile:// URI
5630           handler, to make debugging push-mode operation of demuxer/decoders
5631           that support both easier in connection with seek/playbin/etc.
5632           The element isn't registered at the moment.
5633
5634 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
5635
5636         * gst/avi/gstavimux.c:
5637           Comment a #if 0 in caps template definition as VS6 seems to 
5638         do not support it.
5639         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
5640           Use gst_guint64_to_gdouble for conversion.
5641         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
5642           Move variables declaration before the first instruction.
5643         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
5644           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
5645           And don't include netdb.h for G_OS_WIN32
5646         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
5647           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
5648           by VS6 then use an other way to initialize SDPMedia structure.
5649         * gst/udp/gstdynudpsink.h:
5650         * gst/udp/gstdynudpnetutils.h:
5651           Do not include <sys/time.h> for G_OS_WIN32
5652         * gst/udp/gstudpsrc.c:
5653           Define socklen_t as int for G_OS_WIN32
5654         * win/common/config.h.in:
5655           Undef HAVE_NETINET_IN_H
5656         * win32/vs6/gst_plugins_good.dsw:
5657         * win32/vs6/libgstrtp.dsp:
5658         * win32/vs6/libgstrtsp.dsp:
5659         * win32/vs6/libgstautogen.dsp:
5660         * win32/vs6/libgstaudiofx.dsp:
5661         * win32/vs6/libgstudp.dsp:
5662           Add and update project files.
5663         * win32/common/gstudp-enumtypes.c:
5664         * win32/common/gstudp-enumtypes.h:
5665           Add a copy of udp enumtypes to win32/common as in core 
5666           and base.
5667         
5668 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
5669
5670         * configure.ac:
5671           Activate monoscope when building with --enable-experimental. Fix
5672           --enable-external configure switch description.
5673
5674         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
5675         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
5676           Help gst-indent.
5677
5678 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
5679
5680         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
5681           Explicitly cast result of pointer arithmetic to integer in order to
5682           avoid compiler warnings on some 64-bit systems. Should fix #406018.
5683
5684 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5685
5686         * gst/debug/progressreport.c:
5687           Some more docs.
5688
5689 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5690
5691         * docs/plugins/inspect/plugin-rtp.xml:
5692           Update for new elements.
5693
5694         * gst/debug/progressreport.h:
5695           Commit newly-created header file as well.
5696
5697 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5698
5699         * docs/plugins/Makefile.am:
5700         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5701         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5702         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5703         * gst/debug/Makefile.am:
5704         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
5705         (gst_progress_report_do_query), (gst_progress_report_report):
5706           Make progressreport element post messages with the current progress
5707           on the bus. Also add some basic docs for it.
5708
5709 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5710
5711         * ext/hal/hal.c: (gst_hal_get_string):
5712         * ext/hal/hal.h:
5713           Some small cleanups; deal with errors when parsing the HAL ALSA
5714           capabilities a bit better.
5715
5716 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5717
5718         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
5719           Let's try this again and use the right cast this time.
5720
5721 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5722
5723         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
5724           Add cast to avoid compiler warnings with older GLib versions
5725           where the nick/name members in GEnumValue are not declared as
5726           constant strings.
5727
5728 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5729
5730         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
5731         (gst_gconf_render_bin_from_key),
5732         (gst_gconf_get_default_audio_sink):
5733         * ext/gconf/gconf.h:
5734         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
5735         (do_toggle_element), (gst_gconf_audio_sink_set_property),
5736         (gst_gconf_audio_sink_get_property):
5737           In gconfaudiosink, get the right key as the old key in do_toggle
5738           (ie. one dependent on the profile selected). Log some more stuff so
5739           we can see what's actually going on.
5740
5741 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
5742
5743         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
5744         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
5745         (gst_audio_amplify_set_process_function),
5746         (gst_audio_amplify_setup):
5747         * gst/audiofx/audioamplify.h:
5748         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
5749         (gst_audio_invert_class_init), (gst_audio_invert_setup):
5750         * gst/audiofx/audioinvert.h:
5751         Some small cleanups and port both elements to the new GstAudioFilter
5752         base class to save a few lines of common code.
5753         * gst/audiofx/Makefile.am:
5754         Link against libgstaudio for the above changes
5755
5756 2007-01-29  Wim Taymans  <wim@fluendo.com>
5757
5758         * tests/check/elements/.cvsignore:
5759         Some more ignores.
5760
5761 2007-01-26  Wim Taymans  <wim@fluendo.com>
5762
5763         Patch by: charles <charlesg3 at gmail dot com>
5764
5765         * ext/shout2/gstshout2.c: (gst_shout2send_init),
5766         (set_shout_metadata), (gst_shout2send_event):
5767         * ext/shout2/gstshout2.h:
5768         Properly handle tags in shout2send. Fixes #399825.
5769
5770 2007-01-25  Wim Taymans  <wim@fluendo.com>
5771
5772         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5773         (gst_rtspsrc_activate_streams):
5774         Convert SDP fields to upper/lowercase following the rules in the SDP to
5775         caps document. 
5776
5777 2007-01-25  Wim Taymans  <wim@fluendo.com>
5778
5779         * gst/rtp/README:
5780         * gst/rtp/gstrtpilbcdepay.c:
5781         * gst/rtp/gstrtpilbcpay.c:
5782         * gst/rtp/gstrtpmp4gdepay.c:
5783         * gst/rtp/gstrtpmp4gpay.c:
5784         * gst/rtp/gstrtpspeexdepay.c:
5785         * gst/rtp/gstrtpspeexpay.c:
5786         * gst/rtp/gstrtpsv3vdepay.c:
5787         * gst/rtp/gstrtptheoradepay.c:
5788         * gst/rtp/gstrtptheorapay.c:
5789         * gst/rtp/gstrtpvorbisdepay.c:
5790         * gst/rtp/gstrtpvorbispay.c:
5791         Fix case of encoding-name and key/value pairs to match the document.
5792         This is to make interoperation with SDP case-insensitive as required by
5793         the relevant RFCs.
5794
5795 2007-01-25  Wim Taymans  <wim@fluendo.com>
5796
5797         * configure.ac:
5798         Bump required -core/-base to CVS
5799
5800 2007-01-25  Wim Taymans  <wim@fluendo.com>
5801
5802         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
5803         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
5804         * gst/rtp/gstrtpL16pay.h:
5805         Fill up to MTU using adapter.
5806         Timestamp rtp packets.
5807
5808 2007-01-25  Edward Hervey  <edward@fluendo.com>
5809
5810         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5811         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
5812         Use G_GSIZE_FORMAT in print statements for portability.
5813         Fixes build on macosx.
5814
5815 2007-01-24  Wim Taymans  <wim@fluendo.com>
5816
5817         * gst/rtp/Makefile.am:
5818         * gst/rtp/gstrtp.c: (plugin_init):
5819         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
5820         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
5821         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
5822         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
5823         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
5824         (gst_rtp_L16_depay_plugin_init):
5825         * gst/rtp/gstrtpL16depay.h:
5826         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
5827         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
5828         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
5829         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
5830         (gst_rtp_L16_pay_plugin_init):
5831         * gst/rtp/gstrtpL16pay.h:
5832         Port and enable raw audio payloader/depayloader. Needs a bit more work
5833         on the payloader side.
5834
5835 2007-01-24  Wim Taymans  <wim@fluendo.com>
5836
5837         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
5838         (gst_rtspsrc_stream_configure_transport),
5839         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
5840         * gst/rtsp/gstrtspsrc.h:
5841         Only unblock the udp pads when we linked and activated them all.
5842         Fixes #395688.
5843
5844 2007-01-24  Wim Taymans  <wim@fluendo.com>
5845
5846         * gst/rtp/Makefile.am:
5847         * gst/rtp/gstrtp.c: (plugin_init):
5848         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
5849         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
5850         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
5851         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
5852         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
5853         * gst/rtp/gstrtpac3depay.h:
5854         Added simple AC3 depayloader (RFC 4184).
5855
5856         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
5857         Fix a leak.
5858
5859 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
5860
5861         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5862
5863         * gst/audiofx/Makefile.am:
5864         * gst/audiofx/audioamplify.c:
5865         (gst_audio_amplify_clipping_method_get_type),
5866         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
5867         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
5868         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
5869         (gst_audio_amplify_set_caps),
5870         (gst_audio_amplify_transform_int_clip),
5871         (gst_audio_amplify_transform_int_wrap_negative),
5872         (gst_audio_amplify_transform_int_wrap_positive),
5873         (gst_audio_amplify_transform_float_clip),
5874         (gst_audio_amplify_transform_float_wrap_negative),
5875         (gst_audio_amplify_transform_float_wrap_positive),
5876         (gst_audio_amplify_transform_ip):
5877         * gst/audiofx/audioamplify.h:
5878         * gst/audiofx/audiofx.c: (plugin_init):
5879         Add new element "audioamplify". This allows scaling of raw audio
5880         samples, similar to the "volume" element, but provides different modes
5881         for clipping and allows unlimited amplification. It's mainly targeted
5882         for creative sound design and not as a replacement of the "volume"
5883         element. Fixes #397162
5884         * docs/plugins/Makefile.am:
5885         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5886         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5887         * docs/plugins/gst-plugins-good-plugins.args:
5888         * docs/plugins/inspect/plugin-audiofx.xml:
5889         Add docs for audioamplify and integrate them into the build system
5890         * tests/check/Makefile.am:
5891         * tests/check/elements/audioamplify.c: (setup_amplify),
5892         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
5893         Add fairly extensive unit test suite for audioamplify
5894
5895 2007-01-24  Wim Taymans  <wim@fluendo.com>
5896
5897         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
5898         Unblock pads after adding the pads to the element so that autopluggers
5899         get a change to link something. Possibly fixes #395688.
5900
5901 2007-01-24  Wim Taymans  <wim@fluendo.com>
5902
5903         * gst/rtp/gstrtpamrdepay.c:
5904         * gst/rtp/gstrtpgsmdepay.c:
5905         * gst/rtp/gstrtph263pdepay.c:
5906         * gst/rtp/gstrtph263ppay.c:
5907         * gst/rtp/gstrtph264depay.c:
5908         * gst/rtp/gstrtpilbcdepay.c:
5909         * gst/rtp/gstrtpmp2tdepay.c:
5910         * gst/rtp/gstrtpmp4gdepay.c:
5911         * gst/rtp/gstrtpmp4gpay.c:
5912         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
5913         * gst/rtp/gstrtpmp4vpay.c:
5914         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
5915         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
5916         (gst_rtp_mpa_depay_process):
5917         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
5918         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
5919         * gst/rtp/gstrtppcmadepay.c:
5920         * gst/rtp/gstrtppcmudepay.c:
5921         * gst/rtp/gstrtpspeexdepay.c:
5922         * gst/rtp/gstrtpspeexpay.c:
5923         * gst/rtp/gstrtpsv3vdepay.c:
5924         * gst/rtp/gstrtptheoradepay.c:
5925         * gst/rtp/gstrtptheorapay.c:
5926         * gst/rtp/gstrtpvorbisdepay.c:
5927         * gst/rtp/gstrtpvorbispay.c:
5928         Fix caps with payload numbers.
5929         Add some fixed payload numbers to caps when possible.
5930
5931 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
5932
5933         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5934
5935         * gst/audiofx/Makefile.am:
5936         * gst/audiofx/audiofx.c: (plugin_init):
5937         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
5938         (gst_audio_invert_class_init), (gst_audio_invert_init),
5939         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
5940         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
5941         (gst_audio_invert_transform_float),
5942         (gst_audio_invert_transform_ip):
5943         * gst/audiofx/audioinvert.h:
5944         Add new audiofx element "audioinvert". This element swaps the upper
5945         and lower half of samples and can be used for example for a
5946         wide-stereo effect. Fixes #396057
5947         * docs/plugins/Makefile.am:
5948         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5949         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5950         * docs/plugins/gst-plugins-good-plugins.args:
5951         * docs/plugins/inspect/plugin-audiofx.xml:
5952         Add docs for the audioinvert element and add them to the build system.
5953         * tests/check/Makefile.am:
5954         * tests/check/elements/audioinvert.c: (setup_invert),
5955         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
5956         Add unit test suite for the audioinvert element.
5957
5958 2007-01-23  Wim Taymans  <wim@fluendo.com>
5959
5960         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
5961         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
5962         Parse config params as string and int.
5963         Parse and use AU header length
5964
5965 2007-01-23  Wim Taymans  <wim@fluendo.com>
5966
5967         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
5968         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
5969         * gst/smpte/gstmask.c: (_gst_mask_register):
5970         * gst/smpte/gstmask.h:
5971         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
5972         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
5973         (gst_smpte_paint_triangle_clock):
5974         constify some static structs.
5975         Don't update the mask if nothing changed to the params.
5976         Make sure we never draw outside of the picture. Fixes #398325.
5977
5978 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
5979
5980         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
5981           Error out properly when pull_range fails while we're reading the
5982           headers, instead of just pausing the task silently. Fixes #399338.
5983
5984 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
5985
5986         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
5987           Some more sanity checks to make sure the input formats match and the
5988           input pads are actually negotiated, in case someone tries to feed
5989           buffers from fakesrc or filesrc. Fixes #398299.
5990           Also const-ify an array, just because we can.
5991
5992 2007-01-19  Edward Hervey  <edward@fluendo.com>
5993
5994         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
5995         Ignore previous commit, that was only valid for widths and heights
5996         that are multiples of 4.
5997         Copy over size/stride macros from jpegdec. This allows the element
5998         to work with any width,height...
5999         ... but puts in evidence that the actual transformations only work
6000         with width/height that are multiples of 4.
6001
6002 2007-01-19  Edward Hervey  <edward@fluendo.com>
6003
6004         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6005         Allocate buffers of the right size.
6006         The proper size of a I420 buffer in bytes is:
6007         
6008             width * height * 3
6009             ------------------
6010                     2
6011
6012 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6013
6014         * gst/smpte/gstsmpte.c: (gst_smpte_init):
6015           Proxy getcaps on sink pads too, so that we either end up with the
6016           same dimensions on all pads or error out if that's not possible
6017           (seems to work even!). Fixes #398086, I think.
6018
6019 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6020
6021         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6022         * docs/plugins/gst-plugins-good-plugins.args:
6023         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6024           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
6025           fix integer properties with -1 as minimum value.
6026
6027         * docs/plugins/inspect/plugin-1394.xml:
6028         * docs/plugins/inspect/plugin-aasink.xml:
6029         * docs/plugins/inspect/plugin-alaw.xml:
6030         * docs/plugins/inspect/plugin-alpha.xml:
6031         * docs/plugins/inspect/plugin-alphacolor.xml:
6032         * docs/plugins/inspect/plugin-annodex.xml:
6033         * docs/plugins/inspect/plugin-apetag.xml:
6034         * docs/plugins/inspect/plugin-audiofx.xml:
6035         * docs/plugins/inspect/plugin-auparse.xml:
6036         * docs/plugins/inspect/plugin-autodetect.xml:
6037         * docs/plugins/inspect/plugin-avi.xml:
6038         * docs/plugins/inspect/plugin-cacasink.xml:
6039         * docs/plugins/inspect/plugin-cairo.xml:
6040         * docs/plugins/inspect/plugin-cdio.xml:
6041         * docs/plugins/inspect/plugin-cutter.xml:
6042         * docs/plugins/inspect/plugin-debug.xml:
6043         * docs/plugins/inspect/plugin-dv.xml:
6044         * docs/plugins/inspect/plugin-efence.xml:
6045         * docs/plugins/inspect/plugin-effectv.xml:
6046         * docs/plugins/inspect/plugin-esdsink.xml:
6047         * docs/plugins/inspect/plugin-flac.xml:
6048         * docs/plugins/inspect/plugin-flxdec.xml:
6049         * docs/plugins/inspect/plugin-gconfelements.xml:
6050         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6051         * docs/plugins/inspect/plugin-goom.xml:
6052         * docs/plugins/inspect/plugin-halelements.xml:
6053         * docs/plugins/inspect/plugin-icydemux.xml:
6054         * docs/plugins/inspect/plugin-id3demux.xml:
6055         * docs/plugins/inspect/plugin-jpeg.xml:
6056         * docs/plugins/inspect/plugin-level.xml:
6057         * docs/plugins/inspect/plugin-matroska.xml:
6058         * docs/plugins/inspect/plugin-mulaw.xml:
6059         * docs/plugins/inspect/plugin-multipart.xml:
6060         * docs/plugins/inspect/plugin-navigationtest.xml:
6061         * docs/plugins/inspect/plugin-ossaudio.xml:
6062         * docs/plugins/inspect/plugin-png.xml:
6063         * docs/plugins/inspect/plugin-rtp.xml:
6064         * docs/plugins/inspect/plugin-rtsp.xml:
6065         * docs/plugins/inspect/plugin-shout2send.xml:
6066         * docs/plugins/inspect/plugin-smpte.xml:
6067         * docs/plugins/inspect/plugin-speex.xml:
6068         * docs/plugins/inspect/plugin-taglib.xml:
6069         * docs/plugins/inspect/plugin-udp.xml:
6070         * docs/plugins/inspect/plugin-videobalance.xml:
6071         * docs/plugins/inspect/plugin-videobox.xml:
6072         * docs/plugins/inspect/plugin-videoflip.xml:
6073         * docs/plugins/inspect/plugin-videomixer.xml:
6074         * docs/plugins/inspect/plugin-wavenc.xml:
6075         * docs/plugins/inspect/plugin-wavparse.xml:
6076         * docs/plugins/inspect/plugin-ximagesrc.xml:
6077           Update to CVS.
6078
6079 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
6080
6081         Patch by: Sebastian Dröge <slomo circular-chaos org>
6082
6083         * gst/audiofx/audiopanorama.c:
6084           Fix doc section name (Fixes #397946)
6085
6086 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
6087
6088         * sys/v4l2/gstv4l2object.c:
6089         (gst_v4l2_object_install_properties_helper),
6090         (gst_v4l2_object_set_property_helper),
6091         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
6092         * sys/v4l2/gstv4l2object.h:
6093         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6094         (gst_v4l2src_init), (gst_v4l2src_set_property),
6095         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
6096         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6097         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6098         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
6099         (gst_v4l2src_capture_deinit):
6100           Fix EIO handing when capturing. Add new property to specify the number of
6101           buffers to enque (and remove the borked num-buffers usage).
6102
6103 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
6104
6105         Patch by: Sebastian Dröge <slomo circular-chaos org>
6106
6107         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
6108         (gst_audio_panorama_set_process_function):
6109           Use a function array for process methods, add more docs and define the
6110           startindex of enums.
6111
6112 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6113
6114         Patch by: Mark Nauwelaerts <manauw at skynet be>
6115
6116         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
6117         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
6118         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
6119         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
6120         (gst_avi_mux_riff_get_avi_header),
6121         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
6122         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
6123         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
6124         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
6125         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
6126         (gst_avi_mux_change_state):
6127         * gst/avi/gstavimux.h:
6128         * tests/check/elements/avimux.c: (teardown_src_pad):
6129           Add support for more than one audio stream; write better AVIX
6130           header; refactor code a bit; don't announce vorbis caps on our audio
6131           sink pads since we don't support it anyway. Closes #379298.
6132
6133 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
6134
6135         Patch by: Sebastian Dröge <slomo circular-chaos org>
6136
6137         * gst/audiofx/audiopanorama.c:
6138         (gst_audio_panorama_method_get_type),
6139         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
6140         (gst_audio_panorama_set_process_function),
6141         (gst_audio_panorama_set_property),
6142         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
6143         (gst_audio_panorama_transform_m2s_int_simple),
6144         (gst_audio_panorama_transform_s2s_int_simple),
6145         (gst_audio_panorama_transform_m2s_float_simple),
6146         (gst_audio_panorama_transform_s2s_float_simple):
6147         * gst/audiofx/audiopanorama.h:
6148           Add 'method' property and provide a simple (non-psychoacustic)
6149           processing method (#394859).
6150
6151         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
6152         (panorama_suite):
6153           Tests for new method.
6154
6155 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6156
6157         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
6158         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
6159           Set correct caps on outgoing pulled buffers, or things blow up
6160           after recent core changes.
6161
6162 2007-01-11  Wim Taymans  <wim@fluendo.com>
6163
6164         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6165
6166         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
6167         (gst_multipart_mux_request_new_pad),
6168         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
6169         (gst_multipart_mux_change_state):
6170         Return FLOW errors ASAP. Fixes #394977.
6171         Misc cleanups.
6172
6173 2007-01-11  Wim Taymans  <wim@fluendo.com>
6174
6175         Patch by: Lutz Mueller <lutz at topfrose dot de>
6176
6177         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
6178         Check for stream pad before activating. 
6179
6180 2007-01-10  Wim Taymans  <wim@fluendo.com>
6181
6182         Patch by: Peter Kjellerstedt  <pkj at axis com>
6183
6184         * gst/rtsp/COPYING.MIT:
6185         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6186         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
6187         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
6188         (gst_rtspsrc_stream_configure_transport),
6189         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
6190         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
6191         (gst_rtspsrc_parse_methods),
6192         (gst_rtspsrc_create_transports_string),
6193         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
6194         (gst_rtspsrc_open), (gst_rtspsrc_close):
6195         * gst/rtsp/gstrtspsrc.h:
6196         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6197         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
6198         (parse_request_line), (parse_line), (rtsp_connection_read),
6199         (rtsp_connection_close):
6200         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
6201         (rtsp_method_as_text), (rtsp_header_as_text),
6202         (rtsp_status_as_text), (rtsp_find_header_field),
6203         (rtsp_find_method):
6204         * gst/rtsp/rtspdefs.h:
6205         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
6206         (rtsp_ext_wms_configure_stream):
6207         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
6208         (rtsp_message_new_request), (rtsp_message_init_request),
6209         (rtsp_message_new_response), (rtsp_message_init_response),
6210         (rtsp_message_init_data), (rtsp_message_unset),
6211         (rtsp_message_free), (rtsp_message_add_header),
6212         (rtsp_message_get_header), (rtsp_message_set_body),
6213         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
6214         * gst/rtsp/rtspmessage.h:
6215         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
6216         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
6217         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
6218         (sdp_message_dump):
6219         Allow url to be NULL to be able to use it for server connections.
6220         Can now send responses as well as requests.
6221         No longer hangs in an endless loop if EOF is received.
6222         Can now convert a status code to a text string.
6223         Return RTSP_HDR_INVALID for unknown headers.
6224         Return RTSP_INVALID for unknown methods.
6225         Copy CSeq and Session headers from the request.
6226         Only free memory corresponding to the currently set message type.
6227         Added const to function arguments as appropriate.
6228         Avoid a compiler warning when initializing nmedia.
6229         Use guint rather than gint to avoid compiler warnings.
6230         Fix crasher in wms extension.
6231         Factor out stream setup from open_connection.
6232         Delay activation of streams when actual data is received from the
6233         server, this prepares us to do proper protocol switching.
6234         Added new license.
6235         Fixes #380895.
6236
6237
6238 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
6239
6240         Patch by: Sebastian Dröge <slomo ubuntu com>
6241
6242         * docs/plugins/Makefile.am:
6243         * gst/audiofx/audiopanorama.c:
6244           Some small docs fixes (#394851).
6245
6246 2007-01-09  Wim Taymans  <wim@fluendo.com>
6247
6248         * gst/avi/gstavidemux.c:
6249         Fix docs.
6250
6251 2007-01-09  Wim Taymans  <wim@fluendo.com>
6252
6253         * gst/rtp/Makefile.am:
6254         * gst/rtp/gstrtp.c: (plugin_init):
6255         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
6256         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
6257         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
6258         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
6259         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
6260         * gst/rtp/gstrtpmpvdepay.h:
6261           Added RFC 2250 MPEG Video Depayloader.
6262
6263         * gst/rtp/gstrtpL16depay.h:
6264         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
6265         (gst_rtp_h263p_depay_process):
6266         Fix Header file. Small cleanups.
6267
6268         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
6269         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
6270         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
6271         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
6272         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
6273         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
6274         (gst_rtp_mp4v_depay_change_state):
6275         Remove usused code. Remove Adapter from state Change. Added debug.
6276
6277         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
6278         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
6279         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
6280         * gst/rtp/gstrtpmpadepay.h:
6281         Subclass base depayloader.
6282         Added debug.
6283         Support static payload type assignment as well.
6284
6285         * gst/rtp/gstrtpmpapay.c:
6286         Fix caps.
6287
6288 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6289
6290         Patch by: Vincent Torri  <vtorri at univ-evry fr>
6291
6292         * ext/jpeg/gstjpegdec.c:
6293         * ext/jpeg/gstjpegenc.c:
6294         * ext/jpeg/smokecodec.c:
6295           These libjpeg callbacks should return a 'boolean' (unsigned char
6296           apparently) and not a 'gboolean' (which maps to gint). Fixes
6297           warnings when compiling with MingW (#393427).
6298
6299         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6300           Use ioctlsocket on win32.
6301
6302         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6303           Some printf format fixes for win32.
6304
6305 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
6306
6307         * gst/cutter/gstcutter.c: (gst_cutter_chain):
6308           Use gst_guint64_to_gdouble for conversion.
6309         * win32/vs6/libgstmatroska.dsp:
6310           Add zlib to the link.
6311         * win32/vs6/libgstvideobox.dsp:
6312           Update liboil library name (project is linked to 
6313           liboil-0.3-0.lib now).
6314           
6315 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6316
6317         * gst/matroska/Makefile.am:
6318           If zlib is available and used, we must link it explicitly for
6319           things to work on MingW (fixes #392855).
6320
6321 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
6322
6323         * ext/esd/esdsink.c: (gst_esdsink_delay):
6324           Don't return bogus values when esd_get_delay() fails for some
6325           reason (#392189).
6326
6327 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6328
6329         * sys/ximage/gstximagesrc.c: (composite_pixel):
6330           Fix presumably copy'n'pasto for 16bpp depth.
6331
6332 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6333
6334         * gst/matroska/matroska-mux.c:
6335         (gst_matroska_mux_audio_pad_setcaps):
6336           The "signed" field in audio caps is of boolean type, trying to use
6337           gst_structure_get_int() to extract it will fail. Fixing this makes
6338           matroskamux accept raw audio input (#387121) (use at your own risk
6339           though, due to the matroska spec being not entirely useful in this
6340           respect).
6341           Also fix up raw audio structures in template caps so that they
6342           represent what our setcaps function will actually accept, so that
6343           converters know what to convert to.
6344           Finally, don't fail if there isn't an "endianness" field in 8-bit
6345           PCM caps.
6346
6347 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
6348
6349         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6350         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6351         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6352         (teardown_cmmldec):
6353         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6354         (teardown_cmmlenc):
6355         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6356           reapply consistent pad (de)activation
6357
6358 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
6359
6360         * configure.ac:
6361         Back to CVS
6362
6363         * gst-plugins-good.doap:
6364         Add 0.10.5 doap entry
6365
6366 === release 0.10.5 ===
6367
6368 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
6369
6370         * configure.ac:
6371           releasing 0.10.5, "The Path of Thorns"
6372
6373 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6374
6375         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6376         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6377         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6378         (teardown_cmmldec):
6379         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6380         (teardown_cmmlenc):
6381         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6382           revert my freeze breakage
6383
6384 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6385
6386         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6387         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6388         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6389         (teardown_cmmldec):
6390         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6391         (teardown_cmmlenc):
6392         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6393           consistent pad (de)activation
6394
6395 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
6396
6397         * configure.ac:
6398         * ext/Makefile.am:
6399         Disable LADPSA, as it has moved to the -bad module for the duration.
6400
6401 2006-12-18  Wim Taymans  <wim@fluendo.com>
6402
6403         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
6404         (gst_signal_processor_event):
6405         Reset flow_state back to _OK after a flush stop so that we exit our
6406         error state after the flush. Fixes #374213
6407
6408 2006-12-16  David Schleef  <ds@schleef.org>
6409
6410         * sys/osxvideo/osxvideosink.h:
6411         * sys/osxvideo/osxvideosink.m:
6412           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
6413
6414 2006-12-16  David Schleef  <ds@schleef.org>
6415
6416         Patch by: Vijay Santhanam <vijay santhanam gmail com>
6417
6418         * sys/osxvideo/Makefile.am:
6419         * sys/osxvideo/osxvideosink.h:
6420         * sys/osxvideo/osxvideosink.m:
6421           Preliminary patch for porting osxvideosink
6422
6423 2006-12-16  Wim Taymans  <wim@fluendo.com>
6424
6425         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6426
6427         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
6428         (gst_videomixer_set_master_geometry),
6429         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
6430         (gst_videomixer_reset), (gst_videomixer_init),
6431         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
6432         (gst_videomixer_release_pad), (gst_videomixer_collected),
6433         (gst_videomixer_change_state):
6434         Introduce some locking around the videomixer state so that it does not
6435         crash when adding/removing pads. Fixes #383043.
6436
6437 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6438
6439         * configure.ac:
6440           Make sure libcaca can actually be used instead of just checking for
6441           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
6442           cross-compiling (fixes #384587).
6443
6444 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6445
6446         * Makefile.am:
6447         * gst-plugins-good.doap:
6448         * gst-plugins-good.spec.in:
6449           adding doap file
6450
6451 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6452
6453         * configure.ac:
6454           libflac-1.1.3 changed API again, but we can't build against it yet,
6455           so make sure our check doesn't use libflac-1.1.3 and add a comment
6456           to this effect.
6457
6458 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6459
6460         * gst/effectv/gstquark.c: (gst_quarktv_transform),
6461         (gst_quarktv_planetable_clear):
6462           Add some NULL pointer checks (possibly related to #385623).
6463
6464 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
6465
6466         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
6467         (gst_tag_demux_chain):
6468         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
6469           In streaming mode, if the first buffer we get doesn't have an
6470           offset, fix it up to be 0, otherwise trimming won't work later on
6471           and we'll be typefinding application/x-id3, which may result in
6472           decodebin plugging an endless number of id3demux elements as a
6473           consequence. Fixes #385031.
6474           
6475 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6476
6477         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
6478           Ignore the buffer_time the sound device reports. Turns out it is 
6479           sometimes completely bogus and we're better off without it.
6480
6481 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6482
6483         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6484         (gst_matroska_demux_video_caps):
6485         * gst/matroska/matroska-ids.c:
6486         (gst_matroska_track_init_video_context):
6487         * gst/matroska/matroska-ids.h:
6488           Try harder to extract the framerate for video tracks correctly and
6489           save it directly instead of converting it back and forth a few
6490           times. Mostly makes a difference for very small framerates (<1).
6491           Fixes #380199.
6492
6493 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6494
6495         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
6496         (gst_gconf_audio_src_dispose), (do_toggle_element):
6497         * ext/gconf/gstgconfaudiosrc.h:
6498           Remove gconf notify hook when the gconfaudiosrc element is
6499           destroyed, otherwise the callback may be called on an
6500           already-destroyed instance and bad things happen. Should fix
6501           #378184.
6502           Also ignore gconf key changes when the source is already running.
6503
6504 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6505
6506         Patch by: Sebastian Dröge  <mail at slomosnail de>
6507
6508         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6509           We need to be able to read and parse any possible floating point string
6510           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
6511           will parse the former only in certain locales though, so we really need
6512           to canonicalise the separator to '.' and then use g_ascii_strtod() to
6513           make sure we can parse either version at all times.
6514           Fixes #382982 for real.
6515
6516 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6517
6518         * sys/sunaudio/gstsunaudiomixerctrl.c:
6519         * sys/sunaudio/gstsunaudiosrc.c:
6520
6521         Use the sunaudio debug category.
6522
6523         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
6524         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
6525         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
6526         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
6527         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
6528         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
6529         (gst_sunaudiosink_reset):
6530         * sys/sunaudio/gstsunaudiosink.h:
6531
6532         Uses the sunaudio debug category for all debug output
6533         Implements the _delay() callback to synchronise video playback better
6534         Change the segtotal and segsize values back to the parent class 
6535           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
6536           respectively)
6537         Measure the samples written to the device vs. played.
6538         Keep track of segments in the device by writing empty eof frames, and
6539         sleep using a GCond when we get too far ahead and risk overrunning the
6540         sink's ringbuffer.
6541
6542         Fixes: #360673
6543
6544 2006-12-08  Wim Taymans  <wim@fluendo.com>
6545
6546         Patch by: Sebastian Dröge  <mail at slomosnail de >
6547
6548         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6549         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
6550         * gst/audiofx/audiopanorama.h:
6551         Fix audiopanorame with float samples. Fixes #383726.
6552
6553 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6554
6555         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
6556         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
6557         (gst_sunaudiosrc_reset):
6558
6559         Implement reset functions to unblock the src/sink more quickly on 
6560         state change requests.
6561         Patch by: Brian Cameron <brian dot cameron at sun com>
6562
6563 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6564
6565         * sys/sunaudio/gstsunaudiomixer.c:
6566         (gst_sunaudiomixer_change_state):
6567         Construct the correct mixer device name when the AUDIODEV env var
6568         is set.
6569
6570         Patch by: Jerry Tan <jerry.tan at sun dot com>
6571         Fixes: #383596
6572
6573 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6574
6575         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
6576         Apply patch to open the mixer control and set the MULTIPLE_OPEN
6577         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
6578         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
6579         Patch by: Jerry Tan <jerry.tan at sun dot com>
6580         Fixes: #349015
6581
6582 2006-12-07  Wim Taymans  <wim@fluendo.com>
6583
6584         * gst/smpte/gstmask.h:
6585         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
6586         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
6587         (gst_smpte_collected), (gst_smpte_set_property),
6588         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
6589         * gst/smpte/gstsmpte.h:
6590         Port to 0.10 some more. 
6591         Added duration property to specify the duration of the transition.
6592         Make framerate a fraction.
6593         Deprecate fps property, we only use negotiated fps.
6594         Added docs.
6595         Fix collectpad usage.
6596         Reset state in READY.
6597         Send NEWSEGMENT event.
6598         Fix racy updates of object properties.
6599         Added debug category.
6600         Fixes #383323.
6601
6602 2006-12-06  Wim Taymans  <wim@fluendo.com>
6603
6604         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6605
6606         * gst/videomixer/videomixer.c:
6607         (gst_videomixer_set_master_geometry),
6608         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
6609         Don't reset xpos and ypos in the setcaps function because causes
6610         unexpected behaviour.
6611         Fixes #382179.
6612
6613 2006-12-06  Wim Taymans  <wim@fluendo.com>
6614
6615         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
6616         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
6617         Keep track of the buffer timestamp in the collectdata member instead
6618         of modifying the buffer without making the metadata writable first.
6619         Fixes #382277.
6620
6621 2006-12-06  Wim Taymans  <wim@fluendo.com>
6622
6623         Patch by: Rob Taylor <robtaylor at floopily dot org>
6624
6625         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
6626         If using multicast in udpsrc, bind to the multicast address rather than
6627         IN_ADDR_ANY.
6628         This allows the simultanous use of multiple udpsrcs listening on
6629         different multicat addresses. Without this all udpsrcs will receive all
6630         packets from all subscribed multicast addresses.
6631         Fixes #383001.
6632
6633 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6634
6635         * ext/taglib/gstid3v2mux.cc:
6636         Don't attempt to write a NULL frame into the ID3 tag set when the 
6637         createFrame method returned NULL.
6638         Fixes: #381857
6639         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
6640
6641 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6642
6643         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6644         Use g_strtod() instead of sscanf to parse doubles, so that it will
6645         try parsing in the C locale if the current locale fails.
6646         Fixes: #382982
6647         Patch by: Sebastian Dröge  <mail at slomosnail de >
6648
6649 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
6650
6651         * win32/MANIFEST:
6652         Fix compilation on win32 under VS8
6653         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
6654         Partially fixes #381175
6655
6656 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6657
6658         * gst/avi/gstavimux.c:
6659           accept all mpegversions,fixes #380825
6660           spotted by: Jerome Alet  
6661
6662 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6663
6664         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6665         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
6666         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
6667         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
6668           cleanup the error message a bit more
6669
6670 2006-11-28  Wim Taymans  <wim@fluendo.com>
6671
6672         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
6673         Fix width and height properties.
6674
6675         * ext/libcaca/gstcacasink.h:
6676         Fix compilation on newer libcaca that require us to include a new
6677         header. Fixes #379918.
6678
6679 2006-11-28  Wim Taymans  <wim@fluendo.com>
6680
6681         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6682         * gst/rtsp/gstrtspsrc.h:
6683         * gst/rtsp/rtspext.h:
6684         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
6685         (rtsp_ext_wms_get_context):
6686         Add method so that extensions can choose to disable the setup of
6687         a stream.
6688         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
6689
6690 2006-11-27  Wim Taymans  <wim@fluendo.com>
6691
6692         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6693
6694         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6695         Push header in a separate buffer instead of memcpy:ing all data.
6696         Change LF => CRLF in headers.
6697         Move trailing LF to header. Fixes #379792.
6698
6699 2006-11-27  Wim Taymans  <wim@fluendo.com>
6700
6701         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
6702         Small buffer overflow fix and improve debugging.
6703
6704 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6705
6706         * ext/esd/esdmon.h:
6707         * ext/esd/esdsink.h:
6708           remove obsolete _factory_init protos
6709
6710 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6711
6712         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
6713         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
6714         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
6715         (gst_avi_demux_read_subindexes_push),
6716         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
6717         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6718         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
6719         (gst_avi_demux_massage_index),
6720         (gst_avi_demux_calculate_durations_from_index),
6721         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
6722         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
6723         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
6724           remove dead code, tweak debugs statements, add comments, use
6725           _uint64_scale instead _uint64_scale_int when using guint64 values,
6726           small optimizations, reflow some error handling
6727
6728 2006-11-22  Edward Hervey  <edward@fluendo.com>
6729
6730         * po/.cvsignore:
6731         We never put .pot files in cvs. Let's ignore them all.
6732
6733 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6734
6735         * po/POTFILES.in:
6736           ... but better exclude files that aren't disted.
6737
6738 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6739
6740         * po/POTFILES.in:
6741           Add v4l2 source files to list of files with translations, so the
6742           strings are actually extracted (however bad they still may be).
6743
6744 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6745
6746         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
6747           Minor clean-ups: const-ify static array, remove trailing comma from
6748           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
6749
6750 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
6751
6752         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
6753         Make sure that g_free always gets called on the same pointer that was 
6754         returned by g_malloc.  Fixes #376594.
6755         Do not leak memory if decompressed size is wrong.
6756         Remove unneeded check of return value of g_malloc.
6757         Patch by: René Stadler <mail@renestadler.de>
6758
6759 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
6760
6761         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
6762           Add missing curly brackets.
6763
6764 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
6765
6766         * sys/v4l2/v4l2src_calls.c:
6767         Fix capture_deinit.
6768
6769 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6770
6771         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
6772         (gst_matroska_mux_request_new_pad):
6773           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
6774
6775         * tests/check/elements/matroskamux.c: (setup_src_pad),
6776         (setup_sink_pad), (GST_START_TEST):
6777         Activate pads before using them.
6778
6779 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6780
6781         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
6782           Initialise variable to get rid of bogus compiler warning.
6783
6784 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
6785
6786         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
6787
6788         * gst/rtp/gstrtph263pay.c:
6789         * gst/rtp/gstrtph263pdepay.c:
6790         * gst/rtp/gstrtph263ppay.c:
6791           Specify H.263 variant and version in the caps (fixes #361637)
6792
6793 2006-11-15  Wim Taymans  <wim@fluendo.com>
6794
6795         * gst/rtsp/rtspconnection.c: (read_body):
6796         Don't set a data pointer to NULL and a size > 0 when we deal
6797         with empty packets.
6798
6799         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
6800         (rtsp_message_init_response), (rtsp_message_init_data),
6801         (rtsp_message_unset), (rtsp_message_free),
6802         (rtsp_message_take_body):
6803         Check that we can't create invalid empty packets. 
6804
6805 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
6806
6807         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6808
6809         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
6810         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
6811         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
6812         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6813         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
6814         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
6815         * gst/matroska/matroska-mux.h:
6816           Add basic tag writing support; implement releasing pads (#374658).
6817
6818 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
6819
6820         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6821         (gst_matroska_demux_audio_caps):
6822           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
6823
6824 2006-11-14  David Schleef  <ds@schleef.org>
6825
6826         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
6827
6828 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6829
6830         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
6831
6832         * win32/vs8/gst-plugins-good.sln:
6833         * win32/vs8/libgst1394.vcproj:
6834         * win32/vs8/libgstaasink.vcproj:
6835         * win32/vs8/libgstalaw.vcproj:
6836         * win32/vs8/libgstalpha.vcproj:
6837         * win32/vs8/libgstalphacolor.vcproj:
6838         * win32/vs8/libgstannodex.vcproj:
6839         * win32/vs8/libgstapetag.vcproj:
6840         * win32/vs8/libgstaudiofx.vcproj:
6841         * win32/vs8/libgstauparse.vcproj:
6842         * win32/vs8/libgstautodetect.vcproj:
6843         * win32/vs8/libgstavi.vcproj:
6844         * win32/vs8/libgstcacasink.vcproj:
6845         * win32/vs8/libgstcdio.vcproj:
6846         * win32/vs8/libgstcutter.vcproj:
6847         * win32/vs8/libgstdv.vcproj:
6848         * win32/vs8/libgsteffectv.vcproj:
6849         * win32/vs8/libgstflac.vcproj:
6850         * win32/vs8/libgstflxdec.vcproj:
6851         * win32/vs8/libgstgoom.vcproj:
6852         * win32/vs8/libgsticydemux.vcproj:
6853         * win32/vs8/libgstid3demux.vcproj:
6854         * win32/vs8/libgstjpeg.vcproj:
6855         * win32/vs8/libgstladspa.vcproj:
6856         * win32/vs8/libgstlevel.vcproj:
6857         * win32/vs8/libgstmatroska.vcproj:
6858         * win32/vs8/libgstmikmod.vcproj:
6859         * win32/vs8/libgstmng.vcproj:
6860         * win32/vs8/libgstmonoscope.vcproj:
6861         * win32/vs8/libgstmulaw.vcproj:
6862         * win32/vs8/libgstmultipart.vcproj:
6863         * win32/vs8/libgstpng.vcproj:
6864         * win32/vs8/libgstrtp.vcproj:
6865         * win32/vs8/libgstrtsp.vcproj:
6866         * win32/vs8/libgstshout2.vcproj:
6867         * win32/vs8/libgstsmpte.vcproj:
6868         * win32/vs8/libgstspeex.vcproj:
6869         * win32/vs8/libgsttaglib.vcproj:
6870         * win32/vs8/libgstudp.vcproj:
6871         * win32/vs8/libgstvideobalance.vcproj:
6872         * win32/vs8/libgstvideobox.vcproj:
6873         * win32/vs8/libgstvideoflip.vcproj:
6874         * win32/vs8/libgstvideomixer.vcproj:
6875         * win32/vs8/libgstwavenc.vcproj:
6876         * win32/vs8/libgstwavparse.vcproj:
6877           Make end-of-line returns unixy, so that when the files are checked
6878           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
6879           Hopefully fixes #366492.
6880
6881 2006-11-14  Wim Taymans  <wim@fluendo.com>
6882
6883         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
6884         Disable init_frames delay timestamp adjustment, it does not
6885         seem to be needed at all. Fixes #369621.
6886
6887 2006-11-13  Wim Taymans  <wim@fluendo.com>
6888
6889         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6890
6891         * gst/videomixer/videomixer.c:
6892         (gst_videomixer_set_master_geometry),
6893         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
6894         (gst_videomixer_collect_free), (gst_videomixer_reset),
6895         (gst_videomixer_init), (gst_videomixer_finalize),
6896         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
6897         (gst_videomixer_collected), (gst_videomixer_change_state):
6898         Fix memleak by unref'ing collectpads instance (when finalizing)
6899         Implement releasing a request pad. Fixes #374479.
6900
6901 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
6902
6903         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
6904
6905         * win32/vs8/gst-plugins-good.sln:
6906         * win32/vs8/libgst1394.vcproj:
6907         * win32/vs8/libgstaasink.vcproj:
6908         * win32/vs8/libgstalaw.vcproj:
6909         * win32/vs8/libgstalpha.vcproj:
6910         * win32/vs8/libgstalphacolor.vcproj:
6911         * win32/vs8/libgstannodex.vcproj:
6912         * win32/vs8/libgstapetag.vcproj:
6913         * win32/vs8/libgstaudiofx.vcproj:
6914         * win32/vs8/libgstauparse.vcproj:
6915         * win32/vs8/libgstautodetect.vcproj:
6916         * win32/vs8/libgstavi.vcproj:
6917         * win32/vs8/libgstcacasink.vcproj:
6918         * win32/vs8/libgstcdio.vcproj:
6919         * win32/vs8/libgstcutter.vcproj:
6920         * win32/vs8/libgstdv.vcproj:
6921         * win32/vs8/libgsteffectv.vcproj:
6922         * win32/vs8/libgstflac.vcproj:
6923         * win32/vs8/libgstflxdec.vcproj:
6924         * win32/vs8/libgstgoom.vcproj:
6925         * win32/vs8/libgsticydemux.vcproj:
6926         * win32/vs8/libgstid3demux.vcproj:
6927         * win32/vs8/libgstjpeg.vcproj:
6928         * win32/vs8/libgstladspa.vcproj:
6929         * win32/vs8/libgstlevel.vcproj:
6930         * win32/vs8/libgstmatroska.vcproj:
6931         * win32/vs8/libgstmikmod.vcproj:
6932         * win32/vs8/libgstmng.vcproj:
6933         * win32/vs8/libgstmonoscope.vcproj:
6934         * win32/vs8/libgstmulaw.vcproj:
6935         * win32/vs8/libgstmultipart.vcproj:
6936         * win32/vs8/libgstpng.vcproj:
6937         * win32/vs8/libgstrtp.vcproj:
6938         * win32/vs8/libgstrtsp.vcproj:
6939         * win32/vs8/libgstshout2.vcproj:
6940         * win32/vs8/libgstsmpte.vcproj:
6941         * win32/vs8/libgstspeex.vcproj:
6942         * win32/vs8/libgsttaglib.vcproj:
6943         * win32/vs8/libgstudp.vcproj:
6944         * win32/vs8/libgstvideobalance.vcproj:
6945         * win32/vs8/libgstvideobox.vcproj:
6946         * win32/vs8/libgstvideoflip.vcproj:
6947         * win32/vs8/libgstvideomixer.vcproj:
6948         * win32/vs8/libgstwavenc.vcproj:
6949         * win32/vs8/libgstwavparse.vcproj:
6950           Add VS8 project files (note that many of the plugins in ext are
6951           disabled by default). Fixes #366492.
6952
6953 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
6954
6955         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6956           we do not translate debug messages
6957
6958 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
6959
6960         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
6961           fix categorisation, make short desc more explicit, remove unused code
6962           Fixes #372021
6963
6964 2006-11-08  Wim Taymans  <wim@fluendo.com>
6965
6966         * gst/rtp/gstrtpL16depay.c:
6967         * gst/rtp/gstrtpamrdepay.c:
6968         * gst/rtp/gstrtpamrpay.c:
6969         * gst/rtp/gstrtpgsmdepay.c:
6970         * gst/rtp/gstrtph263pay.c:
6971         * gst/rtp/gstrtph263pdepay.c:
6972         * gst/rtp/gstrtph263ppay.c:
6973         * gst/rtp/gstrtph264depay.c:
6974         * gst/rtp/gstrtpmp2tdepay.c:
6975         * gst/rtp/gstrtpmp4gdepay.c:
6976         * gst/rtp/gstrtpmp4gpay.c:
6977         * gst/rtp/gstrtpmp4vdepay.c:
6978         * gst/rtp/gstrtpmp4vpay.c:
6979         * gst/rtp/gstrtpmpadepay.c:
6980         * gst/rtp/gstrtpmpapay.c:
6981         * gst/rtp/gstrtppcmadepay.c:
6982         * gst/rtp/gstrtppcmapay.c:
6983         * gst/rtp/gstrtppcmudepay.c:
6984         * gst/rtp/gstrtppcmupay.c:
6985         * gst/rtp/gstrtpspeexdepay.c:
6986         * gst/rtp/gstrtpspeexpay.c:
6987         * gst/rtp/gstrtpsv3vdepay.c:
6988         Fix element descriptions.
6989
6990 2006-11-08  Wim Taymans  <wim@fluendo.com>
6991
6992         * gst/rtp/gstrtpvorbisdepay.c:
6993         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
6994         Fix description.
6995         Small cleanup in the payloader.
6996
6997 2006-11-08  Wim Taymans  <wim@fluendo.com>
6998
6999         * gst/rtp/Makefile.am:
7000         * gst/rtp/gstrtp.c: (plugin_init):
7001         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
7002         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
7003         (gst_rtp_theora_depay_finalize),
7004         (gst_rtp_theora_depay_parse_configuration),
7005         (gst_rtp_theora_depay_setcaps),
7006         (gst_rtp_theora_depay_switch_codebook),
7007         (gst_rtp_theora_depay_process),
7008         (gst_rtp_theora_depay_set_property),
7009         (gst_rtp_theora_depay_get_property),
7010         (gst_rtp_theora_depay_change_state),
7011         (gst_rtp_theora_depay_plugin_init):
7012         * gst/rtp/gstrtptheoradepay.h:
7013         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
7014         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
7015         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
7016         (gst_rtp_theora_pay_init_packet),
7017         (gst_rtp_theora_pay_flush_packet),
7018         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
7019         (gst_rtp_theora_pay_handle_buffer),
7020         (gst_rtp_theora_pay_plugin_init):
7021         * gst/rtp/gstrtptheorapay.h:
7022         Add theora pay/depayloaders.
7023
7024 2006-11-06  Wim Taymans  <wim@fluendo.com>
7025
7026         * gst/rtp/Makefile.am:
7027         We depend on gsttag to generate the vorbis comments.
7028
7029         * gst/rtp/gstrtpvorbisdepay.c:
7030         (gst_rtp_vorbis_depay_parse_configuration),
7031         (gst_rtp_vorbis_depay_setcaps),
7032         (gst_rtp_vorbis_depay_switch_codebook),
7033         (gst_rtp_vorbis_depay_process):
7034         * gst/rtp/gstrtpvorbisdepay.h:
7035         Parse configuration string in the depayloader.
7036         Implement selecting and switching to a new codebook.
7037         Receiving vorbis over RTP now works.
7038
7039         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
7040         (gst_rtp_vorbis_pay_init_packet),
7041         (gst_rtp_vorbis_pay_finish_headers),
7042         (gst_rtp_vorbis_pay_handle_buffer):
7043         * gst/rtp/gstrtpvorbispay.h:
7044         Set timestamps on outgoing buffers and RTP packets.
7045         Fix configuration string, prepend number of Packet headers.
7046         Fix encoding of ident string.
7047         Add delivery-method to caps.
7048         Streaming vorbis over RTP now works.
7049
7050 2006-11-06  Wim Taymans  <wim@fluendo.com>
7051
7052         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7053         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
7054         (gst_rtp_vorbis_pay_handle_buffer):
7055         * gst/rtp/gstrtpvorbispay.h:
7056         Generate a valid configuration string in the caps based on the
7057         vorbis headers.
7058
7059 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7060
7061         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
7062         * ext/cdio/gstcdio.h:
7063         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
7064           Move CD-TEXT utility function into common file so it can also be
7065           used by a future cdioparanoiasrc.
7066
7067 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
7068         
7069         * sys/v4l2/Makefile.am:
7070         * sys/v4l2/gstv4l2object.c:
7071         * sys/v4l2/gstv4l2src.c:
7072         * sys/v4l2/gstv4l2xoverlay.c:
7073         * sys/v4l2/v4l2_calls.c:
7074         * sys/v4l2/v4l2src_calls.c:
7075         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
7076         xoverlay code that is still not implemented.
7077
7078 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
7079
7080         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
7081           We require a -base more recent than 0.10.9, so it's safe to use
7082           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
7083
7084         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
7085         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
7086           Use _newsegment_full() now that we depend on a recent enough core.
7087
7088         * gst/wavparse/gstwavparse.c:
7089           Remove cruft that we don't need any longer now that we depend on
7090           a recent enough -base.
7091
7092 2006-10-31  Wim Taymans  <wim@fluendo.com>
7093
7094         * gst/rtp/Makefile.am:
7095         * gst/rtp/gstrtp.c: (plugin_init):
7096         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
7097         (gst_rtpilbcpay_setcaps):
7098         Fix and activate ILBC pay and depayloaders. Fixes #368162.
7099
7100 2006-10-31  Wim Taymans  <wim@fluendo.com>
7101
7102         * ext/speex/gstspeexdec.c: (speex_dec_convert),
7103         (speex_dec_sink_event), (speex_dec_chain_parse_header):
7104         Some small cleanups, use _scale.
7105
7106 2006-10-31  Wim Taymans  <wim@fluendo.com>
7107
7108         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
7109         Use higher precision scale function.
7110
7111 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
7112
7113         Patch by: Michal Benes  <michal dot benes at itonis tv>
7114
7115         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
7116         (gst_matroska_demux_read_track_encodings),
7117         (gst_matroska_decode_buffer):
7118           Fix several issues with encoded/compressed/encrypted/signed tracks;
7119           also, remove superfluous newline characters from some debug
7120           statements. (#366155)
7121
7122 2006-10-30  Wim Taymans  <wim@fluendo.com>
7123
7124         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
7125         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
7126         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
7127         (gst_smokedec_change_state):
7128         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
7129         (gst_smokeenc_init), (gst_smokeenc_finalize),
7130         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
7131         (gst_smokeenc_resync), (gst_smokeenc_chain),
7132         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
7133         (gst_smokeenc_change_state):
7134         Various cleanups, capsnego and leak fixes.
7135
7136 2006-10-30  Wim Taymans  <wim@fluendo.com>
7137
7138         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7139
7140         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
7141         Fix videomixer so that it can handle any combination of framerates.
7142         Fixes #367221.
7143
7144 2006-10-28  Wim Taymans  <wim@fluendo.com>
7145
7146         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7147         (gst_avi_demux_parse_file_header),
7148         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
7149         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
7150         (gst_avi_demux_chain):
7151         Fix position query for audio. also fixes timestamps in streaming
7152         mode and bug #364958.
7153         Small cleanups.
7154
7155 2006-10-27  Wim Taymans  <wim@fluendo.com>
7156
7157         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
7158         * ext/libpng/gstpngenc.h:
7159         Fix strides. Fixes #364856.
7160         Cleanup capsnego.
7161         Set caps on outgoing buffers.
7162
7163 2006-10-18  Wim Taymans  <wim@fluendo.com>
7164
7165         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
7166
7167         * gst/rtp/gstrtpgsmpay.c:
7168         * gst/rtp/gstrtph263pay.c:
7169         * gst/rtp/gstrtpmpapay.c:
7170         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
7171         (gst_rtp_pcma_pay_handle_buffer):
7172         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
7173         Add static payload numbers in addition to the dynamic ones.
7174         Fixes #361639.
7175
7176 2006-10-18  Wim Taymans  <wim@fluendo.com>
7177
7178         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7179         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
7180         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
7181         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
7182         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
7183         * gst/rtsp/rtspdefs.h:
7184         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7185         * gst/rtsp/rtspurl.h:
7186         Reuse already existing enum for lower transport.
7187         Add rtspt and rtspu protocols.
7188         Send redirect to rtspt when udp times out.
7189
7190 2006-10-18  Wim Taymans  <wim@fluendo.com>
7191
7192         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
7193         (gst_wavparse_stream_data):
7194         Fix seeking some more, mostly for speed changes.
7195
7196 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7197
7198         Patch by: Fredrik Persson  <frepe at bredband net>
7199
7200         * sys/v4l2/gstv4l2tuner.c:
7201         * sys/v4l2/gstv4l2tuner.h:
7202           Fix _set_channel(): remove useless g_object_notify() for "channel"
7203           property that doesn't exist any longer and therefore now also
7204           useless redirect (#338818).
7205
7206 2006-10-17  Wim Taymans  <wim@fluendo.com>
7207
7208         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
7209         Some drivers do not support unsetting the non-blocking flag once the
7210         device is opened. In those cases, close/open the device in
7211         non-blocking mode. Fixes #362673.
7212
7213 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7214
7215         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7216         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7217         (gst_v4l2src_get_fps):
7218           dear stefan, framespersecond is not frameperiod, reverting but adding
7219           comment
7220
7221 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7222
7223         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7224         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7225         (gst_v4l2src_get_fps):
7226           Numerator is numerator and denominator is denominator. Say that aloud
7227           5 times and retry after next beer.
7228
7229 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
7230
7231         Patch by: Josep Torra Valles  <josep at fluendo com>
7232
7233         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
7234         * ext/esd/esdsink.c: (gst_esdsink_write):
7235         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
7236         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
7237         (gst_flac_dec_send_newsegment):
7238         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
7239         (gst_flac_enc_tell_callback):
7240         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
7241         (smokecodec_parse_header), (smokecodec_decode):
7242         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
7243         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
7244         * gst/goom/Makefile.am:
7245         * gst/goom/gstgoom.c:
7246         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
7247         * gst/rtsp/gstrtspsrc.c:
7248         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7249         * gst/udp/gstudpsink.c:
7250         * gst/udp/gstudpsrc.c:
7251         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
7252         * sys/sunaudio/gstsunaudiomixertrack.h:
7253           Fix a bunch of problems discovered by the Forte compiler, mostly type
7254           mixups and pointer arithmetics with void pointers. Fixes #362603.
7255
7256 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7257
7258         * ext/speex/gstspeex.c: (plugin_init):
7259         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
7260         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
7261         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
7262         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
7263         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
7264         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
7265         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
7266         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
7267         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
7268         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
7269         (gst_speex_enc_chain), (gst_speex_enc_get_property),
7270         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
7271         * ext/speex/gstspeexenc.h:
7272           Miscellaneous clean-ups, among other things: speexenc => enc to
7273           enhance code readability; change speexenc => speex_enc; in chain
7274           function unref input buffer in case of error; take reference in
7275           event function; use boilerplate macro; use gst_pad_query_peer_*
7276           convenience functions.
7277
7278 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7279
7280         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
7281         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
7282         (gst_speexenc_set_header_on_caps):
7283           Fix some mem leaks.
7284
7285 2006-10-11  Wim Taymans  <wim@fluendo.com>
7286
7287         * gst/rtsp/URLS:
7288         Added some other URL.
7289
7290         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
7291         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
7292         (gst_rtspsrc_open), (gst_rtspsrc_play),
7293         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7294         * gst/rtsp/gstrtspsrc.h:
7295         Work on fallback to TCP connection when the UDP socket times out.
7296         Handler server requests, just reply with OK for now.
7297
7298         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7299         * gst/rtsp/rtspdefs.h:
7300         Added some more Real extension headers.
7301
7302         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7303         Fix parsing of urls with a ':' that is not part of the hostname:port
7304         part of the url.
7305
7306 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7307
7308         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
7309         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
7310         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
7311           Activate pad before adding it to the already-running element.
7312
7313         * tests/check/elements/icydemux.c: (icydemux_found_pad):
7314           Activate newly-created pad too.
7315
7316 2006-10-11  Wim Taymans  <wim@fluendo.com>
7317
7318         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
7319
7320         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7321         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
7322         (gst_udpsrc_start):
7323         Fix some leaks in caps and uris. Fixes #361252.
7324
7325 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
7326
7327         * gst/wavparse/Makefile.am:
7328           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
7329
7330 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
7331
7332         * sys/v4l2/gstv4l2xoverlay.c:
7333         * sys/v4l2/gstv4l2xoverlay.h:
7334         Fix build as per the patch in #338818 comment 36.
7335
7336 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
7337
7338         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
7339           Activate pads before adding them to the source.
7340
7341 2006-10-06  Wim Taymans  <wim@fluendo.com>
7342
7343         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
7344         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
7345         Activate pads before adding.
7346
7347 2006-10-06  Wim Taymans  <wim@fluendo.com>
7348
7349         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
7350         (gst_multipart_find_pad_by_mime):
7351         Activate pads before adding.
7352
7353         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
7354         BOILERPLATE sets parent_class for us.
7355
7356 2006-10-06  Wim Taymans  <wim@fluendo.com>
7357
7358         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
7359         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7360         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
7361         (gst_rtspsrc_alloc_udp_ports),
7362         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7363         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
7364         (gst_rtspsrc_create_transports_string),
7365         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
7366         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7367         * gst/rtsp/gstrtspsrc.h:
7368         Rework how the transport string is constructed, try to share channels
7369         and udp ports.
7370         Make most of the stuff less dependant on RTP as we are also going to use
7371         it for RDT.
7372         Add support for transport specific session managers.
7373
7374         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
7375         Implement _flush().
7376
7377         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7378         * gst/rtsp/rtspdefs.h:
7379         Add generic error return code.
7380
7381         * gst/rtsp/rtspext.h:
7382         Add support for pluggable tranport strings.
7383
7384         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
7385         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
7386         (rtsp_ext_wms_get_context):
7387         Detect WMServer and activate the extension.
7388
7389         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
7390         (rtsp_transport_get_manager), (rtsp_transport_parse):
7391         * gst/rtsp/rtsptransport.h:
7392         Added methods to get mime/manager for certain transports.
7393
7394 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
7395
7396         * ext/cairo/gsttimeoverlay.c:
7397         (gst_cairo_time_overlay_update_font_height):
7398         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
7399         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
7400         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
7401         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
7402         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
7403         * ext/libpng/gstpngdec.c: (user_endrow_callback):
7404         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
7405         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
7406         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
7407         (gst_avi_demux_stream_data):
7408         * gst/cutter/gstcutter.c: (gst_cutter_chain):
7409         * gst/debug/efence.c: (gst_efence_buffer_alloc),
7410         (gst_fenced_buffer_copy):
7411         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7412         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
7413         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
7414         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
7415         (gst_rtspsrc_handle_message):
7416         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
7417         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
7418           Printf format fixes.
7419
7420 2006-10-04  Wim Taymans  <wim@fluendo.com>
7421
7422         * gst/rtsp/Makefile.am:
7423         Dist new .h file too.
7424
7425 2006-10-04  Wim Taymans  <wim@fluendo.com>
7426
7427         * gst/rtsp/Makefile.am:
7428         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
7429         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
7430         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7431         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7432         (gst_rtspsrc_parse_rtpmap),
7433         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
7434         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7435         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
7436         * gst/rtsp/gstrtspsrc.h:
7437         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7438         * gst/rtsp/rtspdefs.h:
7439         * gst/rtsp/rtspext.h:
7440         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
7441         (rtsp_ext_wms_get_context):
7442         * gst/rtsp/rtspextwms.h:
7443         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
7444         (rtsp_transport_parse):
7445         * gst/rtsp/rtsptransport.h:
7446         Factor out extension in separate module.
7447         Fix getcaps to filter against the padtemplate.
7448         Use Content-Base if the server gives one.
7449         Rework the transport parsing a bit for future extensions.
7450         Added some Real Header field definitions.
7451
7452 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7453
7454         * docs/plugins/Makefile.am:
7455         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7456         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7457           added v4l2 stubs
7458         * gst-plugins-good.spec.in:
7459           add v4l2
7460
7461 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
7462
7463         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7464           Extract disc/album/medium number and count and try harder
7465           to extract track number/count.
7466
7467 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7468
7469         * configure.ac:
7470         * sys/Makefile.am:
7471           add build stuff for v4l2, needs --enable-experimental until
7472           the last bits are resolved
7473
7474 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
7475
7476         * tests/check/Makefile.am:
7477           Disable autodetect test temporarily, so that the build bots
7478           update -bad and the ranks of unreliable video sinks in there.
7479
7480         * tests/check/elements/autodetect.c: (GST_START_TEST):
7481           Skip test if no usable videosink is found.
7482
7483 2006-09-29  Wim Taymans  <wim@fluendo.com>
7484
7485         * gst/rtsp/URLS:
7486         Add some more URLs.
7487
7488         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7489         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
7490         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7491         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
7492         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7493         (gst_rtspsrc_loop), (gst_rtspsrc_send),
7494         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7495         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
7496         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7497         * gst/rtsp/gstrtspsrc.h:
7498         Add timeout property to control UDP timeouts.
7499         Fix error messages.
7500         Also start a loop function when operating in UDP mode so that we can
7501         do some more stuff async.
7502         Handle element messages from udpsrc to detect timeouts. If a timeout
7503         happens we currently generate an error.
7504         API: rtspsrc::timeout property.
7505
7506         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7507         (gst_udpsrc_create):
7508         Really implement the timeout in microseconds and not milliseconds.
7509
7510 2006-09-29  Wim Taymans  <wim@fluendo.com>
7511
7512         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7513         (gst_udpsrc_create), (gst_udpsrc_set_property),
7514         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
7515         * gst/udp/gstudpsrc.h:
7516         Added property to post a message on timeout.
7517         Updated docs.
7518         When restarting the select, initialize the fdsets again.
7519         Init control sockets so we don't accidentally close a random socket.
7520         API: GstUDPSrc::timeout property
7521
7522 2006-09-29  Wim Taymans  <wim@fluendo.com>
7523
7524         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
7525         Fix flag registration.
7526
7527         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7528         Reading 0 also means 'no more commands'
7529
7530 2006-09-29  Wim Taymans  <wim@fluendo.com>
7531
7532         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7533
7534         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7535         Fix possible infinite loop when shutting down, a read can also return
7536         0 to indicate no more messages are available. Fixes #358156.
7537
7538 2006-09-25  Wim Taymans  <wim@fluendo.com>
7539
7540         * gst/autodetect/gstautoaudiosink.c:
7541         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
7542         (gst_auto_audio_sink_find_best):
7543         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
7544         Small cleanups.
7545         don't try to set "sync" property when it is not available.
7546
7547 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7548
7549         Patch by: Peter Kjellerstedt  <pkj at axis com>
7550
7551         * gst/alpha/gstalpha.c:
7552         * gst/rtp/gstrtpamrdepay.c:
7553         * gst/rtsp/gstrtspsrc.c:
7554         * gst/udp/gstudpsrc.c:
7555         * gst/videomixer/videomixer.c:
7556           Include stdlib.h in some more places, makes things compile
7557           with uClibc and -Werror (#357592).
7558
7559 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7560
7561         * ext/jpeg/gstjpegdec.c:
7562           Set minimum height to 8 (from 16), our code should handle
7563           that fine. Some of the buttons on the apple trailer site
7564           are apparently only 15 pixels high (see #357470).
7565
7566 2006-09-23  Wim Taymans  <wim@fluendo.com>
7567
7568         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
7569         (gst_rtspsrc_open):
7570         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7571         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7572         (rtsp_connection_receive):
7573         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7574         * gst/rtsp/rtspdefs.h:
7575         Improve error reporting.
7576
7577 2006-09-23  Wim Taymans  <wim@fluendo.com>
7578
7579         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
7580         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
7581         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
7582         * gst/rtp/gstrtpdepay.c:
7583         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
7584         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
7585         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
7586         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
7587         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
7588         (gst_rtp_mp2t_depay_plugin_init):
7589         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
7590         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
7591         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
7592         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
7593         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
7594         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
7595         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
7596         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
7597         Fix klass typos.
7598         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
7599
7600 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7601
7602         * configure.ac:
7603           Need  -base CVS for gst_base_rtp_depayload_push_ts().
7604
7605 2006-09-22  Wim Taymans  <wim@fluendo.com>
7606
7607         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
7608         Don't check for a tag that is never there and check if we read the
7609         correct tag. Fixes seeking again.
7610         We must post an error when all pads are unlinked.
7611
7612 2006-09-22  Wim Taymans  <wim@fluendo.com>
7613
7614         * gst/rtp/Makefile.am:
7615         * gst/rtp/gstrtp.c: (plugin_init):
7616         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
7617         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7618         (gst_rtp_vorbis_pay_reset_packet),
7619         (gst_rtp_vorbis_pay_init_packet),
7620         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
7621         (gst_rtp_vorbis_pay_handle_buffer):
7622         More fixage, set endoder-params correctly in the payloader.
7623
7624 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7625
7626         * gst/autodetect/gstautoaudiosink.c:
7627         (gst_auto_audio_sink_base_init):
7628         * gst/autodetect/gstautovideosink.c:
7629         (gst_auto_video_sink_base_init):
7630           Make static pad templates static to appease valgrind's leak
7631           detector.
7632
7633         * tests/check/Makefile.am:
7634         * tests/check/elements/.cvsignore:
7635         * tests/check/elements/autodetect.c: (GST_START_TEST),
7636         (autodetect_suite):
7637           Add simple test for the ghostpad lockup on shutdown fixed in core
7638           CVS (audio bit disabled because it would need dozens of alsa
7639           suppressions and I'm too lazy to add those now).
7640
7641 2006-09-22  Wim Taymans  <wim@fluendo.com>
7642
7643         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
7644         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
7645         Small cleanups.
7646
7647         * gst/rtp/Makefile.am:
7648         * gst/rtp/gstrtp.c: (plugin_init):
7649         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
7650         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
7651         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
7652         (gst_rtp_vorbis_depay_process),
7653         (gst_rtp_vorbis_depay_set_property),
7654         (gst_rtp_vorbis_depay_get_property),
7655         (gst_rtp_vorbis_depay_change_state),
7656         (gst_rtp_vorbis_depay_plugin_init):
7657         * gst/rtp/gstrtpvorbisdepay.h:
7658         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
7659         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
7660         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
7661         (gst_rtp_vorbis_pay_flush_packet),
7662         (gst_rtp_vorbis_pay_append_buffer),
7663         (gst_rtp_vorbis_pay_handle_buffer),
7664         (gst_rtp_vorbis_pay_plugin_init):
7665         * gst/rtp/gstrtpvorbispay.h:
7666         Add experimental vorbis pay and depayloaders.
7667
7668 2006-09-21  Wim Taymans  <wim@fluendo.com>
7669
7670         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
7671         Fix profile-level-id parsing and setup.
7672
7673 2006-09-21  Wim Taymans  <wim@fluendo.com>
7674
7675         * gst/udp/README:
7676         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
7677         Update README, simple cleanup.
7678
7679 2006-09-21  Wim Taymans  <wim@fluendo.com>
7680
7681         * gst/rtp/README:
7682         Update README with some examples.
7683
7684         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
7685         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
7686         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
7687         (gst_rtp_mp4g_pay_setcaps):
7688         * gst/rtp/gstrtpmp4gpay.h:
7689         Make optional RTP parameters of type STRING, as required by the
7690         application/x-rtp caps specification.
7691
7692 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
7693
7694         * gst/rtp/gstrtph263pdepay.c:
7695         * gst/rtp/gstrtph263ppay.c:
7696         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
7697         RTP header.
7698
7699 2006-09-20  Wim Taymans  <wim@fluendo.com>
7700
7701         * gst/rtp/Makefile.am:
7702         And makefile too.
7703
7704 2006-09-20  Wim Taymans  <wim@fluendo.com>
7705
7706         * gst/rtp/gstrtp.c: (plugin_init):
7707         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
7708         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
7709         (decode_base64), (gst_rtp_asf_depay_setcaps),
7710         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
7711         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
7712         (gst_rtp_asf_depay_plugin_init):
7713         * gst/rtp/gstrtpasfdepay.h:
7714         Added preliminary ASF depayloader.
7715
7716         * gst/rtp/gstrtph264depay.c: (decode_base64):
7717         Fix base64 decoding.
7718
7719 2006-09-20  Wim Taymans  <wim@fluendo.com>
7720
7721         * gst/rtsp/URLS:
7722         Added some test URLS.
7723
7724         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7725         (gst_rtspsrc_loop), (gst_rtspsrc_open):
7726         * gst/rtsp/gstrtspsrc.h:
7727         When creating streams, give access to the complete SDP.
7728         Fix some leaks.
7729         Collect and merge global stream properties in stream caps.
7730         Preliminary support for WMServer.
7731
7732         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7733         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7734         (rtsp_connection_receive):
7735         * gst/rtsp/rtspconnection.h:
7736         Make connection interruptable.
7737         Refactor to make it reconnectable.
7738         Don't fail on short reads when reading data packets.
7739
7740         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
7741         (rtsp_url_get_port):
7742         * gst/rtsp/rtspurl.h:
7743         Add methods for getting/setting the port.
7744
7745         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
7746         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
7747         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
7748         (sdp_media_get_format), (sdp_parse_line),
7749         (sdp_message_parse_buffer):
7750         Fix headers. 
7751         Add methods for getting multiple attributes with the same name.
7752         Increase buffer size when parsing.
7753         Fix parsing of a=foo fields.
7754
7755         * gst/rtsp/test.c: (main):
7756         Update to new connection API.
7757
7758         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
7759         (rtsp_message_init_response), (rtsp_message_init_data),
7760         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
7761         * gst/rtsp/rtspmessage.h:
7762         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
7763         * gst/rtsp/rtsptransport.h:
7764         * gst/rtsp/sdp.h:
7765         * gst/rtsp/sdpmessage.h:
7766         * gst/rtsp/gstrtsp.c:
7767         * gst/rtsp/gstrtsp.h:
7768         * gst/rtsp/gstrtpdec.c:
7769         * gst/rtsp/gstrtpdec.h:
7770         * gst/rtsp/rtsp.h:
7771         * gst/rtsp/rtspdefs.c:
7772         * gst/rtsp/rtspdefs.h:
7773         Dual licensed under MIT and LGPL now.
7774
7775 2006-09-19  Wim Taymans  <wim@fluendo.com>
7776
7777         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
7778         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
7779         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
7780         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7781         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
7782         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7783         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
7784         * gst/rtsp/gstrtspsrc.h:
7785         Reorganize stream parsing and creation.
7786         Detect container formats in interleaved mode.
7787         Keep more state about the streams.
7788         Assume a server also supports PLAY if it does not say.
7789         Add unicast and interleaved properties to TCP transport requests to make
7790         some servers happy (WMServer).
7791
7792         * gst/rtsp/sdpmessage.h:
7793         Add some defines for the standard Bandwidth types.
7794
7795 2006-09-19  Wim Taymans  <wim@fluendo.com>
7796
7797         * gst/rtsp/test.c: (main):
7798         Fix build.
7799
7800 2006-09-19  Wim Taymans  <wim@fluendo.com>
7801
7802         * gst/wavparse/gstwavparse.c:
7803         Add ms-gsm to the src template.
7804
7805 2006-09-18  Wim Taymans  <wim@fluendo.com>
7806
7807         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
7808         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
7809         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
7810         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
7811         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
7812         * gst/rtsp/gstrtspsrc.h:
7813         Small cleanups, added documentation.
7814         Try to clean up the requests and responses.
7815         Refactor parsing the supported methods.
7816
7817         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
7818         (rtsp_connection_create), (rtsp_connection_send),
7819         (parse_response_status), (parse_request_line),
7820         (rtsp_connection_receive), (rtsp_connection_close),
7821         (rtsp_connection_free):
7822         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
7823         (rtsp_transport_init), (rtsp_transport_parse),
7824         (rtsp_transport_free):
7825         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7826         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
7827         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
7828         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
7829         Use g_return_val some more.
7830
7831         * gst/rtsp/rtspdefs.h:
7832         Add more enum values to track initial states.
7833
7834         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
7835         (rtsp_message_init_request), (rtsp_message_new_response),
7836         (rtsp_message_init_response), (rtsp_message_init_data),
7837         (rtsp_message_unset), (rtsp_message_free),
7838         (rtsp_message_add_header), (rtsp_message_remove_header),
7839         (rtsp_message_get_header), (rtsp_message_set_body),
7840         (rtsp_message_take_body), (rtsp_message_get_body),
7841         (rtsp_message_steal_body), (rtsp_message_dump):
7842         * gst/rtsp/rtspmessage.h:
7843         Reorder arguments, object goes as the first one.
7844         Use g_return_val some more.
7845
7846 2006-09-18  Wim Taymans  <wim@fluendo.com>
7847
7848         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
7849         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
7850         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
7851         * gst/rtsp/gstrtspsrc.h:
7852         Export sometimes source pad with correct caps on the template, create
7853         the ghostpad from the template.
7854         Remove RTCP template as we never expose RTCP.
7855         Protect against invalid body size.
7856         Avoid memcpy when creating the output buffer.
7857         Properly post an error and send EOS when the loop function is shut down.
7858
7859 2006-09-18  Wim Taymans  <wim@fluendo.com>
7860
7861         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
7862
7863         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7864         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
7865         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
7866         * gst/rtsp/gstrtspsrc.h:
7867         Make sure we can never set an invalid location.
7868
7869         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
7870         * gst/rtsp/rtspmessage.h:
7871         Added _steal_body method for future use.
7872
7873         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
7874         Make freeing of NULL url return immediatly.
7875
7876 2006-09-18  Wim Taymans  <wim@fluendo.com>
7877
7878         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
7879
7880         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
7881         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
7882         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
7883         (gst_rtspsrc_change_state):
7884         * gst/rtsp/gstrtspsrc.h:
7885         Use boilerplate.
7886         Make rtspsrc subclass GstBin to make state changes easier.
7887         Add Range header field on the PLAY request.
7888
7889 2006-09-18  Wim Taymans  <wim@fluendo.com>
7890
7891         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
7892
7893         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
7894         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
7895         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
7896         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
7897         * gst/rtsp/rtspconnection.c: (inet_aton):
7898         Small cleanups.
7899         when multicast is selected as the transport, create UDP sources and
7900         connect to the multicast group.
7901         Move parsing and setting of caps to a common place.
7902         Fixes #349894.
7903
7904 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
7905
7906         * ext/flac/gstflactag.c:
7907         * gst/alpha/gstalpha.c:
7908         * gst/debug/breakmydata.c:
7909         * gst/debug/negotiation.c:
7910         * gst/debug/testplugin.c:
7911         * gst/effectv/gstaging.c:
7912         * gst/effectv/gstdice.c:
7913         * gst/effectv/gstedge.c:
7914         * gst/effectv/gstquark.c:
7915         * gst/effectv/gstrev.c:
7916         * gst/effectv/gstshagadelic.c:
7917         * gst/effectv/gstvertigo.c:
7918         * gst/effectv/gstwarp.c:
7919         * gst/multipart/multipartdemux.c:
7920         * gst/multipart/multipartmux.c:
7921         * gst/videobox/gstvideobox.c:
7922         * gst/videofilter/gstgamma.c:
7923         * gst/videofilter/gstvideotemplate.c:
7924         * gst/videomixer/videomixer.c:
7925         * sys/sunaudio/gstsunaudiosrc.h:
7926         More G_OBJECT macro fixing.
7927
7928 2006-09-16  Wim Taymans  <wim@fluendo.com>
7929
7930         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
7931
7932         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
7933         Correctly set the dwLength in strh.
7934         With this patch, the file duration is now displayed correctly in window
7935         media player and the AVI plays completely. Fixes #356147
7936
7937 2006-09-15  Wim Taymans  <wim@fluendo.com>
7938
7939         Patch by: Darren Kenny <darren dot kenny at sun dot com>
7940
7941         * sys/sunaudio/gstsunaudiomixerctrl.c:
7942         (gst_sunaudiomixer_ctrl_build_list):
7943         Set the output track as the MASTER so that the gnome-settings-daemon
7944         keybindings for changing the volume using the keyboard works.
7945         Fixes #356142.
7946
7947 2006-09-15  Wim Taymans  <wim@fluendo.com>
7948
7949         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
7950         Fix documentation, it is not possible to control the framerate of jpegdec
7951         using filtered caps yet. Fixes #355210.
7952         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
7953         stop when there is an error.
7954
7955 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
7956
7957         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
7958         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
7959           Don't interpret a first buffer with an offset of NONE as
7960           'from the middle of the stream', but only a first buffer
7961           that has a valid buffer offset that's non-zero (see #345449).
7962
7963 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
7964
7965         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
7966         (gst_icydemux_typefind_or_forward):
7967         * gst/icydemux/gsticydemux.h:
7968           When we merge/collect multiple incoming buffers for typefinding
7969           purposes, keep an initial 0 offset on the first outgoing buffer
7970           as well (otherwise id3demux won't work right). Fixes #345449.
7971           Also Make buffer metadata writable before setting buffer caps.
7972
7973         * tests/check/elements/icydemux.c: (typefind_succeed),
7974         (cleanup_icydemux), (push_data), (GST_START_TEST),
7975         (icydemux_suite):
7976           Small test case for the above.
7977
7978 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
7979
7980         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
7981         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
7982         (gst_avi_demux_stream_header_push),
7983         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
7984         (gst_avi_demux_loop):
7985           More code reuse and better logging in _peek_chunk(). Reintroduce check
7986           for chunk sizes before reading them (avoid oom). Better handling for 
7987           invalid chunksizes when streaming.
7988
7989 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
7990
7991         * gst/level/gstlevel.c: (gst_level_set_property):
7992         * gst/level/gstlevel.h:
7993           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
7994           René Stadler
7995
7996 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
7997
7998         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
7999         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8000         (gst_avi_demux_stream_data):
8001           Revert one change to fix streaming avi (adapter size != data size).
8002
8003 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8004
8005         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
8006
8007         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
8008         (gst_matroska_demux_reset),
8009         (gst_matroska_demux_read_track_encodings),
8010         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
8011         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8012         (gst_matroska_demux_subtitle_caps):
8013         * gst/matroska/matroska-ids.h:
8014           Add support for VOBSUB subtitle tracks and zlib-compressed
8015           tracks. Make sure we start on a keyframe after a seek. (#343348)
8016
8017 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8018
8019         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
8020         (gst_matroska_demux_push_flac_codec_priv_data),
8021         (gst_matroska_demux_push_xiph_codec_priv_data),
8022         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8023         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
8024         * gst/matroska/matroska-ids.h:
8025           Add basic FLAC support (#311586), not perfect yet though, needs some
8026           tweaking in flacdec; also, seeking could be better.
8027           Do better bounds checking when deserialising vorbis stream headers
8028           to make sure we don't read beyond the end of the buffer on bad input.
8029
8030 2006-09-04  Wim Taymans  <wim@fluendo.com>
8031
8032         Patch by: Alessandro Decina <alessandro at nnva dot org>
8033
8034         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
8035         Seeking back in a file containing a CMML stream errors out if the seek
8036         goes back up to the CMML headers. This is because after the seek the xml
8037         processing instruction <?xml ...?> is submitted to the xml parser again, 
8038         which results in an error. The attached patch fixes the problem. 
8039         Fixes #353908.
8040
8041         * ext/annodex/gstcmmlenc.h:
8042         Fix authors name.
8043
8044
8045 2006-08-28  Andy Wingo  <wingo@pobox.com>
8046
8047         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
8048         New helper function to lessen the ifdefs.
8049         (GST_INFO_OBJECT): 
8050         (gst_dv1394src_iso_receive): Use it.
8051         (gst_dv1394src_create): Also use the control sockets in iec61883
8052         mode.
8053         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
8054         handle for AVC operations; fixes #348233.
8055
8056 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8057
8058         * configure.ac:
8059         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8060         * docs/plugins/inspect/plugin-audiofx.xml:
8061         * docs/plugins/inspect/plugin-audiofxgood.xml:
8062         * gst/audiofx/Makefile.am:
8063         * gst/audiofx/audiofx.c:
8064         * gst/audiofxgood/.cvsignore:
8065         * gst/audiofxgood/Makefile.am:
8066         * gst/audiofxgood/audiofx.c:
8067         * gst/audiofxgood/audiopanorama.c:
8068         * gst/audiofxgood/audiopanorama.h:
8069           Rename again (audiofxgood -> audiofx).
8070
8071 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8072
8073         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
8074         (gst_avi_demux_stream_scan):
8075           Initialze variables.
8076
8077 2006-08-25  Wim Taymans  <wim@fluendo.com>
8078
8079         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8080         (gst_avi_demux_init), (gst_avi_demux_finalize),
8081         (gst_avi_demux_reset), (gst_avi_demux_index_last),
8082         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
8083         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
8084         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8085         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
8086         (gst_avi_demux_massage_index),
8087         (gst_avi_demux_calculate_durations_from_index),
8088         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
8089         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8090         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
8091         (gst_avi_demux_change_state):
8092         * gst/avi/gstavidemux.h:
8093         More attempts to turn this into readable code.
8094         Don't leak adapters.
8095         Calculate duration according to index more efficiently.
8096         Don't try to act like we drive the pipeline in chain mode.
8097
8098 2006-08-25  Wim Taymans  <wim@fluendo.com>
8099
8100         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
8101         Fix build.
8102
8103 2006-08-25  Wim Taymans  <wim@fluendo.com>
8104
8105         Patch by: Alessandro Decina <alessandro at nnva dot org>
8106
8107         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
8108         Do some extra sanity checks.
8109         Fixes #350340.
8110
8111         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
8112         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
8113         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
8114         Check if clip->start_time is valid before adding the clip to the
8115         track list.
8116         Reset enc->preamble going from PAUSED to READY.
8117         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
8118         only used for EOS.
8119         Only post an error message if we were the one that created the fatal
8120         GstFlowReturn value.
8121
8122         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
8123         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
8124         Parse the seconds field of the npt-sec time format using %llu rather than
8125         %d and check that the value scaled by GST_SECOND doesn't overflow.
8126         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
8127         Lookup a clip's track with clip->track rather than clip->id which
8128         makes no sense.
8129         Identify a clip by its track and start time and not its xml id.
8130         do some more input checking and make sure we don't do undefined shifts.
8131
8132         * tests/check/elements/cmmldec.c: (setup_cmmldec),
8133         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
8134         (cmml_tag_message_pop), (check_headers), (push_clip_full),
8135         (push_clip), (push_empty_clip), (check_output_clip),
8136         (GST_START_TEST), (cmmldec_suite):
8137         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
8138         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
8139         (check_headers), (push_clip), (check_clip_times), (check_clip),
8140         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
8141         Added some more checks.
8142
8143 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8144
8145         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
8146         (gst_audio_panorama_set_property),
8147         (gst_audio_panorama_get_property),
8148         (gst_audio_panorama_transform_m2s_int),
8149         (gst_audio_panorama_transform_s2s_int),
8150         (gst_audio_panorama_transform_m2s_float),
8151         (gst_audio_panorama_transform_s2s_float):
8152         * gst/audiofxgood/audiopanorama.h:
8153         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8154           Make also the pan-property float (saves scaling and yields better
8155           resolution)
8156
8157 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8158
8159         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8160         (gst_audio_panorama_transform_m2s_float),
8161         (gst_audio_panorama_transform_s2s_float):
8162           ChangeLog surgery to add cymax's real name
8163
8164
8165 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8166
8167         Patch by: René Stadler <mail@renestadler.de>
8168
8169         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8170         (gst_audio_panorama_transform_m2s_int),
8171         (gst_audio_panorama_transform_s2s_int),
8172         (gst_audio_panorama_transform_m2s_float),
8173         (gst_audio_panorama_transform_s2s_float),
8174         (gst_audio_panorama_transform):
8175         * gst/audiofxgood/audiopanorama.h:
8176           Added float support
8177
8178 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8179
8180         * gst/audiofxgood/audiopanorama.c:
8181         (gst_audio_panorama_transform_m2s):
8182           Fix docs & debug category. Add Fixme for volume pan levels.
8183
8184 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8185
8186         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8187         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8188         (gst_avi_demux_stream_header_pull),
8189         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8190         (gst_avi_demux_chain):
8191           unbreak AVI index handling, some more debug, remove an obsolete
8192           adapter_flush that caused streaming to wander off in the wild
8193
8194 2006-08-24  Wim Taymans  <wim@fluendo.com>
8195
8196         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8197         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
8198         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
8199         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8200         (gst_avi_demux_calculate_durations_from_index),
8201         (gst_avi_demux_stream_header_push),
8202         (gst_avi_demux_stream_header_pull):
8203         * gst/avi/gstavidemux.h:
8204         Some more cleanups. 
8205         Fix totalFrames parsing in ODML.
8206         Disable use of index for length calculation in case of ODML as this is
8207         broken now.
8208
8209 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
8210
8211         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
8212           Use libgsttag helper function here too.
8213
8214 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
8215
8216         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8217         (gst_avi_demux_init), (gst_avi_demux_dispose),
8218         (gst_avi_demux_reset), (gst_avi_demux_index_next),
8219         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
8220         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8221         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
8222         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
8223         (gst_avi_demux_parse_subindex),
8224         (gst_avi_demux_read_subindexes_push),
8225         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
8226         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8227         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
8228         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
8229         (gst_avi_demux_stream_header_pull),
8230         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8231         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
8232         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
8233         (gst_avi_demux_change_state):
8234         * gst/avi/gstavidemux.h:
8235           Initial streaming support for avidemux (fixes #336465)
8236
8237 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8238
8239         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8240           There is no taglibmux element ...
8241
8242         * gst/rtsp/gstrtspsrc.c:
8243           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
8244           was complaining about unknown entity here.
8245
8246 2006-08-22  Wim Taymans  <wim@fluendo.com>
8247
8248         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8249         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
8250         (gst_avi_demux_process_next_entry):
8251         * gst/avi/gstavidemux.h:
8252         Mark DISCONT.
8253         Remove old unused fields and reorder the struct a bit.
8254
8255 2006-08-22  Wim Taymans  <wim@fluendo.com>
8256
8257         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8258         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
8259         (gst_rtspsrc_pause):
8260         * gst/rtsp/gstrtspsrc.h:
8261         * sys/oss/gstosssink.c: (gst_oss_sink_open),
8262         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
8263         Small documentation updates.
8264
8265 2006-08-22  Wim Taymans  <wim@fluendo.com>
8266
8267         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8268         (gst_avi_demux_index_entry_for_time),
8269         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8270         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
8271         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8272         (gst_avi_demux_next_data_buffer),
8273         (gst_avi_demux_calculate_durations_from_index),
8274         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
8275         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
8276         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8277         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
8278         * gst/avi/gstavidemux.h:
8279         Precalc most of the duration query for each stream.
8280         Make seeking more correct.
8281         Use GstSegment to track position and duration.
8282         Code cleanups and leak fixes.
8283         Calculate correct total duration based on index length.
8284
8285 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
8286
8287         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
8288         (parse_insert_string_field):
8289           If strings in text fields are marked ISO8859-1, but contain
8290           valid UTF-8 already, then handle them as UTF-8 and ignore
8291           the encoding. (#351794)
8292
8293 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8294
8295         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
8296         (gst_flac_dec_write), (gst_flac_dec_loop),
8297         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
8298         (gst_flac_dec_src_query):
8299         * ext/flac/gstflacdec.h:
8300           Make flac-in-ogg work (#352100).
8301
8302 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8303
8304         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
8305           Don't unref buffers of which we've already given away
8306           ownership to the adapter.
8307
8308 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8309
8310         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
8311           Make metadata extraction actually work.
8312
8313         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
8314         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
8315         (gst_speexenc_chain):
8316           Fix metadata writing: replace old code which wrote completely
8317           broken tags with libgsttag-based code. Plus miscellaneous
8318           code cleanups (use static pad templates etc.) and a bunch
8319           of leak fixes.
8320
8321 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8322
8323         * gst/audiopanorama/.cvsignore:
8324         * gst/audiopanorama/Makefile.am:
8325         * gst/audiopanorama/audiofx.c:
8326         * gst/audiopanorama/audiopanorama.c:
8327         * gst/audiopanorama/audiopanorama.h:
8328           die! die! die! you should never have been there
8329
8330 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
8331
8332         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8333         Fix invalid memory access in audiopanorama test suite.
8334
8335 2006-08-21  Edward Hervey  <edward@fluendo.com>
8336
8337         * tests/check/elements/.cvsignore:
8338         ignore built file
8339
8340 2006-08-21  Wim Taymans  <wim@fluendo.com>
8341
8342         * gst/rtp/Makefile.am:
8343         Fix the build again.
8344
8345 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8346
8347         * gst/audiofxgood/.cvsignore:
8348         * gst/audiofxgood/Makefile.am:
8349         * gst/audiofxgood/audiofx.c: (plugin_init):
8350         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8351         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8352         (gst_audio_panorama_set_property),
8353         (gst_audio_panorama_get_property),
8354         (gst_audio_panorama_get_unit_size),
8355         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8356         (gst_audio_panorama_transform_m2s),
8357         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8358         * gst/audiofxgood/audiopanorama.h:
8359           resubmit with the desired name *again*
8360
8361 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8362
8363         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
8364         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
8365           use g_assert in _get_unit_size
8366
8367 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8368
8369         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8370         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8371         * docs/plugins/inspect/plugin-audiofxgood.xml:
8372           cleanup -unused.txt to make it useful, add previously missing docs
8373
8374         * ext/Makefile.am:
8375           Quietly (accidentally) enable LADSPA for building by default, 
8376           despite the fact that it doesn't meet the plugin checklist.
8377             -- Added by Jan Schmidt 18 Dec 2006
8378
8379         * ext/esd/esdmon.c:
8380         * ext/esd/esdsink.c:
8381         * ext/esd/gstesd.c: (plugin_init):
8382           reflow to get rid of two external symbols
8383
8384         * gst/audiofxgood/audiofx.c: (plugin_init):
8385           re-add
8386
8387 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8388
8389         * configure.ac:
8390         * gst/audiofxgood/.cvsignore:
8391         * gst/audiofxgood/Makefile.am:
8392         * gst/audiofxgood/audiofx.c
8393         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8394         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8395         (gst_audio_panorama_set_property),
8396         (gst_audio_panorama_get_property),
8397         (gst_audio_panorama_get_unit_size),
8398         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8399         (gst_audio_panorama_transform_m2s),
8400         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8401         * gst/audiofxgood/audiopanorama.h:
8402         * tests/check/Makefile.am:
8403         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
8404         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
8405         (panorama_suite), (main):
8406         Add audiofxgood plugin with audiopanorama element
8407
8408 2006-08-18  Wim Taymans  <wim@fluendo.com>
8409
8410         * docs/plugins/Makefile.am:
8411         More Oss docs fixage. 
8412
8413 2006-08-18  Wim Taymans  <wim@fluendo.com>
8414
8415         * gst/rtp/Makefile.am:
8416         * gst/rtp/gstrtp.c: (plugin_init):
8417         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
8418         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
8419         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
8420         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
8421         (gst_rtp_sv3v_depay_get_property),
8422         (gst_rtp_sv3v_depay_change_state),
8423         (gst_rtp_sv3v_depay_plugin_init):
8424         * gst/rtp/gstrtpsv3vdepay.h:
8425         Added experimental SVQ3 depayloader.
8426
8427 2006-08-18  Edward Hervey  <edward@fluendo.com>
8428
8429         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
8430         (gst_dvdemux_loop), (gst_dvdemux_change_state):
8431         * ext/dv/gstdvdemux.h:
8432         When handling seek requests, don't send the newsegment event from the
8433         calling thread. Instead save it so it can be sent from the streaming
8434         thread.
8435
8436 2006-08-17  Wim Taymans  <wim@fluendo.com>
8437
8438         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8439
8440         * gst/multipart/multipartdemux.c: (multipart_parse_header):
8441         Accept leading whitespace before the boundary
8442         This patch makes the demuxer allow some whitespace before the actual
8443         boundary. This makes the demuxer work with the ``old'' gstreamer
8444         multipartmuxer again (which placed an extra \n before the start
8445         of the stream) Fixes #349068.
8446
8447 2006-08-17  Wim Taymans  <wim@fluendo.com>
8448
8449         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
8450         Error out on non-implemented stuff.
8451
8452 2006-08-16  Wim Taymans  <wim@fluendo.com>
8453
8454         Patch by: Andy Wingo <wingo at pobox dot com>
8455
8456         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
8457         (gst_signal_processor_start), (gst_signal_processor_stop),
8458         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
8459         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
8460         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
8461         (gst_signal_processor_change_state):
8462         Make ladspa elements reusable. Fixes #350006.
8463
8464 2006-08-16  Wim Taymans  <wim@fluendo.com>
8465
8466         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
8467         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
8468         names as possible. Fixes #349901.
8469
8470 2006-08-16  Wim Taymans  <wim@fluendo.com>
8471
8472         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
8473         (gst_signal_processor_do_pushes):
8474         A push() gives away our refcount so we should not use the buffer on the
8475         pen anymore.
8476
8477 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8478
8479         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8480         (gst_oss_mixer_element_finalize):
8481           Don't leak device string.
8482
8483 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8484
8485         * configure.ac:
8486           Require CVS of GStreamer core and -base (for
8487           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
8488
8489         * ext/taglib/gstid3v2mux.cc:
8490           Write extended comment tags properly (#348762).
8491
8492         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
8493         (parse_comment_frame):
8494           Extract COMM frames into extended comments, which makes it
8495           easier to properly retain the description bit of the tag
8496           and maintain this information when re-tagging (#348762).
8497
8498 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8499
8500         * tests/check/Makefile.am:
8501           Don't try to run annodex unit tests if the annodex
8502           plugin has not been built (Fixes #351116).
8503
8504 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8505
8506         * gst/autodetect/gstautoaudiosink.c:
8507         (gst_auto_audio_sink_find_best):
8508           When we can't find a usable audiosink, don't error out,
8509           but use a fake sink instead and post a warning message
8510           on the bus (#341278).
8511
8512 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8513
8514         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
8515         * sys/oss/gstosssink.c:
8516         * sys/oss/gstosssrc.c:
8517           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
8518           ossmixer's new device property.
8519
8520         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8521         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8522           Add docs for OSS elements.
8523
8524         * docs/plugins/inspect/plugin-aasink.xml:
8525         * docs/plugins/inspect/plugin-alaw.xml:
8526         * docs/plugins/inspect/plugin-alpha.xml:
8527         * docs/plugins/inspect/plugin-alphacolor.xml:
8528         * docs/plugins/inspect/plugin-annodex.xml:
8529         * docs/plugins/inspect/plugin-apetag.xml:
8530         * docs/plugins/inspect/plugin-auparse.xml:
8531         * docs/plugins/inspect/plugin-autodetect.xml:
8532         * docs/plugins/inspect/plugin-avi.xml:
8533         * docs/plugins/inspect/plugin-cacasink.xml:
8534         * docs/plugins/inspect/plugin-cairo.xml:
8535         * docs/plugins/inspect/plugin-cdio.xml:
8536         * docs/plugins/inspect/plugin-cutter.xml:
8537         * docs/plugins/inspect/plugin-debug.xml:
8538         * docs/plugins/inspect/plugin-dv.xml:
8539         * docs/plugins/inspect/plugin-efence.xml:
8540         * docs/plugins/inspect/plugin-effectv.xml:
8541         * docs/plugins/inspect/plugin-esdsink.xml:
8542         * docs/plugins/inspect/plugin-flac.xml:
8543         * docs/plugins/inspect/plugin-flxdec.xml:
8544         * docs/plugins/inspect/plugin-gconfelements.xml:
8545         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8546         * docs/plugins/inspect/plugin-goom.xml:
8547         * docs/plugins/inspect/plugin-halelements.xml:
8548         * docs/plugins/inspect/plugin-icydemux.xml:
8549         * docs/plugins/inspect/plugin-id3demux.xml:
8550         * docs/plugins/inspect/plugin-jpeg.xml:
8551         * docs/plugins/inspect/plugin-level.xml:
8552         * docs/plugins/inspect/plugin-matroska.xml:
8553         * docs/plugins/inspect/plugin-mulaw.xml:
8554         * docs/plugins/inspect/plugin-multipart.xml:
8555         * docs/plugins/inspect/plugin-navigationtest.xml:
8556         * docs/plugins/inspect/plugin-ossaudio.xml:
8557         * docs/plugins/inspect/plugin-png.xml:
8558         * docs/plugins/inspect/plugin-rtp.xml:
8559         * docs/plugins/inspect/plugin-rtsp.xml:
8560         * docs/plugins/inspect/plugin-shout2send.xml:
8561         * docs/plugins/inspect/plugin-smpte.xml:
8562         * docs/plugins/inspect/plugin-speex.xml:
8563         * docs/plugins/inspect/plugin-taglib.xml:
8564         * docs/plugins/inspect/plugin-udp.xml:
8565         * docs/plugins/inspect/plugin-videobalance.xml:
8566         * docs/plugins/inspect/plugin-videobox.xml:
8567         * docs/plugins/inspect/plugin-videoflip.xml:
8568         * docs/plugins/inspect/plugin-videomixer.xml:
8569         * docs/plugins/inspect/plugin-wavenc.xml:
8570         * docs/plugins/inspect/plugin-wavparse.xml:
8571         * docs/plugins/inspect/plugin-ximagesrc.xml:
8572           Update to CVS version.
8573           
8574 2006-08-16  Wim Taymans  <wim@fluendo.com>
8575
8576         * gst/rtp/gstrtpamrdepay.c:
8577         * gst/rtp/gstrtpmp4gdepay.c:
8578         Caps extra properties must be defined as strings for
8579         depayloaders because they are generated from an SDP.
8580
8581         * gst/rtp/Makefile.am:
8582         * gst/rtp/gstrtp.c: (plugin_init):
8583         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
8584         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
8585         (gst_rtp_h264_depay_finalize), (decode_base64),
8586         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
8587         (gst_rtp_h264_depay_set_property),
8588         (gst_rtp_h264_depay_get_property),
8589         (gst_rtp_h264_depay_change_state),
8590         (gst_rtp_h264_depay_plugin_init):
8591         * gst/rtp/gstrtph264depay.h:
8592         Added basic, not completely functional RFC 3984 H264 depayloader.
8593
8594 2006-08-16  Wim Taymans  <wim@fluendo.com>
8595
8596         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
8597         Add pads after setting them up.
8598
8599         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8600         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
8601         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
8602         (gst_rtspsrc_stream_setup_rtp),
8603         (gst_rtspsrc_stream_configure_transport),
8604         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
8605         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
8606         (gst_rtspsrc_pause):
8607         * gst/rtsp/gstrtspsrc.h:
8608         Fix interleaved mode.
8609          - Protect streaming with lock.
8610          - Combine flows
8611          - set caps on outgoing buffers.
8612          - strip trailing \0 from data packets.
8613          - Configure RTP/RTCP in stream.
8614         Use DEBUG_OBJECT more.
8615
8616 2006-08-16  Wim Taymans  <wim@fluendo.com>
8617
8618         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
8619         Turn a g_print into a DEBUG line.
8620
8621 2006-08-13  Wim Taymans  <wim@fluendo.com>
8622
8623         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
8624         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8625         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
8626         (gst_oss_mixer_element_get_property),
8627         (gst_oss_mixer_element_change_state):
8628         * sys/oss/gstossmixerelement.h:
8629         Small cleanups. Better error reporting.
8630         Add device property for the mixer instead of the hardcoded
8631         /dev/mixer. Fixes #350785.
8632         API: GstOssMixerElement::device property
8633
8634 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
8635
8636         Patch by: Jens Granseuer <jensgr at gmx net>
8637
8638         * gconf/Makefile.am:
8639           Make --disable-schemas work right (they still need
8640           to be copied to the installation directory, just not
8641           applied). Fixes #351347 (also #344100).
8642           
8643 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8644
8645         * configure.ac: back to HEAD
8646
8647 === release 0.10.4 ===
8648
8649 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
8650
8651         * configure.ac:
8652           releasing 0.10.4, "Dear Leader"
8653
8654 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8655
8656         Patch by: Edward Hervey <edward@fluendo.com>
8657
8658         * configure.ac:
8659         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8660         (gst_wavparse_stream_data):
8661         Send the newsegment event in the streaming thread.
8662         Fixes #347529
8663
8664 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
8665
8666         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
8667         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
8668         (gst_smokeenc_resync), (gst_smokeenc_chain):
8669           Refuse sink caps in the encoder if width or height is not a
8670           multiple of 16, the encoder does not support that yet (#349939);
8671           along the same lines, check the return value of the encoder
8672           setup function; also remove some debug log clutter.
8673
8674 2006-08-04  Andy Wingo  <wingo@pobox.com>
8675
8676         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
8677         whether a processor can work in place or not, and for keeping
8678         track of its state. Change the FlowReturn instance variable from
8679         "state" to "flow_state", all callers changed.
8680
8681         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
8682         (gst_signal_processor_start, gst_signal_processor_stop)
8683         (gst_signal_processor_cleanup): New functions to manage the
8684         processor's state.
8685         (gst_signal_processor_setcaps): start() as well as setup() here.
8686         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
8687         (gst_signal_processor_change_state): Stop and cleanup the
8688         processor as we go to NULL.
8689
8690         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
8691         INPLACE_BROKEN is not set.
8692
8693         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
8694         Do the alloc_buffer in bytes, not frames.
8695         
8696 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8697
8698         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
8699         Fix rgb masks when recording in < 24bpp.
8700
8701 2006-08-04  Andy Wingo  <wingo@pobox.com>
8702
8703         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
8704         (gst_signal_processor_prepare)
8705         (gst_signal_processor_update_inputs)
8706         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
8707         (gst_signal_processor_flush)
8708         (gst_signal_processor_sink_activate_push)
8709         (gst_signal_processor_src_activate_pull)
8710         (gst_signal_processor_change_state): Remove the last of the code
8711         that assumes that we process whole buffers at a time. Fix some
8712         debugging. Seems to work now in some cases.
8713         (gst_signal_processor_src_activate_pull): BPB
8714
8715 2006-08-01  Andy Wingo  <wingo@pobox.com>
8716
8717         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
8718         Fix nframes-choosing.
8719         (gst_signal_processor_init): Init pending_in and pending_out.
8720
8721         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
8722         more default sample rate, although we never check that the sample
8723         rate actually gets set. Something for the future.
8724         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
8725         (gst_signal_processor_event): Refcount fixen.
8726         (gst_signal_processor_process): Pull the number of frames to
8727         process from the sizes of the buffers in the input pens.
8728         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
8729         (gst_signal_processor_do_pulls): Add an nframes argument, and use
8730         it instead of buffer_frames.
8731         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
8732         to do_pulls.
8733         (gst_signal_processor_chain)
8734         (gst_signal_processor_sink_activate_push)
8735         (gst_signal_processor_src_activate_pull):  Refcount fixen.
8736
8737         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
8738
8739 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
8740
8741         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
8742         (gst_signal_processor_process):
8743           don't query buffer-frames from caps, add lots of debug-log,
8744           try fix for assert (#349189)
8745
8746 2006-07-31  Wim Taymans  <wim@fluendo.com>
8747
8748         * gst/udp/gstudpsrc.c:
8749         Fix docs.
8750
8751 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
8752
8753         * ext/ladspa/gstsignalprocessor.c:
8754         (gst_signal_processor_add_pad_from_template),
8755         (gst_signal_processor_init), (gst_signal_processor_setcaps),
8756         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
8757         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
8758         (gst_signal_processor_sink_activate_push),
8759         (gst_signal_processor_src_activate_pull),
8760         (gst_signal_processor_change_state):
8761          Add debugs logs here and there, add more error handling, add some
8762          FIXME comments, filed #349189
8763
8764 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8765
8766         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
8767         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
8768         Set caps on buffer correctly.  Fixes bug #349155.
8769
8770 2006-07-28  Wim Taymans  <wim@fluendo.com>
8771
8772         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8773
8774         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
8775         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
8776         (gst_multipart_demux_finalize), (get_line_end),
8777         (multipart_parse_header), (multipart_find_boundary),
8778         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
8779         (gst_multipart_set_property), (gst_multipart_get_property):
8780         Uses GstAdapter instead of own buffering.
8781         Actually parses the mime-type correctly (In tests the mime-type was
8782         always "" with the old version).
8783         Uses the Content-length header if available to speed up things.
8784         Reliably autoscans the boundary name by default.
8785         Fixes #349068.
8786
8787         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
8788         Don't start the stream with a \n.
8789
8790 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
8791
8792         Patch by: Brian Cameron <brian dot cameron at sun com>
8793
8794         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
8795           Open source with O_NONBLOCK (#349015).
8796
8797 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
8798
8799         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8800         (gst_avi_demux_massage_index):
8801         * gst/avi/gstavidemux.h:
8802           Whitespace fixes and more debug
8803
8804 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
8805
8806         * gst/autodetect/gstautoaudiosink.c:
8807         (gst_auto_audio_sink_create_element_with_pretty_name),
8808         (gst_auto_audio_sink_find_best),
8809         (gst_auto_audio_sink_change_state):
8810           Get rid of old and unused magic sound-server properties stuff.
8811           Add suffix to child sink's name that makes it easy to see from
8812           the name alone which type it actually is (alsa, oss, esd, etc.).
8813
8814 2006-07-27  Wim Taymans  <wim@fluendo.com>
8815
8816         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8817         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
8818         (gst_udpsrc_start):
8819         * gst/udp/gstudpsrc.h:
8820         Rename "buffer" to "buffer-size" to make clear it is a size we set and
8821         not some sort of feature we enable.
8822
8823 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
8824
8825         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
8826           Use CLOSE_SOCKET() here instead of close() to maintain
8827           win32 workiness.
8828
8829 2006-07-27  Wim Taymans  <wim@fluendo.com>
8830
8831         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
8832
8833         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8834         (gst_udpsrc_create), (gst_udpsrc_set_property),
8835         (gst_udpsrc_get_property), (gst_udpsrc_start):
8836         * gst/udp/gstudpsrc.h:
8837         Added "buffer-size" property to control the kernel receive buffer size.
8838         Update documentation.
8839         Small cleanups. Fixes #348752.
8840         API: buffer-size property
8841
8842 2006-07-26  Wim Taymans  <wim@fluendo.com>
8843
8844         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
8845
8846         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
8847         (gst_rtp_pcma_pay_handle_buffer):
8848         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
8849         (gst_rtp_pcmu_pay_handle_buffer):
8850         Fix timestamp calculation on outgoing RTP packets.
8851         Fixes #348675.
8852
8853 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8854
8855         * ext/taglib/gstid3v2mux.cc:
8856           Fix writing of comment frames (should be COMM not TCOM),
8857           is still sub-optimal though, since we don't retain or
8858           extract the comment descriptions properly (#334375,
8859           also see #334375).
8860
8861 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8862
8863         * gst/wavparse/gstwavparse.c:
8864           #define 'fact' RIFF chunk if we are not compiling against
8865           -base CVS (we don't want to depend on -base CVS for this
8866           one define only, and also not for release order reasons).
8867
8868 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8869
8870         * ext/taglib/gstid3v2mux.cc:
8871           Handle multiple tags of the same type properly. Re-inject
8872           unparsed ID3v2 frames that we get as binary blobs from
8873           id3demux into the tag again so we don't lose information
8874           when retagging (#334375).
8875
8876 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
8877
8878         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
8879           Document newly-added properties properly, so that there is a
8880           'Since: 0.10.4' in the plugin docs. Convert some property
8881           names into canonical GObject style (GObject will do that
8882           internally anyway).
8883
8884 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
8885
8886         * gst/id3demux/id3tags.c:
8887         (id3demux_add_id3v2_frame_blob_to_taglist):
8888           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
8889           well, and add the version to the blob's buffer caps, since that
8890           information will be needed for deserialisation later on (#348644).
8891
8892 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
8893
8894         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
8895         (gst_avi_demux_parse_stream):
8896          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
8897          indentation and spacing.
8898
8899 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8900
8901         * docs/plugins/Makefile.am:
8902         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8903         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8904         * docs/plugins/gst-plugins-good-plugins.args:
8905         * docs/plugins/inspect/plugin-1394.xml:
8906         * docs/plugins/inspect/plugin-aasink.xml:
8907         * docs/plugins/inspect/plugin-alaw.xml:
8908         * docs/plugins/inspect/plugin-alpha.xml:
8909         * docs/plugins/inspect/plugin-alphacolor.xml:
8910         * docs/plugins/inspect/plugin-annodex.xml:
8911         * docs/plugins/inspect/plugin-apetag.xml:
8912         * docs/plugins/inspect/plugin-auparse.xml:
8913         * docs/plugins/inspect/plugin-autodetect.xml:
8914         * docs/plugins/inspect/plugin-avi.xml:
8915         * docs/plugins/inspect/plugin-cacasink.xml:
8916         * docs/plugins/inspect/plugin-cairo.xml:
8917         * docs/plugins/inspect/plugin-cdio.xml:
8918         * docs/plugins/inspect/plugin-cutter.xml:
8919         * docs/plugins/inspect/plugin-debug.xml:
8920         * docs/plugins/inspect/plugin-dv.xml:
8921         * docs/plugins/inspect/plugin-efence.xml:
8922         * docs/plugins/inspect/plugin-effectv.xml:
8923         * docs/plugins/inspect/plugin-esdsink.xml:
8924         * docs/plugins/inspect/plugin-flac.xml:
8925         * docs/plugins/inspect/plugin-flxdec.xml:
8926         * docs/plugins/inspect/plugin-gconfelements.xml:
8927         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8928         * docs/plugins/inspect/plugin-goom.xml:
8929         * docs/plugins/inspect/plugin-halelements.xml:
8930         * docs/plugins/inspect/plugin-icydemux.xml:
8931         * docs/plugins/inspect/plugin-id3demux.xml:
8932         * docs/plugins/inspect/plugin-jpeg.xml:
8933         * docs/plugins/inspect/plugin-level.xml:
8934         * docs/plugins/inspect/plugin-matroska.xml:
8935         * docs/plugins/inspect/plugin-mulaw.xml:
8936         * docs/plugins/inspect/plugin-multipart.xml:
8937         * docs/plugins/inspect/plugin-navigationtest.xml:
8938         * docs/plugins/inspect/plugin-ossaudio.xml:
8939         * docs/plugins/inspect/plugin-png.xml:
8940         * docs/plugins/inspect/plugin-rtp.xml:
8941         * docs/plugins/inspect/plugin-rtsp.xml:
8942         * docs/plugins/inspect/plugin-shout2send.xml:
8943         * docs/plugins/inspect/plugin-smpte.xml:
8944         * docs/plugins/inspect/plugin-speex.xml:
8945         * docs/plugins/inspect/plugin-udp.xml:
8946         * docs/plugins/inspect/plugin-videobalance.xml:
8947         * docs/plugins/inspect/plugin-videobox.xml:
8948         * docs/plugins/inspect/plugin-videoflip.xml:
8949         * docs/plugins/inspect/plugin-videomixer.xml:
8950         * docs/plugins/inspect/plugin-wavenc.xml:
8951         * docs/plugins/inspect/plugin-wavparse.xml:
8952         * docs/plugins/inspect/plugin-ximagesrc.xml:
8953           Update files to CVS/Prerelease version, add esdsink docs.
8954
8955         * ext/esd/esdsink.c:
8956           Add gtk-doc blurb.
8957
8958         * gst/rtp/gstrtpmp4vpay.c:
8959           Fix typo in element description.
8960
8961 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8962
8963         * ext/esd/esdsink.c: (gst_esdsink_open),
8964         (gst_esdsink_factory_init):
8965           Prevent libesd from auto-spawning a sound daemon if it
8966           is not already running. Now that we don't do evil stuff
8967           like that any longer we can give esdsink a rank so that
8968           autoaudiosink will try it as well if all other audio
8969           sinks fail (#343051).
8970
8971 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8972
8973         * ext/esd/Makefile.am:
8974           Oops, need to remove README from EXTRA_DIST as well.
8975
8976 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8977
8978         * ext/esd/README:
8979           Remove, it contains nothing useful anyway.
8980
8981         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
8982         (gst_esdsink_delay):
8983           Some small clean-ups; use GST_BOILERPLATE etc.
8984
8985 2006-07-24  Wim Taymans  <wim@fluendo.com>
8986
8987         * gst/law/alaw-decode.c: (alawdec_getcaps):
8988         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
8989         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
8990         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
8991         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
8992
8993 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
8994
8995         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
8996         (gst_wavparse_other), (gst_wavparse_perform_seek),
8997         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
8998         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
8999         (gst_wavparse_pad_query):
9000         * gst/wavparse/gstwavparse.h:
9001           Use information from 'fact' chunk for length calculation of compressed
9002           samples. Calculate bps if bogus value is found in wav header (embeded
9003           mp2/mp3).
9004           
9005
9006 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9007
9008         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
9009
9010         * configure.ac:
9011         * gst/udp/Makefile.am:
9012         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
9013         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
9014         * gst/udp/gstdynudpsink.h:
9015         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
9016         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
9017         * gst/udp/gstmultiudpsink.h:
9018         * gst/udp/gstudp.c: (plugin_init):
9019         * gst/udp/gstudpsink.h:
9020         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
9021         (gst_udpsrc_start), (gst_udpsrc_stop):
9022         * gst/udp/gstudpsrc.h:
9023         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
9024         (gst_udp_net_utils_win32_wsa_startup):
9025         * gst/udp/gstudpnetutils.h:
9026           Port udp plugin to win32 (#345288).
9027
9028 2006-07-24  Wim Taymans  <wim@fluendo.com>
9029
9030         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
9031         Remove unwanted DEBUG line.
9032
9033 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9034
9035         * gst/id3demux/gstid3demux.c: (plugin_init):
9036         * gst/id3demux/id3tags.c:
9037         (id3demux_add_id3v2_frame_blob_to_taglist):
9038         * gst/id3demux/id3tags.h:
9039           On second thought, it might be wiser and more efficient
9040           not to do tag registration from a streaming thread.
9041
9042 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9043
9044         * gst/id3demux/id3tags.c:
9045         (id3demux_add_id3v2_frame_blob_to_taglist),
9046         (id3demux_id3v2_frames_to_tag_list):
9047           Put ID3v2 frames we can't parse as binary blobs into private
9048           tags, so that they are not lost when retagging, at least once
9049           id3v2mux has been taught to re-inject those frames again.
9050           See bug #334375.
9051
9052 2006-07-21  Wim Taymans  <wim@fluendo.com>
9053
9054         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9055         (gst_avi_demux_process_next_entry):
9056         Fix some leaks.
9057
9058         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
9059         Don't use \n in debug lines.
9060
9061 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
9062
9063         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9064         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9065           Add annodex and icydemux, cleanup the sections a bit
9066
9067 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
9068
9069         Patch by: Alex Lancaster <alexl at users sourceforge net>
9070
9071         * ext/taglib/gstid3v2mux.cc:
9072           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
9073           ID3v2 TSSE frames (#347898).
9074
9075 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
9076
9077         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
9078           Respect mpegversion for "video/mpeg" and give message in case of
9079           unhandled versions.
9080
9081 2006-07-17  Wim Taymans  <wim@fluendo.com>
9082
9083         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
9084         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
9085         (gst_pngdec_chain), (gst_pngdec_sink_event),
9086         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
9087         (gst_pngdec_sink_activate_push):
9088         * ext/libpng/gstpngdec.h:
9089         Use statically allocated segment instead of leaking.
9090         Various cleanups.
9091         Fix flush and seek handling.
9092
9093 2006-07-16  Wim Taymans  <wim@fluendo.com>
9094
9095         * gst/rtp/Makefile.am:
9096         * gst/rtp/gstrtp.c: (plugin_init):
9097         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
9098         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
9099         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
9100         (gst_rtp_mp4g_depay_set_property),
9101         (gst_rtp_mp4g_depay_get_property),
9102         (gst_rtp_mp4g_depay_change_state),
9103         (gst_rtp_mp4g_depay_plugin_init):
9104         * gst/rtp/gstrtpmp4gdepay.h:
9105         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
9106         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
9107         (gst_rtp_mp4g_pay_flush):
9108         Added simple generic mpeg4 depayloader.
9109         Fix generic mpeg4 payloader.
9110
9111 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
9112
9113         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
9114           Don't try doing state changes on a NULL pointer.
9115
9116 2006-07-14  Wim Taymans  <wim@fluendo.com>
9117
9118         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
9119
9120         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
9121         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
9122         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9123         * gst/rtp/gstrtpamrdepay.h:
9124         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
9125         Fixes #321191
9126
9127 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9128
9129         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9130         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
9131         Fix segfault when moving mouse pointer to the bottom right corner.
9132
9133 2006-07-12  Wim Taymans  <wim@fluendo.com>
9134
9135         * gst/rtp/Makefile.am:
9136         * gst/rtp/gstrtp.c: (plugin_init):
9137         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
9138         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
9139         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
9140         (gst_rtp_mp2t_depay_set_property),
9141         (gst_rtp_mp2t_depay_get_property),
9142         (gst_rtp_mp2t_depay_change_state),
9143         (gst_rtp_mp2t_depay_plugin_init):
9144         * gst/rtp/gstrtpmp2tdepay.h:
9145         Added mpeg2 TS depayloader. Closing #347234.
9146
9147 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
9148
9149         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
9150           Remove g_assert that shouldn't be there and was triggered
9151           after trying to open a device that doesn't exist or can't
9152           be opened for some other reason (#347972).
9153
9154 2006-07-10  Edward Hervey  <edward@fluendo.com>
9155
9156         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9157         (gst_avi_demux_stream_header), (push_tag_lists):
9158         * gst/avi/gstavidemux.h:
9159         Don't push tag events found by gst_riff_parse_info() before outputting
9160         GST_EVENT_NEWSEGMENT.
9161
9162 2006-07-10  Wim Taymans  <wim@fluendo.com>
9163
9164         * gst/rtsp/Makefile.am:
9165         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
9166         (rtsp_connection_close):
9167         * gst/rtsp/rtspdefs.h:
9168         replaced closesocket and close in code with one CLOSE_SOCKET. 
9169         Some more cleanups. Fixes #345301.
9170
9171 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
9172
9173         * gst/autodetect/gstautoaudiosink.c:
9174           Fix example pipeline in docs.
9175
9176 2006-07-10  Wim Taymans  <wim@fluendo.com>
9177
9178         Patch by: Rob Taylor <robtaylor at floopily dot org>
9179
9180         * gst/udp/gstmultiudpsink.c: (join_multicast),
9181         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
9182         If a destination is added before the stream is set to PAUSED, the
9183         multicast group is not joined as the socket is not created yet. 
9184         Also TTL and LOOP should also be set. Fixes #346921.
9185
9186 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9187
9188         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9189         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9190         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
9191         (gst_ximage_src_init):
9192         * sys/ximage/gstximagesrc.h:
9193         Fix use-damage property to actually work :)
9194         Add startx, starty, endx, endy properties so screencasts other than full
9195         screen ones can work.
9196
9197 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9198
9199         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9200         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9201         (gst_ximage_src_class_init), (gst_ximage_src_init):
9202         * sys/ximage/gstximagesrc.h:
9203         Add use_damage property to offer ability to choose whether to use
9204         XDamage or not.
9205
9206 2006-07-07  Wim Taymans  <wim@fluendo.com>
9207
9208         * gst/goom/filters.c: (zoomFilterSetResolution):
9209         Avoid goom coredumping by clearing memory. 
9210         Fixes 345679.
9211
9212 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
9213
9214         * win32/vs6/libgstid3demux.dsp:
9215         Add a link to libgsttag-0.10.lib.
9216
9217 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9218
9219         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9220         (gst_tag_demux_read_range):
9221         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9222         (gst_id3demux_read_range):
9223           Don't return FLOW_UNEXPECTED when a buffer is before
9224           the start of the stream (which might happen with
9225           large ID3v2 tags if the tag reading was done pullrange
9226           based and we then switched to push mode later on).
9227           Fixes regression introduced by commit from June 29th.
9228
9229 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9230
9231         * ext/taglib/gstid3v2mux.cc:
9232           Make UTF-8 the default encoding when writing string
9233           tags (before, our UTF-8 strings would automatically
9234           be converted to ISO-8859-1 by taglib and written as
9235           ISO-8859-1 fields if that was possible).
9236
9237         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
9238         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
9239         (test_taglib_id3mux_with_tags):
9240           Add test case that makes sure our UTF-8 strings have
9241           actually been written into the tag as UTF-8.
9242
9243 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9244
9245         * configure.ac:
9246           Let's try that again.
9247
9248 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9249
9250         * configure.ac:
9251           Disable monoscope plugin for now until it fulfills
9252           all the requirements.
9253
9254 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9255
9256         * configure.ac:
9257         * gst/monoscope/Makefile.am:
9258         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
9259         (gst_monoscope_class_init), (gst_monoscope_init),
9260         (gst_monoscope_finalize), (gst_monoscope_reset),
9261         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
9262         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
9263         (gst_monoscope_sink_event), (gst_monoscope_src_event),
9264         (gst_monoscope_change_state), (plugin_init):
9265         * gst/monoscope/gstmonoscope.h:
9266           Port monoscope visualisation to 0.10.
9267
9268 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9269
9270         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
9271         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
9272           Return FLOW_UNEXPECTED when at the end of the file, not
9273           FLOW_ERROR. Fixes 'internal stream error' errors that
9274           would sometimes occur in totem when scrubbing to the
9275           end of an ID3v1 tagged mp3 file.
9276
9277 2006-07-03  Edward Hervey  <edward@fluendo.com>
9278
9279         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
9280         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
9281         (gst_pngdec_sink_event), (gst_pngdec_change_state):
9282         * ext/libpng/gstpngdec.h:
9283         Implement buffer clipping/dropping using GstSegment.
9284         This provides accurate seeking.
9285
9286 2006-07-03  Edward Hervey  <edward@fluendo.com>
9287
9288         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9289         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
9290         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
9291         (gst_avi_demux_process_next_entry), (push_tag_lists),
9292         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
9293         * gst/avi/gstavidemux.h:
9294         Proper aggregation of each stream's GstFlowReturn in order to figure out
9295         whether the task should stop or not.
9296         Don't send inline events before pushing out a NEW_SEGMENT, more
9297         specifically for GST_TAG_EVENT.
9298         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
9299         sub-indexes.
9300
9301 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
9302
9303         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9304
9305         * sys/sunaudio/gstsunaudiomixerctrl.c:
9306         (gst_sunaudiomixer_ctrl_build_list):
9307           Move "Monitor" slider to input tab so it works more like
9308           sdtaudiocontrol, which is what people on Solaris are used
9309           to using for their mixer program (#346259).
9310
9311 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9312
9313         * tests/check/elements/level.c: (GST_START_TEST):
9314           fix a leak, clean up at the end
9315
9316 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9317
9318         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9319         (gst_matroska_demux_send_event),
9320         (gst_matroska_demux_loop_stream_parse_id):
9321         * gst/matroska/matroska-ids.h:
9322           Send tag event after newsegment event.
9323
9324 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9325
9326         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9327         (gst_id3demux_read_range):
9328           Make sure we don't return GST_FLOW_OK with a NULL buffer in
9329           certain cases where a read beyond the end of the file is
9330           requested. Fixes #345930.
9331
9332         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9333         (gst_tag_demux_read_range):
9334           Fix same issue here as well.
9335
9336 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9337
9338         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
9339         
9340         Fix hypothetical crash.
9341
9342 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
9343
9344         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9345
9346         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
9347           Do not modify the ports value. If the user has turned off the
9348           built-in speakers, then we should not reset it in the prepare
9349           function, since this causes the built-in speakers to turn
9350           back on anytime the user changes a track in totem, rhythmbox,
9351           etc. (#346066).
9352
9353 2006-06-23  Wim Taymans  <wim@fluendo.com>
9354
9355         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
9356         Fix double caps unref when negotiation fails.
9357
9358 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9359
9360         * ext/annodex/gstcmmldec.c:
9361         * ext/annodex/gstcmmlenc.c:
9362         * ext/annodex/gstcmmlparser.c:
9363         * ext/dv/gstdvdec.c:
9364         * ext/dv/gstdvdemux.c:
9365         * ext/gdk_pixbuf/pixbufscale.c:
9366         * ext/jpeg/gstjpegenc.c:
9367         * ext/jpeg/gstsmokedec.c:
9368         * ext/jpeg/gstsmokeenc.c:
9369         * ext/libpng/gstpngdec.c:
9370         * ext/libpng/gstpngenc.c:
9371         * ext/speex/gstspeexenc.c:
9372         * gst/alpha/gstalphacolor.c:
9373         * gst/cutter/gstcutter.c:
9374         * gst/debug/gstnavigationtest.c:
9375         * gst/icydemux/gsticydemux.c:
9376         * gst/level/gstlevel.c:
9377         * gst/multipart/multipart.c:
9378         * gst/rtp/gstrtpamrpay.c:
9379         * gst/rtp/gstrtpdepay.c:
9380         * gst/rtp/gstrtpilbcpay.c:
9381         * gst/rtp/gstrtpmp4gpay.c:
9382         * gst/rtp/gstrtpmp4vpay.c:
9383         * gst/rtsp/gstrtpdec.c:
9384         * gst/rtsp/gstrtspsrc.c:
9385         * gst/udp/gstdynudpsink.c:
9386         * gst/udp/gstmultiudpsink.c:
9387         * gst/udp/gstudpsrc.c:
9388         * gst/videobox/gstvideobox.c:
9389         * gst/videofilter/gstvideoflip.c:
9390           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
9391           plus two minor macro fixes.
9392
9393 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9394
9395         * gst/matroska/matroska-demux.c:
9396         (gst_matroska_demux_check_subtitle_buffer),
9397         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9398         (gst_matroska_demux_subtitle_caps):
9399         * gst/matroska/matroska-ids.c:
9400         (gst_matroska_track_init_subtitle_context):
9401         * gst/matroska/matroska-ids.h:
9402           Try to fix up broken matroska files containing subtitle
9403           streams with non-UTF8 character encodings (courtesy of
9404           mkvmerge) using either the encoding specified in the
9405           GST_SUBTITLE_ENCODING environment variable or the
9406           current locale's character set if it is non-UTF8.
9407           Fixes #337076.
9408
9409 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9410
9411         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
9412           Set image type from APIC frame as "image-type" field
9413           of GST_TAG_IMAGE buffer caps (#344605).
9414
9415 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
9416
9417         * ext/flac/Makefile.am:
9418         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
9419         (gst_flac_dec_reset_decoders),
9420         (gst_flac_dec_setup_seekable_decoder),
9421         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
9422         (gst_flac_dec_metadata_callback),
9423         (gst_flac_dec_metadata_callback_seekable),
9424         (gst_flac_dec_metadata_callback_stream),
9425         (gst_flac_dec_error_callback),
9426         (gst_flac_dec_error_callback_seekable),
9427         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
9428         (gst_flac_dec_read_stream), (gst_flac_dec_write),
9429         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
9430         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
9431         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
9432         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
9433         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
9434         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
9435         (gst_flac_dec_sink_activate_push),
9436         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
9437         * ext/flac/gstflacdec.h:
9438           Support chain-based operation, should make flac-over-DAAP
9439           work (#340492).
9440
9441 2006-06-20  Wim Taymans  <wim@fluendo.com>
9442
9443         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9444         Doc updates, merge some unused symbols.
9445
9446 2006-06-20  Wim Taymans  <wim@fluendo.com>
9447
9448         * docs/plugins/Makefile.am:
9449         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9450         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9451         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
9452         * gst/rtsp/gstrtspsrc.c:
9453         * gst/rtsp/gstrtspsrc.h:
9454         Added documentation for the rtsp plugin. Fixes #345393.
9455
9456 2006-06-20  Wim Taymans  <wim@fluendo.com>
9457
9458         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9459         (rtsp_connection_close), (rtsp_connection_free):
9460         Use better G_OS_* macros. Fixes #345301 some more.
9461
9462 2006-06-20  Wim Taymans  <wim@fluendo.com>
9463
9464         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9465
9466         * sys/sunaudio/Makefile.am:
9467         * sys/sunaudio/gstsunaudio.c: (plugin_init):
9468         * sys/sunaudio/gstsunaudiomixerctrl.c:
9469         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
9470         (gst_sunaudiomixer_ctrl_list_tracks),
9471         (gst_sunaudiomixer_ctrl_get_volume),
9472         (gst_sunaudiomixer_ctrl_set_volume),
9473         (gst_sunaudiomixer_ctrl_set_mute),
9474         (gst_sunaudiomixer_ctrl_set_record):
9475         * sys/sunaudio/gstsunaudiomixerctrl.h:
9476         * sys/sunaudio/gstsunaudiomixertrack.c:
9477         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
9478         * sys/sunaudio/gstsunaudiomixertrack.h:
9479         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
9480         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
9481         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
9482         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
9483         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
9484         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
9485         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
9486         (gst_sunaudiosrc_reset):
9487         * sys/sunaudio/gstsunaudiosrc.h:
9488         Add a SunAudio source plugin.
9489         Support stereo and right/left channel gain in the mixer plugin.
9490         Support the RECORD flag so that you can switch between line-input and
9491         microphone in gnome-volume-control.
9492         Code cleanups like using an enumerator for track number instead of an 
9493         integer. Fixes #344923.
9494
9495 2006-06-20  Wim Taymans  <wim@fluendo.com>
9496
9497         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
9498
9499         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9500         (rtsp_connection_close):
9501         Make RTSP plugin compile on windows. Fixes #345301.
9502         Some changes to original patch to catch errors better.
9503         use ifdef WIN32 instead of ifndef.
9504
9505 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9506
9507         * configure.ac:
9508         If we have libraw1394 >= 1.2.1, then we need libiec61883.
9509
9510 2006-06-18  Edward Hervey  <edward@fluendo.com>
9511
9512         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
9513         After a failed buffer alloc, we need to abort the jpeg decoding (it
9514         started when parsing headers to figure out how many bytes we need
9515         to request downstream).
9516
9517 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
9518
9519         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9520
9521         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
9522           Make sure we don't read beyond the end of the file (#345232).
9523
9524 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9525
9526         * configure.ac:
9527           Fix --disable-external (can't set conditionals conditionally,
9528           #343602).
9529
9530 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9531
9532         * autogen.sh:
9533         * configure.ac:
9534         * docs/Makefile.am:
9535           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
9536
9537         * docs/plugins/Makefile.am:
9538         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9539         * docs/plugins/inspect/plugin-taglib.xml:
9540           Add/fix apev2mux docs.
9541
9542 2006-06-14  Wim Taymans  <wim@fluendo.com>
9543
9544         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
9545         (gst_dvdec_finalize), (gst_dvdec_sink_event),
9546         (gst_dvdec_change_state):
9547         Reset segment info on flush.
9548         Alloc segment in _init, free in _finalize.
9549
9550         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
9551         Don't send segments twice.
9552
9553 2006-06-14  Wim Taymans  <wim@fluendo.com>
9554
9555         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
9556         Respect segment.stop. Fixes #342592.
9557
9558 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9559
9560         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
9561           No language specified means the implied language is English
9562           according to the matroska spec (partially fixes #344708);
9563           add some more debug output.
9564
9565 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9566
9567         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
9568         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
9569         (gst_wavparse_chain):
9570           When operating chain-based, don't make any assumptions about the
9571           chunking of the incoming data and make streaming work on days other
9572           than the second Thursday after a full moon. Also fix up debug
9573           messages here and there and make use of the most excellent new
9574           gst_pad_query_peer_duration() utility function.
9575           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
9576
9577         * gst/wavparse/gstwavparse.h:
9578           Remove trailing comma after last enum value, some compilers don't
9579           like that.
9580
9581 2006-06-13  Wim Taymans  <wim@fluendo.com>
9582
9583         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
9584         Handle premature EOS gracefully.
9585
9586 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
9587
9588         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
9589           Prevent out of bounds array access when scrubbing towards
9590           the end of the file between the last index entry and the
9591           end. Fixes occasional 'start <= stop' newsegment event
9592           assertions when scrubbing in MJPEG files.
9593
9594 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
9595
9596         * tests/check/elements/.cvsignore:
9597           And another one.
9598
9599 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9600
9601         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9602         (scan_encoded_string), (parse_picture_frame):
9603           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
9604
9605         * configure.ac:
9606           Require core >= 0.10.8 (for GST_TAG_IMAGE and
9607           GST_TAG_PPEVIEW_IMAGE used in the patch above).
9608
9609 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9610
9611         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
9612           gratuitous comment changes
9613         * tests/check/elements/level.c: (GST_START_TEST):
9614           fix level test leaks
9615
9616 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9617
9618         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
9619         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
9620           Use gst_pad_query_peer_duration() utility function here.
9621
9622 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9623
9624         * autogen.sh:
9625           require am17
9626         * configure.ac:
9627         * ext/annodex/Makefile.am:
9628         * ext/cdio/Makefile.am:
9629         * ext/dv/Makefile.am:
9630         * ext/esd/Makefile.am:
9631         * ext/flac/Makefile.am:
9632         * ext/gdk_pixbuf/Makefile.am:
9633         * ext/ladspa/Makefile.am:
9634         * ext/libcaca/Makefile.am:
9635         * ext/speex/Makefile.am:
9636         * ext/taglib/Makefile.am:
9637         * sys/oss/Makefile.am:
9638         * sys/sunaudio/Makefile.am:
9639         * sys/ximage/Makefile.am:
9640           clean up build further
9641
9642 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9643
9644         * gconf/Makefile.am:
9645           Honour --disable-schemas-install configure option. Fixes #344100.
9646
9647 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9648
9649         * tests/examples/level/Makefile.am:
9650           Add -lm to LIBS for pow() function, don't assume one of our
9651           dependencies (such as libxml-2.0) drags it in automatically
9652           (#343603).
9653
9654 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9655
9656         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
9657
9658         * configure.ac:
9659           We should use $SED and not $(SED) in configure.ac (#343678).
9660
9661 2006-06-09  Wim Taymans  <wim@fluendo.com>
9662
9663         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9664
9665         * sys/sunaudio/gstsunaudiomixerctrl.c:
9666         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
9667         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
9668         (gst_sunaudiomixer_ctrl_set_mute):
9669         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
9670         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
9671         (gst_sunaudiosink_write):
9672         Attached find a patch that fixes a number of bugs with the SunAudio
9673         mixer plugin and fixes #344101:
9674         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
9675            tracks onto the tracklist causing gnome-volume-control's preferences
9676            dialog to be messed up and would core dump if you checked/unchecked
9677            any item.
9678         2. We weren't previously setting the MUTE flag properly.  Fixing this
9679            makes gnome-volume-control work better.
9680         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
9681            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
9682            gnome-volume-control look better.
9683         Also some minor cleanup in gstsunaudiosink.c.
9684
9685 2006-06-09  Wim Taymans  <wim@fluendo.com>
9686
9687         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
9688         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
9689         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
9690         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
9691         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
9692         * ext/jpeg/gstjpegdec.h:
9693         API: Added IDCT method property
9694         Small cleanups.
9695         Avoid dynamic allocation of trivial fixed structure.
9696         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
9697
9698 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9699
9700         * configure.ac:
9701         We now require libraw1394 >= 1.1.0 and that version onwards all
9702         have .pc files.
9703
9704 2006-06-02  Edward Hervey  <edward@fluendo.com>
9705
9706         * gst/law/alaw-decode.c: (alawdec_getcaps): 
9707         Trying to get items from an ANY or EMPTY caps is ... stupid.
9708
9709 2006-06-02  Edward Hervey  <edward@fluendo.com>
9710
9711         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
9712         (gst_dvdec_chain), (gst_dvdec_change_state):
9713         * ext/dv/gstdvdec.h:
9714         Added GstSegment handling, now implements dropping/clipping.
9715
9716 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
9717
9718         * ext/aalib/gstaasink.h:
9719         * ext/annodex/gstcmmldec.h:
9720         * ext/cairo/gsttimeoverlay.h:
9721         * ext/dv/gstdvdec.h:
9722         * ext/dv/gstdvdemux.h:
9723         * ext/esd/esdmon.h:
9724         * ext/esd/esdsink.h:
9725         * ext/flac/gstflacenc.h:
9726         * ext/gconf/gstgconfaudiosink.h:
9727         * ext/gconf/gstgconfaudiosrc.h:
9728         * ext/gconf/gstgconfvideosink.h:
9729         * ext/gconf/gstgconfvideosrc.h:
9730         * ext/gdk_pixbuf/gstgdkanimation.h:
9731         * ext/gdk_pixbuf/pixbufscale.h:
9732         * ext/hal/gsthalaudiosink.h:
9733         * ext/hal/gsthalaudiosrc.h:
9734         * ext/jpeg/gstjpegenc.h:
9735         * ext/jpeg/gstsmokedec.h:
9736         * ext/jpeg/gstsmokeenc.h:
9737         * ext/libcaca/gstcacasink.h:
9738         * ext/libmng/gstmngdec.h:
9739         * ext/libmng/gstmngenc.h:
9740         * ext/libpng/gstpngdec.h:
9741         * ext/libpng/gstpngenc.h:
9742         * ext/raw1394/gstdv1394src.h:
9743         * ext/speex/gstspeexenc.h:
9744         * gst/autodetect/gstautoaudiosink.h:
9745         * gst/autodetect/gstautovideosink.h:
9746         * gst/avi/gstavidemux.h:
9747         * gst/cutter/gstcutter.h:
9748         * gst/debug/efence.h:
9749         * gst/debug/gstnavigationtest.h:
9750         * gst/debug/gstnavseek.h:
9751         * gst/flx/gstflxdec.h:
9752         * gst/goom/gstgoom.h:
9753         * gst/icydemux/gsticydemux.h:
9754         * gst/id3demux/gstid3demux.h:
9755         * gst/law/alaw-decode.h:
9756         * gst/law/alaw-encode.h:
9757         * gst/law/mulaw-decode.h:
9758         * gst/law/mulaw-encode.h:
9759         * gst/matroska/matroska-mux.h:
9760         * gst/median/gstmedian.h:
9761         * gst/oldcore/gstaggregator.h:
9762         * gst/oldcore/gstfdsink.h:
9763         * gst/oldcore/gstmd5sink.h:
9764         * gst/oldcore/gstmultifilesrc.h:
9765         * gst/oldcore/gstpipefilter.h:
9766         * gst/oldcore/gstshaper.h:
9767         * gst/oldcore/gststatistics.h:
9768         * gst/rtp/gstasteriskh263.h:
9769         * gst/rtp/gstrtpL16depay.h:
9770         * gst/rtp/gstrtpL16pay.h:
9771         * gst/rtp/gstrtpamrdepay.h:
9772         * gst/rtp/gstrtpamrpay.h:
9773         * gst/rtp/gstrtpdepay.h:
9774         * gst/rtp/gstrtpgsmdepay.h:
9775         * gst/rtp/gstrtpgsmpay.h:
9776         * gst/rtp/gstrtph263pay.h:
9777         * gst/rtp/gstrtph263pdepay.h:
9778         * gst/rtp/gstrtph263ppay.h:
9779         * gst/rtp/gstrtpmp4gpay.h:
9780         * gst/rtp/gstrtpmp4vdepay.h:
9781         * gst/rtp/gstrtpmp4vpay.h:
9782         * gst/rtp/gstrtpmpadepay.h:
9783         * gst/rtp/gstrtpmpapay.h:
9784         * gst/rtp/gstrtppcmadepay.h:
9785         * gst/rtp/gstrtppcmapay.h:
9786         * gst/rtp/gstrtppcmudepay.h:
9787         * gst/rtp/gstrtppcmupay.h:
9788         * gst/rtp/gstrtpspeexdepay.h:
9789         * gst/rtp/gstrtpspeexpay.h:
9790         * gst/rtsp/gstrtpdec.h:
9791         * gst/rtsp/gstrtspsrc.h:
9792         * gst/smpte/gstsmpte.h:
9793         * gst/udp/gstdynudpsink.h:
9794         * gst/udp/gstmultiudpsink.h:
9795         * gst/udp/gstudpsink.h:
9796         * gst/udp/gstudpsrc.h:
9797         * gst/videofilter/gstvideobalance.h:
9798         * gst/videofilter/gstvideoflip.h:
9799         * sys/oss/gstossdmabuffer.h:
9800         * sys/oss/gstossmixerelement.h:
9801         * sys/oss/gstosssink.h:
9802         * sys/oss/gstosssrc.h:
9803         * sys/osxvideo/osxvideosink.h:
9804         * sys/sunaudio/gstsunaudiomixer.h:
9805         * sys/sunaudio/gstsunaudiosink.h:
9806         * sys/ximage/gstximagesrc.h:
9807         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
9808
9809 2006-05-31  Wim Taymans  <wim@fluendo.com>
9810
9811         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
9812         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
9813         (gst_goom_src_setcaps), (gst_goom_src_event),
9814         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
9815         (gst_goom_change_state):
9816         * gst/goom/gstgoom.h:
9817         Handle QoS.
9818         Handle flushing, discont and events.
9819         Fix timestamps and various other cleanups.
9820
9821 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9822
9823         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
9824         Fix bus reset when using libiec61883
9825
9826 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9827
9828         * configure.ac:
9829         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
9830         * ext/raw1394/Makefile.am:
9831         Add CFLAGS.
9832         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
9833         New method, to receive using libiec61883.
9834         (gst_dv1394src_iso_receive),
9835         #ifdef'd out if libiec61883 is present.
9836         (gst_dv1394src_bus_reset),
9837         Get userdata correctly if using libiec61883. 
9838         (gst_dv1394src_create),
9839         When using libiec61883, only poll one fd and no need to read.
9840         (gst_dv1394src_discover_avc_node),
9841         Replace g_warnings.
9842         (gst_dv1394src_start),
9843         Create new handle when we know which dv port.  More reliable
9844         than setting port on an existing handle.  Initialise libiec61883.
9845         (gst_dv1394src_stop):
9846         If using libiec61883, then cleanup its handle properly.
9847         * ext/raw1394/gstdv1394src.h:
9848         Add libiec61883 handle.
9849
9850 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
9851
9852         * gst/avi/gstavidemux.c:
9853           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
9854         * win32/MANIFEST:
9855           sort file listing
9856         * win32/vs6/libgstavi.dsp:
9857           add gstavimux.c to the project
9858         * win32/vs6/libgstid3demux.dsp:
9859           add link to zlib library
9860         * win32/vs6/libgstmatroska.dsp:
9861           add matroska-ids.c to the project
9862
9863 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9864
9865         Patch by: Sebastian Dröge  <mail at slomosnail de >
9866
9867         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9868         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9869         * ext/taglib/Makefile.am:
9870         * ext/taglib/gstapev2mux.cc:
9871         * ext/taglib/gstapev2mux.h:
9872         * ext/taglib/gstid3v2mux.cc:
9873         * ext/taglib/gsttaglibmux.c: (plugin_init):
9874         * ext/taglib/gsttaglibmux.h:
9875           Add apev2mux element (#343122).
9876         
9877         * tests/check/Makefile.am:
9878         * tests/check/elements/apev2mux.c:
9879         (test_taglib_apev2mux_create_tags),
9880         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
9881         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
9882         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
9883         (apev2mux_suite), (main):
9884           Add unit test for apev2mux element.
9885
9886 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9887
9888         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
9889         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
9890         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
9891           GST_PTR_FORMAT should be used to print caps in debug statements.
9892
9893 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9894
9895         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
9896
9897         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
9898         (ape_demux_parse_tags):
9899           Some clean-ups and additions: map APE 'file' tag to
9900           GST_TAG_LOCATION (#343123); add support for extracting
9901           the track count and clean up parsing a bit (#343127).
9902
9903 2006-05-28  Edward Hervey  <edward@fluendo.com>
9904
9905         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
9906         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
9907
9908 2006-05-28  Edward Hervey  <edward@fluendo.com>
9909
9910         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
9911         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
9912         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
9913         * ext/jpeg/gstjpegdec.h:
9914         Clip outgoing buffers according to currently configured segment.
9915
9916 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9917
9918         * ext/taglib/gstid3v2mux.cc:
9919           Handle  writing of track-count or album-volume-count without
9920           track-number or albume-volume-number (in this case the number
9921           will just be set to 0).
9922
9923         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
9924           It would be nice if we actually checked the values received for
9925           track/album-volume number/count in  _check_tags(), rather than
9926           setting them again ...
9927
9928 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9929
9930         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
9931           A track/volume number or count of 0 does not make sense,
9932           just ignore it along with negative numbers (a tag might
9933           only contain a track count without a track number).
9934
9935 2006-05-27  Edward Hervey  <edward@fluendo.com>
9936
9937         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
9938         (gst_jpeg_dec_sink_event):
9939         Abort decompression when receiving FLUSH_STOP. This should avoid
9940         issues when interrupting decoding with flushes.
9941
9942 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
9943
9944         * ext/flac/gstflac.c:
9945           Don't #include file we don't dist any longer.
9946
9947 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
9948
9949         * README:
9950           Replace current README (containing the release notes from
9951           some 0.9.x version) with a proper README taken from the core.
9952
9953 2006-05-24  Wim Taymans  <wim@fluendo.com>
9954
9955         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
9956         Implement EOS correctly by either posting
9957         SEGMENT_DONE or pushing an EOS message depending
9958         on the seek type. Fixes #342592
9959
9960 2006-05-24  Wim Taymans  <wim@fluendo.com>
9961
9962         * gst/law/alaw-decode.c: (gst_alawdec_chain):
9963         * gst/law/alaw-decode.h:
9964         * gst/law/alaw-encode.c: (gst_alawenc_chain):
9965         * gst/law/alaw-encode.h:
9966         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
9967         * gst/law/mulaw-decode.h:
9968         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
9969         * gst/law/mulaw-encode.h:
9970         Some cleanups in the chain functions.
9971         Remove some GStreamer 0.0.2 bits.
9972
9973 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
9974
9975         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9976
9977         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
9978           gst_collect_pads_stop() needs to be called before chaining up
9979           to the parent class (#342734).
9980
9981 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
9982
9983         * ext/flac/Makefile.am:
9984         * ext/flac/flac_compat.h:
9985         * ext/flac/gstflac.c:
9986         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
9987         * ext/flac/gstflacenc.c:
9988           Remove backwards compatibility cruft for dealing with FLAC API
9989           changes in the 1.0.x series - we require 1.1.1 or newer these days.
9990
9991 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
9992
9993         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9994         (gst_matroska_demux_push_xiph_codec_priv_data),
9995         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9996         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
9997         * gst/matroska/matroska-ids.h:
9998         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
9999         (gst_matroska_mux_video_pad_setcaps),
10000         (xiph3_streamheader_to_codecdata),
10001         (vorbis_streamheader_to_codecdata),
10002         (theora_streamheader_to_codecdata),
10003         (gst_matroska_mux_audio_pad_setcaps),
10004         (gst_matroska_mux_write_data):
10005           Add support for muxing/demuxing theora video (#342448; too bad
10006           none of the usual linux players can actually play this). Playback
10007           in GStreamer will require additional changes to theoradec in -base.
10008           Refactor streamheaders <=> CodecPrivateData code a bit; some small
10009           cleanups.
10010
10011 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10012
10013         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
10014         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
10015           Fix crashes when the horizontal subsampling is 1.
10016           Fixes #342097.
10017
10018 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10019
10020         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10021
10022         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
10023         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10024         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10025         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
10026         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
10027         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10028         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
10029         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10030         (gst_avi_mux_change_state):
10031         * gst/avi/gstavimux.h:
10032           Some enhancements for avimux (#342526):
10033            - add odml (large file) index support
10034            - store codec init data (e.g. huffyuv)
10035            - miscellaneous other fixes/cleanups
10036
10037 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
10038
10039         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10040         Don't output any tag when we encounter a negative track number - the
10041         tag type is uint, so we end up outputting huge positive numbers
10042         instead. (Fixes: #342029)
10043
10044 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10045
10046         * configure.ac:
10047           update for new GSTPB_PLUGINS_DIR
10048
10049 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
10050
10051         * rtp/gst/gstrtph263pay.c:
10052         Properly set static caps for H263 at 34.
10053
10054 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
10055
10056         Patch by: James "Doc" Livingston  <doclivingston gmail com>
10057
10058         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
10059           Merge event tags and tag setter tags correctly (#339918). Also,
10060           don't leak taglist in case of an error.
10061           
10062 2006-05-17  Edward Hervey  <edward@fluendo.com>
10063
10064         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
10065         We can only do caps intersection if the othercaps are non-empty and not
10066         ANY. Else we return the pad template (base_caps).
10067
10068 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
10069
10070         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10071           Fix crash when outputting debugging information for certain
10072           pictures (always good to use the right struct member for
10073           the number of records in an array).
10074
10075 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
10076
10077         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
10078
10079         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
10080         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
10081         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
10082         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
10083         (gst_ebml_read_float), (gst_ebml_read_ascii),
10084         (gst_ebml_read_binary):
10085           Don't create unnecessary sub-buffers all the time. Dramatically
10086           improves performance with multiple concurrently running
10087           matroskademux instances (#341818) (and avoids doing
10088           unnecessarily inefficient things in the general case).
10089
10090 2006-05-16  Edward Hervey  <edward@fluendo.com>
10091
10092         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
10093         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
10094         return value of gst_pad_push_event().
10095
10096 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
10097
10098         * gst/autodetect/gstautoaudiosink.c:
10099         (gst_auto_audio_sink_find_best):
10100         * gst/autodetect/gstautovideosink.c:
10101         (gst_auto_video_sink_find_best):
10102         Make the name of the child element be based on the name of the
10103         parent, so that debug output is more useful.
10104         
10105         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
10106         (parse_insert_string_field), (parse_split_strings):
10107         Rework string parsing to always walk over BOM markers in UTF16
10108         strings, using the endianness indicated by the innermost one,
10109         then trying the opposite endianness if that fails to convert
10110         to valid UTF-8. Fixes #341774
10111
10112 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10113
10114         Patch from: Matthieu <matthieu at fluendo dot com>
10115
10116         * ext/libpng/Makefile.am:
10117         Add LIBPNG_CFLAGS.
10118
10119 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10120
10121         * ext/taglib/gstid3v2mux.cc:
10122           Add support for writing images (APIC frames) into ID3v2
10123           tags (picture type always set to 'other' for now though).
10124
10125 2006-05-14  Michael Smith  <msmith@fluendo.com>
10126
10127         * gst/wavparse/gstwavparse.c:
10128           Update docs; wavparse implements push and pull modes.
10129
10130 2006-05-12  Wim Taymans  <wim@fluendo.com>
10131
10132         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
10133         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
10134         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
10135         Ooops, bitten by the copy-and-paste design paradigm, fixes
10136         seek again.
10137
10138 2006-05-12  Wim Taymans  <wim@fluendo.com>
10139
10140         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10141         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
10142         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
10143         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10144         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
10145         (gst_avi_demux_massage_index),
10146         (gst_avi_demux_calculate_durations_from_index),
10147         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
10148         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10149         (gst_avi_demux_loop):
10150         * gst/avi/gstavidemux.h:
10151         Some cleanups, prepare to use GstSegment.
10152         Fix error in entry walking code.
10153         Fix VBR detection.
10154         Smarter timestamp calculation code.
10155         Uniform error/eos handling.
10156
10157 2006-05-12  Michael Smith  <msmith@fluendo.com>
10158
10159         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
10160         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
10161           Fix use of uninitialised values if we're NOT seeking in ready.
10162           Fix typos.
10163
10164 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
10165
10166         * gst/wavparse/Makefile.am:
10167           Add CFLAGS and LIBS for libgstbase, fixes build on
10168           Cygwin (#341489).
10169
10170 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10171
10172         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
10173           Some more debug info. No need to check whether the string
10174           returned by g_convert() is really UTF-8 - either it is or
10175           we get NULL returned.
10176
10177 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
10178
10179         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
10180           Fix parsing of numeric genre strings some more, by ensuring that
10181           we only try and parse strings that a) Start with '(' and b) Consist
10182           only of digits.
10183           Also, when finding an escaping '((' sequence, bust it back to '(' by
10184           swallowing the first parenthesis
10185
10186 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10187
10188         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
10189         (gst_esdsink_open), (gst_esdsink_close):
10190         * ext/esd/esdsink.h:
10191           Move the esd_get_server_info() into gst_esdsink_open() and fail
10192           with a decent error message on errors.
10193
10194 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10195
10196         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
10197         (gst_esdmon_channels_get_type):
10198         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
10199         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
10200         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
10201         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
10202         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
10203         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
10204         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
10205         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
10206         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
10207         * gst/videomixer/videomixer.c:
10208         (gst_video_mixer_background_get_type):
10209           Const-ify GEnumValue arrays.
10210
10211 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10212
10213         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
10214
10215         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
10216         (gst_avi_mux_do_video_buffer):
10217           Work around gst_buffer_make_metadata_writable() bug that
10218           results in avimux marking all frames in the index as
10219           keyframes (#340859).
10220           
10221 2006-05-08  Wim Taymans  <wim@fluendo.com>
10222
10223         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10224         Make parsing of urls suck slightly less.
10225
10226 2006-05-08  Edward Hervey  <edward@fluendo.com>
10227
10228         * autogen.sh: (CONFIGURE_DEF_OPT): 
10229         libtoolize on Darwin/MacOSX is called glibtoolize.
10230
10231 2006-05-08  Wim Taymans  <wim@fluendo.com>
10232
10233         Patch by: Jens Granseuer <jensgr at gmx dot net>
10234
10235         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
10236         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
10237         C89 compliance fixes. Fixes #340980
10238
10239 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
10240
10241         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10242         * ext/flac/gstflacdec.h:
10243           Handle segment seeks that include the end of the file as stop point
10244           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
10245           message instead of an EOS event in case we're in segment seek
10246           mode (fixes #340699).
10247           
10248 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
10249
10250         * ext/cairo/gsttextoverlay.c:
10251         * ext/flac/gstflacdec.c:
10252         * ext/gdk_pixbuf/pixbufscale.c:
10253         * gst/apetag/gstapedemux.c:
10254         * gst/debug/breakmydata.c:
10255         * gst/debug/testplugin.c:
10256         * gst/matroska/ebml-write.c:
10257         * gst/multipart/multipartdemux.c:
10258         * sys/osxaudio/gstosxaudiosink.c:
10259         * sys/osxaudio/gstosxaudiosrc.c:
10260         Add semicolons after GST_BOILERPLATE[_FULL] so that
10261         indent doesn't mess up following lines.
10262
10263 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
10264
10265         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
10266
10267         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
10268           Don't leak caps when freeing the stream context (#340623).
10269
10270 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
10271
10272         * configure.ac:
10273           Back to CVS
10274
10275 === release 0.10.3 ===
10276
10277 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
10278
10279         * configure.ac:
10280           releasing 0.10.3, "Desplazado"
10281
10282 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10283
10284         * gst/matroska/matroska-mux.c:
10285         (gst_matroska_mux_stream_is_vorbis_header),
10286         (gst_matroska_mux_write_data):
10287           Don't strcmp() NULL strings.
10288           Only start new clusters on video keyframes, not on any
10289           random audio buffer that doesn't have the DELTA_UNIT
10290           flag set (fixes 'make check' again).
10291
10292 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10293
10294         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10295
10296         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
10297         (gst_matroska_mux_stream_is_vorbis_header),
10298         (gst_matroska_mux_write_data):
10299           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
10300           value and then dead-lock when muxing vorbis audio streams
10301           (the three vorbis header buffers carry no timestamp, and it
10302           would try to mux these after all video buffers). Fixes #340346.
10303
10304           Improve clustering: start a new cluster also whenever we get
10305           a keyframe.     
10306
10307 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10308
10309         * win32/common/config.h:
10310         * win32/MANIFEST
10311           add the generated file as well
10312
10313 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10314
10315         * Makefile.am:
10316         * configure.ac:
10317         * win32/common/config.h.in:
10318           add win32 stuff
10319
10320 2006-05-03  Michael Smith  <msmith@fluendo.com>
10321
10322         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
10323           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
10324           SUCKS.
10325
10326 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
10327
10328         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10329         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10330         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10331           don't leak caps-string
10332
10333 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10334
10335         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
10336         (gst_id3demux_sink_activate):
10337           Let core insert default error message for TYPE_NOT_FOUND
10338           errors, it's just as good as our own and has the added
10339           bonus of being translated.
10340
10341 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10342
10343         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
10344         (gst_tag_demux_sink_event):
10345         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
10346         (gst_id3demux_sink_event):
10347           Post an error message when we get an EOS event and were not
10348           able to find out the type of stream.
10349
10350         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
10351         (test_taglib_id3mux_with_tags):
10352           Decrease num-buffers to 16 per iteration again, otherwise the
10353           many memcpy()s and reallocations in the test will hammer slow
10354           CPUs completely and make the test timeout.
10355
10356 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10357
10358         * configure.ac:
10359           figure out where plugins-base plugins are
10360         * tests/check/Makefile.am:
10361           use plugins-base plugins, so we have typefind functions
10362         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
10363           increase num-buffers, this makes sure the test errors out instead
10364           of timing out when no typefind functions are present
10365
10366 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10367
10368         * docs/plugins/Makefile.am:
10369           also check .cc files for gtk-doc markup
10370         * configure.ac:
10371         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10372         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10373         * tests/check/Makefile.am:
10374         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
10375         * ext/Makefile.am:
10376         * ext/taglib/Makefile.am:
10377         * ext/taglib/gstid3v2mux.h:
10378         * ext/taglib/gsttaglibmux.c:
10379         * ext/taglib/gsttaglibmux.h:
10380           move taglib-based id3v2muxer to -good.  Fixes #336110.
10381
10382 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
10383
10384         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10385           ... and fix multichannel/WAVFORMATEX support again.
10386
10387 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
10388
10389         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10390         (gst_wavparse_class_init), (gst_wavparse_dispose),
10391         (gst_wavparse_reset), (gst_wavparse_init),
10392         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
10393         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
10394         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
10395         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
10396         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10397         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10398         (gst_wavparse_stream_data), (gst_wavparse_loop),
10399         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10400         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10401         (gst_wavparse_change_state), (plugin_init):
10402         * gst/wavparse/gstwavparse.h:
10403           Add push (streaming) mode to wavparse (fixes #337625)
10404
10405 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10406
10407         * configure.ac:
10408         * tests/Makefile.am:
10409           add ximagesrc icles test
10410
10411 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10412
10413         * configure.ac:
10414         * docs/plugins/Makefile.am:
10415         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10416         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10417         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
10418         (gst_cmml_enc_push_clip):
10419         * sys/Makefile.am:
10420         * sys/ximage/Makefile.am:
10421         * sys/ximage/gstximagesrc.c:
10422           Move ximagesrc plug-in to good after review.  Fixes #336756.
10423
10424 2006-04-28  Michael Smith  <msmith@fluendo.com>
10425
10426         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
10427         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
10428         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
10429         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
10430         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10431         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
10432         * gst/icydemux/gsticydemux.h:
10433           Fix event handling: cache events when typefinding and forward later.
10434
10435 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10436
10437         * sys/osxaudio/gstosxaudiosink.c:
10438         (plugin_init):
10439          Register osxaudiosrc to the plugin.
10440         * sys/osxaudio/gstosxaudiosrc.c:
10441         (gst_osx_audio_src_osxelement_do_init),
10442         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
10443         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
10444         (gst_osx_audio_src_get_property),
10445         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
10446         (gst_osx_audio_src_osxelement_init):
10447         * sys/osxaudio/gstosxaudiosrc.h:
10448           Port of osxaudiosrc to 0.10.
10449         * sys/osxaudio/Makefile.am:
10450           Add osxaudiosrc
10451
10452 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10453
10454         * sys/osxaudio/gstosxringbuffer.c:
10455         * sys/osxaudio/gstosxringbuffer.h:
10456           Forgot to commit earlier, part of the OSX audio plugin port
10457
10458 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
10459
10460         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
10461         (parse_split_strings):
10462           Recognise and skip any byte order marker (BOM) in
10463           UTF-16 strings.
10464
10465 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10466
10467         * docs/plugins/Makefile.am:
10468         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10469         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10470         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10471         * docs/plugins/inspect/plugin-avi.xml:
10472         * gst/avi/gstavidemux.c:
10473         * gst/avi/gstavimux.c:
10474           Add docs for both avidemux and avimux.
10475
10476 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10477
10478         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10479
10480         * gst/avi/Makefile.am:
10481         * gst/avi/gstavi.c: (plugin_init):
10482         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
10483         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
10484         (gst_avi_mux_class_init), (gst_avi_mux_init),
10485         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10486         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
10487         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
10488         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10489         (gst_avi_mux_riff_get_avix_header),
10490         (gst_avi_mux_riff_get_video_header),
10491         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
10492         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
10493         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10494         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
10495         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
10496         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
10497         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10498         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
10499         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
10500         (gst_avi_mux_change_state):
10501         * gst/avi/gstavimux.h:
10502           Port AVI muxer to GStreamer-0.10 (#332031).
10503
10504         * tests/check/Makefile.am:
10505         * tests/check/elements/avimux.c:
10506         * tests/check/elements/.cvsignore:
10507           Add unit test for AVI muxer.
10508
10509 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
10510
10511         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10512         (gst_wavparse_class_init), (gst_wavparse_reset),
10513         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10514         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10515         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10516         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10517         (gst_wavparse_stream_data), (gst_wavparse_loop),
10518         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
10519         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
10520         (plugin_init):
10521         * gst/wavparse/gstwavparse.h:
10522           reverted patch #337625 for the price of 1 hour sleep
10523
10524 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10525
10526         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10527         (gst_wavparse_class_init), (gst_wavparse_reset),
10528         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10529         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
10530         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10531         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10532         (gst_wavparse_stream_data), (gst_wavparse_loop),
10533         (gst_wavparse_chain), (plugin_init):
10534         * gst/wavparse/gstwavparse.h:
10535           correct partial implementation of push mode
10536           (from my last commit)
10537
10538 2006-04-26  Wim Taymans  <wim@fluendo.com>
10539
10540         * ext/esd/esdsink.c:
10541         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
10542         it is not in esd.h
10543
10544 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
10545
10546         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
10547         (gst_au_parse_class_init), (gst_au_parse_init),
10548         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
10549         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
10550         (gst_au_parse_chain), (gst_au_parse_src_convert),
10551         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
10552         (gst_au_parse_sink_event), (gst_au_parse_src_event),
10553         (gst_au_parse_change_state):
10554         * gst/auparse/gstauparse.h:
10555           Rewrite auparse to suck a little bit less: make source pad
10556           dynamic, so decodebin/playbin work with non-raw formats
10557           like alaw/mulaw; add query function for duration/position
10558           queries; check whether we have enough data before attempting
10559           to parse the header (instead of crashing when that is not the
10560           case); work around audioconvert sucking by swapping endianness
10561           to the native endianness ourselves for float formats; send
10562           initial newsegment event. Fixes #161712.
10563
10564 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10565
10566         * sys/osxaudio/Makefile.am:
10567         * sys/osxaudio/gstosxaudioelement.c:
10568         (gst_osx_audio_element_get_type),
10569         (gst_osx_audio_element_class_init):
10570         * sys/osxaudio/gstosxaudioelement.h:
10571         * sys/osxaudio/gstosxaudiosink.c:
10572         (gst_osx_audio_sink_osxelement_do_init),
10573         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
10574         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
10575         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
10576         (gst_osx_audio_sink_create_ringbuffer),
10577         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
10578         (plugin_init):
10579         * sys/osxaudio/gstosxaudiosink.h:
10580         Port of osxaudiosink to 0.10
10581
10582 2006-04-26  Wim Taymans  <wim@fluendo.com>
10583
10584         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
10585         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
10586         the size of the ringbuffer. This should fix hangs with older 
10587         esd sound servers.
10588
10589 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10590
10591         * ext/aalib/gstaasink.c:
10592         * ext/annodex/gstcmmldec.c:
10593         * ext/annodex/gstcmmlenc.c:
10594         * ext/cairo/gsttextoverlay.c:
10595         * ext/cairo/gsttimeoverlay.c:
10596         * ext/cdio/gstcdiocddasrc.c:
10597         * ext/dv/gstdvdec.c:
10598         * ext/dv/gstdvdemux.c:
10599         * ext/esd/esdmon.c:
10600         * ext/esd/esdsink.c:
10601         * ext/flac/gstflacenc.c:
10602         * ext/flac/gstflactag.c:
10603         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
10604         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
10605         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
10606         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
10607         * ext/gdk_pixbuf/pixbufscale.c:
10608         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10609         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10610         * ext/jpeg/gstjpegdec.c:
10611         * ext/jpeg/gstjpegenc.c:
10612         * ext/jpeg/gstsmokedec.c:
10613         * ext/jpeg/gstsmokeenc.c:
10614         * ext/libcaca/gstcacasink.c:
10615         * ext/libmng/gstmngdec.c:
10616         * ext/libmng/gstmngenc.c:
10617         * ext/libpng/gstpngdec.c:
10618         * ext/libpng/gstpngenc.c:
10619         * ext/mikmod/gstmikmod.c:
10620         * ext/raw1394/gstdv1394src.c:
10621         * ext/shout2/gstshout2.c: (gst_shout2send_init):
10622         * ext/shout2/gstshout2.h:
10623         * ext/speex/gstspeexdec.c:
10624         * ext/speex/gstspeexenc.c:
10625         * gst/alpha/gstalpha.c:
10626         * gst/alpha/gstalphacolor.c:
10627         * gst/apetag/gstapedemux.c:
10628         * gst/auparse/gstauparse.c:
10629         * gst/autodetect/gstautoaudiosink.c:
10630         (gst_auto_audio_sink_base_init):
10631         * gst/autodetect/gstautovideosink.c:
10632         (gst_auto_video_sink_base_init):
10633         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
10634         * gst/avi/gstavimux.c: (gst_avimux_base_init):
10635         * gst/cutter/gstcutter.c:
10636         * gst/debug/breakmydata.c:
10637         * gst/debug/efence.c:
10638         * gst/debug/gstnavigationtest.c:
10639         * gst/debug/gstnavseek.c:
10640         * gst/debug/negotiation.c:
10641         * gst/debug/progressreport.c:
10642         * gst/debug/testplugin.c:
10643         * gst/effectv/gstaging.c:
10644         * gst/effectv/gstdice.c:
10645         * gst/effectv/gstedge.c:
10646         * gst/effectv/gstquark.c:
10647         * gst/effectv/gstrev.c:
10648         * gst/effectv/gstshagadelic.c:
10649         * gst/effectv/gstvertigo.c:
10650         * gst/effectv/gstwarp.c:
10651         * gst/flx/gstflxdec.c:
10652         * gst/goom/gstgoom.c:
10653         * gst/icydemux/gsticydemux.c:
10654         * gst/id3demux/gstid3demux.c:
10655         * gst/interleave/deinterleave.c:
10656         * gst/interleave/interleave.c:
10657         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
10658         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
10659         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
10660         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
10661         * gst/level/gstlevel.c:
10662         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
10663         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
10664         * gst/median/gstmedian.c:
10665         * gst/monoscope/gstmonoscope.c:
10666         * gst/multipart/multipartdemux.c:
10667         * gst/multipart/multipartmux.c:
10668         * gst/oldcore/gstaggregator.c:
10669         * gst/oldcore/gstfdsink.c:
10670         * gst/oldcore/gstmd5sink.c:
10671         * gst/oldcore/gstmultifilesrc.c:
10672         * gst/oldcore/gstpipefilter.c:
10673         * gst/oldcore/gstshaper.c:
10674         * gst/oldcore/gststatistics.c:
10675         * gst/rtp/gstasteriskh263.c:
10676         * gst/rtp/gstrtpL16depay.c:
10677         * gst/rtp/gstrtpL16pay.c:
10678         * gst/rtp/gstrtpamrdepay.c:
10679         * gst/rtp/gstrtpamrpay.c:
10680         * gst/rtp/gstrtpdepay.c:
10681         * gst/rtp/gstrtpgsmpay.c:
10682         * gst/rtp/gstrtph263pay.c:
10683         * gst/rtp/gstrtph263pdepay.c:
10684         * gst/rtp/gstrtph263ppay.c:
10685         * gst/rtp/gstrtpilbcdepay.c:
10686         * gst/rtp/gstrtpmp4gpay.c:
10687         * gst/rtp/gstrtpmp4vdepay.c:
10688         * gst/rtp/gstrtpmp4vpay.c:
10689         * gst/rtp/gstrtpmpadepay.c:
10690         * gst/rtp/gstrtpmpapay.c:
10691         * gst/rtp/gstrtppcmadepay.c:
10692         * gst/rtp/gstrtppcmapay.c:
10693         * gst/rtp/gstrtppcmudepay.c:
10694         * gst/rtp/gstrtppcmupay.c:
10695         * gst/rtp/gstrtpspeexdepay.c:
10696         * gst/rtp/gstrtpspeexpay.c:
10697         * gst/rtsp/gstrtpdec.c:
10698         * gst/rtsp/gstrtspsrc.c:
10699         * gst/smpte/gstsmpte.c:
10700         * gst/udp/gstdynudpsink.c:
10701         * gst/udp/gstmultiudpsink.c:
10702         * gst/udp/gstudpsink.c:
10703         * gst/udp/gstudpsrc.c:
10704         * gst/videobox/gstvideobox.c:
10705         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
10706         * gst/videofilter/gstvideobalance.c:
10707         * gst/videofilter/gstvideoflip.c:
10708         * gst/videofilter/gstvideotemplate.c:
10709         (gst_videotemplate_base_init):
10710         * gst/videomixer/videomixer.c:
10711         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10712         (gst_wavparse_class_init), (gst_wavparse_dispose),
10713         (gst_wavparse_reset), (gst_wavparse_init),
10714         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
10715         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
10716         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
10717         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
10718         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10719         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10720         (gst_wavparse_change_state):
10721         * gst/wavparse/gstwavparse.h:
10722         * sys/oss/gstossmixerelement.c:
10723         * sys/oss/gstosssink.c:
10724         * sys/oss/gstosssrc.c:
10725         * sys/osxaudio/gstosxaudioelement.c:
10726         * sys/osxaudio/gstosxaudiosink.c:
10727         * sys/osxaudio/gstosxaudiosrc.c:
10728         * sys/sunaudio/gstsunaudiomixer.c:
10729         * sys/sunaudio/gstsunaudiosink.c:
10730           Define GstElementDetails as const and also static (when defined as
10731           global)
10732
10733 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10734
10735         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10736           Source pad has fixed caps. If we don't set this, bad
10737           things happen when the window is resized.
10738
10739 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10740
10741         * gst/matroska/Makefile.am:
10742         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10743         (gst_matroska_demux_handle_src_event):
10744         * gst/matroska/matroska-ids.c:
10745         (gst_matroska_track_init_video_context),
10746         (gst_matroska_track_init_audio_context),
10747         (gst_matroska_track_init_subtitle_context),
10748         (gst_matroska_track_init_complex_context):
10749         * gst/matroska/matroska-ids.h:
10750           Handle case where the TrackType ebml chunk does not come before the
10751           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
10752           events.
10753
10754 2006-04-25  Wim Taymans  <wim@fluendo.com>
10755
10756         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10757         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
10758         It's codec_data, not codec_info.
10759
10760 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10761
10762         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10763
10764         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
10765           Handle codec_data for VfW compatibility codec IDs (#339451)
10766
10767         * gst/matroska/matroska-mux.c:
10768         (gst_matroska_mux_video_pad_setcaps):
10769           Same here, handle codec_data and add additional caps we can handle
10770           now to the pad template (huffyuv, dv and h263 video) (#339451)
10771
10772 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10773
10774         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
10775
10776         * gst/matroska/matroska-mux.c:
10777         (gst_matroska_mux_create_buffer_header),
10778         (gst_matroska_mux_write_data):
10779           Fix timestamping of B-frames, use signed integers, do
10780           some rounding (#339678).
10781
10782 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
10783
10784         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
10785         just make it compile with --disable-gst-debug.
10786
10787 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
10788
10789         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
10790         Fix a bad conversion using gst_guint64_to_gdouble.
10791         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
10792         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
10793         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
10794     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
10795         mistake.
10796
10797 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
10798
10799         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
10800         Use gst_guint64_to_gdouble for conversions
10801         * win32/vs6/gst_plugins_good.dsw:
10802         * win32/vs6/libgsticydemux.dsp:
10803         Add a project file for icydemux
10804
10805 2006-04-21  Wim Taymans  <wim@fluendo.com>
10806
10807         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
10808
10809         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10810         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
10811         When splitting audio chunks, the block alignment is not taken in
10812         consideration, so the smaller chunks could be of size which is 
10813         not a multiple of the block alignment. Fixes #336904
10814
10815 2006-04-21  Wim Taymans  <wim@fluendo.com>
10816
10817         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
10818         Use scale functions
10819
10820 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
10821
10822         * ext/dv/gstdv.c: (plugin_init):
10823           Fix build.
10824
10825 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
10826
10827         * gst/debug/progressreport.c: (gst_progress_report_finalize),
10828         (gst_progress_report_class_init), (gst_progress_report_init),
10829         (gst_progress_report_do_query), (gst_progress_report_report),
10830         (gst_progress_report_set_property),
10831         (gst_progress_report_get_property):
10832           Add 'format' property to force querying to a particular format.
10833
10834 2006-04-21  Andy Wingo  <wingo@pobox.com>
10835
10836         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
10837         best, on big endian systems. Drop its rank in that case. OTOH on
10838         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
10839
10840 2006-04-21  Michael Smith  <msmith@fluendo.com>
10841
10842         * configure.ac:
10843         * gst/icydemux/Makefile.am:
10844         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
10845         (gst_icydemux_base_init), (gst_icydemux_class_init),
10846         (gst_icydemux_reset), (gst_icydemux_init),
10847         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
10848         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
10849         (unicodify), (gst_icydemux_unicodify),
10850         (gst_icydemux_parse_and_send_tags),
10851         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10852         (gst_icydemux_chain), (gst_icydemux_change_state),
10853         (gst_icydemux_send_tag_event), (plugin_init):
10854         * gst/icydemux/gsticydemux.h:
10855         * tests/check/Makefile.am:
10856         * tests/check/elements/icydemux.c: (typefind_succeed),
10857         (plugin_init), (icydemux_found_pad), (create_icydemux),
10858         (cleanup_icydemux), (push_data), (GST_START_TEST),
10859         (icydemux_suite), (main):
10860           Add icydemux, and tests.
10861
10862 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10863
10864         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10865           Post SEGMENT_DONE message in TIME format.
10866
10867 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10868
10869         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
10870
10871         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
10872         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
10873           Fix index creation when we have to scan the file to create
10874           an index. There may be other types of RIFF 'LIST' chunks than
10875           'movi' and we need to skip them properly as well or we'll end up
10876           reading garbage (#336889). Some other cosmetic changes.
10877           
10878 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10879
10880         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
10881         (gst_flac_dec_handle_seek_event):
10882           Add support for segment seeks (fixes #338290). Also demote
10883           some recurring debug message from DEBUG to LOG level.
10884
10885 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10886
10887         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10888         (gst_matroskademux_do_index_seek),
10889         (gst_matroska_demux_handle_seek_event),
10890         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
10891         * gst/matroska/matroska-ids.h:
10892           Set DISCONT flag on first buffer after a discontinuity.
10893           Fix newsegment events sent when seeking and honour KEY_UNIT
10894           seek flag. Create pad with bogus caps if we don't recognise
10895           the stream codec id.
10896
10897         * gst/matroska/matroska-demux.h:
10898           Fix GObject macros.
10899
10900 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10901
10902         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10903
10904         * gst/matroska/matroska-demux.c:
10905         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
10906           Handle end of segment properly when set; don't dead-lock when
10907           posting start of segment message when doing a segment seek.
10908           Fixes #338810.
10909
10910 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10911
10912         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
10913         (gst_matroska_demux_plugin_init):
10914           Make mpeg2 aac audio work: create artificial private codec data
10915           chunk which faad2 seems to require, just as we do for mpeg4 aac.
10916           Also call gst_riff_init(). Partially fixes #338767.
10917
10918 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
10919
10920         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
10921         (gst_wavenc_class_init), (gst_wavenc_init),
10922         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
10923         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
10924         (gst_wavenc_chain), (gst_wavenc_change_state):
10925         * gst/wavenc/gstwavenc.h:
10926           Set caps on first outgoing buffer, so that it doesn't error out
10927           immediately with a non-negotiated error (#338716). Rewrite and
10928           clean up a bit; fix setcaps function to parse things properly;
10929           fix sink caps (8bit audio is unsigned and doesn't have depth);
10930           use boilerplate macros; remove unused properties stuff.
10931
10932 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10933
10934         * ext/gdk_pixbuf/gstgdkpixbuf.c:
10935           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
10936           handle MJPEG streams and might be autoplugged for those if the
10937           user doesn't have jpegdec installed (resulting in a cryptic error
10938           message about huffman tables). Better to disable JPEG decoding here
10939           and let the user figure out that she needs to install jpegdec.
10940
10941 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10942
10943         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
10944         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
10945         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
10946         * ext/gdk_pixbuf/gstgdkpixbuf.h:
10947           Make work with packetised/framed input (e.g. png-in-quicktime). Use
10948           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
10949           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
10950           debug messages. Fix boilerplate macros.
10951
10952 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10953
10954         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
10955         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
10956           No need to special-case for Gdk-2.0 any longer, we require
10957           Gdk 2.2 or newer; minor clean-ups.
10958
10959 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10960
10961         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
10962         (gst_shout2send_class_init), (gst_shout2send_init),
10963         (set_shout_metadata), (gst_shout2send_set_metadata),
10964         (gst_shout2send_event), (gst_shout2send_start),
10965         (gst_shout2send_connect), (gst_shout2send_stop),
10966         (gst_shout2send_render), (gst_shout2send_set_property),
10967         (gst_shout2send_get_property), (gst_shout2send_setcaps),
10968         (plugin_init):
10969         * ext/shout2/gstshout2.h:
10970         * po/POTFILES.in:
10971           Rewrite a bit: use GstBaseSink::start and stop instead of a state
10972           change function; use GST_ELEMENT_ERROR for error reporting, not
10973           g_error() or GST_ERROR(); don't unref caps in setcaps function,
10974           will cause crashes or assertion failures; remove (unused) "sync"
10975           property, basesink already has such a property; misc. other
10976           minor fixes and cleanups.
10977
10978 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10979
10980         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
10981         * ext/esd/gstesd.c: (plugin_init):
10982         * po/POTFILES.in:
10983           Add translatable error message for when we cannot
10984           connect to the sound server, as "Cannot open resource
10985           for writing" isn't really an acceptable message to show
10986           to the user in this case.
10987
10988 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10989
10990         * sys/oss/gst-i18n-plugin.h:
10991           Remove bogus file that doesn't belong here.
10992
10993 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10994
10995         Patch by: Philippe Valembois
10996
10997         * ext/shout2/gstshout2.c: (gst_shout2send_init),
10998         (gst_shout2send_set_metadata), (gst_shout2send_event),
10999         (gst_shout2send_render), (gst_shout2send_change_state):
11000         * ext/shout2/gstshout2.h:
11001           Handle tags being received before the connection to
11002           the server is established properly (see #338636).
11003
11004 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11005
11006         * ext/shout2/gstshout2.c: (gst_shout2send_render):
11007           Don't crash in case the connection to the server fails:
11008           don't set pointer to NULL by assigning FALSE; error out
11009           properly by using GST_ELEMENT_ERROR and returning
11010           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
11011           before resetting the pointer.
11012
11013 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
11014
11015         * gst/id3demux/id3tags.c:
11016         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
11017         (Fixes #338713)
11018
11019 2006-04-12  Wim Taymans  <wim@fluendo.com>
11020
11021         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11022         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
11023         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11024         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
11025         (gst_gdk_pixbuf_chain):
11026         Some cleanups.
11027         Added RGBA as a possible output format.
11028         Correctly free the supported mimetypes.
11029         deprecate silent arg, it's not used.
11030         Return result from _alloc_buffer to peer.
11031
11032 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11033
11034         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
11035           Don't leak memory allocated by gst_buffer_new_and_alloc() by
11036           overwriting GST_BUFFER_MALLOCDATA.
11037
11038 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11039
11040         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11041         (user_endrow_callback), (user_end_callback),
11042         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
11043         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
11044         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
11045         * ext/libpng/gstpngdec.h:
11046           Handle more than one frame if the content is framed,
11047           like with png-in-quicktime (#331917).
11048
11049 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11050
11051         * sys/oss/Makefile.am:
11052         * sys/oss/common.h:
11053         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
11054         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
11055         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
11056         (gst_oss_src_unprepare):
11057           - the user-visible error strings were in the wrong category
11058           - and the messages were not marked for translation
11059           - which is actually a good thing, because they were exactly
11060             the kind of message you would never want anyone to see
11061           - the macros were using variables that didn't exist in the macro
11062             arguments
11063           - and they were obviously copied from each other and then modified
11064           - so a common header makes sense
11065
11066 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11067
11068         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11069           Don't try to modify read-only data.
11070
11071         * gst/matroska/matroska-demux.c:
11072         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11073           Fix comment (won't crash any longer now).
11074
11075 2006-04-10  Michael Smith  <msmith@fluendo.com>
11076
11077         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
11078           Use copies of header buffers for caps to avoid circular refcounting
11079           problems (as in theoradec, vorbisdec).
11080
11081         * tests/check/elements/cmmldec.c: (GST_START_TEST):
11082           Fix a typo in test that meant it was testing the wrong thing.
11083
11084         * tests/check/elements/cmmlenc.c: (check_headers):
11085           Fix refcount checks now that we use buffer-copies for caps.
11086
11087 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11088
11089         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
11090         (gst_matroska_demux_handle_seek_event),
11091         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
11092         (gst_matroska_demux_subtitle_caps),
11093         (gst_matroska_demux_plugin_init):
11094           Use static pad templates with ANY caps for audio and video
11095           source pads and get rid of a lot of unnecessary (and partially
11096           broken) code for the template caps. Clean up caps finding
11097           functions. Fixes playback of audio files/streams that do not
11098           contain the sample rate and/or number of channels in the audio
11099           context (happens a lot with vorbis/mp3 .mka files it seems).
11100           Fixes #337183.
11101           Also add myself to copyright holders.
11102
11103 2006-04-10  Michael Smith  <msmith@fluendo.com>
11104
11105         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
11106           Use g_list_delete_link () instead of g_list_remove_link () so that
11107           we free the link as well as the contained data.
11108
11109 2006-04-10  Wim Taymans  <wim@fluendo.com>
11110
11111         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
11112
11113         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
11114         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
11115         (gst_avi_demux_stream_header):
11116         Fix some crashers with empty chunks. (Fixes #337749)
11117
11118 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
11119
11120         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
11121           use G_GINT64_CONSTANT for INT64 constants
11122         * gst/videofilter/gstvideobalance.c:
11123           define rint for WIN32 #define rint(x) (floor((x)+0.5))
11124         * win32/vs6/libgstavi.dsp:
11125          add missing libraries for the link and remove avimux.c from
11126          the project as it isn't ported to 0.10 yet
11127         
11128 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
11129
11130         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11131           Even better would be if we actually did the right thing
11132           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
11133
11134 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11135
11136         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11137           Can't just replace 1LL with 1L here just because MSVC doesn't
11138           support it, as it might lead to incorrect results when doing the
11139           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
11140           force a 64-bit constant in a way that all compilers are happy with.
11141
11142 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11143
11144         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
11145         * ext/esd/esdsink.c: (gst_esdsink_class_init):
11146         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
11147         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
11148         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
11149         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
11150         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
11151         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
11152         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
11153         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
11154         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
11155         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
11156         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
11157         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
11158         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
11159         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
11160         * gst/avi/gstavimux.c: (gst_avimux_class_init):
11161         * gst/debug/efence.c: (gst_efence_class_init):
11162         * gst/debug/negotiation.c: (gst_negotiation_class_init):
11163         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
11164         * gst/goom/gstgoom.c: (gst_goom_class_init):
11165         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
11166         * gst/interleave/deinterleave.c: (deinterleave_class_init):
11167         * gst/interleave/interleave.c: (interleave_class_init):
11168         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
11169         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
11170         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
11171         * gst/median/gstmedian.c: (gst_median_class_init):
11172         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
11173         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
11174         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
11175         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
11176         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
11177         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
11178         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
11179         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
11180         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
11181         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
11182         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
11183         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
11184         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
11185         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
11186         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11187         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
11188         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
11189         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
11190         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
11191         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
11192         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
11193         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
11194         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
11195         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
11196         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
11197         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
11198         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
11199         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11200         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
11201         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
11202         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
11203         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
11204         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
11205         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
11206         * sys/osxaudio/gstosxaudioelement.c:
11207         (gst_osxaudioelement_class_init):
11208         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
11209         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
11210         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
11211         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
11212
11213 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11214
11215         * ext/mikmod/gstmikmod.h:
11216         * gst/level/gstlevel.h:
11217         Fix more broken GObject macros
11218
11219 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11220
11221         * ext/annodex/gstcmmldec.h:
11222         * ext/annodex/gstcmmlenc.h:
11223         * ext/annodex/gstcmmltag.h:
11224         * ext/cairo/gsttextoverlay.h:
11225         * ext/ladspa/gstsignalprocessor.h:
11226         * gst/matroska/ebml-read.h:
11227         * gst/matroska/ebml-write.h:
11228         * sys/osxaudio/gstosxaudioelement.h:
11229         Fix broken GObject macros
11230
11231 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11232
11233         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11234           Don't try to seek beyond the end of the file (would
11235           occasionally display error dialogs in totem when seeking
11236           to the end) (#335869). Will still throw an error though
11237           if the file is truncated and the total_samples value in
11238           the stream header is wrong.
11239
11240 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
11241
11242         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
11243         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
11244         (gst_flac_dec_metadata_callback):
11245         * ext/flac/gstflacdec.h:
11246           If the stream header doesn't contain the total number of samples,
11247           search for the last flac frame at the end of the file and calculate
11248           the total duration from that frame's offset (fixes #337609).
11249
11250 2006-04-07  Edward Hervey  <edward@fluendo.com>
11251
11252         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
11253         Don't unref the GstPadTemplate returned by
11254         gst_element_class_get_pad_template().
11255
11256 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11257
11258         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
11259
11260         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
11261         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
11262         * sys/sunaudio/gstsunaudiosink.h:
11263           Use spec->segsize and spec->segtotal in the prepare function
11264           to initialise the ring buffer instead of using the buffer-time
11265           property (#337421).
11266
11267 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11268
11269         * configure.ac:
11270           Bump core requirements to CVS for gst_pad_query_peer_duration()
11271           which is used by speexdec.
11272
11273 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
11274
11275         * ext/speex/gstspeex.c: (plugin_init):
11276         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
11277         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
11278         (speex_get_sink_query_types), (speex_dec_sink_query),
11279         (speex_get_src_query_types), (speex_dec_src_query),
11280         (speex_dec_src_event), (speex_dec_sink_event),
11281         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
11282         (speex_dec_chain_parse_data), (speex_dec_chain),
11283         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
11284         (speex_dec_change_state):
11285         * ext/speex/gstspeexdec.h:
11286           Fix seeking and duration queries (#337033); clean up and
11287           refactor a bit.
11288
11289 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11290
11291         * ext/raw1394/gstdv1394src.c:
11292           distinguish between device not found and could not open for
11293           reading
11294
11295 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11296
11297         * Makefile.am:
11298         * configure.ac:
11299         * pkgconfig/.cvsignore:
11300         * pkgconfig/Makefile.am:
11301         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
11302           add a .pc file so other modules can use good plugins in tests
11303
11304 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11305
11306         * configure.ac:
11307           clean up, use AS_VERSION and AS_NANO
11308         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
11309           use PACKAGE_VERSION define
11310         * po/af.po:
11311         * po/az.po:
11312         * po/cs.po:
11313         * po/en_GB.po:
11314         * po/hu.po:
11315         * po/it.po:
11316         * po/nb.po:
11317         * po/nl.po:
11318         * po/or.po:
11319         * po/sq.po:
11320         * po/sr.po:
11321         * po/sv.po:
11322         * po/uk.po:
11323         * po/vi.po:
11324           updated
11325
11326 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
11327
11328         * ext\jpeg\smokecodec.c:
11329           use of GST_DEBUG instead of DEBUG(a...) for WIN32
11330         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
11331           move first instruction after all variables declarations
11332         * gst\alpha\gstalpha.c:
11333         * gst\effectv\gstshagadelic.c:
11334         * gst\smpte\paint.c:
11335         * gst\videofilter\gstvideobalance.c:
11336           define M_PI if it's not defined (it's not defined on WIN32)
11337         * gst\cutter\gstcutter.c: (gst_cutter_chain):
11338         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
11339         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
11340         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
11341         (gst_matroska_demux_video_caps):
11342         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
11343         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
11344           use gst_guint64_to_gdouble for conversions
11345         * gst\goom\filters.c: (setPixelRGB_):
11346           fix a debug which was using undefined variable
11347         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
11348         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
11349           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
11350         * win32/vs6:
11351           add vs6 projects files for most of plugins-good
11352         
11353 2006-03-30  j^  <j@bootlab.org>
11354
11355         * ext/aalib/gstaasink.c:
11356         * ext/annodex/gstcmmldec.c:
11357         * ext/annodex/gstcmmlenc.c:
11358         * ext/cairo/gsttextoverlay.c:
11359         * ext/cairo/gsttimeoverlay.c:
11360         * ext/cdio/gstcdiocddasrc.c:
11361         * ext/dv/gstdvdec.c:
11362         * ext/esd/esdmon.c:
11363         * ext/esd/esdsink.c:
11364         * ext/flac/gstflacdec.c:
11365         * ext/flac/gstflacenc.c:
11366         * ext/flac/gstflactag.c:
11367         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11368         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11369         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11370         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11371         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11372         * ext/gdk_pixbuf/pixbufscale.c:
11373         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11374         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11375         * ext/jpeg/gstjpegdec.c:
11376         * ext/jpeg/gstjpegenc.c:
11377         * ext/jpeg/gstsmokedec.c:
11378         * ext/jpeg/gstsmokeenc.c:
11379         * ext/libcaca/gstcacasink.c:
11380         * ext/libmng/gstmngdec.c:
11381         * ext/libmng/gstmngenc.c:
11382         * ext/libpng/gstpngdec.c:
11383         * ext/libpng/gstpngenc.c:
11384         * ext/mikmod/gstmikmod.c:
11385         * ext/raw1394/gstdv1394src.c:
11386         * ext/shout2/gstshout2.c:
11387         * ext/speex/gstspeexdec.c:
11388         * ext/speex/gstspeexenc.c:
11389         * gst/alpha/gstalpha.c:
11390         * gst/alpha/gstalphacolor.c:
11391         * gst/auparse/gstauparse.c:
11392         * gst/autodetect/gstautoaudiosink.c:
11393         (gst_auto_audio_sink_base_init):
11394         * gst/autodetect/gstautovideosink.c:
11395         (gst_auto_video_sink_base_init):
11396         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11397         * gst/cutter/gstcutter.c:
11398         * gst/debug/breakmydata.c:
11399         * gst/debug/efence.c:
11400         * gst/debug/gstnavigationtest.c:
11401         * gst/debug/negotiation.c:
11402         * gst/debug/progressreport.c:
11403         * gst/debug/testplugin.c:
11404         * gst/effectv/gstaging.c:
11405         * gst/effectv/gstdice.c:
11406         * gst/effectv/gstedge.c:
11407         * gst/effectv/gstquark.c:
11408         * gst/effectv/gstrev.c:
11409         * gst/effectv/gstvertigo.c:
11410         * gst/effectv/gstwarp.c:
11411         * gst/flx/gstflxdec.c:
11412         * gst/goom/gstgoom.c:
11413         * gst/interleave/deinterleave.c:
11414         * gst/interleave/interleave.c:
11415         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11416         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11417         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11418         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11419         * gst/level/gstlevel.c:
11420         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11421         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11422         * gst/median/gstmedian.c:
11423         * gst/monoscope/gstmonoscope.c:
11424         * gst/multipart/multipartdemux.c:
11425         * gst/multipart/multipartmux.c:
11426         * gst/oldcore/gstmd5sink.c:
11427         * gst/oldcore/gstmultifilesrc.c:
11428         * gst/oldcore/gstpipefilter.c:
11429         * gst/oldcore/gstshaper.c:
11430         * gst/oldcore/gststatistics.c:
11431         * gst/rtp/gstasteriskh263.c:
11432         * gst/rtp/gstrtpL16depay.c:
11433         * gst/rtp/gstrtpL16pay.c:
11434         * gst/rtp/gstrtpamrdepay.c:
11435         * gst/rtp/gstrtpamrpay.c:
11436         * gst/rtp/gstrtpdepay.c:
11437         * gst/rtp/gstrtpgsmpay.c:
11438         * gst/rtp/gstrtph263pay.c:
11439         * gst/rtp/gstrtph263pdepay.c:
11440         * gst/rtp/gstrtph263ppay.c:
11441         * gst/rtp/gstrtpmp4gpay.c:
11442         * gst/rtp/gstrtpmp4vdepay.c:
11443         * gst/rtp/gstrtpmp4vpay.c:
11444         * gst/rtp/gstrtpmpadepay.c:
11445         * gst/rtp/gstrtpmpapay.c:
11446         * gst/rtp/gstrtppcmadepay.c:
11447         * gst/rtp/gstrtppcmapay.c:
11448         * gst/rtp/gstrtppcmudepay.c:
11449         * gst/rtp/gstrtppcmupay.c:
11450         * gst/rtp/gstrtpspeexdepay.c:
11451         * gst/rtp/gstrtpspeexpay.c:
11452         * gst/rtsp/gstrtpdec.c:
11453         * gst/smpte/gstsmpte.c:
11454         * gst/videobox/gstvideobox.c:
11455         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11456         * gst/videofilter/gstvideobalance.c:
11457         * gst/videofilter/gstvideoflip.c:
11458         * gst/videofilter/gstvideotemplate.c:
11459         (gst_videotemplate_base_init):
11460         * gst/videomixer/videomixer.c:
11461         * gst/wavenc/gstwavenc.c:
11462         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
11463          better/unified long descriptions
11464          Fixed #336602
11465          Some cleanups to auparse, don't send multiple newsegments.
11466
11467 2006-03-29  Wim Taymans  <wim@fluendo.com>
11468
11469         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
11470
11471         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
11472         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
11473         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
11474         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
11475         * ext/dv/gstdvdemux.h:
11476         Seek in READY patch. Only works for pull based mode.
11477         Fixes #323880
11478
11479 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
11480
11481         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
11482         (gst_gdk_pixbuf_event):
11483           Fix two crashers: don't unref the same caps twice, and
11484           set pixbuf loader to NULL after freeing it.
11485
11486 2006-03-27  Wim Taymans  <wim@fluendo.com>
11487
11488         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
11489         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
11490         (gst_speexenc_chain):
11491         * ext/speex/gstspeexenc.h:
11492         Don't leak adapter.
11493         A push *always* takes ownership of the buffer, even on
11494         errors.
11495         Small cleanups.
11496
11497 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
11498
11499         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
11500           Create source pad without leaking.
11501
11502 2006-03-24  Wim Taymans  <wim@fluendo.com>
11503
11504         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11505         * ext/flac/gstflacdec.h:
11506         * ext/flac/gstflacenc.h:
11507         Spifify a bit.
11508         Fix deadly lock order error in seeking code, STREAM_LOCK
11509         cannot be taken within LOCK and the streaming variables are
11510         protected with the STREAM_LOCK anyway.
11511
11512 2006-03-24  Wim Taymans  <wim@fluendo.com>
11513
11514         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
11515         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
11516         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
11517         this patch combines the global init_frames with the stream
11518         init_frames. Rationale being that the global delay should 
11519         be subtracted from any stream delay.
11520         Fixes #335858.
11521
11522 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
11523
11524         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
11525         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
11526         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11527         * gst/videomixer/videomixer.c: (gst_videomixer_init):
11528         use DEBUG_FUNCPTR for collectpads
11529
11530 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
11531
11532         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
11533           Don't crash when encoding images where the number of rows isn't
11534           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
11535
11536 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11537
11538         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
11539         * gst/interleave/deinterleave.c: (deinterleave_change_state):
11540         * gst/interleave/interleave.c: (interleave_change_state):
11541         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
11542           More state change function fixes.
11543
11544 2006-03-23  Wim Taymans  <wim@fluendo.com>
11545
11546         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11547         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
11548         (gst_esdsink_prepare), (gst_esdsink_unprepare),
11549         (gst_esdsink_delay), (gst_esdsink_reset):
11550         * ext/esd/esdsink.h:
11551         Fix esd choppy playback by configuring audiosink
11552         correctly. Fixes #325191
11553
11554 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11555
11556         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
11557           Make state change function thread-safe.
11558
11559 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11560
11561         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
11562         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
11563           Don't try to read beyond the end of the file just because
11564           the header claims a bigger size (like with truncated files).
11565
11566 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11567
11568         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11569         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
11570         (gst_wavparse_stream_data), (gst_wavparse_loop):
11571         * gst/wavparse/gstwavparse.h:
11572           Delay source pad creation until we have the first chunk of
11573           media data, so the we can examine the data and adjust the
11574           caps accordingly if required. This makes playback of .wav
11575           files with DTS-declared-as-PCM content work (#313266).
11576
11577 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
11578
11579         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11580         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11581         Don't attempt typefinding on too-short buffers that have been
11582         completely trimmed away. (Fixes #330239)
11583
11584         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
11585         Improve the debug output
11586
11587 2006-03-21  Wim Taymans  <wim@fluendo.com>
11588
11589         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
11590         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
11591         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
11592         (gst_esdsink_set_property), (gst_esdsink_get_property):
11593         Some cleanups.
11594         Reset fd to -1 when we close them.
11595
11596 2006-03-21  Wim Taymans  <wim@fluendo.com>
11597
11598         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
11599         the OPTIONS request result is optional so don't
11600         fail on it.
11601
11602 2006-03-21  Edward Hervey  <edward@fluendo.com>
11603
11604         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
11605         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
11606         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
11607         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11608         (gst_wavparse_change_state):
11609         gcc 4.1 unreferenced pointer fixes.
11610
11611 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
11612
11613         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11614
11615         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
11616           Fix block alignment calculation. Alignment should be done before
11617           adding the byte offset where the data starts (#335231).
11618
11619 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11620
11621         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
11622           Ensure that we set correct caps on buffers that are transferred
11623           direct from the input.
11624
11625 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11626
11627         * gst/goom/filters.c: (zoomFilterDestroy):
11628         * gst/goom/goom_core.c: (goom_close):
11629           Free filter data when cleaning up. (Fixes: #334995)
11630
11631 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
11632
11633         * configure.ac:
11634           Don't compile udp and rtsp plugins on win32 (mingw) or other
11635           systems that don't have <sys/socket.h> for some reason (#316203).
11636
11637 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11638
11639         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
11640         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
11641         * ext/raw1394/gstdv1394src.h:
11642           Change bus reset handler so it reports useful information such as
11643           whether the device being used connected or disconnected
11644
11645 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11646
11647         * gst/id3demux/id3v2frames.c:
11648         (parse_relative_volume_adjustment_two):
11649           We only care about gain and peak data for the master volume.
11650
11651 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11652
11653         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11654         (parse_id_string), (parse_unique_file_identifier),
11655         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
11656           Read replay gain tags (#323721).
11657
11658 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
11659
11660         * configure.ac:
11661           Bump requirements to gst-plugins-base CVS because
11662           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
11663
11664 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
11665
11666         * rtp/gst/gstrtppcmadepay.c:
11667         Fixed one of the caps in the code from mulaw to alaw.
11668
11669 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
11670
11671         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11672           Ensure that we set caps on the buffers we pass.
11673
11674         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
11675         (gst_id3demux_sink_activate):
11676           Ensure that we set caps on the buffers we pass.
11677
11678           Use STREAM, TYPE_NOT_FOUND as the error class when
11679           typefinding fails.
11680
11681 2006-03-15  Edward Hervey  <edward@fluendo.com>
11682
11683         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
11684         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
11685         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
11686         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
11687         (gst_jpeg_dec_setcaps):
11688         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
11689         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
11690         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
11691         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
11692         (gst_mngdec_src_getcaps):
11693         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11694         (gst_pngdec_caps_create_and_set):
11695         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
11696         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
11697         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
11698         * gst/alpha/gstalpha.c: (gst_alpha_init):
11699         * gst/auparse/gstauparse.c: (gst_au_parse_init):
11700         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
11701         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
11702         * gst/cutter/gstcutter.c: (gst_cutter_init):
11703         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
11704         (gst_efence_checkgetrange):
11705         * gst/debug/negotiation.c: (gst_negotiation_init):
11706         * gst/flx/gstflxdec.c: (gst_flxdec_init):
11707         * gst/goom/gstgoom.c: (gst_goom_init):
11708         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
11709         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
11710         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
11711         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
11712         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
11713         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
11714         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
11715         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11716         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
11717         (gst_wavparse_create_sourcepad):
11718         Fix memleak with gst_static_pad_template_get().
11719         This uses gst_pad_new_from_static_template() instead.
11720         Fixes #333512
11721
11722 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11723
11724         * configure.ac:
11725           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
11726           used by id3demux.
11727
11728         * gst/id3demux/gstid3demux.c: (plugin_init):
11729         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11730         (parse_user_text_identification_frame),
11731         (parse_unique_file_identifier):
11732           Add support for UFID and TXXX frames and extract musicbrainz tags.
11733
11734 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11735
11736         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
11737           Catch short reads, like they might happen with truncated
11738           files (see #305279); remove unnecessary indentation.
11739
11740 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11741
11742         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
11743           Fix DIB image inversion for pictures with a
11744           depth != 8 (#305279).
11745
11746 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11747
11748         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
11749         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
11750         * ext/jpeg/gstjpegdec.h:
11751           Fix durations on outgoing buffers after seeking
11752           in MJPEG files (#334083); some minor clean-ups.
11753
11754 2006-03-13  Wim Taymans  <wim@fluendo.com>
11755
11756         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
11757         (gst_wavparse_change_state):
11758         Implement seek in READY (re-fixes #327658)
11759
11760 2006-03-13  Wim Taymans  <wim@fluendo.com>
11761
11762         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
11763         * ext/esd/esdmon.c: (gst_esdmon_get):
11764         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
11765         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11766         (gst_gdk_pixbuf_sink_getcaps):
11767         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
11768         (gst_jpegenc_setcaps):
11769         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
11770         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
11771         (gst_smokeenc_setcaps):
11772         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
11773         (gst_mngdec_src_getcaps):
11774         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
11775         (gst_mngenc_chain):
11776         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
11777         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
11778         * ext/speex/gstspeexdec.c: (speex_dec_convert),
11779         (speex_dec_src_event), (speex_dec_chain):
11780         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
11781         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
11782         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
11783         (gst_negotiation_pad_link), (gst_negotiation_chain):
11784         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
11785         (gst_flxdec_chain):
11786         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
11787         (deinterleave_chain):
11788         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
11789         * gst/median/gstmedian.c: (gst_median_link):
11790         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
11791         (gst_monoscope_chain):
11792         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
11793         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
11794         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
11795         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
11796         close #333784 unref the result of gst_pad_get_parent()
11797         by: Christophe Fergeau.
11798
11799 2006-03-09  Wim Taymans  <wim@fluendo.com>
11800
11801         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
11802         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
11803         Handle events in push mode better, can now do non-flushing
11804         seeks in push mode as well.
11805
11806 2006-03-07  Wim Taymans  <wim@fluendo.com>
11807
11808         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11809         Applied patch from Kai Vehmanen, fixes #333624.
11810
11811 2006-03-06  Julien MOUTTE  <julien@moutte.net>
11812
11813         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
11814         Implement paletted and grayscale png files handling.
11815         (#150363).
11816
11817 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11818
11819         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
11820         (gst_speexenc_chain):
11821           fix a tag list assert
11822           follow gst-plugins-base/ext/ogg/README; set OFFSET
11823           and OFFSET_END.  Muxes correctly with gst-plugins-base
11824           > 0.9.3
11825
11826 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11827
11828         * gst/id3demux/Makefile.am:
11829         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
11830         (gst_id3demux_chain), (gst_id3demux_sink_activate):
11831           Use new typefind helper functions here as well, and
11832           do typefinding in pull-mode if upstream supports that.
11833
11834 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11835
11836         * sys/sunaudio/gstsunaudiomixerctrl.c:
11837         (gst_sunaudiomixer_ctrl_get_volume),
11838         (gst_sunaudiomixer_ctrl_set_volume):
11839         * sys/sunaudio/gstsunaudiomixertrack.c:
11840         (gst_sunaudiomixer_track_new):
11841           Remove unused variables, breaks build from CVS
11842           with -Werror (#333392, patch by: Benjamin Pineau)
11843
11844 2006-03-03  Wim Taymans  <wim@fluendo.com>
11845
11846         * docs/plugins/Makefile.am:
11847         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11848         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11849         Added wavparse docs.
11850
11851         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11852         (gst_wavparse_reset), (gst_wavparse_init),
11853         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
11854         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
11855         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11856         (gst_wavparse_stream_data), (gst_wavparse_loop),
11857         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
11858         (gst_wavparse_change_state):
11859         * gst/wavparse/gstwavparse.h:
11860         Implement seek in READY (fixes #327658)
11861         Added docs and did some cleanups.
11862
11863 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
11864
11865         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11866         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
11867         (gst_avi_demux_calculate_durations_from_index),
11868         (gst_avi_demux_stream_header):
11869         * gst/avi/gstavidemux.h:
11870           If we have an index, use a duration based on the index instead
11871           of blindly trusting the information in the stream headers
11872           (fixes #331817).
11873
11874 2006-03-03  Wim Taymans  <wim@fluendo.com>
11875
11876         * docs/plugins/Makefile.am:
11877         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11878         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11879         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11880         Added smoke and jpeg to the docs.
11881
11882         * ext/jpeg/Makefile.am:
11883         * ext/jpeg/gstjpeg.c: (plugin_init):
11884         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
11885         * ext/jpeg/gstjpegenc.h:
11886         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
11887         (gst_smokedec_chain):
11888         * ext/jpeg/gstsmokedec.h:
11889         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
11890         * ext/jpeg/gstsmokeenc.h:
11891         * ext/jpeg/smokecodec.h:
11892         Port smokedec (fixes #331905).
11893         Added some docs.
11894         Some cleanups.
11895
11896 2006-03-03  Wim Taymans  <wim@fluendo.com>
11897
11898         * docs/plugins/Makefile.am:
11899         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11900         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11901         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11902         Added videobalance and videoflip to the docs.
11903
11904         * gst/videofilter/Makefile.am:
11905         * gst/videofilter/gstvideobalance.c:
11906         (gst_video_balance_update_tables_planar411),
11907         (gst_video_balance_is_passthrough),
11908         (gst_video_balance_update_properties), (oil_tablelookup_u8),
11909         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
11910         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
11911         (gst_video_balance_finalize), (gst_video_balance_class_init),
11912         (gst_video_balance_init), (gst_video_balance_interface_supported),
11913         (gst_video_balance_interface_init),
11914         (gst_video_balance_colorbalance_list_channels),
11915         (gst_video_balance_colorbalance_set_value),
11916         (gst_video_balance_colorbalance_get_value),
11917         (gst_video_balance_colorbalance_init),
11918         (gst_video_balance_set_property), (gst_video_balance_get_property),
11919         (gst_video_balance_get_type), (plugin_init):
11920         * gst/videofilter/gstvideobalance.h:
11921         Ported to 0.10. (Fixes #326160)
11922         Added docs.
11923
11924         * gst/videofilter/gstvideoflip.c:
11925         * gst/videofilter/gstvideoflip.h:
11926         Added docs.
11927
11928 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
11929
11930         * configure.ac:
11931           Bump requirements to current core and -base CVS
11932           (core for new typefind helper API, and -base for the
11933           WAVFORMATEX support that was added to libgstriff and
11934           is needed by wavparse).
11935         
11936         * gst/apetag/Makefile.am:
11937         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
11938         (gst_tag_demux_sink_activate):
11939           Use new typefind helpers for typefinding instead of our
11940           home-grown stuff; also, do typefinding in pull-mode if
11941           upstream supports that.
11942
11943 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
11944
11945         Reviewed by: Christian Schaller <christian@fluendo.com>
11946
11947         This patch fixes bug: 329107
11948
11949         This Changelog entry is for a commit done on February 17
11950
11951         * ext/gconf/gconf.c
11952         * ext/gconf/gconf.h
11953         * ext/gconf/gstgconfaudiosink.c
11954         * ext/gconf/gstgconfaudiosink.h
11955         * gconf/gstreamer.schemas.in
11956
11957 2006-02-28  Wim Taymans  <wim@fluendo.com>
11958
11959         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11960         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
11961         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
11962         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
11963         Use DEBUG_OBJECT more.
11964
11965 2006-02-28  Wim Taymans  <wim@fluendo.com>
11966
11967         * docs/plugins/Makefile.am:
11968         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11969         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11970         Added dvdec and dvdemux to docs.
11971
11972         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
11973         Added docs.
11974         Check frame sizes so we don't crash when don't have enough
11975         data.
11976         Send nice error messages on error.
11977
11978         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
11979         (gst_dvdemux_class_init), (gst_dvdemux_init),
11980         (gst_dvdemux_finalize), (gst_dvdemux_reset),
11981         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
11982         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
11983         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
11984         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
11985         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
11986         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
11987         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
11988         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
11989         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
11990         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
11991         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
11992         * ext/dv/gstdvdemux.h:
11993         Added docs.
11994         Implement pull mode.
11995         Fix memleaks.
11996         Reduce memcpy for the video demuxing.
11997
11998 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
11999
12000         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
12001         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
12002         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
12003         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
12004           Add a little extra debug. Make the decoder not return NOT_LINKED,
12005           as we want to continue decoding all CMML and emitting tags.
12006
12007 2006-02-27  Michael Smith  <msmith@fluendo.com>
12008
12009         * ext/annodex/gstskeltag.c:
12010         * ext/annodex/gstskeltag.h:
12011           Deleted; these files aren't used any more either.
12012
12013 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12014
12015         * ext/Makefile.am: Fix dist-check.
12016
12017 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12018
12019         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
12020         memleak.
12021
12022 2006-02-25  Alessandro Decina <alessandro@nnva.org>
12023
12024         * ext/annodex/Makefile.am:
12025         * ext/annodex/gstannodex.c:
12026         * ext/annodex/gstcmmldec.c:
12027         * ext/annodex/gstcmmlenc.c:
12028         * ext/annodex/gstcmmlparser.c:
12029         * ext/annodex/gstcmmlparser.h:
12030         * ext/annodex/gstcmmlutils.c:
12031         * tests/check/elements/cmmldec.c:
12032         * tests/check/elements/cmmlenc.c:
12033           Fix a memleak in gst_cmml_track_list_add_clip.
12034           Handle overflows in clip's start and end times.
12035           Add the "encoded" parameter to cmmldec and cmmlenc caps.
12036           Do not parse junk at the end of a CMML preamble buffer.
12037           Register a libxml error handler to not print stuff on stderr.
12038           Check for bad clip start and end times in the testsuites.
12039
12040 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12041
12042         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
12043         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
12044         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
12045         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
12046         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
12047         possible memleaks.
12048
12049 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12050
12051         * tests/check/Makefile.am:
12052         * tests/check/elements/cmmldec.c:
12053         * tests/check/elements/cmmlenc.c: Fix tests so that they use
12054         the plugins-base tags.
12055
12056 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12057
12058         * ext/Makefile.am: Re-enable module.
12059
12060 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12061
12062         * tests/check/Makefile.am: Forgot to remove that test.
12063
12064 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12065
12066         * ext/annodex/Makefile.am:
12067         * ext/annodex/gstannodex.c: (plugin_init):
12068         * ext/annodex/gstcmmldec.c:
12069         * ext/annodex/gstskeldec.c:
12070         * ext/annodex/gstskeldec.h:
12071         * tests/check/Makefile.am:
12072         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
12073
12074 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12075
12076         * tests/check/Makefile.am: Disable those checks as well.
12077
12078 2006-02-24  Julien MOUTTE  <julien@moutte.net>
12079
12080         * ext/Makefile.am: Disable annodex for now until we figure out
12081         how to make it build.
12082         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
12083         Add a rule to your checklist : "please try to at least build 
12084         what you are going to commit into -good, or if you are too lazy
12085         to do that, please check that the buildbots are not crying because
12086         of your commit."
12087
12088 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
12089
12090         * configure.ac:
12091         * ext/Makefile.am:
12092         * ext/gdk_pixbuf/Makefile.am:
12093         * ext/gdk_pixbuf/gstgdkpixbuf.c:
12094         * ext/gdk_pixbuf/gstgdkpixbuf.h:
12095         * ext/gdk_pixbuf/pixbufscale.c:
12096         * ext/gdk_pixbuf/pixbufscale.h:
12097           Gdkpixbuf ported from 0.8 to 0.10 by
12098           Renato Filho <renato.filho@indt.org.br>.
12099           gst_loader and gdkpixbufanimation still need port.
12100
12101 2006-02-24  Michael Smith  <msmith@fluendo.com>
12102
12103         * configure.ac:
12104         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12105         * ext/Makefile.am:
12106         * ext/annodex/Makefile.am:
12107         * ext/annodex/gstannodex.c:
12108         * ext/annodex/gstannodex.h:
12109         * ext/annodex/gstcmmldec.c:
12110         * ext/annodex/gstcmmldec.h:
12111         * ext/annodex/gstcmmlenc.c:
12112         * ext/annodex/gstcmmlenc.h:
12113         * ext/annodex/gstcmmlparser.c:
12114         * ext/annodex/gstcmmlparser.h:
12115         * ext/annodex/gstcmmltag.c:
12116         * ext/annodex/gstcmmltag.h:
12117         * ext/annodex/gstcmmlutils.c:
12118         * ext/annodex/gstcmmlutils.h:
12119         * ext/annodex/gstskeldec.c:
12120         * ext/annodex/gstskeldec.h:
12121         * ext/annodex/gstskeltag.c:
12122         * ext/annodex/gstskeltag.h:
12123         * tests/check/Makefile.am:
12124         * tests/check/elements/cmmldec.c:
12125         * tests/check/elements/cmmlenc.c:
12126         * tests/check/elements/skeldec.c:
12127           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
12128           Includes tests & docs, oh my! Passes Thomas's -good checklist
12129           entirely. Wow.
12130
12131 2006-02-24  Michael Smith  <msmith@fluendo.com>
12132
12133         * autogen.sh:
12134           Check for automake 1.9 as well.
12135
12136 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12137
12138         * ext/flac/gstflacenc.c:
12139           Change min. sample rate to 8kHz to match flacdec's.
12140           
12141 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
12142
12143         * ext/cdio/Makefile.am:
12144           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
12145           required for Cygwin, see #317048)
12146
12147         * gst/rtp/gstasteriskh263.c:
12148           Cygwin has includes for both the unix network socket API
12149           and the windows API, but only one can be included, so fix
12150           includes to only use one or the other, prefering the unxi
12151           one (#317048).
12152
12153 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12154
12155         * rtp/gst/gstrtppcmadepay.c:
12156         * rtp/gst/gstrtppcmadepay.h:
12157         * rtp/gst/gstgstrtppcmapay.c:
12158         * rtp/gst/gstgstrtppcmapay.h:
12159         * rtp/gst/gstrtppcmudepay.c:
12160         * rtp/gst/gstrtppcmudepay.h:
12161         * rtp/gst/gstrtppcmupay.c:
12162         * rtp/gst/gstrtppcmupay.h:
12163         * rtp/gst/Makefile.am:
12164         * rtp/gst/gstrtp.c:
12165         * rtp/gst/README:
12166         Separated the G711 payloaders/depayloaders into separate elements for
12167         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
12168
12169 2006-02-22  Wim Taymans  <wim@fluendo.com>
12170
12171         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
12172         (gst_dvdec_change_state):
12173         * ext/dv/gstdvdec.h:
12174         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
12175         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12176         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12177         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
12178         (gst_dvdemux_flush), (gst_dvdemux_chain),
12179         (gst_dvdemux_change_state):
12180         * ext/dv/gstdvdemux.h:
12181         Ueber spiffify some more, added debug category.
12182         Use _scale.
12183         Use segments, respect playback rate from newsegment.
12184         Fix refcount issue.
12185
12186 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
12187
12188         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
12189         (gst_signal_processor_process):
12190         Fix compilation of LADPSA. It doesn't seem to work, and isn't
12191         enabled for the build, but it helps me win the feature-count
12192         competitions ooh yeah.
12193
12194 2006-02-19  Wim Taymans  <wim@fluendo.com>
12195
12196         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
12197         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
12198         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
12199         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
12200         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12201         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
12202         Use scaling code for added precission and more correct stop
12203         position in case scale==0.
12204
12205 2006-02-19  Wim Taymans  <wim@fluendo.com>
12206
12207         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12208         (gst_flxdec_chain):
12209         * gst/flx/gstflxdec.h:
12210         Implement DURATION query.
12211
12212 2006-02-19  Wim Taymans  <wim@fluendo.com>
12213
12214         * gst/flx/flx_color.h:
12215         * gst/flx/flx_fmt.h:
12216         * gst/flx/gstflxdec.c: (gst_flxdec_init),
12217         (gst_flxdec_src_query_handler), (flx_decode_color),
12218         (gst_flxdec_chain):
12219         * gst/flx/gstflxdec.h:
12220         Set MALLOCDATA for the temp buffers so we don't leak.
12221         Some debug cleanups.
12222         Consume all data in the adapter before leaving the chain
12223         function. Fixes #330678.
12224
12225 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
12226
12227         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12228         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
12229          Handle 0 data size in otherwise valid frames.
12230          Handle numeric strings in 2.4.0 even when not in parentheses 
12231
12232 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
12233
12234         * gst/matroska/matroska-demux.c:
12235         (gst_matroska_demux_subtitle_caps),
12236         (gst_matroska_demux_plugin_init):
12237         * gst/matroska/matroska-ids.h:
12238           Recognise SSA/ASS and USF subtitle formats and
12239           set proper caps when they are found.
12240
12241 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12242
12243         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
12244         (gst_jpeg_dec_chain):
12245           Fix invalid memory access for some odd-sized images
12246           (see image contained in quicktime stream in #327083);
12247           use g_malloc() instead of g_alloca().
12248
12249 2006-02-17  Wim Taymans  <wim@fluendo.com>
12250
12251         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12252         Patch from Sebastien Cote, fixes #319884
12253
12254 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12255
12256         * ext/cdio/gstcdio.c: (plugin_init):
12257           Init debug category (#331253).
12258
12259 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12260
12261         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12262           Pass extra_data to gst_riff_create_audio_caps(), so that
12263           WAVEFORMATEX stuff works. Post audio codec name and post
12264           it as taglist on the bus. Allow up to 8 channesl for raw
12265           PCM in the source pad template caps.
12266
12267 2006-02-16  Wim Taymans  <wim@fluendo.com>
12268
12269         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12270         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
12271         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
12272         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
12273         (gst_multipart_set_property), (gst_multipart_get_property):
12274         Applied #318663. Gives quite a few false positives in
12275         autoscan mode, but it's better than nothing. Not closing yet.
12276
12277 2006-02-16  Wim Taymans  <wim@fluendo.com>
12278
12279         * docs/plugins/Makefile.am:
12280         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12281         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12282         * docs/plugins/gst-plugins-good-plugins.args:
12283         * docs/plugins/inspect/plugin-udp.xml:
12284         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12285         (gst_udpsrc_start):
12286         Update documentation.
12287         Fix args.
12288
12289 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
12290
12291         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12292         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
12293         frame size. (Fixes #331368)
12294
12295 2006-02-16  Wim Taymans  <wim@fluendo.com>
12296
12297         * gst/rtsp/README:
12298         Updated README.
12299
12300         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
12301         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
12302         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
12303         * gst/rtsp/gstrtspsrc.h:
12304         Make sure the RTP port is an even port an try to allocate 
12305         another if not.
12306         Added retry property to control max retries for port allocation.
12307         Make sure RTCP port is RTP port+1.
12308         Cleanup when port allocation fails.
12309         Fixes #319183.
12310         
12311 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12312
12313         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
12314           Don't ignore return value of the parent class's state
12315           change function (#331385, patch by: Wouter Paesen).
12316
12317 2006-02-15  Wim Taymans  <wim@fluendo.com>
12318
12319         * configure.ac:
12320         * docs/plugins/Makefile.am:
12321         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12322         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12323         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12324         * ext/Makefile.am:
12325         * ext/hal/Makefile.am:
12326         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
12327         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
12328         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
12329         (do_toggle_element), (gst_hal_audio_sink_set_property),
12330         (gst_hal_audio_sink_get_property),
12331         (gst_hal_audio_sink_change_state):
12332         * ext/hal/gsthalaudiosink.h:
12333         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
12334         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
12335         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
12336         (do_toggle_element), (gst_hal_audio_src_set_property),
12337         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
12338         * ext/hal/gsthalaudiosrc.h:
12339         * ext/hal/gsthalelements.c: (plugin_init):
12340         * ext/hal/gsthalelements.h:
12341         * ext/hal/hal.c: (gst_hal_get_string),
12342         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
12343         (gst_hal_get_audio_src):
12344         * ext/hal/hal.h:
12345         Add HAL sound device wrapper plugins. Closes #329106
12346
12347 2006-02-15  Wim Taymans  <wim@fluendo.com>
12348
12349         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
12350         Add comment in a fultile attempt to stop the copy-and-paste 
12351         paradigm leading to duplication of bad code.
12352
12353         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
12354         Mime parameters have to be checked case insensitive
12355
12356 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
12357
12358         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
12359           Advance stream time for lagging subtitle streams by sending
12360           newsegment events with the update flag set.
12361
12362 2006-02-14  Edward Hervey  <edward@fluendo.com>
12363
12364         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
12365         There can be bogus data before the hdrl LIST tag in the RIFF header.
12366         It's hard to say if it's not respecting the AVI specifications or not,
12367         but since Google Video is producing AVIs like that and the other player
12368         don't seem to complain, I guess we should do the same.
12369
12370 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
12371
12372         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
12373         (parse_split_strings):
12374         Add more validation to ensure that a char encoding conversion
12375         produced a valid UTF-8 string.
12376
12377 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
12378
12379         Reviewed by: Edward Hervey  <edward@fluendo.com>
12380
12381         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12382         Properly handle end of segment. Closes #330885.
12383
12384 2006-02-13  Wim Taymans  <wim@fluendo.com>
12385
12386         * gst/rtp/gstrtpmp4gpay.h:
12387         For got to commit this one.
12388
12389 2006-02-12  Wim Taymans  <wim@fluendo.com>
12390
12391         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
12392         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
12393         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
12394         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
12395         * gst/rtp/gstrtpmp4gpay.h:
12396         Make more things work.
12397         Handle ACC config strings.
12398
12399 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12400
12401         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
12402           set timestamps if no incoming timestamps set
12403
12404 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
12405
12406         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
12407         (gst_tag_demux_do_typefind):
12408           ... and fix the very same leaks in GstTagDemux.
12409
12410 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
12411
12412         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
12413         (gst_id3demux_do_typefind):
12414         Fix a couple of mem leaks. (Patch by Jonathan Matthew
12415         <jonathan at kaolin dot wh9 dot net>)
12416
12417 2006-02-10  Wim Taymans  <wim@fluendo.com>
12418
12419         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
12420         First set options, then set caps or else the baseclass
12421         will not know about the options, duh.
12422
12423 2006-02-10  Wim Taymans  <wim@fluendo.com>
12424
12425         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
12426         (gst_rtp_mp4v_pay_setcaps):
12427         Don't waste time looking for a config string if we have codec_info
12428         on the incomming caps.
12429
12430 2006-02-10  Wim Taymans  <wim@fluendo.com>
12431
12432         * gst/rtp/README:
12433         Say something about case-sensitivity of caps vs mime-attributes.
12434
12435         * gst/rtp/Makefile.am:
12436         * gst/rtp/gstrtp.c: (plugin_init):
12437         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12438         (gst_rtp_amr_pay_handle_buffer):
12439         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
12440         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
12441         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
12442         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
12443         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
12444         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
12445         (gst_rtp_mp4g_pay_plugin_init):
12446         * gst/rtp/gstrtpmp4gpay.h:
12447         Added beginnings of mpeg4-generic payloader (RFC 3640)
12448
12449 2006-02-09  Wim Taymans  <wim@fluendo.com>
12450
12451         * gst/rtsp/Makefile.am:
12452         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
12453         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
12454         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
12455         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
12456         (gst_rtpdec_change_state):
12457         * gst/rtsp/gstrtpdec.h:
12458         * gst/rtsp/gstrtsp.c: (plugin_init):
12459         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12460         * gst/rtsp/rtspconnection.c: (read_body),
12461         (rtsp_connection_receive):
12462         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
12463         Resurected rtpdec to make rtspsrc happy again.
12464         Skip attributes from the session id.
12465         Don't crash when dumping a message with an empty body.
12466
12467
12468 2006-02-09  Wim Taymans  <wim@fluendo.com>
12469
12470         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12471         Added more meaningfull warnings when something goes wrong.
12472         Clear F bit on outgoing AMR packets.
12473
12474         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12475         (gst_rtp_amr_pay_handle_buffer):
12476         Added debugging category
12477         Support payloading of multiple AMR frames.
12478
12479         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
12480         Added some debugging.
12481
12482 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
12483
12484         * configure.ac:
12485           Back to CVS
12486
12487 === release 0.10.2 ===
12488
12489 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
12490
12491         * configure.ac:
12492           releasing 0.10.2, "Papa was a rolling stone"
12493
12494 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12495
12496         * configure.ac:
12497           Bump core and plugins-base requirement to 0.10.2.2
12498           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
12499
12500 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12501
12502         * ext/flac/gstflac.c: (plugin_init):
12503         * ext/speex/gstspeex.c: (plugin_init):
12504           Register musicbrainz tags.
12505
12506 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12507
12508         * ext/gconf/gconf.h:
12509           Remove declaration of function that no longer exists.
12510
12511 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12512
12513         * ext/shout2/gstshout2.c: (gst_shout2send_render),
12514         (gst_shout2send_setcaps), (gst_shout2send_change_state):
12515         Make shout2 work for non ogg streams
12516
12517 2006-02-06  Wim Taymans  <wim@fluendo.com>
12518
12519         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12520         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
12521         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
12522         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
12523         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
12524         * gst/udp/gstmultiudpsink.h:
12525         Updated docs.
12526         Added properties bytes-served, bytes_to_serve.
12527         Post proper error messages,
12528         Emit client added signal too.
12529
12530 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12531
12532         * docs/plugins/Makefile.am:
12533         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12534         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12535         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12536         (gst_multiudpsink_get_stats):
12537           adding docs for multiudpsink
12538
12539 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12540
12541         * gst/level/gstlevel.c: (gst_level_transform_ip):
12542           peak below decay is not necessarily an error, so don't ERROR log
12543
12544 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12545
12546         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
12547         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
12548         (gst_ebml_write_seek):
12549         * gst/matroska/ebml-write.h:
12550           Make sure we send a newsegment event in BYTES format
12551           before sending buffers (#328531).
12552
12553 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12554
12555         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
12556         (gst_dvdemux_sink_query):
12557         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
12558         * ext/speex/gstspeexdec.c: (speex_get_query_types),
12559         (speex_dec_src_query):
12560         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
12561         (gst_speexenc_sink_query):
12562         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12563         * gst/matroska/matroska-demux.c:
12564         (gst_matroska_demux_get_src_query_types),
12565         (gst_matroska_demux_handle_src_query):
12566         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
12567         (gst_wavparse_pad_query):
12568           Pass unhandled queries upstream instead of just dropping
12569           them (#326446). Update query type arrays here and there.
12570
12571 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12572
12573         * tests/check/elements/matroskamux.c: (setup_src_pad):
12574           Collectpads in core got changed and now also holds a
12575           reference to any pad that is part of it. Fix refcount
12576           checks in test case accordingly.
12577
12578 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12579
12580         * gst/apetag/gstapedemux.h:
12581           Fix include, for now GstTagDemux is in the apetag dir.
12582
12583 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12584
12585         * docs/plugins/Makefile.am:
12586         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12587         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12588         * docs/plugins/inspect/plugin-cdio.xml:
12589           Add cdio plugin to docs.
12590
12591         * ext/cdio/gstcdiocddasrc.c:
12592           Add gtk-doc blurb.
12593
12594         * ext/cdio/gstcdio.c:
12595           The plugin is called 'cdio' not 'cddio'.
12596
12597 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12598
12599         * configure.ac:
12600         * docs/plugins/Makefile.am:
12601         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12602         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12603         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12604         * docs/plugins/inspect/plugin-apetag.xml:
12605         * gst/apetag/Makefile.am:
12606         * gst/apetag/gstapedemux.c:
12607         * gst/apetag/gstapedemux.h:
12608         * gst/apetag/gsttagdemux.c:
12609         * gst/apetag/gsttagdemux.h:
12610           Add APE tag demuxer (#325649).
12611
12612 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12613
12614         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
12615         (gst_gconf_get_default_video_sink),
12616         (gst_gconf_get_default_audio_src),
12617         (gst_gconf_get_default_video_src):
12618         * ext/gconf/gconf.h:
12619         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
12620         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
12621         (do_toggle_element):
12622         * ext/gconf/gstgconfaudiosink.h:
12623         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
12624         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
12625         (do_toggle_element):
12626         * ext/gconf/gstgconfaudiosrc.h:
12627         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
12628         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
12629         (do_toggle_element):
12630         * ext/gconf/gstgconfvideosink.h:
12631         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
12632         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
12633         (do_toggle_element):
12634         * ext/gconf/gstgconfvideosrc.h:
12635           Ignore changing the GConf key to "". Ignore GConf key updates
12636           that don't actually change the string.
12637           For now, ignore the GConf key when the state is > READY, as
12638           it breaks streaming. Sometime it will be nice to bring the
12639           new sink online even mid-stream, by sending NEWSEGMENT info
12640           and possibly prerolling.
12641           (Fixes #326736)
12642
12643 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12644
12645         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
12646         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
12647         (zoomFilterSetResolution), (zoomFilterDestroy),
12648         (zoomFilterFastRGB), (pointFilter):
12649         * gst/goom/filters.h:
12650         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
12651         (goom_update), (goom_close):
12652         * gst/goom/goom_core.h:
12653         * gst/goom/goom_tools.h:
12654         * gst/goom/graphic.c:
12655         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
12656         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
12657         * gst/goom/gstgoom.h:
12658         * gst/goom/lines.c: (goom_lines):
12659         * gst/goom/lines.h:
12660           Make goom reentrant by moving all important static variables
12661           into instance structures.
12662           (Fixes #329181)
12663
12664 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
12665
12666         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
12667         (gst_avi_demux_all_source_pads_unlinked),
12668         (gst_avi_demux_process_next_entry):
12669         * gst/avi/gstavidemux.h:
12670           Third attempt, use gst_pad_is_linked() this time.
12671
12672 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
12673
12674         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12675         (parse_split_strings):
12676         Adjust for data length indicators when parsing (Fixes #329810)
12677         Fix stupid bug parsing UTF-8 tag text.
12678         Output tag strings with multiple fields as multiple tags, so the
12679         app gets all the data.
12680
12681 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12682
12683         * ext/flac/gstflacenc.c:
12684         Fixed a bug add in last commit, where no event is send. Thanks Tim to
12685         show me.
12686         
12687 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12688
12689         * ext/flac/gstflacenc.c:
12690         * gst/matroska/ebml-read.c:
12691         Just make it compile with --disable-gst-debug.
12692
12693 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
12694
12695         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
12696         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
12697         (id3v2_genre_fields_to_taglist):
12698           Never output a tag with a null contents string.
12699
12700 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12701
12702         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
12703           Only pause if all pads are unlinked AND we've tried to send data
12704           on all of them at least once.
12705
12706 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12707
12708         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
12709         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
12710           Make loop function/task pause itself when all source pads are
12711           unlinked.
12712
12713 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12714
12715         * configure.ac:
12716         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
12717           Use new functions from core to render a bin from a
12718           string. Fixes build. Up requirements to core CVS.
12719
12720 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
12721
12722         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
12723           Don't push buffers into the adapter that we are going to
12724           push downstream again without framing anyway. Also, the
12725           adaptor takes ownership of buffers put into it (fixes
12726           auparse pushing invalid buffers for .au files with
12727           ADPCM contents). Finally, set caps on all outgoing buffers.
12728
12729 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
12730
12731         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
12732         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
12733         (gst_id3demux_send_tag_event):
12734         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
12735         Someone should kick my butt. Remove ID3v1 tags from the end of the
12736         file.
12737
12738         Improve error messages. Send the TAG message as soon as we complete
12739         typefinding, instead of waiting until we send the first buffer.
12740         Downstream tag event is still sent before the first buffer.
12741
12742 2006-01-27  Jan Gerber  <j@bootlab.org>
12743
12744         Reviewed by: Andy Wingo <wingo@pobox.com>
12745
12746         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
12747         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
12748         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
12749         to not have warings flooding stderr. this is the suggested way
12750         also used in dvgrab and kino. (#328336)
12751
12752 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
12753
12754         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
12755         (gst_oss_sink_init), (gst_oss_sink_finalise):
12756           Free the device name string when finalised.
12757
12758 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
12759
12760         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
12761           Don't put function calls in g_return_if_fail() statements,
12762           or they'll be replaced with NOOPs if someone compiles with
12763           G_DISABLE_CHECKS defined.
12764           
12765 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
12766
12767         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12768         Never trust ANY information encoded in a media file, especially
12769         when it's giving you sizes. (Fixes #328452)
12770
12771 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
12772
12773         * gst/rtp/gstrtpg711pay.c:
12774         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
12775         bug #325148.
12776
12777 2006-01-23  Edward Hervey  <edward@fluendo.com>
12778
12779         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
12780         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
12781         * gst/matroska/matroska-ids.h:
12782         Added recognition of Real Audio and Video streams in matroska demuxer.
12783
12784 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
12785
12786         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
12787           Remove errant break statement, and fix compilation with
12788           older GCC.
12789
12790 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
12791
12792         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12793
12794         * sys/sunaudio/gstsunaudiomixerctrl.c:
12795         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
12796           Export functions that are needed in other parts of the code,
12797           makes the mixer actually work; adjust magic minimum buffer-time
12798           value from 3ms to 5ms to work around stuttering during mp3
12799           playback (#327765).
12800
12801 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
12802
12803         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12804
12805         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
12806         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
12807           Fix possible deadlock in matroska muxer (#327825).
12808
12809 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
12810
12811         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
12812         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
12813         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
12814         * gst/rtsp/sdpmessage.h:
12815         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
12816         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
12817           C89 fixes: declare variables at the beginning of a block and
12818           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
12819           <jensgr at gmx dot net>).
12820
12821 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
12822
12823         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12824         * gst/id3demux/id3tags.h:
12825         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12826         (parse_comment_frame), (parse_text_identification_frame),
12827         (id3v2_tag_to_taglist), (id3v2_are_digits),
12828         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
12829         (parse_split_strings), (free_tag_strings):
12830           Rewrite parsing of text tags to handle multiple NULL terminated
12831           strings. Parse numeric genre strings and ID3v2 type
12832           "(3)(6)Alternative" style genre strings.
12833           Parse dates that are only YYYY or YYYY-mm format.
12834           (Fixes #328241 and #322154)
12835
12836 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
12837
12838         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12839           Don't forget to initialize liboil, otherwise our oil functions
12840           will crash (fixes #327871; patch by: Christoph Burghardt
12841           <hawkes at web dot de>).
12842
12843 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12844
12845         * configure.ac:
12846           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
12847           like in the core and gst-plugins-base. Fixes #324367 and #326683;
12848           patch by: Brian Cameron <brian dot cameron at sun dot com>
12849
12850 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12851
12852         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
12853         * ext/cdio/gstcdio.h:
12854         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
12855           Fix build for libcdio versions >= 76; give slightly lower rank
12856           than cdparanoia.
12857
12858 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12859
12860         * configure.ac:
12861         * ext/Makefile.am:
12862         * ext/cdio/Makefile.am:
12863         * ext/cdio/gstcdio.c:
12864         * ext/cdio/gstcdio.h:
12865         * ext/cdio/gstcdiocddasrc.c:
12866         * ext/cdio/gstcdiocddasrc.h:
12867           Port libcdio cdda source, formerly known as cddasrc, now known as
12868           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
12869           but that's not tested (fixes #317658).
12870
12871 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12872
12873         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
12874           Fix conversion from TIME to BYTES format (fixes #326864;
12875           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
12876
12877 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
12878
12879         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12880           Fix compilation of id3demux when zlib is not present.
12881           (Fixes #326602; patch by: Sergey Scobich)
12882
12883 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
12884
12885         * ext/esd/Makefile.am:
12886           Add $(ESD_CFLAGS), otherwise build will fail for folks
12887           with libesd in a non-standard prefix (#327009).
12888
12889 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12890
12891         * configure.ac:
12892           back to HEAD
12893
12894 === release 0.10.1 ===
12895
12896 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
12897
12898         * configure.ac:
12899           releasing 0.10.1, "Li"
12900
12901 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12902
12903           patch by: Wim Taymans
12904
12905         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12906           fix memleak.  Fixes #326618
12907
12908 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12909
12910           patch by: Mike Smith
12911
12912         * gst/level/gstlevel.c: (gst_level_message_new),
12913         (gst_level_message_append_channel):
12914           Fix memleak.  Fixes #326612
12915
12916 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12917
12918         * configure.ac:
12919           prereleasing
12920         * po/af.po:
12921         * po/az.po:
12922         * po/cs.po:
12923         * po/en_GB.po:
12924         * po/hu.po:
12925         * po/it.po:
12926         * po/nb.po:
12927         * po/nl.po:
12928         * po/or.po:
12929         * po/sq.po:
12930         * po/sr.po:
12931         * po/sv.po:
12932         * po/uk.po:
12933         * po/vi.po:
12934           update translations
12935
12936 2006-01-10  Michael Smith  <msmith@fluendo.com>
12937
12938         * gst/level/gstlevel.c: (gst_level_class_init),
12939         (gst_level_dispose):
12940           Don't leak filter arrays.
12941
12942 2006-01-09 Brian Cameron <brian.cameron@sun.com>
12943
12944         reviewed by: Christian Schaller <uraeus@gnome.org>
12945         
12946         * configure.ac:
12947         * gst-plugins-good.spec.in:
12948         * sys/Makefile.am:
12949         * sys/sunaudio/Makefile.am:
12950         * sys/sunaudio/gstsunaudio.c: (plugin_init):
12951         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
12952         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
12953         (gst_sunaudiomixer_change_state):
12954         * sys/sunaudio/gstsunaudiomixer.h:
12955         * sys/sunaudio/gstsunaudiomixerctrl.c:
12956         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
12957         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
12958         (gst_sunaudiomixer_ctrl_list_tracks),
12959         (gst_sunaudiomixer_ctrl_get_volume),
12960         (gst_sunaudiomixer_ctrl_set_volume),
12961         (gst_sunaudiomixer_ctrl_set_mute),
12962         (gst_sunaudiomixer_ctrl_set_record):
12963         * sys/sunaudio/gstsunaudiomixerctrl.h:
12964         * sys/sunaudio/gstsunaudiomixertrack.c:
12965         (gst_sunaudiomixer_track_class_init),
12966         (gst_sunaudiomixer_track_init), (fill_labels),
12967         (gst_sunaudiomixer_track_new):
12968         * sys/sunaudio/gstsunaudiomixertrack.h:
12969         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
12970         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
12971         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
12972         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
12973         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
12974         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
12975         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
12976         * sys/sunaudio/gstsunaudiosink.h:
12977
12978         Add SunAudio plugin - tested to make sure it doesn't break
12979         the build under GNU/Linux.      
12980
12981 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
12982
12983         * gst-plugins-good/gst/udp/gstdynudpsink.c:
12984         * gst-plugins-good/gst/udp/gstudpsrc.c:
12985         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
12986         overrides the port or multicast parameters. Fixes bugs #323021.
12987         API addition: adds GstUDPSrc::sockfd property   
12988
12989 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
12990
12991         * ext/gconf/Makefile.am:
12992         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
12993         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
12994         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
12995         (do_toggle_element), (cb_toggle_element),
12996         (gst_gconf_audio_src_change_state):
12997         * ext/gconf/gstgconfaudiosrc.h:
12998         * ext/gconf/gstgconfelements.c: (plugin_init):
12999         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
13000         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
13001         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
13002         (do_toggle_element), (cb_toggle_element),
13003         (gst_gconf_video_src_change_state):
13004         * ext/gconf/gstgconfvideosrc.h:
13005           Add new gconfaudiosrc and gconfvideosrc elements
13006           (needed for gnome-sound-recorder).
13007
13008 2006-01-06  Edward Hervey  <edward@fluendo.com>
13009
13010         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13011         Add gst_element_no_more_pads() for proper decodebin behaviour.
13012         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
13013         (parse_text_identification_frame), (parse_split_strings):
13014         Failure to decode some tags is not a GST_ERROR() but a
13015         GST_WARNING()
13016         When iterating over a chunk of text, check that we haven't gone too
13017         far.
13018
13019 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
13020
13021         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
13022         (plugin_init):
13023           call oil_init() when using liboil
13024
13025 2006-01-04  Wim Taymans  <wim@fluendo.com>
13026
13027         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13028         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13029         Fix leaks.
13030
13031 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
13032
13033         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13034
13035         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
13036         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
13037         (gst_flac_dec_change_state):
13038           Don't g_assert() where we should just return FALSE; remove
13039           unnecessary g_assert(); initialize some fields properly in
13040           state change function (fixes #325504). Also, use
13041           GST_DEBUG_OBJECT in two more places.
13042
13043 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13044
13045         * configure.ac:
13046           also remove smoothwave's Makefile.am
13047         * docs/plugins/Makefile.am:
13048           fix plugin docs
13049
13050 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13051
13052         * tests/examples/Makefile.am:
13053           added missing Makefile.am
13054
13055 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13056
13057         * configure.ac:
13058         * gst/level/Makefile.am:
13059         * gst/level/level-example.c:
13060         * tests/Makefile.am:
13061         * tests/examples/level/Makefile.am:
13062         * tests/examples/level/level-example.c: (message_handler), (main):
13063           moved level-example to tests/examples/level-example
13064         * tests/old/examples/level/demo.c: (main):
13065         * tests/old/examples/level/plot.c: (main):
13066           some initial fixes
13067
13068 2005-12-29  Michael Smith  <msmith@fluendo.com>
13069
13070         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13071         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
13072         * gst/udp/gstmultiudpsink.h:
13073           Track packets sent per client in addition to bytes sent; provide
13074           this info through get-stats signal
13075
13076 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13077
13078         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
13079           Can't use gst_object_unref() on a GstAdapter (#325191).
13080
13081 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
13082
13083         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13084         If a broken tag has 0 bytes payload, at least still skip
13085         the 10 byte header
13086
13087 2005-12-22  Philippe Khalaf  <burger@speedy.org>
13088
13089         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
13090         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13091         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
13092         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13093           Making these depayloaders (H263+ and mpeg4 video) inherit from
13094           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
13095
13096 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13097
13098         * docs/plugins/gst-plugins-good-plugins.args:
13099         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13100         Regenerate the plugin hiearchy.
13101
13102 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13103
13104         * docs/plugins/Makefile.am:
13105         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13106         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13107         * docs/plugins/gst-plugins-good-plugins.args:
13108         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
13109         (gst_id3demux_base_init), (gst_id3demux_class_init),
13110         (gst_id3demux_chain):
13111         * gst/id3demux/gstid3demux.h:
13112           Add documentation for id3demux.
13113           Don't fail if the first buffer is not at offset 0, just
13114           attempt to typefind and do pass through
13115           Rename the gst_type function from gst_gst_id3demux..
13116
13117 2005-12-20  Michael Smith  <msmith@fluendo.com>
13118
13119         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13120         (gst_multiudpsink_add), (gst_multiudpsink_remove),
13121         (gst_multiudpsink_get_stats):
13122         * gst/udp/gstmultiudpsink.h:
13123           Collect statistics; return them from get_stats.
13124
13125 2005-12-19  Edward Hervey  <edward@fluendo.com>
13126
13127         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
13128         Stupid signedness issue...
13129
13130 2005-12-19  Edward Hervey  <edward@fluendo.com>
13131
13132         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13133         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
13134         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
13135         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13136         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
13137         Construct index for indexless files.
13138         Make sure pad/buffers are correctly reset to NULL once we don't need
13139         them anymore, else we get lovely segfaults/assertions.
13140         * gst/wavparse/gstwavparse.c:
13141         Yes, you can have 96KHz audio and wma in wav :(
13142
13143 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
13144
13145         * configure.ac:
13146           Check for optional dependency on zlib for id3demux
13147
13148         * gst/id3demux/Makefile.am:
13149         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
13150         (gst_id3demux_base_init), (gst_id3demux_class_init),
13151         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
13152         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
13153         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
13154         (gst_id3demux_set_property), (gst_id3demux_get_property),
13155         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
13156         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
13157         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
13158         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
13159         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
13160         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
13161         (simple_find_peek), (simple_find_suggest),
13162         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
13163         (plugin_init):
13164         * gst/id3demux/gstid3demux.h:
13165         * gst/id3demux/id3tags.c: (read_synch_uint),
13166         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
13167         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
13168         (id3demux_id3v2_frames_to_tag_list):
13169         * gst/id3demux/id3tags.h:
13170         * gst/id3demux/id3v2.4.0-frames.txt:
13171         * gst/id3demux/id3v2.4.0-structure.txt:
13172         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13173         (parse_comment_frame), (parse_text_identification_frame),
13174         (id3v2_tag_to_taglist), (parse_split_strings):
13175           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
13176           otherwise it discards them. Works on my test files. 
13177
13178         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
13179           Don't send EOS to a non-existing srcpad
13180           The debug category can be static
13181
13182 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
13183
13184         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
13185         * ext/esd/esdsink.c: (gst_esdsink_prepare):
13186         * gst/multipart/multipartdemux.c:
13187           change some char* into char[]
13188
13189 2005-12-16  Wim Taymans  <wim@fluendo.com>
13190
13191         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
13192         (gst_wavparse_other), (gst_wavparse_perform_seek),
13193         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
13194         (gst_wavparse_loop), (gst_wavparse_pad_convert),
13195         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
13196         * gst/wavparse/gstwavparse.h:
13197         Use GstSegment to implement more seeking features.
13198
13199 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
13200
13201         * gst/rtsp/rtspconnection.c:
13202           Add <netinet/in.h> include and move <arpa/inet.h> include
13203           to make things work on OpenBSD as well (fixes #323717;
13204           patch by: Benjamin Pineau)
13205
13206 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
13207
13208         * gst/rtp/gstrtpspeexdepay.c:
13209         * gst/rtp/gstrtpspeexpay.c:
13210         Set clock rate to be fixed in 8000. It fixes bug #324012.
13211
13212 2005-12-14  Philippe Khalaf  <burger@speedy.org>
13213
13214         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
13215         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
13216         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
13217         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13218         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13219         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
13220         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
13221         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13222         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
13223         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13224         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
13225         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
13226         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
13227         * gst-plugins-good/gst/rtp/README:
13228         Fixed payload range in payloder caps. Removed payload range completely
13229         from depayloaders as they don't require payload type in their caps.
13230         In effect, there isn't any specific payload type for any given codec,
13231         only suggestions.
13232         Fixes bug #324011.
13233
13234 2005-12-13  Julien MOUTTE  <julien@moutte.net>
13235
13236         * gst/videomixer/videomixer.c: (gst_videomixer_init),
13237         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13238         (gst_videomixer_collected): Code cleanup and re-enabling 
13239         queued time validity check for correct EOS handling.
13240
13241 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
13242
13243         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13244         (gst_oss_mixer_element_get_property),
13245         (gst_oss_mixer_element_change_state):
13246         Add 'device-name' property and fix state change function.
13247
13248 2005-12-13  Edward Hervey  <edward@fluendo.com>
13249
13250         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
13251         If the speed of the file is null in the header, set the frame_time to
13252         the default setting of GST_SECOND / 70. Which is the default
13253         frame_delay for .fli files as stated in this document :
13254         http://www.compuphase.com/flic.htm
13255         Would be nice to have the time conversion done properly too (duration =
13256         flxh->frames * flxdec->frame_time)
13257
13258 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13259
13260         * docs/plugins/Makefile.am:
13261         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13262         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13263         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13264         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13265         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13266         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
13267         documentation for videomixer on my way with a funny sample
13268         pipeline.
13269
13270 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13271
13272         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13273         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13274         (gst_videomixer_update_queues), (gst_videomixer_collected):
13275         Fix caps negotiation. (#323896)
13276
13277 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
13278
13279         * gst/matroska/matroska-demux.c:
13280         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
13281           Set correct timestamps on audio laces, fixes playback of mp3 from
13282                 matroska.
13283
13284 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
13285
13286         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
13287         (gst_au_parse_class_init), (gst_au_parse_init),
13288         (gst_au_parse_dispose), (gst_au_parse_chain),
13289         (gst_au_parse_change_state), (plugin_init):
13290         * gst/auparse/gstauparse.h:
13291           Use gst_object_unref() for GstObjects instead of
13292           g_object_unref() and fix a mem leak in a debug
13293           statement; while we're at it, also borgify, use
13294           boilerplate macros and clean up a little bit.
13295
13296 2005-12-11  Edward Hervey  <edward@fluendo.com>
13297
13298         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
13299         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
13300         Added pull mode.
13301
13302 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13303
13304         * gst/goom/gstgoom.c:
13305         * gst/level/level-example.c: (main):
13306         * gst/smoothwave/demo-osssrc.c: (main):
13307           Use audiotestsrc instead of sinesrc (#323798).
13308
13309 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
13310
13311         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
13312           more debug-func-ptr usage
13313
13314 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
13315
13316         * gst/flx/flx_color.c: (flx_colorspace_convert):
13317         * gst/flx/flx_color.h:
13318         * gst/flx/flx_fmt.h:
13319         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
13320         * gst/flx/gstflxdec.h:
13321           Now flxdec works on big-endian machines as well.
13322
13323 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13324
13325         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
13326         (gst_fenced_buffer_copy):
13327           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
13328           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
13329           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
13330           and use GST_DEBUG_FUNCPTR for pad functions.
13331
13332 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13333
13334         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
13335         (gst_flac_dec_class_init), (gst_flac_dec_init),
13336         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
13337         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
13338         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
13339         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
13340         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
13341         (gst_flac_dec_change_state):
13342         * ext/flac/gstflacdec.h:
13343           Rewrite flacdec a bit, so that even seeking might work now. Most
13344           importantly, don't act upon any flow return values we get, just tell
13345           the decoder everything's dandy and act on the flow return values
13346           later on in the loop function. We don't want to mess up the internal
13347           decoder state for non-fatal things like flushing pads etc. Other
13348           than that, use GstSegment (segment seeks don't work yet though, but
13349           should be easy to add), use boilerplate macros, drop the superfluous
13350           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
13351           lots of other things.
13352
13353 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13354
13355         * configure.ac:
13356           Update comment in OSS includes check.
13357
13358         * sys/oss/gstossdmabuffer.c:
13359         * sys/oss/gstosshelper.c:
13360         * sys/oss/gstossmixer.c:
13361         * sys/oss/gstossmixertrack.c:
13362         * sys/oss/gstosssink.c:
13363         * sys/oss/gstosssrc.c:
13364         * sys/oss/oss_probe.c:
13365           Don't assume the OSS soundcard.h include is always in
13366           the sys/ directory. Instead, use the existing defines
13367           from config.h to include the right file. Fixes
13368           compilation on OpenBSD 3.8 (#323718).
13369
13370 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13371
13372         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13373         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13374         * docs/plugins/inspect/plugin-1394.xml:
13375         * docs/plugins/inspect/plugin-aasink.xml:
13376         * docs/plugins/inspect/plugin-alaw.xml:
13377         * docs/plugins/inspect/plugin-alpha.xml:
13378         * docs/plugins/inspect/plugin-alphacolor.xml:
13379         * docs/plugins/inspect/plugin-auparse.xml:
13380         * docs/plugins/inspect/plugin-autodetect.xml:
13381         * docs/plugins/inspect/plugin-avi.xml:
13382         * docs/plugins/inspect/plugin-cacasink.xml:
13383         * docs/plugins/inspect/plugin-cairo.xml:
13384         * docs/plugins/inspect/plugin-cutter.xml:
13385         * docs/plugins/inspect/plugin-debug.xml:
13386         * docs/plugins/inspect/plugin-dv.xml:
13387         * docs/plugins/inspect/plugin-efence.xml:
13388         * docs/plugins/inspect/plugin-effectv.xml:
13389         * docs/plugins/inspect/plugin-esdsink.xml:
13390         * docs/plugins/inspect/plugin-flac.xml:
13391         * docs/plugins/inspect/plugin-flxdec.xml:
13392         * docs/plugins/inspect/plugin-gconfelements.xml:
13393         * docs/plugins/inspect/plugin-goom.xml:
13394         * docs/plugins/inspect/plugin-jpeg.xml:
13395         * docs/plugins/inspect/plugin-level.xml:
13396         * docs/plugins/inspect/plugin-matroska.xml:
13397         * docs/plugins/inspect/plugin-mulaw.xml:
13398         * docs/plugins/inspect/plugin-multipart.xml:
13399         * docs/plugins/inspect/plugin-navigationtest.xml:
13400         * docs/plugins/inspect/plugin-ossaudio.xml:
13401         * docs/plugins/inspect/plugin-png.xml:
13402         * docs/plugins/inspect/plugin-rtp.xml:
13403         * docs/plugins/inspect/plugin-rtsp.xml:
13404         * docs/plugins/inspect/plugin-shout2send.xml:
13405         * docs/plugins/inspect/plugin-smpte.xml:
13406         * docs/plugins/inspect/plugin-speex.xml:
13407         * docs/plugins/inspect/plugin-udp.xml:
13408         * docs/plugins/inspect/plugin-videobox.xml:
13409         * docs/plugins/inspect/plugin-videoflip.xml:
13410         * docs/plugins/inspect/plugin-videomixer.xml:
13411         * docs/plugins/inspect/plugin-wavenc.xml:
13412         * docs/plugins/inspect/plugin-wavparse.xml:
13413         * ext/flac/gstflac.c: (plugin_init):
13414         * ext/flac/gstflacdec.c: (flacdec_get_type),
13415         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
13416         (gst_flac_dec_init), (gst_flac_dec_finalize),
13417         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
13418         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
13419         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
13420         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
13421         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
13422         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
13423         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
13424         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
13425         * ext/flac/gstflacdec.h:
13426         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
13427         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
13428         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
13429         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
13430         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
13431         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
13432         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
13433         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
13434         (gst_flac_enc_change_state):
13435         * ext/flac/gstflacenc.h:
13436           borgify and fix up documentation
13437
13438 2005-12-09  Michael Smith  <msmith@fluendo.com>
13439
13440         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
13441           Accept a wider range of flac files, more closely matching flac spec.
13442
13443 2005-12-08  Julien MOUTTE  <julien@moutte.net>
13444
13445         * docs/plugins/Makefile.am: Add multipart elements.
13446         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13447         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
13448         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13449         * gst/multipart/multipartdemux.c:
13450         * gst/multipart/multipartmux.c: Add docs.
13451
13452 2005-12-07  Edward Hervey  <edward@fluendo.com>
13453
13454         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
13455         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
13456         (gst_avi_demux_invert):
13457         Memleak and crasher fixes.
13458         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
13459         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
13460         Memleak fixes
13461
13462 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13463
13464         * ext/aalib/gstaasink.h:
13465         * ext/cairo/gsttextoverlay.h:
13466         * ext/dv/gstdvdec.h:
13467         * ext/dv/gstdvdemux.c:
13468         * ext/dv/gstdvdemux.h:
13469         * ext/esd/esdsink.h:
13470         * ext/flac/flac_compat.h:
13471         * ext/flac/gstflacdec.h:
13472         * ext/flac/gstflacenc.h:
13473         * ext/gconf/gconf.h:
13474         * ext/gconf/gstgconfaudiosink.h:
13475         * ext/gconf/gstgconfvideosink.h:
13476         * ext/gdk_pixbuf/gstgdkanimation.h:
13477         * ext/jpeg/gstjpegdec.h:
13478         * ext/jpeg/smokecodec.h:
13479         * ext/jpeg/smokeformat.h:
13480         * ext/ladspa/gstsignalprocessor.h:
13481         * ext/ladspa/search.c: (LADSPAPluginSearch):
13482         * ext/ladspa/utils.h:
13483         * ext/libmng/gstmng.c:
13484         * ext/libmng/gstmngdec.h:
13485         * ext/libmng/gstmngenc.c:
13486         * ext/libmng/gstmngenc.h:
13487         * ext/libpng/gstpng.c:
13488         * ext/libpng/gstpngenc.c:
13489         * ext/libpng/gstpngenc.h:
13490         * ext/shout2/gstshout2.h:
13491         * ext/speex/gstspeexdec.h:
13492         * ext/speex/gstspeexenc.c:
13493         * ext/speex/gstspeexenc.h:
13494         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13495         * gst/autodetect/gstautoaudiosink.h:
13496         * gst/autodetect/gstautovideosink.h:
13497         * gst/avi/gstavidemux.h:
13498         * gst/cutter/gstcutter.c: (gst_cutter_chain),
13499         (gst_cutter_set_property), (gst_cutter_get_caps):
13500         * gst/cutter/gstcutter.h:
13501         * gst/debug/tests.c: (md5_process_block):
13502         * gst/debug/tests.h:
13503         * gst/effectv/gstwarp.c:
13504         * gst/flx/flx_fmt.h:
13505         * gst/flx/gstflxdec.h:
13506         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
13507         (zoomFilterFastRGB):
13508         * gst/goom/filters.h:
13509         * gst/goom/goom_tools.h:
13510         * gst/law/alaw-encode.c:
13511         * gst/level/gstlevel.c:
13512         * gst/level/gstlevel.h:
13513         * gst/matroska/ebml-write.h:
13514         * gst/matroska/matroska-demux.h:
13515         * gst/matroska/matroska-ids.h:
13516         * gst/matroska/matroska-mux.h:
13517         * gst/monoscope/convolve.c: (convolve_match):
13518         * gst/monoscope/convolve.h:
13519         * gst/multipart/multipartmux.c:
13520         * gst/oldcore/gstaggregator.c:
13521         * gst/oldcore/gstaggregator.h:
13522         * gst/oldcore/gstmd5sink.c: (md5_process_block):
13523         * gst/oldcore/gstmd5sink.h:
13524         * gst/oldcore/gstmultifilesrc.c:
13525         * gst/oldcore/gstmultifilesrc.h:
13526         * gst/oldcore/gstpipefilter.h:
13527         * gst/oldcore/gstshaper.h:
13528         * gst/rtp/gstrtpL16depay.h:
13529         * gst/rtp/gstrtpL16pay.h:
13530         * gst/rtp/gstrtpdepay.h:
13531         * gst/rtp/gstrtpmp4vpay.c:
13532         * gst/rtp/gstrtpmp4vpay.h:
13533         * gst/rtsp/gstrtspsrc.c:
13534         * gst/rtsp/gstrtspsrc.h:
13535         * gst/rtsp/rtspconnection.h:
13536         * gst/rtsp/rtspdefs.h:
13537         * gst/rtsp/rtspmessage.h:
13538         * gst/rtsp/rtsptransport.h:
13539         * gst/rtsp/rtspurl.c:
13540         * gst/rtsp/rtspurl.h:
13541         * gst/rtsp/sdpmessage.c:
13542         * gst/rtsp/sdpmessage.h:
13543         * gst/smpte/barboxwipes.c:
13544         * gst/smpte/gstmask.h:
13545         * gst/smpte/gstsmpte.h:
13546         * gst/smpte/paint.c:
13547         * gst/smpte/paint.h:
13548         * gst/udp/gstdynudpsink.h:
13549         * gst/udp/gstmultiudpsink.h:
13550         * gst/udp/gstudpsink.c:
13551         * gst/udp/gstudpsink.h:
13552         * gst/udp/gstudpsrc.c:
13553         * gst/videomixer/videomixer.c:
13554         * gst/wavenc/riff.h:
13555         * gst/wavparse/gstwavparse.h:
13556         * sys/oss/gstossdmabuffer.h:
13557         * sys/oss/gstossmixer.h:
13558         * sys/oss/gstossmixerelement.h:
13559         * sys/oss/gstossmixertrack.h:
13560         * sys/oss/gstosssink.c:
13561         * sys/oss/gstosssink.h:
13562         * sys/oss/gstosssrc.c:
13563         * sys/oss/gstosssrc.h:
13564         * sys/osxaudio/gstosxaudioelement.h:
13565         * sys/osxaudio/gstosxaudiosink.h:
13566         * sys/osxaudio/gstosxaudiosrc.h:
13567           expand tabs
13568
13569 === release 0.10.0 ===
13570
13571 2005-12-05   <thomas (at) apestaart (dot) org>
13572
13573         * configure.ac:
13574           releasing 0.10.0, "Abondance"
13575
13576 2005-12-05  Andy Wingo  <wingo@pobox.com>
13577
13578         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13579         * ext/flac/gstflacdec.c: (gst_flacdec_write):
13580         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
13581         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
13582         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
13583         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
13584         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13585         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
13586         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
13587         * ext/speex/gstspeexdec.c: (speex_dec_chain):
13588         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
13589         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13590         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
13591         * gst/goom/gstgoom.c: (gst_goom_chain):
13592         * gst/matroska/matroska-demux.c:
13593         (gst_matroska_demux_push_vorbis_codec_priv_data),
13594         (gst_matroska_demux_add_wvpk_header):
13595         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13596         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
13597         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
13598         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
13599         alloc_buffer changes.
13600
13601 2005-12-05  Michael Smith  <msmith@fluendo.com>
13602
13603         * docs/plugins/gst-plugins-good-plugins.args:
13604           Remove args for plugins that aren't in -good.
13605
13606 === release 0.9.7 ===
13607
13608 2005-12-01   <thomas (at) apestaart (dot) org>
13609
13610         * configure.ac:
13611           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
13612
13613 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13614
13615         * docs/plugins/.cvsignore:
13616         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13617         * docs/plugins/inspect/plugin-multipart.xml:
13618         * docs/plugins/inspect/plugin-rtp.xml:
13619           add multipart plugin to docs
13620
13621 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13622
13623         * configure.ac:
13624         * ext/Makefile.am:
13625         * ext/pango/Makefile.am:
13626         * ext/pango/gstclockoverlay.c:
13627         * ext/pango/gstclockoverlay.h:
13628         * ext/pango/gsttextoverlay.c:
13629         * ext/pango/gsttextoverlay.h:
13630         * ext/pango/gsttextrender.c:
13631         * ext/pango/gsttextrender.h:
13632         * ext/pango/gsttimeoverlay.c:
13633         * ext/pango/gsttimeoverlay.h:
13634           move pango to base
13635
13636 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13637
13638         * gst/rtp/Makefile.am:
13639         * gst/rtp/gstrtpL16depay.c:
13640         * gst/rtp/gstrtpL16depay.h:
13641         * gst/rtp/gstrtpL16parse.c:
13642         * gst/rtp/gstrtpL16parse.h:
13643         * gst/rtp/gstrtpgsmdepay.c:
13644         * gst/rtp/gstrtpgsmdepay.h:
13645         * gst/rtp/gstrtpgsmparse.c:
13646         * gst/rtp/gstrtpgsmparse.h:
13647           parsers are depayers
13648
13649 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13650
13651         * gst/rtp/Makefile.am:
13652         * gst/rtp/gstasteriskh263.c:
13653         * gst/rtp/gstrtp.c:
13654         * gst/rtp/gstrtpL16enc.c:
13655         * gst/rtp/gstrtpL16enc.h:
13656         * gst/rtp/gstrtpL16parse.c:
13657         * gst/rtp/gstrtpL16parse.h:
13658         * gst/rtp/gstrtpL16pay.c:
13659         * gst/rtp/gstrtpL16pay.h:
13660         * gst/rtp/gstrtpamrdec.c:
13661         * gst/rtp/gstrtpamrdec.h:
13662         * gst/rtp/gstrtpamrdepay.c:
13663         * gst/rtp/gstrtpamrdepay.h:
13664         * gst/rtp/gstrtpamrenc.c:
13665         * gst/rtp/gstrtpamrenc.h:
13666         * gst/rtp/gstrtpamrpay.c:
13667         * gst/rtp/gstrtpamrpay.h:
13668         * gst/rtp/gstrtpdec.c:
13669         * gst/rtp/gstrtpdec.h:
13670         * gst/rtp/gstrtpdepay.c:
13671         * gst/rtp/gstrtpdepay.h:
13672         * gst/rtp/gstrtpg711dec.c:
13673         * gst/rtp/gstrtpg711dec.h:
13674         * gst/rtp/gstrtpg711depay.c:
13675         * gst/rtp/gstrtpg711depay.h:
13676         * gst/rtp/gstrtpg711enc.c:
13677         * gst/rtp/gstrtpg711enc.h:
13678         * gst/rtp/gstrtpg711pay.c:
13679         * gst/rtp/gstrtpg711pay.h:
13680         * gst/rtp/gstrtpgsmenc.c:
13681         * gst/rtp/gstrtpgsmenc.h:
13682         * gst/rtp/gstrtpgsmparse.c:
13683         * gst/rtp/gstrtpgsmparse.h:
13684         * gst/rtp/gstrtpgsmpay.c:
13685         * gst/rtp/gstrtpgsmpay.h:
13686         * gst/rtp/gstrtph263enc.c:
13687         * gst/rtp/gstrtph263enc.h:
13688         * gst/rtp/gstrtph263pay.c:
13689         * gst/rtp/gstrtph263pay.h:
13690         * gst/rtp/gstrtph263pdec.c:
13691         * gst/rtp/gstrtph263pdec.h:
13692         * gst/rtp/gstrtph263pdepay.c:
13693         * gst/rtp/gstrtph263pdepay.h:
13694         * gst/rtp/gstrtph263penc.c:
13695         * gst/rtp/gstrtph263penc.h:
13696         * gst/rtp/gstrtph263ppay.c:
13697         * gst/rtp/gstrtph263ppay.h:
13698         * gst/rtp/gstrtpmp4vdec.c:
13699         * gst/rtp/gstrtpmp4vdec.h:
13700         * gst/rtp/gstrtpmp4vdepay.c:
13701         * gst/rtp/gstrtpmp4vdepay.h:
13702         * gst/rtp/gstrtpmp4venc.c:
13703         * gst/rtp/gstrtpmp4venc.h:
13704         * gst/rtp/gstrtpmp4vpay.c:
13705         * gst/rtp/gstrtpmp4vpay.h:
13706         * gst/rtp/gstrtpmpadec.c:
13707         * gst/rtp/gstrtpmpadec.h:
13708         * gst/rtp/gstrtpmpadepay.c:
13709         * gst/rtp/gstrtpmpadepay.h:
13710         * gst/rtp/gstrtpmpaenc.c:
13711         * gst/rtp/gstrtpmpaenc.h:
13712         * gst/rtp/gstrtpmpapay.c:
13713         * gst/rtp/gstrtpmpapay.h:
13714         * gst/rtp/gstrtpspeexdec.c:
13715         * gst/rtp/gstrtpspeexdec.h:
13716         * gst/rtp/gstrtpspeexdepay.c:
13717         * gst/rtp/gstrtpspeexdepay.h:
13718         * gst/rtp/gstrtpspeexenc.c:
13719         * gst/rtp/gstrtpspeexenc.h:
13720         * gst/rtp/gstrtpspeexpay.c:
13721         * gst/rtp/gstrtpspeexpay.h:
13722           Do burger's rename for rtp payloaders and depayloaders
13723
13724 2005-11-30  Wim Taymans  <wim@fluendo.com>
13725
13726         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13727         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
13728         * ext/dv/gstdvdemux.h:
13729         Fix seeking in dvdemux again, add some more debug info.
13730
13731 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13732
13733         * configure.ac:
13734           fix tests
13735
13736 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13737
13738         * PORTED_09:
13739         * docs/random/PORTED_09:
13740           move
13741         * tests/Makefile.am:
13742           add
13743         * win32/gst.sln:
13744           remove
13745
13746 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13747
13748         * Makefile.am:
13749         * check/.cvsignore:
13750         * check/Makefile.am:
13751         * check/elements/.cvsignore:
13752         * check/elements/level.c:
13753         * check/elements/matroskamux.c:
13754         * configure.ac:
13755         * examples/Makefile.am:
13756         * examples/capsfilter/Makefile.am:
13757         * examples/capsfilter/capsfilter1.c:
13758         * examples/gob/Makefile.am:
13759         * examples/gob/gst-identity2.gob:
13760         * examples/gstplay/.cvsignore:
13761         * examples/gstplay/Makefile.am:
13762         * examples/gstplay/player.c:
13763         * examples/indexing/.cvsignore:
13764         * examples/indexing/Makefile.am:
13765         * examples/indexing/indexmpeg.c:
13766         * examples/level/Makefile.am:
13767         * examples/level/README:
13768         * examples/level/demo.c:
13769         * examples/level/plot.c:
13770         * examples/stats/Makefile.am:
13771         * examples/stats/mp2ogg.c:
13772         * examples/switch/.cvsignore:
13773         * examples/switch/Makefile.am:
13774         * examples/switch/switcher.c:
13775           move under tests/
13776
13777 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
13778
13779         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
13780         (gst_text_render_class_init), (resize_bitmap),
13781         (gst_text_render_render_text), (gst_text_render_setcaps),
13782         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
13783         (gst_text_render_chain), (gst_text_render_finalize),
13784         (gst_text_render_init), (gst_text_render_set_property):
13785         * ext/pango/gsttextrender.h:
13786           Add missing files.
13787
13788 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
13789
13790         * configure.ac:
13791         * ext/Makefile.am:
13792         * ext/pango/Makefile.am:
13793         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
13794         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
13795         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
13796         * ext/pango/gstclockoverlay.h:
13797         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
13798         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
13799         (gst_text_overlay_finalize), (gst_text_overlay_init),
13800         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
13801         (gst_text_overlay_text_pad_linked),
13802         (gst_text_overlay_text_pad_unlinked),
13803         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
13804         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
13805         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
13806         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
13807         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13808         (gst_text_overlay_change_state), (plugin_init):
13809         * ext/pango/gsttextoverlay.h:
13810         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
13811         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
13812         (gst_time_overlay_class_init), (gst_time_overlay_init):
13813         * ext/pango/gsttimeoverlay.h:
13814           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
13815           and add background shading and text wrapping modes. Make 
13816           timoverlay derive from textoverlay. Also add new clockoverlay
13817           element.
13818
13819 2005-11-30  Julien MOUTTE  <julien@moutte.net>
13820
13821         * gst/udp/Makefile.am: Moved to netbuffer.
13822
13823 2005-11-30  Julien MOUTTE  <julien@moutte.net>
13824
13825         * configure.ac:
13826         * PORTED_O9:
13827         * gst/multipart/Makefile.am:
13828         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
13829         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
13830         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
13831         (gst_multipart_demux_change_state),
13832         (gst_multipart_demux_plugin_init):
13833         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
13834         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
13835         (gst_multipart_mux_sinkconnect),
13836         (gst_multipart_mux_request_new_pad),
13837         (gst_multipart_mux_handle_src_event),
13838         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
13839         (gst_multipart_mux_change_state): Ported multipart mux/demux to
13840         0.9.
13841
13842 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13843
13844         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
13845         * gst/debug/gstnavigationtest.h:
13846         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
13847         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
13848         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
13849         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
13850         * gst/effectv/gstrev.c: (gst_revtv_get_type):
13851         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
13852         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
13853         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
13854         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
13855         (gst_video_flip_get_type):
13856         * gst/videofilter/gstvideoflip.h:
13857           update for symbols change
13858
13859 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13860
13861         * gst/udp/gstdynudpsink.c:
13862         * gst/udp/gstudpsrc.c:
13863           the old gstnet lib was renamed gstnetbuffer (#322257)
13864
13865 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
13866
13867         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
13868         (gst_text_overlay_collected):
13869           Actually render the text from the text pad.
13870
13871 2005-11-29  Edward Hervey  <edward@fluendo.com>
13872
13873         * gst/debug/gstnavseek.c: (gst_navseek_event):
13874         * gst/debug/progressreport.c: (gst_progress_report_event):
13875         Update for GstBaseTransform event virtual method
13876
13877 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13878
13879         * ext/cairo/Makefile.am:
13880           no need to link to videofilter
13881
13882 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13883
13884         * gst/debug/Makefile.am:
13885         * gst/debug/gstnavigationtest.h:
13886         * gst/effectv/Makefile.am:
13887         * gst/effectv/gstaging.c:
13888         * gst/effectv/gstdice.c:
13889         * gst/effectv/gstedge.c:
13890         * gst/effectv/gstquark.c:
13891         * gst/effectv/gstrev.c:
13892         * gst/effectv/gstshagadelic.c:
13893         * gst/effectv/gstvertigo.c:
13894         * gst/effectv/gstwarp.c:
13895         * gst/videofilter/Makefile.am:
13896         * gst/videofilter/gstvideofilter.c:
13897         * gst/videofilter/gstvideofilter.h:
13898         * gst/videofilter/gstvideoflip.h:
13899           remove the videofilter library and link to the one in base
13900
13901 2005-11-28  Edward Hervey  <edward@fluendo.com>
13902
13903         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
13904         Useless check now we're setting the current entry correctly.
13905
13906 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
13907
13908         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
13909         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
13910         (gst_jpegenc_change_state):
13911           Don't leak input buffer in chain function (fixes #322667); make 
13912           state change function thread-safe; don't repeat the current function
13913           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
13914           gst_pad_alloc_buffer(); misc. minor cleanups.
13915
13916 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
13917
13918         * gst/matroska/matroska-mux.c:
13919         (gst_matroska_mux_video_pad_setcaps):
13920         Look for pixel-aspect-ratio in caps, not pixel_width and
13921         pixel_height (Fixes: #322645)
13922
13923 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
13924
13925         * gst/matroska/matroska-mux.c:
13926         (gst_matroska_mux_video_pad_setcaps):
13927         From Michal Benes:
13928         frame duration should be GST_SECOND / framerate, not
13929         GST_SECOND * framerate. (Fixes: #322643)
13930
13931 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13932
13933         * configure.ac:
13934           fix up GST_PLUGIN_LDFLAGS
13935         * gst/rtsp/rtspconnection.c:
13936           fix includes (see #317043)
13937         * gst/videofilter/Makefile.am:
13938           stop installing this library
13939
13940 2005-11-26  Edward Hervey  <edward@fluendo.com>
13941
13942         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
13943         Handle the case where the incoming Video dv stream doesn't have
13944         a pixel aspect ratio set.
13945
13946 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13947
13948         * docs/plugins/Makefile.am:
13949         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13950         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13951         * ext/flac/gstflacdec.c:
13952           document flacdec
13953
13954 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13955
13956         * docs/plugins/Makefile.am:
13957         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13958         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13959         * docs/plugins/inspect/plugin-autodetect.xml:
13960         * ext/cairo/gstcairo.c: (plugin_init):
13961         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
13962         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
13963         (gst_text_overlay_init), (gst_text_overlay_font_init),
13964         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
13965         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
13966         (gst_text_overlay_text_pad_linked),
13967         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
13968         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
13969         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
13970         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13971         (gst_text_overlay_change_state):
13972         * ext/cairo/gsttextoverlay.h:
13973         * ext/cairo/gsttimeoverlay.c:
13974         (gst_cairo_time_overlay_update_font_height),
13975         (gst_cairo_time_overlay_set_caps),
13976         (gst_cairo_time_overlay_get_unit_size),
13977         (gst_cairo_time_overlay_print_smpte_time),
13978         (gst_cairo_time_overlay_transform),
13979         (gst_cairo_time_overlay_base_init),
13980         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
13981         (gst_cairo_time_overlay_get_type):
13982         * ext/cairo/gsttimeoverlay.h:
13983           do some name borgifying
13984           document
13985
13986 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13987
13988         * docs/plugins/Makefile.am:
13989         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13990         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13991         * gst/autodetect/gstautoaudiosink.c:
13992         (gst_auto_audio_sink_base_init):
13993         * gst/autodetect/gstautovideosink.c:
13994         (gst_auto_video_sink_base_init),
13995         (gst_auto_video_sink_factory_filter):
13996           documenting auto*sink
13997           using strstr for the video sink lookup, class field is not ordered
13998         * docs/plugins/inspect/plugin-1394.xml:
13999         * docs/plugins/inspect/plugin-aasink.xml:
14000         * docs/plugins/inspect/plugin-alaw.xml:
14001         * docs/plugins/inspect/plugin-alpha.xml:
14002         * docs/plugins/inspect/plugin-alphacolor.xml:
14003         * docs/plugins/inspect/plugin-auparse.xml:
14004         * docs/plugins/inspect/plugin-autodetect.xml:
14005         * docs/plugins/inspect/plugin-avi.xml:
14006         * docs/plugins/inspect/plugin-cacasink.xml:
14007         * docs/plugins/inspect/plugin-cairo.xml:
14008         * docs/plugins/inspect/plugin-cutter.xml:
14009         * docs/plugins/inspect/plugin-debug.xml:
14010         * docs/plugins/inspect/plugin-dv.xml:
14011         * docs/plugins/inspect/plugin-efence.xml:
14012         * docs/plugins/inspect/plugin-effectv.xml:
14013         * docs/plugins/inspect/plugin-esdsink.xml:
14014         * docs/plugins/inspect/plugin-flac.xml:
14015         * docs/plugins/inspect/plugin-flxdec.xml:
14016         * docs/plugins/inspect/plugin-gconfelements.xml:
14017         * docs/plugins/inspect/plugin-goom.xml:
14018         * docs/plugins/inspect/plugin-jpeg.xml:
14019         * docs/plugins/inspect/plugin-level.xml:
14020         * docs/plugins/inspect/plugin-matroska.xml:
14021         * docs/plugins/inspect/plugin-mulaw.xml:
14022         * docs/plugins/inspect/plugin-navigationtest.xml:
14023         * docs/plugins/inspect/plugin-ossaudio.xml:
14024         * docs/plugins/inspect/plugin-png.xml:
14025         * docs/plugins/inspect/plugin-rtp.xml:
14026         * docs/plugins/inspect/plugin-rtsp.xml:
14027         * docs/plugins/inspect/plugin-shout2send.xml:
14028         * docs/plugins/inspect/plugin-smpte.xml:
14029         * docs/plugins/inspect/plugin-speex.xml:
14030         * docs/plugins/inspect/plugin-udp.xml:
14031         * docs/plugins/inspect/plugin-videobox.xml:
14032         * docs/plugins/inspect/plugin-videoflip.xml:
14033         * docs/plugins/inspect/plugin-videomixer.xml:
14034         * docs/plugins/inspect/plugin-wavenc.xml:
14035         * docs/plugins/inspect/plugin-wavparse.xml:
14036           update for HEAD version
14037
14038 2005-11-25  Michael Smith  <msmith@fluendo.com>
14039
14040         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
14041           Patch from Sebastien Cote to close control sockets in udpsrc.
14042
14043 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14044
14045         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14046         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
14047         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
14048         (gst_quarktv_base_init), (gst_quarktv_class_init),
14049         (gst_quarktv_init): Flush the planes list on reverse caps
14050         negotiation. This was crashing because of differently sized
14051         buffers.
14052
14053 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14054
14055         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
14056         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
14057         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
14058         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
14059         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
14060         (gst_videoflip_set_property), (gst_videoflip_base_init),
14061         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
14062         correctly, fix identity flipping, convert navigation event 
14063         correctly again.
14064
14065 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14066
14067         * configure.ac: back to HEAD
14068
14069 === release 0.9.6 ===
14070
14071 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
14072
14073         * configure.ac:
14074           releasing 0.9.6, "Everything's Not Lost"
14075
14076 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14077
14078         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
14079         Oops, initialise the framerate GValue
14080
14081 2005-11-23  Julien MOUTTE  <julien@moutte.net>
14082
14083         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
14084         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
14085         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
14086         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
14087         (gst_timeoverlay_get_type):
14088         * ext/cairo/gsttimeoverlay.h:
14089         * gst/debug/Makefile.am:
14090         * gst/debug/gstnavigationtest.c:
14091         (gst_navigationtest_handle_src_event),
14092         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
14093         (gst_navigationtest_transform), (gst_navigationtest_change_state),
14094         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
14095         (gst_navigationtest_init), (gst_navigationtest_get_type),
14096         (plugin_init):
14097         * gst/debug/gstnavigationtest.h:
14098         * gst/effectv/Makefile.am:
14099         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
14100         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
14101         (gst_agingtv_base_init), (gst_agingtv_class_init),
14102         (gst_agingtv_init), (gst_agingtv_get_type):
14103         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
14104         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
14105         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
14106         (gst_dicetv_get_type):
14107         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
14108         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
14109         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
14110         (gst_edgetv_get_type):
14111         * gst/effectv/gsteffectv.c:
14112         * gst/effectv/gsteffectv.h:
14113         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14114         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
14115         (gst_quarktv_change_state), (gst_quarktv_base_init),
14116         (gst_quarktv_class_init), (gst_quarktv_init),
14117         (gst_quarktv_get_type):
14118         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
14119         (gst_revtv_get_unit_size), (gst_revtv_transform),
14120         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
14121         (gst_revtv_get_type):
14122         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
14123         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
14124         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
14125         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
14126         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
14127         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
14128         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
14129         (gst_vertigotv_init), (gst_vertigotv_get_type):
14130         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
14131         (gst_warptv_get_unit_size), (gst_warptv_transform),
14132         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
14133         (gst_warptv_get_type):
14134         * gst/videofilter/Makefile.am:
14135         * gst/videofilter/gstvideobalance.c:
14136         * gst/videofilter/gstvideobalance.h:
14137         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
14138         (gst_videofilter_class_init), (gst_videofilter_init):
14139         * gst/videofilter/gstvideofilter.h:
14140         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
14141         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
14142         (gst_videoflip_flip), (gst_videoflip_transform),
14143         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
14144         (gst_videoflip_base_init), (gst_videoflip_class_init),
14145         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
14146         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
14147         BaseTransform, it's just a place holder for now and every video
14148         effect plugin has been ported to use BaseTransform features 
14149         directly. QuarkTV was fixed too (was broken), navigationtest works
14150         and best for the end, videoflip converts navigation events depending
14151         on flip method ! Fixes #320953
14152
14153 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14154
14155         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14156         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
14157         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14158         (gst_goom_src_negotiate), (gst_goom_chain):
14159         * gst/matroska/matroska-mux.c:
14160         (gst_matroska_mux_video_pad_setcaps):
14161         * sys/osxvideo/osxvideosink.m:
14162           Fixes for API changes
14163
14164 2005-11-23  Michael Smith <msmith@fluendo.com>
14165
14166         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
14167         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
14168         * ext/jpeg/gstjpegdec.h:
14169         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
14170         * ext/jpeg/gstjpegenc.h:
14171         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14172         (gst_smokeenc_resync):
14173         * ext/jpeg/gstsmokeenc.h:
14174           JPEG fractiony goodness.
14175
14176 2005-11-22  Michael Smith <msmith@fluendo.com>
14177
14178         * gst/goom/filters.c:
14179         * gst/goom/graphic.h:
14180           Fix compilation by making some functions static inline instead of
14181           extern inline, matching the way they're used.
14182
14183 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14184
14185         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
14186         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
14187         * ext/cairo/gsttextoverlay.h:
14188         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
14189         * ext/gdk_pixbuf/gstgdkpixbuf.h:
14190         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
14191         (gst_pngdec_caps_create_and_set):
14192         * ext/libpng/gstpngdec.h:
14193         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
14194         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
14195         * gst/avi/gstavimux.c: (gst_avimux_init),
14196         (gst_avimux_vidsinkconnect):
14197         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14198         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14199         (gst_goom_src_negotiate), (gst_goom_chain):
14200         * gst/goom/gstgoom.h:
14201         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14202         * gst/matroska/matroska-mux.c:
14203         (gst_matroska_mux_video_pad_setcaps):
14204         * sys/osxvideo/osxvideosink.h:
14205         * sys/osxvideo/osxvideosink.m:
14206           More fractional framerate conversions 
14207
14208 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14209
14210         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14211         * gst/debug/gstnavigationtest.c:
14212         (gst_navigationtest_handle_src_event):
14213         * gst/videofilter/gstvideofilter.c:
14214         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
14215         (gst_videofilter_init):
14216         * gst/videofilter/gstvideofilter.h:
14217           Convert to fractional framerates.
14218
14219 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14220
14221         * ext/aalib/gstaasink.c:
14222         * ext/dv/gstdvdec.c:
14223         * ext/esd/esdmon.c:
14224         * ext/flac/gstflacenc.c:
14225         * ext/gdk_pixbuf/pixbufscale.c:
14226         * ext/libcaca/gstcacasink.c:
14227         * ext/shout2/gstshout2.c:
14228         * gst/alpha/gstalpha.c:
14229         * gst/oldcore/gstaggregator.c:
14230         * gst/oldcore/gstshaper.c:
14231         * gst/smpte/barboxwipes.c:
14232         * gst/smpte/gstsmpte.c:
14233         * gst/videobox/gstvideobox.c:
14234         * gst/videofilter/gstvideoflip.c:
14235         * gst/videomixer/videomixer.c:
14236           fix up more enums
14237
14238 2005-11-22  Michael Smith <msmith@fluendo.com>
14239
14240         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
14241         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
14242         (gst_videomixer_update_queues):
14243           Fractional framerates, videomixer.
14244
14245 2005-11-22  Michael Smith <msmith@fluendo.com>
14246
14247         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
14248         * ext/dv/gstdvdec.h:
14249         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
14250         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
14251         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
14252         (gst_dvdemux_flush):
14253         * ext/dv/gstdvdemux.h:
14254           Fractional framerates for DV. 
14255
14256 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14257
14258         * gst/autodetect/gstautoaudiosink.c:
14259         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14260         * gst/autodetect/gstautovideosink.c:
14261         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
14262           Use gst_plugin_feature_list_free() to free feature list and
14263           in the case of autovideosink free the list at all. Also
14264           miscellaneous cosmetic fixes.
14265
14266 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14267
14268         * gst/cutter/gstcutter.c: (gst_cutter_chain),
14269         (gst_cutter_set_property), (gst_cutter_get_caps):
14270           copy calculation code from level; remove use of some audio
14271           functions
14272
14273 2005-11-22  Andy Wingo  <wingo@pobox.com>
14274
14275         * Update for gst_tag_setter API changes.
14276
14277 2005-11-22  Andy Wingo  <wingo@pobox.com>
14278
14279         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
14280         (gst_dvdemux_demux_frame)
14281         * ext/flac/gstflacdec.c (gst_flacdec_write)
14282         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
14283         (gst_flacenc_sink_event)
14284         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
14285         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
14286         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
14287         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
14288         * gst/auparse/gstauparse.c (gst_auparse_chain)
14289         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
14290         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
14291         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
14292         (gst_avi_demux_handle_seek)
14293         * gst/goom/gstgoom.c (gst_goom_event)
14294         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
14295         * gst/matroska/matroska-demux.c
14296         (gst_matroska_demux_handle_seek_event)
14297         (gst_matroska_demux_loop_stream_parse_id)
14298         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
14299         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
14300         (gst_wavparse_stream_headers): Run update-funcnames.
14301
14302 2005-11-22  Edward Hervey  <edward@fluendo.com>
14303
14304         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
14305         (gst_dv1394src_init), (gst_dv1394src_dispose),
14306         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
14307         (gst_dv1394src_uri_set_uri):
14308         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
14309         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
14310         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
14311         URIHandler interface and element properties are now properly
14312         synchronized for DV1394src and UDPSrc
14313
14314 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14315
14316         * ext/flac/Makefile.am:
14317         * ext/speex/Makefile.am:
14318           libgsttagedit has been renamed to libgsttag.
14319
14320 2005-11-21  Wim Taymans  <wim@fluendo.com>
14321
14322         * gst/rtsp/rtspconnection.c: (read_body):
14323         Apply patch from Sebastien Cote to fix #319184.
14324
14325 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14326
14327         * configure.ac:
14328         * gst/cutter/Makefile.am:
14329         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
14330         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
14331         (gst_cutter_set_property), (gst_cutter_get_property),
14332         (plugin_init), (gst_cutter_get_caps):
14333           port cutter
14334         * gst/level/gstlevel.c:
14335           fix up plugin details
14336
14337 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14338
14339         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
14340         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
14341         (gst_flacdec_src_event):
14342         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
14343         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
14344         (gst_signal_processor_getrange), (gst_signal_processor_chain):
14345         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14346         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
14347         (gst_flxdec_sink_event_handler):
14348         * gst/matroska/matroska-demux.c:
14349         (gst_matroska_demux_handle_seek_event):
14350         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
14351           Update for stream lock API changes: don't take stream log
14352           in sink event handlers any longer and change GST_STREAM_LOCK
14353           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
14354           functions.
14355
14356 2005-11-21  Michael Smith <msmith@fluendo.com>
14357
14358         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
14359           gst_object_unref, not g_object_unref
14360
14361 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14362
14363         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
14364         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
14365           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
14366
14367 2005-11-21  Michael Smith <msmith@fluendo.com>
14368
14369         * gst/auparse/Makefile.am:
14370         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
14371         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
14372         (gst_auparse_change_state):
14373         * gst/auparse/gstauparse.h:
14374           Partially fix #161712. playbin still doesn't work on these files,
14375           (on the bug report, Andy says we aren't typefinding it for some
14376           reason?) but at least auparse isn't totally busted like it was before.
14377
14378 2005-11-21  Andy Wingo  <wingo@pobox.com>
14379
14380         * *.h:
14381         * *.c: Ran scripts/update-macros. Oh yes.
14382
14383 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14384
14385         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
14386           Filler events are gone for now, comment out section generating
14387           them.
14388
14389 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
14390
14391         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14392         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
14393         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14394         * sys/osxvideo/osxvideosink.m:
14395           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
14396           (#322027)
14397
14398 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14399
14400         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
14401         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
14402         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14403         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
14404         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
14405         (gst_avi_demux_stream_data):
14406         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14407         * gst/wavenc/gstwavenc.c: (write_metadata):
14408         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
14409         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
14410         Fixes for GST_FOURCC_FORMAT API change.
14411
14412 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14413
14414         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
14415         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
14416         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
14417         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14418         (gst_text_overlay_change_state):
14419         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
14420         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
14421         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
14422         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
14423         * gst/videomixer/videomixer.c: (gst_videomixer_init),
14424         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
14425         (gst_videomixer_change_state):
14426           Fix for collect pads API change. Also fix textoverlay state
14427           change function.
14428
14429 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14430
14431         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
14432         GST_PAD_IS_USABLE by something approaching it.
14433
14434 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14435
14436         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
14437         API changes.
14438         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
14439         but also fix the code that was not checking return values from
14440         pad_push neither using pad_alloc_buffer.
14441
14442 2005-11-18  Edward Hervey  <edward@fluendo.com>
14443
14444         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14445         (gst_pngenc_chain):
14446         Added debug category
14447         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
14448         goes to EOS.
14449
14450 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
14451
14452         * gst/rtp/Makefile.am
14453         * gst/rtp/gstrtp.c
14454         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
14455         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
14456         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
14457         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
14458         * gst/rtp/gstrtpg711enc.h:
14459         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
14460         * gst/rtp/gstrtpspeexenc.c:
14461         * gst/rtp/gstrtpspeexenc.h:
14462         * gst/rtp/gstrtpspeexdec.c:
14463         * gst/rtp/gstrtpspeexdec.h:
14464         Created Speex payloader and depayloader; Optimize G711 payloader to
14465         use adapter and send packets until MTU size.
14466
14467 2005-11-16  Wim Taymans  <wim@fluendo.com>
14468
14469         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
14470         Fix leak in check.
14471
14472 2005-11-16  Wim Taymans  <wim@fluendo.com>
14473
14474         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
14475         Fix state change.
14476
14477 2005-11-16  Andy Wingo  <wingo@pobox.com>
14478
14479         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
14480         (gst_udpsrc_create): Move comment.
14481
14482 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
14483
14484         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14485
14486         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
14487           When seeking, seek to closest index entry at or before the requested
14488           seek position, not just the closest one (#321001).
14489
14490 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
14491
14492         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
14493         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
14494           Invert DIB images again (see #132341).
14495
14496 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14497
14498         * configure.ac:
14499           rework configure.ac file
14500         * ext/aalib/gstaasink.c:
14501         * ext/cairo/gstcairo.c:
14502         * ext/dv/gstdv.c:
14503         * ext/esd/gstesd.c:
14504         * ext/flac/gstflac.c:
14505         * ext/gconf/gstgconfelements.c:
14506         * ext/gdk_pixbuf/gstgdkpixbuf.c:
14507         * ext/jpeg/gstjpeg.c:
14508         * ext/ladspa/gstladspa.c:
14509         * ext/libcaca/gstcacasink.c:
14510         * ext/libmng/gstmng.c:
14511         * ext/libpng/gstpng.c:
14512         * ext/mikmod/gstmikmod.c:
14513         * ext/pango/gsttextoverlay.c:
14514         * ext/pango/gsttimeoverlay.c:
14515         * ext/raw1394/gst1394.c:
14516         * ext/speex/gstspeex.c:
14517         * gst/alpha/Makefile.am:
14518         * gst/alpha/gstalpha.c:
14519         * gst/alpha/gstalphacolor.c:
14520         * gst/auparse/gstauparse.c:
14521         * gst/autodetect/gstautoaudiosink.c:
14522         (gst_auto_audio_sink_factory_filter),
14523         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14524         * gst/autodetect/gstautodetect.c:
14525         * gst/avi/gstavi.c:
14526         * gst/cutter/gstcutter.c:
14527         * gst/debug/efence.c:
14528         * gst/debug/gstdebug.c:
14529         * gst/debug/gstnavigationtest.c:
14530         * gst/effectv/gsteffectv.c:
14531         * gst/flx/gstflxdec.c:
14532         * gst/goom/gstgoom.c:
14533         * gst/interleave/plugin.c:
14534         * gst/law/alaw.c:
14535         * gst/law/mulaw.c:
14536         * gst/level/gstlevel.c:
14537         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14538         * gst/matroska/matroska.c:
14539         * gst/median/gstmedian.c:
14540         * gst/monoscope/gstmonoscope.c:
14541         * gst/multipart/multipart.c:
14542         * gst/oldcore/gstelements.c:
14543         * gst/rtp/gstrtp.c:
14544         * gst/rtsp/gstrtsp.c:
14545         * gst/smoothwave/gstsmoothwave.c:
14546         * gst/smpte/gstsmpte.c:
14547         * gst/udp/gstudp.c:
14548         * gst/videobox/gstvideobox.c:
14549         * gst/videofilter/gstgamma.c:
14550         * gst/videofilter/gstvideobalance.c:
14551         * gst/videofilter/gstvideoflip.c:
14552         * gst/videofilter/gstvideotemplate.c:
14553         * gst/videomixer/videomixer.c:
14554         * gst/wavenc/gstwavenc.c:
14555         * gst/wavparse/gstwavparse.c:
14556         * sys/oss/gstossaudio.c:
14557         * sys/osxaudio/gstosxaudio.c:
14558           update GST_PLUGIN_DEFINE
14559         * gst/rtp/Makefile.am:
14560         * gst/rtp/gstasteriskh263.c:
14561           check for htons/htonl headers and possibly link to winsock2 lib
14562
14563 2005-11-12  Edward Hervey  <edward@fluendo.com>
14564
14565         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
14566         Only GST_DEBUG() information on the valid components.
14567
14568 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14569
14570         * configure.ac: back to HEAD
14571
14572 === release 0.9.5 ===
14573
14574 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
14575
14576         * configure.ac:
14577           releasing 0.9.5, "Phone Alarm"
14578
14579 2005-11-11  Edward Hervey  <edward@fluendo.com>
14580
14581         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14582         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
14583         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
14584         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14585         (gst_avi_demux_loop):
14586         * gst/avi/gstavidemux.h:
14587         Yeah, implement proper seeking. Exact seeking and segment seeking.
14588         Still need to do some checks for segment_stop.
14589
14590 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14591
14592         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14593
14594         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14595           Don't try to ready buffer duration from buffer that we don't
14596           own any  longer and that might already have been unreffed.
14597           (#321136)
14598
14599 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
14600
14601         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
14602         (flx_decode_delta_flc), (gst_flxdec_chain):
14603         Attempting to optimize the code for embedded systems.
14604
14605 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
14606
14607         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14608
14609         * sys/oss/gstosssink.c: (gst_oss_sink_close):
14610           Don't re-use already closed file descriptor. (#320920)
14611
14612 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14613
14614         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
14615         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
14616         (gst_oss_sink_prepare):
14617         * sys/oss/gstosssink.h:
14618           Cache probed caps; fix debug output for SET_PARAM macros.
14619
14620 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14621
14622         * ext/cairo/Makefile.am:
14623         * ext/cairo/gstcairo.c: (plugin_init):
14624         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14625         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14626         (gst_text_overlay_init), (gst_text_overlay_font_init),
14627         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14628         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14629         (gst_text_overlay_text_pad_linked),
14630         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14631         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14632         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14633         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14634         (gst_text_overlay_change_state):
14635         * ext/cairo/gsttextoverlay.h:
14636           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
14637           property and redo positioning. Doesn't handle upstream renegotiation
14638           yet though.
14639
14640 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14641
14642         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14643         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14644         (gst_avi_demux_loop):
14645           No need to take the STREAM_LOCK in the loop function. Improve
14646           some debug messages. Don't leak pad names in debug messages.
14647
14648 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14649
14650         * gst/matroska/matroska-demux.c:
14651         (gst_matroska_demux_push_vorbis_codec_priv_data),
14652         (gst_matroska_demux_add_wvpk_header):
14653           Don't error out when the source pad isn't linked.
14654
14655 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
14656
14657         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
14658         (gst_gconf_audio_sink_change_state):
14659         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
14660         (gst_gconf_video_sink_change_state):
14661           Fix state change functions here as well and set kid
14662           to NULL state before removing it.
14663
14664 2005-11-01  Edward Hervey  <edward@fluendo.com>
14665
14666         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
14667         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
14668         Added proper event handlind, 
14669         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
14670         ignored),
14671         and don't set a duration of 0 for buffers otherwise they are discarded
14672         by GstBaseSink.
14673
14674         GstWavEnc needs some serious loving, after going through the code I'm
14675         really wondering how this can stay in -good ...
14676
14677 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14678
14679         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
14680         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
14681         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
14682         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
14683         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
14684         (gst_matroska_mux_collected):
14685           Fix leaks and invalid memory access as reported by valgrind
14686
14687 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14688
14689         Patch by: Michal Benes <michal.benes@xeris.cz>
14690
14691         * check/Makefile.am:
14692         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14693         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
14694         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
14695           add a unit test for matroskamux
14696           fix the bugs that the unit test exposed
14697
14698 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
14699
14700         * gst/autodetect/gstautoaudiosink.c:
14701         (gst_auto_audio_sink_class_init),
14702         (gst_auto_audio_sink_change_state):
14703         * gst/autodetect/gstautovideosink.c:
14704         (gst_auto_video_sink_class_init),
14705         (gst_auto_video_sink_change_state):
14706           Fix state change function and use GST_DEBUG_FUNCPTR in
14707           class_init.
14708
14709 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14710
14711         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14712
14713         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
14714         (gst_ebml_write_reset), (gst_ebml_write_element_new):
14715         * gst/matroska/ebml-write.h:
14716         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14717           Set timestamps on outgoing ebml headers as well, so that the
14718           element after matroskamux can get the timestamp already when
14719           reading the first ebml element and doesn't have to wait for
14720           the actual data buffer for that (#320308).
14721           
14722 2005-10-31  Andy Wingo  <wingo@pobox.com>
14723
14724         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
14725         (gst_videomixer_pad_link): Kill some memleaks.
14726         (gst_videomixer_pad_get_property): Style fix.
14727         (gst_videomixer_pad_set_property): Style fix.
14728         (gst_videomixer_pad_init): Style fix.
14729         (gst_videomixer_update_queues): Kill memleak.
14730         (gst_videomixer_loop): Kill memleak.
14731         (gst_videomixer_collected): Kill memleak.
14732
14733 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
14734
14735         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
14736         gst_auparse_change_state:
14737         Just some cleanup.
14738
14739 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
14740
14741         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
14742         Add checks to GST_FLOW_NOT_LINKED for values returned
14743         from gst_pad_push.
14744         
14745 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14746
14747         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
14748         (gst_rtpg711dec_process):
14749         * gst/rtp/gstrtpgsmenc.c:
14750         Payloader now sets some default caps on the srcpad if caps on the sinkpad
14751         are never set. This is important for the g711 to work with burger's rtpbin
14752         element.
14753
14754 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
14755
14756         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
14757         (gst_speexenc_push_buffer):
14758         Add checks for return values from gst_pad_push and
14759         gst_pad_alloc_buffer.
14760
14761 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
14762
14763         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14764
14765         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
14766         (gst_matroska_demux_parse_info),
14767         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14768         (gst_matroska_demux_parse_cluster):
14769         * gst/matroska/matroska-ids.h:
14770         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
14771         (gst_matroska_mux_init), (gst_matroska_mux_start),
14772         (gst_matroska_mux_create_buffer_header),
14773         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
14774         (gst_matroska_mux_get_property):
14775         * gst/matroska/matroska-mux.h:
14776           Add SimpleBlock support to matroska demuxer and muxer (part of
14777           Matroska v2). (#319731)
14778
14779 2005-10-28  Wim Taymans  <wim@fluendo.com>
14780
14781         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
14782         (gst_jpeg_dec_change_state):
14783         * ext/jpeg/gstjpegdec.h:
14784         Cleanups. Don't create caps for every chain.
14785
14786 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
14787
14788         * gst/law/alaw-encode.c: (gst_alawenc_init),
14789         (alawenc_setcaps), (gst_alawenc_chain)
14790         * gst/law/alaw-encode.h:
14791         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
14792         (mulawenc_setcaps), (gst_mulawenc_chain)
14793         * gst/law/mulaw-encode.h:
14794         Set timestamp on buffer and it allows RTP G711 elements
14795         work properly.
14796
14797 2005-10-27  Wim Taymans  <wim@fluendo.com>
14798
14799         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
14800         Set correct format on oss instead of a silly value. 
14801
14802 2005-10-27  Julien MOUTTE  <julien@moutte.net>
14803
14804         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14805         (gst_video_box_transform_caps), (gst_video_box_set_caps),
14806         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
14807         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
14808         I420 rendering as well, doesn't bring much for my platform.
14809         Might help on some other platforms.
14810
14811 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
14812
14813         * gst/rtp/gstrtpgsmenc.c:
14814         * gst/rtp/gstrtpgsmparse.c:
14815         Declaring the padtemplate correctly.
14816
14817 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14818
14819         * gst/rtp/gstrtpg711dec.c:
14820         * gst/rtp/gstrtpg711enc.c:
14821         * gst/rtp/gstrtpgsmenc.c:
14822         * gst/rtp/gstrtpgsmparse.c:
14823         Setting the proper copyright notice.
14824
14825 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14826
14827         * gst/videobox/Makefile.am: Use liboil.
14828         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14829         (gst_video_box_set_property), (gst_video_box_transform_caps),
14830         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
14831         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
14832         using liboil. Will dot the same to I420 border generation
14833         tomorrow.
14834
14835 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14836
14837         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
14838         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
14839         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
14840         * gst/rtp/gstrtpg711dec.h:
14841         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
14842         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
14843         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
14844         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
14845         (gst_rtpgsmenc_handle_buffer):
14846         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
14847         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
14848         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
14849         * gst/rtp/gstrtpgsmparse.h:
14850         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
14851         inherits from the basertpdepayloader.
14852
14853 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14854
14855         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14856         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
14857         (gst_video_box_ayuv): Removing this forgotten debug.
14858
14859 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14860
14861         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14862         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
14863         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
14864
14865 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
14866
14867         * sys/oss/gstossaudio.c:
14868         * sys/oss/gstossdmabuffer.c:
14869         * sys/oss/gstosshelper.c:
14870         * sys/oss/gstossmixer.c:
14871         * sys/oss/gstossmixerelement.c:
14872         * sys/oss/gstossmixertrack.c:
14873         * sys/oss/gstosssink.c:
14874         * sys/oss/gstosssrc.c:
14875           Actually use the 'oss' debug category we register.
14876
14877 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14878
14879         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
14880         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
14881         Use gst_pad_get_parent and drop the ref that was added through
14882         that call.
14883
14884 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14885
14886         * gst/rtp/gstrtpgsmenc.c:
14887           Fix compilation
14888
14889 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
14890
14891         * gst/rtp/gstrtpg711dec.c
14892         Just removed a couple of lines of weird code used during
14893         development/test time.
14894
14895 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
14896
14897         * gst/rtp/Makefile.am
14898         * gst/rtp/gstrtp.c
14899         * gst/rtp/gstrtpg711enc.c
14900         * gst/rtp/gstrtpg711enc.h
14901         * gst/rtp/gstrtpg711dec.c
14902         * gst/rtp/gstrtpg711dec.h
14903         Created G711 payloader and depayloader (it supports mulaw and alaw
14904         (dec)encoders)
14905
14906 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14907
14908         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14909         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
14910         Doh ! I introduced wingo's bug again ! Sorry...
14911
14912 2005-10-25  Christian Schaller <christian@fluendo.com> 
14913
14914         * gst/rtp/Makefile.am: add missing header files for disting
14915
14916 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
14917
14918         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
14919         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
14920         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
14921         (gst_rtpgsmenc_handle_buffer):
14922         * gst/rtp/gstrtpgsmenc.h:
14923         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
14924         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
14925         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
14926         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
14927         * gst/rtp/gstrtpgsmparse.h:
14928         Getting the GSM (de)payloader working and compatible with our plans for RTP.
14929
14930 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14931
14932         * ext/libpng/gstpngdec.c: (user_info_callback),
14933         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
14934         a newsegment event, move some redundant code in a single place.
14935
14936 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14937
14938         * ext/libpng/gstpngdec.c: (user_info_callback),
14939         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
14940         hack to get correct colors order when we have a png image with
14941         alpha channel.
14942
14943 2005-10-24  Edward Hervey  <edward@fluendo.com>
14944
14945         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
14946         Call gst_element_no_more_pads when there will be no more pads.
14947
14948 2005-10-24  Wim Taymans  <wim@fluendo.com>
14949
14950         * gst/rtp/Makefile.am:
14951         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
14952         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
14953         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
14954         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
14955         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
14956         (gst_asteriskh263_plugin_init):
14957         * gst/rtp/gstasteriskh263.h:
14958         * gst/rtp/gstrtp.c: (plugin_init):
14959         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
14960         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
14961         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
14962         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
14963         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
14964         (gst_rtph263enc_plugin_init):
14965         * gst/rtp/gstrtph263enc.h:
14966         Added two new payloaders, an RFC 2190 payloader for h263 and
14967         a payload convertor for an asterisk server.
14968
14969 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
14970
14971         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
14972           Set bytes_per_sample correctly (is not always 4, but 
14973           depends on width and number of channels).
14974
14975 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
14976
14977         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
14978         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
14979         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
14980         (gst_flacenc_sink_event), (gst_flacenc_chain),
14981         (gst_flacenc_set_property), (gst_flacenc_get_property),
14982         (gst_flacenc_change_state):
14983         * ext/flac/gstflacenc.h:
14984           Fix seeking, so that flacenc can rewrite the header with the
14985           correct duration and amount of samples and all that at EOS;
14986           also set timestamps and granulepos on outgoing buffers; add
14987           debug category; fix state change function.
14988           
14989 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14990
14991         * gst/videomixer/videomixer.c: Don't restrict video geometry
14992         from 16 to 4096.
14993
14994 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14995
14996         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14997         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
14998         Fix caps negotiation correctly, add debugging category.
14999
15000 2005-10-24  Christian Schaller  <christian@fluendo.com>
15001
15002         * configure.ac: Port over Thomas's change from base listing all plugins
15003
15004 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15005
15006         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
15007         a sink pad.
15008
15009 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15010
15011         * configure.ac:
15012         * docs/upload.mak:
15013           back to HEAD
15014
15015 === release 0.9.4 ===
15016
15017 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15018
15019         * configure.ac:
15020           Releasing 0.9.4, "Dromiceiomimus"
15021
15022 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
15023
15024         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
15025         (gst_speexenc_src_query):
15026           Add position and duration query, fix query type function.
15027           
15028         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15029         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15030           Let's not set non-fixed caps on source pads.
15031
15032 2005-10-21  Wim Taymans  <wim@fluendo.com>
15033
15034         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15035         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
15036         (gst_avi_demux_handle_seek):
15037         Set correct stream_time in newsegment event.
15038         avi can also handle a duration query now.
15039
15040 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
15041
15042         * gst/matroska/matroska-demux.c:
15043         (gst_matroska_demux_handle_src_query),
15044         (gst_matroska_demux_handle_seek_event),
15045         (gst_matroska_demux_loop_stream_parse_id):
15046           Fix duration query; fix basetime in newsegment event after
15047           seek; fix duration in initial newsegment event.
15048
15049         * gst/matroska/matroska-mux.c:
15050         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
15051           Extract number of channels and samplerate from vorbis headers;
15052           add some debug messages when querying the durations of the
15053           input streams.
15054
15055 2005-10-20  Wim Taymans  <wim@fluendo.com>
15056
15057         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15058         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15059         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15060         Set stream time correctly in newsegment.
15061
15062 2005-10-20  Wim Taymans  <wim@fluendo.com>
15063
15064         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15065         Correctly fill in the stream time.
15066
15067 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15068
15069         * check/elements/level.c: (GST_START_TEST):
15070         * gst/level/gstlevel.c: (gst_level_message_new):
15071         * gst/level/level-example.c: (message_handler):
15072           use ELEMENT messages instead
15073
15074 2005-10-19  Wim Taymans  <wim@fluendo.com>
15075
15076         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
15077         (gst_dvdemux_src_query):
15078         * ext/flac/gstflacdec.c: (gst_flacdec_length),
15079         (gst_flacdec_src_query):
15080         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
15081         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
15082         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
15083         * gst/debug/gstnavseek.c: (gst_navseek_seek):
15084         * gst/debug/progressreport.c: (gst_progress_report_report):
15085         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
15086         * gst/matroska/matroska-demux.c:
15087         (gst_matroska_demux_handle_src_query):
15088         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
15089         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15090         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15091         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15092         (gst_wavparse_srcpad_event):
15093         API change fix.
15094
15095 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
15096
15097         * gst/goom/filters.c:
15098         * gst/goom/graphic.h:
15099         * gst/goom/lines.c:
15100           Make inline functions either 'static inline' or 'extern inline',
15101           otherwise the Forte compiler apparently won't inline them (#317300).
15102
15103 2005-10-19  Julien MOUTTE  <julien@moutte.net>
15104
15105         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15106         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
15107         (user_info_callback), (user_endrow_callback), (user_end_callback),
15108         (user_read_data), (gst_pngdec_caps_create_and_set),
15109         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
15110         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
15111         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
15112         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
15113         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
15114         very nice and handle push/pull based model. if you have filesrc
15115         connected to it, it will do random access to load the png file.
15116         If you have a network source that can't do _getrange, it does 
15117         progressive loading through the chain function.
15118         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15119         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
15120         thanks to Master Wim Taymans ;-)
15121
15122 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
15123
15124         * gst/matroska/Makefile.am:
15125         * gst/matroska/ebml-read.c:
15126         * gst/matroska/ebml-read.h:
15127         * gst/matroska/matroska-demux.c:
15128         * gst/matroska/matroska-demux.h:
15129         * gst/matroska/matroska.c: (plugin_init):
15130           Ported matroska demuxer to 0.9.
15131
15132 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
15133
15134         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15135
15136         * gst/matroska/matroska-mux.c:
15137         (gst_matroska_mux_video_pad_setcaps),
15138         (gst_matroska_mux_audio_pad_setcaps):
15139           Fix mpeg4 input handling (#318847); also, while we're at it,
15140           fix media type for Motion-JPEG: should be image/jpeg.
15141
15142 2005-10-18  Wim Taymans  <wim@fluendo.com>
15143
15144         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15145         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15146         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15147         Fix for segment-start/stop API change.
15148
15149 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15150
15151         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15152         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
15153         way.
15154
15155 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15156
15157         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15158         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
15159         output declared in transform_caps.
15160
15161 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15162
15163         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
15164
15165 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15166
15167         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15168         (gst_video_box_get_unit_size): Fix wrong size calculations and
15169         implement get_unit_size correctly.
15170
15171 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15172
15173         * configure.ac:
15174           Enable flx plugin.
15175
15176         * gst/flx/gstflxdec.c: (flx_decode_chunks):
15177           Fix gcc4 signedness issue.
15178
15179 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15180
15181         * configure.ac: Adding videomixer.
15182         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15183         (user_read_data), (gst_pngdec_chain): More debugging.
15184         * gst/alpha/Makefile.am: Adding alphacolor
15185         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
15186         (gst_alpha_color_class_init), (gst_alpha_color_init),
15187         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
15188         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
15189         (plugin_init): Ported to 0.9 using in place base tranform.
15190         * gst/videomixer/Makefile.am:
15191         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15192         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
15193         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
15194         (gst_videomixer_pad_init), (gst_videomixer_class_init),
15195         (gst_videomixer_init), (gst_videomixer_getcaps),
15196         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
15197         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15198         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
15199         to 0.9 using collectpads.
15200
15201 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
15202
15203         * configure.ac:
15204         * gst/flx/Makefile.am:
15205         * gst/flx/gstflxdec.c: (gst_flxdec_init),
15206         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
15207         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
15208         * gst/flx/gstflxdec.h:
15209         flx plugin ported to 0.9
15210
15211 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15212
15213         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
15214           use new gst_version_string()
15215
15216 2005-10-16  Andy Wingo  <wingo@pobox.com>
15217
15218         * configure.ac: GLIB_CHECK.
15219
15220 2005-10-15  Julien MOUTTE  <julien@moutte.net>
15221
15222         * ext/libpng/Makefile.am:
15223         * ext/libpng/gstpng.c: (plugin_init):
15224         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15225         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
15226         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
15227
15228 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
15229
15230         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15231
15232         * configure.ac:
15233         * gst/matroska/Makefile.am:
15234         * gst/matroska/ebml-ids.h:
15235         * gst/matroska/ebml-write.c:
15236         * gst/matroska/ebml-write.h:
15237         * gst/matroska/matroska-ids.h:
15238         * gst/matroska/matroska-mux.c:
15239         * gst/matroska/matroska-mux.h:
15240         * gst/matroska/matroska.c: (plugin_init):
15241           Port matroska muxer to 0.9 (#318847).
15242
15243 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
15244
15245         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
15246         (comment_init), (comment_add):
15247           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
15248           use GST_READ_UINT32_LE() and friends rather than the private
15249           implementation of those same macros.
15250
15251 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
15252
15253         * examples/stats/mp2ogg.c:
15254           more typo fixes
15255
15256 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
15257
15258         * examples/indexing/indexmpeg.c: (main):
15259         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
15260         (gst_esdmon_close_audio), (gst_esdmon_change_state):
15261         * ext/esd/esdmon.h:
15262         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
15263         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
15264         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15265         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15266         * gst/avi/gstavimux.c: (gst_avimux_init):
15267         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
15268         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
15269         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
15270         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
15271         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
15272         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
15273         * gst/oldcore/gstmultifilesrc.h:
15274         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
15275         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
15276         (gst_pipefilter_change_state):
15277         * gst/oldcore/gstpipefilter.h:
15278         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
15279         * gst/videomixer/videomixer.c: (gst_videomixer_init):
15280         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
15281         * sys/osxaudio/gstosxaudiosink.h:
15282         * sys/osxaudio/gstosxaudiosrc.h:
15283           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
15284           moved bitshift from macro to enum definition
15285
15286 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15287
15288         * ext/Makefile.am:
15289         * ext/cairo/Makefile.am:
15290         * ext/cairo/gstcairo.c: (plugin_init):
15291         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
15292         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
15293         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
15294         * ext/cairo/gsttimeoverlay.h:
15295           update of cairo-based timeoverlay to 1.0 Cairo API
15296           doesn't work yet for resizing of output sink
15297
15298 2005-10-11  Wim Taymans  <wim@fluendo.com>
15299
15300         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
15301         newsegment API fix.
15302
15303 2005-10-11  Wim Taymans  <wim@fluendo.com>
15304
15305         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
15306         (gst_dvdemux_demux_frame):
15307         * ext/flac/gstflacdec.c: (gst_flacdec_write):
15308         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15309         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
15310         (gst_avi_demux_handle_seek):
15311         * gst/goom/gstgoom.c: (gst_goom_event):
15312         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
15313         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15314         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15315         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15316         (gst_wavparse_srcpad_event):
15317         newsegment API update.
15318
15319 2005-10-11  Andy Wingo  <wingo@pobox.com>
15320
15321         * ext/speex/gstspeexenc.c: Signedness cleanups.
15322
15323 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
15324
15325         * PORTED_09:
15326         * ext/speex/Makefile.am:
15327         * ext/speex/gstspeex.c:
15328         * ext/speex/gstspeexenc.c:
15329         Speexenc ported to 0.9
15330
15331 2005-10-10  Wim Taymans  <wim@fluendo.com>
15332
15333         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
15334         (gst_oss_sink_init), (gst_oss_sink_set_property),
15335         (gst_oss_sink_get_property), (gst_oss_sink_open),
15336         (gst_oss_sink_prepare), (gst_oss_sink_reset):
15337         * sys/oss/gstosssink.h:
15338         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
15339         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
15340         (gst_oss_src_prepare):
15341         Cleanups, make device configurable in the sink, handle and report
15342         errors.
15343
15344 2005-10-10  Wim Taymans  <wim@fluendo.com>
15345
15346         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
15347         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
15348         Make sure element is NULL before removing from the bin.
15349
15350 2005-10-07  Andy Wingo  <wingo@pobox.com>
15351
15352         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
15353         block forever in a read().
15354         (gst_dv1394src_bus_reset): Post a message when the cable is
15355         unplugged.
15356         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
15357         (gst_dv1394src_bus_reset): Don't unref the message.
15358
15359         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
15360         hacking. The only change should be that the state change stuff was
15361         put into basesrc's start() and stop() routines, which coalesces
15362         some steps.
15363
15364 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15365
15366         * configure.ac:
15367           Add check for mmap
15368           
15369         * gst/debug/Makefile.am:
15370           Only compile efence plugin on systems that have mmap.
15371
15372 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15373
15374         * gst/debug/Makefile.am:
15375         * gst/debug/breakmydata.c:
15376         * gst/debug/gstdebug.c:
15377         * gst/debug/gstnavigationtest.c:
15378         * gst/debug/gstnavseek.c: 
15379         * gst/debug/gstnavseek.h:
15380         * gst/debug/progressreport.c: 
15381         * gst/debug/testplugin.c:
15382           Port progressreport, navseek, navigationtest, testsink and
15383           breakmydata.
15384
15385 2005-10-05  Edward Hervey  <edward@fluendo.com>
15386
15387         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
15388         (gst_dvdemux_src_query):
15389         Fixes for better conversion
15390
15391 2005-10-04  Michael Smith <msmith@fluendo.com>
15392
15393         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
15394         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15395         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
15396         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
15397           Set state of elements to NULL before removing from bins.
15398           Set state of test element to NULL if we failed to move it to READY
15399
15400 2005-10-04  Edward Hervey  <edward@fluendo.com>
15401
15402         * ext/dv/Makefile.am:
15403         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
15404         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
15405         Corrected the query function for position so it doesn't forget what
15406         format was asked, and calls the conversion functions on the correct pad.
15407
15408 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15409
15410         * configure.ac:
15411           back to development
15412
15413 === release 0.9.3 ===
15414
15415 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15416
15417         * configure.ac:
15418           Releasing 0.9.3, "Aramis"
15419
15420 2005-10-03  Andy Wingo  <wingo@pobox.com>
15421
15422         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
15423         error returns.
15424
15425 2005-10-02  Andy Wingo  <wingo@pobox.com>
15426
15427         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
15428
15429         * ext/flac/gstflacenc.c: Ported to 0.9.
15430
15431         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
15432
15433         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
15434         and link to gsttagedit. Enable flacenc.
15435
15436         * ext/flac/gstflacdec.c: Re-enable tag reading.
15437
15438 2005-09-30  Wim Taymans  <wim@fluendo.com>
15439
15440         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15441         * gst/rtp/gstrtpgsmparse.c:
15442         * gst/rtp/gstrtph263penc.c:
15443         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15444         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15445         (gst_rtpmp4venc_set_property):
15446         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15447         Various class and caps fixes from Andre Magalhaes (andrunko)
15448
15449 2005-09-29  Wim Taymans  <wim@fluendo.com>
15450
15451         * gst/level/level-example.c: (main):
15452         Update for new bus API.
15453
15454 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15455
15456         * configure.ac:
15457           Fix unexpanded autoconf macro GST_DOC, which has been renamed
15458           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
15459
15460 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
15461
15462         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
15463           Fix playback of mono streams (bytes_per_sample should be set
15464           from the sample width and the number of channels negotiated,
15465           and not just be set to 4) (#317338)
15466
15467 2005-09-26  Wim Taymans  <wim@fluendo.com>
15468
15469         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
15470         (gst_rtpmpaenc_handle_buffer):
15471         Set buffer duration correctly.
15472
15473 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
15474
15475         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
15476         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
15477         (gst_avi_demux_change_state):
15478           Don't crash when encountering a stream with an unknown fourcc or
15479           codec id. Instead, create a pad of type video/x-avi-unknown or
15480           audio/x-avi-unknown, which as a side-effect also results in less
15481           confusing error messages in players ('no decoder' vs. 'no streams');
15482           minor fixes to state change function and class_init function.
15483
15484 2005-09-24  Wim Taymans  <wim@fluendo.com>
15485
15486         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15487         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15488         These are sinks.
15489
15490 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15491
15492         * check/elements/level.c: (GST_START_TEST):
15493           fix test for new GstClockTime use
15494         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
15495         (gst_level_transform_ip):
15496         * gst/level/gstlevel.h:
15497           fix up the decay peak, ensuring the decay peak is never lower
15498           than the peak for that interval
15499
15500 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15501
15502         * docs/plugins/gst-plugins-good-plugins.args:
15503         * docs/plugins/inspect/plugin-alpha.xml:
15504         * docs/plugins/inspect/plugin-rtp.xml:
15505         * gst/level/gstlevel.c: (gst_level_set_caps),
15506         (gst_level_transform_ip):
15507           updating docs
15508
15509 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15510
15511         * Makefile.am:
15512         * check/elements/level.c: (GST_START_TEST):
15513         * gst/level/Makefile.am:
15514         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
15515         (gst_level_set_property), (gst_level_get_property),
15516         (gst_level_set_caps), (gst_level_message_new),
15517         (gst_level_transform_ip):
15518         * gst/level/gstlevel.h:
15519         * gst/level/level-example.c: (message_handler), (main):
15520           convert to using GstClockTime for all time values, finally.
15521
15522 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15523
15524         * gst/auparse/Makefile.am:
15525         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15526           fix up build
15527         * configure.ac:
15528         * ext/cairo/Makefile.am:
15529         * ext/dv/Makefile.am:
15530         * ext/esd/Makefile.am:
15531         * ext/flac/Makefile.am:
15532         * ext/gconf/Makefile.am:
15533         * ext/gdk_pixbuf/Makefile.am:
15534         * ext/jpeg/Makefile.am:
15535         * ext/ladspa/Makefile.am:
15536         * ext/libcaca/Makefile.am:
15537         * ext/libmng/Makefile.am:
15538         * ext/libpng/Makefile.am:
15539         * ext/mikmod/Makefile.am:
15540         * ext/pango/Makefile.am:
15541         * ext/raw1394/Makefile.am:
15542         * ext/shout2/Makefile.am:
15543         * ext/speex/Makefile.am:
15544         * gst/alpha/Makefile.am:
15545         * gst/autodetect/Makefile.am:
15546         * gst/avi/Makefile.am:
15547         * gst/cutter/Makefile.am:
15548         * gst/debug/Makefile.am:
15549         * gst/effectv/Makefile.am:
15550         * gst/flx/Makefile.am:
15551         * gst/goom/Makefile.am:
15552         * gst/interleave/Makefile.am:
15553         * gst/law/Makefile.am:
15554         * gst/matroska/Makefile.am:
15555         * gst/median/Makefile.am:
15556         * gst/monoscope/Makefile.am:
15557         * gst/multipart/Makefile.am:
15558         * gst/oldcore/Makefile.am:
15559         * gst/rtp/Makefile.am:
15560         * gst/rtsp/Makefile.am:
15561         * gst/smoothwave/Makefile.am:
15562         * gst/smpte/Makefile.am:
15563         * gst/videobox/Makefile.am:
15564         * gst/videofilter/Makefile.am:
15565         * gst/videomixer/Makefile.am:
15566         * gst/wavenc/Makefile.am:
15567         * gst/wavparse/Makefile.am:
15568         * sys/oss/Makefile.am:
15569         * sys/osxaudio/Makefile.am:
15570         * sys/osxvideo/Makefile.am:
15571           fix up GST_LIBS use
15572
15573 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15574
15575         * gst/auparse/Makefile.am:
15576         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15577           fix build of auparse
15578
15579 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
15580
15581         * configure.ac:
15582         * PORTED_09:
15583         * gst/auparse/gstauparse.c:
15584         * gst/auparse/gstauparse.h:
15585         Auparse ported to 0.9.
15586
15587 2005-09-22  Wim Taymans  <wim@fluendo.com>
15588
15589         * gst/rtp/TODO:
15590         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
15591         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15592         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15593         (gst_rtpmp4venc_set_property):
15594         * gst/rtp/gstrtpmp4venc.h:
15595         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15596         * gst/rtp/gstrtpmpaenc.h:
15597         Use is_filled to both check MTU and max-ptime of base class.
15598
15599 2005-09-22  Wim Taymans  <wim@fluendo.com>
15600
15601         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15602         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15603         (gst_rtpmp4venc_set_property):
15604         Don't fragment packets with multiple frames.
15605
15606 2005-09-22  Wim Taymans  <wim@fluendo.com>
15607
15608         * gst/rtp/TODO:
15609         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15610         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15611         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
15612         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
15613         (gst_rtpmp4venc_get_property):
15614         * gst/rtp/gstrtpmp4venc.h:
15615         Remove g_print.
15616         Update TODO
15617         Make payload encoder a bit smarter and more correct with
15618         timestamps.
15619         Added option in payloader to include config string in-band.
15620
15621 2005-09-21  Wim Taymans  <wim@fluendo.com>
15622
15623         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15624         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15625         (gst_rtspsrc_send):
15626         Strip spaces for key/value pairs.
15627
15628 2005-09-21  Wim Taymans  <wim@fluendo.com>
15629
15630         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15631         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15632         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
15633         (gst_rtspsrc_change_state):
15634         More SDP parsing and caps setting.
15635         Do NO_PREROLL differently.
15636         add pads only after negotiated.
15637
15638         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
15639         (gst_udpsrc_getcaps):
15640         Implement the getcaps function.
15641
15642 2005-09-21  Wim Taymans  <wim@fluendo.com>
15643
15644         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
15645         (gst_rtpamrdec_chain):
15646         Handle multiple AMr packets per payload. Handle CRC and
15647         parse ILL/ILP.
15648
15649         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15650         Make caps params strings for easy SDP mapping.
15651         
15652         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
15653         Handle capsnego better.
15654
15655         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15656         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
15657         Generate and parse config string in the caps.
15658
15659 2005-09-21  Wim Taymans  <wim@fluendo.com>
15660
15661         * gst/rtp/README:
15662         Update README
15663
15664         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
15665         Make extra params as strings.
15666
15667         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
15668         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15669         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
15670         Make state change return NO_PREROLL as this is a live
15671         source.
15672
15673         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15674         Don't unref old caps when NULL.
15675
15676 2005-09-20  Wim Taymans  <wim@fluendo.com>
15677
15678         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
15679         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15680         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
15681         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
15682         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
15683         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
15684         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
15685         * gst/rtsp/sdpmessage.h:
15686         Add URI handler.
15687         Parse SDP and create caps.
15688
15689 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
15690
15691         * gst/alpha/gstalpha.c:
15692           fix element description
15693
15694 2005-09-19  Wim Taymans  <wim@fluendo.com>
15695
15696         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
15697         Don't check payload for now.
15698
15699 2005-09-19  Wim Taymans  <wim@fluendo.com>
15700
15701         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
15702         (gst_wavparse_init), (gst_wavparse_parse_file_header),
15703         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
15704         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15705         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15706         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
15707         (gst_wavparse_change_state):
15708         * gst/wavparse/gstwavparse.h:
15709         Fix wavparse some more.
15710
15711 2005-09-19  Wim Taymans  <wim@fluendo.com>
15712
15713         * check/elements/level.c: (GST_START_TEST):
15714         Fix for bus API change.
15715
15716 2005-09-19  Wim Taymans  <wim@fluendo.com>
15717
15718         * gst/level/level-example.c: (main):
15719         Fix for new bus API.
15720
15721         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15722         Set caps on pads.
15723
15724 2005-09-15  Wim Taymans  <wim@fluendo.com>
15725
15726         * gst/rtp/Makefile.am:
15727         * gst/rtp/README:
15728         * gst/rtp/gstrtp.c: (plugin_init):
15729         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
15730         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
15731         (gst_rtpamrdec_change_state):
15732         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
15733         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
15734         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
15735         * gst/rtp/gstrtpamrenc.h:
15736         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15737         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
15738         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
15739         * gst/rtp/gstrtpgsmenc.h:
15740         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
15741         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
15742         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
15743         (gst_rtpgsmparse_change_state):
15744         * gst/rtp/gstrtpgsmparse.h:
15745         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
15746         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
15747         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
15748         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
15749         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
15750         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
15751         * gst/rtp/gstrtph263penc.h:
15752         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
15753         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
15754         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
15755         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
15756         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
15757         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
15758         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
15759         * gst/rtp/gstrtpmp4venc.h:
15760         * gst/rtp/gstrtpmpadec.c:
15761         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
15762         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
15763         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
15764         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
15765         * gst/rtp/gstrtpmpaenc.h:
15766         Updates to payloader/depayloaders, make payloaders use
15767         the base classes.
15768         Updated README with suggested RTP caps and how to convert
15769         to/from SDP.
15770         Added config descriptor in mp4v payloader.
15771
15772 2005-09-15  Andy Wingo  <wingo@pobox.com>
15773
15774         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
15775         * gst/autodetect/gstautovideosink.c
15776         (gst_auto_video_sink_find_best): Update for new registry API.
15777
15778 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15779
15780         * common/c-to-xml.py:
15781         * common/gtk-doc-plugins.mak:
15782           a simple py script to generate valid xml from a C example
15783           probably also need to strip an MIT license when we decide
15784         * docs/plugins/Makefile.am:
15785         * gst/level/Makefile.am:
15786         * gst/level/gstlevel.c: (gst_level_init):
15787         * gst/level/level-example.c: (message_handler), (main):
15788           add an example to level that will show up in the docs
15789         * gst/rtp/TODO:
15790           add a note for the future
15791
15792 2005-09-14  Michael Smith <msmith@fluendo.com>
15793
15794         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
15795           Actually define the debug object being used in wavenc. Fixes #316205
15796
15797 2005-09-14  Michael Smith <msmith@fluendo.com>
15798
15799         * gst/smpte/Makefile.am:
15800           Link against GST_BASE_LIBS, to get it linked against libgstbase;
15801           needed to build on windows (bug 316204)
15802
15803 2005-09-12  Andy Wingo  <wingo@pobox.com>
15804
15805         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
15806
15807 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
15808
15809         * configure.ac:
15810         * gst/fdsrc/Makefile.am:
15811         * gst/fdsrc/gstfdsrc.c:
15812         * gst/fdsrc/gstfdsrc.h:
15813           Move fdsrc back into gstreamer core elements.
15814
15815         * gst/level/gstlevel.c: (gst_level_class_init),
15816         (gst_level_transform_ip):
15817         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
15818           Basetransform changes.
15819
15820 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15821
15822         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
15823         * ext/jpeg/smokecodec.c: (find_best_size):
15824           fix compiler warnings
15825
15826 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15827
15828         * gst-plugins-good.spec.in:
15829           spec file fixes
15830         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
15831         (gst_multiudpsink_render), (gst_multiudpsink_add),
15832         (gst_multiudpsink_clear):
15833           it actually helps to actually stream if we hook up the
15834           "add" signal to an actual implementation
15835         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
15836           some debugging
15837
15838 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
15839
15840         * ext/jpeg/Makefile.am:
15841         * ext/jpeg/gstjpeg.c
15842         * ext/jpeg/gstjpegenc.c:
15843         * ext/jpeg/gstsmokeenc.c:
15844
15845 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15846
15847         * ext/flac/gstflacdec.c:
15848         * ext/flac/gstflacenc.c:
15849         * ext/flac/gstflactag.c:
15850         * ext/speex/gstspeexenc.c:
15851           gsttaginterface.h -> gsttagsetter.h
15852
15853 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
15854
15855         * configure.ac:
15856         * gst/debug/Makefile.am:
15857         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
15858         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
15859         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
15860         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
15861         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
15862           Port to 0.9 and re-enable efence plugin.
15863
15864 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
15865
15866         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
15867         (gst_flacdec_write), (gst_flacdec_convert_src):
15868         * ext/flac/gstflacdec.h:
15869           Add support for flac files with 24/32 bits per sample; and misc.
15870           minor clean-ups. Seeking is still partly broken (for me at least).
15871
15872 2005-09-06  Wim Taymans  <wim@fluendo.com>
15873
15874         * gst/rtp/Makefile.am:
15875         * gst/rtp/gstrtp.c: (plugin_init):
15876         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
15877         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
15878         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
15879         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
15880         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
15881         (gst_rtpmp4vdec_plugin_init):
15882         * gst/rtp/gstrtpmp4vdec.h:
15883         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
15884         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
15885         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
15886         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
15887         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
15888         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
15889         * gst/rtp/gstrtpmp4venc.h:
15890         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
15891         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
15892         Added mpeg4 video payload encoder/decoder.
15893         Added some docs in mpa payloader.
15894
15895 === release 0.9.1 ===
15896
15897 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15898
15899         * NEWS:
15900         * README:
15901         * RELEASE:
15902         * autogen.sh:
15903         * configure.ac:
15904           releasing 0.9.1, "Blondie"
15905
15906 2005-09-05  Andy Wingo  <wingo@pobox.com>
15907
15908         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
15909         here from the state change handler, so we fire signals without
15910         holding the state lock.
15911
15912 2005-09-02  Andy Wingo  <wingo@pobox.com>
15913
15914         * All plugins updated for element state changes.
15915
15916 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15917
15918         * Makefile.am:
15919         * check/.cvsignore:
15920         * check/Makefile.am:
15921         * check/elements/.cvsignore:
15922         * check/elements/level.c: (setup_level), (cleanup_level),
15923         (GST_START_TEST), (level_suite), (main):
15924           add a test for level
15925         * common/release.mak:
15926           move the enum checking to release.mak
15927         * configure.ac:
15928           add valgrind and check checking
15929         * gst/level/gstlevel.c: (gst_level_transform):
15930         * gst/level/gstlevel.h:
15931           fix Andy's cast bug
15932           convert a field to int
15933           fix the arithmetic to int when checking for emit so that a
15934           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
15935
15936 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15937
15938         * Makefile.am:
15939         * configure.ac:
15940           add docs to build
15941         * common/plugins.xsl:
15942           wrap Description into a refsect2
15943         * docs/Makefile.am:
15944         * docs/plugins/Makefile.am:
15945         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15946         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15947         * gst/goom/Makefile.am:
15948         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
15949         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
15950         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
15951         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
15952         (gst_goom_change_state):
15953         * gst/goom/gstgoom.h:
15954           GstGOOM -> GstGoom
15955           add an example launch line
15956         * gst/level/gstlevel.h:
15957         * gst/monoscope/gstmonoscope.c:
15958           cleanups
15959
15960 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15961
15962         * configure.ac:
15963         * docs/plugins/Makefile.am:
15964         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15965         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15966         * docs/plugins/gst-plugins-good-plugins.types:
15967           document elements and plugins.  Shazam !
15968
15969 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15970
15971         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
15972           be found under doc/random/ChangeLog-0.8