ext/gconf/gconf.c: Use and unset the GError when pipeline creation fails instead...
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
2
3         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
4         Use and unset the GError when pipeline creation fails instead of
5         simply leaking it. Fixes bug #515704.
6
7 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
8
9         * gst/audiofx/audioamplify.c:
10         * gst/audiofx/audiochebband.c:
11         * gst/audiofx/audiocheblimit.c:
12         * gst/audiofx/audiodynamic.c:
13         * gst/audiofx/audioinvert.c:
14         * gst/audiofx/audiopanorama.c:
15         * gst/audiofx/audiowsincband.c:
16         * gst/audiofx/audiowsinclimit.c:
17         Fix long description of audiofx elements. Fixes bug #515457.
18
19 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
20
21         * docs/plugins/Makefile.am:
22         * gst/spectrum/gstspectrum.c:
23         * tests/examples/spectrum/.cvsignore:
24         * tests/examples/spectrum/Makefile.am:
25         * tests/examples/spectrum/spectrum-example.c:
26
27         Add a simple example application for the spectrum element, include it
28         in the docs, and fix some documentation ambiguities.
29
30         Fixes: #348085
31
32 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
33
34         * gst/equalizer/Makefile.am:
35         * gst/spectrum/Makefile.am:
36         Fix includes order
37
38         * tests/check/Makefile.am:
39         Exclude v4l2src from the states test - it takes too long to start.
40
41         * tests/check/elements/spectrum.c:
42         Make the test run properly with CK_FORK=no
43
44 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
45
46         * gst/audiofix/Makefile.am: add missing header files 
47
48 2008-02-08  Julien Moutte  <julien@fluendo.com>
49
50         * gst/matroska/matroska-demux.c:
51         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
52         keyframe and delta units correctly when dealign with a BlockGroup.
53         Fixes: #514397
54
55 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
56
57         * tests/check/elements/.cvsignore:
58         Spell the new tests correctly in .cvsignore
59
60 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
61
62         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
63           Need to use gsize here for the size, fixes compiler warning.
64
65         * tests/examples/equalizer/.cvsignore:
66         * tests/examples/equalizer/Makefile.am:
67         * tests/examples/spectrum/.cvsignore:
68         * tests/examples/spectrum/Makefile.am:
69           Add missing files to fix the build.
70
71 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
72
73         * configure.ac:
74         * docs/plugins/Makefile.am:
75         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
76         * docs/plugins/gst-plugins-good-plugins-sections.txt:
77         * docs/plugins/gst-plugins-good-plugins.args:
78         * docs/plugins/gst-plugins-good-plugins.hierarchy:
79         * docs/plugins/inspect/plugin-multifile.xml:
80         * tests/check/Makefile.am:
81         * tests/check/elements/.cvsignore:
82
83         Move multifile plugin from -bad.
84         Fixes: #490283
85
86 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
87
88         * configure.ac:
89         * docs/plugins/Makefile.am:
90         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
91         * docs/plugins/gst-plugins-good-plugins-sections.txt:
92         * docs/plugins/gst-plugins-good-plugins.args:
93         * docs/plugins/gst-plugins-good-plugins.hierarchy:
94         * docs/plugins/inspect/plugin-spectrum.xml:
95         * gst/spectrum/Makefile.am:
96         * tests/check/Makefile.am:
97         * tests/check/elements/.cvsignore:
98         * tests/examples/Makefile.am:
99
100         Move spectrum plugin from -bad.
101         Move examples into tests/examples/spectrum.
102
103 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
104
105         * configure.ac:
106         * docs/plugins/Makefile.am:
107         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
108         * docs/plugins/gst-plugins-good-plugins-sections.txt:
109         * docs/plugins/gst-plugins-good-plugins.args:
110         * docs/plugins/gst-plugins-good-plugins.hierarchy:
111         * docs/plugins/gst-plugins-good-plugins.interfaces:
112         * docs/plugins/inspect/plugin-equalizer.xml:
113         * gst/equalizer/Makefile.am:
114         * tests/check/Makefile.am:
115         * tests/examples/Makefile.am:
116         Move the equalizer plugin across from -bad
117
118         * tests/check/elements/.cvsignore:
119         Add equalizer, audiosincwband and audiosincwlimit
120
121         * tests/check/elements/equalizer.c:
122         Fix compiler warnings
123
124         Fixes: #415627
125
126 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
127
128         * configure.ac:
129         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
130         are treated like releases and build without it.
131
132 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
133
134         * docs/plugins/Makefile.am:
135         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
136         * docs/plugins/gst-plugins-good-plugins-sections.txt:
137         * docs/plugins/gst-plugins-good-plugins.args:
138         * docs/plugins/inspect/plugin-audiofx.xml:
139         * gst/audiofx/Makefile.am:
140         * gst/audiofx/audiofx.c:
141         * gst/audiofx/audiowsincband.c:
142         * gst/audiofx/audiowsincband.h:
143         * gst/audiofx/audiowsinclimit.c:
144         * gst/audiofx/audiowsinclimit.h:
145         * tests/check/Makefile.am:
146         * tests/check/elements/audiowsincband.c:
147         * tests/check/elements/audiowsinclimit.c:
148
149         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
150         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
151         respectively.
152
153         Fixes: #467666
154
155 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
156
157         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
158         * tests/check/elements/icydemux.c:
159           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
160           caps, and add a somewhat useful debug message. Plus test.
161
162 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
163
164         * gst/rtsp/gstrtspsrc.c:
165         Include unistd.h only if HAVE_UNISTD_H is defined
166         * win32/common/config.h.in:
167         * win32/common/config.h:
168         Define socklen_t as it seems it's not defined in default 
169         Visual Studio headers.
170         * win32/vs6/libgstalpha.dsp:
171         * win32/vs6/libgstapetag.dsp:
172         * win32/vs6/libgstavi.dsp:
173         * win32/vs6/libgstrtp.dsp:
174         * win32/vs6/libgstrtsp.dsp:
175         * win32/vs6/libgstvideomixer.dsp:
176         Update project file dependencies and add new source files       
177
178 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
179
180         Patch by: Bjarne Rosengren <bjarne at axis dot com>
181
182         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
183         Don't leak buffers when we don't push them downstream.
184         Fixes bug #514965.
185
186 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
187
188         * configure.ac:
189           Bump requirements to (good) released versions to avoid
190           confusion and make implicit core requirement explicit.
191
192 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
193
194         * docs/plugins/Makefile.am:
195         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
196         * docs/plugins/gst-plugins-good-plugins-sections.txt:
197         * docs/plugins/gst-plugins-good-plugins.args:
198         * docs/plugins/inspect/plugin-audiofx.xml:
199         * gst/audiofx/Makefile.am:
200         * gst/audiofx/audiochebband.c:
201         * gst/audiofx/audiochebband.h:
202         * gst/audiofx/audiocheblimit.c:
203         * gst/audiofx/audiocheblimit.h:
204         * gst/audiofx/audiochebyshevfreqband.c:
205         * gst/audiofx/audiochebyshevfreqband.h:
206         * gst/audiofx/audiochebyshevfreqlimit.c:
207         * gst/audiofx/audiochebyshevfreqlimit.h:
208         * gst/audiofx/audiofx.c:
209         * tests/check/Makefile.am:
210         * tests/check/elements/.cvsignore:
211         * tests/check/elements/audiochebband.c:
212         * tests/check/elements/audiocheblimit.c:
213         * tests/check/elements/audiochebyshevfreqband.c:
214         * tests/check/elements/audiochebyshevfreqlimit.c:
215
216         Rename audiochebyshevfreqband -> audiochebband and
217         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
218         surgery.
219
220         Closes: #491811
221
222 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
223
224         Patch by: orjan <orjanf at axis dot com>
225
226         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
227         Fix caps memory leak. Fixes #514573.
228
229 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
230
231         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
232         If there's no entries in the subindex, don't try to do anything stupid,
233         just return.
234
235 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
236
237         Patch by: John Millikin <jmillikin at gmail dot com>
238
239         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
240           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
241           Fix extraction of picture blocks with newer libflac versions again:
242           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
243
244 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
245
246         * tests/check/Makefile.am:
247           Add rtp-payloading test to VALGRIND_TO_FIX.
248
249         * tests/check/elements/rtp-payloading.c:
250           Add semicolons after GST_TEST_END so gst-indent gets the
251           formatting right; make test less verbose in general, but
252           more verbose in the error case (which should probably
253           make the test fail anyway).
254
255 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
256
257         * docs/plugins/Makefile.am:
258         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
259         * docs/plugins/gst-plugins-good-plugins-sections.txt:
260         * gst/avi/gstavisubtitle.c:
261         Add documentation for avisubtitle and change class to
262         Codec/Parser/Subtitle
263
264 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
265
266         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
267         Treat ENOTTY (driver does not implement ioctl) the same as
268         EINVAL since it implies there are no available standards.
269
270         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
271         (gst_v4l2src_get_nearest_size):
272         Replace gst_v4l2src_get_size_limits with 2 calls to new function
273         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
274         probe if the driver does not support VIDIOC_TRY_FMT for whatever
275         reason, and if we aren't yet actively capturing.
276
277         * sys/v4l2/v4l2src_calls.h:
278         Remove replaced function declaration.
279
280 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
281
282         * configure.ac:
283         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
284         API.
285
286 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
287
288         * configure.ac:
289         Fix typo.
290
291 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
292
293         * gst/alpha/Makefile.am:
294         * gst/alpha/gstalpha.c:
295
296         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
297         some stuff, and making buffer-alloc and resizing work automatically.
298         No longer crashes on odd frame widths and heights, although there
299         seems to be a disagreement with ffmpegcolorspace about what size
300         an AYUV frame with odd height should be.
301
302 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
303
304         Patch by: Alessandro Decina <alessandro at nnva dot org>
305
306         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
307         * ext/libpng/gstpngenc.h:
308         Preallocate the output buffer so that g_memdup() and
309         gst_buffer_merge() aren't needed anymore. This greatly improves
310         performances and fixes #512544.
311
312 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
313
314         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
315         (gst_avi_demux_stream_data):
316         GStreamer timestamps are PTS values while AVI only knows about DTS
317         timestamps. Make sure we only copy the DTS as the buffer timestamp when
318         we are dealing with a key frame.
319
320 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
321
322         * tests/check/Makefile.am:
323         * tests/check/elements/.cvsignore:
324         * tests/check/elements/rtp-payloading.c:
325           Add add testsuite for the rtp-payloader that tries simulating
326           dataflow. Needs more test data.
327
328 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
329
330         * tests/check/elements/alphacolor.c:
331           Remove two unused variables.
332
333 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
334
335         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
336           Use g_ascii_strtoll() instead of atoll, which is only
337           available in C99.
338
339 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
340
341         * gst/rtp/Makefile.am:
342         * gst/rtp/gstrtp.c:
343         * gst/rtp/gstrtpmpvpay.c:
344         * gst/rtp/gstrtpmpvpay.h:
345         Add MPEG2 video payloader
346
347 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
348
349         * gst/level/gstlevel.c:
350         Use #include <math.h> instead of #include "math.h".
351
352 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
353
354         * tests/check/Makefile.am:
355         Fix up some CFLAGS sets.
356         Don't include gconfvideosrc in the states test.
357
358         * tests/check/elements/autodetect.c: (GST_START_TEST):
359         Add some error strings to fail_unless arguments to fix some weird
360         compiler errors on Solaris.
361
362 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
363
364         * configure.ac:
365         Detect video4linux headers on Solaris too.
366         * sys/v4l2/gstv4l2colorbalance.h:
367         * sys/v4l2/gstv4l2object.h:
368         * sys/v4l2/v4l2_calls.c:
369         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
370         (gst_v4l2_buffer_new):
371
372         Make v4l2 build on Solaris.
373         Patch by: Brian Cameron  <brian.cameron at sun dot com>
374         Fixes: #510505
375
376 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
377
378         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
379           Update list from (still local) scanning script.
380
381 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
382
383         Based on a patch by:
384             Victor STINNER <victor dot stinner at haypocalc dot com>
385
386         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
387         Set variable to NULL after freeing it to prevent double frees
388         or make failures by another use of it afterwards more obvious
389         and fix use of it after the freeing. Fixes bug #510592.
390
391 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
392
393         * gst/udp/gstmultiudpsink.c:
394         use GST_WARNING for logging
395
396 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
397
398         * gst/udp/gstmultiudpsink.c:
399         Don't try to leave a multicast group with an invalid socket
400
401 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
402
403         * ext/flac/gstflacdec.c:
404           Fix compilation against flac 1.1.2 (as on debian stable), where
405           the picture metadata defines and structs don't exist yet.
406           Fixes #509301.
407
408 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
409
410         Patch by: Olivier Crete <tester at tester dot ca>
411
412         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
413         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
414         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
415         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
416         * gst/udp/gstmultiudpsink.h:
417         Add property to automatically join a multicast group or not. This can be
418         useful when sharing a socket between multiple elements.
419         Fixes #509531.
420
421 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
422
423         * gst/videomixer/Makefile.am:
424           Add controller flags.
425
426 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
427
428         * gst/videomixer/videomixer.c:
429           Also commit the missing gst_object_sync_values().
430
431 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
432
433         * docs/plugins/Makefile.am:
434           Remove duplicate entry.
435
436 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
437
438         * docs/plugins/Makefile.am:
439         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
440         * docs/plugins/gst-plugins-good-plugins-sections.txt:
441         * docs/plugins/inspect/plugin-gamma.xml:
442         * docs/plugins/inspect/plugin-monoscope.xml:
443         * docs/plugins/inspect/plugin-video4linux2.xml:
444           Add 3 more plugins to docs.
445
446 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
447
448         * docs/plugins/gst-plugins-good-plugins-sections.txt:
449         * sys/osxvideo/osxvideosink.h:
450           Revert previous change caused by a file that got stuck on an old
451           revision.
452
453 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
454
455         * docs/plugins/gst-plugins-good-plugins-sections.txt:
456         * gst/multipart/Makefile.am:
457         * gst/multipart/multipartdemux.c:
458         * gst/multipart/multipartdemux.h:
459         * gst/multipart/multipartmux.c:
460         * gst/multipart/multipartmux.h:
461           Re-add multipartdemux to the docs. Last round of section cleanup.
462
463 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
464
465         * docs/plugins/Makefile.am:
466         * docs/plugins/gst-plugins-good-plugins-sections.txt:
467         * sys/osxaudio/gstosxaudiosink.h:
468         * sys/osxvideo/osxvideosink.h:
469           Managed to resolve most unused declarations. Filed a bug for one left.          
470
471 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
472
473         * docs/plugins/gst-plugins-good-plugins-sections.txt:
474           Cleanup section file.
475
476 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
477
478         * docs/plugins/Makefile.am:
479         * docs/plugins/gst-plugins-good-plugins.args:
480         * docs/plugins/gst-plugins-good-plugins.signals:
481         * docs/plugins/inspect/plugin-alaw.xml:
482         * docs/plugins/inspect/plugin-alpha.xml:
483         * docs/plugins/inspect/plugin-alphacolor.xml:
484         * docs/plugins/inspect/plugin-annodex.xml:
485         * docs/plugins/inspect/plugin-apetag.xml:
486         * docs/plugins/inspect/plugin-audiofx.xml:
487         * docs/plugins/inspect/plugin-auparse.xml:
488         * docs/plugins/inspect/plugin-autodetect.xml:
489         * docs/plugins/inspect/plugin-avi.xml:
490         * docs/plugins/inspect/plugin-cairo.xml:
491         * docs/plugins/inspect/plugin-cdio.xml:
492         * docs/plugins/inspect/plugin-cutter.xml:
493         * docs/plugins/inspect/plugin-debug.xml:
494         * docs/plugins/inspect/plugin-dv.xml:
495         * docs/plugins/inspect/plugin-efence.xml:
496         * docs/plugins/inspect/plugin-effectv.xml:
497         * docs/plugins/inspect/plugin-flac.xml:
498         * docs/plugins/inspect/plugin-flxdec.xml:
499         * docs/plugins/inspect/plugin-gconfelements.xml:
500         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
501         * docs/plugins/inspect/plugin-goom.xml:
502         * docs/plugins/inspect/plugin-halelements.xml:
503         * docs/plugins/inspect/plugin-icydemux.xml:
504         * docs/plugins/inspect/plugin-id3demux.xml:
505         * docs/plugins/inspect/plugin-jpeg.xml:
506         * docs/plugins/inspect/plugin-ladspa.xml:
507         * docs/plugins/inspect/plugin-level.xml:
508         * docs/plugins/inspect/plugin-matroska.xml:
509         * docs/plugins/inspect/plugin-mulaw.xml:
510         * docs/plugins/inspect/plugin-multipart.xml:
511         * docs/plugins/inspect/plugin-navigationtest.xml:
512         * docs/plugins/inspect/plugin-png.xml:
513         * docs/plugins/inspect/plugin-quicktime.xml:
514         * docs/plugins/inspect/plugin-rtp.xml:
515         * docs/plugins/inspect/plugin-rtsp.xml:
516         * docs/plugins/inspect/plugin-shout2send.xml:
517         * docs/plugins/inspect/plugin-smpte.xml:
518         * docs/plugins/inspect/plugin-speex.xml:
519         * docs/plugins/inspect/plugin-taglib.xml:
520         * docs/plugins/inspect/plugin-udp.xml:
521         * docs/plugins/inspect/plugin-videobalance.xml:
522         * docs/plugins/inspect/plugin-videobox.xml:
523         * docs/plugins/inspect/plugin-videocrop.xml:
524         * docs/plugins/inspect/plugin-videoflip.xml:
525         * docs/plugins/inspect/plugin-videomixer.xml:
526         * docs/plugins/inspect/plugin-wavenc.xml:
527         * docs/plugins/inspect/plugin-wavpack.xml:
528         * docs/plugins/inspect/plugin-wavparse.xml:
529           Update plugin docs.
530
531         * gst/videomixer/Makefile.am:
532         * gst/videomixer/videomixer.c:
533         * gst/videomixer/videomixer.h:
534         * gst/videomixer/videomixerpad.h:
535           Split out header to fix warnings from the doc-build.
536
537 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
538
539         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
540
541         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
542         Use atoll to parse the rtptime with enough precision. Fixes #509329.
543
544 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
545
546         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
547         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
548           Initialise variables to work around (false) 'foo might be used
549           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
550
551 2008-01-11  David Schleef  <ds@schleef.org>
552
553         * docs/plugins/.cvsignore:
554         * tests/check/pipelines/.cvsignore:
555           Ignore more files for the buildbot.
556
557 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
558
559         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
560         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
561         Generate the image-type values correctly. Leave them out of the caps
562         when outputting a "preview image" tag, since it only makes sense
563         to have one of those - the type is irrelevant.
564
565         * sys/sunaudio/gstsunaudiomixerctrl.c:
566         (gst_sunaudiomixer_ctrl_open):
567         If we can, mark the mixer multiple open when we use it, in case
568         (for some reason) the process wants to open it again elsewhere.
569
570 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
571
572         Patch by: Olivier Crete <tester at tester dot ca>
573
574         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
575         * gst/rtp/gstrtptheorapay.c:
576         Fix the clock rate to 90000 as required by the RFC.
577         Fixes #508644.
578
579 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
580
581         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
582           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
583
584 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
585
586         * autogen.sh:
587           Add -Wno-portability to the automake parameters to stop warnings
588           about GNU make extensions being used. We require GNU make in almost
589           every Makefile anyway.
590           
591         * configure.ac:
592           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
593           at the same time is required for per target flags.
594
595 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
596
597         * gst/videomixer/videomixer.c: (gst_videomixer_init):
598         Fix error from my last commit.
599
600 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
601
602         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
603
604         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
605           Make sure the ISO 639-X language code in ID3v2 COMM frames
606           is actually valid UTF-8 (or rather: ASCII), so we don't end
607           up with non-UTF8 strings in tags if there's garbage in the
608           language field. Also make sure the language code is always
609           lower case. Fixes: #508291.
610
611 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
612
613         * ChangeLog:
614           Fix ChangeLog typo.
615
616 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
617
618         * Makefile.am:
619           Include lcov.mak to allow building coverage reports. Guard
620           check-torture target like in the other packages.
621
622 2008-01-09  Sameer Naik  <sameer@damagehead.com>
623
624         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
625
626         * gst/videomixer/videomixer.c:
627         (gst_videomixer_set_master_geometry), (_do_init),
628         (gst_videomixer_child_proxy_get_child_by_index),
629         (gst_videomixer_child_proxy_get_children_count),
630         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
631         (gst_videomixer_init), (gst_videomixer_request_new_pad),
632         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
633         Implement GstChildProxy interface.
634         Send newsegment at the right moment
635         Fixes #488879
636
637 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
638
639         * gst/alpha/Makefile.am:
640         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
641         (gst_alpha_sink_event), (gst_alpha_chain),
642         (gst_alpha_change_state), (plugin_init):
643         Make the various properties of 'alpha' controllable. This allows doing
644         niceties like fade-in/fade-out.
645
646 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
647
648         * gst/rtp/gstasteriskh263.c:
649         * gst/rtp/gstrtpL16depay.c:
650         * gst/rtp/gstrtpac3depay.c:
651         * gst/rtp/gstrtpamrpay.c:
652         * gst/rtp/gstrtpdepay.c:
653         * gst/rtp/gstrtpgsmdepay.c:
654         * gst/rtp/gstrtph263depay.c:
655         * gst/rtp/gstrtph263pdepay.c:
656         * gst/rtp/gstrtph263ppay.c:
657         * gst/rtp/gstrtph264depay.c:
658         * gst/rtp/gstrtph264pay.c:
659         * gst/rtp/gstrtpmp2tdepay.c:
660         * gst/rtp/gstrtpmp4adepay.c:
661         * gst/rtp/gstrtpmp4gdepay.c:
662         * gst/rtp/gstrtpmp4gpay.c:
663         * gst/rtp/gstrtpmp4vdepay.c:
664         * gst/rtp/gstrtpmpadepay.c:
665         * gst/rtp/gstrtpmpvdepay.c:
666         * gst/rtp/gstrtpsv3vdepay.c:
667         * gst/rtp/gstrtptheoradepay.c:
668         * gst/rtp/gstrtptheorapay.c:
669         * gst/rtp/gstrtpvorbisdepay.c:
670         * gst/rtp/gstrtpvorbispay.c:
671           Remove copy/paste unused code (property setters and getter) found by
672           the coverage suite (yay, saves ~20k on disk).
673
674 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
675
676         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
677           (videosink_templ):
678           Also fix up pad templates to indicate that image/jpeg doesn't
679           absolutely require the framerate property to be set (#504081).
680
681 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
682
683         Based on patch by: Wouter Cloetens  <wouter at mind be>
684
685         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
686           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
687           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
688         * gst/matroska/matroska-mux.h:
689           Keep track of first and last timestamps for each incoming stream,
690           so we can calculate the total duration for live sources and other
691           input where we can't query the duration from the start or where
692           there's no constant framerate from which we can deduce the
693           duration; also use calculated/observed duration if it is bigger
694           than the previously queried duration. Furthermore, use
695           gst_pad_query_peer_duration() and take into account that it may
696           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
697           screws up comparisons when using unsigned integers. Fixes #504081.
698
699 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
700
701         * configure.ac:
702         * gst/audiofx/audioamplify.c:
703         (gst_audio_amplify_clipping_method_get_type),
704         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
705         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
706         (gst_audio_dynamic_transform_ip):
707         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
708         (gst_audio_invert_transform_ip):
709         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
710         (gst_audio_panorama_transform):
711         * gst/level/gstlevel.c: (gst_level_init):
712         Make elements GST_BUFFER_FLAG_GAP aware and call
713         gst_base_transform_set_gap_aware for this.
714         Bump core requirement to CVS.
715         
716         * gst/audiofx/audiochebyshevfreqband.c:
717         (gst_audio_chebyshev_freq_band_transform_ip):
718         * gst/audiofx/audiochebyshevfreqlimit.c:
719         (gst_audio_chebyshev_freq_limit_transform_ip):
720         Also sync GObject properties to the controller if operating
721         in passthrough mode.
722
723 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
724
725         * sys/directdraw/gstdirectdrawsink.c:
726           (gst_directdraw_sink_window_thread):
727           FALSE is not a gpointer.
728
729 2008-01-05  Julien Moutte  <julien@fluendo.com>
730
731         * sys/directdraw/gstdirectdrawsink.c:
732         (gst_directdraw_sink_set_window_id),
733         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
734         (gst_directdraw_sink_buffer_alloc),
735         (gst_directdraw_sink_draw_borders),
736         (gst_directdraw_sink_show_frame),
737         (gst_directdraw_sink_setup_ddraw),
738         (gst_directdraw_sink_window_thread),
739         (gst_directdraw_sink_get_ddrawcaps),
740         (gst_directdraw_sink_surface_create): Make sure we create our
741         internal window only when we need it. That will give a chance to
742         the application to get the prepare-xwindow-id bus message. Draw
743         black borders when keeping aspect ratio. Handle the case where our
744         rendering window disappears (closed or errors) like other sinks
745         do. Various 80 columns fixes, improve state change order. That
746         element could need some more love.
747
748 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
749
750         * ext/taglib/gstapev2mux.h:
751         * ext/taglib/gstid3v2mux.h:
752         Remove useless typedefs without new type name. Fixes a warning with
753         gcc 4.3.
754
755 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
756
757         Patch by: John Millikin <jmillikin at gmail dot com>
758
759         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
760         (gst_flac_dec_setup_stream_decoder),
761         (gst_flac_normalize_picture_mime_type),
762         (gst_flac_extract_picture_buffer),
763         (gst_flac_dec_metadata_callback):
764         Emit metadata messages when a PICTURE block is encountered.
765         Fixes #506715.
766
767 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
768
769         * gst/avi/gstavi.c:
770         increase rank because no known issues anymore ...
771         * gst/avi/gstavisubtitle.c:
772         send subtitle name to the srcpad
773
774 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
775
776         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
777         * gst/rtsp/gstrtspsrc.h:
778         Implement redirect for the DESCRIBE reply. Fixes #506025.
779
780 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
781
782         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
783         Fix 'xyz may be used uninitialized' compiler warnings caused
784         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
785         abort() in any case but properly report the error.
786
787 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
788
789         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
790         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
791         * sys/ximage/gstximagesrc.c: (composite_pixel):
792           Fix 'xyz may be used uninitialized' compiler warnings caused
793           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
794           not really nice to abort in any case). Fixes #505745.
795
796 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
797
798         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
799           Small unit test fix (has no practical impact at the moment,
800           since we're only feeding utf8 and hence just create a sub-
801           buffer for the output).
802
803 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
804
805         * gst/avi/gstavisubtitle.c:
806         * tests/check/elements/avisubtitle.c:
807         Add seeking support for avi subtitle
808
809 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
810
811         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
812         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
813         (gst_flac_dec_write):
814         * ext/flac/gstflacdec.h:
815         Remove some unused vars.
816         Do more cleanup of leftover events and tags.
817         Output tags after the segment event. Fixes #504018.
818
819 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
820
821         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
822           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
823           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
824           Detect other UTF byte order markers and convert to UTF-8 as
825           appropriate.
826
827 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
828
829         * gst/avi/gstavisubtitle.c: (src_template),
830           (gst_avi_subtitle_extract_utf8_file),
831           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
832           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
833           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
834         * gst/avi/gstavisubtitle.h:
835           Refactor a bit; fix name extraction; don't assume all the data
836           in the chunk is actually subtitle data, there may be padding at
837           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
838           file so it's there to send again after a seek (for future use).
839
840 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
841
842         * gst/avi/Makefile.am:
843         * gst/avi/gstavi.c:
844         * gst/avi/gstavisubtitle.c:
845         * gst/avi/gstavisubtitle.h:
846         * tests/check/Makefile.am:
847         * tests/check/elements/avisubtitle.c:
848         * win32/common/config.h:
849                 Add avi subtitle element for bug #442034. Need seeking support
850                 and more support for character conversion.
851
852 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
853
854         * Makefile.am:
855           Include common/win32.mak for CRLF check of win32 project
856           files (see #393626).
857
858         * win32/vs6/libgstpng.dsp:
859           Fix line endings and do cvs admin -kb.
860
861 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
862
863         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
864         Actually drop the buffers which are outside the currently configured
865         segment instead of just emitting a WARNING.
866
867 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
868
869         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
870         (gst_flac_dec_write):
871         * ext/flac/gstflacdec.h:
872         Send segments from the streaming thread. Fixes #502187.
873         Fix segment seeking and a bunch of other seeking cases.
874
875 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
876
877         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
878           Parse WOAF frames and put the result into GST_TAG_CONTACT,
879           which is where it would end up if the same information was
880           put in a vorbis comment (don't think it's worth adding a
881           new URI tag for this). Fixes #488112.
882
883 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
884
885         * configure.ac:
886           We need core/base 0.10.15 or later.
887
888 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
889
890         Patch by: Mark Nauwelaerts <manauw skynet be>
891
892         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
893         Fix regression in stream numbering. Fixes #502655.
894
895 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
896
897         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
898
899         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
900         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
901         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
902         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
903         (gst_rtp_h264_pay_handle_buffer):
904         * gst/rtp/gstrtph264pay.h:
905         Use higher performance start-code searching.
906         Parse NALs and store SPS, PPS and profile in the caps so that they can
907         be used in the SDP. Fixes #502814.
908
909 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
910
911         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
912         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
913           Init some structs to zero before we pass them to ioctl, which
914           avoids valgrind warnings.  Also fix a small memory leak.
915
916 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
917
918         Patch by: Wouter Cloetens <wouter at mind dot be>
919
920         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
921         Copy timestamp from input to output. Not very perfect yet but better
922         than nothing. Fixes #503023.
923
924 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
925
926         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
927           Also print a useful error message with the old Wavpack API
928           if possible.
929
930 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
931
932         * ext/wavpack/gstwavpackdec.c:
933           More build fixes for old libwavpack versions: include config.h so
934           that WAVPACK_OLD_API is actually defined as detected; only use
935           WavpackGetErrorMessage if it is available. This fixes the build
936           on debian stable for me.
937
938 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
939
940         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
941         * ext/wavpack/gstwavpackparse.c:
942           (gst_wavpack_parse_create_src_pad):
943           Workaround the non-existance of WavpackGetChannelMask in Wavpack
944           versions below 4.40.0.
945
946 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
947
948         * configure.ac:
949           And now do it right for real...
950
951 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
952
953         * configure.ac:
954           Correctly reset $LIBS to not contain -lm.
955
956 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
957
958         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
959
960         * configure.ac:
961         * ext/cairo/gsttimeoverlay.c:
962           (gst_cairo_time_overlay_print_smpte_time):
963           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
964           and checking for rint() and implementing it ourself if it doesn't
965           exist. Fixes #497293.
966
967 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
968
969         * configure.ac:
970           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
971
972 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
973
974         * sys/oss/gstosshelper.c:
975         Verify that the format returned after the ioctl is the one
976         we requested. It is valid for the ioctl to succeed while
977         substituting an alternate 'supported' sample format.
978
979 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
980
981         * sys/oss/gstossaudio.c: (plugin_init):
982         * sys/oss/gstosssink.c: (gst_oss_sink_open):
983         * sys/oss/gstosssrc.c: (gst_oss_src_open):
984           Post decent (and translated) error message when we can't
985           open the audio device for some reason.
986
987 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
988
989         * sys/oss/gstosssink.c:
990         * sys/oss/gstosssrc.c:
991         Allow the AUDIODEV environment variable to redirect us
992         to a different default OSS device, like sunaudiosink does
993         on Solaris (makes audio play automatically on SunRays).
994
995 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
996
997         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
998         * gst/audiofx/audiochebyshevfreqband.c:
999         (gst_audio_chebyshev_freq_band_transform_ip):
1000         * gst/audiofx/audiochebyshevfreqlimit.c:
1001         (gst_audio_chebyshev_freq_limit_transform_ip):
1002         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
1003         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
1004         The transform_ip() methods should do nothing if in passthrough mode.
1005         It might get non-writable buffers in that case but the buffer might
1006         as well be writable.
1007
1008         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
1009         The transform() methods won't be called in passthrough mode and
1010         otherwise the buffer is always writable so don't check here.
1011
1012 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
1013
1014         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
1015           Fix seeking in .wav files again (#501775).  Some people seem to think
1016           they don't need to test their changes when they're just 'reflowing'
1017           some code.
1018
1019 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1020
1021         * gst/autodetect/gstautovideosink.c:
1022         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
1023         (gst_auto_video_sink_init),
1024         (gst_auto_video_sink_create_element_with_pretty_name),
1025         (gst_auto_video_sink_find_best),
1026         (gst_auto_video_sink_set_property),
1027         (gst_auto_video_sink_get_property):
1028         * gst/autodetect/gstautovideosink.h:
1029         Fix docs.
1030         Use same error reporting code as autoaudiosink.
1031         Add property to filter sinks based on caps. Only select raw video sinks
1032         by default for backwards compat.
1033         API: GstAutoVideoSink::filter-caps
1034
1035 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1036
1037         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1038
1039         * gst/autodetect/gstautoaudiosink.c:
1040         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
1041         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
1042         (gst_auto_audio_sink_set_property),
1043         (gst_auto_audio_sink_get_property):
1044         * gst/autodetect/gstautoaudiosink.h:
1045         Add property to filter sinks based on caps. Only select raw audio sinks
1046         by default for backwards compat.  Fixes #417420.
1047         API: GstAutoAudioSink::filter-caps
1048
1049 2007-11-29  Michael Smith <msmith@fluendo.com>
1050
1051         Patch by: Arek Korbik <arkadini@gmail.com>
1052
1053         * gst/videobox/gstvideobox.c: (plugin_init):
1054           Initialise liboil in plugin_init()
1055
1056 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
1057
1058         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
1059         Post error before sending EOS. Fixes #499178.
1060
1061 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
1062
1063         * win32/vs6/gst_plugins_good.dsw:
1064         * win32/vs6/libgstpng.dsp:
1065         Add a project file for libgstpng
1066
1067 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
1068
1069         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
1070         (gst_rtp_h263_depay_process):
1071         Code beautification.
1072         Added debug statements.
1073         Don't bit-shift everything, just do operations on last/first byte
1074         instead.
1075
1076 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
1077
1078         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
1079
1080         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
1081         Fix wrong comparison in overrun check. Fixes #499239 some more.
1082
1083 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
1084
1085         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
1086         (gst_rtp_h263_depay_process):
1087         * gst/rtp/gstrtph263depay.h:
1088         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
1089         stream.
1090
1091 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
1092
1093         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
1094
1095         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1096         (gst_rtp_mp4a_depay_process):
1097         * gst/rtp/gstrtpmp4adepay.h:
1098         Fix depayloading when multiple frames are inside one RTP packet.
1099         Fixes #499239.
1100
1101 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1102
1103         * gst/level/gstlevel.c:
1104           Add GAP-flag support.
1105
1106 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
1107
1108         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
1109         Read the I flag for Mode A h263 rtp stream and set the
1110         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
1111         Fixes #499383
1112
1113 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1114
1115         * gst/level/gstlevel.c:
1116           Remove some dead code and do cleanups.
1117
1118 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1119
1120         * tests/check/pipelines/simple-launch-lines.c:
1121           Improve the tests by allowing to set a target state.
1122
1123 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
1124
1125         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
1126         Don't check the caps of the output buffer if they're equal some
1127         other caps. The caps can change in a backward compatible way
1128         and did at this point.
1129
1130 2007-11-24  Julien MOUTTE  <julien@moutte.net>
1131
1132         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
1133         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
1134         (gst_qtdemux_seek_to_previous_keyframe),
1135         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
1136         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
1137         reverse playback support.
1138
1139 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1140
1141         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
1142         Also set the channel layout on the Wavpack caps if we're having
1143         a mono layout. Of course only do it for "audio/x-wavpack".
1144
1145 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1146
1147         * ext/wavpack/gstwavpackcommon.c:
1148         (gst_wavpack_get_default_channel_mask),
1149         (gst_wavpack_set_channel_layout),
1150         (gst_wavpack_get_default_channel_positions),
1151         (gst_wavpack_get_channel_mask_from_positions),
1152         (gst_wavpack_set_channel_mapping):
1153         * ext/wavpack/gstwavpackcommon.h:
1154         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
1155         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
1156         * ext/wavpack/gstwavpackdec.h:
1157         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1158         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
1159         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
1160         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
1161         (gst_wavpack_enc_rewrite_first_block),
1162         (gst_wavpack_enc_sink_event):
1163         * ext/wavpack/gstwavpackenc.h:
1164         * ext/wavpack/gstwavpackparse.c:
1165         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
1166         (gst_wavpack_parse_scan_to_find_sample),
1167         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
1168         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
1169         * ext/wavpack/gstwavpackparse.h:
1170         Add support for encoding, parsing and decoding multichannel
1171         files with up to 8 channels. This also improves the robustness
1172         of parsing quite a bit.
1173
1174         * ext/wavpack/gstwavpackstreamreader.c:
1175         (gst_wavpack_stream_reader_read_bytes),
1176         (gst_wavpack_stream_reader_get_pos),
1177         (gst_wavpack_stream_reader_set_pos_abs),
1178         (gst_wavpack_stream_reader_set_pos_rel),
1179         (gst_wavpack_stream_reader_push_back_byte),
1180         (gst_wavpack_stream_reader_get_length),
1181         (gst_wavpack_stream_reader_can_seek),
1182         (gst_wavpack_stream_reader_write_bytes):
1183         Improve debugging.
1184
1185 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1186
1187         * ext/libpng/gstpngdec.c:
1188         * ext/libpng/gstpngdec.h:
1189           Don't release the png-memory from within the callback.
1190
1191 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1192
1193         Patch by: René Stadler <mail at renestadler dot de>
1194
1195         * ext/libpng/gstpngenc.c:
1196           Don't leak buffer data memory. Fixes #498395.
1197
1198 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1199
1200         Patch by: René Stadler <mail at renestadler dot de>
1201
1202         * tests/check/pipelines/simple-launch-lines.c:
1203           Tests for #498395.
1204
1205 2007-11-20  Julien MOUTTE  <julien@moutte.net>
1206
1207         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
1208         (gst_tag_lib_mux_adjust_event_offsets):
1209         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
1210         * sys/osxaudio/Makefile.am:
1211         * sys/osxvideo/cocoawindow.h:
1212         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
1213
1214 2007-11-15  David Schleef  <ds@schleef.org>
1215
1216         * ext/cairo/gsttextoverlay.c:
1217           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
1218
1219 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1220
1221         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
1222
1223         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
1224         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
1225         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
1226         * gst/rtp/gstrtpmp2tpay.h:
1227         Fill the MTU with as many packets as possible. Fixes #491323.
1228
1229 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1230
1231         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1232
1233         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
1234         Fix some more leaks. Fixes #497007.
1235
1236 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1237
1238         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1239
1240         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
1241         (gst_rtspsrc_stream_configure_tcp):
1242         Fix 3 pad leaks. Fixes #496983.
1243
1244 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1245
1246         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1247
1248         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
1249         Fix small leak. Fixes #497017.
1250
1251 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1252
1253         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1254         (gst_qtdemux_prepare_current_sample),
1255         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
1256         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
1257         * gst/qtdemux/qtdemux_fourcc.h:
1258         * gst/qtdemux/qtdemux_types.c:
1259         Add suppport for theora in quicktime according to XiphQT.
1260
1261 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
1262
1263         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
1264         (gst_v4l2src_init), (gst_v4l2src_set_property),
1265         (gst_v4l2src_get_property):
1266         * sys/v4l2/gstv4l2src.h:
1267         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1268           Always copy buffers by default (handle safer with bugged drivers)
1269           and added a property to make it possible to use mmap effectively (no
1270           copy if possible) when application wants to. Fixes: #480557.
1271
1272 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1273
1274         * gst/id3demux/id3tags.c:
1275         * gst/id3demux/id3tags.h:
1276         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
1277           We don't want the same string multiple times in a tag list for the
1278           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
1279           this doesn't happen and remove special-case code for GST_TAG_GENRE.
1280
1281 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1282
1283         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
1284           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
1285           into ID3v2 TXXX frames (fixes #347848).
1286
1287 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1288
1289         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1290           Don't leak sdp message contents (fixes #496773).
1291
1292         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
1293           Don't leak URI string.
1294
1295 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1296
1297         Patch by: Julien Puydt <julien dot puydt at laposte net>
1298
1299         * ext/raw1394/Makefile.am:
1300         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
1301           (gst_1394_property_probe_get_properties),
1302           (gst_1394_property_probe_probe_property),
1303           (gst_1394_property_probe_needs_probe),
1304           (gst_1394_property_probe_get_values),
1305           (gst_1394_property_probe_interface_init),
1306           (gst_1394_type_add_property_probe_interface):
1307         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
1308         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
1309           (gst_dv1394src_init), (gst_dv1394src_dispose),
1310           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
1311           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
1312           (gst_dv1394src_update_device_name):
1313         * ext/raw1394/gstdv1394src.h:
1314           Implement GstPropertyProbe interface and add "device-name" property,
1315           so applications can use this to probe for available devices in the
1316           same way they can already with v4lsrc and v4l2src (however horrible
1317           this property probe interface may be). Fixes #358841.
1318
1319 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1320
1321         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1322
1323         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
1324           (gst_rtspsrc_parse_range):
1325           Don't leak event, don't leak range (fixes #496752).
1326
1327 2007-11-14  Michael Smith <msmith@fluendo.com>
1328
1329         Patch by: Arek Korbik <arkadini@gmail.com>
1330
1331         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
1332           Detect RGBA/BGRA correctly on little endian systems.
1333
1334 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1335
1336         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1337           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
1338           corresponding ioctl() call fails even though the driver claims to
1339           support this format, just fall back to the pre-2.6.19 kernel
1340           routine that creates caps with suitable height and width ranges
1341           (see #448278).
1342
1343 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1344
1345         Patch by: Mark Nauwelaerts <manauw skynet be>
1346
1347         * gst/matroska/matroska-demux.c:
1348           (gst_matroska_demux_push_dvd_clut_change_event),
1349           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1350           (gst_matroska_demux_subtitle_caps):
1351         * gst/matroska/matroska-ids.h:
1352           Extract palette data for dvd subpicture streams and send it
1353           downstream as custom gstreamer dvd event (fixes #453417).
1354
1355 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1356
1357         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
1358           Implement minimal parsing of the passed pango font description
1359           string, so passing a font size works the same as with the
1360           pango textoverlay plugin; fixes #455086.
1361           (Maybe we could just use pangocairo here at some point).
1362
1363 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1364
1365         * gst/avi/gstavidemux.c:
1366         * gst/wavparse/gstwavparse.c:
1367           Return the result in _activate_pull(). Don't ref element there.
1368
1369 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1370
1371         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
1372         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
1373         (gst_wavparse_srcpad_event):
1374           Ref the element when we should, but not when we its not needed. Reflow
1375           the event_handling to not leak the event.       
1376
1377 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
1378
1379         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1380         (qtdemux_parse_samples):
1381         Properly free QTDemuxSamples array.
1382         Protect table write with a sensible check, some files apparently DO contain
1383         stts values starting with 0 :(
1384
1385 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1386
1387         * gst/avi/gstavidemux.c:
1388         * gst/qtdemux/qtdemux.c:
1389           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
1390           previous commit messed up.
1391
1392 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1393
1394         * gst/avi/gstavidemux.c:
1395         * gst/qtdemux/qtdemux.c:
1396           Sync _handle_src_event() with oggdemux. In avidemux also ref the
1397           element when we should, but not when we its not needed.
1398
1399 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
1400
1401         * gst/wavparse/gstwavparse.c:
1402           Return FALSE if we can't handle a query instead of changing the
1403           format. Ignore fact when dealing with mpeg audio.
1404
1405 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1406
1407         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1408
1409         * configure.ac:
1410         * gst/udp/gstdynudpsink.c:
1411         * gst/udp/gstdynudpsink.h:
1412         * gst/udp/gstmultiudpsink.c:
1413         * gst/udp/gstmultiudpsink.h:
1414         * gst/udp/gstudpsink.c:
1415         * gst/udp/gstudpsink.h:
1416           Fix includes for MSVC and GLib-2.14.0 (#492388).
1417
1418         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
1419           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
1420
1421 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
1422
1423         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
1424         (gst_mulawdec_chain):
1425         * gst/law/mulaw-decode.h:
1426         Calculate outgoing buffer duration if incoming buffer didn't have a
1427         valid duration.
1428
1429 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
1430
1431         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
1432         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
1433         Smarter combine_flow code that also deals with downstream elements
1434         returning UNEXPECTED when they receive data out of the segment
1435         boundaries. Fixes #491305.
1436
1437 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1438
1439         * sys/v4l2/v4l2src_calls.c:
1440           Fix 'unused variable' compiler warning when compiling against
1441           older kernel headers.
1442
1443 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
1444
1445         * ext/taglib/gstid3v2mux.cc (add_funcs):
1446           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
1447
1448 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
1449
1450         * tests/check/pipelines/simple-launch-lines.c:
1451            Improve the tests a little more.
1452
1453 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
1454
1455         patch by: Yun Zheng Hu
1456
1457         * sys/osxaudio/gstosxaudiosrc.c:
1458         Use default input device instead of default output device and
1459         only memcpy actual available bytes.
1460
1461 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
1462
1463         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1464           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
1465           early. It is temporary until we find something better.
1466
1467 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1468
1469         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1470
1471         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
1472         Fix race when pausing a RTSP stream in interleaved.
1473         Fixes #475784.
1474
1475 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1476
1477         Patch by: Peter Kjellerstedt <pkj at axis com>
1478
1479         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
1480         Use correct unref function for buffers. #488844.
1481
1482 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
1483
1484         * gst/avi/gstavimux.c:
1485         * tests/check/elements/avimux.c:
1486           Add some debug and sync tests with the fix.     
1487
1488 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1489
1490         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1491
1492         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1493         When the socket is used by the app for other purposes, don't generate an
1494         error if there is activaty on the socket that is not data related.
1495         Fixes #487488.
1496
1497 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1498
1499         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
1500         (gst_v4l2src_grab_frame):
1501         Add some more debug info. Generate an error when we run out of buffers
1502         for some reason. See #480557.
1503
1504 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1505
1506         Patch by: Anders Skargren <anders dot skargren at axis dot com>
1507
1508         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
1509         Set marker bit correctly.
1510
1511 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
1512
1513         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1514         Use allowed name for the GstStructure.
1515
1516 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
1517
1518         * ext/gconf/gstswitchsink.c:
1519         * gst/autodetect/gstautoaudiosink.c:
1520           Use new gst_bus_pop_filtered().
1521
1522 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1523
1524         * sys/v4l2/gstv4l2src.c:
1525         * sys/v4l2/v4l2src_calls.c:
1526           When probing the formats and sizes a camera supports, make
1527           sure the best ones (highest resolution, prefered format)
1528           end up at the beginning of the probed caps and the less
1529           desirable ones at the end.  This is important because the
1530           order within the caps matters for things like fixation and
1531           negotiation, ie. what format is chosen in the end.
1532           With recent kernels, the current probing code will end up
1533           querying the supported sizes from lowest resolution to
1534           highest resolution, adding them to the probed caps in that
1535           order, resulting to v4l2src fixating to the lowest possible
1536           resolution if downstream does not express a size preference.
1537           Also make up a somewhat random ranking of prefered output
1538           formats for the same reason. Fixes #485828.
1539         
1540 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1541
1542         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
1543
1544         * gst/id3demux/id3v2frames.c:
1545           Extract license/copyright URIs from ID3v2 WCOP frames
1546           (Fixes #447000).
1547
1548         * tests/check/elements/id3demux.c:
1549         * tests/files/Makefile.am:
1550         * tests/files/id3-447000-wcop.tag:
1551           Add simple unit test.
1552
1553 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1554
1555         * ext/taglib/gstid3v2mux.cc:
1556           Add support for license/copyright URI tags (ID3v2 WCOP frame).
1557           Prerequisite for #447000.
1558
1559 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
1560
1561         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
1562         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
1563         a GstClockTime.
1564
1565 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1566
1567         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1568         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
1569         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
1570         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
1571         (gst_rtspsrc_change_state):
1572         More seeking fixes, mostly passing around the new playback segment in
1573         order to configure it properly.
1574         Also reset base_time of udp sources when setting them back to PLAYING as
1575         a temporary hack until core supports seek in live sources properly.
1576
1577 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1578
1579         * gst/rtp/gstrtpmp4adepay.c:
1580         Fix caps as to not confuse autopluggers.
1581
1582 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1583
1584         * gst/id3demux/gstid3demux.c:
1585         * gst/id3demux/gstid3demux.h:
1586         * gst/id3demux/id3tags.c:
1587         * gst/id3demux/id3tags.h:
1588         * gst/id3demux/id3v2frames.c:
1589           Port ID3 tag demuxer over to the new GstTagDemux in -base
1590           (now would be a good time to test re-importing your music
1591           collection).
1592
1593 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1594
1595         * gst/apetag/Makefile.am:
1596         * gst/apetag/gstapedemux.c:
1597         * gst/apetag/gstapedemux.h:
1598         * gst/apetag/gsttagdemux.c:
1599         * gst/apetag/gsttagdemux.h:
1600           Port APE tag demuxer over to the new GstTagDemux in -base.
1601
1602 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
1603
1604         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1605         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
1606         (gst_rtspsrc_handle_internal_src_query),
1607         (gst_rtspsrc_handle_src_query), (new_session_pad),
1608         (gst_rtspsrc_stream_configure_tcp),
1609         (gst_rtspsrc_stream_configure_transport),
1610         (gst_rtspsrc_loop_send_cmd):
1611         Improve flushing behaviour.
1612         Set state of the udp sources to PAUSE/PLAYING correctly.
1613         Handle events and queries for UDP and TCP transport now.
1614
1615 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1616
1617         * gst/rtp/gstrtpgsmdepay.c:
1618         * gst/rtp/gstrtpgsmpay.c:
1619           Add log category.
1620
1621 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1622
1623         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
1624
1625         * tests/check/Makefile.am:
1626         * tests/check/pipelines/simple-launch-lines.c:
1627           Add unit tests for payloaders/depayloaders.
1628
1629 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1630
1631         * gst/avi/gstavimux.c:
1632         * gst/avi/gstavimux.h:
1633           Also save codec data for audio streams. Fixes #482495.
1634
1635 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1636
1637         * gst/avi/gstavimux.c:
1638           Fix "Index entry has invalid stream nr 1".
1639           Add support for muxing aac - work in progress (see #482495).
1640
1641 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1642
1643         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
1644         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
1645         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1646         * gst/rtsp/gstrtspsrc.h:
1647         Parse bandwidth modifiers, they are not yet configured in the session
1648         manager because we don't have an API for that yet.
1649
1650 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1651
1652         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
1653         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1654         Use shiny new function in -base to get the default clock-rate.
1655         Update some docs.
1656
1657 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
1658
1659         * win32/MANIFEST:
1660         Add files to win32 manifest.
1661         * win32/vs6/libgstaudiofx.dsp:
1662         * win32/vs6/libgstqtdemux.dsp:
1663         * win32/vs6/libgstrtp.dsp:
1664         * win32/vs6/libgstrtsp.dsp:
1665         Update project files.
1666
1667 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
1668
1669         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
1670         (gst_rtspsrc_play):
1671         * gst/rtsp/gstrtspsrc.h:
1672         In TCP mode, only timestamp the first buffer. TCP is not real time and
1673         it does not make sense to try to skew compensate, also some servers send
1674         the first batch of data in a burst.
1675
1676 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
1677
1678         * gst/matroska/matroska-demux.c:
1679           Fix setting the discont flag on the first buffer
1680           pushed downstream for formats with private codec
1681           data that needs to be deserialised into buffers
1682           (such as vorbis and FLAC when in a matroska container).
1683
1684 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
1685
1686         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1687
1688         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
1689         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
1690         (gst_rtp_mp4v_pay_handle_buffer):
1691         * gst/rtp/gstrtpmp4vpay.h:
1692         Free the config string. Fixes #480707.
1693         Clean up the timestamp code a little.
1694
1695 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1696
1697         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1698         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
1699         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
1700         * gst/rtsp/gstrtspsrc.h:
1701         Set timestamps on RTP buffers in interleaved mode.
1702         Mark first buffers with a DISCONT.
1703         Remove flush hack now that sync for live sources has been figured out.
1704
1705 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1706
1707         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1708         Update documentation.
1709
1710 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1711
1712         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
1713         (gst_rtp_xqt_depay_change_state):
1714         * gst/qtdemux/gstrtpxqtdepay.h:
1715         Fail if we don't know the quicktime format.
1716
1717 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
1718
1719         * ext/flac/gstflacenc.c:
1720         * ext/flac/gstflacenc.h:
1721           Save the flow return from the last gst_pad_push() and
1722           make sure we pass the right flow return value upstream
1723           in the case of failure; minor clean-ups.
1724
1725 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1726
1727         * ext/taglib/gstapev2mux.cc:
1728         * ext/taglib/gstid3v2mux.cc:
1729         * gst/apetag/gstapedemux.c:
1730           Add support for the new GST_TAG_COMPOSER (#459809).
1731
1732 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1733
1734         * gst/law/alaw-decode.c:
1735         * gst/law/alaw-decode.h:
1736         * gst/law/alaw-encode.c:
1737         * gst/law/alaw-encode.h:
1738         * gst/law/alaw.c:
1739         * gst/law/mulaw-conversion.h:
1740           Compulsive clean-ups: use boilerplate macros, add debug
1741           categories, fix up things to conform to symbol nomenklatura,
1742           etc.
1743
1744 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1745
1746         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1747
1748         * gst/law/alaw-decode.c:
1749         * gst/law/alaw-encode.c:
1750           Use static tables for A-Law decoding and encoding; this makes
1751           A-Law decoding and encoding less CPU-intensive, but increases
1752           the binary size a bit. Leaving old code around for now,
1753           selectable by a define in the code. Fixes #435435.
1754
1755 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1756
1757         * configure.ac:
1758         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
1759         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
1760         in configure.ac.
1761
1762 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1763
1764         Patch by: <j at bootlab dot org>
1765
1766         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1767         Add fourccs for MPEG2 HDV streams. Fixes #479960.
1768
1769 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
1770
1771         * sys/oss/gstosshelper.c:
1772           Use GST_WARNING instead of a g_critical. This situation is not caused
1773           by the application.
1774
1775 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1776
1777         * po/LINGUAS:
1778         * po/nl.po:
1779           Updated translations.
1780
1781 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1782
1783         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
1784
1785         * po/eu.po:
1786           Added Basque translation.
1787
1788 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1789
1790         translated by: Abel Cheung <abelcheung@gmail.com>
1791
1792         * po/zh_HK.po:
1793         * po/zh_TW.po:
1794           Added Chinese (traditional and Hong Kong) translation.
1795
1796 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1797
1798         translated by: Jakub Bogusz <qboosh@pld-linux.org>
1799
1800         * po/pl.po:
1801           Added Polish translation.
1802
1803 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1804
1805         translated by: Ilkka Tuohela <hile@iki.fi>
1806
1807         * po/fi.po:
1808           Added Finnish translation.
1809
1810 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1811
1812         translated by: Jorge González González <aloriel@gmail.com>
1813
1814         * po/es.po:
1815           Added Spanish translation.
1816
1817 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1818
1819         translated by: Mogens Jaeger <mogens@jaeger.tf>
1820
1821         * po/da.po:
1822           Added Danish translation.
1823
1824 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1825
1826         translated by: Funda Wang <fundawang@linux.net.cn>
1827
1828         * po/zh_CN.po:
1829           Added Chinese (simplified) translation.
1830
1831 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1832
1833         translated by: Alexander Shopov <ash@contact.bg>
1834
1835         * po/bg.po:
1836           Added Bulgarian translation.
1837
1838 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
1839
1840         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
1841         Set outgoing packet duration because we can. Fixes #478244 some more.
1842
1843 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
1844
1845         * ext/cairo/gsttextoverlay.c:
1846           Add info about static leak.
1847         
1848         * tests/check/Makefile.am:
1849         * tests/check/generic/states.c:
1850           Improved state change unit test.
1851
1852 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
1853
1854         * docs/plugins/.cvsignore:
1855         * tests/check/.cvsignore:
1856           Ignore registries in any format.
1857
1858 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
1859
1860         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
1861         Removed some unused code.
1862
1863         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1864         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
1865         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
1866         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
1867         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
1868         (gst_rtp_theora_pay_flush_packet):
1869         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
1870         Try to preserve the incomming buffer duration on the outgoing
1871         packets. Fixes #478244.
1872
1873 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
1874
1875         * ext/taglib/gstapev2mux.cc:
1876         * ext/taglib/gstid3v2mux.cc:
1877           Work around compiler warnings with g++-4.2 when assigning a
1878           string constant to a gchar * (partially fixes #478092).
1879
1880 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
1881
1882         * configure.ac:
1883           We require core CVS now for gst_base_src_set_do_timestamp().
1884
1885 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1886
1887         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
1888         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1889         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
1890         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
1891         (gst_rtspsrc_handle_message):
1892         Fix compiler warnings shown with Forte.
1893
1894 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
1895
1896         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
1897         (gst_rtspsrc_dup_printf):
1898         Give meaningfull error when all streams failed to configure for some
1899         reason.
1900
1901 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
1902
1903         * gst/rtp/README:
1904         Update README with the design for synchronisation rules of RTP on
1905         sender and receiver.
1906
1907 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
1908
1909         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
1910         (gst_wavparse_chain):
1911         Don't push EOS from the chain function, the element
1912         driving the pipeline is responsible for this. The bug
1913         this was meant to fix seems to be queue not forwarding
1914         EOS in all cases (see #476514).
1915
1916 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
1917
1918         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
1919         (gst_level_transform_ip):
1920         * gst/level/gstlevel.h:
1921         Use basetransform segment so that it is correctly managed on flushes and
1922         start/stop.
1923         Report message timestamp as stream time, which is what an application
1924         can understand.
1925
1926 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
1927
1928         * ext/taglib/gstapev2mux.cc:
1929         * ext/taglib/gstapev2mux.h:
1930         * ext/taglib/gsttaglibmux.c:
1931         * tests/check/elements/apev2mux.c:
1932         Update my mail address.
1933
1934 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
1935
1936         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
1937         (gst_wavparse_loop), (gst_wavparse_chain):
1938         Add EOS logic for the push-based mode too. Fixes #476514.
1939
1940 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
1941
1942         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
1943         * gst/law/alaw-encode.h:
1944         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1945         (gst_mulawenc_chain):
1946         * gst/law/mulaw-encode.h:
1947         Fix law encoder timestamps.
1948
1949 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
1950
1951         * ext/gconf/gstgconfaudiosink.c:
1952           Fix warning when building without debug.
1953
1954         * sys/oss/gstossmixertrack.c:
1955           Use const like in alsamixertrack.c (fixes warnings).
1956
1957 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
1958
1959         * sys/v4l2/v4l2src_calls.c:
1960         (gst_v4l2src_probe_caps_for_format_and_size):
1961         Fix framerate detection code some more.
1962         Handle the case where there is a weird step in the stepwise framerates.
1963         Don't overwrite the min interval with the framerate, use a temp variable
1964         instead.
1965         Use max in the Continuous framerate intervals instead of step, which is
1966         1 according to the docs. Fixes #475424.
1967
1968 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
1969
1970         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
1971         Make udpsrc timestamp outgoing buffers based on when they were received.
1972         Also make it output a segment in time.
1973
1974 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
1975
1976         * gst/avi/gstavidemux.c:
1977           Plug a little leak. Little code cleanups.
1978
1979 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
1980
1981         * configure.ac:
1982           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
1983           flac versions, 's good for cross-compilation karma.
1984
1985 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
1986
1987         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
1988
1989         * gst/rtp/gstrtph263pay.c:
1990           Fix up header structure so that compilers don't add padding
1991           between the structure fields, since that would lead to us
1992           sending RTP packets with broken headers (as is currently the
1993           case when compiling with MSVC). Also see similar fixes in
1994           libgstrtp in gst-plugins-base. (#474616; #471194)
1995
1996 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
1997
1998         * sys/v4l2/v4l2src_calls.c:
1999         (gst_v4l2src_probe_caps_for_format_and_size):
2000         Don't overwrite our GValue with 0 but instead use the previously
2001         computed value. Fixes #471823 some more.
2002
2003 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2004
2005         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2006           No tabs in this file please, or gtk-doc will end up documenting
2007           rather absurd class hierarchies.
2008
2009 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2010
2011         * ext/gconf/gstswitchsink.c:
2012           If the new kid element fails to change state for some reason
2013           (e.g. esdsink not being able to connect to the sound server),
2014           forward the error message it posted on the bus instead of just
2015           posting a generic 'Internal state change error: please file a
2016           bug' error message. Fixes #471364.
2017
2018 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2019
2020         * gst/qtdemux/Makefile.am:
2021         * gst/qtdemux/qtdemux.c:
2022           Don't assume tags are encoded as UTF-8 (#473670).
2023
2024 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2025
2026         * sys/v4l2/gstv4l2src.c:
2027         * sys/v4l2/gstv4l2src.h:
2028         * sys/v4l2/v4l2src_calls.c:
2029           Implement LATENCY queries in the crudest way possible so I don't
2030           have to use sync=false any longer when testing with videosinks.
2031
2032 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2033
2034         * configure.ac:
2035           Fix build.
2036
2037 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2038
2039         * sys/v4l2/v4l2src_calls.c:
2040         (gst_v4l2src_probe_caps_for_format_and_size):
2041         Add some more debugging in the framerate function.
2042         Iterate stepwise framerate up to and _including_ the max and if nothing
2043         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
2044         don't end up with an empty list. Fixes #471823
2045
2046 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2047
2048         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2049         (gst_multiudpsink_set_clients_string),
2050         (gst_multiudpsink_get_clients_string),
2051         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
2052         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
2053         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
2054         (gst_multiudpsink_clear):
2055         Add property do configure destination address/port pairs
2056         API:GstMultiUDPSink::clients
2057
2058 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2059
2060         * tests/examples/Makefile.am:
2061         * tests/examples/rtp/Makefile.am:
2062         * tests/examples/rtp/client-H263p-AMR.sh:
2063         * tests/examples/rtp/client-H263p-PCMA.sdp:
2064         * tests/examples/rtp/client-H263p-PCMA.sh:
2065         * tests/examples/rtp/client-H264-PCMA.sdp:
2066         * tests/examples/rtp/client-H264-PCMA.sh:
2067         * tests/examples/rtp/client-PCMA.sh:
2068         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
2069         * tests/examples/rtp/server-alsasrc-PCMA.sh:
2070         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
2071         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2072         Added some RTP example scripts for sending and receiving RTP streams.
2073
2074 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2075
2076         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
2077         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
2078         Restructure the setcaps function so that we can also compute the
2079         expected GStreamer output size of the video frames.
2080         Set frame_byte_size correctly so that read-based devices have a chance
2081         of working correctly.
2082         When grabbing a frame, discard frames that are not of the expected size.
2083         Some cameras don't output the right framesize for the first buffer.
2084         Try only a couple of times to get a valid frame, else error out.
2085
2086         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
2087         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
2088         Add some more debug info when scanning the device.
2089
2090         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
2091         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
2092         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
2093         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
2094         Add some more debug info when dequeing a frame.
2095
2096 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2097
2098         * gst/wavparse/gstwavparse.c:
2099           More code cleanups. Add some more comment and improve debugs logs.
2100
2101 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2102
2103         * gst/wavparse/gstwavparse.c:
2104         * gst/wavparse/gstwavparse.h:
2105           Implement seek-query. Refactor duration calculations. Appropriate use
2106           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
2107           out of loops.
2108
2109 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
2110
2111         * gst/avi/gstavidemux.c:
2112           Implement seek-query.
2113
2114 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
2115
2116         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
2117         (gst_rtspsrc_dup_printf):
2118         Use new basesink async property to make sparse RTCP packet not wait for
2119         preroll.
2120
2121 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
2122
2123         * gst/audiofx/Makefile.am:
2124         Dist the right file.
2125
2126 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
2127
2128         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
2129         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
2130         Make sure we generate and parse floating point values in the POSIX
2131         locale instead of the current locale. 
2132
2133 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
2134
2135         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
2136         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
2137         (gst_rtspsrc_play):
2138         * gst/rtsp/gstrtspsrc.h:
2139         Fix method detection again.
2140         Keep track of when we must send a Range header.
2141         Use segment values for Range, Speed and Scale headers.
2142         Parse Speed and Scale headers to update the segment values.
2143
2144 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
2145
2146         patch by: Mark Nauwelaerts <manauw@skynet.be>
2147
2148         * sys/v4l2/v4l2src_calls.c:
2149           Handle optional v4l2 ioctls gracefully.
2150
2151 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
2152
2153         * gst/rtp/Makefile.am:
2154         * gst/rtp/gstrtp.c: (plugin_init):
2155         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
2156         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
2157         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
2158         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
2159         (gst_rtp_h263_depay_get_property),
2160         (gst_rtp_h263_depay_change_state),
2161         (gst_rtp_h263_depay_plugin_init):
2162         * gst/rtp/gstrtph263depay.h:
2163         Added an H263 depayloader. Fixes #369392.
2164
2165         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
2166         (gst_rtp_h263p_depay_process):
2167         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
2168         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
2169         Make the H263+ pay/depayloader support H263-1998 and H263-2000
2170         payloads.
2171         Also alow plain H263 on the h263p payloaders. Fixes #465040.
2172
2173 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2174
2175         * gst/audiofx/audiochebyshevfreqband.c:
2176         * gst/audiofx/audiochebyshevfreqlimit.c:
2177         Add small comparision with the windowed sinc filters in the docs.
2178
2179 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2180
2181         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
2182         (audiochebyshevfreqband_suite):
2183         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
2184         (audiochebyshevfreqlimit_suite):
2185         Also test 32 bit float mode and the type 2 variants of the filters.
2186
2187 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
2188
2189         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2190         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2191         (gst_rtspsrc_loop):
2192         Refactor the udp and interleaved loop function a bit.
2193
2194 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2195
2196         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2197         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
2198         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
2199         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2200         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2201         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
2202         * gst/rtsp/gstrtspsrc.h:
2203         Protect connection activity with a new lock, avoids deadlocks when going
2204         to PAUSED. Fixes #455808.
2205
2206 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2207
2208         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
2209         Fix debug statement.
2210
2211 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2212
2213         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
2214         Fix stray %u in debug line as spotted by Saur on IRC.
2215
2216 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
2217
2218         * gst/audiofx/audiochebyshevfreqband.c:
2219         (gst_audio_chebyshev_freq_band_class_init):
2220         * gst/audiofx/audiochebyshevfreqlimit.c:
2221         (gst_audio_chebyshev_freq_limit_class_init):
2222         Use generator macros for the process functions for the different
2223         sample types, add lower upper boundaries for the GObject properties
2224         so automatically generated UIs can use sliders and add a note about
2225         the number of poles as a too high number of poles combined with
2226         very low or very high frequencies will produce only noise.
2227         * docs/plugins/gst-plugins-good-plugins.args:
2228         Regenerated for the property changes.
2229
2230 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2231
2232         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
2233         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
2234         (gst_rtspsrc_stream_configure_udp_sink),
2235         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
2236         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2237         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2238         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
2239         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
2240         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2241         * gst/rtsp/gstrtspsrc.h:
2242         Improve timeout handling.
2243         Use the same socket for sending and receiving RTCP packets so that some
2244         servers can track clients better.
2245         Improve connection closed handling. Try to reconnect.
2246         Don't overwrite our content base with NULL.
2247         Improve debugging.
2248         Improve range parsing and handling.
2249         Remove flushing hack now that core does the right thing.
2250
2251 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2252
2253         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2254         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
2255         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
2256         (gst_multiudpsink_close), (gst_multiudpsink_add):
2257         * gst/udp/gstmultiudpsink.h:
2258         Add support for getting and setting the socket to use.
2259
2260         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2261         (gst_udpsrc_create), (gst_udpsrc_get_property):
2262         Add support for getting the currently used socket.
2263
2264 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
2265
2266         reviewed by: Stefan Kost  <ensonic@users.sf.net>
2267
2268         * gst/audiofx/Makefile.am:
2269         * gst/audiofx/audiochebyshevfreqband.c:
2270         (gst_audio_chebyshev_freq_band_mode_get_type),
2271         (gst_audio_chebyshev_freq_band_base_init),
2272         (gst_audio_chebyshev_freq_band_dispose),
2273         (gst_audio_chebyshev_freq_band_class_init),
2274         (gst_audio_chebyshev_freq_band_init),
2275         (generate_biquad_coefficients), (calculate_gain),
2276         (generate_coefficients),
2277         (gst_audio_chebyshev_freq_band_set_property),
2278         (gst_audio_chebyshev_freq_band_get_property),
2279         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
2280         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
2281         (gst_audio_chebyshev_freq_band_start):
2282         * gst/audiofx/audiochebyshevfreqband.h:
2283         * gst/audiofx/audiochebyshevfreqlimit.c:
2284         (gst_audio_chebyshev_freq_limit_mode_get_type),
2285         (gst_audio_chebyshev_freq_limit_base_init),
2286         (gst_audio_chebyshev_freq_limit_dispose),
2287         (gst_audio_chebyshev_freq_limit_class_init),
2288         (gst_audio_chebyshev_freq_limit_init),
2289         (generate_biquad_coefficients), (calculate_gain),
2290         (generate_coefficients),
2291         (gst_audio_chebyshev_freq_limit_set_property),
2292         (gst_audio_chebyshev_freq_limit_get_property),
2293         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
2294         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
2295         (gst_audio_chebyshev_freq_limit_start):
2296         * gst/audiofx/audiochebyshevfreqlimit.h:
2297         * gst/audiofx/audiofx.c: (plugin_init):
2298         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
2299         Fixes #464800.
2300
2301         * tests/check/Makefile.am:
2302         * tests/check/elements/.cvsignore:
2303         * tests/check/elements/audiochebyshevfreqband.c:
2304         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
2305         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
2306         * tests/check/elements/audiochebyshevfreqlimit.c:
2307         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
2308         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
2309         Add unit tests for the chebyshev filters.
2310
2311         * docs/plugins/Makefile.am:
2312         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2313         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2314         * docs/plugins/gst-plugins-good-plugins.args:
2315         * docs/plugins/inspect/plugin-1394.xml:
2316         * docs/plugins/inspect/plugin-audiofx.xml:
2317         * docs/plugins/inspect/plugin-dv.xml:
2318         * docs/plugins/inspect/plugin-flac.xml:
2319         * docs/plugins/inspect/plugin-jpeg.xml:
2320         * docs/plugins/inspect/plugin-png.xml:
2321         * docs/plugins/inspect/plugin-rtp.xml:
2322         * docs/plugins/inspect/plugin-shout2send.xml:
2323         * docs/plugins/inspect/plugin-wavpack.xml:
2324         And add docs for the chebyshev filters. While doing
2325         that also run make update in docs/plugins.
2326
2327 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2328
2329         * ext/annodex/gstcmmltag.c:
2330         * gst/rtp/gstrtpvorbispay.c:
2331           Make ro memory to share.
2332
2333 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2334
2335         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2336         Improve UDP performance by avoiding a select() when we have data
2337         available immediatly.
2338
2339 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2340
2341         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
2342         (gst_rtp_dec_class_init):
2343         * gst/rtsp/gstrtpdec.h:
2344         Add (dummy) SSRC management signals.
2345
2346         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
2347         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
2348         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
2349         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
2350         (on_timeout), (gst_rtspsrc_stream_configure_manager),
2351         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
2352         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2353         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2354         * gst/rtsp/gstrtspsrc.h:
2355         Add connection-speed property.
2356         Add find_stream helper functions.
2357         Handle stream EOS based on BYE messages or SSRC timeout.
2358         Returns SUCCESS from the state change function as we hide our async
2359         elements from the parent.
2360
2361 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2362
2363         * gst/debug/rndbuffersize.c:
2364           Fix da leak.
2365
2366 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
2367
2368         * gst/debug/Makefile.am:
2369         * gst/debug/breakmydata.c:
2370         * gst/debug/gstdebug.c:
2371         * gst/debug/negotiation.c:
2372         * gst/debug/progressreport.c:
2373         * gst/debug/rndbuffersize.c:
2374         * gst/debug/testplugin.c:
2375           Add new test element and clean-up the others a little.
2376
2377 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
2378
2379         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2380         Fix parsing of mp4a version 0 atoms. Fixes #465774.
2381
2382 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
2383
2384         * gst/rtp/gstrtpilbcdepay.c:
2385           Include stdlib.
2386
2387 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
2388
2389         * gst/rtp/gstrtpmpvdepay.c:
2390         Set the mpegversion in the caps so that autoplugging does not get
2391         confused.
2392
2393 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2394
2395         * po/hu.po:
2396         * po/uk.po:
2397         * po/vi.po:
2398           Updated translations.
2399
2400 2007-08-08  Michael Smith <msmith@fluendo.com>
2401
2402         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
2403           Render right border in the correct location.
2404
2405 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
2406
2407         Patch by: Olivier Crete <tester at tester dot ca>
2408
2409         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
2410         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2411         Make mode property a string. Fixes #464475.
2412
2413 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2414
2415         * ext/flac/gstflacenc.c:
2416           Widen caps to match decoder a bit and add more FIXMEs.
2417
2418 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2419
2420         patch by: Mark Nauwelaerts <manauw@skynet.be>
2421
2422         * gst/avi/gstavimux.c:
2423           Fix ODML index tag numbering. Fixes #463624.
2424
2425 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
2426
2427         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
2428         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2429         (gst_rtspsrc_stream_configure_tcp),
2430         (gst_rtspsrc_stream_configure_udp_sink):
2431         Fix default clock-rate for realmedia.
2432         Fix parsing of transport.
2433         Don't try to link NULL pads.
2434
2435 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
2436
2437         * po/POTFILES.skip:
2438           Add POTFILES.skip with list of source files that aren't disted at the
2439           moment but contain translatable strings. Should hopefully pacify
2440           broken tools and make it clearer that these files are left out
2441           intentionally (#461600).
2442
2443 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
2444
2445         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
2446         If the buffer was entirely clipped ... don't try sending it :)
2447
2448 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2449
2450         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
2451         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
2452         (gst_rtspsrc_create_transports_string),
2453         (gst_rtspsrc_prepare_transports):
2454         If we don't hav a session manager, set the caps on outgoing buffers
2455         ourselves.
2456         Force PAUSE/PLAY methods for now until the extensions can overwrite.
2457         Append final bit of the transport string even when it does not contain a
2458         placeholder.
2459
2460 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2461
2462         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
2463         (gst_rtsp_ext_list_connect):
2464         * gst/rtsp/gstrtspext.h:
2465         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2466         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
2467         Clean up the interface list.
2468         Allow connecting to interface signals for the extensions.
2469         Remove old extension code.
2470         Free list on cleanup.
2471         Allow extensions to send additional RTSP messages.
2472
2473 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2474
2475         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
2476         Handle a NULL gconf key gracefully by rendering the default element.
2477
2478 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2479
2480         * gst/rtsp/gstrtspext.h:
2481         Fix include path for extension interface.
2482
2483 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2484
2485         * gst/audiofx/audioamplify.h:
2486         Also remove a now unecessary variable here.
2487
2488 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2489
2490         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
2491         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
2492         * gst/audiofx/audiodynamic.c:
2493         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
2494         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
2495         * gst/audiofx/audiodynamic.h:
2496         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
2497         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
2498         * gst/audiofx/audioinvert.h:
2499         Don't save format information ourselves, this is already saved in
2500         GstAudioFilter.
2501
2502 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
2503
2504         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2505         (gst_rtsp_ext_list_stream_select):
2506         * gst/rtsp/gstrtspext.h:
2507         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
2508         Use rank to filter out extensions.
2509         Add url to stream_select interface call.
2510
2511 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2512
2513         * gst/rtsp/Makefile.am:
2514         * gst/rtsp/base64.c:
2515         * gst/rtsp/base64.h:
2516         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2517         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
2518         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
2519         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
2520         (gst_rtsp_ext_list_setup_media),
2521         (gst_rtsp_ext_list_configure_stream),
2522         (gst_rtsp_ext_list_get_transports),
2523         (gst_rtsp_ext_list_stream_select):
2524         * gst/rtsp/gstrtspext.h:
2525         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
2526         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
2527         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
2528         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2529         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
2530         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
2531         (gst_rtspsrc_stream_configure_tcp),
2532         (gst_rtspsrc_stream_configure_mcast),
2533         (gst_rtspsrc_stream_configure_udp),
2534         (gst_rtspsrc_stream_configure_udp_sink),
2535         (gst_rtspsrc_stream_configure_transport),
2536         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2537         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2538         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
2539         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
2540         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2541         (gst_rtspsrc_parse_methods),
2542         (gst_rtspsrc_create_transports_string),
2543         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
2544         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
2545         (gst_rtspsrc_play), (gst_rtspsrc_pause),
2546         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
2547         * gst/rtsp/gstrtspsrc.h:
2548         * gst/rtsp/rtsp.h:
2549         * gst/rtsp/rtspconnection.c:
2550         * gst/rtsp/rtspconnection.h:
2551         * gst/rtsp/rtspdefs.c:
2552         * gst/rtsp/rtspdefs.h:
2553         * gst/rtsp/rtspext.h:
2554         * gst/rtsp/rtspextwms.c:
2555         * gst/rtsp/rtspextwms.h:
2556         * gst/rtsp/rtspmessage.c:
2557         * gst/rtsp/rtspmessage.h:
2558         * gst/rtsp/rtsprange.c:
2559         * gst/rtsp/rtsprange.h:
2560         * gst/rtsp/rtsptransport.c:
2561         * gst/rtsp/rtsptransport.h:
2562         * gst/rtsp/rtspurl.c:
2563         * gst/rtsp/rtspurl.h:
2564         * gst/rtsp/sdp.h:
2565         * gst/rtsp/sdpmessage.c:
2566         * gst/rtsp/sdpmessage.h:
2567         * gst/rtsp/test.c:
2568         Use shiny new RTSP and SDP library.
2569         Implement RTSP extensions using the new interface.
2570         Remove a lot of old code.
2571
2572 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
2573
2574         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2575         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
2576
2577 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2578
2579         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2580         Don't unref the outgoing buffer twice when dropping it because it's
2581         outside of the segment.
2582
2583 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2584
2585         * configure.ac:
2586         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
2587         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
2588         Use the new buffer clipping function from gstaudio here and
2589         require gst-plugins-base CVS.
2590         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
2591         For framed Wavpack buffers we require a valid timestamp.
2592
2593 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
2594
2595         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
2596         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
2597         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
2598         Clip raw audio and video when we can, keep track of current output
2599         segment.
2600         Don't leak buffers and events when there is no output pad.
2601         Improve debugging here and there.
2602
2603 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
2604
2605         * configure.ac:
2606           Sync liboil check with plugins-base.
2607
2608 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
2609
2610         * ext/annodex/Makefile.am:
2611           Fix CFLAGS/LIBS.
2612
2613         * ext/cdio/gstcdiocddasrc.c:
2614         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
2615           Include stdlib
2616
2617         * ext/cairo/Makefile.am:
2618         * gst/videofilter/Makefile.am:
2619         * tests/examples/level/Makefile.am:
2620           Use $(LIBM) instead of -lm
2621
2622 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2623
2624         * sys/v4l2/gstv4l2src.c:
2625           Add another example pipeline.
2626
2627 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2628
2629         Patch by: Alexander Eichner <alexeichi@yahoo.de>
2630
2631         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2632           Use define here.
2633
2634         * sys/v4l2/gstv4l2tuner.c:
2635         (gst_v4l2_tuner_set_frequency_and_notify):
2636           Don't touch the property - its still disabled.
2637
2638         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
2639         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
2640         * sys/v4l2/v4l2src_calls.h:
2641           Improve fallback format negotionation. Fixes #451388
2642
2643 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2644
2645         * tests/check/elements/videocrop.c: (GST_START_TEST):
2646           Fix the test.
2647
2648 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2649
2650         * docs/plugins/Makefile.am:
2651         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2652         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2653         * docs/plugins/inspect/plugin-jpeg.xml:
2654         * docs/plugins/inspect/plugin-png.xml:
2655         * ext/jpeg/gstjpegdec.c:
2656         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
2657         (gst_pngdec_sink_setcaps):
2658           More docs. More logs in pngdec.
2659
2660 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
2661
2662         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2663           Initialize num_buffers with minimum value.
2664
2665         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
2666         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
2667           Handle frame-size query failure gracefully.
2668
2669 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
2670
2671         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2672         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
2673         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
2674         of qt/aac files.
2675
2676 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
2677
2678         * ext/wavpack/gstwavpackdec.c:
2679         (gst_wavpack_dec_clip_outgoing_buffer):
2680         Fix buffer clipping to correctly clip to the segment stop.
2681
2682 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
2683
2684         * configure.ac:
2685         * tests/Makefile.am:
2686         Remove bogus check for libcheck, since we check for
2687         gstreamer-check and it pulls in the required info from there,
2688         and we weren't actually _using_ the information for libcheck
2689         ourselves anyway.
2690
2691 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
2692
2693         * configure.ac:
2694           Use pkg-config to locate check.
2695
2696 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
2697
2698         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
2699         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
2700         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
2701         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2702         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
2703         * gst/effectv/gstaging.c: (gst_agingtv_transform):
2704         * gst/effectv/gstdice.c: (gst_dicetv_transform):
2705         * gst/effectv/gstedge.c: (gst_edgetv_transform):
2706         * gst/effectv/gstquark.c: (gst_quarktv_transform):
2707         * gst/effectv/gstrev.c: (gst_revtv_transform):
2708         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
2709         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
2710         * gst/effectv/gstwarp.c: (gst_warptv_transform):
2711         * gst/matroska/matroska-demux.c:
2712         (gst_matroska_demux_add_wvpk_header),
2713         (gst_matroska_demux_check_subtitle_buffer),
2714         (gst_matroska_decode_buffer):
2715         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
2716           Fix build against core CVS.
2717
2718 2007-07-10  Edward Hervey  <bilboed@gmail.com>
2719
2720         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
2721         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
2722         don't have enough granularity to convert that boolean into a
2723         GstFlowReturn.
2724
2725 2007-07-06  Michael Smith <msmith@fluendo.com>
2726
2727         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
2728         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
2729         (gst_alawdec_change_state):
2730         * gst/law/alaw-decode.h:
2731         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
2732         (gst_mulawdec_class_init), (gst_mulawdec_init),
2733         (gst_mulawdec_chain), (gst_mulawdec_change_state):
2734         * gst/law/mulaw-decode.h:
2735           Fix capsnego bogosity in *law decoders. 
2736
2737 2007-07-06  Michael Smith <msmith@fluendo.com>
2738
2739         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
2740         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
2741         (gst_smokeenc_change_state):
2742         * ext/jpeg/gstsmokeenc.h:
2743           Remove stupidity in get/set caps functions.
2744           Fix some refcounting problems.
2745
2746 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
2747
2748         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
2749         Remove endianness-flipping hack that seems to have been required
2750         only because of a bug in ffmpegcolorspace.
2751         Partially Fixes: #451908
2752
2753 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
2754
2755         * docs/plugins/Makefile.am:
2756           Simplify --extra-dir as gtkdoc scans recursively.
2757
2758 2007-07-03  Wim Taymans,,,  <set EMAIL_ADDRESS environment variable>
2759
2760         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2761
2762         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2763         Set the encoding-name in the rtp caps to all uppercase, as required by
2764         the caps spec.
2765         Some small cleanups in the error paths. Fixes #453037.
2766
2767 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
2768
2769         * ext/wavpack/gstwavpackparse.c:
2770         (gst_wavpack_parse_index_get_last_entry),
2771         (gst_wavpack_parse_index_get_entry_from_sample),
2772         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
2773         (gst_wavpack_parse_scan_to_find_sample):
2774         * ext/wavpack/gstwavpackparse.h:
2775         Use a GSList for the GArray that is used like a list anyway.
2776
2777 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
2778
2779         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
2780         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
2781         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
2782           Add state change function where we set 0/1 as default framerate in
2783           case our setcaps function isn't called, like it might not in a
2784           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
2785           gdkpixbufdec trying to create caps with a 0/0 framerate.
2786           Also post an error message on the bus if gst_pad_push() fails when
2787           called from our sink event handler (+1 for flow returns for event
2788           functions in 0.11) instead of failing silently.
2789
2790 2007-06-27  Wim Taymans  <wim@fluendo.com>
2791
2792         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
2793         Cast stack args to the proper types. Fixes #451249.
2794
2795 2007-06-27  Wim Taymans  <wim@fluendo.com>
2796
2797         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2798         (new_session_pad), (gst_rtspsrc_setup_streams):
2799         * gst/rtsp/gstrtspsrc.h:
2800         For container formats we only need to activate one of the streams so
2801         that we correctly signal no-more-pads. Fixes #451015.
2802
2803 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
2804
2805         * docs/plugins/gst-plugins-good-plugins.args:
2806         * docs/plugins/inspect/plugin-aasink.xml:
2807         * docs/plugins/inspect/plugin-alaw.xml:
2808         * docs/plugins/inspect/plugin-alpha.xml:
2809         * docs/plugins/inspect/plugin-alphacolor.xml:
2810         * docs/plugins/inspect/plugin-annodex.xml:
2811         * docs/plugins/inspect/plugin-apetag.xml:
2812         * docs/plugins/inspect/plugin-audiofx.xml:
2813         * docs/plugins/inspect/plugin-auparse.xml:
2814         * docs/plugins/inspect/plugin-autodetect.xml:
2815         * docs/plugins/inspect/plugin-avi.xml:
2816         * docs/plugins/inspect/plugin-cacasink.xml:
2817         * docs/plugins/inspect/plugin-cairo.xml:
2818         * docs/plugins/inspect/plugin-cdio.xml:
2819         * docs/plugins/inspect/plugin-cutter.xml:
2820         * docs/plugins/inspect/plugin-debug.xml:
2821         * docs/plugins/inspect/plugin-efence.xml:
2822         * docs/plugins/inspect/plugin-effectv.xml:
2823         * docs/plugins/inspect/plugin-esdsink.xml:
2824         * docs/plugins/inspect/plugin-flac.xml:
2825         * docs/plugins/inspect/plugin-flxdec.xml:
2826         * docs/plugins/inspect/plugin-gconfelements.xml:
2827         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2828         * docs/plugins/inspect/plugin-goom.xml:
2829         * docs/plugins/inspect/plugin-halelements.xml:
2830         * docs/plugins/inspect/plugin-icydemux.xml:
2831         * docs/plugins/inspect/plugin-id3demux.xml:
2832         * docs/plugins/inspect/plugin-jpeg.xml:
2833         * docs/plugins/inspect/plugin-ladspa.xml:
2834         * docs/plugins/inspect/plugin-level.xml:
2835         * docs/plugins/inspect/plugin-matroska.xml:
2836         * docs/plugins/inspect/plugin-mulaw.xml:
2837         * docs/plugins/inspect/plugin-multipart.xml:
2838         * docs/plugins/inspect/plugin-navigationtest.xml:
2839         * docs/plugins/inspect/plugin-ossaudio.xml:
2840         * docs/plugins/inspect/plugin-png.xml:
2841         * docs/plugins/inspect/plugin-quicktime.xml:
2842         * docs/plugins/inspect/plugin-rtp.xml:
2843         * docs/plugins/inspect/plugin-rtsp.xml:
2844         * docs/plugins/inspect/plugin-smpte.xml:
2845         * docs/plugins/inspect/plugin-speex.xml:
2846         * docs/plugins/inspect/plugin-taglib.xml:
2847         * docs/plugins/inspect/plugin-udp.xml:
2848         * docs/plugins/inspect/plugin-videobalance.xml:
2849         * docs/plugins/inspect/plugin-videobox.xml:
2850         * docs/plugins/inspect/plugin-videocrop.xml:
2851         * docs/plugins/inspect/plugin-videoflip.xml:
2852         * docs/plugins/inspect/plugin-videomixer.xml:
2853         * docs/plugins/inspect/plugin-wavenc.xml:
2854         * docs/plugins/inspect/plugin-wavparse.xml:
2855         * docs/plugins/inspect/plugin-ximagesrc.xml:
2856           Update docs with caps info.
2857
2858 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
2859
2860         * po/POTFILES.in:
2861           Add more files with translatable strings (#450878).
2862
2863 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
2864
2865         * MAINTAINERS:
2866         Updating all the maintainers files
2867
2868 2007-06-22  Edward Hervey  <edward@fluendo.com>
2869
2870         * ext/flac/gstflactag.c: (gst_flac_tag_init):
2871         * gst/interleave/deinterleave.c: (deinterleave_init),
2872         (deinterleave_sink_link):
2873         * gst/interleave/interleave.c: (interleave_init):
2874         * gst/median/gstmedian.c: (gst_median_init):
2875         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
2876         Fix memory leaks.
2877         * tests/check/elements/id3demux.c: (pad_added_cb):
2878         Remove unused variable.
2879
2880 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
2881
2882         * ext/gconf/gconf.h:
2883         Make the prototype of gst_gconf_get_key_for_sink_profile
2884         match the implementation.
2885         Patch by: Damien Carbery <damien dot carbery at sun dot com>
2886         Fixes: #449747
2887
2888 2007-06-20  Michael Smith <msmith@fluendo.com>
2889
2890         * gst/rtp/gstrtpdepay.c:
2891           Fix description - rtpdepay is not a payloader.
2892
2893 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
2894
2895         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
2896         (qtdemux_video_caps):
2897         * gst/qtdemux/qtdemux_fourcc.h:
2898           Add MJPG to the variants of motion jpeg.
2899
2900 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
2901
2902         * tests/check/Makefile.am:
2903         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
2904         * tests/check/elements/videocrop.c: (GST_START_TEST):
2905         * tests/check/elements/videofilter.c:
2906         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
2907         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
2908           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
2909           error flags are included and it errors out on compiler warnings
2910           for CVS builds; remove unused variables in various unit tests.
2911
2912 2007-06-19  Wim Taymans  <wim@fluendo.com>
2913
2914         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2915         (rtsp_connection_close), (rtsp_connection_free):
2916         Use threadsafe inet_ntop to convert an ip number to a string. 
2917         Fixes #447961.
2918         Don't leak fd (and ip) when freeing a connection without first closing
2919         it.
2920
2921 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
2922
2923         * configure.ac:
2924         Back to CVS
2925
2926         * gst-plugins-good.doap:
2927         Add 0.10.6 to the doap file.
2928
2929 === release 0.10.6 ===
2930
2931 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
2932
2933         * configure.ac:
2934           releasing 0.10.6, "Wobble Board"
2935
2936 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
2937
2938         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2939         (rtsp_connection_free):
2940           Revert previous commit again, since we are frozen (sorry).
2941
2942 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
2943
2944         Patch by: Peter Kjellerstedt <pkj at axis com>
2945
2946         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2947         (rtsp_connection_free):
2948           inet_ntoa() uses a static buffer internally, so we need to copy the
2949           returned string if we want to store it for later (#447961).
2950
2951 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
2952
2953         * win32/vs6/autogen.dsp:
2954         * win32/vs6/gst_plugins_good.dsw:
2955         * win32/vs6/libgstalaw.dsp:
2956         * win32/vs6/libgstalpha.dsp:
2957         * win32/vs6/libgstalphacolor.dsp:
2958         * win32/vs6/libgstapetag.dsp:
2959         * win32/vs6/libgstaudiofx.dsp:
2960         * win32/vs6/libgstauparse.dsp:
2961         * win32/vs6/libgstautodetect.dsp:
2962         * win32/vs6/libgstavi.dsp:
2963         * win32/vs6/libgstcutter.dsp:
2964         * win32/vs6/libgstdirectdraw.dsp:
2965         * win32/vs6/libgstdirectsound.dsp:
2966         * win32/vs6/libgsteffectv.dsp:
2967         * win32/vs6/libgstflx.dsp:
2968         * win32/vs6/libgstgoom.dsp:
2969         * win32/vs6/libgsticydemux.dsp:
2970         * win32/vs6/libgstid3demux.dsp:
2971         * win32/vs6/libgstinterleave.dsp:
2972         * win32/vs6/libgstjpeg.dsp:
2973         * win32/vs6/libgstlevel.dsp:
2974         * win32/vs6/libgstmatroska.dsp:
2975         * win32/vs6/libgstmedian.dsp:
2976         * win32/vs6/libgstmonoscope.dsp:
2977         * win32/vs6/libgstmulaw.dsp:
2978         * win32/vs6/libgstmultipart.dsp:
2979         * win32/vs6/libgstqtdemux.dsp:
2980         * win32/vs6/libgstrtp.dsp:
2981         * win32/vs6/libgstrtsp.dsp:
2982         * win32/vs6/libgstsmpte.dsp:
2983         * win32/vs6/libgstspeex.dsp:
2984         * win32/vs6/libgstudp.dsp:
2985         * win32/vs6/libgstvideobalance.dsp:
2986         * win32/vs6/libgstvideobox.dsp:
2987         * win32/vs6/libgstvideocrop.dsp:
2988         * win32/vs6/libgstvideoflip.dsp:
2989         * win32/vs6/libgstvideomixer.dsp:
2990         * win32/vs6/libgstwaveform.dsp:
2991         * win32/vs6/libgstwavenc.dsp:
2992         * win32/vs6/libgstwavparse.dsp:
2993         Mark *.dsp & *.dsw as binary files and convert to DOS line
2994         endings, as they don't load into VS6 correctly otherwise.
2995
2996 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
2997
2998         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
2999         (rtsp_connection_connect):
3000         Fix the MingW build. 
3001         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
3002         Fixes: #446981
3003
3004 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3005
3006         * tests/check/elements/.cvsignore:
3007         * tests/icles/.cvsignore:
3008         Hush the buildbots up
3009
3010 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3011
3012         * configure.ac:
3013         * sys/Makefile.am:
3014         * sys/directdraw/Makefile.am:
3015         * sys/directsound/Makefile.am:
3016         * sys/waveform/Makefile.am:
3017         Make sure to dist everything needed for win32 builds.
3018
3019 2007-06-14  Edward Hervey  <edward@fluendo.com>
3020
3021         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
3022         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
3023         caps.
3024         Fixes #447458
3025
3026 2007-06-13  Wim Taymans  <wim@fluendo.com>
3027
3028         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
3029         Make sure we allocate enough memory for the codec_data.
3030         Fixes #447210.
3031
3032 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
3033
3034         * win32/MANIFEST:
3035         Add videocrop project file to the win32 manifest.
3036         * win32/vs6/gst_plugins_good.dsw:
3037         Add qtdemux,videocrop and waveform projects to the workspace.
3038         * win32/vs6/libgstqtdemux.dsp:
3039         Add zlib to the link list of qtdemux.
3040         * win32/vs6/libgstvideocrop.dsp:
3041         Add a project file for videocrop.
3042
3043 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3044
3045         * po/POTFILES.in:
3046         Add qtdemux for translation
3047
3048 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3049
3050         * configure.ac:
3051         * docs/plugins/Makefile.am:
3052         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3053         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3054         * docs/plugins/inspect/plugin-videocrop.xml:
3055         * gst-plugins-good.spec.in:
3056         * sys/Makefile.am:
3057         * tests/check/Makefile.am:
3058         * tests/icles/Makefile.am:
3059         * tests/icles/videocrop-test.c:
3060         Move videocrop and osxvideo from -bad.
3061
3062 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3063
3064         * configure.ac:
3065         * docs/plugins/Makefile.am:
3066         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3067         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3068         * docs/plugins/gst-plugins-good-plugins.args:
3069         * docs/plugins/inspect/plugin-qtdemux.xml:
3070         * docs/plugins/inspect/plugin-quicktime.xml:
3071         * win32/MANIFEST:
3072         Move qtdemux from -bad.
3073
3074         * gst-plugins-good.spec.in:
3075         Update spec file to reflect moving of qtdemux and wavpack
3076
3077 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3078         
3079         * win32/MANIFEST:
3080         * docs/plugins/Makefile.am:
3081         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3082         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3083         * docs/plugins/inspect/plugin-directdraw.xml:
3084         * docs/plugins/inspect/plugin-directsound.xml:
3085         * docs/plugins/inspect/plugin-waveform.xml:
3086         Move the waveform plugin from -bad too. Update the inspect xml
3087         files to mention Plugins Good instead of Plugins Bad.
3088
3089 2007-06-12  Andy Wingo  <wingo@pobox.com>
3090
3091         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
3092         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
3093         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
3094         finalization and resuscitation. No longer public.
3095         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
3096         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
3097         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
3098         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
3099         miniobject semantics, and be threadsafe.
3100         (gst_v4l2src_queue_frame): Remove this function, as we just call
3101         the ioctls directly in the two places where we queue buffers.
3102         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
3103         directly.
3104         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
3105         to allocate the pool, which also preallocates the GstBuffers.
3106         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
3107         queueing the frames directly.
3108         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
3109         mmap buffers have been dequeued.
3110
3111         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
3112         real MiniObject instead of rolling our own refcounting and
3113         finalizing. Give it a lock.
3114         (struct _GstV4l2Buffer): Remove one intermediary object, having
3115         the buffers hold the struct v4l2_buffer directly.
3116
3117         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
3118         capture_init so that it can set them on the buffers that it will
3119         create.
3120         (gst_v4l2src_get_read): For better or for worse, include the
3121         timestamping and offsetting code here; really we should be using
3122         bufferalloc though.
3123         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
3124         preallocated, mmap'd buffers.
3125
3126 2007-06-11  Wim Taymans  <wim@fluendo.com>
3127
3128         Patch by: daniel fischer <dan at f3c dot com>
3129
3130         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
3131         (gst_ximage_src_get_caps):
3132         Actually use the display_name property so that we can dump any
3133         available X display. Fixes #445905.
3134
3135 2007-06-11  Wim Taymans  <wim@fluendo.com>
3136
3137         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3138
3139         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
3140         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
3141         Add missing rate fields to caps. Fixes #441118.
3142
3143 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
3144
3145         * win32/vs6/gst_plugins_good.dsw:
3146         * win32/vs8/gst-plugins-good.sln:
3147         Add DirectSound and DirectDraw sinks project files to
3148         workspace and solution files.
3149
3150 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3151
3152         Patch by: Josh Coalson <xflac at yahoo dot com>,
3153         updated by Alexis Ballier <aballier at gentoo dot org>:
3154
3155         * configure.ac:
3156         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
3157         (gst_flac_dec_setup_seekable_decoder),
3158         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
3159         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
3160         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
3161         * ext/flac/gstflacdec.h:
3162         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3163         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
3164         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
3165         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
3166         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
3167         (gst_flac_enc_chain), (gst_flac_enc_set_property),
3168         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
3169         * ext/flac/gstflacenc.h:
3170         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
3171         
3172 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3173
3174         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
3175         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
3176         not necessary anymore as we need at least that core version. 
3177
3178 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3179
3180         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3181         (gst_wavpack_dec_chain):
3182         * ext/wavpack/gstwavpackdec.h:
3183         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3184         (gst_wavpack_parse_push_buffer):
3185         * ext/wavpack/gstwavpackparse.h:
3186         Improve discont handling by checking if the next Wavpack block has
3187         the expected, following block index.
3188
3189 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3190
3191         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
3192           Fix element description.
3193
3194 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3195
3196         * configure.ac:
3197         * docs/plugins/Makefile.am:
3198         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3199         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3200         * docs/plugins/gst-plugins-good-plugins.args:
3201         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3202         * docs/plugins/gst-plugins-good-plugins.signals:
3203         * docs/plugins/inspect/plugin-autodetect.xml:
3204         * docs/plugins/inspect/plugin-gconfelements.xml:
3205         * docs/plugins/inspect/plugin-ladspa.xml:
3206         * docs/plugins/inspect/plugin-rtp.xml:
3207         * docs/plugins/inspect/plugin-wavpack.xml:
3208         * ext/Makefile.am:
3209         * tests/check/Makefile.am:
3210           move wavpack plugin.  See #352605.
3211
3212 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
3213
3214         * configure.ac:
3215         * docs/plugins/Makefile.am:
3216         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3217         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3218         * docs/plugins/gst-plugins-good-plugins.args:
3219         * sys/Makefile.am:
3220         * win32/MANIFEST:
3221         Add DirectDraw & DirectSound plugins to the build and docs.
3222
3223 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
3224
3225         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
3226         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
3227           When operating in pull mode, error out correct on not-linked.
3228
3229 2007-06-06  Andy Wingo  <wingo@pobox.com>
3230
3231         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
3232         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
3233         format and size if the ioctls are defined; should fix compilation
3234         on Linux < 2.16.19.
3235
3236 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
3237
3238         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
3239           Printf fixes in debug statements; use LOG level for debug statements
3240           that are printed for each and every frame; convert c++ comments to
3241           C-style comments; not much point using g_try_malloc() if we then not
3242           even check the return value.
3243
3244 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
3245
3246         * configure.ac:
3247           Bump requirements to released versions (core and base 0.10.13).
3248
3249         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
3250           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
3251           own implementation.
3252
3253 2007-06-05  Andy Wingo  <wingo@pobox.com>
3254
3255         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
3256         some useless comments.
3257
3258         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
3259         frames before calling STREAMON, that might leave them in a state
3260         where they can't be dequeued if we go back to NULL without calling
3261         STREAMON, according to the docs.
3262         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
3263         before we call STREAMON.
3264         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
3265         failures. (For me this code hung.) The pool refcounting is still
3266         crack; added a note to that effect.
3267
3268 2007-06-05  Wim Taymans  <wim@fluendo.com>
3269
3270         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
3271         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
3272         Add support for mapping gst structure names to the MIME type equivalent.
3273         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
3274
3275 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3276
3277         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3278         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
3279         (gst_wavenc_chain), (gst_wavenc_change_state):
3280         * gst/wavenc/gstwavenc.h:
3281         Properly write wav files with width!=depth by having the depth most
3282         significant bytes set and all others zero. Fixes #442535.
3283
3284 2007-06-01  Wim Taymans  <wim@fluendo.com>
3285
3286         * gst/rtsp/rtspconnection.c:
3287         Add include to make buildbot happy.
3288
3289 2007-06-01  Wim Taymans  <wim@fluendo.com>
3290
3291         Patch by: Peter Kjellerstedt  <pkj at axis com>
3292
3293         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3294         (rtsp_connection_connect), (add_date_header),
3295         (rtsp_connection_send), (parse_response_status),
3296         (parse_request_line), (parse_line), (rtsp_connection_receive):
3297         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
3298         * gst/rtsp/rtspdefs.h:
3299         * gst/rtsp/rtspmessage.c: (key_value_foreach),
3300         (rtsp_message_init_request), (rtsp_message_init_response),
3301         (rtsp_message_remove_header), (rtsp_message_append_headers),
3302         (rtsp_message_dump):
3303         * gst/rtsp/rtspmessage.h:
3304         Improves version checking, allowing an RTSP server to reply with "505
3305         RTSP Version not supported.
3306         Adds a Date header to all messages.
3307         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
3308         want to be able to send a response even if something in the request was
3309         invalid. EINVAL is only used when passing wrong arguments to functions.
3310         Do not handle an invalid method in parse_request_line(). Defer this to
3311         the caller so it can respond with "405 Method Not Allowed".
3312         Improves parsing of the timeout parameter to the Session header,
3313         allowing whitespace after the semicolon. 
3314         Avoids a compiler warning due to variables shadowing a function argument.
3315
3316 2007-06-01  Wim Taymans  <wim@fluendo.com>
3317
3318         Based on Patch by: Daniel Charles <dcharles at ti dot com>
3319
3320         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
3321         (gst_rtp_amr_depay_process):
3322         * gst/rtp/gstrtpamrdepay.h:
3323         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
3324         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
3325         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
3326         * gst/rtp/gstrtpamrpay.h:
3327         Add support for AMR-WB.
3328         Small cleanups such as using BOILERPLATE.
3329
3330 2007-05-31  Wim Taymans  <wim@fluendo.com>
3331
3332         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
3333         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
3334
3335 2007-05-30  Andy Wingo  <wingo@pobox.com>
3336
3337         * sys/v4l2/gstv4l2object.h: 
3338         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
3339         unintended changes.
3340
3341         * sys/v4l2/v4l2src_calls.h: 
3342         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
3343         the format list in the order that the driver gives it to us.
3344         (gst_v4l2src_probe_caps_for_format_and_size)
3345         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
3346         based on the capabilities of the device.
3347         (gst_v4l2src_grab_frame): Update for object variable renaming.
3348         (gst_v4l2src_set_capture): Update to be strict in its parameters,
3349         as in the set_caps below.
3350         (gst_v4l2src_capture_init): Update for object variable renaming,
3351         and reflow.
3352         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
3353         (gst_v4l2src_capture_deinit): Update for object variable renaming.
3354         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
3355         (gst_v4l2src_get_fps): Remove; these functions don't have much
3356         meaning outside of an atomic set_caps method.
3357         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
3358         known.
3359
3360         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
3361         call to update_fps; not sure about this change.
3362         (gst_v4l2_tuner_set_norm): Work around the fact that for the
3363         moment we don't have an update_fps_func.
3364
3365         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
3366         structures in the object, just store what we need. Do store the
3367         probed caps of the device. Don't store the current frame rate.
3368
3369         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
3370         update_fps_function, for now. Update for new object variable
3371         naming.
3372         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
3373         new object variable naming.
3374         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
3375         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
3376         (gst_v4l2src_get_caps): Rework to probe the device for supported
3377         frame sizes and frame rates.
3378         (gst_v4l2src_set_caps): Rework to be strict in the given
3379         parameters: if someone asks us to have a certain size and rate,
3380         that is what we configure.
3381         (gst_v4l2src_get_read): Update for object variable naming. Don't
3382         leak buffers on short reads.
3383         (gst_v4l2src_get_mmap): Update for object variable naming, and add
3384         comments.
3385         (gst_v4l2src_create): Update for object variable naming.
3386
3387 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3388
3389         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
3390         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
3391         * gst/avi/gstavidemux.h:
3392           Parse subtitle text streams instead of erroring out (#442034). Still
3393           needs a parser for the subtitles to actually show up.
3394
3395 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3396
3397         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
3398         (gst_avi_demux_loop):
3399           Make _push_event() return TRUE if the event could be pushed on at
3400           least one pad and not only if it could be pushed on all pads,
3401           otherwise we'll end up posting an error message on EOS if one or
3402           more source pads are not connected.
3403
3404 2007-05-28  Wim Taymans  <wim@fluendo.com>
3405
3406         * gst/rtsp/rtsptransport.c:
3407         Use renamed RTP bin.
3408
3409 2007-05-28  Wim Taymans  <wim@fluendo.com>
3410
3411         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
3412
3413         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
3414         (gst_video_box_set_property), (gst_video_box_transform_caps),
3415         (video_box_recalc_transform), (gst_video_box_set_caps),
3416         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
3417         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
3418         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
3419         (gst_video_box_i420_i420), (gst_video_box_transform),
3420         (plugin_init):
3421         Add AYUV->AYUV and AYUV->I420 formats. 
3422         Fix negotiation and I420->AYUV conversion.
3423         Fixes #429329.
3424
3425 2007-05-26  Wim Taymans  <wim@fluendo.com>
3426
3427         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
3428         Use different variables for nested for loops so that the outer loop
3429         functions properly and speex files with multiple frames per buffer work
3430         properly.
3431         Fixes #441408.
3432
3433 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3434
3435         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
3436           Don't leak newsegment events.
3437
3438 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3439
3440         * gst/wavparse/Makefile.am:
3441           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
3442           drags it in.
3443
3444 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3445
3446         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3447         (notgst_value_array_append_buffer),
3448         (gst_flac_enc_process_stream_headers),
3449         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
3450         (gst_flac_enc_change_state):
3451         * ext/flac/gstflacenc.h:
3452           Collect headers, add "streamheader" field to output caps and set
3453           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
3454           produces output according to the official FLAC-to-Ogg mapping
3455           instead of completely broken files. Fixes #426044.
3456
3457 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3458
3459         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
3460         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
3461         (gst_id3demux_sink_event):
3462         * gst/id3demux/gstid3demux.h:
3463         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
3464         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
3465         (gst_tag_demux_send_new_segment):
3466         Handle and adjust new-segment events so that downstream really
3467         sees a stream with the tag pieces stripped off the front and back.
3468         Fixes strangeness in seeking when mp3 decoders use the new-segment
3469         byte position to estimate their current playback position timestamp
3470         and then the arriving buffers don't match up.
3471
3472 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3473
3474         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
3475           Don't unnecessarily perform a READY->NULL->READY transition on the
3476           detected audio sink when starting up. Fixes: #440127
3477
3478 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
3479
3480         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
3481         (gst_flac_enc_chain):
3482           Don't crash in chain function if setcaps hasn't been called.
3483
3484 2007-05-24  Wim Taymans  <wim@fluendo.com>
3485
3486         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
3487         Init value to avoid infinte loops.
3488
3489 2007-05-24  Wim Taymans  <wim@fluendo.com>
3490
3491         Patch by: Peter Kjellerstedt  <pkj at axis com>
3492
3493         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
3494         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
3495         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3496         (gst_rtspsrc_play):
3497         (rtsp_connection_send), (rtsp_connection_receive):
3498         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
3499         Fix for new API.
3500
3501         * gst/rtsp/rtspconnection.c: (add_auth_header),
3502         Only add authorisation and session headers when sending messages.
3503
3504         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
3505         (rtsp_message_init_request), (rtsp_message_init_response),
3506         (rtsp_message_unset), (rtsp_message_add_header),
3507         (rtsp_message_remove_header), (rtsp_message_get_header),
3508         (rtsp_message_append_headers), (dump_key_value),
3509         (rtsp_message_dump):
3510         * gst/rtsp/rtspmessage.h:
3511         Add support for multiple headers of the same type by storing the parsed
3512         headers in a GArray instaed of a hashtable.
3513
3514 2007-05-21  Wim Taymans  <wim@fluendo.com>
3515
3516         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
3517         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
3518         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
3519         safer shutdown.
3520
3521 2007-05-21  Wim Taymans  <wim@fluendo.com>
3522
3523         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
3524         * gst/rtsp/gstrtpdec.h:
3525         Added signal for backwards compat.
3526
3527 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3528         
3529         Patch by: René Stadler <mail at renestadler dot de>
3530
3531         * configure.ac:
3532         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
3533         (gst_au_parse_parse_header), (gst_au_parse_chain):
3534         * gst/auparse/gstauparse.h:
3535         Use audioconvert for converting from non-native endianness floats
3536         in auparse instead of doing it ourself. Fixes #424527.
3537         This needs the audioconvert from plugins-base CVS.
3538         
3539 2007-05-21  Wim Taymans  <wim@fluendo.com>
3540
3541         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3542         (gst_rtp_h263p_pay_flush):
3543         Fix enum registration.
3544
3545 2007-05-21  Wim Taymans  <wim@fluendo.com>
3546
3547         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
3548
3549         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3550         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
3551         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
3552         (gst_rtp_h263p_pay_flush):
3553         * gst/rtp/gstrtph263ppay.h:
3554         Add new fragmentation mode base on GOB headers. Fixes #438940.
3555
3556 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
3557
3558         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
3559           Printf format fix.
3560
3561 2007-05-18  Wim Taymans  <wim@fluendo.com>
3562
3563         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
3564         Don't crash when an unsupported transport error was returned by the
3565         server, just try to configure the next stream. Fixes #439255.
3566
3567 2007-05-18  Wim Taymans  <wim@fluendo.com>
3568
3569         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
3570         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
3571         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
3572         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3573         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
3574         * gst/rtsp/gstrtspsrc.h:
3575         Add TCP timeout property and use it for all TCP connection.
3576
3577         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3578         (rtsp_connection_write), (rtsp_connection_next_timeout),
3579         (rtsp_connection_reset_timeout):
3580         Make connect and writes cancelable and make them use the timeout.
3581
3582 2007-05-18  Wim Taymans  <wim@fluendo.com>
3583
3584         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3585         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
3586         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3587         (gst_rtspsrc_setup_streams):
3588         Refactor timeout handling.
3589         Also send keep-alive when dealing with TCP transport.
3590
3591         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3592         (rtsp_connection_free), (rtsp_connection_next_timeout),
3593         (rtsp_connection_reset_timeout):
3594         * gst/rtsp/rtspconnection.h:
3595         Use a timer to handle the session timeouts, add some methods to deal
3596         with timeouts.
3597
3598 2007-05-17  Wim Taymans  <wim@fluendo.com>
3599
3600         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
3601         (gst_rtspsrc_setup_streams):
3602         Ignore streams that fail the setup command, we will retry with a
3603         different transport later on.
3604
3605         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
3606         (rtsp_ext_wms_configure_stream):
3607         Fix encoding name case.
3608
3609 2007-05-16  Edward Hervey  <edward@fluendo.com>
3610
3611         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
3612         Fix build on macosx.
3613
3614 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3615
3616         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
3617         Replace direct comparison of a string with the string literal "" with
3618         a comparison of the first character with '\0'. Fixes #438926.
3619
3620 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3621
3622         * gst/debug/breakmydata.c (gst_break_my_data_init):
3623           One more try. This should be the proper fix now.
3624
3625 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3626
3627         * gst/debug/breakmydata.c:
3628           Ooops, no // comments please.
3629
3630 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3631
3632         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
3633         (gst_break_my_data_init):
3634           Fix gst_buffer_is_writable() assertion.
3635
3636 2007-05-14  David Schleef  <ds@schleef.org>
3637
3638         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
3639           video/x-raw-bayer.  Fixes #314160.
3640
3641 2007-05-14  Wim Taymans  <wim@fluendo.com>
3642
3643         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
3644         (gst_rtp_theora_depay_parse_configuration):
3645         * gst/rtp/gstrtptheorapay.c: (encode_base64),
3646         (gst_rtp_theora_pay_finish_headers),
3647         (gst_rtp_theora_pay_handle_buffer):
3648         Update theora pay/depayloader in a similar to vorbis.
3649
3650         * gst/rtp/gstrtpvorbisdepay.c:
3651         (gst_rtp_vorbis_depay_parse_configuration):
3652         Update docs.
3653
3654 2007-05-14  Wim Taymans  <wim@fluendo.com>
3655
3656         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
3657         When we try to execute a method that is not supported by the server,
3658         don't error out but remove the method from the accepted methods so that
3659         we never try to perform this method again.
3660
3661 2007-05-14  Wim Taymans  <wim@fluendo.com>
3662
3663         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
3664         Remove annoying _dump_mem.
3665
3666 2007-05-14  Wim Taymans  <wim@fluendo.com>
3667
3668         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
3669         Parse range correctly.
3670
3671         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
3672         The baseurl now always has a '/' at the start.
3673
3674 2007-05-14  Wim Taymans  <wim@fluendo.com>
3675
3676         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
3677         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
3678         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3679         Factor out caps configuration and configure more stuff such as the time
3680         ranges and speed/scale values.
3681
3682         * gst/rtsp/rtsptransport.c:
3683         Add Copyright after non-trival fixes.
3684
3685 2007-05-12  Wim Taymans  <wim@fluendo.com>
3686
3687         Patch by: Peter Kjellerstedt  <pkj at axis com>
3688
3689         * gst/rtsp/gstrtspsrc.h:
3690         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
3691         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
3692         (rtsp_message_get_header):
3693         * gst/rtsp/rtspmessage.h:
3694         Make channel guint8 where possible.
3695         Make rtsp_message_init_data() take the channel as a guint8.
3696
3697         * gst/rtsp/rtspdefs.c:
3698         Fixed a typo: Timout -> Timeout
3699
3700         * gst/rtsp/rtspdefs.h:
3701         Make RTSP_CHECK() behave as a statement.
3702
3703         * gst/rtsp/sdpmessage.c:
3704         Avoid a compiler warning in INIT_ARRAY().
3705         Fixes #437692.
3706
3707 2007-05-12  Wim Taymans  <wim@fluendo.com>
3708
3709         Patch by: Peter Kjellerstedt  <pkj at axis com>
3710
3711         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
3712         (rtsp_url_get_request_uri):
3713         * gst/rtsp/rtspurl.h:
3714         Add support for query parameters to RTSP URLs.
3715
3716 2007-05-12  Wim Taymans  <wim@fluendo.com>
3717
3718         Patch by: Peter Kjellerstedt  <pkj at axis com>
3719
3720         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
3721         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
3722         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
3723         (rtsp_transport_parse), (rtsp_transport_as_text):
3724         * gst/rtsp/rtsptransport.h:
3725         Add validation to rtsp_transport_parse().
3726         Add rtsp_transport_as_text() to generate an RTSP header from an
3727         RTSPTransport.
3728         Change ssrc to guint (was a string) since that is what it is, even
3729         though it is sent as a hex string.
3730         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
3731         incorrect, which can be seen when looking at the examples in the RFC).
3732         Fixes #437670.
3733
3734 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
3735
3736         Patch by: Eric Anholt
3737
3738         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
3739           gst_ximage_src_ximage_get):
3740         Use union of all damage between frames to make it faster.
3741         Fixes bug #342463.
3742         Also fix crasher when cursor is at bottom right of window.
3743
3744 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
3745
3746         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
3747           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
3748           streaming mode regression for file from #343837 with 'bext' chunk
3749           before the 'fmt' chunk.
3750
3751 2007-05-11  Wim Taymans  <wim@fluendo.com>
3752
3753         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
3754         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
3755         (gst_rtspsrc_handle_src_event),
3756         (gst_rtspsrc_stream_configure_manager),
3757         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
3758         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
3759         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3760         * gst/rtsp/gstrtspsrc.h:
3761         * gst/rtsp/rtspdefs.h:
3762         Preliminary seek support.
3763         Activate internal pads so that we can receive events on them.
3764         Don't try to parse a range string when it's NULL.
3765
3766 2007-05-11  Wim Taymans  <wim@fluendo.com>
3767
3768         * gst/rtp/README:
3769         Update README with new RTP variables that will be used for
3770         synchronisation.
3771
3772         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
3773         (gst_rtp_vorbis_depay_parse_configuration),
3774         (gst_rtp_vorbis_depay_process):
3775         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
3776         (gst_rtp_vorbis_pay_finish_headers),
3777         (gst_rtp_vorbis_pay_handle_buffer):
3778         Update vorbis pay and depayloader to draft-04.
3779
3780 2007-05-11  Wim Taymans  <wim@fluendo.com>
3781
3782         * gst/rtsp/rtsptransport.c:
3783         UDP MCAST is actually the default for RTP/AVP.
3784 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
3785
3786         * gst/level/gstlevel.c: (gst_level_transform_ip):
3787         Use guint8 * instead of gpointer then vs6 can build 
3788         in_data += (filter->width / 8).
3789
3790 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
3791
3792         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
3793           gst_ximage_src_ximage_get):
3794         * sys/ximage/gstximagesrc.h (last_ximage):
3795         When using Damage actually keep the last frame, and not assume
3796         that the buffer we get already has the last frame on it.
3797         Copy the cursor over if we specify a non-zero start x and
3798         start y.
3799
3800 2007-05-11  Wim Taymans  <wim@fluendo.com>
3801
3802         * gst/rtsp/rtsptransport.c:
3803         Make UDP the default transport when not specified.
3804
3805 2007-05-09  David Schleef  <ds@schleef.org>
3806
3807         * gst/level/gstlevel.c:
3808           Revert last change.
3809
3810 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
3811
3812         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
3813         (gst_level_transform_ip):
3814         Use guint8 * instead of gpointer then vs6 know the size of data
3815         pointed when moving the pointer.
3816         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
3817         Move instructions after variables declaration.
3818         * win32/vs6/autogen.dsp:
3819         * win32/vs6/libgstrtp.dsp:
3820         * win32/vs6/libgstrtsp.dsp:
3821         Update vs6 project files.
3822
3823 2007-05-09  Wim Taymans  <wim@fluendo.com>
3824
3825         * gst/rtsp/Makefile.am:
3826         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
3827         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
3828         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
3829         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
3830         (rtsp_range_free):
3831         * gst/rtsp/rtsprange.h:
3832         Add code to parse time ranges.
3833         Report DURATION on the stream when possible.
3834
3835 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
3836
3837         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
3838         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
3839         (gst_videomixer_collected):
3840           Fix strides calculation for AYUV (it's just width*4) (#436910).
3841
3842 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3843
3844         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
3845         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
3846         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
3847         Sync the GObject properties before each processing step to properly
3848         work with the controller.
3849
3850 2007-05-04  Wim Taymans  <wim@fluendo.com>
3851
3852         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3853         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3854         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3855         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
3856         (gst_rtspsrc_change_state):
3857         Let more error state trickle down so that we can catch more error
3858         cases.
3859         Handle keep-alive a little smarter by selecting a method the server
3860         actually supports.
3861         Fix a race in UDP streaming shutdown.
3862
3863 2007-05-04  Wim Taymans  <wim@fluendo.com>
3864
3865         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
3866         Ignore errors when trying to use the keep-alive messages.
3867
3868 2007-05-04  Wim Taymans  <wim@fluendo.com>
3869
3870         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
3871         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
3872         (gst_rtspsrc_stream_configure_manager),
3873         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
3874         (gst_rtspsrc_stream_configure_mcast),
3875         (gst_rtspsrc_stream_configure_udp),
3876         (gst_rtspsrc_stream_configure_udp_sink),
3877         (gst_rtspsrc_stream_configure_transport):
3878         Send RTCP messages back to the server over the TCP connection.
3879
3880         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
3881         (rtsp_connection_send), (rtsp_connection_read), (read_body),
3882         (rtsp_connection_receive):
3883         * gst/rtsp/rtspconnection.h:
3884         Factor out and expose lowlevel _write and _read methods.
3885         Implement sending data messages to the server.
3886
3887 2007-05-03  Wim Taymans  <wim@fluendo.com>
3888
3889         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
3890         (gst_multipart_mux_collected):
3891         Fix timestamps on outgoing buffers.
3892
3893 2007-05-03  Wim Taymans  <wim@fluendo.com>
3894
3895         * gst/multipart/multipartmux.c:
3896         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
3897         (gst_multipart_mux_change_state):
3898         Emit NEWSEGMENT events before pushing the first buffer.
3899
3900 2007-05-03  Wim Taymans  <wim@fluendo.com>
3901
3902         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
3903         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
3904         (gst_rtspsrc_handle_src_query),
3905         (gst_rtspsrc_stream_configure_manager),
3906         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
3907         (gst_rtspsrc_stream_configure_mcast),
3908         (gst_rtspsrc_stream_configure_udp),
3909         (gst_rtspsrc_stream_configure_udp_sink),
3910         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
3911         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
3912         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
3913         (gst_rtspsrc_pause):
3914         Refactor transport configuration code.
3915         Create internal pads for TCP transport so that we can implement events
3916         and queries.
3917         Handle events and queries.
3918         Parse range from the SDP.
3919         Fix race in pause handler where the connection could still be flushing.
3920
3921 2007-05-02  Wim Taymans  <wim@fluendo.com>
3922
3923         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3924         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
3925         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
3926         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
3927         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
3928         (gst_rtspsrc_change_state):
3929         * gst/rtsp/gstrtspsrc.h:
3930         Fix race when multiple udp sources post timeouts, just act on the first
3931         received timeout.
3932         Protect stream list with a recursive lock to fix some races.
3933         Flush connection when we need to do a reconnect or stop.
3934         Make state lock recursive.
3935
3936         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3937         (rtsp_connection_close):
3938         Some small cleanups.
3939
3940 2007-05-02  Wim Taymans  <wim@fluendo.com>
3941
3942         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
3943         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
3944         Only set DISCONT when there actually is a discont or when we just
3945         started.
3946
3947 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3948
3949         * ext/flac/gstflac.c: (plugin_init):
3950         Call bindtextdomain() to get localized strings.
3951
3952 2007-05-02  Wim Taymans  <wim@fluendo.com>
3953
3954         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
3955         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
3956         (gst_wavparse_stream_data):
3957         * gst/wavparse/gstwavparse.h:
3958         Be a bit more clever when dealing with VBR files with FACT tags, we
3959         don't want to timestamp buffers in that case but the estimated BPS can
3960         be used for seeking.
3961         Only send close segment in the streaming thread.
3962
3963 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3964
3965         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
3966         Correctly post an error on the bus if something went wrong in the loop
3967         function. This fixes a few cases where the task was paused and nothing
3968         happened anymore.
3969
3970 2007-05-02  Wim Taymans  <wim@fluendo.com>
3971
3972         * gst/rtsp/test.c: (main):
3973         Fix compilation of deprecated test just because I'm too lazy to delete
3974         it.
3975
3976 2007-05-02  Wim Taymans  <wim@fluendo.com>
3977
3978         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3979         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
3980         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
3981         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
3982         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
3983         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
3984         * gst/rtsp/gstrtspsrc.h:
3985         Fix sending RTCP to the right place.
3986         Fix bug in reffing the wrong UDP element.
3987         Use new pad names for the session manager.
3988         Implement handling server requests in interleaved and UDP modes.
3989         Handle session keep-alive in UDP modes.
3990         Remove GCond for handling UDP timeouts.
3991
3992         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3993         (rtsp_connection_send), (rtsp_connection_read), (read_body),
3994         (rtsp_connection_receive), (rtsp_connection_close):
3995         * gst/rtsp/rtspconnection.h:
3996         Store connection IP address for later.
3997         Add timeout args to all operations that might block forever.
3998         Parse session timeout.
3999         Only close sockets when not already closed.
4000
4001         * gst/rtsp/rtspdefs.c:
4002         * gst/rtsp/rtspdefs.h:
4003         Add timeout return value and error string.
4004
4005         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
4006         Add small comment.
4007
4008 2007-05-01  Wim Taymans  <wim@fluendo.com>
4009
4010         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4011
4012         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
4013         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
4014         * gst/rtp/gstrtpmp4vpay.h:
4015         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
4016
4017 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
4018
4019         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4020           Remove v4l2src from docs, since it breaks the docs build, and the
4021           plugin is only built if --enable-experimental is used anyway.
4022
4023         * docs/plugins/Makefile.am:
4024           Spaces => tab.
4025
4026 2007-04-29  Wim Taymans  <wim@fluendo.com>
4027
4028         * gst/udp/gstmultiudpsink.c: (leave_multicast),
4029         (gst_multiudpsink_add), (gst_multiudpsink_remove):
4030         Add code to drop membership of a multicast group.
4031
4032         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
4033         (gst_udpsink_set_uri):
4034         Implement URI handler.
4035
4036         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4037         (gst_rtspsrc_parse_rtpinfo):
4038         Use URI handler to make udpsink instace.
4039         Improve code to configure port and destination.
4040
4041 2007-04-29  Wim Taymans  <wim@fluendo.com>
4042
4043         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
4044         Fix multicast detection.
4045         Don't try to join a multicast group if the address is not multicast.
4046
4047         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
4048         Small debug improvement.
4049
4050 2007-04-27  Wim Taymans  <wim@fluendo.com>
4051
4052         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4053         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4054         (gst_rtspsrc_handle_message):
4055         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
4056         parent.
4057
4058 2007-04-27  Wim Taymans  <wim@fluendo.com>
4059
4060         * gst/rtp/gstrtpilbcdepay.h:
4061         Fix mode property when specified as an arg.
4062
4063 2007-04-26  Edward Hervey  <edward@fluendo.com>
4064
4065         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4066         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4067         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4068         * docs/plugins/inspect/plugin-osxaudio.xml:
4069         Add documentation for osxaudio plugin.
4070
4071 2007-04-26  Wim Taymans  <wim@fluendo.com>
4072
4073         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4074         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4075         (gst_rtspsrc_open), (gst_rtspsrc_close),
4076         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4077         (gst_rtspsrc_pause):
4078         * gst/rtsp/gstrtspsrc.h:
4079         Protect state changes with a lock.
4080
4081         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4082         (parse_line):
4083         * gst/rtsp/rtspconnection.h:
4084         Remove some unused stuff.
4085
4086 2007-04-26  Wim Taymans  <wim@fluendo.com>
4087
4088         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4089         Handle the case where there are exactly 0 bytes to read and the ioctl
4090         did not report an error. Fixes #433530.
4091
4092 2007-04-26  Wim Taymans  <wim@fluendo.com>
4093
4094         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4095         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4096         * gst/wavparse/gstwavparse.h:
4097         Apply DISCONT to buffers.
4098         Only apply timestamp to the first sample after a DISCONT, too many VBR
4099         files cause random jitter in the timestamps. Fixes #433119.
4100
4101 2007-04-25  Wim Taymans  <wim@fluendo.com>
4102
4103         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
4104         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
4105         (gst_rtp_dec_get_property):
4106         * gst/rtsp/gstrtpdec.h:
4107         Add dummy latency property to be backwards compat with rtpbin.
4108
4109         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4110         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4111         (gst_rtspsrc_stream_configure_transport),
4112         (gst_rtspsrc_parse_rtpinfo):
4113         * gst/rtsp/gstrtspsrc.h:
4114         Add latency property and configure in the session manager.
4115         Don't set invalid clock-base and seqnum-base on caps, some servers
4116         sometimes don't send them.
4117
4118 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4119
4120         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
4121         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
4122           Double-check that RGB input caps are really RGBA caps (apparently
4123           the core doesn't always catch it if those caps aren't a subset of
4124           our template caps, also see #421543). Fixes #429319 in a way.
4125           Also, don't leak the pad template in the transform_caps function.
4126
4127         * tests/check/Makefile.am:
4128         * tests/check/elements/.cvsignore:
4129         * tests/check/elements/alphacolor.c: (setup_alphacolor),
4130         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
4131         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
4132         (GST_START_TEST), (alphacolor_suite):
4133           Add some basic unit tests for alphacolor.
4134
4135 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4136
4137         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
4138           If we get a fatal flow return in the loop function, first post the
4139           error message and only then send the EOS event downstream, otherwise
4140           applications might get an eos message before the error message and
4141           think everything was ok (related to #429319).
4142
4143 2007-04-25  Wim Taymans  <wim@fluendo.com>
4144
4145         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4146         Read the channel byte as an unsigned byte.
4147
4148 2007-04-25  Wim Taymans  <wim@fluendo.com>
4149
4150         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
4151         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
4152         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
4153         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
4154         (gst_rtp_gsm_depay_setcaps):
4155         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4156         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
4157         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
4158         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
4159         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
4160         (gst_ilbc_depay_get_property):
4161         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
4162         * gst/rtp/gstrtpmp4adepay.c:
4163         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
4164         (gst_rtp_pcma_depay_setcaps):
4165         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
4166         (gst_rtp_pcmu_depay_setcaps):
4167         Make sure we configure the clock_rate in the baseclass in the setcaps
4168         function. Fixes #431282.
4169
4170 2007-04-25  Wim Taymans  <wim@fluendo.com>
4171
4172         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4173         (gst_rtspsrc_stream_free), (request_pt_map),
4174         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
4175         * gst/rtsp/gstrtspsrc.h:
4176         Parse server address from SDP.
4177         Hook up a udpsink to send RTCP back to the server.
4178
4179         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4180         * gst/rtsp/rtsptransport.h:
4181         Add some docs.
4182
4183 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
4184
4185         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4186           Make header field check conditional. Fixes #433135
4187
4188 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
4189
4190         * docs/plugins/Makefile.am:
4191         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4192         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4193         * docs/plugins/inspect/plugin-alphacolor.xml:
4194         * gst/alpha/Makefile.am:
4195         * gst/alpha/gstalphacolor.c:
4196         * gst/alpha/gstalphacolor.h:
4197           Add minimal docs blurb to alphacolor; split out headers into
4198           separate header file for gtk-doc.
4199
4200 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
4201
4202         * gst/debug/progressreport.c: (gst_progress_report_report):
4203           Don't try to post NULL message (in case we can't query upstream
4204           position or duration).
4205
4206 2007-04-18  Michael Smith  <msmith@fluendo.com>
4207
4208         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
4209         (gst_cutter_get_caps):
4210         * gst/cutter/gstcutter.h:
4211           Fix some of the most obvious bugs in cutter. Now doesn't leak
4212           everything if input is silent.
4213
4214 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
4215
4216         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4217         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
4218         * gst/wavenc/gstwavenc.h:
4219         Wav apparently only supports width==GST_ROUND_UP(depth), everything
4220         else results in a invalid block align and invalid files.
4221
4222 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
4223
4224         Patch by: Snaik <snaik32 gmail com>
4225
4226         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
4227           Add missing break statement for BOX_HORIZONTAL case.
4228
4229 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4230
4231         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
4232
4233         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4234         Use correct format strings for integer types.
4235
4236 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4237
4238         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
4239         (gst_wavparse_create_sourcepad):
4240         Use gst_riff_create_audio_template_caps () instead of the local caps.
4241         This makes updates of the local caps unecessary whenever libgstriff
4242         gets support for new formats.
4243
4244 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4245
4246         Patch by: Brian Cameron  <brian.cameron at sun dot com>
4247
4248         * sys/sunaudio/gstsunaudio.c:
4249         * sys/sunaudio/gstsunaudiomixer.c:
4250         * sys/sunaudio/gstsunaudiomixer.h:
4251         * sys/sunaudio/gstsunaudiomixerctrl.c:
4252         * sys/sunaudio/gstsunaudiomixerctrl.h:
4253         * sys/sunaudio/gstsunaudiomixertrack.h:
4254         * sys/sunaudio/gstsunaudiosink.c:
4255         * sys/sunaudio/gstsunaudiosink.h:
4256         * sys/sunaudio/gstsunaudiosrc.c:
4257         * sys/sunaudio/gstsunaudiosrc.h:
4258           Fix and/or update copyright attributions (#430228).
4259
4260 2007-04-13  Wim Taymans  <wim@fluendo.com>
4261
4262         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4263         Fix docs.
4264
4265         * gst/rtsp/URLS:
4266         Add some more example urls.
4267
4268         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4269         (gst_rtp_dec_chain_rtp):
4270         Better debugging.
4271
4272         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
4273         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4274         (gst_rtspsrc_parse_rtpinfo):
4275         Remove unused code.
4276
4277 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4278
4279         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4280         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4281         (gst_wavparse_stream_data):
4282           Relax the audio/mpeg caps again and add FIXME: comment.
4283
4284 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4285
4286         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4287         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4288         (gst_wavparse_stream_data):
4289         * gst/wavparse/gstwavparse.h:
4290           More sanity check for the header fields. Fix type for 'rate' header
4291           field.
4292
4293 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4294
4295         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
4296         (gst_icydemux_unicodify):
4297           If the metadata strings we get in the stream are not UTF-8, try to
4298           interpret them according to the character encodings specified in the
4299           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
4300           only fall back to locale/ISO-8859-1 if those aren't set or don't
4301           work. Should fix #428901.
4302
4303 2007-04-12  Wim Taymans  <wim@fluendo.com>
4304
4305         * gst/rtp/gstrtph264depay.c:
4306         Use the proper sync word for SPS and PPS.
4307
4308 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4309
4310         * gst/rtp/Makefile.am:
4311         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
4312           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
4313         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
4314           Add a simple hashing implementation that we can use to generate
4315           a 24-bit ident value based on the codebooks for vorbis and theora.
4316         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
4317           gst_rtp_theora_pay_handle_buffer):
4318         * gst/rtp/gstrtpvorbisdepay.c
4319           (gst_rtp_vorbis_depay_parse_configuration,
4320           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
4321         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
4322           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
4323           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
4324           Use the hashing function, ensuring that the same codebooks result
4325           in the same ident and thus the same SDP description.
4326           Various log fixes/changes.
4327
4328 2007-04-12  Wim Taymans  <wim@fluendo.com>
4329
4330         Patch by: jerry tan <jerry dot tan at sun dot com>
4331
4332         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
4333         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
4334         application's responsibility to make sure it open the device once.
4335         Remove a careless error if AUDIODEV is set. Fixes #392620.
4336
4337 2007-04-12  Wim Taymans  <wim@fluendo.com>
4338
4339         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4340         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
4341         * gst/rtsp/gstrtpdec.h:
4342         Make backward compat with rtpbin by adding the request-pt-map signals.
4343
4344         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
4345         (new_session_pad), (request_pt_map),
4346         (gst_rtspsrc_stream_configure_transport),
4347         (gst_rtspsrc_stream_configure_caps),
4348         (gst_rtspsrc_activate_streams):
4349         * gst/rtsp/gstrtspsrc.h:
4350         Implement request-pt-map signals instead of setting caps on the buffers
4351         for the session manager.
4352
4353 2007-04-11  Wim Taymans  <wim@fluendo.com>
4354
4355         * gst/udp/gstudp.c: (plugin_init):
4356         Register GstNetBuffer in plugin_init so that the type can be used from
4357         multiple threads without races.
4358
4359 2007-04-10  Wim Taymans  <wim@fluendo.com>
4360
4361         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
4362         (gst_rtp_amr_depay_process):
4363         Fix depayloader clock_rate and some cleanups.
4364
4365         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
4366         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4367         * gst/rtp/gstrtph264depay.h:
4368         Don't push codec_data in the adapter because it might get flushed when
4369         we get a discont.
4370
4371         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4372         Handle multiple AU per packet.
4373
4374         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
4375         (gst_rtp_sv3v_depay_plugin_init):
4376         Disable rank, this one does not work.
4377         Remove timestamping, base class does that.
4378
4379 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
4380
4381         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
4382           limit caps to the formats we announce in the template
4383
4384         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4385         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4386         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
4387           fix some crashers/asserts when dealing with broken files
4388
4389 2007-04-10  Wim Taymans  <wim@fluendo.com>
4390
4391         Patch by: Peter Kjellerstedt  <pkj at axis com>
4392
4393         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
4394         * gst/rtp/gstrtpL16depay.c:
4395         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4396         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
4397         (gst_rtp_speex_depay_setcaps):
4398         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4399         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
4400         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
4401         Fix some compiler warnings. Fixes #428182.
4402
4403 2007-04-06  Wim Taymans  <wim@fluendo.com>
4404
4405         * gst/rtsp/Makefile.am:
4406         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
4407         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
4408         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
4409         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
4410         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
4411         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
4412         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
4413         (create_rtcp), (gst_rtp_dec_request_new_pad),
4414         (gst_rtp_dec_release_pad):
4415         * gst/rtsp/gstrtpdec.h:
4416         * gst/rtsp/gstrtsp.c: (plugin_init):
4417         Morph RTPDec into something compatible with RTPBin as a fallback.
4418         Various other style fixes.
4419
4420         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
4421         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
4422         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
4423         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
4424         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4425         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
4426         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4427         * gst/rtsp/gstrtspsrc.h:
4428         Implement RTPBin session manager handling.
4429         Don't try to add empty properties to caps.
4430         Implement fallback session manager, handling.
4431         Don't combine errors from RTCP streams, just ignore them.
4432
4433         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
4434         * gst/rtsp/rtsptransport.h:
4435         Implement fallback session manager.
4436         Make RTPBin the default one when available.
4437
4438 2007-04-05  Wim Taymans  <wim@fluendo.com>
4439
4440         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4441         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
4442         This element is ready to be autoplugged.
4443
4444 2007-04-05  Julien MOUTTE  <julien@moutte.net>
4445
4446         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
4447         Don't leave the offsets defined by upstream element on the
4448         compressed data buffer we are pushing downstream. Make them
4449         GST_BUFFER_OFFSET_NONE.
4450
4451 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
4452
4453         * gst/avi/README:
4454         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
4455         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
4456         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
4457         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
4458         (gst_avi_demux_calculate_durations_from_index),
4459         (gst_avi_demux_stream_header_push),
4460         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
4461         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
4462           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
4463
4464 2007-04-03  Wim Taymans  <wim@fluendo.com>
4465
4466         * gst/smpte/barboxwipes.c:
4467         Fix error as spotted by Snaik <snaik32 at gmail dot com>
4468
4469 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4470
4471         * gst/wavparse/gstwavparse.c:
4472         Support audio/x-raw-float in wav files. This only works with
4473         plugins-base CVS, using an older version doesn't have any
4474         disadvantages though.
4475
4476 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4477
4478         * configure.ac:
4479         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4480         (gst_au_parse_parse_header), (gst_au_parse_chain):
4481         * gst/auparse/gstauparse.h:
4482         Revert last change as we don't want plugins-good to depend on
4483         plugins-base CVS now.
4484
4485 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4486
4487         * configure.ac:
4488         Require gst-plugins-base CVS for audioconvert with non-native
4489         float support and width/depth fix in libgstriff.
4490
4491         Patch by: René Stadler <mail at renestadler dot de>
4492
4493         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4494         (gst_au_parse_parse_header), (gst_au_parse_chain):
4495         * gst/auparse/gstauparse.h:
4496         Don't swap the floats ourself if they're not in native endianness.
4497         Instead let audioconvert handle this. Fixes #339838.
4498
4499 2007-03-29  Wim Taymans  <wim@fluendo.com>
4500
4501         * gst/rtp/gstasteriskh263.h:
4502         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
4503         (gst_rtp_h263p_depay_change_state):
4504         * gst/rtp/gstrtph263pdepay.h:
4505         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4506         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
4507         (gst_rtp_h264_depay_change_state):
4508         * gst/rtp/gstrtph264depay.h:
4509         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4510         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
4511         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4512         Flush adapter on disconts.
4513
4514 2007-03-29  Wim Taymans  <wim@fluendo.com>
4515
4516         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
4517         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
4518         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
4519         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
4520         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4521         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
4522         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4523         (gst_rtp_mp4v_depay_process):
4524         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
4525         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
4526         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
4527         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
4528         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
4529         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4530         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
4531         Use more efficient adapter and rtpbuffer methods when possible.
4532
4533 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4534
4535         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4536         (gst_wavenc_sink_setcaps):
4537         Correctly handle width!=depth input.
4538         * gst/wavparse/gstwavparse.c:
4539         Already export in the caps that width==8 uses unsigned samples and
4540         everything else uses signed samples.
4541
4542 2007-03-29  Wim Taymans  <wim@fluendo.com>
4543
4544         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4545
4546         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
4547         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
4548         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
4549         (gst_dynudpsink_close):
4550         * gst/udp/gstdynudpsink.h:
4551         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
4552         (gst_udpsrc_create), (gst_udpsrc_set_property),
4553         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
4554         * gst/udp/gstudpsrc.h:
4555         Rework the socket allocation a bit based on the sockfd argument so that
4556         it becomes usable.
4557         Add a closefd property to instruct the udp elements to close the custom
4558         file descriptors when going to READY. Fixes #423304.
4559         API:GstUDPSrc::closefd property
4560         API:GstDynUDPSink::closefd property
4561
4562 2007-03-29  Wim Taymans  <wim@fluendo.com>
4563
4564         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4565
4566         * gst/rtp/Makefile.am:
4567         * gst/rtp/gstrtp.c: (plugin_init):
4568         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
4569         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4570         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
4571         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4572         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
4573         (gst_rtp_h264_pay_plugin_init):
4574         * gst/rtp/gstrtph264pay.h:
4575         Added H264 payloader. Fixes #423782.
4576
4577         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4578         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4579         Small fixes.
4580
4581 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4582
4583         * gst/wavparse/gstwavparse.c:
4584         Actually support depths from 1 to 32, not only 8 to 32.
4585
4586 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4587
4588         * gst/wavparse/gstwavparse.c:
4589         Add support for wav files containing audio/x-raw-int with random
4590         depths between 1 and 32 bits.
4591
4592 2007-03-28  Wim Taymans  <wim@fluendo.com>
4593
4594         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
4595
4596         * gst/rtp/Makefile.am:
4597         * gst/rtp/gstrtp.c: (plugin_init):
4598         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
4599         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
4600         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
4601         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
4602         (gst_rtp_mp4a_depay_get_property),
4603         (gst_rtp_mp4a_depay_change_state),
4604         (gst_rtp_mp4a_depay_plugin_init):
4605         * gst/rtp/gstrtpmp4adepay.h:
4606         Added MP4A-LATM depayloader. Fixes #417792.
4607
4608         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4609         (gst_rtp_mp4v_depay_process):
4610         Fixup depayloader, setting codec_data, using more efficient adaptor and
4611         rtpbuffer handling.
4612
4613         * gst/rtsp/URLS:
4614         Add url to test above.
4615
4616 2007-03-25  Wim Taymans  <wim@fluendo.com>
4617
4618         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
4619         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
4620         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
4621         (gst_rtspsrc_media_to_caps),
4622         (gst_rtspsrc_stream_configure_transport),
4623         (gst_rtspsrc_stream_configure_caps),
4624         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
4625         * gst/rtsp/gstrtspsrc.h:
4626         Handle default clock-rates for static payload types, rearrange stuff so
4627         that the rtpmap field in the sdp can override the defaults.
4628         Parse RTP-Info field to get the seqnum and timebase fields that should
4629         go in the caps.
4630         Delay configuring caps after we got the RTP-Info from the PLAY reply from
4631         the server. 
4632
4633 2007-03-22  Wim Taymans  <wim@fluendo.com>
4634
4635         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
4636
4637         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
4638         Accept complex pipeline descriptions as an audio profile instead of just
4639         a single element. Fixes #420658.
4640
4641 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
4642
4643         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
4644           Rename registered type in preparation of GstTagDemux moving to
4645           -base at some point in the future.
4646
4647 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
4648
4649         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4650           Streaming mode fixes: don't unref buffer we don't own any longer;
4651           remove bogus adapter flush. Fixes #419338.
4652
4653 2007-03-17  David Schleef  <ds@schleef.org>
4654
4655         * REQUIREMENTS: Change the format to key/value, add a bunch of
4656           information, remove a bunch of requirements that are for
4657           other GStreamer packages.
4658
4659 2007-03-17  David Schleef  <ds@schleef.org>
4660
4661         * REQUIREMENTS: Fix a few things.  This file really needs a
4662         good once-over.
4663
4664 2007-03-15  Edward Hervey  <edward@fluendo.com>
4665
4666         * sys/Makefile.am:
4667         Don't forget to distribute the sys/osxaudio/ directory.
4668
4669 2007-03-15  Edward Hervey  <edward@fluendo.com>
4670
4671         * configure.ac:
4672         * sys/Makefile.am:
4673         * sys/osxaudio/Makefile.am:
4674         * sys/osxaudio/gstosxaudio.c:
4675         * sys/osxaudio/gstosxaudiosink.c:
4676         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
4677         (gst_osx_audio_sink_getcaps),
4678         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
4679         * sys/osxaudio/gstosxaudiosrc.c:
4680         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
4681         (gst_osx_audio_src_create_ringbuffer):
4682         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
4683         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
4684         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
4685         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
4686         * sys/osxaudio/gstosxringbuffer.h:
4687         Activate osxaudio in gst-plugins-good with proper build setup.
4688         Add inlined documentation.
4689         Fix debug statements
4690         Fix ringbuffer when pausing.
4691         Fixes #323471
4692
4693 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4694         * gst/rtp/gstrtppcmapay.c:
4695         * gst/rtp/gstrtppcmapay.h:
4696         * gst/rtp/gstrtppcmupay.c:
4697         * gst/rtp/gstrtppcmupay.h:
4698         Ported mulaw and alaw payloaders to use new base class
4699
4700 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4701
4702         * po/af.po:
4703         * po/az.po:
4704         * po/cs.po:
4705         * po/en_GB.po:
4706         * po/it.po:
4707         * po/nl.po:
4708         * po/or.po:
4709         * po/sq.po:
4710         * po/sr.po:
4711         * po/sv.po:
4712         * po/uk.po:
4713         * po/vi.po:
4714           Update translations.
4715
4716 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
4717
4718         * configure.ac:
4719           Fix string replace error (AG_AG_GST_* => AG_GST_*).
4720
4721 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4722
4723         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
4724           Fix handling of -1 values for start and stop values when seeking,
4725           and SEEK_CUR+SEEK_END here as well.
4726
4727 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
4728
4729         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
4730           Fix handling of -1 values for start and stop values when seeking, 
4731           and SEEK_CUR+SEEK_END.
4732
4733 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4734
4735         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
4736           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
4737           the image format a variable-length NUL-terminated string; in
4738           versions before that the image format is a fixed-length string of
4739           3 characters (see #348644 for a sample tag).
4740           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
4741
4742 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
4743
4744         * win32/MANIFEST:
4745         Add new project files to MANIFEST.
4746         * win32/vs6/libgstaudiofx.dsp:
4747         * win32/vs6/libgstrtp.dsp:
4748         * win32/vs6/libgstrtsp.dsp:
4749         Update project files.
4750         
4751 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
4752
4753         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
4754         (gst_avi_demux_parse_index):
4755         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
4756         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
4757           Printf format fixes; also add some missing quotes in translated
4758           strings. Fixes #416728 and #416727.
4759
4760 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4761
4762         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
4763           Tim and I can't think of any reason the child audio sink needs to 
4764           be set back to NULL after successfully determining that it can 
4765           reach READY - it gets immediately set back to READY by the caller
4766           anyway, causing an unnecessary close/open of any audio devices
4767           involved.
4768
4769 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4770
4771         * po/LINGUAS:
4772         * po/ja.po:
4773           Add ja.po file from #377306.
4774
4775 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4776
4777         * sys/sunaudio/gstsunaudio.c: (plugin_init):
4778         * sys/sunaudio/gstsunaudiomixertrack.c:
4779         (gst_sunaudiomixer_track_new):
4780           Actually translate sunaudio mixer track labels instead of just
4781           marking the strings as translatable (#377306); clean up weird
4782           label string mapping code that serves no apparent purpose. Also
4783           set the 'untranslated-label' property when creating mixer tracks
4784           if the GstMixerTrack base class supports this.
4785
4786         * tests/check/Makefile.am:
4787         * tests/check/elements/.cvsignore:
4788         * tests/check/elements/sunaudio.c: (GST_START_TEST),
4789         (sunaudio_suite):
4790           Very minimalistic unit test for sunaudiomixer element (compiles, but not
4791           actually tested on a system where sunaudiomixer is available).
4792
4793 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4794
4795         * tests/check/Makefile.am:
4796         Re-enable the states test and see if it works on the buildbots.
4797
4798 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4799
4800         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
4801         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
4802         (gst_dvdec_change_state):
4803         * ext/dv/gstdvdec.h:
4804         Infer pixel-aspect-ratio from the video frame format if it isn't
4805         provided by the container, as happens when playing DV from AVI
4806         or Quicktime containers.
4807
4808         Patch by: Wim Taymans <wim@fluendo.com>
4809         Fixes #380944
4810
4811 2007-03-09  Wim Taymans  <wim@fluendo.com>
4812
4813         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
4814         When activated, remove the udpsrc timeout, we have dataflow and timeouts
4815         will later be handled by the jitterbuffer.
4816
4817 2007-03-09  Wim Taymans  <wim@fluendo.com>
4818
4819         * ext/taglib/gstid3v2mux.cc:
4820         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
4821         Fixes #414496.
4822         
4823         Patch by: Alex Lancaster <alexl at users sourceforge net>
4824
4825 2007-03-09  Wim Taymans  <wim@fluendo.com>
4826
4827         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4828         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
4829         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
4830         (gst_avi_demux_chain):
4831         Fix stream position reporting after a seek. Fixes #416445.
4832
4833 2007-03-08  Wim Taymans  <wim@fluendo.com>
4834
4835         Patch by: René Stadler <mail at renestadler dot de>
4836
4837         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4838         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
4839         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
4840         Make avidemux accept optional header chunks in any order.
4841         Fixes #415446.
4842
4843 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
4844
4845         * tests/check/Makefile.am:
4846         Disable the states check until the remaining Valgrind errors
4847         are fixed or suppressed.
4848
4849 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4850
4851         * tests/check/elements/.cvsignore:
4852           Add audiodynamic check to .cvsignore
4853
4854 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4855
4856         reviewed by: Stefan Kost  <ensonic@users.sf.net>
4857
4858         * gst/audiofx/Makefile.am:
4859         * gst/audiofx/audiodynamic.c:
4860         (gst_audio_dynamic_characteristics_get_type),
4861         (gst_audio_dynamic_mode_get_type),
4862         (gst_audio_dynamic_set_process_function),
4863         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
4864         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
4865         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
4866         (gst_audio_dynamic_transform_hard_knee_compressor_int),
4867         (gst_audio_dynamic_transform_hard_knee_compressor_float),
4868         (gst_audio_dynamic_transform_soft_knee_compressor_int),
4869         (gst_audio_dynamic_transform_soft_knee_compressor_float),
4870         (gst_audio_dynamic_transform_hard_knee_expander_int),
4871         (gst_audio_dynamic_transform_hard_knee_expander_float),
4872         (gst_audio_dynamic_transform_soft_knee_expander_int),
4873         (gst_audio_dynamic_transform_soft_knee_expander_float),
4874         (gst_audio_dynamic_transform_ip):
4875         * gst/audiofx/audiodynamic.h:
4876         * gst/audiofx/audiofx.c: (plugin_init):
4877         Add new audiodynamic element which can act as a compressor or
4878         expander. Supported are hard-knee and soft-knee operation modes with
4879         user-specified ratio and threshold.
4880         Attack and release parameters are not yet implemented but will follow.
4881         * docs/plugins/Makefile.am:
4882         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4883         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4884         * docs/plugins/gst-plugins-good-plugins.args:
4885         * docs/plugins/inspect/plugin-audiofx.xml:
4886         Integrate audiodynamic into the docs.
4887         * tests/check/Makefile.am:
4888         * tests/check/elements/audiodynamic.c: (setup_dynamic),
4889         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
4890         Add unit test for audiodynamic.
4891
4892 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
4893
4894         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
4895         Free handles that we allocated when exiting via the error paths.
4896
4897 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
4898
4899         * gst/level/gstlevel.c: (gst_level_class_init),
4900         (gst_level_set_caps), (gst_level_start), (gst_level_event),
4901         (gst_level_transform_ip):
4902         * gst/level/gstlevel.h:
4903           Resolve message timestamps against the playback segment.
4904
4905 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4906
4907         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
4908         (gst_id3demux_sink_activate):
4909           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
4910           caps passed to it (previously one code path assumed it took ownership
4911           while another one assumed it didn't, while in fact it sometimes did and
4912           sometimes didn't ...).
4913
4914         * configure.ac:
4915         * tests/files/Makefile.am:
4916         * tests/files/id3-407349-1.tag:
4917         * tests/files/id3-407349-2.tag:
4918           Add directory where data for unit tests can be stored.
4919
4920         * tests/Makefile.am:
4921         * tests/check/Makefile.am:
4922         * tests/check/elements/.cvsignore:
4923         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
4924         (read_tags_from_file), (run_check_for_file),
4925         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
4926           Add unit test for id3demux, and in particular for bug #407349. Only
4927           testing pull-mode for now; push mode doesn't work yet because the test
4928           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
4929
4930 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4931
4932         * tests/check/Makefile.am:
4933           Add missing backslash at end of line.
4934
4935 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
4936
4937         Trigger rebuild.
4938
4939 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4940
4941         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
4942         * gst/id3demux/id3tags.h:
4943         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
4944         (parse_obsolete_tdat_frame):
4945           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
4946           the four-digit number will be interpreted as a year, whereas it is
4947           month and day in DDMM format. Instead, parse TDAT frames and fix up
4948           the date in the GST_TAG_DATE tag later if we also extracted a year.
4949           Fixes #407349.
4950
4951 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
4952
4953         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
4954         (gst_switch_commit_new_kid):
4955         Fix up the dispose logic so it doesn't leak, and fix setting of 
4956         the child state so that we don't set a child to our current state 
4957         just as we are changing it to something else.
4958
4959 2007-03-06  Wim Taymans  <wim@fluendo.com>
4960
4961         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
4962         (gst_goom_chain):
4963         * gst/goom/gstgoom.h:
4964         Document, fix and improve goom adapter behaviour.
4965         Fixes #407006.
4966
4967 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4968
4969         * ext/esd/esdsink.c: (gst_esdsink_open):
4970         Unref static pad template after using it.
4971
4972 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4973
4974         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
4975         (gst_switch_commit_new_kid):
4976         Fix up the reference counting of the child elements.
4977
4978 2007-03-05  Wim Taymans  <wim@fluendo.com>
4979
4980         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
4981         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
4982         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
4983         Fix encoding-name case.
4984
4985 2007-03-05  Wim Taymans  <wim@fluendo.com>
4986
4987         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
4988         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
4989         (gst_rtp_speex_depay_process):
4990         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
4991         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
4992         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
4993         (gst_rtp_speex_pay_change_state):
4994         * gst/rtp/gstrtpspeexpay.h:
4995         Fix speex (de)payloader. Fixes #358040.
4996
4997 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4998
4999         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
5000         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
5001         Install fakesink in NULL by fixing some broken logic. This obviates
5002         the need to manually set _IS_SINK.
5003         Add some comments and remove a little cruft while I'm at it.
5004
5005 2007-03-05  Wim Taymans  <wim@fluendo.com>
5006
5007         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
5008         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
5009
5010 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
5011
5012         * po/POTFILES.in:
5013           Update.
5014
5015 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5016
5017         * tests/check/Makefile.am:
5018         Gah! Also disable gconfvideosink from the tests, otherwise
5019         it will instantiate autovideosink, and dfbvideosink and
5020         leak on the buildbots.
5021
5022 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5023
5024         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
5025         (gst_cdio_cdda_src_finalize):
5026         Make sure we always destroy our libcdio handle.
5027
5028 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5029
5030         * tests/check/Makefile.am:
5031         Disable autovideosink so the buildbots don't barf over memory
5032         leaked in the directfb sink.
5033
5034 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5035
5036         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
5037         Chain up in dispose
5038
5039 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5040
5041         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
5042         (gst_multipart_find_pad_by_mime):
5043         Use gst_pad_new_from_static_template instead of
5044         static_pad_template_get+pad_new.
5045
5046 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5047
5048         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
5049         Catch the case where no clock has been set.
5050
5051 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5052
5053         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
5054         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
5055         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
5056         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
5057         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
5058         (gst_gconf_audio_src_finalize), (do_toggle_element):
5059         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
5060         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
5061         (do_toggle_element):
5062         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
5063         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
5064         (gst_gconf_video_src_finalize), (do_toggle_element):
5065         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
5066         (gst_switch_sink_reset), (gst_switch_sink_set_child):
5067         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
5068         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
5069         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5070         (gst_shout2send_init), (gst_shout2send_finalize):
5071         * gst/debug/testplugin.c: (gst_test_class_init),
5072         (gst_test_finalize):
5073         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
5074         (gst_flxdec_dispose):
5075         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
5076         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
5077         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5078         (gst_rtspsrc_finalize):
5079         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
5080         * gst/rtsp/rtspextwms.h:
5081         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
5082         (gst_smpte_finalize):
5083         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
5084         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
5085         (gst_udpsink_finalize):
5086         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
5087         (gst_wavparse_sink_activate):
5088         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
5089         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
5090         (gst_oss_src_finalize):
5091         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
5092         * sys/v4l2/gstv4l2object.h:
5093         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5094         (gst_v4l2src_finalize):
5095         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
5096
5097         Fix a bunch of leaks shown by the newly-added states test.
5098
5099 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5100
5101         * ext/dv/gstdvdec.c: (gst_dvdec_init):
5102         Use gst_pad_new_from_static_template instead of 
5103         static_pad_template_get+pad_new.
5104
5105 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
5106
5107         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5108
5109         * ext/libcaca/Makefile.am:
5110         * gst/debug/Makefile.am:
5111           Don't mix tabs and spaces (#414168).
5112
5113 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5114
5115         * tests/check/generic/.cvsignore:
5116           Ignore files to please buildbot.
5117
5118 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5119
5120         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
5121         (gst_wavparse_stream_data):
5122           Unbreak my previous commit (swapped nominator & denominator). Tim,
5123           thanks for spotting.
5124
5125 2007-03-02  Wim Taymans  <wim@fluendo.com>
5126
5127         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
5128         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
5129         (gst_cdio_cdda_src_finalize):
5130         Small code cleanups.
5131         Don't use pad_alloc as the base class cannot deal with the error codes.
5132
5133 2007-03-02  Wim Taymans  <wim@fluendo.com>
5134
5135         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
5136         (gst_udpsrc_create):
5137         Fix doc.
5138
5139 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5140
5141         Patch by: René Stadler <mail@renestadler.de>
5142
5143         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
5144         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
5145         (gst_wavparse_stream_data):
5146           Handle rounding better to not drop last sample frame. Fixes #356692
5147
5148 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
5149
5150         * tests/check/Makefile.am:
5151         Disable cacasink from the states check too - it also calls exit(1)
5152         on us when it can't find a terminal to talk to.
5153
5154 2007-03-02  Wim Taymans  <wim@fluendo.com>
5155
5156         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5157
5158         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5159         (gst_udpsrc_create), (gst_udpsrc_set_property),
5160         (gst_udpsrc_get_property):
5161         * gst/udp/gstudpsrc.h:
5162         Add support to strip proprietary headers. Fixes #350296.
5163
5164 2007-03-02  Wim Taymans  <wim@fluendo.com>
5165
5166         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
5167         Fix compilation.
5168
5169 2007-03-02  Wim Taymans  <wim@fluendo.com>
5170
5171         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5172
5173         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
5174         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
5175         (gst_rtp_mp2t_depay_set_property),
5176         (gst_rtp_mp2t_depay_get_property):
5177         * gst/rtp/gstrtpmp2tdepay.h:
5178         Add support to strip off proprietary headers. Fixes #350278.
5179
5180 2007-03-02  Wim Taymans  <wim@fluendo.com>
5181
5182         * ext/hal/hal.c:
5183         Fix compilation.
5184
5185 2007-03-02  Wim Taymans  <wim@fluendo.com>
5186
5187         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
5188         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
5189         (gst_sunaudiosrc_open):
5190         * sys/sunaudio/gstsunaudiosrc.h:
5191         Remove device-name from GstSunAudioSrc. Fixes #412597.
5192
5193 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5194
5195         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5196         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5197         Having NULL as UDI previously selected the default sink/src. Change
5198         this back but mention it in the debug output.
5199         * ext/hal/hal.c: (gst_hal_get_alsa_element),
5200         (gst_hal_get_oss_element), (gst_hal_get_string),
5201         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
5202         (gst_hal_get_audio_src):
5203         * ext/hal/hal.h:
5204         Refactor a bit, check all error conditions, greatly improve debugging
5205         and fix some possible memory leaks. Also implement OSS support
5206         and allow specifying an UDI that points to a real device. For this the
5207         child device which supports ALSA (preferred) or OSS is used.
5208         As a side effect this makes it impossible now to get a alsasink in
5209         halaudiosrc and a alsasrc in halaudiosink.
5210
5211 2007-03-01  Wim Taymans  <wim@fluendo.com>
5212
5213         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
5214         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
5215         Errors from the udp sources are not fatal unless all of them are in
5216         error.
5217
5218 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5219
5220         * tests/check/Makefile.am:
5221         Disable aasink in the states test. I suspect this is the element that
5222         is calling exit(1) when it can't proceed.
5223
5224 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5225
5226         * tests/check/Makefile.am:
5227         Draw plugins in from the build tree sys/ dir, rather than picking
5228         up the already installed versions.
5229
5230 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5231
5232         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
5233         Error out correctly when getting xcontext fails.
5234
5235 2007-03-01  Wim Taymans  <wim@fluendo.com>
5236
5237         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
5238         Make state change to PAUSED NO_PREROLL because that's what it will be in
5239         the future and rtspsrc relies on it.
5240
5241         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
5242         (gst_rtspsrc_change_state):
5243         Don't error out when we don't get an error from the state change
5244         function.
5245
5246 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5247
5248         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5249         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5250           Check if the device UDI is set before trying to query HAL
5251           about it and give a useful error message if it wasn't set.
5252         * ext/hal/hal.c: (gst_hal_get_string):
5253           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
5254           gives an assertion failure in D-Bus when running with
5255           DBUS_FATAL_WARNINGS=1.
5256
5257 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5258
5259         * configure.ac:
5260           Convert to new AG_GST style.
5261
5262 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5263
5264         * tests/check/Makefile.am:
5265         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
5266           add test for states
5267
5268 2007-02-28  Wim Taymans  <wim@fluendo.com>
5269
5270         * tests/check/elements/.cvsignore:
5271         Add new videofilter check to .cvsignore.
5272
5273 2007-02-28  Wim Taymans  <wim@fluendo.com>
5274
5275         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
5276         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5277         (gst_avi_demux_loop), (gst_avi_demux_chain):
5278         Fix combined flow return. Fixes #412608.
5279
5280 2007-02-28  Wim Taymans  <wim@fluendo.com>
5281
5282         * gst/videofilter/Makefile.am:
5283         Dist header..
5284
5285 2007-02-28  Wim Taymans  <wim@fluendo.com>
5286
5287         * gst/videofilter/gstgamma.h:
5288         Add header too.
5289
5290 2007-02-28  Wim Taymans  <wim@fluendo.com>
5291
5292         Patch by: Mark Nauwelaerts <manauw at skynet be>
5293
5294         * gst/videofilter/Makefile.am:
5295         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
5296         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
5297         (gst_gamma_get_property), (gst_gamma_calculate_tables),
5298         (oil_tablelookup_u8), (gst_gamma_set_caps),
5299         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
5300         Port gamma filter to 0.10. Fixes #412704.
5301
5302         * tests/check/Makefile.am:
5303         * tests/check/elements/videofilter.c: (setup_filter),
5304         (cleanup_filter), (check_filter), (GST_START_TEST),
5305         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
5306         Add unit tests for videofilters.
5307
5308 2007-02-28  Wim Taymans  <wim@fluendo.com>
5309
5310         * gst/rtsp/URLS:
5311         Add another interesting test url.
5312
5313         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
5314         Don't allow getting header fields from data packets.
5315
5316 2007-02-28  Michael Smith  <msmith@fluendo.com>
5317
5318         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5319         (gst_shout2send_init), (gst_shout2send_start),
5320         (gst_shout2send_set_property), (gst_shout2send_get_property):
5321         * ext/shout2/gstshout2.h:
5322           Add a property for username.
5323
5324 2007-02-27  Christian Schallerr <christian@fluendo.com>
5325
5326         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
5327
5328 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5329
5330         * gst/rtsp/Makefile.am:
5331         Fix make check too.
5332
5333 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5334
5335         * gst/rtsp/base64.c: (util_base64_encode):
5336         * gst/rtsp/base64.h:
5337         Commit missing files for base64 encoding.
5338
5339 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5340
5341         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5342
5343         * configure.ac:
5344         * ext/annodex/Makefile.am:
5345         * ext/jpeg/Makefile.am:
5346         * ext/speex/Makefile.am:
5347         * gst/alpha/Makefile.am:
5348         * gst/cutter/Makefile.am:
5349         * gst/debug/Makefile.am:
5350         * gst/effectv/Makefile.am:
5351         * gst/goom/Makefile.am:
5352         * gst/level/Makefile.am:
5353         * gst/smpte/Makefile.am:
5354         * gst/videofilter/Makefile.am:
5355           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
5356
5357 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5358
5359         * gst/rtsp/Makefile.am:
5360         * gst/rtsp/rtspconnection.c: (append_auth_header),
5361         (rtsp_connection_send), (rtsp_connection_set_auth):
5362         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
5363         from icecast to replace it. Relicensed from GPL courtesy of Mike
5364         Smith.
5365
5366 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5367
5368         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
5369         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
5370         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
5371         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
5372         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
5373         (gst_rtspsrc_uri_set_uri):
5374         * gst/rtsp/gstrtspsrc.h:
5375         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5376         (append_auth_header), (rtsp_connection_send),
5377         (rtsp_connection_free), (rtsp_connection_set_auth):
5378         * gst/rtsp/rtspconnection.h:
5379         * gst/rtsp/rtspdefs.h:
5380         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
5381         * gst/rtsp/rtspurl.h:
5382
5383         Implement simple Basic Authentication support so that urls like
5384         rtsp://user:pass@hostname/rtspstream work on hosts that require
5385         authentication.
5386
5387 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
5388
5389         * sys/v4l2/gstv4l2object.c:
5390         * sys/v4l2/gstv4l2tuner.c:
5391         * sys/v4l2/v4l2_calls.c:
5392         Fix segfault when oppening a radio device.
5393         
5394 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
5395
5396         * gst/level/gstlevel.c: (gst_level_set_caps),
5397         (gst_level_transform_ip):
5398         * sys/v4l2/README:
5399         * tests/check/elements/level.c: (GST_START_TEST):
5400           Fix level for multi-channel case.
5401
5402 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
5403
5404         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
5405         (gst_level_transform_ip):
5406         * gst/level/gstlevel.h:
5407           Use function pointer for process function and add process functions
5408           for float audio.
5409
5410 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
5411
5412         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5413         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5414         (gst_v4l2src_capture_init):
5415           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
5416           fixes #407369
5417
5418 2007-02-18  Wim Taymans  <wim@fluendo.com>
5419
5420         * gst/rtp/Makefile.am:
5421         * gst/rtp/gstrtp.c: (plugin_init):
5422         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
5423         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
5424         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
5425         (gst_rtp_mp2t_pay_plugin_init):
5426         * gst/rtp/gstrtpmp2tpay.h:
5427         Added simple mpeg transport stream payloader.
5428
5429 2007-02-16  Wim Taymans  <wim@fluendo.com>
5430
5431         * gst/rtsp/URLS:
5432         Add example H264 rtsp url.
5433
5434         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5435         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
5436         Don't convert values to lowercase or we might mess up base64 encoded
5437         properties.
5438
5439 2007-02-16  Wim Taymans  <wim@fluendo.com>
5440
5441         * gst/rtp/README:
5442         Fix case of string params.
5443
5444         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5445         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5446         Fix depayloader, support more packet types.
5447         Add sync codes to make sure the packetizer can do its job.
5448
5449         * gst/rtp/gstrtpmp4gdepay.c:
5450         * gst/rtp/gstrtpmp4gpay.c:
5451         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
5452         Fix caps case again.
5453
5454 2007-02-15  Wim Taymans  <wim@fluendo.com>
5455
5456         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
5457         Set right caps on output buffers.
5458
5459 2007-02-14  Wim Taymans  <wim@fluendo.com>
5460
5461         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
5462         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
5463         Clear stack allocated SDPMedia struct before calling _init() on it.
5464         Clarify this in the docs as well.
5465
5466 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
5467
5468         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
5469         (do_change_child):
5470         Don't reset the profile when going switching states, as it makes
5471         the element non-reusable.
5472
5473 2007-02-14  Wim Taymans  <wim@fluendo.com>
5474
5475         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
5476         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
5477         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
5478         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
5479         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
5480         (sdp_parse_line):
5481         * gst/rtsp/sdpmessage.h:
5482         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
5483         Fix memory management of SDP messages. Fixes #407793.
5484
5485 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
5486
5487         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
5488
5489         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
5490         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
5491
5492 2007-02-14  Wim Taymans  <wim@fluendo.com>
5493
5494         Patch by: jp.liu <jp_liu at astrocom dot cn>
5495
5496         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
5497         Fix parsing of password field in url. Fixes #407797.
5498
5499 2007-02-14  Wim Taymans  <wim@fluendo.com>
5500
5501         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
5502         (gst_wavparse_reset), (gst_wavparse_init),
5503         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
5504         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
5505         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
5506         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
5507         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
5508         (gst_wavparse_loop), (gst_wavparse_chain),
5509         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
5510         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
5511         (plugin_init):
5512         * gst/wavparse/gstwavparse.h:
5513         Update docs.
5514         Use boilerplate.
5515         Various code cleanups.
5516         When the bitrate is not known (bps == 0 or compressed formats) let
5517         downstream element guestimate the duration and position and don't
5518         generate timestamps or durations. Fixes #405213.
5519         Fix EOS and ERROR conditions in chain mode, we just need to forward the
5520         error flowreturn upstream.
5521
5522 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
5523
5524         * ext/gconf/Makefile.am:
5525         * ext/gconf/gconf.c: (gst_gconf_get_string),
5526         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
5527         (gst_gconf_render_bin_with_default):
5528         * ext/gconf/gconf.h:
5529         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
5530         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
5531         (gst_gconf_audio_sink_dispose), (do_change_child),
5532         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
5533         (cb_change_child), (gst_gconf_audio_sink_change_state):
5534         * ext/gconf/gstgconfaudiosink.h:
5535         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
5536         (gst_switch_sink_class_init), (gst_switch_sink_reset),
5537         (gst_switch_sink_init), (gst_switch_sink_dispose),
5538         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
5539         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
5540         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
5541         * ext/gconf/gstswitchsink.h:
5542         * gst/autodetect/gstautoaudiosink.c:
5543         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
5544         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
5545         (gst_auto_audio_sink_detect):
5546         * gst/autodetect/gstautovideosink.c:
5547         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
5548         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
5549         (gst_auto_video_sink_detect):
5550         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
5551         and a child that implements the GConf key monitoring. The end goal of
5552         this is an audio sink that can be changed on the fly, but at the 
5553         moment it still only changes on the next READY transition.
5554
5555 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5556
5557         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5558         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5559         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
5560         (gst_avi_demux_calculate_durations_from_index),
5561         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5562         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5563         (gst_avi_demux_loop):
5564           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
5565
5566 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5567
5568         * configure.ac:
5569         * docs/plugins/Makefile.am:
5570           Add crossreferences to glib/gobject/gstream docs.
5571
5572 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5573
5574         * gst/monoscope/Makefile.am:
5575         * gst/monoscope/gstmonoscope.c:
5576           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
5577           (but no LIBS, since we only use defines from the headers).
5578
5579 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5580
5581         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
5582
5583         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
5584         (gst_wavparse_stream_data):
5585           Fix massive memory leak when operating in streaming mode due to
5586           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
5587           Fixes #407057.
5588
5589 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5590
5591         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
5592         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
5593         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
5594         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
5595         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5596         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
5597         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
5598         (gst_avi_demux_calculate_durations_from_index),
5599         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5600         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
5601         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
5602         * gst/avi/gstavidemux.h:
5603           Save some memory (8%) by repacking the index entry structure (more to
5604           come). Add more FIXMEs to questionable parts.
5605
5606 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5607
5608         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
5609         (gst_v4l2src_get_caps):
5610         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5611         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5612         (gst_v4l2src_capture_init):
5613           More FIXME comments and messaging changes.
5614
5615 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5616
5617         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
5618         (gst_goom_change_state):
5619         * gst/goom/gstgoom.h:
5620           Improved docs and use GST_DEBUG_FUNCPTR.
5621
5622         * gst/level/gstlevel.c: (gst_level_class_init):
5623           Use GST_DEBUG_FUNCPTR.
5624
5625         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
5626         (gst_monoscope_chain), (gst_monoscope_change_state):
5627           Improved docs source cleanups.
5628
5629 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5630
5631         * gst/debug/Makefile.am:
5632         * gst/debug/gstdebug.c: (plugin_init):
5633         * gst/debug/gstpushfilesrc.c:
5634         * gst/debug/gstpushfilesrc.h:
5635           Add code for a pushfilesrc element that implements a pushfile:// URI
5636           handler, to make debugging push-mode operation of demuxer/decoders
5637           that support both easier in connection with seek/playbin/etc.
5638           The element isn't registered at the moment.
5639
5640 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
5641
5642         * gst/avi/gstavimux.c:
5643           Comment a #if 0 in caps template definition as VS6 seems to 
5644         do not support it.
5645         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
5646           Use gst_guint64_to_gdouble for conversion.
5647         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
5648           Move variables declaration before the first instruction.
5649         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
5650           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
5651           And don't include netdb.h for G_OS_WIN32
5652         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
5653           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
5654           by VS6 then use an other way to initialize SDPMedia structure.
5655         * gst/udp/gstdynudpsink.h:
5656         * gst/udp/gstdynudpnetutils.h:
5657           Do not include <sys/time.h> for G_OS_WIN32
5658         * gst/udp/gstudpsrc.c:
5659           Define socklen_t as int for G_OS_WIN32
5660         * win/common/config.h.in:
5661           Undef HAVE_NETINET_IN_H
5662         * win32/vs6/gst_plugins_good.dsw:
5663         * win32/vs6/libgstrtp.dsp:
5664         * win32/vs6/libgstrtsp.dsp:
5665         * win32/vs6/libgstautogen.dsp:
5666         * win32/vs6/libgstaudiofx.dsp:
5667         * win32/vs6/libgstudp.dsp:
5668           Add and update project files.
5669         * win32/common/gstudp-enumtypes.c:
5670         * win32/common/gstudp-enumtypes.h:
5671           Add a copy of udp enumtypes to win32/common as in core 
5672           and base.
5673         
5674 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
5675
5676         * configure.ac:
5677           Activate monoscope when building with --enable-experimental. Fix
5678           --enable-external configure switch description.
5679
5680         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
5681         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
5682           Help gst-indent.
5683
5684 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
5685
5686         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
5687           Explicitly cast result of pointer arithmetic to integer in order to
5688           avoid compiler warnings on some 64-bit systems. Should fix #406018.
5689
5690 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5691
5692         * gst/debug/progressreport.c:
5693           Some more docs.
5694
5695 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5696
5697         * docs/plugins/inspect/plugin-rtp.xml:
5698           Update for new elements.
5699
5700         * gst/debug/progressreport.h:
5701           Commit newly-created header file as well.
5702
5703 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5704
5705         * docs/plugins/Makefile.am:
5706         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5707         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5708         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5709         * gst/debug/Makefile.am:
5710         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
5711         (gst_progress_report_do_query), (gst_progress_report_report):
5712           Make progressreport element post messages with the current progress
5713           on the bus. Also add some basic docs for it.
5714
5715 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5716
5717         * ext/hal/hal.c: (gst_hal_get_string):
5718         * ext/hal/hal.h:
5719           Some small cleanups; deal with errors when parsing the HAL ALSA
5720           capabilities a bit better.
5721
5722 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5723
5724         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
5725           Let's try this again and use the right cast this time.
5726
5727 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5728
5729         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
5730           Add cast to avoid compiler warnings with older GLib versions
5731           where the nick/name members in GEnumValue are not declared as
5732           constant strings.
5733
5734 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5735
5736         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
5737         (gst_gconf_render_bin_from_key),
5738         (gst_gconf_get_default_audio_sink):
5739         * ext/gconf/gconf.h:
5740         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
5741         (do_toggle_element), (gst_gconf_audio_sink_set_property),
5742         (gst_gconf_audio_sink_get_property):
5743           In gconfaudiosink, get the right key as the old key in do_toggle
5744           (ie. one dependent on the profile selected). Log some more stuff so
5745           we can see what's actually going on.
5746
5747 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
5748
5749         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
5750         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
5751         (gst_audio_amplify_set_process_function),
5752         (gst_audio_amplify_setup):
5753         * gst/audiofx/audioamplify.h:
5754         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
5755         (gst_audio_invert_class_init), (gst_audio_invert_setup):
5756         * gst/audiofx/audioinvert.h:
5757         Some small cleanups and port both elements to the new GstAudioFilter
5758         base class to save a few lines of common code.
5759         * gst/audiofx/Makefile.am:
5760         Link against libgstaudio for the above changes
5761
5762 2007-01-29  Wim Taymans  <wim@fluendo.com>
5763
5764         * tests/check/elements/.cvsignore:
5765         Some more ignores.
5766
5767 2007-01-26  Wim Taymans  <wim@fluendo.com>
5768
5769         Patch by: charles <charlesg3 at gmail dot com>
5770
5771         * ext/shout2/gstshout2.c: (gst_shout2send_init),
5772         (set_shout_metadata), (gst_shout2send_event):
5773         * ext/shout2/gstshout2.h:
5774         Properly handle tags in shout2send. Fixes #399825.
5775
5776 2007-01-25  Wim Taymans  <wim@fluendo.com>
5777
5778         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5779         (gst_rtspsrc_activate_streams):
5780         Convert SDP fields to upper/lowercase following the rules in the SDP to
5781         caps document. 
5782
5783 2007-01-25  Wim Taymans  <wim@fluendo.com>
5784
5785         * gst/rtp/README:
5786         * gst/rtp/gstrtpilbcdepay.c:
5787         * gst/rtp/gstrtpilbcpay.c:
5788         * gst/rtp/gstrtpmp4gdepay.c:
5789         * gst/rtp/gstrtpmp4gpay.c:
5790         * gst/rtp/gstrtpspeexdepay.c:
5791         * gst/rtp/gstrtpspeexpay.c:
5792         * gst/rtp/gstrtpsv3vdepay.c:
5793         * gst/rtp/gstrtptheoradepay.c:
5794         * gst/rtp/gstrtptheorapay.c:
5795         * gst/rtp/gstrtpvorbisdepay.c:
5796         * gst/rtp/gstrtpvorbispay.c:
5797         Fix case of encoding-name and key/value pairs to match the document.
5798         This is to make interoperation with SDP case-insensitive as required by
5799         the relevant RFCs.
5800
5801 2007-01-25  Wim Taymans  <wim@fluendo.com>
5802
5803         * configure.ac:
5804         Bump required -core/-base to CVS
5805
5806 2007-01-25  Wim Taymans  <wim@fluendo.com>
5807
5808         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
5809         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
5810         * gst/rtp/gstrtpL16pay.h:
5811         Fill up to MTU using adapter.
5812         Timestamp rtp packets.
5813
5814 2007-01-25  Edward Hervey  <edward@fluendo.com>
5815
5816         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5817         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
5818         Use G_GSIZE_FORMAT in print statements for portability.
5819         Fixes build on macosx.
5820
5821 2007-01-24  Wim Taymans  <wim@fluendo.com>
5822
5823         * gst/rtp/Makefile.am:
5824         * gst/rtp/gstrtp.c: (plugin_init):
5825         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
5826         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
5827         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
5828         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
5829         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
5830         (gst_rtp_L16_depay_plugin_init):
5831         * gst/rtp/gstrtpL16depay.h:
5832         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
5833         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
5834         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
5835         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
5836         (gst_rtp_L16_pay_plugin_init):
5837         * gst/rtp/gstrtpL16pay.h:
5838         Port and enable raw audio payloader/depayloader. Needs a bit more work
5839         on the payloader side.
5840
5841 2007-01-24  Wim Taymans  <wim@fluendo.com>
5842
5843         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
5844         (gst_rtspsrc_stream_configure_transport),
5845         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
5846         * gst/rtsp/gstrtspsrc.h:
5847         Only unblock the udp pads when we linked and activated them all.
5848         Fixes #395688.
5849
5850 2007-01-24  Wim Taymans  <wim@fluendo.com>
5851
5852         * gst/rtp/Makefile.am:
5853         * gst/rtp/gstrtp.c: (plugin_init):
5854         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
5855         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
5856         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
5857         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
5858         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
5859         * gst/rtp/gstrtpac3depay.h:
5860         Added simple AC3 depayloader (RFC 4184).
5861
5862         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
5863         Fix a leak.
5864
5865 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
5866
5867         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5868
5869         * gst/audiofx/Makefile.am:
5870         * gst/audiofx/audioamplify.c:
5871         (gst_audio_amplify_clipping_method_get_type),
5872         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
5873         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
5874         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
5875         (gst_audio_amplify_set_caps),
5876         (gst_audio_amplify_transform_int_clip),
5877         (gst_audio_amplify_transform_int_wrap_negative),
5878         (gst_audio_amplify_transform_int_wrap_positive),
5879         (gst_audio_amplify_transform_float_clip),
5880         (gst_audio_amplify_transform_float_wrap_negative),
5881         (gst_audio_amplify_transform_float_wrap_positive),
5882         (gst_audio_amplify_transform_ip):
5883         * gst/audiofx/audioamplify.h:
5884         * gst/audiofx/audiofx.c: (plugin_init):
5885         Add new element "audioamplify". This allows scaling of raw audio
5886         samples, similar to the "volume" element, but provides different modes
5887         for clipping and allows unlimited amplification. It's mainly targeted
5888         for creative sound design and not as a replacement of the "volume"
5889         element. Fixes #397162
5890         * docs/plugins/Makefile.am:
5891         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5892         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5893         * docs/plugins/gst-plugins-good-plugins.args:
5894         * docs/plugins/inspect/plugin-audiofx.xml:
5895         Add docs for audioamplify and integrate them into the build system
5896         * tests/check/Makefile.am:
5897         * tests/check/elements/audioamplify.c: (setup_amplify),
5898         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
5899         Add fairly extensive unit test suite for audioamplify
5900
5901 2007-01-24  Wim Taymans  <wim@fluendo.com>
5902
5903         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
5904         Unblock pads after adding the pads to the element so that autopluggers
5905         get a change to link something. Possibly fixes #395688.
5906
5907 2007-01-24  Wim Taymans  <wim@fluendo.com>
5908
5909         * gst/rtp/gstrtpamrdepay.c:
5910         * gst/rtp/gstrtpgsmdepay.c:
5911         * gst/rtp/gstrtph263pdepay.c:
5912         * gst/rtp/gstrtph263ppay.c:
5913         * gst/rtp/gstrtph264depay.c:
5914         * gst/rtp/gstrtpilbcdepay.c:
5915         * gst/rtp/gstrtpmp2tdepay.c:
5916         * gst/rtp/gstrtpmp4gdepay.c:
5917         * gst/rtp/gstrtpmp4gpay.c:
5918         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
5919         * gst/rtp/gstrtpmp4vpay.c:
5920         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
5921         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
5922         (gst_rtp_mpa_depay_process):
5923         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
5924         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
5925         * gst/rtp/gstrtppcmadepay.c:
5926         * gst/rtp/gstrtppcmudepay.c:
5927         * gst/rtp/gstrtpspeexdepay.c:
5928         * gst/rtp/gstrtpspeexpay.c:
5929         * gst/rtp/gstrtpsv3vdepay.c:
5930         * gst/rtp/gstrtptheoradepay.c:
5931         * gst/rtp/gstrtptheorapay.c:
5932         * gst/rtp/gstrtpvorbisdepay.c:
5933         * gst/rtp/gstrtpvorbispay.c:
5934         Fix caps with payload numbers.
5935         Add some fixed payload numbers to caps when possible.
5936
5937 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
5938
5939         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5940
5941         * gst/audiofx/Makefile.am:
5942         * gst/audiofx/audiofx.c: (plugin_init):
5943         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
5944         (gst_audio_invert_class_init), (gst_audio_invert_init),
5945         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
5946         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
5947         (gst_audio_invert_transform_float),
5948         (gst_audio_invert_transform_ip):
5949         * gst/audiofx/audioinvert.h:
5950         Add new audiofx element "audioinvert". This element swaps the upper
5951         and lower half of samples and can be used for example for a
5952         wide-stereo effect. Fixes #396057
5953         * docs/plugins/Makefile.am:
5954         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5955         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5956         * docs/plugins/gst-plugins-good-plugins.args:
5957         * docs/plugins/inspect/plugin-audiofx.xml:
5958         Add docs for the audioinvert element and add them to the build system.
5959         * tests/check/Makefile.am:
5960         * tests/check/elements/audioinvert.c: (setup_invert),
5961         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
5962         Add unit test suite for the audioinvert element.
5963
5964 2007-01-23  Wim Taymans  <wim@fluendo.com>
5965
5966         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
5967         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
5968         Parse config params as string and int.
5969         Parse and use AU header length
5970
5971 2007-01-23  Wim Taymans  <wim@fluendo.com>
5972
5973         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
5974         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
5975         * gst/smpte/gstmask.c: (_gst_mask_register):
5976         * gst/smpte/gstmask.h:
5977         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
5978         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
5979         (gst_smpte_paint_triangle_clock):
5980         constify some static structs.
5981         Don't update the mask if nothing changed to the params.
5982         Make sure we never draw outside of the picture. Fixes #398325.
5983
5984 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
5985
5986         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
5987           Error out properly when pull_range fails while we're reading the
5988           headers, instead of just pausing the task silently. Fixes #399338.
5989
5990 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
5991
5992         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
5993           Some more sanity checks to make sure the input formats match and the
5994           input pads are actually negotiated, in case someone tries to feed
5995           buffers from fakesrc or filesrc. Fixes #398299.
5996           Also const-ify an array, just because we can.
5997
5998 2007-01-19  Edward Hervey  <edward@fluendo.com>
5999
6000         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
6001         Ignore previous commit, that was only valid for widths and heights
6002         that are multiples of 4.
6003         Copy over size/stride macros from jpegdec. This allows the element
6004         to work with any width,height...
6005         ... but puts in evidence that the actual transformations only work
6006         with width/height that are multiples of 4.
6007
6008 2007-01-19  Edward Hervey  <edward@fluendo.com>
6009
6010         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6011         Allocate buffers of the right size.
6012         The proper size of a I420 buffer in bytes is:
6013         
6014             width * height * 3
6015             ------------------
6016                     2
6017
6018 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6019
6020         * gst/smpte/gstsmpte.c: (gst_smpte_init):
6021           Proxy getcaps on sink pads too, so that we either end up with the
6022           same dimensions on all pads or error out if that's not possible
6023           (seems to work even!). Fixes #398086, I think.
6024
6025 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6026
6027         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6028         * docs/plugins/gst-plugins-good-plugins.args:
6029         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6030           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
6031           fix integer properties with -1 as minimum value.
6032
6033         * docs/plugins/inspect/plugin-1394.xml:
6034         * docs/plugins/inspect/plugin-aasink.xml:
6035         * docs/plugins/inspect/plugin-alaw.xml:
6036         * docs/plugins/inspect/plugin-alpha.xml:
6037         * docs/plugins/inspect/plugin-alphacolor.xml:
6038         * docs/plugins/inspect/plugin-annodex.xml:
6039         * docs/plugins/inspect/plugin-apetag.xml:
6040         * docs/plugins/inspect/plugin-audiofx.xml:
6041         * docs/plugins/inspect/plugin-auparse.xml:
6042         * docs/plugins/inspect/plugin-autodetect.xml:
6043         * docs/plugins/inspect/plugin-avi.xml:
6044         * docs/plugins/inspect/plugin-cacasink.xml:
6045         * docs/plugins/inspect/plugin-cairo.xml:
6046         * docs/plugins/inspect/plugin-cdio.xml:
6047         * docs/plugins/inspect/plugin-cutter.xml:
6048         * docs/plugins/inspect/plugin-debug.xml:
6049         * docs/plugins/inspect/plugin-dv.xml:
6050         * docs/plugins/inspect/plugin-efence.xml:
6051         * docs/plugins/inspect/plugin-effectv.xml:
6052         * docs/plugins/inspect/plugin-esdsink.xml:
6053         * docs/plugins/inspect/plugin-flac.xml:
6054         * docs/plugins/inspect/plugin-flxdec.xml:
6055         * docs/plugins/inspect/plugin-gconfelements.xml:
6056         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6057         * docs/plugins/inspect/plugin-goom.xml:
6058         * docs/plugins/inspect/plugin-halelements.xml:
6059         * docs/plugins/inspect/plugin-icydemux.xml:
6060         * docs/plugins/inspect/plugin-id3demux.xml:
6061         * docs/plugins/inspect/plugin-jpeg.xml:
6062         * docs/plugins/inspect/plugin-level.xml:
6063         * docs/plugins/inspect/plugin-matroska.xml:
6064         * docs/plugins/inspect/plugin-mulaw.xml:
6065         * docs/plugins/inspect/plugin-multipart.xml:
6066         * docs/plugins/inspect/plugin-navigationtest.xml:
6067         * docs/plugins/inspect/plugin-ossaudio.xml:
6068         * docs/plugins/inspect/plugin-png.xml:
6069         * docs/plugins/inspect/plugin-rtp.xml:
6070         * docs/plugins/inspect/plugin-rtsp.xml:
6071         * docs/plugins/inspect/plugin-shout2send.xml:
6072         * docs/plugins/inspect/plugin-smpte.xml:
6073         * docs/plugins/inspect/plugin-speex.xml:
6074         * docs/plugins/inspect/plugin-taglib.xml:
6075         * docs/plugins/inspect/plugin-udp.xml:
6076         * docs/plugins/inspect/plugin-videobalance.xml:
6077         * docs/plugins/inspect/plugin-videobox.xml:
6078         * docs/plugins/inspect/plugin-videoflip.xml:
6079         * docs/plugins/inspect/plugin-videomixer.xml:
6080         * docs/plugins/inspect/plugin-wavenc.xml:
6081         * docs/plugins/inspect/plugin-wavparse.xml:
6082         * docs/plugins/inspect/plugin-ximagesrc.xml:
6083           Update to CVS.
6084
6085 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
6086
6087         Patch by: Sebastian Dröge <slomo circular-chaos org>
6088
6089         * gst/audiofx/audiopanorama.c:
6090           Fix doc section name (Fixes #397946)
6091
6092 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
6093
6094         * sys/v4l2/gstv4l2object.c:
6095         (gst_v4l2_object_install_properties_helper),
6096         (gst_v4l2_object_set_property_helper),
6097         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
6098         * sys/v4l2/gstv4l2object.h:
6099         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6100         (gst_v4l2src_init), (gst_v4l2src_set_property),
6101         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
6102         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6103         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6104         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
6105         (gst_v4l2src_capture_deinit):
6106           Fix EIO handing when capturing. Add new property to specify the number of
6107           buffers to enque (and remove the borked num-buffers usage).
6108
6109 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
6110
6111         Patch by: Sebastian Dröge <slomo circular-chaos org>
6112
6113         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
6114         (gst_audio_panorama_set_process_function):
6115           Use a function array for process methods, add more docs and define the
6116           startindex of enums.
6117
6118 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6119
6120         Patch by: Mark Nauwelaerts <manauw at skynet be>
6121
6122         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
6123         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
6124         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
6125         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
6126         (gst_avi_mux_riff_get_avi_header),
6127         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
6128         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
6129         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
6130         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
6131         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
6132         (gst_avi_mux_change_state):
6133         * gst/avi/gstavimux.h:
6134         * tests/check/elements/avimux.c: (teardown_src_pad):
6135           Add support for more than one audio stream; write better AVIX
6136           header; refactor code a bit; don't announce vorbis caps on our audio
6137           sink pads since we don't support it anyway. Closes #379298.
6138
6139 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
6140
6141         Patch by: Sebastian Dröge <slomo circular-chaos org>
6142
6143         * gst/audiofx/audiopanorama.c:
6144         (gst_audio_panorama_method_get_type),
6145         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
6146         (gst_audio_panorama_set_process_function),
6147         (gst_audio_panorama_set_property),
6148         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
6149         (gst_audio_panorama_transform_m2s_int_simple),
6150         (gst_audio_panorama_transform_s2s_int_simple),
6151         (gst_audio_panorama_transform_m2s_float_simple),
6152         (gst_audio_panorama_transform_s2s_float_simple):
6153         * gst/audiofx/audiopanorama.h:
6154           Add 'method' property and provide a simple (non-psychoacustic)
6155           processing method (#394859).
6156
6157         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
6158         (panorama_suite):
6159           Tests for new method.
6160
6161 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6162
6163         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
6164         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
6165           Set correct caps on outgoing pulled buffers, or things blow up
6166           after recent core changes.
6167
6168 2007-01-11  Wim Taymans  <wim@fluendo.com>
6169
6170         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6171
6172         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
6173         (gst_multipart_mux_request_new_pad),
6174         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
6175         (gst_multipart_mux_change_state):
6176         Return FLOW errors ASAP. Fixes #394977.
6177         Misc cleanups.
6178
6179 2007-01-11  Wim Taymans  <wim@fluendo.com>
6180
6181         Patch by: Lutz Mueller <lutz at topfrose dot de>
6182
6183         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
6184         Check for stream pad before activating. 
6185
6186 2007-01-10  Wim Taymans  <wim@fluendo.com>
6187
6188         Patch by: Peter Kjellerstedt  <pkj at axis com>
6189
6190         * gst/rtsp/COPYING.MIT:
6191         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6192         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
6193         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
6194         (gst_rtspsrc_stream_configure_transport),
6195         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
6196         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
6197         (gst_rtspsrc_parse_methods),
6198         (gst_rtspsrc_create_transports_string),
6199         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
6200         (gst_rtspsrc_open), (gst_rtspsrc_close):
6201         * gst/rtsp/gstrtspsrc.h:
6202         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6203         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
6204         (parse_request_line), (parse_line), (rtsp_connection_read),
6205         (rtsp_connection_close):
6206         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
6207         (rtsp_method_as_text), (rtsp_header_as_text),
6208         (rtsp_status_as_text), (rtsp_find_header_field),
6209         (rtsp_find_method):
6210         * gst/rtsp/rtspdefs.h:
6211         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
6212         (rtsp_ext_wms_configure_stream):
6213         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
6214         (rtsp_message_new_request), (rtsp_message_init_request),
6215         (rtsp_message_new_response), (rtsp_message_init_response),
6216         (rtsp_message_init_data), (rtsp_message_unset),
6217         (rtsp_message_free), (rtsp_message_add_header),
6218         (rtsp_message_get_header), (rtsp_message_set_body),
6219         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
6220         * gst/rtsp/rtspmessage.h:
6221         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
6222         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
6223         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
6224         (sdp_message_dump):
6225         Allow url to be NULL to be able to use it for server connections.
6226         Can now send responses as well as requests.
6227         No longer hangs in an endless loop if EOF is received.
6228         Can now convert a status code to a text string.
6229         Return RTSP_HDR_INVALID for unknown headers.
6230         Return RTSP_INVALID for unknown methods.
6231         Copy CSeq and Session headers from the request.
6232         Only free memory corresponding to the currently set message type.
6233         Added const to function arguments as appropriate.
6234         Avoid a compiler warning when initializing nmedia.
6235         Use guint rather than gint to avoid compiler warnings.
6236         Fix crasher in wms extension.
6237         Factor out stream setup from open_connection.
6238         Delay activation of streams when actual data is received from the
6239         server, this prepares us to do proper protocol switching.
6240         Added new license.
6241         Fixes #380895.
6242
6243
6244 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
6245
6246         Patch by: Sebastian Dröge <slomo ubuntu com>
6247
6248         * docs/plugins/Makefile.am:
6249         * gst/audiofx/audiopanorama.c:
6250           Some small docs fixes (#394851).
6251
6252 2007-01-09  Wim Taymans  <wim@fluendo.com>
6253
6254         * gst/avi/gstavidemux.c:
6255         Fix docs.
6256
6257 2007-01-09  Wim Taymans  <wim@fluendo.com>
6258
6259         * gst/rtp/Makefile.am:
6260         * gst/rtp/gstrtp.c: (plugin_init):
6261         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
6262         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
6263         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
6264         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
6265         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
6266         * gst/rtp/gstrtpmpvdepay.h:
6267           Added RFC 2250 MPEG Video Depayloader.
6268
6269         * gst/rtp/gstrtpL16depay.h:
6270         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
6271         (gst_rtp_h263p_depay_process):
6272         Fix Header file. Small cleanups.
6273
6274         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
6275         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
6276         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
6277         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
6278         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
6279         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
6280         (gst_rtp_mp4v_depay_change_state):
6281         Remove usused code. Remove Adapter from state Change. Added debug.
6282
6283         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
6284         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
6285         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
6286         * gst/rtp/gstrtpmpadepay.h:
6287         Subclass base depayloader.
6288         Added debug.
6289         Support static payload type assignment as well.
6290
6291         * gst/rtp/gstrtpmpapay.c:
6292         Fix caps.
6293
6294 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6295
6296         Patch by: Vincent Torri  <vtorri at univ-evry fr>
6297
6298         * ext/jpeg/gstjpegdec.c:
6299         * ext/jpeg/gstjpegenc.c:
6300         * ext/jpeg/smokecodec.c:
6301           These libjpeg callbacks should return a 'boolean' (unsigned char
6302           apparently) and not a 'gboolean' (which maps to gint). Fixes
6303           warnings when compiling with MingW (#393427).
6304
6305         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6306           Use ioctlsocket on win32.
6307
6308         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6309           Some printf format fixes for win32.
6310
6311 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
6312
6313         * gst/cutter/gstcutter.c: (gst_cutter_chain):
6314           Use gst_guint64_to_gdouble for conversion.
6315         * win32/vs6/libgstmatroska.dsp:
6316           Add zlib to the link.
6317         * win32/vs6/libgstvideobox.dsp:
6318           Update liboil library name (project is linked to 
6319           liboil-0.3-0.lib now).
6320           
6321 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6322
6323         * gst/matroska/Makefile.am:
6324           If zlib is available and used, we must link it explicitly for
6325           things to work on MingW (fixes #392855).
6326
6327 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
6328
6329         * ext/esd/esdsink.c: (gst_esdsink_delay):
6330           Don't return bogus values when esd_get_delay() fails for some
6331           reason (#392189).
6332
6333 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6334
6335         * sys/ximage/gstximagesrc.c: (composite_pixel):
6336           Fix presumably copy'n'pasto for 16bpp depth.
6337
6338 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6339
6340         * gst/matroska/matroska-mux.c:
6341         (gst_matroska_mux_audio_pad_setcaps):
6342           The "signed" field in audio caps is of boolean type, trying to use
6343           gst_structure_get_int() to extract it will fail. Fixing this makes
6344           matroskamux accept raw audio input (#387121) (use at your own risk
6345           though, due to the matroska spec being not entirely useful in this
6346           respect).
6347           Also fix up raw audio structures in template caps so that they
6348           represent what our setcaps function will actually accept, so that
6349           converters know what to convert to.
6350           Finally, don't fail if there isn't an "endianness" field in 8-bit
6351           PCM caps.
6352
6353 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
6354
6355         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6356         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6357         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6358         (teardown_cmmldec):
6359         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6360         (teardown_cmmlenc):
6361         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6362           reapply consistent pad (de)activation
6363
6364 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
6365
6366         * configure.ac:
6367         Back to CVS
6368
6369         * gst-plugins-good.doap:
6370         Add 0.10.5 doap entry
6371
6372 === release 0.10.5 ===
6373
6374 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
6375
6376         * configure.ac:
6377           releasing 0.10.5, "The Path of Thorns"
6378
6379 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6380
6381         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6382         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6383         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6384         (teardown_cmmldec):
6385         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6386         (teardown_cmmlenc):
6387         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6388           revert my freeze breakage
6389
6390 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6391
6392         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6393         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6394         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6395         (teardown_cmmldec):
6396         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6397         (teardown_cmmlenc):
6398         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6399           consistent pad (de)activation
6400
6401 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
6402
6403         * configure.ac:
6404         * ext/Makefile.am:
6405         Disable LADPSA, as it has moved to the -bad module for the duration.
6406
6407 2006-12-18  Wim Taymans  <wim@fluendo.com>
6408
6409         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
6410         (gst_signal_processor_event):
6411         Reset flow_state back to _OK after a flush stop so that we exit our
6412         error state after the flush. Fixes #374213
6413
6414 2006-12-16  David Schleef  <ds@schleef.org>
6415
6416         * sys/osxvideo/osxvideosink.h:
6417         * sys/osxvideo/osxvideosink.m:
6418           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
6419
6420 2006-12-16  David Schleef  <ds@schleef.org>
6421
6422         Patch by: Vijay Santhanam <vijay santhanam gmail com>
6423
6424         * sys/osxvideo/Makefile.am:
6425         * sys/osxvideo/osxvideosink.h:
6426         * sys/osxvideo/osxvideosink.m:
6427           Preliminary patch for porting osxvideosink
6428
6429 2006-12-16  Wim Taymans  <wim@fluendo.com>
6430
6431         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6432
6433         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
6434         (gst_videomixer_set_master_geometry),
6435         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
6436         (gst_videomixer_reset), (gst_videomixer_init),
6437         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
6438         (gst_videomixer_release_pad), (gst_videomixer_collected),
6439         (gst_videomixer_change_state):
6440         Introduce some locking around the videomixer state so that it does not
6441         crash when adding/removing pads. Fixes #383043.
6442
6443 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6444
6445         * configure.ac:
6446           Make sure libcaca can actually be used instead of just checking for
6447           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
6448           cross-compiling (fixes #384587).
6449
6450 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6451
6452         * Makefile.am:
6453         * gst-plugins-good.doap:
6454         * gst-plugins-good.spec.in:
6455           adding doap file
6456
6457 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6458
6459         * configure.ac:
6460           libflac-1.1.3 changed API again, but we can't build against it yet,
6461           so make sure our check doesn't use libflac-1.1.3 and add a comment
6462           to this effect.
6463
6464 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6465
6466         * gst/effectv/gstquark.c: (gst_quarktv_transform),
6467         (gst_quarktv_planetable_clear):
6468           Add some NULL pointer checks (possibly related to #385623).
6469
6470 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
6471
6472         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
6473         (gst_tag_demux_chain):
6474         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
6475           In streaming mode, if the first buffer we get doesn't have an
6476           offset, fix it up to be 0, otherwise trimming won't work later on
6477           and we'll be typefinding application/x-id3, which may result in
6478           decodebin plugging an endless number of id3demux elements as a
6479           consequence. Fixes #385031.
6480           
6481 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6482
6483         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
6484           Ignore the buffer_time the sound device reports. Turns out it is 
6485           sometimes completely bogus and we're better off without it.
6486
6487 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6488
6489         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6490         (gst_matroska_demux_video_caps):
6491         * gst/matroska/matroska-ids.c:
6492         (gst_matroska_track_init_video_context):
6493         * gst/matroska/matroska-ids.h:
6494           Try harder to extract the framerate for video tracks correctly and
6495           save it directly instead of converting it back and forth a few
6496           times. Mostly makes a difference for very small framerates (<1).
6497           Fixes #380199.
6498
6499 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6500
6501         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
6502         (gst_gconf_audio_src_dispose), (do_toggle_element):
6503         * ext/gconf/gstgconfaudiosrc.h:
6504           Remove gconf notify hook when the gconfaudiosrc element is
6505           destroyed, otherwise the callback may be called on an
6506           already-destroyed instance and bad things happen. Should fix
6507           #378184.
6508           Also ignore gconf key changes when the source is already running.
6509
6510 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6511
6512         Patch by: Sebastian Dröge  <mail at slomosnail de>
6513
6514         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6515           We need to be able to read and parse any possible floating point string
6516           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
6517           will parse the former only in certain locales though, so we really need
6518           to canonicalise the separator to '.' and then use g_ascii_strtod() to
6519           make sure we can parse either version at all times.
6520           Fixes #382982 for real.
6521
6522 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6523
6524         * sys/sunaudio/gstsunaudiomixerctrl.c:
6525         * sys/sunaudio/gstsunaudiosrc.c:
6526
6527         Use the sunaudio debug category.
6528
6529         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
6530         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
6531         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
6532         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
6533         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
6534         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
6535         (gst_sunaudiosink_reset):
6536         * sys/sunaudio/gstsunaudiosink.h:
6537
6538         Uses the sunaudio debug category for all debug output
6539         Implements the _delay() callback to synchronise video playback better
6540         Change the segtotal and segsize values back to the parent class 
6541           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
6542           respectively)
6543         Measure the samples written to the device vs. played.
6544         Keep track of segments in the device by writing empty eof frames, and
6545         sleep using a GCond when we get too far ahead and risk overrunning the
6546         sink's ringbuffer.
6547
6548         Fixes: #360673
6549
6550 2006-12-08  Wim Taymans  <wim@fluendo.com>
6551
6552         Patch by: Sebastian Dröge  <mail at slomosnail de >
6553
6554         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6555         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
6556         * gst/audiofx/audiopanorama.h:
6557         Fix audiopanorame with float samples. Fixes #383726.
6558
6559 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6560
6561         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
6562         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
6563         (gst_sunaudiosrc_reset):
6564
6565         Implement reset functions to unblock the src/sink more quickly on 
6566         state change requests.
6567         Patch by: Brian Cameron <brian dot cameron at sun com>
6568
6569 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6570
6571         * sys/sunaudio/gstsunaudiomixer.c:
6572         (gst_sunaudiomixer_change_state):
6573         Construct the correct mixer device name when the AUDIODEV env var
6574         is set.
6575
6576         Patch by: Jerry Tan <jerry.tan at sun dot com>
6577         Fixes: #383596
6578
6579 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6580
6581         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
6582         Apply patch to open the mixer control and set the MULTIPLE_OPEN
6583         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
6584         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
6585         Patch by: Jerry Tan <jerry.tan at sun dot com>
6586         Fixes: #349015
6587
6588 2006-12-07  Wim Taymans  <wim@fluendo.com>
6589
6590         * gst/smpte/gstmask.h:
6591         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
6592         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
6593         (gst_smpte_collected), (gst_smpte_set_property),
6594         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
6595         * gst/smpte/gstsmpte.h:
6596         Port to 0.10 some more. 
6597         Added duration property to specify the duration of the transition.
6598         Make framerate a fraction.
6599         Deprecate fps property, we only use negotiated fps.
6600         Added docs.
6601         Fix collectpad usage.
6602         Reset state in READY.
6603         Send NEWSEGMENT event.
6604         Fix racy updates of object properties.
6605         Added debug category.
6606         Fixes #383323.
6607
6608 2006-12-06  Wim Taymans  <wim@fluendo.com>
6609
6610         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6611
6612         * gst/videomixer/videomixer.c:
6613         (gst_videomixer_set_master_geometry),
6614         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
6615         Don't reset xpos and ypos in the setcaps function because causes
6616         unexpected behaviour.
6617         Fixes #382179.
6618
6619 2006-12-06  Wim Taymans  <wim@fluendo.com>
6620
6621         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
6622         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
6623         Keep track of the buffer timestamp in the collectdata member instead
6624         of modifying the buffer without making the metadata writable first.
6625         Fixes #382277.
6626
6627 2006-12-06  Wim Taymans  <wim@fluendo.com>
6628
6629         Patch by: Rob Taylor <robtaylor at floopily dot org>
6630
6631         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
6632         If using multicast in udpsrc, bind to the multicast address rather than
6633         IN_ADDR_ANY.
6634         This allows the simultanous use of multiple udpsrcs listening on
6635         different multicat addresses. Without this all udpsrcs will receive all
6636         packets from all subscribed multicast addresses.
6637         Fixes #383001.
6638
6639 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6640
6641         * ext/taglib/gstid3v2mux.cc:
6642         Don't attempt to write a NULL frame into the ID3 tag set when the 
6643         createFrame method returned NULL.
6644         Fixes: #381857
6645         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
6646
6647 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6648
6649         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6650         Use g_strtod() instead of sscanf to parse doubles, so that it will
6651         try parsing in the C locale if the current locale fails.
6652         Fixes: #382982
6653         Patch by: Sebastian Dröge  <mail at slomosnail de >
6654
6655 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
6656
6657         * win32/MANIFEST:
6658         Fix compilation on win32 under VS8
6659         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
6660         Partially fixes #381175
6661
6662 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6663
6664         * gst/avi/gstavimux.c:
6665           accept all mpegversions,fixes #380825
6666           spotted by: Jerome Alet  
6667
6668 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6669
6670         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6671         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
6672         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
6673         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
6674           cleanup the error message a bit more
6675
6676 2006-11-28  Wim Taymans  <wim@fluendo.com>
6677
6678         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
6679         Fix width and height properties.
6680
6681         * ext/libcaca/gstcacasink.h:
6682         Fix compilation on newer libcaca that require us to include a new
6683         header. Fixes #379918.
6684
6685 2006-11-28  Wim Taymans  <wim@fluendo.com>
6686
6687         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6688         * gst/rtsp/gstrtspsrc.h:
6689         * gst/rtsp/rtspext.h:
6690         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
6691         (rtsp_ext_wms_get_context):
6692         Add method so that extensions can choose to disable the setup of
6693         a stream.
6694         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
6695
6696 2006-11-27  Wim Taymans  <wim@fluendo.com>
6697
6698         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6699
6700         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6701         Push header in a separate buffer instead of memcpy:ing all data.
6702         Change LF => CRLF in headers.
6703         Move trailing LF to header. Fixes #379792.
6704
6705 2006-11-27  Wim Taymans  <wim@fluendo.com>
6706
6707         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
6708         Small buffer overflow fix and improve debugging.
6709
6710 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6711
6712         * ext/esd/esdmon.h:
6713         * ext/esd/esdsink.h:
6714           remove obsolete _factory_init protos
6715
6716 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6717
6718         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
6719         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
6720         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
6721         (gst_avi_demux_read_subindexes_push),
6722         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
6723         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6724         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
6725         (gst_avi_demux_massage_index),
6726         (gst_avi_demux_calculate_durations_from_index),
6727         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
6728         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
6729         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
6730           remove dead code, tweak debugs statements, add comments, use
6731           _uint64_scale instead _uint64_scale_int when using guint64 values,
6732           small optimizations, reflow some error handling
6733
6734 2006-11-22  Edward Hervey  <edward@fluendo.com>
6735
6736         * po/.cvsignore:
6737         We never put .pot files in cvs. Let's ignore them all.
6738
6739 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6740
6741         * po/POTFILES.in:
6742           ... but better exclude files that aren't disted.
6743
6744 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6745
6746         * po/POTFILES.in:
6747           Add v4l2 source files to list of files with translations, so the
6748           strings are actually extracted (however bad they still may be).
6749
6750 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6751
6752         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
6753           Minor clean-ups: const-ify static array, remove trailing comma from
6754           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
6755
6756 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
6757
6758         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
6759         Make sure that g_free always gets called on the same pointer that was 
6760         returned by g_malloc.  Fixes #376594.
6761         Do not leak memory if decompressed size is wrong.
6762         Remove unneeded check of return value of g_malloc.
6763         Patch by: René Stadler <mail@renestadler.de>
6764
6765 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
6766
6767         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
6768           Add missing curly brackets.
6769
6770 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
6771
6772         * sys/v4l2/v4l2src_calls.c:
6773         Fix capture_deinit.
6774
6775 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6776
6777         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
6778         (gst_matroska_mux_request_new_pad):
6779           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
6780
6781         * tests/check/elements/matroskamux.c: (setup_src_pad),
6782         (setup_sink_pad), (GST_START_TEST):
6783         Activate pads before using them.
6784
6785 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6786
6787         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
6788           Initialise variable to get rid of bogus compiler warning.
6789
6790 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
6791
6792         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
6793
6794         * gst/rtp/gstrtph263pay.c:
6795         * gst/rtp/gstrtph263pdepay.c:
6796         * gst/rtp/gstrtph263ppay.c:
6797           Specify H.263 variant and version in the caps (fixes #361637)
6798
6799 2006-11-15  Wim Taymans  <wim@fluendo.com>
6800
6801         * gst/rtsp/rtspconnection.c: (read_body):
6802         Don't set a data pointer to NULL and a size > 0 when we deal
6803         with empty packets.
6804
6805         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
6806         (rtsp_message_init_response), (rtsp_message_init_data),
6807         (rtsp_message_unset), (rtsp_message_free),
6808         (rtsp_message_take_body):
6809         Check that we can't create invalid empty packets. 
6810
6811 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
6812
6813         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6814
6815         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
6816         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
6817         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
6818         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6819         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
6820         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
6821         * gst/matroska/matroska-mux.h:
6822           Add basic tag writing support; implement releasing pads (#374658).
6823
6824 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
6825
6826         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6827         (gst_matroska_demux_audio_caps):
6828           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
6829
6830 2006-11-14  David Schleef  <ds@schleef.org>
6831
6832         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
6833
6834 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6835
6836         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
6837
6838         * win32/vs8/gst-plugins-good.sln:
6839         * win32/vs8/libgst1394.vcproj:
6840         * win32/vs8/libgstaasink.vcproj:
6841         * win32/vs8/libgstalaw.vcproj:
6842         * win32/vs8/libgstalpha.vcproj:
6843         * win32/vs8/libgstalphacolor.vcproj:
6844         * win32/vs8/libgstannodex.vcproj:
6845         * win32/vs8/libgstapetag.vcproj:
6846         * win32/vs8/libgstaudiofx.vcproj:
6847         * win32/vs8/libgstauparse.vcproj:
6848         * win32/vs8/libgstautodetect.vcproj:
6849         * win32/vs8/libgstavi.vcproj:
6850         * win32/vs8/libgstcacasink.vcproj:
6851         * win32/vs8/libgstcdio.vcproj:
6852         * win32/vs8/libgstcutter.vcproj:
6853         * win32/vs8/libgstdv.vcproj:
6854         * win32/vs8/libgsteffectv.vcproj:
6855         * win32/vs8/libgstflac.vcproj:
6856         * win32/vs8/libgstflxdec.vcproj:
6857         * win32/vs8/libgstgoom.vcproj:
6858         * win32/vs8/libgsticydemux.vcproj:
6859         * win32/vs8/libgstid3demux.vcproj:
6860         * win32/vs8/libgstjpeg.vcproj:
6861         * win32/vs8/libgstladspa.vcproj:
6862         * win32/vs8/libgstlevel.vcproj:
6863         * win32/vs8/libgstmatroska.vcproj:
6864         * win32/vs8/libgstmikmod.vcproj:
6865         * win32/vs8/libgstmng.vcproj:
6866         * win32/vs8/libgstmonoscope.vcproj:
6867         * win32/vs8/libgstmulaw.vcproj:
6868         * win32/vs8/libgstmultipart.vcproj:
6869         * win32/vs8/libgstpng.vcproj:
6870         * win32/vs8/libgstrtp.vcproj:
6871         * win32/vs8/libgstrtsp.vcproj:
6872         * win32/vs8/libgstshout2.vcproj:
6873         * win32/vs8/libgstsmpte.vcproj:
6874         * win32/vs8/libgstspeex.vcproj:
6875         * win32/vs8/libgsttaglib.vcproj:
6876         * win32/vs8/libgstudp.vcproj:
6877         * win32/vs8/libgstvideobalance.vcproj:
6878         * win32/vs8/libgstvideobox.vcproj:
6879         * win32/vs8/libgstvideoflip.vcproj:
6880         * win32/vs8/libgstvideomixer.vcproj:
6881         * win32/vs8/libgstwavenc.vcproj:
6882         * win32/vs8/libgstwavparse.vcproj:
6883           Make end-of-line returns unixy, so that when the files are checked
6884           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
6885           Hopefully fixes #366492.
6886
6887 2006-11-14  Wim Taymans  <wim@fluendo.com>
6888
6889         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
6890         Disable init_frames delay timestamp adjustment, it does not
6891         seem to be needed at all. Fixes #369621.
6892
6893 2006-11-13  Wim Taymans  <wim@fluendo.com>
6894
6895         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6896
6897         * gst/videomixer/videomixer.c:
6898         (gst_videomixer_set_master_geometry),
6899         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
6900         (gst_videomixer_collect_free), (gst_videomixer_reset),
6901         (gst_videomixer_init), (gst_videomixer_finalize),
6902         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
6903         (gst_videomixer_collected), (gst_videomixer_change_state):
6904         Fix memleak by unref'ing collectpads instance (when finalizing)
6905         Implement releasing a request pad. Fixes #374479.
6906
6907 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
6908
6909         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
6910
6911         * win32/vs8/gst-plugins-good.sln:
6912         * win32/vs8/libgst1394.vcproj:
6913         * win32/vs8/libgstaasink.vcproj:
6914         * win32/vs8/libgstalaw.vcproj:
6915         * win32/vs8/libgstalpha.vcproj:
6916         * win32/vs8/libgstalphacolor.vcproj:
6917         * win32/vs8/libgstannodex.vcproj:
6918         * win32/vs8/libgstapetag.vcproj:
6919         * win32/vs8/libgstaudiofx.vcproj:
6920         * win32/vs8/libgstauparse.vcproj:
6921         * win32/vs8/libgstautodetect.vcproj:
6922         * win32/vs8/libgstavi.vcproj:
6923         * win32/vs8/libgstcacasink.vcproj:
6924         * win32/vs8/libgstcdio.vcproj:
6925         * win32/vs8/libgstcutter.vcproj:
6926         * win32/vs8/libgstdv.vcproj:
6927         * win32/vs8/libgsteffectv.vcproj:
6928         * win32/vs8/libgstflac.vcproj:
6929         * win32/vs8/libgstflxdec.vcproj:
6930         * win32/vs8/libgstgoom.vcproj:
6931         * win32/vs8/libgsticydemux.vcproj:
6932         * win32/vs8/libgstid3demux.vcproj:
6933         * win32/vs8/libgstjpeg.vcproj:
6934         * win32/vs8/libgstladspa.vcproj:
6935         * win32/vs8/libgstlevel.vcproj:
6936         * win32/vs8/libgstmatroska.vcproj:
6937         * win32/vs8/libgstmikmod.vcproj:
6938         * win32/vs8/libgstmng.vcproj:
6939         * win32/vs8/libgstmonoscope.vcproj:
6940         * win32/vs8/libgstmulaw.vcproj:
6941         * win32/vs8/libgstmultipart.vcproj:
6942         * win32/vs8/libgstpng.vcproj:
6943         * win32/vs8/libgstrtp.vcproj:
6944         * win32/vs8/libgstrtsp.vcproj:
6945         * win32/vs8/libgstshout2.vcproj:
6946         * win32/vs8/libgstsmpte.vcproj:
6947         * win32/vs8/libgstspeex.vcproj:
6948         * win32/vs8/libgsttaglib.vcproj:
6949         * win32/vs8/libgstudp.vcproj:
6950         * win32/vs8/libgstvideobalance.vcproj:
6951         * win32/vs8/libgstvideobox.vcproj:
6952         * win32/vs8/libgstvideoflip.vcproj:
6953         * win32/vs8/libgstvideomixer.vcproj:
6954         * win32/vs8/libgstwavenc.vcproj:
6955         * win32/vs8/libgstwavparse.vcproj:
6956           Add VS8 project files (note that many of the plugins in ext are
6957           disabled by default). Fixes #366492.
6958
6959 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
6960
6961         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6962           we do not translate debug messages
6963
6964 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
6965
6966         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
6967           fix categorisation, make short desc more explicit, remove unused code
6968           Fixes #372021
6969
6970 2006-11-08  Wim Taymans  <wim@fluendo.com>
6971
6972         * gst/rtp/gstrtpL16depay.c:
6973         * gst/rtp/gstrtpamrdepay.c:
6974         * gst/rtp/gstrtpamrpay.c:
6975         * gst/rtp/gstrtpgsmdepay.c:
6976         * gst/rtp/gstrtph263pay.c:
6977         * gst/rtp/gstrtph263pdepay.c:
6978         * gst/rtp/gstrtph263ppay.c:
6979         * gst/rtp/gstrtph264depay.c:
6980         * gst/rtp/gstrtpmp2tdepay.c:
6981         * gst/rtp/gstrtpmp4gdepay.c:
6982         * gst/rtp/gstrtpmp4gpay.c:
6983         * gst/rtp/gstrtpmp4vdepay.c:
6984         * gst/rtp/gstrtpmp4vpay.c:
6985         * gst/rtp/gstrtpmpadepay.c:
6986         * gst/rtp/gstrtpmpapay.c:
6987         * gst/rtp/gstrtppcmadepay.c:
6988         * gst/rtp/gstrtppcmapay.c:
6989         * gst/rtp/gstrtppcmudepay.c:
6990         * gst/rtp/gstrtppcmupay.c:
6991         * gst/rtp/gstrtpspeexdepay.c:
6992         * gst/rtp/gstrtpspeexpay.c:
6993         * gst/rtp/gstrtpsv3vdepay.c:
6994         Fix element descriptions.
6995
6996 2006-11-08  Wim Taymans  <wim@fluendo.com>
6997
6998         * gst/rtp/gstrtpvorbisdepay.c:
6999         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
7000         Fix description.
7001         Small cleanup in the payloader.
7002
7003 2006-11-08  Wim Taymans  <wim@fluendo.com>
7004
7005         * gst/rtp/Makefile.am:
7006         * gst/rtp/gstrtp.c: (plugin_init):
7007         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
7008         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
7009         (gst_rtp_theora_depay_finalize),
7010         (gst_rtp_theora_depay_parse_configuration),
7011         (gst_rtp_theora_depay_setcaps),
7012         (gst_rtp_theora_depay_switch_codebook),
7013         (gst_rtp_theora_depay_process),
7014         (gst_rtp_theora_depay_set_property),
7015         (gst_rtp_theora_depay_get_property),
7016         (gst_rtp_theora_depay_change_state),
7017         (gst_rtp_theora_depay_plugin_init):
7018         * gst/rtp/gstrtptheoradepay.h:
7019         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
7020         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
7021         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
7022         (gst_rtp_theora_pay_init_packet),
7023         (gst_rtp_theora_pay_flush_packet),
7024         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
7025         (gst_rtp_theora_pay_handle_buffer),
7026         (gst_rtp_theora_pay_plugin_init):
7027         * gst/rtp/gstrtptheorapay.h:
7028         Add theora pay/depayloaders.
7029
7030 2006-11-06  Wim Taymans  <wim@fluendo.com>
7031
7032         * gst/rtp/Makefile.am:
7033         We depend on gsttag to generate the vorbis comments.
7034
7035         * gst/rtp/gstrtpvorbisdepay.c:
7036         (gst_rtp_vorbis_depay_parse_configuration),
7037         (gst_rtp_vorbis_depay_setcaps),
7038         (gst_rtp_vorbis_depay_switch_codebook),
7039         (gst_rtp_vorbis_depay_process):
7040         * gst/rtp/gstrtpvorbisdepay.h:
7041         Parse configuration string in the depayloader.
7042         Implement selecting and switching to a new codebook.
7043         Receiving vorbis over RTP now works.
7044
7045         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
7046         (gst_rtp_vorbis_pay_init_packet),
7047         (gst_rtp_vorbis_pay_finish_headers),
7048         (gst_rtp_vorbis_pay_handle_buffer):
7049         * gst/rtp/gstrtpvorbispay.h:
7050         Set timestamps on outgoing buffers and RTP packets.
7051         Fix configuration string, prepend number of Packet headers.
7052         Fix encoding of ident string.
7053         Add delivery-method to caps.
7054         Streaming vorbis over RTP now works.
7055
7056 2006-11-06  Wim Taymans  <wim@fluendo.com>
7057
7058         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7059         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
7060         (gst_rtp_vorbis_pay_handle_buffer):
7061         * gst/rtp/gstrtpvorbispay.h:
7062         Generate a valid configuration string in the caps based on the
7063         vorbis headers.
7064
7065 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7066
7067         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
7068         * ext/cdio/gstcdio.h:
7069         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
7070           Move CD-TEXT utility function into common file so it can also be
7071           used by a future cdioparanoiasrc.
7072
7073 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
7074         
7075         * sys/v4l2/Makefile.am:
7076         * sys/v4l2/gstv4l2object.c:
7077         * sys/v4l2/gstv4l2src.c:
7078         * sys/v4l2/gstv4l2xoverlay.c:
7079         * sys/v4l2/v4l2_calls.c:
7080         * sys/v4l2/v4l2src_calls.c:
7081         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
7082         xoverlay code that is still not implemented.
7083
7084 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
7085
7086         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
7087           We require a -base more recent than 0.10.9, so it's safe to use
7088           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
7089
7090         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
7091         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
7092           Use _newsegment_full() now that we depend on a recent enough core.
7093
7094         * gst/wavparse/gstwavparse.c:
7095           Remove cruft that we don't need any longer now that we depend on
7096           a recent enough -base.
7097
7098 2006-10-31  Wim Taymans  <wim@fluendo.com>
7099
7100         * gst/rtp/Makefile.am:
7101         * gst/rtp/gstrtp.c: (plugin_init):
7102         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
7103         (gst_rtpilbcpay_setcaps):
7104         Fix and activate ILBC pay and depayloaders. Fixes #368162.
7105
7106 2006-10-31  Wim Taymans  <wim@fluendo.com>
7107
7108         * ext/speex/gstspeexdec.c: (speex_dec_convert),
7109         (speex_dec_sink_event), (speex_dec_chain_parse_header):
7110         Some small cleanups, use _scale.
7111
7112 2006-10-31  Wim Taymans  <wim@fluendo.com>
7113
7114         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
7115         Use higher precision scale function.
7116
7117 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
7118
7119         Patch by: Michal Benes  <michal dot benes at itonis tv>
7120
7121         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
7122         (gst_matroska_demux_read_track_encodings),
7123         (gst_matroska_decode_buffer):
7124           Fix several issues with encoded/compressed/encrypted/signed tracks;
7125           also, remove superfluous newline characters from some debug
7126           statements. (#366155)
7127
7128 2006-10-30  Wim Taymans  <wim@fluendo.com>
7129
7130         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
7131         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
7132         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
7133         (gst_smokedec_change_state):
7134         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
7135         (gst_smokeenc_init), (gst_smokeenc_finalize),
7136         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
7137         (gst_smokeenc_resync), (gst_smokeenc_chain),
7138         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
7139         (gst_smokeenc_change_state):
7140         Various cleanups, capsnego and leak fixes.
7141
7142 2006-10-30  Wim Taymans  <wim@fluendo.com>
7143
7144         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7145
7146         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
7147         Fix videomixer so that it can handle any combination of framerates.
7148         Fixes #367221.
7149
7150 2006-10-28  Wim Taymans  <wim@fluendo.com>
7151
7152         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7153         (gst_avi_demux_parse_file_header),
7154         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
7155         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
7156         (gst_avi_demux_chain):
7157         Fix position query for audio. also fixes timestamps in streaming
7158         mode and bug #364958.
7159         Small cleanups.
7160
7161 2006-10-27  Wim Taymans  <wim@fluendo.com>
7162
7163         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
7164         * ext/libpng/gstpngenc.h:
7165         Fix strides. Fixes #364856.
7166         Cleanup capsnego.
7167         Set caps on outgoing buffers.
7168
7169 2006-10-18  Wim Taymans  <wim@fluendo.com>
7170
7171         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
7172
7173         * gst/rtp/gstrtpgsmpay.c:
7174         * gst/rtp/gstrtph263pay.c:
7175         * gst/rtp/gstrtpmpapay.c:
7176         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
7177         (gst_rtp_pcma_pay_handle_buffer):
7178         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
7179         Add static payload numbers in addition to the dynamic ones.
7180         Fixes #361639.
7181
7182 2006-10-18  Wim Taymans  <wim@fluendo.com>
7183
7184         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7185         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
7186         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
7187         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
7188         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
7189         * gst/rtsp/rtspdefs.h:
7190         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7191         * gst/rtsp/rtspurl.h:
7192         Reuse already existing enum for lower transport.
7193         Add rtspt and rtspu protocols.
7194         Send redirect to rtspt when udp times out.
7195
7196 2006-10-18  Wim Taymans  <wim@fluendo.com>
7197
7198         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
7199         (gst_wavparse_stream_data):
7200         Fix seeking some more, mostly for speed changes.
7201
7202 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7203
7204         Patch by: Fredrik Persson  <frepe at bredband net>
7205
7206         * sys/v4l2/gstv4l2tuner.c:
7207         * sys/v4l2/gstv4l2tuner.h:
7208           Fix _set_channel(): remove useless g_object_notify() for "channel"
7209           property that doesn't exist any longer and therefore now also
7210           useless redirect (#338818).
7211
7212 2006-10-17  Wim Taymans  <wim@fluendo.com>
7213
7214         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
7215         Some drivers do not support unsetting the non-blocking flag once the
7216         device is opened. In those cases, close/open the device in
7217         non-blocking mode. Fixes #362673.
7218
7219 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7220
7221         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7222         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7223         (gst_v4l2src_get_fps):
7224           dear stefan, framespersecond is not frameperiod, reverting but adding
7225           comment
7226
7227 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7228
7229         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7230         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7231         (gst_v4l2src_get_fps):
7232           Numerator is numerator and denominator is denominator. Say that aloud
7233           5 times and retry after next beer.
7234
7235 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
7236
7237         Patch by: Josep Torra Valles  <josep at fluendo com>
7238
7239         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
7240         * ext/esd/esdsink.c: (gst_esdsink_write):
7241         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
7242         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
7243         (gst_flac_dec_send_newsegment):
7244         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
7245         (gst_flac_enc_tell_callback):
7246         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
7247         (smokecodec_parse_header), (smokecodec_decode):
7248         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
7249         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
7250         * gst/goom/Makefile.am:
7251         * gst/goom/gstgoom.c:
7252         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
7253         * gst/rtsp/gstrtspsrc.c:
7254         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7255         * gst/udp/gstudpsink.c:
7256         * gst/udp/gstudpsrc.c:
7257         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
7258         * sys/sunaudio/gstsunaudiomixertrack.h:
7259           Fix a bunch of problems discovered by the Forte compiler, mostly type
7260           mixups and pointer arithmetics with void pointers. Fixes #362603.
7261
7262 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7263
7264         * ext/speex/gstspeex.c: (plugin_init):
7265         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
7266         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
7267         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
7268         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
7269         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
7270         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
7271         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
7272         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
7273         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
7274         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
7275         (gst_speex_enc_chain), (gst_speex_enc_get_property),
7276         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
7277         * ext/speex/gstspeexenc.h:
7278           Miscellaneous clean-ups, among other things: speexenc => enc to
7279           enhance code readability; change speexenc => speex_enc; in chain
7280           function unref input buffer in case of error; take reference in
7281           event function; use boilerplate macro; use gst_pad_query_peer_*
7282           convenience functions.
7283
7284 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7285
7286         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
7287         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
7288         (gst_speexenc_set_header_on_caps):
7289           Fix some mem leaks.
7290
7291 2006-10-11  Wim Taymans  <wim@fluendo.com>
7292
7293         * gst/rtsp/URLS:
7294         Added some other URL.
7295
7296         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
7297         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
7298         (gst_rtspsrc_open), (gst_rtspsrc_play),
7299         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7300         * gst/rtsp/gstrtspsrc.h:
7301         Work on fallback to TCP connection when the UDP socket times out.
7302         Handler server requests, just reply with OK for now.
7303
7304         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7305         * gst/rtsp/rtspdefs.h:
7306         Added some more Real extension headers.
7307
7308         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7309         Fix parsing of urls with a ':' that is not part of the hostname:port
7310         part of the url.
7311
7312 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7313
7314         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
7315         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
7316         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
7317           Activate pad before adding it to the already-running element.
7318
7319         * tests/check/elements/icydemux.c: (icydemux_found_pad):
7320           Activate newly-created pad too.
7321
7322 2006-10-11  Wim Taymans  <wim@fluendo.com>
7323
7324         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
7325
7326         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7327         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
7328         (gst_udpsrc_start):
7329         Fix some leaks in caps and uris. Fixes #361252.
7330
7331 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
7332
7333         * gst/wavparse/Makefile.am:
7334           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
7335
7336 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
7337
7338         * sys/v4l2/gstv4l2xoverlay.c:
7339         * sys/v4l2/gstv4l2xoverlay.h:
7340         Fix build as per the patch in #338818 comment 36.
7341
7342 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
7343
7344         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
7345           Activate pads before adding them to the source.
7346
7347 2006-10-06  Wim Taymans  <wim@fluendo.com>
7348
7349         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
7350         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
7351         Activate pads before adding.
7352
7353 2006-10-06  Wim Taymans  <wim@fluendo.com>
7354
7355         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
7356         (gst_multipart_find_pad_by_mime):
7357         Activate pads before adding.
7358
7359         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
7360         BOILERPLATE sets parent_class for us.
7361
7362 2006-10-06  Wim Taymans  <wim@fluendo.com>
7363
7364         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
7365         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7366         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
7367         (gst_rtspsrc_alloc_udp_ports),
7368         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7369         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
7370         (gst_rtspsrc_create_transports_string),
7371         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
7372         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7373         * gst/rtsp/gstrtspsrc.h:
7374         Rework how the transport string is constructed, try to share channels
7375         and udp ports.
7376         Make most of the stuff less dependant on RTP as we are also going to use
7377         it for RDT.
7378         Add support for transport specific session managers.
7379
7380         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
7381         Implement _flush().
7382
7383         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7384         * gst/rtsp/rtspdefs.h:
7385         Add generic error return code.
7386
7387         * gst/rtsp/rtspext.h:
7388         Add support for pluggable tranport strings.
7389
7390         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
7391         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
7392         (rtsp_ext_wms_get_context):
7393         Detect WMServer and activate the extension.
7394
7395         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
7396         (rtsp_transport_get_manager), (rtsp_transport_parse):
7397         * gst/rtsp/rtsptransport.h:
7398         Added methods to get mime/manager for certain transports.
7399
7400 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
7401
7402         * ext/cairo/gsttimeoverlay.c:
7403         (gst_cairo_time_overlay_update_font_height):
7404         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
7405         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
7406         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
7407         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
7408         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
7409         * ext/libpng/gstpngdec.c: (user_endrow_callback):
7410         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
7411         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
7412         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
7413         (gst_avi_demux_stream_data):
7414         * gst/cutter/gstcutter.c: (gst_cutter_chain):
7415         * gst/debug/efence.c: (gst_efence_buffer_alloc),
7416         (gst_fenced_buffer_copy):
7417         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7418         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
7419         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
7420         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
7421         (gst_rtspsrc_handle_message):
7422         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
7423         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
7424           Printf format fixes.
7425
7426 2006-10-04  Wim Taymans  <wim@fluendo.com>
7427
7428         * gst/rtsp/Makefile.am:
7429         Dist new .h file too.
7430
7431 2006-10-04  Wim Taymans  <wim@fluendo.com>
7432
7433         * gst/rtsp/Makefile.am:
7434         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
7435         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
7436         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7437         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7438         (gst_rtspsrc_parse_rtpmap),
7439         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
7440         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7441         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
7442         * gst/rtsp/gstrtspsrc.h:
7443         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7444         * gst/rtsp/rtspdefs.h:
7445         * gst/rtsp/rtspext.h:
7446         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
7447         (rtsp_ext_wms_get_context):
7448         * gst/rtsp/rtspextwms.h:
7449         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
7450         (rtsp_transport_parse):
7451         * gst/rtsp/rtsptransport.h:
7452         Factor out extension in separate module.
7453         Fix getcaps to filter against the padtemplate.
7454         Use Content-Base if the server gives one.
7455         Rework the transport parsing a bit for future extensions.
7456         Added some Real Header field definitions.
7457
7458 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7459
7460         * docs/plugins/Makefile.am:
7461         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7462         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7463           added v4l2 stubs
7464         * gst-plugins-good.spec.in:
7465           add v4l2
7466
7467 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
7468
7469         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7470           Extract disc/album/medium number and count and try harder
7471           to extract track number/count.
7472
7473 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7474
7475         * configure.ac:
7476         * sys/Makefile.am:
7477           add build stuff for v4l2, needs --enable-experimental until
7478           the last bits are resolved
7479
7480 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
7481
7482         * tests/check/Makefile.am:
7483           Disable autodetect test temporarily, so that the build bots
7484           update -bad and the ranks of unreliable video sinks in there.
7485
7486         * tests/check/elements/autodetect.c: (GST_START_TEST):
7487           Skip test if no usable videosink is found.
7488
7489 2006-09-29  Wim Taymans  <wim@fluendo.com>
7490
7491         * gst/rtsp/URLS:
7492         Add some more URLs.
7493
7494         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7495         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
7496         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7497         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
7498         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7499         (gst_rtspsrc_loop), (gst_rtspsrc_send),
7500         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7501         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
7502         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7503         * gst/rtsp/gstrtspsrc.h:
7504         Add timeout property to control UDP timeouts.
7505         Fix error messages.
7506         Also start a loop function when operating in UDP mode so that we can
7507         do some more stuff async.
7508         Handle element messages from udpsrc to detect timeouts. If a timeout
7509         happens we currently generate an error.
7510         API: rtspsrc::timeout property.
7511
7512         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7513         (gst_udpsrc_create):
7514         Really implement the timeout in microseconds and not milliseconds.
7515
7516 2006-09-29  Wim Taymans  <wim@fluendo.com>
7517
7518         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7519         (gst_udpsrc_create), (gst_udpsrc_set_property),
7520         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
7521         * gst/udp/gstudpsrc.h:
7522         Added property to post a message on timeout.
7523         Updated docs.
7524         When restarting the select, initialize the fdsets again.
7525         Init control sockets so we don't accidentally close a random socket.
7526         API: GstUDPSrc::timeout property
7527
7528 2006-09-29  Wim Taymans  <wim@fluendo.com>
7529
7530         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
7531         Fix flag registration.
7532
7533         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7534         Reading 0 also means 'no more commands'
7535
7536 2006-09-29  Wim Taymans  <wim@fluendo.com>
7537
7538         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7539
7540         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7541         Fix possible infinite loop when shutting down, a read can also return
7542         0 to indicate no more messages are available. Fixes #358156.
7543
7544 2006-09-25  Wim Taymans  <wim@fluendo.com>
7545
7546         * gst/autodetect/gstautoaudiosink.c:
7547         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
7548         (gst_auto_audio_sink_find_best):
7549         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
7550         Small cleanups.
7551         don't try to set "sync" property when it is not available.
7552
7553 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7554
7555         Patch by: Peter Kjellerstedt  <pkj at axis com>
7556
7557         * gst/alpha/gstalpha.c:
7558         * gst/rtp/gstrtpamrdepay.c:
7559         * gst/rtsp/gstrtspsrc.c:
7560         * gst/udp/gstudpsrc.c:
7561         * gst/videomixer/videomixer.c:
7562           Include stdlib.h in some more places, makes things compile
7563           with uClibc and -Werror (#357592).
7564
7565 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7566
7567         * ext/jpeg/gstjpegdec.c:
7568           Set minimum height to 8 (from 16), our code should handle
7569           that fine. Some of the buttons on the apple trailer site
7570           are apparently only 15 pixels high (see #357470).
7571
7572 2006-09-23  Wim Taymans  <wim@fluendo.com>
7573
7574         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
7575         (gst_rtspsrc_open):
7576         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7577         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7578         (rtsp_connection_receive):
7579         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7580         * gst/rtsp/rtspdefs.h:
7581         Improve error reporting.
7582
7583 2006-09-23  Wim Taymans  <wim@fluendo.com>
7584
7585         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
7586         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
7587         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
7588         * gst/rtp/gstrtpdepay.c:
7589         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
7590         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
7591         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
7592         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
7593         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
7594         (gst_rtp_mp2t_depay_plugin_init):
7595         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
7596         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
7597         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
7598         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
7599         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
7600         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
7601         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
7602         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
7603         Fix klass typos.
7604         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
7605
7606 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7607
7608         * configure.ac:
7609           Need  -base CVS for gst_base_rtp_depayload_push_ts().
7610
7611 2006-09-22  Wim Taymans  <wim@fluendo.com>
7612
7613         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
7614         Don't check for a tag that is never there and check if we read the
7615         correct tag. Fixes seeking again.
7616         We must post an error when all pads are unlinked.
7617
7618 2006-09-22  Wim Taymans  <wim@fluendo.com>
7619
7620         * gst/rtp/Makefile.am:
7621         * gst/rtp/gstrtp.c: (plugin_init):
7622         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
7623         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7624         (gst_rtp_vorbis_pay_reset_packet),
7625         (gst_rtp_vorbis_pay_init_packet),
7626         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
7627         (gst_rtp_vorbis_pay_handle_buffer):
7628         More fixage, set endoder-params correctly in the payloader.
7629
7630 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7631
7632         * gst/autodetect/gstautoaudiosink.c:
7633         (gst_auto_audio_sink_base_init):
7634         * gst/autodetect/gstautovideosink.c:
7635         (gst_auto_video_sink_base_init):
7636           Make static pad templates static to appease valgrind's leak
7637           detector.
7638
7639         * tests/check/Makefile.am:
7640         * tests/check/elements/.cvsignore:
7641         * tests/check/elements/autodetect.c: (GST_START_TEST),
7642         (autodetect_suite):
7643           Add simple test for the ghostpad lockup on shutdown fixed in core
7644           CVS (audio bit disabled because it would need dozens of alsa
7645           suppressions and I'm too lazy to add those now).
7646
7647 2006-09-22  Wim Taymans  <wim@fluendo.com>
7648
7649         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
7650         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
7651         Small cleanups.
7652
7653         * gst/rtp/Makefile.am:
7654         * gst/rtp/gstrtp.c: (plugin_init):
7655         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
7656         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
7657         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
7658         (gst_rtp_vorbis_depay_process),
7659         (gst_rtp_vorbis_depay_set_property),
7660         (gst_rtp_vorbis_depay_get_property),
7661         (gst_rtp_vorbis_depay_change_state),
7662         (gst_rtp_vorbis_depay_plugin_init):
7663         * gst/rtp/gstrtpvorbisdepay.h:
7664         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
7665         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
7666         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
7667         (gst_rtp_vorbis_pay_flush_packet),
7668         (gst_rtp_vorbis_pay_append_buffer),
7669         (gst_rtp_vorbis_pay_handle_buffer),
7670         (gst_rtp_vorbis_pay_plugin_init):
7671         * gst/rtp/gstrtpvorbispay.h:
7672         Add experimental vorbis pay and depayloaders.
7673
7674 2006-09-21  Wim Taymans  <wim@fluendo.com>
7675
7676         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
7677         Fix profile-level-id parsing and setup.
7678
7679 2006-09-21  Wim Taymans  <wim@fluendo.com>
7680
7681         * gst/udp/README:
7682         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
7683         Update README, simple cleanup.
7684
7685 2006-09-21  Wim Taymans  <wim@fluendo.com>
7686
7687         * gst/rtp/README:
7688         Update README with some examples.
7689
7690         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
7691         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
7692         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
7693         (gst_rtp_mp4g_pay_setcaps):
7694         * gst/rtp/gstrtpmp4gpay.h:
7695         Make optional RTP parameters of type STRING, as required by the
7696         application/x-rtp caps specification.
7697
7698 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
7699
7700         * gst/rtp/gstrtph263pdepay.c:
7701         * gst/rtp/gstrtph263ppay.c:
7702         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
7703         RTP header.
7704
7705 2006-09-20  Wim Taymans  <wim@fluendo.com>
7706
7707         * gst/rtp/Makefile.am:
7708         And makefile too.
7709
7710 2006-09-20  Wim Taymans  <wim@fluendo.com>
7711
7712         * gst/rtp/gstrtp.c: (plugin_init):
7713         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
7714         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
7715         (decode_base64), (gst_rtp_asf_depay_setcaps),
7716         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
7717         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
7718         (gst_rtp_asf_depay_plugin_init):
7719         * gst/rtp/gstrtpasfdepay.h:
7720         Added preliminary ASF depayloader.
7721
7722         * gst/rtp/gstrtph264depay.c: (decode_base64):
7723         Fix base64 decoding.
7724
7725 2006-09-20  Wim Taymans  <wim@fluendo.com>
7726
7727         * gst/rtsp/URLS:
7728         Added some test URLS.
7729
7730         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7731         (gst_rtspsrc_loop), (gst_rtspsrc_open):
7732         * gst/rtsp/gstrtspsrc.h:
7733         When creating streams, give access to the complete SDP.
7734         Fix some leaks.
7735         Collect and merge global stream properties in stream caps.
7736         Preliminary support for WMServer.
7737
7738         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7739         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7740         (rtsp_connection_receive):
7741         * gst/rtsp/rtspconnection.h:
7742         Make connection interruptable.
7743         Refactor to make it reconnectable.
7744         Don't fail on short reads when reading data packets.
7745
7746         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
7747         (rtsp_url_get_port):
7748         * gst/rtsp/rtspurl.h:
7749         Add methods for getting/setting the port.
7750
7751         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
7752         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
7753         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
7754         (sdp_media_get_format), (sdp_parse_line),
7755         (sdp_message_parse_buffer):
7756         Fix headers. 
7757         Add methods for getting multiple attributes with the same name.
7758         Increase buffer size when parsing.
7759         Fix parsing of a=foo fields.
7760
7761         * gst/rtsp/test.c: (main):
7762         Update to new connection API.
7763
7764         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
7765         (rtsp_message_init_response), (rtsp_message_init_data),
7766         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
7767         * gst/rtsp/rtspmessage.h:
7768         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
7769         * gst/rtsp/rtsptransport.h:
7770         * gst/rtsp/sdp.h:
7771         * gst/rtsp/sdpmessage.h:
7772         * gst/rtsp/gstrtsp.c:
7773         * gst/rtsp/gstrtsp.h:
7774         * gst/rtsp/gstrtpdec.c:
7775         * gst/rtsp/gstrtpdec.h:
7776         * gst/rtsp/rtsp.h:
7777         * gst/rtsp/rtspdefs.c:
7778         * gst/rtsp/rtspdefs.h:
7779         Dual licensed under MIT and LGPL now.
7780
7781 2006-09-19  Wim Taymans  <wim@fluendo.com>
7782
7783         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
7784         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
7785         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
7786         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7787         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
7788         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7789         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
7790         * gst/rtsp/gstrtspsrc.h:
7791         Reorganize stream parsing and creation.
7792         Detect container formats in interleaved mode.
7793         Keep more state about the streams.
7794         Assume a server also supports PLAY if it does not say.
7795         Add unicast and interleaved properties to TCP transport requests to make
7796         some servers happy (WMServer).
7797
7798         * gst/rtsp/sdpmessage.h:
7799         Add some defines for the standard Bandwidth types.
7800
7801 2006-09-19  Wim Taymans  <wim@fluendo.com>
7802
7803         * gst/rtsp/test.c: (main):
7804         Fix build.
7805
7806 2006-09-19  Wim Taymans  <wim@fluendo.com>
7807
7808         * gst/wavparse/gstwavparse.c:
7809         Add ms-gsm to the src template.
7810
7811 2006-09-18  Wim Taymans  <wim@fluendo.com>
7812
7813         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
7814         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
7815         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
7816         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
7817         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
7818         * gst/rtsp/gstrtspsrc.h:
7819         Small cleanups, added documentation.
7820         Try to clean up the requests and responses.
7821         Refactor parsing the supported methods.
7822
7823         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
7824         (rtsp_connection_create), (rtsp_connection_send),
7825         (parse_response_status), (parse_request_line),
7826         (rtsp_connection_receive), (rtsp_connection_close),
7827         (rtsp_connection_free):
7828         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
7829         (rtsp_transport_init), (rtsp_transport_parse),
7830         (rtsp_transport_free):
7831         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7832         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
7833         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
7834         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
7835         Use g_return_val some more.
7836
7837         * gst/rtsp/rtspdefs.h:
7838         Add more enum values to track initial states.
7839
7840         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
7841         (rtsp_message_init_request), (rtsp_message_new_response),
7842         (rtsp_message_init_response), (rtsp_message_init_data),
7843         (rtsp_message_unset), (rtsp_message_free),
7844         (rtsp_message_add_header), (rtsp_message_remove_header),
7845         (rtsp_message_get_header), (rtsp_message_set_body),
7846         (rtsp_message_take_body), (rtsp_message_get_body),
7847         (rtsp_message_steal_body), (rtsp_message_dump):
7848         * gst/rtsp/rtspmessage.h:
7849         Reorder arguments, object goes as the first one.
7850         Use g_return_val some more.
7851
7852 2006-09-18  Wim Taymans  <wim@fluendo.com>
7853
7854         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
7855         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
7856         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
7857         * gst/rtsp/gstrtspsrc.h:
7858         Export sometimes source pad with correct caps on the template, create
7859         the ghostpad from the template.
7860         Remove RTCP template as we never expose RTCP.
7861         Protect against invalid body size.
7862         Avoid memcpy when creating the output buffer.
7863         Properly post an error and send EOS when the loop function is shut down.
7864
7865 2006-09-18  Wim Taymans  <wim@fluendo.com>
7866
7867         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
7868
7869         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7870         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
7871         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
7872         * gst/rtsp/gstrtspsrc.h:
7873         Make sure we can never set an invalid location.
7874
7875         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
7876         * gst/rtsp/rtspmessage.h:
7877         Added _steal_body method for future use.
7878
7879         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
7880         Make freeing of NULL url return immediatly.
7881
7882 2006-09-18  Wim Taymans  <wim@fluendo.com>
7883
7884         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
7885
7886         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
7887         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
7888         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
7889         (gst_rtspsrc_change_state):
7890         * gst/rtsp/gstrtspsrc.h:
7891         Use boilerplate.
7892         Make rtspsrc subclass GstBin to make state changes easier.
7893         Add Range header field on the PLAY request.
7894
7895 2006-09-18  Wim Taymans  <wim@fluendo.com>
7896
7897         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
7898
7899         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
7900         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
7901         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
7902         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
7903         * gst/rtsp/rtspconnection.c: (inet_aton):
7904         Small cleanups.
7905         when multicast is selected as the transport, create UDP sources and
7906         connect to the multicast group.
7907         Move parsing and setting of caps to a common place.
7908         Fixes #349894.
7909
7910 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
7911
7912         * ext/flac/gstflactag.c:
7913         * gst/alpha/gstalpha.c:
7914         * gst/debug/breakmydata.c:
7915         * gst/debug/negotiation.c:
7916         * gst/debug/testplugin.c:
7917         * gst/effectv/gstaging.c:
7918         * gst/effectv/gstdice.c:
7919         * gst/effectv/gstedge.c:
7920         * gst/effectv/gstquark.c:
7921         * gst/effectv/gstrev.c:
7922         * gst/effectv/gstshagadelic.c:
7923         * gst/effectv/gstvertigo.c:
7924         * gst/effectv/gstwarp.c:
7925         * gst/multipart/multipartdemux.c:
7926         * gst/multipart/multipartmux.c:
7927         * gst/videobox/gstvideobox.c:
7928         * gst/videofilter/gstgamma.c:
7929         * gst/videofilter/gstvideotemplate.c:
7930         * gst/videomixer/videomixer.c:
7931         * sys/sunaudio/gstsunaudiosrc.h:
7932         More G_OBJECT macro fixing.
7933
7934 2006-09-16  Wim Taymans  <wim@fluendo.com>
7935
7936         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
7937
7938         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
7939         Correctly set the dwLength in strh.
7940         With this patch, the file duration is now displayed correctly in window
7941         media player and the AVI plays completely. Fixes #356147
7942
7943 2006-09-15  Wim Taymans  <wim@fluendo.com>
7944
7945         Patch by: Darren Kenny <darren dot kenny at sun dot com>
7946
7947         * sys/sunaudio/gstsunaudiomixerctrl.c:
7948         (gst_sunaudiomixer_ctrl_build_list):
7949         Set the output track as the MASTER so that the gnome-settings-daemon
7950         keybindings for changing the volume using the keyboard works.
7951         Fixes #356142.
7952
7953 2006-09-15  Wim Taymans  <wim@fluendo.com>
7954
7955         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
7956         Fix documentation, it is not possible to control the framerate of jpegdec
7957         using filtered caps yet. Fixes #355210.
7958         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
7959         stop when there is an error.
7960
7961 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
7962
7963         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
7964         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
7965           Don't interpret a first buffer with an offset of NONE as
7966           'from the middle of the stream', but only a first buffer
7967           that has a valid buffer offset that's non-zero (see #345449).
7968
7969 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
7970
7971         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
7972         (gst_icydemux_typefind_or_forward):
7973         * gst/icydemux/gsticydemux.h:
7974           When we merge/collect multiple incoming buffers for typefinding
7975           purposes, keep an initial 0 offset on the first outgoing buffer
7976           as well (otherwise id3demux won't work right). Fixes #345449.
7977           Also Make buffer metadata writable before setting buffer caps.
7978
7979         * tests/check/elements/icydemux.c: (typefind_succeed),
7980         (cleanup_icydemux), (push_data), (GST_START_TEST),
7981         (icydemux_suite):
7982           Small test case for the above.
7983
7984 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
7985
7986         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
7987         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
7988         (gst_avi_demux_stream_header_push),
7989         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
7990         (gst_avi_demux_loop):
7991           More code reuse and better logging in _peek_chunk(). Reintroduce check
7992           for chunk sizes before reading them (avoid oom). Better handling for 
7993           invalid chunksizes when streaming.
7994
7995 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
7996
7997         * gst/level/gstlevel.c: (gst_level_set_property):
7998         * gst/level/gstlevel.h:
7999           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
8000           René Stadler
8001
8002 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
8003
8004         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8005         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8006         (gst_avi_demux_stream_data):
8007           Revert one change to fix streaming avi (adapter size != data size).
8008
8009 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8010
8011         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
8012
8013         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
8014         (gst_matroska_demux_reset),
8015         (gst_matroska_demux_read_track_encodings),
8016         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
8017         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8018         (gst_matroska_demux_subtitle_caps):
8019         * gst/matroska/matroska-ids.h:
8020           Add support for VOBSUB subtitle tracks and zlib-compressed
8021           tracks. Make sure we start on a keyframe after a seek. (#343348)
8022
8023 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8024
8025         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
8026         (gst_matroska_demux_push_flac_codec_priv_data),
8027         (gst_matroska_demux_push_xiph_codec_priv_data),
8028         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8029         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
8030         * gst/matroska/matroska-ids.h:
8031           Add basic FLAC support (#311586), not perfect yet though, needs some
8032           tweaking in flacdec; also, seeking could be better.
8033           Do better bounds checking when deserialising vorbis stream headers
8034           to make sure we don't read beyond the end of the buffer on bad input.
8035
8036 2006-09-04  Wim Taymans  <wim@fluendo.com>
8037
8038         Patch by: Alessandro Decina <alessandro at nnva dot org>
8039
8040         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
8041         Seeking back in a file containing a CMML stream errors out if the seek
8042         goes back up to the CMML headers. This is because after the seek the xml
8043         processing instruction <?xml ...?> is submitted to the xml parser again, 
8044         which results in an error. The attached patch fixes the problem. 
8045         Fixes #353908.
8046
8047         * ext/annodex/gstcmmlenc.h:
8048         Fix authors name.
8049
8050
8051 2006-08-28  Andy Wingo  <wingo@pobox.com>
8052
8053         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
8054         New helper function to lessen the ifdefs.
8055         (GST_INFO_OBJECT): 
8056         (gst_dv1394src_iso_receive): Use it.
8057         (gst_dv1394src_create): Also use the control sockets in iec61883
8058         mode.
8059         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
8060         handle for AVC operations; fixes #348233.
8061
8062 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8063
8064         * configure.ac:
8065         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8066         * docs/plugins/inspect/plugin-audiofx.xml:
8067         * docs/plugins/inspect/plugin-audiofxgood.xml:
8068         * gst/audiofx/Makefile.am:
8069         * gst/audiofx/audiofx.c:
8070         * gst/audiofxgood/.cvsignore:
8071         * gst/audiofxgood/Makefile.am:
8072         * gst/audiofxgood/audiofx.c:
8073         * gst/audiofxgood/audiopanorama.c:
8074         * gst/audiofxgood/audiopanorama.h:
8075           Rename again (audiofxgood -> audiofx).
8076
8077 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8078
8079         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
8080         (gst_avi_demux_stream_scan):
8081           Initialze variables.
8082
8083 2006-08-25  Wim Taymans  <wim@fluendo.com>
8084
8085         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8086         (gst_avi_demux_init), (gst_avi_demux_finalize),
8087         (gst_avi_demux_reset), (gst_avi_demux_index_last),
8088         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
8089         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
8090         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8091         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
8092         (gst_avi_demux_massage_index),
8093         (gst_avi_demux_calculate_durations_from_index),
8094         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
8095         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8096         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
8097         (gst_avi_demux_change_state):
8098         * gst/avi/gstavidemux.h:
8099         More attempts to turn this into readable code.
8100         Don't leak adapters.
8101         Calculate duration according to index more efficiently.
8102         Don't try to act like we drive the pipeline in chain mode.
8103
8104 2006-08-25  Wim Taymans  <wim@fluendo.com>
8105
8106         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
8107         Fix build.
8108
8109 2006-08-25  Wim Taymans  <wim@fluendo.com>
8110
8111         Patch by: Alessandro Decina <alessandro at nnva dot org>
8112
8113         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
8114         Do some extra sanity checks.
8115         Fixes #350340.
8116
8117         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
8118         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
8119         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
8120         Check if clip->start_time is valid before adding the clip to the
8121         track list.
8122         Reset enc->preamble going from PAUSED to READY.
8123         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
8124         only used for EOS.
8125         Only post an error message if we were the one that created the fatal
8126         GstFlowReturn value.
8127
8128         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
8129         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
8130         Parse the seconds field of the npt-sec time format using %llu rather than
8131         %d and check that the value scaled by GST_SECOND doesn't overflow.
8132         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
8133         Lookup a clip's track with clip->track rather than clip->id which
8134         makes no sense.
8135         Identify a clip by its track and start time and not its xml id.
8136         do some more input checking and make sure we don't do undefined shifts.
8137
8138         * tests/check/elements/cmmldec.c: (setup_cmmldec),
8139         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
8140         (cmml_tag_message_pop), (check_headers), (push_clip_full),
8141         (push_clip), (push_empty_clip), (check_output_clip),
8142         (GST_START_TEST), (cmmldec_suite):
8143         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
8144         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
8145         (check_headers), (push_clip), (check_clip_times), (check_clip),
8146         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
8147         Added some more checks.
8148
8149 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8150
8151         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
8152         (gst_audio_panorama_set_property),
8153         (gst_audio_panorama_get_property),
8154         (gst_audio_panorama_transform_m2s_int),
8155         (gst_audio_panorama_transform_s2s_int),
8156         (gst_audio_panorama_transform_m2s_float),
8157         (gst_audio_panorama_transform_s2s_float):
8158         * gst/audiofxgood/audiopanorama.h:
8159         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8160           Make also the pan-property float (saves scaling and yields better
8161           resolution)
8162
8163 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8164
8165         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8166         (gst_audio_panorama_transform_m2s_float),
8167         (gst_audio_panorama_transform_s2s_float):
8168           ChangeLog surgery to add cymax's real name
8169
8170
8171 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8172
8173         Patch by: René Stadler <mail@renestadler.de>
8174
8175         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8176         (gst_audio_panorama_transform_m2s_int),
8177         (gst_audio_panorama_transform_s2s_int),
8178         (gst_audio_panorama_transform_m2s_float),
8179         (gst_audio_panorama_transform_s2s_float),
8180         (gst_audio_panorama_transform):
8181         * gst/audiofxgood/audiopanorama.h:
8182           Added float support
8183
8184 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8185
8186         * gst/audiofxgood/audiopanorama.c:
8187         (gst_audio_panorama_transform_m2s):
8188           Fix docs & debug category. Add Fixme for volume pan levels.
8189
8190 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8191
8192         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8193         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8194         (gst_avi_demux_stream_header_pull),
8195         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8196         (gst_avi_demux_chain):
8197           unbreak AVI index handling, some more debug, remove an obsolete
8198           adapter_flush that caused streaming to wander off in the wild
8199
8200 2006-08-24  Wim Taymans  <wim@fluendo.com>
8201
8202         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8203         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
8204         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
8205         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8206         (gst_avi_demux_calculate_durations_from_index),
8207         (gst_avi_demux_stream_header_push),
8208         (gst_avi_demux_stream_header_pull):
8209         * gst/avi/gstavidemux.h:
8210         Some more cleanups. 
8211         Fix totalFrames parsing in ODML.
8212         Disable use of index for length calculation in case of ODML as this is
8213         broken now.
8214
8215 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
8216
8217         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
8218           Use libgsttag helper function here too.
8219
8220 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
8221
8222         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8223         (gst_avi_demux_init), (gst_avi_demux_dispose),
8224         (gst_avi_demux_reset), (gst_avi_demux_index_next),
8225         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
8226         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8227         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
8228         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
8229         (gst_avi_demux_parse_subindex),
8230         (gst_avi_demux_read_subindexes_push),
8231         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
8232         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8233         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
8234         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
8235         (gst_avi_demux_stream_header_pull),
8236         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8237         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
8238         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
8239         (gst_avi_demux_change_state):
8240         * gst/avi/gstavidemux.h:
8241           Initial streaming support for avidemux (fixes #336465)
8242
8243 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8244
8245         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8246           There is no taglibmux element ...
8247
8248         * gst/rtsp/gstrtspsrc.c:
8249           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
8250           was complaining about unknown entity here.
8251
8252 2006-08-22  Wim Taymans  <wim@fluendo.com>
8253
8254         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8255         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
8256         (gst_avi_demux_process_next_entry):
8257         * gst/avi/gstavidemux.h:
8258         Mark DISCONT.
8259         Remove old unused fields and reorder the struct a bit.
8260
8261 2006-08-22  Wim Taymans  <wim@fluendo.com>
8262
8263         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8264         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
8265         (gst_rtspsrc_pause):
8266         * gst/rtsp/gstrtspsrc.h:
8267         * sys/oss/gstosssink.c: (gst_oss_sink_open),
8268         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
8269         Small documentation updates.
8270
8271 2006-08-22  Wim Taymans  <wim@fluendo.com>
8272
8273         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8274         (gst_avi_demux_index_entry_for_time),
8275         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8276         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
8277         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8278         (gst_avi_demux_next_data_buffer),
8279         (gst_avi_demux_calculate_durations_from_index),
8280         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
8281         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
8282         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8283         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
8284         * gst/avi/gstavidemux.h:
8285         Precalc most of the duration query for each stream.
8286         Make seeking more correct.
8287         Use GstSegment to track position and duration.
8288         Code cleanups and leak fixes.
8289         Calculate correct total duration based on index length.
8290
8291 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
8292
8293         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
8294         (parse_insert_string_field):
8295           If strings in text fields are marked ISO8859-1, but contain
8296           valid UTF-8 already, then handle them as UTF-8 and ignore
8297           the encoding. (#351794)
8298
8299 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8300
8301         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
8302         (gst_flac_dec_write), (gst_flac_dec_loop),
8303         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
8304         (gst_flac_dec_src_query):
8305         * ext/flac/gstflacdec.h:
8306           Make flac-in-ogg work (#352100).
8307
8308 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8309
8310         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
8311           Don't unref buffers of which we've already given away
8312           ownership to the adapter.
8313
8314 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8315
8316         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
8317           Make metadata extraction actually work.
8318
8319         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
8320         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
8321         (gst_speexenc_chain):
8322           Fix metadata writing: replace old code which wrote completely
8323           broken tags with libgsttag-based code. Plus miscellaneous
8324           code cleanups (use static pad templates etc.) and a bunch
8325           of leak fixes.
8326
8327 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8328
8329         * gst/audiopanorama/.cvsignore:
8330         * gst/audiopanorama/Makefile.am:
8331         * gst/audiopanorama/audiofx.c:
8332         * gst/audiopanorama/audiopanorama.c:
8333         * gst/audiopanorama/audiopanorama.h:
8334           die! die! die! you should never have been there
8335
8336 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
8337
8338         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8339         Fix invalid memory access in audiopanorama test suite.
8340
8341 2006-08-21  Edward Hervey  <edward@fluendo.com>
8342
8343         * tests/check/elements/.cvsignore:
8344         ignore built file
8345
8346 2006-08-21  Wim Taymans  <wim@fluendo.com>
8347
8348         * gst/rtp/Makefile.am:
8349         Fix the build again.
8350
8351 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8352
8353         * gst/audiofxgood/.cvsignore:
8354         * gst/audiofxgood/Makefile.am:
8355         * gst/audiofxgood/audiofx.c: (plugin_init):
8356         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8357         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8358         (gst_audio_panorama_set_property),
8359         (gst_audio_panorama_get_property),
8360         (gst_audio_panorama_get_unit_size),
8361         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8362         (gst_audio_panorama_transform_m2s),
8363         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8364         * gst/audiofxgood/audiopanorama.h:
8365           resubmit with the desired name *again*
8366
8367 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8368
8369         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
8370         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
8371           use g_assert in _get_unit_size
8372
8373 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8374
8375         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8376         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8377         * docs/plugins/inspect/plugin-audiofxgood.xml:
8378           cleanup -unused.txt to make it useful, add previously missing docs
8379
8380         * ext/Makefile.am:
8381           Quietly (accidentally) enable LADSPA for building by default, 
8382           despite the fact that it doesn't meet the plugin checklist.
8383             -- Added by Jan Schmidt 18 Dec 2006
8384
8385         * ext/esd/esdmon.c:
8386         * ext/esd/esdsink.c:
8387         * ext/esd/gstesd.c: (plugin_init):
8388           reflow to get rid of two external symbols
8389
8390         * gst/audiofxgood/audiofx.c: (plugin_init):
8391           re-add
8392
8393 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8394
8395         * configure.ac:
8396         * gst/audiofxgood/.cvsignore:
8397         * gst/audiofxgood/Makefile.am:
8398         * gst/audiofxgood/audiofx.c
8399         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8400         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8401         (gst_audio_panorama_set_property),
8402         (gst_audio_panorama_get_property),
8403         (gst_audio_panorama_get_unit_size),
8404         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8405         (gst_audio_panorama_transform_m2s),
8406         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8407         * gst/audiofxgood/audiopanorama.h:
8408         * tests/check/Makefile.am:
8409         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
8410         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
8411         (panorama_suite), (main):
8412         Add audiofxgood plugin with audiopanorama element
8413
8414 2006-08-18  Wim Taymans  <wim@fluendo.com>
8415
8416         * docs/plugins/Makefile.am:
8417         More Oss docs fixage. 
8418
8419 2006-08-18  Wim Taymans  <wim@fluendo.com>
8420
8421         * gst/rtp/Makefile.am:
8422         * gst/rtp/gstrtp.c: (plugin_init):
8423         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
8424         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
8425         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
8426         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
8427         (gst_rtp_sv3v_depay_get_property),
8428         (gst_rtp_sv3v_depay_change_state),
8429         (gst_rtp_sv3v_depay_plugin_init):
8430         * gst/rtp/gstrtpsv3vdepay.h:
8431         Added experimental SVQ3 depayloader.
8432
8433 2006-08-18  Edward Hervey  <edward@fluendo.com>
8434
8435         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
8436         (gst_dvdemux_loop), (gst_dvdemux_change_state):
8437         * ext/dv/gstdvdemux.h:
8438         When handling seek requests, don't send the newsegment event from the
8439         calling thread. Instead save it so it can be sent from the streaming
8440         thread.
8441
8442 2006-08-17  Wim Taymans  <wim@fluendo.com>
8443
8444         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8445
8446         * gst/multipart/multipartdemux.c: (multipart_parse_header):
8447         Accept leading whitespace before the boundary
8448         This patch makes the demuxer allow some whitespace before the actual
8449         boundary. This makes the demuxer work with the ``old'' gstreamer
8450         multipartmuxer again (which placed an extra \n before the start
8451         of the stream) Fixes #349068.
8452
8453 2006-08-17  Wim Taymans  <wim@fluendo.com>
8454
8455         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
8456         Error out on non-implemented stuff.
8457
8458 2006-08-16  Wim Taymans  <wim@fluendo.com>
8459
8460         Patch by: Andy Wingo <wingo at pobox dot com>
8461
8462         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
8463         (gst_signal_processor_start), (gst_signal_processor_stop),
8464         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
8465         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
8466         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
8467         (gst_signal_processor_change_state):
8468         Make ladspa elements reusable. Fixes #350006.
8469
8470 2006-08-16  Wim Taymans  <wim@fluendo.com>
8471
8472         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
8473         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
8474         names as possible. Fixes #349901.
8475
8476 2006-08-16  Wim Taymans  <wim@fluendo.com>
8477
8478         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
8479         (gst_signal_processor_do_pushes):
8480         A push() gives away our refcount so we should not use the buffer on the
8481         pen anymore.
8482
8483 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8484
8485         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8486         (gst_oss_mixer_element_finalize):
8487           Don't leak device string.
8488
8489 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8490
8491         * configure.ac:
8492           Require CVS of GStreamer core and -base (for
8493           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
8494
8495         * ext/taglib/gstid3v2mux.cc:
8496           Write extended comment tags properly (#348762).
8497
8498         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
8499         (parse_comment_frame):
8500           Extract COMM frames into extended comments, which makes it
8501           easier to properly retain the description bit of the tag
8502           and maintain this information when re-tagging (#348762).
8503
8504 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8505
8506         * tests/check/Makefile.am:
8507           Don't try to run annodex unit tests if the annodex
8508           plugin has not been built (Fixes #351116).
8509
8510 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8511
8512         * gst/autodetect/gstautoaudiosink.c:
8513         (gst_auto_audio_sink_find_best):
8514           When we can't find a usable audiosink, don't error out,
8515           but use a fake sink instead and post a warning message
8516           on the bus (#341278).
8517
8518 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8519
8520         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
8521         * sys/oss/gstosssink.c:
8522         * sys/oss/gstosssrc.c:
8523           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
8524           ossmixer's new device property.
8525
8526         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8527         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8528           Add docs for OSS elements.
8529
8530         * docs/plugins/inspect/plugin-aasink.xml:
8531         * docs/plugins/inspect/plugin-alaw.xml:
8532         * docs/plugins/inspect/plugin-alpha.xml:
8533         * docs/plugins/inspect/plugin-alphacolor.xml:
8534         * docs/plugins/inspect/plugin-annodex.xml:
8535         * docs/plugins/inspect/plugin-apetag.xml:
8536         * docs/plugins/inspect/plugin-auparse.xml:
8537         * docs/plugins/inspect/plugin-autodetect.xml:
8538         * docs/plugins/inspect/plugin-avi.xml:
8539         * docs/plugins/inspect/plugin-cacasink.xml:
8540         * docs/plugins/inspect/plugin-cairo.xml:
8541         * docs/plugins/inspect/plugin-cdio.xml:
8542         * docs/plugins/inspect/plugin-cutter.xml:
8543         * docs/plugins/inspect/plugin-debug.xml:
8544         * docs/plugins/inspect/plugin-dv.xml:
8545         * docs/plugins/inspect/plugin-efence.xml:
8546         * docs/plugins/inspect/plugin-effectv.xml:
8547         * docs/plugins/inspect/plugin-esdsink.xml:
8548         * docs/plugins/inspect/plugin-flac.xml:
8549         * docs/plugins/inspect/plugin-flxdec.xml:
8550         * docs/plugins/inspect/plugin-gconfelements.xml:
8551         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8552         * docs/plugins/inspect/plugin-goom.xml:
8553         * docs/plugins/inspect/plugin-halelements.xml:
8554         * docs/plugins/inspect/plugin-icydemux.xml:
8555         * docs/plugins/inspect/plugin-id3demux.xml:
8556         * docs/plugins/inspect/plugin-jpeg.xml:
8557         * docs/plugins/inspect/plugin-level.xml:
8558         * docs/plugins/inspect/plugin-matroska.xml:
8559         * docs/plugins/inspect/plugin-mulaw.xml:
8560         * docs/plugins/inspect/plugin-multipart.xml:
8561         * docs/plugins/inspect/plugin-navigationtest.xml:
8562         * docs/plugins/inspect/plugin-ossaudio.xml:
8563         * docs/plugins/inspect/plugin-png.xml:
8564         * docs/plugins/inspect/plugin-rtp.xml:
8565         * docs/plugins/inspect/plugin-rtsp.xml:
8566         * docs/plugins/inspect/plugin-shout2send.xml:
8567         * docs/plugins/inspect/plugin-smpte.xml:
8568         * docs/plugins/inspect/plugin-speex.xml:
8569         * docs/plugins/inspect/plugin-taglib.xml:
8570         * docs/plugins/inspect/plugin-udp.xml:
8571         * docs/plugins/inspect/plugin-videobalance.xml:
8572         * docs/plugins/inspect/plugin-videobox.xml:
8573         * docs/plugins/inspect/plugin-videoflip.xml:
8574         * docs/plugins/inspect/plugin-videomixer.xml:
8575         * docs/plugins/inspect/plugin-wavenc.xml:
8576         * docs/plugins/inspect/plugin-wavparse.xml:
8577         * docs/plugins/inspect/plugin-ximagesrc.xml:
8578           Update to CVS version.
8579           
8580 2006-08-16  Wim Taymans  <wim@fluendo.com>
8581
8582         * gst/rtp/gstrtpamrdepay.c:
8583         * gst/rtp/gstrtpmp4gdepay.c:
8584         Caps extra properties must be defined as strings for
8585         depayloaders because they are generated from an SDP.
8586
8587         * gst/rtp/Makefile.am:
8588         * gst/rtp/gstrtp.c: (plugin_init):
8589         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
8590         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
8591         (gst_rtp_h264_depay_finalize), (decode_base64),
8592         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
8593         (gst_rtp_h264_depay_set_property),
8594         (gst_rtp_h264_depay_get_property),
8595         (gst_rtp_h264_depay_change_state),
8596         (gst_rtp_h264_depay_plugin_init):
8597         * gst/rtp/gstrtph264depay.h:
8598         Added basic, not completely functional RFC 3984 H264 depayloader.
8599
8600 2006-08-16  Wim Taymans  <wim@fluendo.com>
8601
8602         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
8603         Add pads after setting them up.
8604
8605         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8606         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
8607         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
8608         (gst_rtspsrc_stream_setup_rtp),
8609         (gst_rtspsrc_stream_configure_transport),
8610         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
8611         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
8612         (gst_rtspsrc_pause):
8613         * gst/rtsp/gstrtspsrc.h:
8614         Fix interleaved mode.
8615          - Protect streaming with lock.
8616          - Combine flows
8617          - set caps on outgoing buffers.
8618          - strip trailing \0 from data packets.
8619          - Configure RTP/RTCP in stream.
8620         Use DEBUG_OBJECT more.
8621
8622 2006-08-16  Wim Taymans  <wim@fluendo.com>
8623
8624         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
8625         Turn a g_print into a DEBUG line.
8626
8627 2006-08-13  Wim Taymans  <wim@fluendo.com>
8628
8629         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
8630         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8631         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
8632         (gst_oss_mixer_element_get_property),
8633         (gst_oss_mixer_element_change_state):
8634         * sys/oss/gstossmixerelement.h:
8635         Small cleanups. Better error reporting.
8636         Add device property for the mixer instead of the hardcoded
8637         /dev/mixer. Fixes #350785.
8638         API: GstOssMixerElement::device property
8639
8640 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
8641
8642         Patch by: Jens Granseuer <jensgr at gmx net>
8643
8644         * gconf/Makefile.am:
8645           Make --disable-schemas work right (they still need
8646           to be copied to the installation directory, just not
8647           applied). Fixes #351347 (also #344100).
8648           
8649 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8650
8651         * configure.ac: back to HEAD
8652
8653 === release 0.10.4 ===
8654
8655 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
8656
8657         * configure.ac:
8658           releasing 0.10.4, "Dear Leader"
8659
8660 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8661
8662         Patch by: Edward Hervey <edward@fluendo.com>
8663
8664         * configure.ac:
8665         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8666         (gst_wavparse_stream_data):
8667         Send the newsegment event in the streaming thread.
8668         Fixes #347529
8669
8670 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
8671
8672         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
8673         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
8674         (gst_smokeenc_resync), (gst_smokeenc_chain):
8675           Refuse sink caps in the encoder if width or height is not a
8676           multiple of 16, the encoder does not support that yet (#349939);
8677           along the same lines, check the return value of the encoder
8678           setup function; also remove some debug log clutter.
8679
8680 2006-08-04  Andy Wingo  <wingo@pobox.com>
8681
8682         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
8683         whether a processor can work in place or not, and for keeping
8684         track of its state. Change the FlowReturn instance variable from
8685         "state" to "flow_state", all callers changed.
8686
8687         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
8688         (gst_signal_processor_start, gst_signal_processor_stop)
8689         (gst_signal_processor_cleanup): New functions to manage the
8690         processor's state.
8691         (gst_signal_processor_setcaps): start() as well as setup() here.
8692         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
8693         (gst_signal_processor_change_state): Stop and cleanup the
8694         processor as we go to NULL.
8695
8696         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
8697         INPLACE_BROKEN is not set.
8698
8699         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
8700         Do the alloc_buffer in bytes, not frames.
8701         
8702 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8703
8704         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
8705         Fix rgb masks when recording in < 24bpp.
8706
8707 2006-08-04  Andy Wingo  <wingo@pobox.com>
8708
8709         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
8710         (gst_signal_processor_prepare)
8711         (gst_signal_processor_update_inputs)
8712         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
8713         (gst_signal_processor_flush)
8714         (gst_signal_processor_sink_activate_push)
8715         (gst_signal_processor_src_activate_pull)
8716         (gst_signal_processor_change_state): Remove the last of the code
8717         that assumes that we process whole buffers at a time. Fix some
8718         debugging. Seems to work now in some cases.
8719         (gst_signal_processor_src_activate_pull): BPB
8720
8721 2006-08-01  Andy Wingo  <wingo@pobox.com>
8722
8723         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
8724         Fix nframes-choosing.
8725         (gst_signal_processor_init): Init pending_in and pending_out.
8726
8727         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
8728         more default sample rate, although we never check that the sample
8729         rate actually gets set. Something for the future.
8730         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
8731         (gst_signal_processor_event): Refcount fixen.
8732         (gst_signal_processor_process): Pull the number of frames to
8733         process from the sizes of the buffers in the input pens.
8734         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
8735         (gst_signal_processor_do_pulls): Add an nframes argument, and use
8736         it instead of buffer_frames.
8737         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
8738         to do_pulls.
8739         (gst_signal_processor_chain)
8740         (gst_signal_processor_sink_activate_push)
8741         (gst_signal_processor_src_activate_pull):  Refcount fixen.
8742
8743         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
8744
8745 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
8746
8747         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
8748         (gst_signal_processor_process):
8749           don't query buffer-frames from caps, add lots of debug-log,
8750           try fix for assert (#349189)
8751
8752 2006-07-31  Wim Taymans  <wim@fluendo.com>
8753
8754         * gst/udp/gstudpsrc.c:
8755         Fix docs.
8756
8757 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
8758
8759         * ext/ladspa/gstsignalprocessor.c:
8760         (gst_signal_processor_add_pad_from_template),
8761         (gst_signal_processor_init), (gst_signal_processor_setcaps),
8762         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
8763         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
8764         (gst_signal_processor_sink_activate_push),
8765         (gst_signal_processor_src_activate_pull),
8766         (gst_signal_processor_change_state):
8767          Add debugs logs here and there, add more error handling, add some
8768          FIXME comments, filed #349189
8769
8770 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8771
8772         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
8773         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
8774         Set caps on buffer correctly.  Fixes bug #349155.
8775
8776 2006-07-28  Wim Taymans  <wim@fluendo.com>
8777
8778         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8779
8780         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
8781         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
8782         (gst_multipart_demux_finalize), (get_line_end),
8783         (multipart_parse_header), (multipart_find_boundary),
8784         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
8785         (gst_multipart_set_property), (gst_multipart_get_property):
8786         Uses GstAdapter instead of own buffering.
8787         Actually parses the mime-type correctly (In tests the mime-type was
8788         always "" with the old version).
8789         Uses the Content-length header if available to speed up things.
8790         Reliably autoscans the boundary name by default.
8791         Fixes #349068.
8792
8793         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
8794         Don't start the stream with a \n.
8795
8796 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
8797
8798         Patch by: Brian Cameron <brian dot cameron at sun com>
8799
8800         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
8801           Open source with O_NONBLOCK (#349015).
8802
8803 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
8804
8805         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8806         (gst_avi_demux_massage_index):
8807         * gst/avi/gstavidemux.h:
8808           Whitespace fixes and more debug
8809
8810 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
8811
8812         * gst/autodetect/gstautoaudiosink.c:
8813         (gst_auto_audio_sink_create_element_with_pretty_name),
8814         (gst_auto_audio_sink_find_best),
8815         (gst_auto_audio_sink_change_state):
8816           Get rid of old and unused magic sound-server properties stuff.
8817           Add suffix to child sink's name that makes it easy to see from
8818           the name alone which type it actually is (alsa, oss, esd, etc.).
8819
8820 2006-07-27  Wim Taymans  <wim@fluendo.com>
8821
8822         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8823         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
8824         (gst_udpsrc_start):
8825         * gst/udp/gstudpsrc.h:
8826         Rename "buffer" to "buffer-size" to make clear it is a size we set and
8827         not some sort of feature we enable.
8828
8829 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
8830
8831         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
8832           Use CLOSE_SOCKET() here instead of close() to maintain
8833           win32 workiness.
8834
8835 2006-07-27  Wim Taymans  <wim@fluendo.com>
8836
8837         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
8838
8839         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8840         (gst_udpsrc_create), (gst_udpsrc_set_property),
8841         (gst_udpsrc_get_property), (gst_udpsrc_start):
8842         * gst/udp/gstudpsrc.h:
8843         Added "buffer-size" property to control the kernel receive buffer size.
8844         Update documentation.
8845         Small cleanups. Fixes #348752.
8846         API: buffer-size property
8847
8848 2006-07-26  Wim Taymans  <wim@fluendo.com>
8849
8850         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
8851
8852         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
8853         (gst_rtp_pcma_pay_handle_buffer):
8854         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
8855         (gst_rtp_pcmu_pay_handle_buffer):
8856         Fix timestamp calculation on outgoing RTP packets.
8857         Fixes #348675.
8858
8859 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8860
8861         * ext/taglib/gstid3v2mux.cc:
8862           Fix writing of comment frames (should be COMM not TCOM),
8863           is still sub-optimal though, since we don't retain or
8864           extract the comment descriptions properly (#334375,
8865           also see #334375).
8866
8867 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8868
8869         * gst/wavparse/gstwavparse.c:
8870           #define 'fact' RIFF chunk if we are not compiling against
8871           -base CVS (we don't want to depend on -base CVS for this
8872           one define only, and also not for release order reasons).
8873
8874 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8875
8876         * ext/taglib/gstid3v2mux.cc:
8877           Handle multiple tags of the same type properly. Re-inject
8878           unparsed ID3v2 frames that we get as binary blobs from
8879           id3demux into the tag again so we don't lose information
8880           when retagging (#334375).
8881
8882 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
8883
8884         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
8885           Document newly-added properties properly, so that there is a
8886           'Since: 0.10.4' in the plugin docs. Convert some property
8887           names into canonical GObject style (GObject will do that
8888           internally anyway).
8889
8890 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
8891
8892         * gst/id3demux/id3tags.c:
8893         (id3demux_add_id3v2_frame_blob_to_taglist):
8894           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
8895           well, and add the version to the blob's buffer caps, since that
8896           information will be needed for deserialisation later on (#348644).
8897
8898 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
8899
8900         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
8901         (gst_avi_demux_parse_stream):
8902          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
8903          indentation and spacing.
8904
8905 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8906
8907         * docs/plugins/Makefile.am:
8908         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8909         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8910         * docs/plugins/gst-plugins-good-plugins.args:
8911         * docs/plugins/inspect/plugin-1394.xml:
8912         * docs/plugins/inspect/plugin-aasink.xml:
8913         * docs/plugins/inspect/plugin-alaw.xml:
8914         * docs/plugins/inspect/plugin-alpha.xml:
8915         * docs/plugins/inspect/plugin-alphacolor.xml:
8916         * docs/plugins/inspect/plugin-annodex.xml:
8917         * docs/plugins/inspect/plugin-apetag.xml:
8918         * docs/plugins/inspect/plugin-auparse.xml:
8919         * docs/plugins/inspect/plugin-autodetect.xml:
8920         * docs/plugins/inspect/plugin-avi.xml:
8921         * docs/plugins/inspect/plugin-cacasink.xml:
8922         * docs/plugins/inspect/plugin-cairo.xml:
8923         * docs/plugins/inspect/plugin-cdio.xml:
8924         * docs/plugins/inspect/plugin-cutter.xml:
8925         * docs/plugins/inspect/plugin-debug.xml:
8926         * docs/plugins/inspect/plugin-dv.xml:
8927         * docs/plugins/inspect/plugin-efence.xml:
8928         * docs/plugins/inspect/plugin-effectv.xml:
8929         * docs/plugins/inspect/plugin-esdsink.xml:
8930         * docs/plugins/inspect/plugin-flac.xml:
8931         * docs/plugins/inspect/plugin-flxdec.xml:
8932         * docs/plugins/inspect/plugin-gconfelements.xml:
8933         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8934         * docs/plugins/inspect/plugin-goom.xml:
8935         * docs/plugins/inspect/plugin-halelements.xml:
8936         * docs/plugins/inspect/plugin-icydemux.xml:
8937         * docs/plugins/inspect/plugin-id3demux.xml:
8938         * docs/plugins/inspect/plugin-jpeg.xml:
8939         * docs/plugins/inspect/plugin-level.xml:
8940         * docs/plugins/inspect/plugin-matroska.xml:
8941         * docs/plugins/inspect/plugin-mulaw.xml:
8942         * docs/plugins/inspect/plugin-multipart.xml:
8943         * docs/plugins/inspect/plugin-navigationtest.xml:
8944         * docs/plugins/inspect/plugin-ossaudio.xml:
8945         * docs/plugins/inspect/plugin-png.xml:
8946         * docs/plugins/inspect/plugin-rtp.xml:
8947         * docs/plugins/inspect/plugin-rtsp.xml:
8948         * docs/plugins/inspect/plugin-shout2send.xml:
8949         * docs/plugins/inspect/plugin-smpte.xml:
8950         * docs/plugins/inspect/plugin-speex.xml:
8951         * docs/plugins/inspect/plugin-udp.xml:
8952         * docs/plugins/inspect/plugin-videobalance.xml:
8953         * docs/plugins/inspect/plugin-videobox.xml:
8954         * docs/plugins/inspect/plugin-videoflip.xml:
8955         * docs/plugins/inspect/plugin-videomixer.xml:
8956         * docs/plugins/inspect/plugin-wavenc.xml:
8957         * docs/plugins/inspect/plugin-wavparse.xml:
8958         * docs/plugins/inspect/plugin-ximagesrc.xml:
8959           Update files to CVS/Prerelease version, add esdsink docs.
8960
8961         * ext/esd/esdsink.c:
8962           Add gtk-doc blurb.
8963
8964         * gst/rtp/gstrtpmp4vpay.c:
8965           Fix typo in element description.
8966
8967 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8968
8969         * ext/esd/esdsink.c: (gst_esdsink_open),
8970         (gst_esdsink_factory_init):
8971           Prevent libesd from auto-spawning a sound daemon if it
8972           is not already running. Now that we don't do evil stuff
8973           like that any longer we can give esdsink a rank so that
8974           autoaudiosink will try it as well if all other audio
8975           sinks fail (#343051).
8976
8977 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8978
8979         * ext/esd/Makefile.am:
8980           Oops, need to remove README from EXTRA_DIST as well.
8981
8982 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8983
8984         * ext/esd/README:
8985           Remove, it contains nothing useful anyway.
8986
8987         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
8988         (gst_esdsink_delay):
8989           Some small clean-ups; use GST_BOILERPLATE etc.
8990
8991 2006-07-24  Wim Taymans  <wim@fluendo.com>
8992
8993         * gst/law/alaw-decode.c: (alawdec_getcaps):
8994         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
8995         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
8996         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
8997         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
8998
8999 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
9000
9001         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
9002         (gst_wavparse_other), (gst_wavparse_perform_seek),
9003         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
9004         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
9005         (gst_wavparse_pad_query):
9006         * gst/wavparse/gstwavparse.h:
9007           Use information from 'fact' chunk for length calculation of compressed
9008           samples. Calculate bps if bogus value is found in wav header (embeded
9009           mp2/mp3).
9010           
9011
9012 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9013
9014         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
9015
9016         * configure.ac:
9017         * gst/udp/Makefile.am:
9018         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
9019         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
9020         * gst/udp/gstdynudpsink.h:
9021         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
9022         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
9023         * gst/udp/gstmultiudpsink.h:
9024         * gst/udp/gstudp.c: (plugin_init):
9025         * gst/udp/gstudpsink.h:
9026         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
9027         (gst_udpsrc_start), (gst_udpsrc_stop):
9028         * gst/udp/gstudpsrc.h:
9029         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
9030         (gst_udp_net_utils_win32_wsa_startup):
9031         * gst/udp/gstudpnetutils.h:
9032           Port udp plugin to win32 (#345288).
9033
9034 2006-07-24  Wim Taymans  <wim@fluendo.com>
9035
9036         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
9037         Remove unwanted DEBUG line.
9038
9039 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9040
9041         * gst/id3demux/gstid3demux.c: (plugin_init):
9042         * gst/id3demux/id3tags.c:
9043         (id3demux_add_id3v2_frame_blob_to_taglist):
9044         * gst/id3demux/id3tags.h:
9045           On second thought, it might be wiser and more efficient
9046           not to do tag registration from a streaming thread.
9047
9048 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9049
9050         * gst/id3demux/id3tags.c:
9051         (id3demux_add_id3v2_frame_blob_to_taglist),
9052         (id3demux_id3v2_frames_to_tag_list):
9053           Put ID3v2 frames we can't parse as binary blobs into private
9054           tags, so that they are not lost when retagging, at least once
9055           id3v2mux has been taught to re-inject those frames again.
9056           See bug #334375.
9057
9058 2006-07-21  Wim Taymans  <wim@fluendo.com>
9059
9060         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9061         (gst_avi_demux_process_next_entry):
9062         Fix some leaks.
9063
9064         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
9065         Don't use \n in debug lines.
9066
9067 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
9068
9069         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9070         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9071           Add annodex and icydemux, cleanup the sections a bit
9072
9073 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
9074
9075         Patch by: Alex Lancaster <alexl at users sourceforge net>
9076
9077         * ext/taglib/gstid3v2mux.cc:
9078           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
9079           ID3v2 TSSE frames (#347898).
9080
9081 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
9082
9083         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
9084           Respect mpegversion for "video/mpeg" and give message in case of
9085           unhandled versions.
9086
9087 2006-07-17  Wim Taymans  <wim@fluendo.com>
9088
9089         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
9090         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
9091         (gst_pngdec_chain), (gst_pngdec_sink_event),
9092         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
9093         (gst_pngdec_sink_activate_push):
9094         * ext/libpng/gstpngdec.h:
9095         Use statically allocated segment instead of leaking.
9096         Various cleanups.
9097         Fix flush and seek handling.
9098
9099 2006-07-16  Wim Taymans  <wim@fluendo.com>
9100
9101         * gst/rtp/Makefile.am:
9102         * gst/rtp/gstrtp.c: (plugin_init):
9103         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
9104         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
9105         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
9106         (gst_rtp_mp4g_depay_set_property),
9107         (gst_rtp_mp4g_depay_get_property),
9108         (gst_rtp_mp4g_depay_change_state),
9109         (gst_rtp_mp4g_depay_plugin_init):
9110         * gst/rtp/gstrtpmp4gdepay.h:
9111         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
9112         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
9113         (gst_rtp_mp4g_pay_flush):
9114         Added simple generic mpeg4 depayloader.
9115         Fix generic mpeg4 payloader.
9116
9117 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
9118
9119         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
9120           Don't try doing state changes on a NULL pointer.
9121
9122 2006-07-14  Wim Taymans  <wim@fluendo.com>
9123
9124         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
9125
9126         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
9127         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
9128         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9129         * gst/rtp/gstrtpamrdepay.h:
9130         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
9131         Fixes #321191
9132
9133 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9134
9135         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9136         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
9137         Fix segfault when moving mouse pointer to the bottom right corner.
9138
9139 2006-07-12  Wim Taymans  <wim@fluendo.com>
9140
9141         * gst/rtp/Makefile.am:
9142         * gst/rtp/gstrtp.c: (plugin_init):
9143         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
9144         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
9145         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
9146         (gst_rtp_mp2t_depay_set_property),
9147         (gst_rtp_mp2t_depay_get_property),
9148         (gst_rtp_mp2t_depay_change_state),
9149         (gst_rtp_mp2t_depay_plugin_init):
9150         * gst/rtp/gstrtpmp2tdepay.h:
9151         Added mpeg2 TS depayloader. Closing #347234.
9152
9153 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
9154
9155         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
9156           Remove g_assert that shouldn't be there and was triggered
9157           after trying to open a device that doesn't exist or can't
9158           be opened for some other reason (#347972).
9159
9160 2006-07-10  Edward Hervey  <edward@fluendo.com>
9161
9162         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9163         (gst_avi_demux_stream_header), (push_tag_lists):
9164         * gst/avi/gstavidemux.h:
9165         Don't push tag events found by gst_riff_parse_info() before outputting
9166         GST_EVENT_NEWSEGMENT.
9167
9168 2006-07-10  Wim Taymans  <wim@fluendo.com>
9169
9170         * gst/rtsp/Makefile.am:
9171         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
9172         (rtsp_connection_close):
9173         * gst/rtsp/rtspdefs.h:
9174         replaced closesocket and close in code with one CLOSE_SOCKET. 
9175         Some more cleanups. Fixes #345301.
9176
9177 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
9178
9179         * gst/autodetect/gstautoaudiosink.c:
9180           Fix example pipeline in docs.
9181
9182 2006-07-10  Wim Taymans  <wim@fluendo.com>
9183
9184         Patch by: Rob Taylor <robtaylor at floopily dot org>
9185
9186         * gst/udp/gstmultiudpsink.c: (join_multicast),
9187         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
9188         If a destination is added before the stream is set to PAUSED, the
9189         multicast group is not joined as the socket is not created yet. 
9190         Also TTL and LOOP should also be set. Fixes #346921.
9191
9192 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9193
9194         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9195         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9196         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
9197         (gst_ximage_src_init):
9198         * sys/ximage/gstximagesrc.h:
9199         Fix use-damage property to actually work :)
9200         Add startx, starty, endx, endy properties so screencasts other than full
9201         screen ones can work.
9202
9203 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9204
9205         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9206         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9207         (gst_ximage_src_class_init), (gst_ximage_src_init):
9208         * sys/ximage/gstximagesrc.h:
9209         Add use_damage property to offer ability to choose whether to use
9210         XDamage or not.
9211
9212 2006-07-07  Wim Taymans  <wim@fluendo.com>
9213
9214         * gst/goom/filters.c: (zoomFilterSetResolution):
9215         Avoid goom coredumping by clearing memory. 
9216         Fixes 345679.
9217
9218 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
9219
9220         * win32/vs6/libgstid3demux.dsp:
9221         Add a link to libgsttag-0.10.lib.
9222
9223 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9224
9225         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9226         (gst_tag_demux_read_range):
9227         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9228         (gst_id3demux_read_range):
9229           Don't return FLOW_UNEXPECTED when a buffer is before
9230           the start of the stream (which might happen with
9231           large ID3v2 tags if the tag reading was done pullrange
9232           based and we then switched to push mode later on).
9233           Fixes regression introduced by commit from June 29th.
9234
9235 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9236
9237         * ext/taglib/gstid3v2mux.cc:
9238           Make UTF-8 the default encoding when writing string
9239           tags (before, our UTF-8 strings would automatically
9240           be converted to ISO-8859-1 by taglib and written as
9241           ISO-8859-1 fields if that was possible).
9242
9243         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
9244         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
9245         (test_taglib_id3mux_with_tags):
9246           Add test case that makes sure our UTF-8 strings have
9247           actually been written into the tag as UTF-8.
9248
9249 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9250
9251         * configure.ac:
9252           Let's try that again.
9253
9254 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9255
9256         * configure.ac:
9257           Disable monoscope plugin for now until it fulfills
9258           all the requirements.
9259
9260 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9261
9262         * configure.ac:
9263         * gst/monoscope/Makefile.am:
9264         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
9265         (gst_monoscope_class_init), (gst_monoscope_init),
9266         (gst_monoscope_finalize), (gst_monoscope_reset),
9267         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
9268         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
9269         (gst_monoscope_sink_event), (gst_monoscope_src_event),
9270         (gst_monoscope_change_state), (plugin_init):
9271         * gst/monoscope/gstmonoscope.h:
9272           Port monoscope visualisation to 0.10.
9273
9274 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9275
9276         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
9277         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
9278           Return FLOW_UNEXPECTED when at the end of the file, not
9279           FLOW_ERROR. Fixes 'internal stream error' errors that
9280           would sometimes occur in totem when scrubbing to the
9281           end of an ID3v1 tagged mp3 file.
9282
9283 2006-07-03  Edward Hervey  <edward@fluendo.com>
9284
9285         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
9286         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
9287         (gst_pngdec_sink_event), (gst_pngdec_change_state):
9288         * ext/libpng/gstpngdec.h:
9289         Implement buffer clipping/dropping using GstSegment.
9290         This provides accurate seeking.
9291
9292 2006-07-03  Edward Hervey  <edward@fluendo.com>
9293
9294         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9295         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
9296         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
9297         (gst_avi_demux_process_next_entry), (push_tag_lists),
9298         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
9299         * gst/avi/gstavidemux.h:
9300         Proper aggregation of each stream's GstFlowReturn in order to figure out
9301         whether the task should stop or not.
9302         Don't send inline events before pushing out a NEW_SEGMENT, more
9303         specifically for GST_TAG_EVENT.
9304         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
9305         sub-indexes.
9306
9307 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
9308
9309         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9310
9311         * sys/sunaudio/gstsunaudiomixerctrl.c:
9312         (gst_sunaudiomixer_ctrl_build_list):
9313           Move "Monitor" slider to input tab so it works more like
9314           sdtaudiocontrol, which is what people on Solaris are used
9315           to using for their mixer program (#346259).
9316
9317 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9318
9319         * tests/check/elements/level.c: (GST_START_TEST):
9320           fix a leak, clean up at the end
9321
9322 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9323
9324         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9325         (gst_matroska_demux_send_event),
9326         (gst_matroska_demux_loop_stream_parse_id):
9327         * gst/matroska/matroska-ids.h:
9328           Send tag event after newsegment event.
9329
9330 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9331
9332         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9333         (gst_id3demux_read_range):
9334           Make sure we don't return GST_FLOW_OK with a NULL buffer in
9335           certain cases where a read beyond the end of the file is
9336           requested. Fixes #345930.
9337
9338         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9339         (gst_tag_demux_read_range):
9340           Fix same issue here as well.
9341
9342 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9343
9344         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
9345         
9346         Fix hypothetical crash.
9347
9348 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
9349
9350         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9351
9352         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
9353           Do not modify the ports value. If the user has turned off the
9354           built-in speakers, then we should not reset it in the prepare
9355           function, since this causes the built-in speakers to turn
9356           back on anytime the user changes a track in totem, rhythmbox,
9357           etc. (#346066).
9358
9359 2006-06-23  Wim Taymans  <wim@fluendo.com>
9360
9361         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
9362         Fix double caps unref when negotiation fails.
9363
9364 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9365
9366         * ext/annodex/gstcmmldec.c:
9367         * ext/annodex/gstcmmlenc.c:
9368         * ext/annodex/gstcmmlparser.c:
9369         * ext/dv/gstdvdec.c:
9370         * ext/dv/gstdvdemux.c:
9371         * ext/gdk_pixbuf/pixbufscale.c:
9372         * ext/jpeg/gstjpegenc.c:
9373         * ext/jpeg/gstsmokedec.c:
9374         * ext/jpeg/gstsmokeenc.c:
9375         * ext/libpng/gstpngdec.c:
9376         * ext/libpng/gstpngenc.c:
9377         * ext/speex/gstspeexenc.c:
9378         * gst/alpha/gstalphacolor.c:
9379         * gst/cutter/gstcutter.c:
9380         * gst/debug/gstnavigationtest.c:
9381         * gst/icydemux/gsticydemux.c:
9382         * gst/level/gstlevel.c:
9383         * gst/multipart/multipart.c:
9384         * gst/rtp/gstrtpamrpay.c:
9385         * gst/rtp/gstrtpdepay.c:
9386         * gst/rtp/gstrtpilbcpay.c:
9387         * gst/rtp/gstrtpmp4gpay.c:
9388         * gst/rtp/gstrtpmp4vpay.c:
9389         * gst/rtsp/gstrtpdec.c:
9390         * gst/rtsp/gstrtspsrc.c:
9391         * gst/udp/gstdynudpsink.c:
9392         * gst/udp/gstmultiudpsink.c:
9393         * gst/udp/gstudpsrc.c:
9394         * gst/videobox/gstvideobox.c:
9395         * gst/videofilter/gstvideoflip.c:
9396           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
9397           plus two minor macro fixes.
9398
9399 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9400
9401         * gst/matroska/matroska-demux.c:
9402         (gst_matroska_demux_check_subtitle_buffer),
9403         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9404         (gst_matroska_demux_subtitle_caps):
9405         * gst/matroska/matroska-ids.c:
9406         (gst_matroska_track_init_subtitle_context):
9407         * gst/matroska/matroska-ids.h:
9408           Try to fix up broken matroska files containing subtitle
9409           streams with non-UTF8 character encodings (courtesy of
9410           mkvmerge) using either the encoding specified in the
9411           GST_SUBTITLE_ENCODING environment variable or the
9412           current locale's character set if it is non-UTF8.
9413           Fixes #337076.
9414
9415 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9416
9417         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
9418           Set image type from APIC frame as "image-type" field
9419           of GST_TAG_IMAGE buffer caps (#344605).
9420
9421 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
9422
9423         * ext/flac/Makefile.am:
9424         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
9425         (gst_flac_dec_reset_decoders),
9426         (gst_flac_dec_setup_seekable_decoder),
9427         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
9428         (gst_flac_dec_metadata_callback),
9429         (gst_flac_dec_metadata_callback_seekable),
9430         (gst_flac_dec_metadata_callback_stream),
9431         (gst_flac_dec_error_callback),
9432         (gst_flac_dec_error_callback_seekable),
9433         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
9434         (gst_flac_dec_read_stream), (gst_flac_dec_write),
9435         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
9436         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
9437         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
9438         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
9439         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
9440         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
9441         (gst_flac_dec_sink_activate_push),
9442         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
9443         * ext/flac/gstflacdec.h:
9444           Support chain-based operation, should make flac-over-DAAP
9445           work (#340492).
9446
9447 2006-06-20  Wim Taymans  <wim@fluendo.com>
9448
9449         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9450         Doc updates, merge some unused symbols.
9451
9452 2006-06-20  Wim Taymans  <wim@fluendo.com>
9453
9454         * docs/plugins/Makefile.am:
9455         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9456         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9457         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
9458         * gst/rtsp/gstrtspsrc.c:
9459         * gst/rtsp/gstrtspsrc.h:
9460         Added documentation for the rtsp plugin. Fixes #345393.
9461
9462 2006-06-20  Wim Taymans  <wim@fluendo.com>
9463
9464         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9465         (rtsp_connection_close), (rtsp_connection_free):
9466         Use better G_OS_* macros. Fixes #345301 some more.
9467
9468 2006-06-20  Wim Taymans  <wim@fluendo.com>
9469
9470         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9471
9472         * sys/sunaudio/Makefile.am:
9473         * sys/sunaudio/gstsunaudio.c: (plugin_init):
9474         * sys/sunaudio/gstsunaudiomixerctrl.c:
9475         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
9476         (gst_sunaudiomixer_ctrl_list_tracks),
9477         (gst_sunaudiomixer_ctrl_get_volume),
9478         (gst_sunaudiomixer_ctrl_set_volume),
9479         (gst_sunaudiomixer_ctrl_set_mute),
9480         (gst_sunaudiomixer_ctrl_set_record):
9481         * sys/sunaudio/gstsunaudiomixerctrl.h:
9482         * sys/sunaudio/gstsunaudiomixertrack.c:
9483         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
9484         * sys/sunaudio/gstsunaudiomixertrack.h:
9485         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
9486         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
9487         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
9488         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
9489         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
9490         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
9491         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
9492         (gst_sunaudiosrc_reset):
9493         * sys/sunaudio/gstsunaudiosrc.h:
9494         Add a SunAudio source plugin.
9495         Support stereo and right/left channel gain in the mixer plugin.
9496         Support the RECORD flag so that you can switch between line-input and
9497         microphone in gnome-volume-control.
9498         Code cleanups like using an enumerator for track number instead of an 
9499         integer. Fixes #344923.
9500
9501 2006-06-20  Wim Taymans  <wim@fluendo.com>
9502
9503         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
9504
9505         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9506         (rtsp_connection_close):
9507         Make RTSP plugin compile on windows. Fixes #345301.
9508         Some changes to original patch to catch errors better.
9509         use ifdef WIN32 instead of ifndef.
9510
9511 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9512
9513         * configure.ac:
9514         If we have libraw1394 >= 1.2.1, then we need libiec61883.
9515
9516 2006-06-18  Edward Hervey  <edward@fluendo.com>
9517
9518         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
9519         After a failed buffer alloc, we need to abort the jpeg decoding (it
9520         started when parsing headers to figure out how many bytes we need
9521         to request downstream).
9522
9523 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
9524
9525         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9526
9527         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
9528           Make sure we don't read beyond the end of the file (#345232).
9529
9530 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9531
9532         * configure.ac:
9533           Fix --disable-external (can't set conditionals conditionally,
9534           #343602).
9535
9536 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9537
9538         * autogen.sh:
9539         * configure.ac:
9540         * docs/Makefile.am:
9541           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
9542
9543         * docs/plugins/Makefile.am:
9544         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9545         * docs/plugins/inspect/plugin-taglib.xml:
9546           Add/fix apev2mux docs.
9547
9548 2006-06-14  Wim Taymans  <wim@fluendo.com>
9549
9550         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
9551         (gst_dvdec_finalize), (gst_dvdec_sink_event),
9552         (gst_dvdec_change_state):
9553         Reset segment info on flush.
9554         Alloc segment in _init, free in _finalize.
9555
9556         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
9557         Don't send segments twice.
9558
9559 2006-06-14  Wim Taymans  <wim@fluendo.com>
9560
9561         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
9562         Respect segment.stop. Fixes #342592.
9563
9564 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9565
9566         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
9567           No language specified means the implied language is English
9568           according to the matroska spec (partially fixes #344708);
9569           add some more debug output.
9570
9571 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9572
9573         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
9574         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
9575         (gst_wavparse_chain):
9576           When operating chain-based, don't make any assumptions about the
9577           chunking of the incoming data and make streaming work on days other
9578           than the second Thursday after a full moon. Also fix up debug
9579           messages here and there and make use of the most excellent new
9580           gst_pad_query_peer_duration() utility function.
9581           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
9582
9583         * gst/wavparse/gstwavparse.h:
9584           Remove trailing comma after last enum value, some compilers don't
9585           like that.
9586
9587 2006-06-13  Wim Taymans  <wim@fluendo.com>
9588
9589         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
9590         Handle premature EOS gracefully.
9591
9592 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
9593
9594         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
9595           Prevent out of bounds array access when scrubbing towards
9596           the end of the file between the last index entry and the
9597           end. Fixes occasional 'start <= stop' newsegment event
9598           assertions when scrubbing in MJPEG files.
9599
9600 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
9601
9602         * tests/check/elements/.cvsignore:
9603           And another one.
9604
9605 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9606
9607         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9608         (scan_encoded_string), (parse_picture_frame):
9609           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
9610
9611         * configure.ac:
9612           Require core >= 0.10.8 (for GST_TAG_IMAGE and
9613           GST_TAG_PPEVIEW_IMAGE used in the patch above).
9614
9615 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9616
9617         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
9618           gratuitous comment changes
9619         * tests/check/elements/level.c: (GST_START_TEST):
9620           fix level test leaks
9621
9622 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9623
9624         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
9625         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
9626           Use gst_pad_query_peer_duration() utility function here.
9627
9628 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9629
9630         * autogen.sh:
9631           require am17
9632         * configure.ac:
9633         * ext/annodex/Makefile.am:
9634         * ext/cdio/Makefile.am:
9635         * ext/dv/Makefile.am:
9636         * ext/esd/Makefile.am:
9637         * ext/flac/Makefile.am:
9638         * ext/gdk_pixbuf/Makefile.am:
9639         * ext/ladspa/Makefile.am:
9640         * ext/libcaca/Makefile.am:
9641         * ext/speex/Makefile.am:
9642         * ext/taglib/Makefile.am:
9643         * sys/oss/Makefile.am:
9644         * sys/sunaudio/Makefile.am:
9645         * sys/ximage/Makefile.am:
9646           clean up build further
9647
9648 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9649
9650         * gconf/Makefile.am:
9651           Honour --disable-schemas-install configure option. Fixes #344100.
9652
9653 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9654
9655         * tests/examples/level/Makefile.am:
9656           Add -lm to LIBS for pow() function, don't assume one of our
9657           dependencies (such as libxml-2.0) drags it in automatically
9658           (#343603).
9659
9660 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9661
9662         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
9663
9664         * configure.ac:
9665           We should use $SED and not $(SED) in configure.ac (#343678).
9666
9667 2006-06-09  Wim Taymans  <wim@fluendo.com>
9668
9669         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9670
9671         * sys/sunaudio/gstsunaudiomixerctrl.c:
9672         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
9673         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
9674         (gst_sunaudiomixer_ctrl_set_mute):
9675         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
9676         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
9677         (gst_sunaudiosink_write):
9678         Attached find a patch that fixes a number of bugs with the SunAudio
9679         mixer plugin and fixes #344101:
9680         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
9681            tracks onto the tracklist causing gnome-volume-control's preferences
9682            dialog to be messed up and would core dump if you checked/unchecked
9683            any item.
9684         2. We weren't previously setting the MUTE flag properly.  Fixing this
9685            makes gnome-volume-control work better.
9686         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
9687            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
9688            gnome-volume-control look better.
9689         Also some minor cleanup in gstsunaudiosink.c.
9690
9691 2006-06-09  Wim Taymans  <wim@fluendo.com>
9692
9693         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
9694         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
9695         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
9696         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
9697         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
9698         * ext/jpeg/gstjpegdec.h:
9699         API: Added IDCT method property
9700         Small cleanups.
9701         Avoid dynamic allocation of trivial fixed structure.
9702         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
9703
9704 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9705
9706         * configure.ac:
9707         We now require libraw1394 >= 1.1.0 and that version onwards all
9708         have .pc files.
9709
9710 2006-06-02  Edward Hervey  <edward@fluendo.com>
9711
9712         * gst/law/alaw-decode.c: (alawdec_getcaps): 
9713         Trying to get items from an ANY or EMPTY caps is ... stupid.
9714
9715 2006-06-02  Edward Hervey  <edward@fluendo.com>
9716
9717         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
9718         (gst_dvdec_chain), (gst_dvdec_change_state):
9719         * ext/dv/gstdvdec.h:
9720         Added GstSegment handling, now implements dropping/clipping.
9721
9722 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
9723
9724         * ext/aalib/gstaasink.h:
9725         * ext/annodex/gstcmmldec.h:
9726         * ext/cairo/gsttimeoverlay.h:
9727         * ext/dv/gstdvdec.h:
9728         * ext/dv/gstdvdemux.h:
9729         * ext/esd/esdmon.h:
9730         * ext/esd/esdsink.h:
9731         * ext/flac/gstflacenc.h:
9732         * ext/gconf/gstgconfaudiosink.h:
9733         * ext/gconf/gstgconfaudiosrc.h:
9734         * ext/gconf/gstgconfvideosink.h:
9735         * ext/gconf/gstgconfvideosrc.h:
9736         * ext/gdk_pixbuf/gstgdkanimation.h:
9737         * ext/gdk_pixbuf/pixbufscale.h:
9738         * ext/hal/gsthalaudiosink.h:
9739         * ext/hal/gsthalaudiosrc.h:
9740         * ext/jpeg/gstjpegenc.h:
9741         * ext/jpeg/gstsmokedec.h:
9742         * ext/jpeg/gstsmokeenc.h:
9743         * ext/libcaca/gstcacasink.h:
9744         * ext/libmng/gstmngdec.h:
9745         * ext/libmng/gstmngenc.h:
9746         * ext/libpng/gstpngdec.h:
9747         * ext/libpng/gstpngenc.h:
9748         * ext/raw1394/gstdv1394src.h:
9749         * ext/speex/gstspeexenc.h:
9750         * gst/autodetect/gstautoaudiosink.h:
9751         * gst/autodetect/gstautovideosink.h:
9752         * gst/avi/gstavidemux.h:
9753         * gst/cutter/gstcutter.h:
9754         * gst/debug/efence.h:
9755         * gst/debug/gstnavigationtest.h:
9756         * gst/debug/gstnavseek.h:
9757         * gst/flx/gstflxdec.h:
9758         * gst/goom/gstgoom.h:
9759         * gst/icydemux/gsticydemux.h:
9760         * gst/id3demux/gstid3demux.h:
9761         * gst/law/alaw-decode.h:
9762         * gst/law/alaw-encode.h:
9763         * gst/law/mulaw-decode.h:
9764         * gst/law/mulaw-encode.h:
9765         * gst/matroska/matroska-mux.h:
9766         * gst/median/gstmedian.h:
9767         * gst/oldcore/gstaggregator.h:
9768         * gst/oldcore/gstfdsink.h:
9769         * gst/oldcore/gstmd5sink.h:
9770         * gst/oldcore/gstmultifilesrc.h:
9771         * gst/oldcore/gstpipefilter.h:
9772         * gst/oldcore/gstshaper.h:
9773         * gst/oldcore/gststatistics.h:
9774         * gst/rtp/gstasteriskh263.h:
9775         * gst/rtp/gstrtpL16depay.h:
9776         * gst/rtp/gstrtpL16pay.h:
9777         * gst/rtp/gstrtpamrdepay.h:
9778         * gst/rtp/gstrtpamrpay.h:
9779         * gst/rtp/gstrtpdepay.h:
9780         * gst/rtp/gstrtpgsmdepay.h:
9781         * gst/rtp/gstrtpgsmpay.h:
9782         * gst/rtp/gstrtph263pay.h:
9783         * gst/rtp/gstrtph263pdepay.h:
9784         * gst/rtp/gstrtph263ppay.h:
9785         * gst/rtp/gstrtpmp4gpay.h:
9786         * gst/rtp/gstrtpmp4vdepay.h:
9787         * gst/rtp/gstrtpmp4vpay.h:
9788         * gst/rtp/gstrtpmpadepay.h:
9789         * gst/rtp/gstrtpmpapay.h:
9790         * gst/rtp/gstrtppcmadepay.h:
9791         * gst/rtp/gstrtppcmapay.h:
9792         * gst/rtp/gstrtppcmudepay.h:
9793         * gst/rtp/gstrtppcmupay.h:
9794         * gst/rtp/gstrtpspeexdepay.h:
9795         * gst/rtp/gstrtpspeexpay.h:
9796         * gst/rtsp/gstrtpdec.h:
9797         * gst/rtsp/gstrtspsrc.h:
9798         * gst/smpte/gstsmpte.h:
9799         * gst/udp/gstdynudpsink.h:
9800         * gst/udp/gstmultiudpsink.h:
9801         * gst/udp/gstudpsink.h:
9802         * gst/udp/gstudpsrc.h:
9803         * gst/videofilter/gstvideobalance.h:
9804         * gst/videofilter/gstvideoflip.h:
9805         * sys/oss/gstossdmabuffer.h:
9806         * sys/oss/gstossmixerelement.h:
9807         * sys/oss/gstosssink.h:
9808         * sys/oss/gstosssrc.h:
9809         * sys/osxvideo/osxvideosink.h:
9810         * sys/sunaudio/gstsunaudiomixer.h:
9811         * sys/sunaudio/gstsunaudiosink.h:
9812         * sys/ximage/gstximagesrc.h:
9813         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
9814
9815 2006-05-31  Wim Taymans  <wim@fluendo.com>
9816
9817         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
9818         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
9819         (gst_goom_src_setcaps), (gst_goom_src_event),
9820         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
9821         (gst_goom_change_state):
9822         * gst/goom/gstgoom.h:
9823         Handle QoS.
9824         Handle flushing, discont and events.
9825         Fix timestamps and various other cleanups.
9826
9827 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9828
9829         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
9830         Fix bus reset when using libiec61883
9831
9832 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9833
9834         * configure.ac:
9835         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
9836         * ext/raw1394/Makefile.am:
9837         Add CFLAGS.
9838         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
9839         New method, to receive using libiec61883.
9840         (gst_dv1394src_iso_receive),
9841         #ifdef'd out if libiec61883 is present.
9842         (gst_dv1394src_bus_reset),
9843         Get userdata correctly if using libiec61883. 
9844         (gst_dv1394src_create),
9845         When using libiec61883, only poll one fd and no need to read.
9846         (gst_dv1394src_discover_avc_node),
9847         Replace g_warnings.
9848         (gst_dv1394src_start),
9849         Create new handle when we know which dv port.  More reliable
9850         than setting port on an existing handle.  Initialise libiec61883.
9851         (gst_dv1394src_stop):
9852         If using libiec61883, then cleanup its handle properly.
9853         * ext/raw1394/gstdv1394src.h:
9854         Add libiec61883 handle.
9855
9856 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
9857
9858         * gst/avi/gstavidemux.c:
9859           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
9860         * win32/MANIFEST:
9861           sort file listing
9862         * win32/vs6/libgstavi.dsp:
9863           add gstavimux.c to the project
9864         * win32/vs6/libgstid3demux.dsp:
9865           add link to zlib library
9866         * win32/vs6/libgstmatroska.dsp:
9867           add matroska-ids.c to the project
9868
9869 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9870
9871         Patch by: Sebastian Dröge  <mail at slomosnail de >
9872
9873         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9874         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9875         * ext/taglib/Makefile.am:
9876         * ext/taglib/gstapev2mux.cc:
9877         * ext/taglib/gstapev2mux.h:
9878         * ext/taglib/gstid3v2mux.cc:
9879         * ext/taglib/gsttaglibmux.c: (plugin_init):
9880         * ext/taglib/gsttaglibmux.h:
9881           Add apev2mux element (#343122).
9882         
9883         * tests/check/Makefile.am:
9884         * tests/check/elements/apev2mux.c:
9885         (test_taglib_apev2mux_create_tags),
9886         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
9887         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
9888         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
9889         (apev2mux_suite), (main):
9890           Add unit test for apev2mux element.
9891
9892 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9893
9894         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
9895         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
9896         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
9897           GST_PTR_FORMAT should be used to print caps in debug statements.
9898
9899 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9900
9901         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
9902
9903         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
9904         (ape_demux_parse_tags):
9905           Some clean-ups and additions: map APE 'file' tag to
9906           GST_TAG_LOCATION (#343123); add support for extracting
9907           the track count and clean up parsing a bit (#343127).
9908
9909 2006-05-28  Edward Hervey  <edward@fluendo.com>
9910
9911         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
9912         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
9913
9914 2006-05-28  Edward Hervey  <edward@fluendo.com>
9915
9916         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
9917         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
9918         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
9919         * ext/jpeg/gstjpegdec.h:
9920         Clip outgoing buffers according to currently configured segment.
9921
9922 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9923
9924         * ext/taglib/gstid3v2mux.cc:
9925           Handle  writing of track-count or album-volume-count without
9926           track-number or albume-volume-number (in this case the number
9927           will just be set to 0).
9928
9929         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
9930           It would be nice if we actually checked the values received for
9931           track/album-volume number/count in  _check_tags(), rather than
9932           setting them again ...
9933
9934 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9935
9936         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
9937           A track/volume number or count of 0 does not make sense,
9938           just ignore it along with negative numbers (a tag might
9939           only contain a track count without a track number).
9940
9941 2006-05-27  Edward Hervey  <edward@fluendo.com>
9942
9943         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
9944         (gst_jpeg_dec_sink_event):
9945         Abort decompression when receiving FLUSH_STOP. This should avoid
9946         issues when interrupting decoding with flushes.
9947
9948 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
9949
9950         * ext/flac/gstflac.c:
9951           Don't #include file we don't dist any longer.
9952
9953 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
9954
9955         * README:
9956           Replace current README (containing the release notes from
9957           some 0.9.x version) with a proper README taken from the core.
9958
9959 2006-05-24  Wim Taymans  <wim@fluendo.com>
9960
9961         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
9962         Implement EOS correctly by either posting
9963         SEGMENT_DONE or pushing an EOS message depending
9964         on the seek type. Fixes #342592
9965
9966 2006-05-24  Wim Taymans  <wim@fluendo.com>
9967
9968         * gst/law/alaw-decode.c: (gst_alawdec_chain):
9969         * gst/law/alaw-decode.h:
9970         * gst/law/alaw-encode.c: (gst_alawenc_chain):
9971         * gst/law/alaw-encode.h:
9972         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
9973         * gst/law/mulaw-decode.h:
9974         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
9975         * gst/law/mulaw-encode.h:
9976         Some cleanups in the chain functions.
9977         Remove some GStreamer 0.0.2 bits.
9978
9979 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
9980
9981         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9982
9983         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
9984           gst_collect_pads_stop() needs to be called before chaining up
9985           to the parent class (#342734).
9986
9987 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
9988
9989         * ext/flac/Makefile.am:
9990         * ext/flac/flac_compat.h:
9991         * ext/flac/gstflac.c:
9992         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
9993         * ext/flac/gstflacenc.c:
9994           Remove backwards compatibility cruft for dealing with FLAC API
9995           changes in the 1.0.x series - we require 1.1.1 or newer these days.
9996
9997 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
9998
9999         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10000         (gst_matroska_demux_push_xiph_codec_priv_data),
10001         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
10002         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
10003         * gst/matroska/matroska-ids.h:
10004         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
10005         (gst_matroska_mux_video_pad_setcaps),
10006         (xiph3_streamheader_to_codecdata),
10007         (vorbis_streamheader_to_codecdata),
10008         (theora_streamheader_to_codecdata),
10009         (gst_matroska_mux_audio_pad_setcaps),
10010         (gst_matroska_mux_write_data):
10011           Add support for muxing/demuxing theora video (#342448; too bad
10012           none of the usual linux players can actually play this). Playback
10013           in GStreamer will require additional changes to theoradec in -base.
10014           Refactor streamheaders <=> CodecPrivateData code a bit; some small
10015           cleanups.
10016
10017 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10018
10019         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
10020         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
10021           Fix crashes when the horizontal subsampling is 1.
10022           Fixes #342097.
10023
10024 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10025
10026         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10027
10028         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
10029         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10030         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10031         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
10032         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
10033         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10034         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
10035         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10036         (gst_avi_mux_change_state):
10037         * gst/avi/gstavimux.h:
10038           Some enhancements for avimux (#342526):
10039            - add odml (large file) index support
10040            - store codec init data (e.g. huffyuv)
10041            - miscellaneous other fixes/cleanups
10042
10043 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
10044
10045         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10046         Don't output any tag when we encounter a negative track number - the
10047         tag type is uint, so we end up outputting huge positive numbers
10048         instead. (Fixes: #342029)
10049
10050 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10051
10052         * configure.ac:
10053           update for new GSTPB_PLUGINS_DIR
10054
10055 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
10056
10057         * rtp/gst/gstrtph263pay.c:
10058         Properly set static caps for H263 at 34.
10059
10060 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
10061
10062         Patch by: James "Doc" Livingston  <doclivingston gmail com>
10063
10064         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
10065           Merge event tags and tag setter tags correctly (#339918). Also,
10066           don't leak taglist in case of an error.
10067           
10068 2006-05-17  Edward Hervey  <edward@fluendo.com>
10069
10070         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
10071         We can only do caps intersection if the othercaps are non-empty and not
10072         ANY. Else we return the pad template (base_caps).
10073
10074 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
10075
10076         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10077           Fix crash when outputting debugging information for certain
10078           pictures (always good to use the right struct member for
10079           the number of records in an array).
10080
10081 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
10082
10083         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
10084
10085         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
10086         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
10087         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
10088         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
10089         (gst_ebml_read_float), (gst_ebml_read_ascii),
10090         (gst_ebml_read_binary):
10091           Don't create unnecessary sub-buffers all the time. Dramatically
10092           improves performance with multiple concurrently running
10093           matroskademux instances (#341818) (and avoids doing
10094           unnecessarily inefficient things in the general case).
10095
10096 2006-05-16  Edward Hervey  <edward@fluendo.com>
10097
10098         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
10099         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
10100         return value of gst_pad_push_event().
10101
10102 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
10103
10104         * gst/autodetect/gstautoaudiosink.c:
10105         (gst_auto_audio_sink_find_best):
10106         * gst/autodetect/gstautovideosink.c:
10107         (gst_auto_video_sink_find_best):
10108         Make the name of the child element be based on the name of the
10109         parent, so that debug output is more useful.
10110         
10111         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
10112         (parse_insert_string_field), (parse_split_strings):
10113         Rework string parsing to always walk over BOM markers in UTF16
10114         strings, using the endianness indicated by the innermost one,
10115         then trying the opposite endianness if that fails to convert
10116         to valid UTF-8. Fixes #341774
10117
10118 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10119
10120         Patch from: Matthieu <matthieu at fluendo dot com>
10121
10122         * ext/libpng/Makefile.am:
10123         Add LIBPNG_CFLAGS.
10124
10125 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10126
10127         * ext/taglib/gstid3v2mux.cc:
10128           Add support for writing images (APIC frames) into ID3v2
10129           tags (picture type always set to 'other' for now though).
10130
10131 2006-05-14  Michael Smith  <msmith@fluendo.com>
10132
10133         * gst/wavparse/gstwavparse.c:
10134           Update docs; wavparse implements push and pull modes.
10135
10136 2006-05-12  Wim Taymans  <wim@fluendo.com>
10137
10138         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
10139         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
10140         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
10141         Ooops, bitten by the copy-and-paste design paradigm, fixes
10142         seek again.
10143
10144 2006-05-12  Wim Taymans  <wim@fluendo.com>
10145
10146         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10147         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
10148         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
10149         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10150         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
10151         (gst_avi_demux_massage_index),
10152         (gst_avi_demux_calculate_durations_from_index),
10153         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
10154         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10155         (gst_avi_demux_loop):
10156         * gst/avi/gstavidemux.h:
10157         Some cleanups, prepare to use GstSegment.
10158         Fix error in entry walking code.
10159         Fix VBR detection.
10160         Smarter timestamp calculation code.
10161         Uniform error/eos handling.
10162
10163 2006-05-12  Michael Smith  <msmith@fluendo.com>
10164
10165         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
10166         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
10167           Fix use of uninitialised values if we're NOT seeking in ready.
10168           Fix typos.
10169
10170 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
10171
10172         * gst/wavparse/Makefile.am:
10173           Add CFLAGS and LIBS for libgstbase, fixes build on
10174           Cygwin (#341489).
10175
10176 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10177
10178         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
10179           Some more debug info. No need to check whether the string
10180           returned by g_convert() is really UTF-8 - either it is or
10181           we get NULL returned.
10182
10183 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
10184
10185         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
10186           Fix parsing of numeric genre strings some more, by ensuring that
10187           we only try and parse strings that a) Start with '(' and b) Consist
10188           only of digits.
10189           Also, when finding an escaping '((' sequence, bust it back to '(' by
10190           swallowing the first parenthesis
10191
10192 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10193
10194         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
10195         (gst_esdsink_open), (gst_esdsink_close):
10196         * ext/esd/esdsink.h:
10197           Move the esd_get_server_info() into gst_esdsink_open() and fail
10198           with a decent error message on errors.
10199
10200 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10201
10202         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
10203         (gst_esdmon_channels_get_type):
10204         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
10205         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
10206         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
10207         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
10208         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
10209         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
10210         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
10211         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
10212         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
10213         * gst/videomixer/videomixer.c:
10214         (gst_video_mixer_background_get_type):
10215           Const-ify GEnumValue arrays.
10216
10217 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10218
10219         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
10220
10221         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
10222         (gst_avi_mux_do_video_buffer):
10223           Work around gst_buffer_make_metadata_writable() bug that
10224           results in avimux marking all frames in the index as
10225           keyframes (#340859).
10226           
10227 2006-05-08  Wim Taymans  <wim@fluendo.com>
10228
10229         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10230         Make parsing of urls suck slightly less.
10231
10232 2006-05-08  Edward Hervey  <edward@fluendo.com>
10233
10234         * autogen.sh: (CONFIGURE_DEF_OPT): 
10235         libtoolize on Darwin/MacOSX is called glibtoolize.
10236
10237 2006-05-08  Wim Taymans  <wim@fluendo.com>
10238
10239         Patch by: Jens Granseuer <jensgr at gmx dot net>
10240
10241         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
10242         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
10243         C89 compliance fixes. Fixes #340980
10244
10245 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
10246
10247         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10248         * ext/flac/gstflacdec.h:
10249           Handle segment seeks that include the end of the file as stop point
10250           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
10251           message instead of an EOS event in case we're in segment seek
10252           mode (fixes #340699).
10253           
10254 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
10255
10256         * ext/cairo/gsttextoverlay.c:
10257         * ext/flac/gstflacdec.c:
10258         * ext/gdk_pixbuf/pixbufscale.c:
10259         * gst/apetag/gstapedemux.c:
10260         * gst/debug/breakmydata.c:
10261         * gst/debug/testplugin.c:
10262         * gst/matroska/ebml-write.c:
10263         * gst/multipart/multipartdemux.c:
10264         * sys/osxaudio/gstosxaudiosink.c:
10265         * sys/osxaudio/gstosxaudiosrc.c:
10266         Add semicolons after GST_BOILERPLATE[_FULL] so that
10267         indent doesn't mess up following lines.
10268
10269 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
10270
10271         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
10272
10273         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
10274           Don't leak caps when freeing the stream context (#340623).
10275
10276 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
10277
10278         * configure.ac:
10279           Back to CVS
10280
10281 === release 0.10.3 ===
10282
10283 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
10284
10285         * configure.ac:
10286           releasing 0.10.3, "Desplazado"
10287
10288 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10289
10290         * gst/matroska/matroska-mux.c:
10291         (gst_matroska_mux_stream_is_vorbis_header),
10292         (gst_matroska_mux_write_data):
10293           Don't strcmp() NULL strings.
10294           Only start new clusters on video keyframes, not on any
10295           random audio buffer that doesn't have the DELTA_UNIT
10296           flag set (fixes 'make check' again).
10297
10298 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10299
10300         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10301
10302         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
10303         (gst_matroska_mux_stream_is_vorbis_header),
10304         (gst_matroska_mux_write_data):
10305           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
10306           value and then dead-lock when muxing vorbis audio streams
10307           (the three vorbis header buffers carry no timestamp, and it
10308           would try to mux these after all video buffers). Fixes #340346.
10309
10310           Improve clustering: start a new cluster also whenever we get
10311           a keyframe.     
10312
10313 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10314
10315         * win32/common/config.h:
10316         * win32/MANIFEST
10317           add the generated file as well
10318
10319 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10320
10321         * Makefile.am:
10322         * configure.ac:
10323         * win32/common/config.h.in:
10324           add win32 stuff
10325
10326 2006-05-03  Michael Smith  <msmith@fluendo.com>
10327
10328         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
10329           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
10330           SUCKS.
10331
10332 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
10333
10334         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10335         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10336         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10337           don't leak caps-string
10338
10339 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10340
10341         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
10342         (gst_id3demux_sink_activate):
10343           Let core insert default error message for TYPE_NOT_FOUND
10344           errors, it's just as good as our own and has the added
10345           bonus of being translated.
10346
10347 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10348
10349         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
10350         (gst_tag_demux_sink_event):
10351         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
10352         (gst_id3demux_sink_event):
10353           Post an error message when we get an EOS event and were not
10354           able to find out the type of stream.
10355
10356         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
10357         (test_taglib_id3mux_with_tags):
10358           Decrease num-buffers to 16 per iteration again, otherwise the
10359           many memcpy()s and reallocations in the test will hammer slow
10360           CPUs completely and make the test timeout.
10361
10362 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10363
10364         * configure.ac:
10365           figure out where plugins-base plugins are
10366         * tests/check/Makefile.am:
10367           use plugins-base plugins, so we have typefind functions
10368         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
10369           increase num-buffers, this makes sure the test errors out instead
10370           of timing out when no typefind functions are present
10371
10372 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10373
10374         * docs/plugins/Makefile.am:
10375           also check .cc files for gtk-doc markup
10376         * configure.ac:
10377         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10378         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10379         * tests/check/Makefile.am:
10380         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
10381         * ext/Makefile.am:
10382         * ext/taglib/Makefile.am:
10383         * ext/taglib/gstid3v2mux.h:
10384         * ext/taglib/gsttaglibmux.c:
10385         * ext/taglib/gsttaglibmux.h:
10386           move taglib-based id3v2muxer to -good.  Fixes #336110.
10387
10388 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
10389
10390         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10391           ... and fix multichannel/WAVFORMATEX support again.
10392
10393 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
10394
10395         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10396         (gst_wavparse_class_init), (gst_wavparse_dispose),
10397         (gst_wavparse_reset), (gst_wavparse_init),
10398         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
10399         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
10400         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
10401         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
10402         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10403         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10404         (gst_wavparse_stream_data), (gst_wavparse_loop),
10405         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10406         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10407         (gst_wavparse_change_state), (plugin_init):
10408         * gst/wavparse/gstwavparse.h:
10409           Add push (streaming) mode to wavparse (fixes #337625)
10410
10411 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10412
10413         * configure.ac:
10414         * tests/Makefile.am:
10415           add ximagesrc icles test
10416
10417 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10418
10419         * configure.ac:
10420         * docs/plugins/Makefile.am:
10421         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10422         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10423         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
10424         (gst_cmml_enc_push_clip):
10425         * sys/Makefile.am:
10426         * sys/ximage/Makefile.am:
10427         * sys/ximage/gstximagesrc.c:
10428           Move ximagesrc plug-in to good after review.  Fixes #336756.
10429
10430 2006-04-28  Michael Smith  <msmith@fluendo.com>
10431
10432         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
10433         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
10434         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
10435         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
10436         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10437         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
10438         * gst/icydemux/gsticydemux.h:
10439           Fix event handling: cache events when typefinding and forward later.
10440
10441 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10442
10443         * sys/osxaudio/gstosxaudiosink.c:
10444         (plugin_init):
10445          Register osxaudiosrc to the plugin.
10446         * sys/osxaudio/gstosxaudiosrc.c:
10447         (gst_osx_audio_src_osxelement_do_init),
10448         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
10449         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
10450         (gst_osx_audio_src_get_property),
10451         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
10452         (gst_osx_audio_src_osxelement_init):
10453         * sys/osxaudio/gstosxaudiosrc.h:
10454           Port of osxaudiosrc to 0.10.
10455         * sys/osxaudio/Makefile.am:
10456           Add osxaudiosrc
10457
10458 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10459
10460         * sys/osxaudio/gstosxringbuffer.c:
10461         * sys/osxaudio/gstosxringbuffer.h:
10462           Forgot to commit earlier, part of the OSX audio plugin port
10463
10464 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
10465
10466         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
10467         (parse_split_strings):
10468           Recognise and skip any byte order marker (BOM) in
10469           UTF-16 strings.
10470
10471 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10472
10473         * docs/plugins/Makefile.am:
10474         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10475         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10476         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10477         * docs/plugins/inspect/plugin-avi.xml:
10478         * gst/avi/gstavidemux.c:
10479         * gst/avi/gstavimux.c:
10480           Add docs for both avidemux and avimux.
10481
10482 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10483
10484         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10485
10486         * gst/avi/Makefile.am:
10487         * gst/avi/gstavi.c: (plugin_init):
10488         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
10489         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
10490         (gst_avi_mux_class_init), (gst_avi_mux_init),
10491         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10492         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
10493         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
10494         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10495         (gst_avi_mux_riff_get_avix_header),
10496         (gst_avi_mux_riff_get_video_header),
10497         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
10498         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
10499         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10500         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
10501         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
10502         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
10503         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10504         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
10505         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
10506         (gst_avi_mux_change_state):
10507         * gst/avi/gstavimux.h:
10508           Port AVI muxer to GStreamer-0.10 (#332031).
10509
10510         * tests/check/Makefile.am:
10511         * tests/check/elements/avimux.c:
10512         * tests/check/elements/.cvsignore:
10513           Add unit test for AVI muxer.
10514
10515 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
10516
10517         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10518         (gst_wavparse_class_init), (gst_wavparse_reset),
10519         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10520         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10521         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10522         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10523         (gst_wavparse_stream_data), (gst_wavparse_loop),
10524         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
10525         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
10526         (plugin_init):
10527         * gst/wavparse/gstwavparse.h:
10528           reverted patch #337625 for the price of 1 hour sleep
10529
10530 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10531
10532         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10533         (gst_wavparse_class_init), (gst_wavparse_reset),
10534         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10535         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
10536         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10537         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10538         (gst_wavparse_stream_data), (gst_wavparse_loop),
10539         (gst_wavparse_chain), (plugin_init):
10540         * gst/wavparse/gstwavparse.h:
10541           correct partial implementation of push mode
10542           (from my last commit)
10543
10544 2006-04-26  Wim Taymans  <wim@fluendo.com>
10545
10546         * ext/esd/esdsink.c:
10547         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
10548         it is not in esd.h
10549
10550 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
10551
10552         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
10553         (gst_au_parse_class_init), (gst_au_parse_init),
10554         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
10555         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
10556         (gst_au_parse_chain), (gst_au_parse_src_convert),
10557         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
10558         (gst_au_parse_sink_event), (gst_au_parse_src_event),
10559         (gst_au_parse_change_state):
10560         * gst/auparse/gstauparse.h:
10561           Rewrite auparse to suck a little bit less: make source pad
10562           dynamic, so decodebin/playbin work with non-raw formats
10563           like alaw/mulaw; add query function for duration/position
10564           queries; check whether we have enough data before attempting
10565           to parse the header (instead of crashing when that is not the
10566           case); work around audioconvert sucking by swapping endianness
10567           to the native endianness ourselves for float formats; send
10568           initial newsegment event. Fixes #161712.
10569
10570 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10571
10572         * sys/osxaudio/Makefile.am:
10573         * sys/osxaudio/gstosxaudioelement.c:
10574         (gst_osx_audio_element_get_type),
10575         (gst_osx_audio_element_class_init):
10576         * sys/osxaudio/gstosxaudioelement.h:
10577         * sys/osxaudio/gstosxaudiosink.c:
10578         (gst_osx_audio_sink_osxelement_do_init),
10579         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
10580         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
10581         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
10582         (gst_osx_audio_sink_create_ringbuffer),
10583         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
10584         (plugin_init):
10585         * sys/osxaudio/gstosxaudiosink.h:
10586         Port of osxaudiosink to 0.10
10587
10588 2006-04-26  Wim Taymans  <wim@fluendo.com>
10589
10590         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
10591         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
10592         the size of the ringbuffer. This should fix hangs with older 
10593         esd sound servers.
10594
10595 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10596
10597         * ext/aalib/gstaasink.c:
10598         * ext/annodex/gstcmmldec.c:
10599         * ext/annodex/gstcmmlenc.c:
10600         * ext/cairo/gsttextoverlay.c:
10601         * ext/cairo/gsttimeoverlay.c:
10602         * ext/cdio/gstcdiocddasrc.c:
10603         * ext/dv/gstdvdec.c:
10604         * ext/dv/gstdvdemux.c:
10605         * ext/esd/esdmon.c:
10606         * ext/esd/esdsink.c:
10607         * ext/flac/gstflacenc.c:
10608         * ext/flac/gstflactag.c:
10609         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
10610         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
10611         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
10612         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
10613         * ext/gdk_pixbuf/pixbufscale.c:
10614         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10615         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10616         * ext/jpeg/gstjpegdec.c:
10617         * ext/jpeg/gstjpegenc.c:
10618         * ext/jpeg/gstsmokedec.c:
10619         * ext/jpeg/gstsmokeenc.c:
10620         * ext/libcaca/gstcacasink.c:
10621         * ext/libmng/gstmngdec.c:
10622         * ext/libmng/gstmngenc.c:
10623         * ext/libpng/gstpngdec.c:
10624         * ext/libpng/gstpngenc.c:
10625         * ext/mikmod/gstmikmod.c:
10626         * ext/raw1394/gstdv1394src.c:
10627         * ext/shout2/gstshout2.c: (gst_shout2send_init):
10628         * ext/shout2/gstshout2.h:
10629         * ext/speex/gstspeexdec.c:
10630         * ext/speex/gstspeexenc.c:
10631         * gst/alpha/gstalpha.c:
10632         * gst/alpha/gstalphacolor.c:
10633         * gst/apetag/gstapedemux.c:
10634         * gst/auparse/gstauparse.c:
10635         * gst/autodetect/gstautoaudiosink.c:
10636         (gst_auto_audio_sink_base_init):
10637         * gst/autodetect/gstautovideosink.c:
10638         (gst_auto_video_sink_base_init):
10639         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
10640         * gst/avi/gstavimux.c: (gst_avimux_base_init):
10641         * gst/cutter/gstcutter.c:
10642         * gst/debug/breakmydata.c:
10643         * gst/debug/efence.c:
10644         * gst/debug/gstnavigationtest.c:
10645         * gst/debug/gstnavseek.c:
10646         * gst/debug/negotiation.c:
10647         * gst/debug/progressreport.c:
10648         * gst/debug/testplugin.c:
10649         * gst/effectv/gstaging.c:
10650         * gst/effectv/gstdice.c:
10651         * gst/effectv/gstedge.c:
10652         * gst/effectv/gstquark.c:
10653         * gst/effectv/gstrev.c:
10654         * gst/effectv/gstshagadelic.c:
10655         * gst/effectv/gstvertigo.c:
10656         * gst/effectv/gstwarp.c:
10657         * gst/flx/gstflxdec.c:
10658         * gst/goom/gstgoom.c:
10659         * gst/icydemux/gsticydemux.c:
10660         * gst/id3demux/gstid3demux.c:
10661         * gst/interleave/deinterleave.c:
10662         * gst/interleave/interleave.c:
10663         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
10664         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
10665         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
10666         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
10667         * gst/level/gstlevel.c:
10668         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
10669         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
10670         * gst/median/gstmedian.c:
10671         * gst/monoscope/gstmonoscope.c:
10672         * gst/multipart/multipartdemux.c:
10673         * gst/multipart/multipartmux.c:
10674         * gst/oldcore/gstaggregator.c:
10675         * gst/oldcore/gstfdsink.c:
10676         * gst/oldcore/gstmd5sink.c:
10677         * gst/oldcore/gstmultifilesrc.c:
10678         * gst/oldcore/gstpipefilter.c:
10679         * gst/oldcore/gstshaper.c:
10680         * gst/oldcore/gststatistics.c:
10681         * gst/rtp/gstasteriskh263.c:
10682         * gst/rtp/gstrtpL16depay.c:
10683         * gst/rtp/gstrtpL16pay.c:
10684         * gst/rtp/gstrtpamrdepay.c:
10685         * gst/rtp/gstrtpamrpay.c:
10686         * gst/rtp/gstrtpdepay.c:
10687         * gst/rtp/gstrtpgsmpay.c:
10688         * gst/rtp/gstrtph263pay.c:
10689         * gst/rtp/gstrtph263pdepay.c:
10690         * gst/rtp/gstrtph263ppay.c:
10691         * gst/rtp/gstrtpilbcdepay.c:
10692         * gst/rtp/gstrtpmp4gpay.c:
10693         * gst/rtp/gstrtpmp4vdepay.c:
10694         * gst/rtp/gstrtpmp4vpay.c:
10695         * gst/rtp/gstrtpmpadepay.c:
10696         * gst/rtp/gstrtpmpapay.c:
10697         * gst/rtp/gstrtppcmadepay.c:
10698         * gst/rtp/gstrtppcmapay.c:
10699         * gst/rtp/gstrtppcmudepay.c:
10700         * gst/rtp/gstrtppcmupay.c:
10701         * gst/rtp/gstrtpspeexdepay.c:
10702         * gst/rtp/gstrtpspeexpay.c:
10703         * gst/rtsp/gstrtpdec.c:
10704         * gst/rtsp/gstrtspsrc.c:
10705         * gst/smpte/gstsmpte.c:
10706         * gst/udp/gstdynudpsink.c:
10707         * gst/udp/gstmultiudpsink.c:
10708         * gst/udp/gstudpsink.c:
10709         * gst/udp/gstudpsrc.c:
10710         * gst/videobox/gstvideobox.c:
10711         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
10712         * gst/videofilter/gstvideobalance.c:
10713         * gst/videofilter/gstvideoflip.c:
10714         * gst/videofilter/gstvideotemplate.c:
10715         (gst_videotemplate_base_init):
10716         * gst/videomixer/videomixer.c:
10717         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10718         (gst_wavparse_class_init), (gst_wavparse_dispose),
10719         (gst_wavparse_reset), (gst_wavparse_init),
10720         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
10721         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
10722         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
10723         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
10724         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10725         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10726         (gst_wavparse_change_state):
10727         * gst/wavparse/gstwavparse.h:
10728         * sys/oss/gstossmixerelement.c:
10729         * sys/oss/gstosssink.c:
10730         * sys/oss/gstosssrc.c:
10731         * sys/osxaudio/gstosxaudioelement.c:
10732         * sys/osxaudio/gstosxaudiosink.c:
10733         * sys/osxaudio/gstosxaudiosrc.c:
10734         * sys/sunaudio/gstsunaudiomixer.c:
10735         * sys/sunaudio/gstsunaudiosink.c:
10736           Define GstElementDetails as const and also static (when defined as
10737           global)
10738
10739 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10740
10741         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10742           Source pad has fixed caps. If we don't set this, bad
10743           things happen when the window is resized.
10744
10745 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10746
10747         * gst/matroska/Makefile.am:
10748         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10749         (gst_matroska_demux_handle_src_event):
10750         * gst/matroska/matroska-ids.c:
10751         (gst_matroska_track_init_video_context),
10752         (gst_matroska_track_init_audio_context),
10753         (gst_matroska_track_init_subtitle_context),
10754         (gst_matroska_track_init_complex_context):
10755         * gst/matroska/matroska-ids.h:
10756           Handle case where the TrackType ebml chunk does not come before the
10757           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
10758           events.
10759
10760 2006-04-25  Wim Taymans  <wim@fluendo.com>
10761
10762         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10763         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
10764         It's codec_data, not codec_info.
10765
10766 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10767
10768         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10769
10770         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
10771           Handle codec_data for VfW compatibility codec IDs (#339451)
10772
10773         * gst/matroska/matroska-mux.c:
10774         (gst_matroska_mux_video_pad_setcaps):
10775           Same here, handle codec_data and add additional caps we can handle
10776           now to the pad template (huffyuv, dv and h263 video) (#339451)
10777
10778 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10779
10780         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
10781
10782         * gst/matroska/matroska-mux.c:
10783         (gst_matroska_mux_create_buffer_header),
10784         (gst_matroska_mux_write_data):
10785           Fix timestamping of B-frames, use signed integers, do
10786           some rounding (#339678).
10787
10788 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
10789
10790         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
10791         just make it compile with --disable-gst-debug.
10792
10793 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
10794
10795         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
10796         Fix a bad conversion using gst_guint64_to_gdouble.
10797         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
10798         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
10799         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
10800     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
10801         mistake.
10802
10803 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
10804
10805         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
10806         Use gst_guint64_to_gdouble for conversions
10807         * win32/vs6/gst_plugins_good.dsw:
10808         * win32/vs6/libgsticydemux.dsp:
10809         Add a project file for icydemux
10810
10811 2006-04-21  Wim Taymans  <wim@fluendo.com>
10812
10813         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
10814
10815         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10816         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
10817         When splitting audio chunks, the block alignment is not taken in
10818         consideration, so the smaller chunks could be of size which is 
10819         not a multiple of the block alignment. Fixes #336904
10820
10821 2006-04-21  Wim Taymans  <wim@fluendo.com>
10822
10823         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
10824         Use scale functions
10825
10826 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
10827
10828         * ext/dv/gstdv.c: (plugin_init):
10829           Fix build.
10830
10831 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
10832
10833         * gst/debug/progressreport.c: (gst_progress_report_finalize),
10834         (gst_progress_report_class_init), (gst_progress_report_init),
10835         (gst_progress_report_do_query), (gst_progress_report_report),
10836         (gst_progress_report_set_property),
10837         (gst_progress_report_get_property):
10838           Add 'format' property to force querying to a particular format.
10839
10840 2006-04-21  Andy Wingo  <wingo@pobox.com>
10841
10842         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
10843         best, on big endian systems. Drop its rank in that case. OTOH on
10844         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
10845
10846 2006-04-21  Michael Smith  <msmith@fluendo.com>
10847
10848         * configure.ac:
10849         * gst/icydemux/Makefile.am:
10850         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
10851         (gst_icydemux_base_init), (gst_icydemux_class_init),
10852         (gst_icydemux_reset), (gst_icydemux_init),
10853         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
10854         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
10855         (unicodify), (gst_icydemux_unicodify),
10856         (gst_icydemux_parse_and_send_tags),
10857         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10858         (gst_icydemux_chain), (gst_icydemux_change_state),
10859         (gst_icydemux_send_tag_event), (plugin_init):
10860         * gst/icydemux/gsticydemux.h:
10861         * tests/check/Makefile.am:
10862         * tests/check/elements/icydemux.c: (typefind_succeed),
10863         (plugin_init), (icydemux_found_pad), (create_icydemux),
10864         (cleanup_icydemux), (push_data), (GST_START_TEST),
10865         (icydemux_suite), (main):
10866           Add icydemux, and tests.
10867
10868 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10869
10870         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10871           Post SEGMENT_DONE message in TIME format.
10872
10873 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10874
10875         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
10876
10877         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
10878         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
10879           Fix index creation when we have to scan the file to create
10880           an index. There may be other types of RIFF 'LIST' chunks than
10881           'movi' and we need to skip them properly as well or we'll end up
10882           reading garbage (#336889). Some other cosmetic changes.
10883           
10884 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10885
10886         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
10887         (gst_flac_dec_handle_seek_event):
10888           Add support for segment seeks (fixes #338290). Also demote
10889           some recurring debug message from DEBUG to LOG level.
10890
10891 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10892
10893         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10894         (gst_matroskademux_do_index_seek),
10895         (gst_matroska_demux_handle_seek_event),
10896         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
10897         * gst/matroska/matroska-ids.h:
10898           Set DISCONT flag on first buffer after a discontinuity.
10899           Fix newsegment events sent when seeking and honour KEY_UNIT
10900           seek flag. Create pad with bogus caps if we don't recognise
10901           the stream codec id.
10902
10903         * gst/matroska/matroska-demux.h:
10904           Fix GObject macros.
10905
10906 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10907
10908         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10909
10910         * gst/matroska/matroska-demux.c:
10911         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
10912           Handle end of segment properly when set; don't dead-lock when
10913           posting start of segment message when doing a segment seek.
10914           Fixes #338810.
10915
10916 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10917
10918         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
10919         (gst_matroska_demux_plugin_init):
10920           Make mpeg2 aac audio work: create artificial private codec data
10921           chunk which faad2 seems to require, just as we do for mpeg4 aac.
10922           Also call gst_riff_init(). Partially fixes #338767.
10923
10924 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
10925
10926         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
10927         (gst_wavenc_class_init), (gst_wavenc_init),
10928         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
10929         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
10930         (gst_wavenc_chain), (gst_wavenc_change_state):
10931         * gst/wavenc/gstwavenc.h:
10932           Set caps on first outgoing buffer, so that it doesn't error out
10933           immediately with a non-negotiated error (#338716). Rewrite and
10934           clean up a bit; fix setcaps function to parse things properly;
10935           fix sink caps (8bit audio is unsigned and doesn't have depth);
10936           use boilerplate macros; remove unused properties stuff.
10937
10938 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10939
10940         * ext/gdk_pixbuf/gstgdkpixbuf.c:
10941           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
10942           handle MJPEG streams and might be autoplugged for those if the
10943           user doesn't have jpegdec installed (resulting in a cryptic error
10944           message about huffman tables). Better to disable JPEG decoding here
10945           and let the user figure out that she needs to install jpegdec.
10946
10947 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10948
10949         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
10950         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
10951         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
10952         * ext/gdk_pixbuf/gstgdkpixbuf.h:
10953           Make work with packetised/framed input (e.g. png-in-quicktime). Use
10954           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
10955           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
10956           debug messages. Fix boilerplate macros.
10957
10958 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10959
10960         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
10961         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
10962           No need to special-case for Gdk-2.0 any longer, we require
10963           Gdk 2.2 or newer; minor clean-ups.
10964
10965 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10966
10967         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
10968         (gst_shout2send_class_init), (gst_shout2send_init),
10969         (set_shout_metadata), (gst_shout2send_set_metadata),
10970         (gst_shout2send_event), (gst_shout2send_start),
10971         (gst_shout2send_connect), (gst_shout2send_stop),
10972         (gst_shout2send_render), (gst_shout2send_set_property),
10973         (gst_shout2send_get_property), (gst_shout2send_setcaps),
10974         (plugin_init):
10975         * ext/shout2/gstshout2.h:
10976         * po/POTFILES.in:
10977           Rewrite a bit: use GstBaseSink::start and stop instead of a state
10978           change function; use GST_ELEMENT_ERROR for error reporting, not
10979           g_error() or GST_ERROR(); don't unref caps in setcaps function,
10980           will cause crashes or assertion failures; remove (unused) "sync"
10981           property, basesink already has such a property; misc. other
10982           minor fixes and cleanups.
10983
10984 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10985
10986         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
10987         * ext/esd/gstesd.c: (plugin_init):
10988         * po/POTFILES.in:
10989           Add translatable error message for when we cannot
10990           connect to the sound server, as "Cannot open resource
10991           for writing" isn't really an acceptable message to show
10992           to the user in this case.
10993
10994 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10995
10996         * sys/oss/gst-i18n-plugin.h:
10997           Remove bogus file that doesn't belong here.
10998
10999 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11000
11001         Patch by: Philippe Valembois
11002
11003         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11004         (gst_shout2send_set_metadata), (gst_shout2send_event),
11005         (gst_shout2send_render), (gst_shout2send_change_state):
11006         * ext/shout2/gstshout2.h:
11007           Handle tags being received before the connection to
11008           the server is established properly (see #338636).
11009
11010 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11011
11012         * ext/shout2/gstshout2.c: (gst_shout2send_render):
11013           Don't crash in case the connection to the server fails:
11014           don't set pointer to NULL by assigning FALSE; error out
11015           properly by using GST_ELEMENT_ERROR and returning
11016           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
11017           before resetting the pointer.
11018
11019 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
11020
11021         * gst/id3demux/id3tags.c:
11022         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
11023         (Fixes #338713)
11024
11025 2006-04-12  Wim Taymans  <wim@fluendo.com>
11026
11027         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11028         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
11029         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11030         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
11031         (gst_gdk_pixbuf_chain):
11032         Some cleanups.
11033         Added RGBA as a possible output format.
11034         Correctly free the supported mimetypes.
11035         deprecate silent arg, it's not used.
11036         Return result from _alloc_buffer to peer.
11037
11038 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11039
11040         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
11041           Don't leak memory allocated by gst_buffer_new_and_alloc() by
11042           overwriting GST_BUFFER_MALLOCDATA.
11043
11044 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11045
11046         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11047         (user_endrow_callback), (user_end_callback),
11048         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
11049         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
11050         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
11051         * ext/libpng/gstpngdec.h:
11052           Handle more than one frame if the content is framed,
11053           like with png-in-quicktime (#331917).
11054
11055 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11056
11057         * sys/oss/Makefile.am:
11058         * sys/oss/common.h:
11059         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
11060         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
11061         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
11062         (gst_oss_src_unprepare):
11063           - the user-visible error strings were in the wrong category
11064           - and the messages were not marked for translation
11065           - which is actually a good thing, because they were exactly
11066             the kind of message you would never want anyone to see
11067           - the macros were using variables that didn't exist in the macro
11068             arguments
11069           - and they were obviously copied from each other and then modified
11070           - so a common header makes sense
11071
11072 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11073
11074         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11075           Don't try to modify read-only data.
11076
11077         * gst/matroska/matroska-demux.c:
11078         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11079           Fix comment (won't crash any longer now).
11080
11081 2006-04-10  Michael Smith  <msmith@fluendo.com>
11082
11083         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
11084           Use copies of header buffers for caps to avoid circular refcounting
11085           problems (as in theoradec, vorbisdec).
11086
11087         * tests/check/elements/cmmldec.c: (GST_START_TEST):
11088           Fix a typo in test that meant it was testing the wrong thing.
11089
11090         * tests/check/elements/cmmlenc.c: (check_headers):
11091           Fix refcount checks now that we use buffer-copies for caps.
11092
11093 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11094
11095         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
11096         (gst_matroska_demux_handle_seek_event),
11097         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
11098         (gst_matroska_demux_subtitle_caps),
11099         (gst_matroska_demux_plugin_init):
11100           Use static pad templates with ANY caps for audio and video
11101           source pads and get rid of a lot of unnecessary (and partially
11102           broken) code for the template caps. Clean up caps finding
11103           functions. Fixes playback of audio files/streams that do not
11104           contain the sample rate and/or number of channels in the audio
11105           context (happens a lot with vorbis/mp3 .mka files it seems).
11106           Fixes #337183.
11107           Also add myself to copyright holders.
11108
11109 2006-04-10  Michael Smith  <msmith@fluendo.com>
11110
11111         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
11112           Use g_list_delete_link () instead of g_list_remove_link () so that
11113           we free the link as well as the contained data.
11114
11115 2006-04-10  Wim Taymans  <wim@fluendo.com>
11116
11117         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
11118
11119         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
11120         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
11121         (gst_avi_demux_stream_header):
11122         Fix some crashers with empty chunks. (Fixes #337749)
11123
11124 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
11125
11126         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
11127           use G_GINT64_CONSTANT for INT64 constants
11128         * gst/videofilter/gstvideobalance.c:
11129           define rint for WIN32 #define rint(x) (floor((x)+0.5))
11130         * win32/vs6/libgstavi.dsp:
11131          add missing libraries for the link and remove avimux.c from
11132          the project as it isn't ported to 0.10 yet
11133         
11134 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
11135
11136         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11137           Even better would be if we actually did the right thing
11138           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
11139
11140 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11141
11142         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11143           Can't just replace 1LL with 1L here just because MSVC doesn't
11144           support it, as it might lead to incorrect results when doing the
11145           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
11146           force a 64-bit constant in a way that all compilers are happy with.
11147
11148 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11149
11150         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
11151         * ext/esd/esdsink.c: (gst_esdsink_class_init):
11152         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
11153         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
11154         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
11155         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
11156         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
11157         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
11158         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
11159         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
11160         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
11161         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
11162         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
11163         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
11164         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
11165         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
11166         * gst/avi/gstavimux.c: (gst_avimux_class_init):
11167         * gst/debug/efence.c: (gst_efence_class_init):
11168         * gst/debug/negotiation.c: (gst_negotiation_class_init):
11169         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
11170         * gst/goom/gstgoom.c: (gst_goom_class_init):
11171         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
11172         * gst/interleave/deinterleave.c: (deinterleave_class_init):
11173         * gst/interleave/interleave.c: (interleave_class_init):
11174         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
11175         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
11176         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
11177         * gst/median/gstmedian.c: (gst_median_class_init):
11178         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
11179         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
11180         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
11181         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
11182         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
11183         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
11184         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
11185         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
11186         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
11187         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
11188         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
11189         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
11190         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
11191         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
11192         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11193         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
11194         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
11195         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
11196         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
11197         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
11198         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
11199         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
11200         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
11201         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
11202         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
11203         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
11204         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
11205         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11206         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
11207         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
11208         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
11209         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
11210         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
11211         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
11212         * sys/osxaudio/gstosxaudioelement.c:
11213         (gst_osxaudioelement_class_init):
11214         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
11215         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
11216         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
11217         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
11218
11219 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11220
11221         * ext/mikmod/gstmikmod.h:
11222         * gst/level/gstlevel.h:
11223         Fix more broken GObject macros
11224
11225 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11226
11227         * ext/annodex/gstcmmldec.h:
11228         * ext/annodex/gstcmmlenc.h:
11229         * ext/annodex/gstcmmltag.h:
11230         * ext/cairo/gsttextoverlay.h:
11231         * ext/ladspa/gstsignalprocessor.h:
11232         * gst/matroska/ebml-read.h:
11233         * gst/matroska/ebml-write.h:
11234         * sys/osxaudio/gstosxaudioelement.h:
11235         Fix broken GObject macros
11236
11237 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11238
11239         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11240           Don't try to seek beyond the end of the file (would
11241           occasionally display error dialogs in totem when seeking
11242           to the end) (#335869). Will still throw an error though
11243           if the file is truncated and the total_samples value in
11244           the stream header is wrong.
11245
11246 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
11247
11248         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
11249         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
11250         (gst_flac_dec_metadata_callback):
11251         * ext/flac/gstflacdec.h:
11252           If the stream header doesn't contain the total number of samples,
11253           search for the last flac frame at the end of the file and calculate
11254           the total duration from that frame's offset (fixes #337609).
11255
11256 2006-04-07  Edward Hervey  <edward@fluendo.com>
11257
11258         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
11259         Don't unref the GstPadTemplate returned by
11260         gst_element_class_get_pad_template().
11261
11262 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11263
11264         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
11265
11266         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
11267         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
11268         * sys/sunaudio/gstsunaudiosink.h:
11269           Use spec->segsize and spec->segtotal in the prepare function
11270           to initialise the ring buffer instead of using the buffer-time
11271           property (#337421).
11272
11273 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11274
11275         * configure.ac:
11276           Bump core requirements to CVS for gst_pad_query_peer_duration()
11277           which is used by speexdec.
11278
11279 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
11280
11281         * ext/speex/gstspeex.c: (plugin_init):
11282         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
11283         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
11284         (speex_get_sink_query_types), (speex_dec_sink_query),
11285         (speex_get_src_query_types), (speex_dec_src_query),
11286         (speex_dec_src_event), (speex_dec_sink_event),
11287         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
11288         (speex_dec_chain_parse_data), (speex_dec_chain),
11289         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
11290         (speex_dec_change_state):
11291         * ext/speex/gstspeexdec.h:
11292           Fix seeking and duration queries (#337033); clean up and
11293           refactor a bit.
11294
11295 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11296
11297         * ext/raw1394/gstdv1394src.c:
11298           distinguish between device not found and could not open for
11299           reading
11300
11301 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11302
11303         * Makefile.am:
11304         * configure.ac:
11305         * pkgconfig/.cvsignore:
11306         * pkgconfig/Makefile.am:
11307         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
11308           add a .pc file so other modules can use good plugins in tests
11309
11310 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11311
11312         * configure.ac:
11313           clean up, use AS_VERSION and AS_NANO
11314         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
11315           use PACKAGE_VERSION define
11316         * po/af.po:
11317         * po/az.po:
11318         * po/cs.po:
11319         * po/en_GB.po:
11320         * po/hu.po:
11321         * po/it.po:
11322         * po/nb.po:
11323         * po/nl.po:
11324         * po/or.po:
11325         * po/sq.po:
11326         * po/sr.po:
11327         * po/sv.po:
11328         * po/uk.po:
11329         * po/vi.po:
11330           updated
11331
11332 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
11333
11334         * ext\jpeg\smokecodec.c:
11335           use of GST_DEBUG instead of DEBUG(a...) for WIN32
11336         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
11337           move first instruction after all variables declarations
11338         * gst\alpha\gstalpha.c:
11339         * gst\effectv\gstshagadelic.c:
11340         * gst\smpte\paint.c:
11341         * gst\videofilter\gstvideobalance.c:
11342           define M_PI if it's not defined (it's not defined on WIN32)
11343         * gst\cutter\gstcutter.c: (gst_cutter_chain):
11344         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
11345         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
11346         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
11347         (gst_matroska_demux_video_caps):
11348         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
11349         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
11350           use gst_guint64_to_gdouble for conversions
11351         * gst\goom\filters.c: (setPixelRGB_):
11352           fix a debug which was using undefined variable
11353         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
11354         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
11355           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
11356         * win32/vs6:
11357           add vs6 projects files for most of plugins-good
11358         
11359 2006-03-30  j^  <j@bootlab.org>
11360
11361         * ext/aalib/gstaasink.c:
11362         * ext/annodex/gstcmmldec.c:
11363         * ext/annodex/gstcmmlenc.c:
11364         * ext/cairo/gsttextoverlay.c:
11365         * ext/cairo/gsttimeoverlay.c:
11366         * ext/cdio/gstcdiocddasrc.c:
11367         * ext/dv/gstdvdec.c:
11368         * ext/esd/esdmon.c:
11369         * ext/esd/esdsink.c:
11370         * ext/flac/gstflacdec.c:
11371         * ext/flac/gstflacenc.c:
11372         * ext/flac/gstflactag.c:
11373         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11374         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11375         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11376         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11377         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11378         * ext/gdk_pixbuf/pixbufscale.c:
11379         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11380         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11381         * ext/jpeg/gstjpegdec.c:
11382         * ext/jpeg/gstjpegenc.c:
11383         * ext/jpeg/gstsmokedec.c:
11384         * ext/jpeg/gstsmokeenc.c:
11385         * ext/libcaca/gstcacasink.c:
11386         * ext/libmng/gstmngdec.c:
11387         * ext/libmng/gstmngenc.c:
11388         * ext/libpng/gstpngdec.c:
11389         * ext/libpng/gstpngenc.c:
11390         * ext/mikmod/gstmikmod.c:
11391         * ext/raw1394/gstdv1394src.c:
11392         * ext/shout2/gstshout2.c:
11393         * ext/speex/gstspeexdec.c:
11394         * ext/speex/gstspeexenc.c:
11395         * gst/alpha/gstalpha.c:
11396         * gst/alpha/gstalphacolor.c:
11397         * gst/auparse/gstauparse.c:
11398         * gst/autodetect/gstautoaudiosink.c:
11399         (gst_auto_audio_sink_base_init):
11400         * gst/autodetect/gstautovideosink.c:
11401         (gst_auto_video_sink_base_init):
11402         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11403         * gst/cutter/gstcutter.c:
11404         * gst/debug/breakmydata.c:
11405         * gst/debug/efence.c:
11406         * gst/debug/gstnavigationtest.c:
11407         * gst/debug/negotiation.c:
11408         * gst/debug/progressreport.c:
11409         * gst/debug/testplugin.c:
11410         * gst/effectv/gstaging.c:
11411         * gst/effectv/gstdice.c:
11412         * gst/effectv/gstedge.c:
11413         * gst/effectv/gstquark.c:
11414         * gst/effectv/gstrev.c:
11415         * gst/effectv/gstvertigo.c:
11416         * gst/effectv/gstwarp.c:
11417         * gst/flx/gstflxdec.c:
11418         * gst/goom/gstgoom.c:
11419         * gst/interleave/deinterleave.c:
11420         * gst/interleave/interleave.c:
11421         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11422         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11423         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11424         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11425         * gst/level/gstlevel.c:
11426         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11427         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11428         * gst/median/gstmedian.c:
11429         * gst/monoscope/gstmonoscope.c:
11430         * gst/multipart/multipartdemux.c:
11431         * gst/multipart/multipartmux.c:
11432         * gst/oldcore/gstmd5sink.c:
11433         * gst/oldcore/gstmultifilesrc.c:
11434         * gst/oldcore/gstpipefilter.c:
11435         * gst/oldcore/gstshaper.c:
11436         * gst/oldcore/gststatistics.c:
11437         * gst/rtp/gstasteriskh263.c:
11438         * gst/rtp/gstrtpL16depay.c:
11439         * gst/rtp/gstrtpL16pay.c:
11440         * gst/rtp/gstrtpamrdepay.c:
11441         * gst/rtp/gstrtpamrpay.c:
11442         * gst/rtp/gstrtpdepay.c:
11443         * gst/rtp/gstrtpgsmpay.c:
11444         * gst/rtp/gstrtph263pay.c:
11445         * gst/rtp/gstrtph263pdepay.c:
11446         * gst/rtp/gstrtph263ppay.c:
11447         * gst/rtp/gstrtpmp4gpay.c:
11448         * gst/rtp/gstrtpmp4vdepay.c:
11449         * gst/rtp/gstrtpmp4vpay.c:
11450         * gst/rtp/gstrtpmpadepay.c:
11451         * gst/rtp/gstrtpmpapay.c:
11452         * gst/rtp/gstrtppcmadepay.c:
11453         * gst/rtp/gstrtppcmapay.c:
11454         * gst/rtp/gstrtppcmudepay.c:
11455         * gst/rtp/gstrtppcmupay.c:
11456         * gst/rtp/gstrtpspeexdepay.c:
11457         * gst/rtp/gstrtpspeexpay.c:
11458         * gst/rtsp/gstrtpdec.c:
11459         * gst/smpte/gstsmpte.c:
11460         * gst/videobox/gstvideobox.c:
11461         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11462         * gst/videofilter/gstvideobalance.c:
11463         * gst/videofilter/gstvideoflip.c:
11464         * gst/videofilter/gstvideotemplate.c:
11465         (gst_videotemplate_base_init):
11466         * gst/videomixer/videomixer.c:
11467         * gst/wavenc/gstwavenc.c:
11468         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
11469          better/unified long descriptions
11470          Fixed #336602
11471          Some cleanups to auparse, don't send multiple newsegments.
11472
11473 2006-03-29  Wim Taymans  <wim@fluendo.com>
11474
11475         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
11476
11477         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
11478         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
11479         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
11480         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
11481         * ext/dv/gstdvdemux.h:
11482         Seek in READY patch. Only works for pull based mode.
11483         Fixes #323880
11484
11485 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
11486
11487         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
11488         (gst_gdk_pixbuf_event):
11489           Fix two crashers: don't unref the same caps twice, and
11490           set pixbuf loader to NULL after freeing it.
11491
11492 2006-03-27  Wim Taymans  <wim@fluendo.com>
11493
11494         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
11495         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
11496         (gst_speexenc_chain):
11497         * ext/speex/gstspeexenc.h:
11498         Don't leak adapter.
11499         A push *always* takes ownership of the buffer, even on
11500         errors.
11501         Small cleanups.
11502
11503 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
11504
11505         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
11506           Create source pad without leaking.
11507
11508 2006-03-24  Wim Taymans  <wim@fluendo.com>
11509
11510         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11511         * ext/flac/gstflacdec.h:
11512         * ext/flac/gstflacenc.h:
11513         Spifify a bit.
11514         Fix deadly lock order error in seeking code, STREAM_LOCK
11515         cannot be taken within LOCK and the streaming variables are
11516         protected with the STREAM_LOCK anyway.
11517
11518 2006-03-24  Wim Taymans  <wim@fluendo.com>
11519
11520         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
11521         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
11522         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
11523         this patch combines the global init_frames with the stream
11524         init_frames. Rationale being that the global delay should 
11525         be subtracted from any stream delay.
11526         Fixes #335858.
11527
11528 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
11529
11530         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
11531         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
11532         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11533         * gst/videomixer/videomixer.c: (gst_videomixer_init):
11534         use DEBUG_FUNCPTR for collectpads
11535
11536 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
11537
11538         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
11539           Don't crash when encoding images where the number of rows isn't
11540           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
11541
11542 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11543
11544         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
11545         * gst/interleave/deinterleave.c: (deinterleave_change_state):
11546         * gst/interleave/interleave.c: (interleave_change_state):
11547         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
11548           More state change function fixes.
11549
11550 2006-03-23  Wim Taymans  <wim@fluendo.com>
11551
11552         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11553         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
11554         (gst_esdsink_prepare), (gst_esdsink_unprepare),
11555         (gst_esdsink_delay), (gst_esdsink_reset):
11556         * ext/esd/esdsink.h:
11557         Fix esd choppy playback by configuring audiosink
11558         correctly. Fixes #325191
11559
11560 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11561
11562         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
11563           Make state change function thread-safe.
11564
11565 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11566
11567         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
11568         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
11569           Don't try to read beyond the end of the file just because
11570           the header claims a bigger size (like with truncated files).
11571
11572 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11573
11574         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11575         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
11576         (gst_wavparse_stream_data), (gst_wavparse_loop):
11577         * gst/wavparse/gstwavparse.h:
11578           Delay source pad creation until we have the first chunk of
11579           media data, so the we can examine the data and adjust the
11580           caps accordingly if required. This makes playback of .wav
11581           files with DTS-declared-as-PCM content work (#313266).
11582
11583 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
11584
11585         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11586         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11587         Don't attempt typefinding on too-short buffers that have been
11588         completely trimmed away. (Fixes #330239)
11589
11590         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
11591         Improve the debug output
11592
11593 2006-03-21  Wim Taymans  <wim@fluendo.com>
11594
11595         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
11596         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
11597         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
11598         (gst_esdsink_set_property), (gst_esdsink_get_property):
11599         Some cleanups.
11600         Reset fd to -1 when we close them.
11601
11602 2006-03-21  Wim Taymans  <wim@fluendo.com>
11603
11604         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
11605         the OPTIONS request result is optional so don't
11606         fail on it.
11607
11608 2006-03-21  Edward Hervey  <edward@fluendo.com>
11609
11610         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
11611         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
11612         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
11613         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11614         (gst_wavparse_change_state):
11615         gcc 4.1 unreferenced pointer fixes.
11616
11617 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
11618
11619         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11620
11621         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
11622           Fix block alignment calculation. Alignment should be done before
11623           adding the byte offset where the data starts (#335231).
11624
11625 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11626
11627         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
11628           Ensure that we set correct caps on buffers that are transferred
11629           direct from the input.
11630
11631 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11632
11633         * gst/goom/filters.c: (zoomFilterDestroy):
11634         * gst/goom/goom_core.c: (goom_close):
11635           Free filter data when cleaning up. (Fixes: #334995)
11636
11637 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
11638
11639         * configure.ac:
11640           Don't compile udp and rtsp plugins on win32 (mingw) or other
11641           systems that don't have <sys/socket.h> for some reason (#316203).
11642
11643 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11644
11645         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
11646         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
11647         * ext/raw1394/gstdv1394src.h:
11648           Change bus reset handler so it reports useful information such as
11649           whether the device being used connected or disconnected
11650
11651 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11652
11653         * gst/id3demux/id3v2frames.c:
11654         (parse_relative_volume_adjustment_two):
11655           We only care about gain and peak data for the master volume.
11656
11657 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11658
11659         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11660         (parse_id_string), (parse_unique_file_identifier),
11661         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
11662           Read replay gain tags (#323721).
11663
11664 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
11665
11666         * configure.ac:
11667           Bump requirements to gst-plugins-base CVS because
11668           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
11669
11670 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
11671
11672         * rtp/gst/gstrtppcmadepay.c:
11673         Fixed one of the caps in the code from mulaw to alaw.
11674
11675 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
11676
11677         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11678           Ensure that we set caps on the buffers we pass.
11679
11680         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
11681         (gst_id3demux_sink_activate):
11682           Ensure that we set caps on the buffers we pass.
11683
11684           Use STREAM, TYPE_NOT_FOUND as the error class when
11685           typefinding fails.
11686
11687 2006-03-15  Edward Hervey  <edward@fluendo.com>
11688
11689         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
11690         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
11691         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
11692         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
11693         (gst_jpeg_dec_setcaps):
11694         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
11695         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
11696         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
11697         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
11698         (gst_mngdec_src_getcaps):
11699         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11700         (gst_pngdec_caps_create_and_set):
11701         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
11702         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
11703         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
11704         * gst/alpha/gstalpha.c: (gst_alpha_init):
11705         * gst/auparse/gstauparse.c: (gst_au_parse_init):
11706         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
11707         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
11708         * gst/cutter/gstcutter.c: (gst_cutter_init):
11709         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
11710         (gst_efence_checkgetrange):
11711         * gst/debug/negotiation.c: (gst_negotiation_init):
11712         * gst/flx/gstflxdec.c: (gst_flxdec_init):
11713         * gst/goom/gstgoom.c: (gst_goom_init):
11714         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
11715         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
11716         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
11717         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
11718         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
11719         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
11720         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
11721         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11722         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
11723         (gst_wavparse_create_sourcepad):
11724         Fix memleak with gst_static_pad_template_get().
11725         This uses gst_pad_new_from_static_template() instead.
11726         Fixes #333512
11727
11728 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11729
11730         * configure.ac:
11731           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
11732           used by id3demux.
11733
11734         * gst/id3demux/gstid3demux.c: (plugin_init):
11735         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11736         (parse_user_text_identification_frame),
11737         (parse_unique_file_identifier):
11738           Add support for UFID and TXXX frames and extract musicbrainz tags.
11739
11740 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11741
11742         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
11743           Catch short reads, like they might happen with truncated
11744           files (see #305279); remove unnecessary indentation.
11745
11746 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11747
11748         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
11749           Fix DIB image inversion for pictures with a
11750           depth != 8 (#305279).
11751
11752 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11753
11754         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
11755         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
11756         * ext/jpeg/gstjpegdec.h:
11757           Fix durations on outgoing buffers after seeking
11758           in MJPEG files (#334083); some minor clean-ups.
11759
11760 2006-03-13  Wim Taymans  <wim@fluendo.com>
11761
11762         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
11763         (gst_wavparse_change_state):
11764         Implement seek in READY (re-fixes #327658)
11765
11766 2006-03-13  Wim Taymans  <wim@fluendo.com>
11767
11768         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
11769         * ext/esd/esdmon.c: (gst_esdmon_get):
11770         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
11771         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11772         (gst_gdk_pixbuf_sink_getcaps):
11773         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
11774         (gst_jpegenc_setcaps):
11775         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
11776         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
11777         (gst_smokeenc_setcaps):
11778         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
11779         (gst_mngdec_src_getcaps):
11780         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
11781         (gst_mngenc_chain):
11782         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
11783         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
11784         * ext/speex/gstspeexdec.c: (speex_dec_convert),
11785         (speex_dec_src_event), (speex_dec_chain):
11786         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
11787         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
11788         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
11789         (gst_negotiation_pad_link), (gst_negotiation_chain):
11790         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
11791         (gst_flxdec_chain):
11792         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
11793         (deinterleave_chain):
11794         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
11795         * gst/median/gstmedian.c: (gst_median_link):
11796         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
11797         (gst_monoscope_chain):
11798         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
11799         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
11800         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
11801         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
11802         close #333784 unref the result of gst_pad_get_parent()
11803         by: Christophe Fergeau.
11804
11805 2006-03-09  Wim Taymans  <wim@fluendo.com>
11806
11807         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
11808         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
11809         Handle events in push mode better, can now do non-flushing
11810         seeks in push mode as well.
11811
11812 2006-03-07  Wim Taymans  <wim@fluendo.com>
11813
11814         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11815         Applied patch from Kai Vehmanen, fixes #333624.
11816
11817 2006-03-06  Julien MOUTTE  <julien@moutte.net>
11818
11819         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
11820         Implement paletted and grayscale png files handling.
11821         (#150363).
11822
11823 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11824
11825         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
11826         (gst_speexenc_chain):
11827           fix a tag list assert
11828           follow gst-plugins-base/ext/ogg/README; set OFFSET
11829           and OFFSET_END.  Muxes correctly with gst-plugins-base
11830           > 0.9.3
11831
11832 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11833
11834         * gst/id3demux/Makefile.am:
11835         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
11836         (gst_id3demux_chain), (gst_id3demux_sink_activate):
11837           Use new typefind helper functions here as well, and
11838           do typefinding in pull-mode if upstream supports that.
11839
11840 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11841
11842         * sys/sunaudio/gstsunaudiomixerctrl.c:
11843         (gst_sunaudiomixer_ctrl_get_volume),
11844         (gst_sunaudiomixer_ctrl_set_volume):
11845         * sys/sunaudio/gstsunaudiomixertrack.c:
11846         (gst_sunaudiomixer_track_new):
11847           Remove unused variables, breaks build from CVS
11848           with -Werror (#333392, patch by: Benjamin Pineau)
11849
11850 2006-03-03  Wim Taymans  <wim@fluendo.com>
11851
11852         * docs/plugins/Makefile.am:
11853         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11854         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11855         Added wavparse docs.
11856
11857         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11858         (gst_wavparse_reset), (gst_wavparse_init),
11859         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
11860         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
11861         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11862         (gst_wavparse_stream_data), (gst_wavparse_loop),
11863         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
11864         (gst_wavparse_change_state):
11865         * gst/wavparse/gstwavparse.h:
11866         Implement seek in READY (fixes #327658)
11867         Added docs and did some cleanups.
11868
11869 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
11870
11871         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11872         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
11873         (gst_avi_demux_calculate_durations_from_index),
11874         (gst_avi_demux_stream_header):
11875         * gst/avi/gstavidemux.h:
11876           If we have an index, use a duration based on the index instead
11877           of blindly trusting the information in the stream headers
11878           (fixes #331817).
11879
11880 2006-03-03  Wim Taymans  <wim@fluendo.com>
11881
11882         * docs/plugins/Makefile.am:
11883         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11884         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11885         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11886         Added smoke and jpeg to the docs.
11887
11888         * ext/jpeg/Makefile.am:
11889         * ext/jpeg/gstjpeg.c: (plugin_init):
11890         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
11891         * ext/jpeg/gstjpegenc.h:
11892         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
11893         (gst_smokedec_chain):
11894         * ext/jpeg/gstsmokedec.h:
11895         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
11896         * ext/jpeg/gstsmokeenc.h:
11897         * ext/jpeg/smokecodec.h:
11898         Port smokedec (fixes #331905).
11899         Added some docs.
11900         Some cleanups.
11901
11902 2006-03-03  Wim Taymans  <wim@fluendo.com>
11903
11904         * docs/plugins/Makefile.am:
11905         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11906         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11907         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11908         Added videobalance and videoflip to the docs.
11909
11910         * gst/videofilter/Makefile.am:
11911         * gst/videofilter/gstvideobalance.c:
11912         (gst_video_balance_update_tables_planar411),
11913         (gst_video_balance_is_passthrough),
11914         (gst_video_balance_update_properties), (oil_tablelookup_u8),
11915         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
11916         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
11917         (gst_video_balance_finalize), (gst_video_balance_class_init),
11918         (gst_video_balance_init), (gst_video_balance_interface_supported),
11919         (gst_video_balance_interface_init),
11920         (gst_video_balance_colorbalance_list_channels),
11921         (gst_video_balance_colorbalance_set_value),
11922         (gst_video_balance_colorbalance_get_value),
11923         (gst_video_balance_colorbalance_init),
11924         (gst_video_balance_set_property), (gst_video_balance_get_property),
11925         (gst_video_balance_get_type), (plugin_init):
11926         * gst/videofilter/gstvideobalance.h:
11927         Ported to 0.10. (Fixes #326160)
11928         Added docs.
11929
11930         * gst/videofilter/gstvideoflip.c:
11931         * gst/videofilter/gstvideoflip.h:
11932         Added docs.
11933
11934 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
11935
11936         * configure.ac:
11937           Bump requirements to current core and -base CVS
11938           (core for new typefind helper API, and -base for the
11939           WAVFORMATEX support that was added to libgstriff and
11940           is needed by wavparse).
11941         
11942         * gst/apetag/Makefile.am:
11943         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
11944         (gst_tag_demux_sink_activate):
11945           Use new typefind helpers for typefinding instead of our
11946           home-grown stuff; also, do typefinding in pull-mode if
11947           upstream supports that.
11948
11949 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
11950
11951         Reviewed by: Christian Schaller <christian@fluendo.com>
11952
11953         This patch fixes bug: 329107
11954
11955         This Changelog entry is for a commit done on February 17
11956
11957         * ext/gconf/gconf.c
11958         * ext/gconf/gconf.h
11959         * ext/gconf/gstgconfaudiosink.c
11960         * ext/gconf/gstgconfaudiosink.h
11961         * gconf/gstreamer.schemas.in
11962
11963 2006-02-28  Wim Taymans  <wim@fluendo.com>
11964
11965         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11966         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
11967         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
11968         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
11969         Use DEBUG_OBJECT more.
11970
11971 2006-02-28  Wim Taymans  <wim@fluendo.com>
11972
11973         * docs/plugins/Makefile.am:
11974         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11975         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11976         Added dvdec and dvdemux to docs.
11977
11978         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
11979         Added docs.
11980         Check frame sizes so we don't crash when don't have enough
11981         data.
11982         Send nice error messages on error.
11983
11984         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
11985         (gst_dvdemux_class_init), (gst_dvdemux_init),
11986         (gst_dvdemux_finalize), (gst_dvdemux_reset),
11987         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
11988         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
11989         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
11990         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
11991         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
11992         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
11993         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
11994         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
11995         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
11996         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
11997         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
11998         * ext/dv/gstdvdemux.h:
11999         Added docs.
12000         Implement pull mode.
12001         Fix memleaks.
12002         Reduce memcpy for the video demuxing.
12003
12004 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
12005
12006         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
12007         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
12008         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
12009         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
12010           Add a little extra debug. Make the decoder not return NOT_LINKED,
12011           as we want to continue decoding all CMML and emitting tags.
12012
12013 2006-02-27  Michael Smith  <msmith@fluendo.com>
12014
12015         * ext/annodex/gstskeltag.c:
12016         * ext/annodex/gstskeltag.h:
12017           Deleted; these files aren't used any more either.
12018
12019 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12020
12021         * ext/Makefile.am: Fix dist-check.
12022
12023 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12024
12025         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
12026         memleak.
12027
12028 2006-02-25  Alessandro Decina <alessandro@nnva.org>
12029
12030         * ext/annodex/Makefile.am:
12031         * ext/annodex/gstannodex.c:
12032         * ext/annodex/gstcmmldec.c:
12033         * ext/annodex/gstcmmlenc.c:
12034         * ext/annodex/gstcmmlparser.c:
12035         * ext/annodex/gstcmmlparser.h:
12036         * ext/annodex/gstcmmlutils.c:
12037         * tests/check/elements/cmmldec.c:
12038         * tests/check/elements/cmmlenc.c:
12039           Fix a memleak in gst_cmml_track_list_add_clip.
12040           Handle overflows in clip's start and end times.
12041           Add the "encoded" parameter to cmmldec and cmmlenc caps.
12042           Do not parse junk at the end of a CMML preamble buffer.
12043           Register a libxml error handler to not print stuff on stderr.
12044           Check for bad clip start and end times in the testsuites.
12045
12046 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12047
12048         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
12049         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
12050         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
12051         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
12052         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
12053         possible memleaks.
12054
12055 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12056
12057         * tests/check/Makefile.am:
12058         * tests/check/elements/cmmldec.c:
12059         * tests/check/elements/cmmlenc.c: Fix tests so that they use
12060         the plugins-base tags.
12061
12062 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12063
12064         * ext/Makefile.am: Re-enable module.
12065
12066 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12067
12068         * tests/check/Makefile.am: Forgot to remove that test.
12069
12070 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12071
12072         * ext/annodex/Makefile.am:
12073         * ext/annodex/gstannodex.c: (plugin_init):
12074         * ext/annodex/gstcmmldec.c:
12075         * ext/annodex/gstskeldec.c:
12076         * ext/annodex/gstskeldec.h:
12077         * tests/check/Makefile.am:
12078         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
12079
12080 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12081
12082         * tests/check/Makefile.am: Disable those checks as well.
12083
12084 2006-02-24  Julien MOUTTE  <julien@moutte.net>
12085
12086         * ext/Makefile.am: Disable annodex for now until we figure out
12087         how to make it build.
12088         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
12089         Add a rule to your checklist : "please try to at least build 
12090         what you are going to commit into -good, or if you are too lazy
12091         to do that, please check that the buildbots are not crying because
12092         of your commit."
12093
12094 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
12095
12096         * configure.ac:
12097         * ext/Makefile.am:
12098         * ext/gdk_pixbuf/Makefile.am:
12099         * ext/gdk_pixbuf/gstgdkpixbuf.c:
12100         * ext/gdk_pixbuf/gstgdkpixbuf.h:
12101         * ext/gdk_pixbuf/pixbufscale.c:
12102         * ext/gdk_pixbuf/pixbufscale.h:
12103           Gdkpixbuf ported from 0.8 to 0.10 by
12104           Renato Filho <renato.filho@indt.org.br>.
12105           gst_loader and gdkpixbufanimation still need port.
12106
12107 2006-02-24  Michael Smith  <msmith@fluendo.com>
12108
12109         * configure.ac:
12110         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12111         * ext/Makefile.am:
12112         * ext/annodex/Makefile.am:
12113         * ext/annodex/gstannodex.c:
12114         * ext/annodex/gstannodex.h:
12115         * ext/annodex/gstcmmldec.c:
12116         * ext/annodex/gstcmmldec.h:
12117         * ext/annodex/gstcmmlenc.c:
12118         * ext/annodex/gstcmmlenc.h:
12119         * ext/annodex/gstcmmlparser.c:
12120         * ext/annodex/gstcmmlparser.h:
12121         * ext/annodex/gstcmmltag.c:
12122         * ext/annodex/gstcmmltag.h:
12123         * ext/annodex/gstcmmlutils.c:
12124         * ext/annodex/gstcmmlutils.h:
12125         * ext/annodex/gstskeldec.c:
12126         * ext/annodex/gstskeldec.h:
12127         * ext/annodex/gstskeltag.c:
12128         * ext/annodex/gstskeltag.h:
12129         * tests/check/Makefile.am:
12130         * tests/check/elements/cmmldec.c:
12131         * tests/check/elements/cmmlenc.c:
12132         * tests/check/elements/skeldec.c:
12133           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
12134           Includes tests & docs, oh my! Passes Thomas's -good checklist
12135           entirely. Wow.
12136
12137 2006-02-24  Michael Smith  <msmith@fluendo.com>
12138
12139         * autogen.sh:
12140           Check for automake 1.9 as well.
12141
12142 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12143
12144         * ext/flac/gstflacenc.c:
12145           Change min. sample rate to 8kHz to match flacdec's.
12146           
12147 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
12148
12149         * ext/cdio/Makefile.am:
12150           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
12151           required for Cygwin, see #317048)
12152
12153         * gst/rtp/gstasteriskh263.c:
12154           Cygwin has includes for both the unix network socket API
12155           and the windows API, but only one can be included, so fix
12156           includes to only use one or the other, prefering the unxi
12157           one (#317048).
12158
12159 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12160
12161         * rtp/gst/gstrtppcmadepay.c:
12162         * rtp/gst/gstrtppcmadepay.h:
12163         * rtp/gst/gstgstrtppcmapay.c:
12164         * rtp/gst/gstgstrtppcmapay.h:
12165         * rtp/gst/gstrtppcmudepay.c:
12166         * rtp/gst/gstrtppcmudepay.h:
12167         * rtp/gst/gstrtppcmupay.c:
12168         * rtp/gst/gstrtppcmupay.h:
12169         * rtp/gst/Makefile.am:
12170         * rtp/gst/gstrtp.c:
12171         * rtp/gst/README:
12172         Separated the G711 payloaders/depayloaders into separate elements for
12173         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
12174
12175 2006-02-22  Wim Taymans  <wim@fluendo.com>
12176
12177         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
12178         (gst_dvdec_change_state):
12179         * ext/dv/gstdvdec.h:
12180         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
12181         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12182         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12183         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
12184         (gst_dvdemux_flush), (gst_dvdemux_chain),
12185         (gst_dvdemux_change_state):
12186         * ext/dv/gstdvdemux.h:
12187         Ueber spiffify some more, added debug category.
12188         Use _scale.
12189         Use segments, respect playback rate from newsegment.
12190         Fix refcount issue.
12191
12192 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
12193
12194         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
12195         (gst_signal_processor_process):
12196         Fix compilation of LADPSA. It doesn't seem to work, and isn't
12197         enabled for the build, but it helps me win the feature-count
12198         competitions ooh yeah.
12199
12200 2006-02-19  Wim Taymans  <wim@fluendo.com>
12201
12202         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
12203         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
12204         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
12205         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
12206         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12207         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
12208         Use scaling code for added precission and more correct stop
12209         position in case scale==0.
12210
12211 2006-02-19  Wim Taymans  <wim@fluendo.com>
12212
12213         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12214         (gst_flxdec_chain):
12215         * gst/flx/gstflxdec.h:
12216         Implement DURATION query.
12217
12218 2006-02-19  Wim Taymans  <wim@fluendo.com>
12219
12220         * gst/flx/flx_color.h:
12221         * gst/flx/flx_fmt.h:
12222         * gst/flx/gstflxdec.c: (gst_flxdec_init),
12223         (gst_flxdec_src_query_handler), (flx_decode_color),
12224         (gst_flxdec_chain):
12225         * gst/flx/gstflxdec.h:
12226         Set MALLOCDATA for the temp buffers so we don't leak.
12227         Some debug cleanups.
12228         Consume all data in the adapter before leaving the chain
12229         function. Fixes #330678.
12230
12231 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
12232
12233         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12234         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
12235          Handle 0 data size in otherwise valid frames.
12236          Handle numeric strings in 2.4.0 even when not in parentheses 
12237
12238 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
12239
12240         * gst/matroska/matroska-demux.c:
12241         (gst_matroska_demux_subtitle_caps),
12242         (gst_matroska_demux_plugin_init):
12243         * gst/matroska/matroska-ids.h:
12244           Recognise SSA/ASS and USF subtitle formats and
12245           set proper caps when they are found.
12246
12247 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12248
12249         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
12250         (gst_jpeg_dec_chain):
12251           Fix invalid memory access for some odd-sized images
12252           (see image contained in quicktime stream in #327083);
12253           use g_malloc() instead of g_alloca().
12254
12255 2006-02-17  Wim Taymans  <wim@fluendo.com>
12256
12257         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12258         Patch from Sebastien Cote, fixes #319884
12259
12260 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12261
12262         * ext/cdio/gstcdio.c: (plugin_init):
12263           Init debug category (#331253).
12264
12265 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12266
12267         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12268           Pass extra_data to gst_riff_create_audio_caps(), so that
12269           WAVEFORMATEX stuff works. Post audio codec name and post
12270           it as taglist on the bus. Allow up to 8 channesl for raw
12271           PCM in the source pad template caps.
12272
12273 2006-02-16  Wim Taymans  <wim@fluendo.com>
12274
12275         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12276         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
12277         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
12278         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
12279         (gst_multipart_set_property), (gst_multipart_get_property):
12280         Applied #318663. Gives quite a few false positives in
12281         autoscan mode, but it's better than nothing. Not closing yet.
12282
12283 2006-02-16  Wim Taymans  <wim@fluendo.com>
12284
12285         * docs/plugins/Makefile.am:
12286         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12287         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12288         * docs/plugins/gst-plugins-good-plugins.args:
12289         * docs/plugins/inspect/plugin-udp.xml:
12290         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12291         (gst_udpsrc_start):
12292         Update documentation.
12293         Fix args.
12294
12295 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
12296
12297         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12298         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
12299         frame size. (Fixes #331368)
12300
12301 2006-02-16  Wim Taymans  <wim@fluendo.com>
12302
12303         * gst/rtsp/README:
12304         Updated README.
12305
12306         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
12307         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
12308         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
12309         * gst/rtsp/gstrtspsrc.h:
12310         Make sure the RTP port is an even port an try to allocate 
12311         another if not.
12312         Added retry property to control max retries for port allocation.
12313         Make sure RTCP port is RTP port+1.
12314         Cleanup when port allocation fails.
12315         Fixes #319183.
12316         
12317 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12318
12319         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
12320           Don't ignore return value of the parent class's state
12321           change function (#331385, patch by: Wouter Paesen).
12322
12323 2006-02-15  Wim Taymans  <wim@fluendo.com>
12324
12325         * configure.ac:
12326         * docs/plugins/Makefile.am:
12327         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12328         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12329         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12330         * ext/Makefile.am:
12331         * ext/hal/Makefile.am:
12332         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
12333         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
12334         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
12335         (do_toggle_element), (gst_hal_audio_sink_set_property),
12336         (gst_hal_audio_sink_get_property),
12337         (gst_hal_audio_sink_change_state):
12338         * ext/hal/gsthalaudiosink.h:
12339         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
12340         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
12341         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
12342         (do_toggle_element), (gst_hal_audio_src_set_property),
12343         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
12344         * ext/hal/gsthalaudiosrc.h:
12345         * ext/hal/gsthalelements.c: (plugin_init):
12346         * ext/hal/gsthalelements.h:
12347         * ext/hal/hal.c: (gst_hal_get_string),
12348         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
12349         (gst_hal_get_audio_src):
12350         * ext/hal/hal.h:
12351         Add HAL sound device wrapper plugins. Closes #329106
12352
12353 2006-02-15  Wim Taymans  <wim@fluendo.com>
12354
12355         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
12356         Add comment in a fultile attempt to stop the copy-and-paste 
12357         paradigm leading to duplication of bad code.
12358
12359         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
12360         Mime parameters have to be checked case insensitive
12361
12362 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
12363
12364         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
12365           Advance stream time for lagging subtitle streams by sending
12366           newsegment events with the update flag set.
12367
12368 2006-02-14  Edward Hervey  <edward@fluendo.com>
12369
12370         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
12371         There can be bogus data before the hdrl LIST tag in the RIFF header.
12372         It's hard to say if it's not respecting the AVI specifications or not,
12373         but since Google Video is producing AVIs like that and the other player
12374         don't seem to complain, I guess we should do the same.
12375
12376 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
12377
12378         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
12379         (parse_split_strings):
12380         Add more validation to ensure that a char encoding conversion
12381         produced a valid UTF-8 string.
12382
12383 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
12384
12385         Reviewed by: Edward Hervey  <edward@fluendo.com>
12386
12387         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12388         Properly handle end of segment. Closes #330885.
12389
12390 2006-02-13  Wim Taymans  <wim@fluendo.com>
12391
12392         * gst/rtp/gstrtpmp4gpay.h:
12393         For got to commit this one.
12394
12395 2006-02-12  Wim Taymans  <wim@fluendo.com>
12396
12397         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
12398         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
12399         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
12400         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
12401         * gst/rtp/gstrtpmp4gpay.h:
12402         Make more things work.
12403         Handle ACC config strings.
12404
12405 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12406
12407         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
12408           set timestamps if no incoming timestamps set
12409
12410 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
12411
12412         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
12413         (gst_tag_demux_do_typefind):
12414           ... and fix the very same leaks in GstTagDemux.
12415
12416 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
12417
12418         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
12419         (gst_id3demux_do_typefind):
12420         Fix a couple of mem leaks. (Patch by Jonathan Matthew
12421         <jonathan at kaolin dot wh9 dot net>)
12422
12423 2006-02-10  Wim Taymans  <wim@fluendo.com>
12424
12425         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
12426         First set options, then set caps or else the baseclass
12427         will not know about the options, duh.
12428
12429 2006-02-10  Wim Taymans  <wim@fluendo.com>
12430
12431         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
12432         (gst_rtp_mp4v_pay_setcaps):
12433         Don't waste time looking for a config string if we have codec_info
12434         on the incomming caps.
12435
12436 2006-02-10  Wim Taymans  <wim@fluendo.com>
12437
12438         * gst/rtp/README:
12439         Say something about case-sensitivity of caps vs mime-attributes.
12440
12441         * gst/rtp/Makefile.am:
12442         * gst/rtp/gstrtp.c: (plugin_init):
12443         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12444         (gst_rtp_amr_pay_handle_buffer):
12445         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
12446         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
12447         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
12448         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
12449         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
12450         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
12451         (gst_rtp_mp4g_pay_plugin_init):
12452         * gst/rtp/gstrtpmp4gpay.h:
12453         Added beginnings of mpeg4-generic payloader (RFC 3640)
12454
12455 2006-02-09  Wim Taymans  <wim@fluendo.com>
12456
12457         * gst/rtsp/Makefile.am:
12458         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
12459         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
12460         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
12461         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
12462         (gst_rtpdec_change_state):
12463         * gst/rtsp/gstrtpdec.h:
12464         * gst/rtsp/gstrtsp.c: (plugin_init):
12465         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12466         * gst/rtsp/rtspconnection.c: (read_body),
12467         (rtsp_connection_receive):
12468         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
12469         Resurected rtpdec to make rtspsrc happy again.
12470         Skip attributes from the session id.
12471         Don't crash when dumping a message with an empty body.
12472
12473
12474 2006-02-09  Wim Taymans  <wim@fluendo.com>
12475
12476         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12477         Added more meaningfull warnings when something goes wrong.
12478         Clear F bit on outgoing AMR packets.
12479
12480         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12481         (gst_rtp_amr_pay_handle_buffer):
12482         Added debugging category
12483         Support payloading of multiple AMR frames.
12484
12485         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
12486         Added some debugging.
12487
12488 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
12489
12490         * configure.ac:
12491           Back to CVS
12492
12493 === release 0.10.2 ===
12494
12495 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
12496
12497         * configure.ac:
12498           releasing 0.10.2, "Papa was a rolling stone"
12499
12500 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12501
12502         * configure.ac:
12503           Bump core and plugins-base requirement to 0.10.2.2
12504           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
12505
12506 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12507
12508         * ext/flac/gstflac.c: (plugin_init):
12509         * ext/speex/gstspeex.c: (plugin_init):
12510           Register musicbrainz tags.
12511
12512 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12513
12514         * ext/gconf/gconf.h:
12515           Remove declaration of function that no longer exists.
12516
12517 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12518
12519         * ext/shout2/gstshout2.c: (gst_shout2send_render),
12520         (gst_shout2send_setcaps), (gst_shout2send_change_state):
12521         Make shout2 work for non ogg streams
12522
12523 2006-02-06  Wim Taymans  <wim@fluendo.com>
12524
12525         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12526         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
12527         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
12528         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
12529         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
12530         * gst/udp/gstmultiudpsink.h:
12531         Updated docs.
12532         Added properties bytes-served, bytes_to_serve.
12533         Post proper error messages,
12534         Emit client added signal too.
12535
12536 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12537
12538         * docs/plugins/Makefile.am:
12539         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12540         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12541         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12542         (gst_multiudpsink_get_stats):
12543           adding docs for multiudpsink
12544
12545 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12546
12547         * gst/level/gstlevel.c: (gst_level_transform_ip):
12548           peak below decay is not necessarily an error, so don't ERROR log
12549
12550 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12551
12552         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
12553         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
12554         (gst_ebml_write_seek):
12555         * gst/matroska/ebml-write.h:
12556           Make sure we send a newsegment event in BYTES format
12557           before sending buffers (#328531).
12558
12559 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12560
12561         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
12562         (gst_dvdemux_sink_query):
12563         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
12564         * ext/speex/gstspeexdec.c: (speex_get_query_types),
12565         (speex_dec_src_query):
12566         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
12567         (gst_speexenc_sink_query):
12568         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12569         * gst/matroska/matroska-demux.c:
12570         (gst_matroska_demux_get_src_query_types),
12571         (gst_matroska_demux_handle_src_query):
12572         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
12573         (gst_wavparse_pad_query):
12574           Pass unhandled queries upstream instead of just dropping
12575           them (#326446). Update query type arrays here and there.
12576
12577 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12578
12579         * tests/check/elements/matroskamux.c: (setup_src_pad):
12580           Collectpads in core got changed and now also holds a
12581           reference to any pad that is part of it. Fix refcount
12582           checks in test case accordingly.
12583
12584 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12585
12586         * gst/apetag/gstapedemux.h:
12587           Fix include, for now GstTagDemux is in the apetag dir.
12588
12589 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12590
12591         * docs/plugins/Makefile.am:
12592         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12593         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12594         * docs/plugins/inspect/plugin-cdio.xml:
12595           Add cdio plugin to docs.
12596
12597         * ext/cdio/gstcdiocddasrc.c:
12598           Add gtk-doc blurb.
12599
12600         * ext/cdio/gstcdio.c:
12601           The plugin is called 'cdio' not 'cddio'.
12602
12603 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12604
12605         * configure.ac:
12606         * docs/plugins/Makefile.am:
12607         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12608         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12609         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12610         * docs/plugins/inspect/plugin-apetag.xml:
12611         * gst/apetag/Makefile.am:
12612         * gst/apetag/gstapedemux.c:
12613         * gst/apetag/gstapedemux.h:
12614         * gst/apetag/gsttagdemux.c:
12615         * gst/apetag/gsttagdemux.h:
12616           Add APE tag demuxer (#325649).
12617
12618 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12619
12620         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
12621         (gst_gconf_get_default_video_sink),
12622         (gst_gconf_get_default_audio_src),
12623         (gst_gconf_get_default_video_src):
12624         * ext/gconf/gconf.h:
12625         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
12626         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
12627         (do_toggle_element):
12628         * ext/gconf/gstgconfaudiosink.h:
12629         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
12630         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
12631         (do_toggle_element):
12632         * ext/gconf/gstgconfaudiosrc.h:
12633         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
12634         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
12635         (do_toggle_element):
12636         * ext/gconf/gstgconfvideosink.h:
12637         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
12638         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
12639         (do_toggle_element):
12640         * ext/gconf/gstgconfvideosrc.h:
12641           Ignore changing the GConf key to "". Ignore GConf key updates
12642           that don't actually change the string.
12643           For now, ignore the GConf key when the state is > READY, as
12644           it breaks streaming. Sometime it will be nice to bring the
12645           new sink online even mid-stream, by sending NEWSEGMENT info
12646           and possibly prerolling.
12647           (Fixes #326736)
12648
12649 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12650
12651         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
12652         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
12653         (zoomFilterSetResolution), (zoomFilterDestroy),
12654         (zoomFilterFastRGB), (pointFilter):
12655         * gst/goom/filters.h:
12656         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
12657         (goom_update), (goom_close):
12658         * gst/goom/goom_core.h:
12659         * gst/goom/goom_tools.h:
12660         * gst/goom/graphic.c:
12661         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
12662         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
12663         * gst/goom/gstgoom.h:
12664         * gst/goom/lines.c: (goom_lines):
12665         * gst/goom/lines.h:
12666           Make goom reentrant by moving all important static variables
12667           into instance structures.
12668           (Fixes #329181)
12669
12670 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
12671
12672         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
12673         (gst_avi_demux_all_source_pads_unlinked),
12674         (gst_avi_demux_process_next_entry):
12675         * gst/avi/gstavidemux.h:
12676           Third attempt, use gst_pad_is_linked() this time.
12677
12678 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
12679
12680         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12681         (parse_split_strings):
12682         Adjust for data length indicators when parsing (Fixes #329810)
12683         Fix stupid bug parsing UTF-8 tag text.
12684         Output tag strings with multiple fields as multiple tags, so the
12685         app gets all the data.
12686
12687 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12688
12689         * ext/flac/gstflacenc.c:
12690         Fixed a bug add in last commit, where no event is send. Thanks Tim to
12691         show me.
12692         
12693 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12694
12695         * ext/flac/gstflacenc.c:
12696         * gst/matroska/ebml-read.c:
12697         Just make it compile with --disable-gst-debug.
12698
12699 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
12700
12701         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
12702         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
12703         (id3v2_genre_fields_to_taglist):
12704           Never output a tag with a null contents string.
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           Only pause if all pads are unlinked AND we've tried to send data
12710           on all of them at least once.
12711
12712 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12713
12714         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
12715         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
12716           Make loop function/task pause itself when all source pads are
12717           unlinked.
12718
12719 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12720
12721         * configure.ac:
12722         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
12723           Use new functions from core to render a bin from a
12724           string. Fixes build. Up requirements to core CVS.
12725
12726 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
12727
12728         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
12729           Don't push buffers into the adapter that we are going to
12730           push downstream again without framing anyway. Also, the
12731           adaptor takes ownership of buffers put into it (fixes
12732           auparse pushing invalid buffers for .au files with
12733           ADPCM contents). Finally, set caps on all outgoing buffers.
12734
12735 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
12736
12737         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
12738         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
12739         (gst_id3demux_send_tag_event):
12740         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
12741         Someone should kick my butt. Remove ID3v1 tags from the end of the
12742         file.
12743
12744         Improve error messages. Send the TAG message as soon as we complete
12745         typefinding, instead of waiting until we send the first buffer.
12746         Downstream tag event is still sent before the first buffer.
12747
12748 2006-01-27  Jan Gerber  <j@bootlab.org>
12749
12750         Reviewed by: Andy Wingo <wingo@pobox.com>
12751
12752         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
12753         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
12754         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
12755         to not have warings flooding stderr. this is the suggested way
12756         also used in dvgrab and kino. (#328336)
12757
12758 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
12759
12760         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
12761         (gst_oss_sink_init), (gst_oss_sink_finalise):
12762           Free the device name string when finalised.
12763
12764 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
12765
12766         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
12767           Don't put function calls in g_return_if_fail() statements,
12768           or they'll be replaced with NOOPs if someone compiles with
12769           G_DISABLE_CHECKS defined.
12770           
12771 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
12772
12773         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12774         Never trust ANY information encoded in a media file, especially
12775         when it's giving you sizes. (Fixes #328452)
12776
12777 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
12778
12779         * gst/rtp/gstrtpg711pay.c:
12780         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
12781         bug #325148.
12782
12783 2006-01-23  Edward Hervey  <edward@fluendo.com>
12784
12785         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
12786         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
12787         * gst/matroska/matroska-ids.h:
12788         Added recognition of Real Audio and Video streams in matroska demuxer.
12789
12790 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
12791
12792         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
12793           Remove errant break statement, and fix compilation with
12794           older GCC.
12795
12796 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
12797
12798         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12799
12800         * sys/sunaudio/gstsunaudiomixerctrl.c:
12801         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
12802           Export functions that are needed in other parts of the code,
12803           makes the mixer actually work; adjust magic minimum buffer-time
12804           value from 3ms to 5ms to work around stuttering during mp3
12805           playback (#327765).
12806
12807 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
12808
12809         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12810
12811         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
12812         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
12813           Fix possible deadlock in matroska muxer (#327825).
12814
12815 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
12816
12817         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
12818         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
12819         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
12820         * gst/rtsp/sdpmessage.h:
12821         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
12822         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
12823           C89 fixes: declare variables at the beginning of a block and
12824           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
12825           <jensgr at gmx dot net>).
12826
12827 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
12828
12829         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12830         * gst/id3demux/id3tags.h:
12831         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12832         (parse_comment_frame), (parse_text_identification_frame),
12833         (id3v2_tag_to_taglist), (id3v2_are_digits),
12834         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
12835         (parse_split_strings), (free_tag_strings):
12836           Rewrite parsing of text tags to handle multiple NULL terminated
12837           strings. Parse numeric genre strings and ID3v2 type
12838           "(3)(6)Alternative" style genre strings.
12839           Parse dates that are only YYYY or YYYY-mm format.
12840           (Fixes #328241 and #322154)
12841
12842 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
12843
12844         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12845           Don't forget to initialize liboil, otherwise our oil functions
12846           will crash (fixes #327871; patch by: Christoph Burghardt
12847           <hawkes at web dot de>).
12848
12849 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12850
12851         * configure.ac:
12852           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
12853           like in the core and gst-plugins-base. Fixes #324367 and #326683;
12854           patch by: Brian Cameron <brian dot cameron at sun dot com>
12855
12856 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12857
12858         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
12859         * ext/cdio/gstcdio.h:
12860         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
12861           Fix build for libcdio versions >= 76; give slightly lower rank
12862           than cdparanoia.
12863
12864 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12865
12866         * configure.ac:
12867         * ext/Makefile.am:
12868         * ext/cdio/Makefile.am:
12869         * ext/cdio/gstcdio.c:
12870         * ext/cdio/gstcdio.h:
12871         * ext/cdio/gstcdiocddasrc.c:
12872         * ext/cdio/gstcdiocddasrc.h:
12873           Port libcdio cdda source, formerly known as cddasrc, now known as
12874           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
12875           but that's not tested (fixes #317658).
12876
12877 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12878
12879         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
12880           Fix conversion from TIME to BYTES format (fixes #326864;
12881           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
12882
12883 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
12884
12885         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12886           Fix compilation of id3demux when zlib is not present.
12887           (Fixes #326602; patch by: Sergey Scobich)
12888
12889 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
12890
12891         * ext/esd/Makefile.am:
12892           Add $(ESD_CFLAGS), otherwise build will fail for folks
12893           with libesd in a non-standard prefix (#327009).
12894
12895 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12896
12897         * configure.ac:
12898           back to HEAD
12899
12900 === release 0.10.1 ===
12901
12902 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
12903
12904         * configure.ac:
12905           releasing 0.10.1, "Li"
12906
12907 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12908
12909           patch by: Wim Taymans
12910
12911         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12912           fix memleak.  Fixes #326618
12913
12914 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12915
12916           patch by: Mike Smith
12917
12918         * gst/level/gstlevel.c: (gst_level_message_new),
12919         (gst_level_message_append_channel):
12920           Fix memleak.  Fixes #326612
12921
12922 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12923
12924         * configure.ac:
12925           prereleasing
12926         * po/af.po:
12927         * po/az.po:
12928         * po/cs.po:
12929         * po/en_GB.po:
12930         * po/hu.po:
12931         * po/it.po:
12932         * po/nb.po:
12933         * po/nl.po:
12934         * po/or.po:
12935         * po/sq.po:
12936         * po/sr.po:
12937         * po/sv.po:
12938         * po/uk.po:
12939         * po/vi.po:
12940           update translations
12941
12942 2006-01-10  Michael Smith  <msmith@fluendo.com>
12943
12944         * gst/level/gstlevel.c: (gst_level_class_init),
12945         (gst_level_dispose):
12946           Don't leak filter arrays.
12947
12948 2006-01-09 Brian Cameron <brian.cameron@sun.com>
12949
12950         reviewed by: Christian Schaller <uraeus@gnome.org>
12951         
12952         * configure.ac:
12953         * gst-plugins-good.spec.in:
12954         * sys/Makefile.am:
12955         * sys/sunaudio/Makefile.am:
12956         * sys/sunaudio/gstsunaudio.c: (plugin_init):
12957         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
12958         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
12959         (gst_sunaudiomixer_change_state):
12960         * sys/sunaudio/gstsunaudiomixer.h:
12961         * sys/sunaudio/gstsunaudiomixerctrl.c:
12962         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
12963         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
12964         (gst_sunaudiomixer_ctrl_list_tracks),
12965         (gst_sunaudiomixer_ctrl_get_volume),
12966         (gst_sunaudiomixer_ctrl_set_volume),
12967         (gst_sunaudiomixer_ctrl_set_mute),
12968         (gst_sunaudiomixer_ctrl_set_record):
12969         * sys/sunaudio/gstsunaudiomixerctrl.h:
12970         * sys/sunaudio/gstsunaudiomixertrack.c:
12971         (gst_sunaudiomixer_track_class_init),
12972         (gst_sunaudiomixer_track_init), (fill_labels),
12973         (gst_sunaudiomixer_track_new):
12974         * sys/sunaudio/gstsunaudiomixertrack.h:
12975         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
12976         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
12977         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
12978         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
12979         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
12980         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
12981         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
12982         * sys/sunaudio/gstsunaudiosink.h:
12983
12984         Add SunAudio plugin - tested to make sure it doesn't break
12985         the build under GNU/Linux.      
12986
12987 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
12988
12989         * gst-plugins-good/gst/udp/gstdynudpsink.c:
12990         * gst-plugins-good/gst/udp/gstudpsrc.c:
12991         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
12992         overrides the port or multicast parameters. Fixes bugs #323021.
12993         API addition: adds GstUDPSrc::sockfd property   
12994
12995 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
12996
12997         * ext/gconf/Makefile.am:
12998         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
12999         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
13000         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
13001         (do_toggle_element), (cb_toggle_element),
13002         (gst_gconf_audio_src_change_state):
13003         * ext/gconf/gstgconfaudiosrc.h:
13004         * ext/gconf/gstgconfelements.c: (plugin_init):
13005         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
13006         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
13007         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
13008         (do_toggle_element), (cb_toggle_element),
13009         (gst_gconf_video_src_change_state):
13010         * ext/gconf/gstgconfvideosrc.h:
13011           Add new gconfaudiosrc and gconfvideosrc elements
13012           (needed for gnome-sound-recorder).
13013
13014 2006-01-06  Edward Hervey  <edward@fluendo.com>
13015
13016         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13017         Add gst_element_no_more_pads() for proper decodebin behaviour.
13018         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
13019         (parse_text_identification_frame), (parse_split_strings):
13020         Failure to decode some tags is not a GST_ERROR() but a
13021         GST_WARNING()
13022         When iterating over a chunk of text, check that we haven't gone too
13023         far.
13024
13025 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
13026
13027         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
13028         (plugin_init):
13029           call oil_init() when using liboil
13030
13031 2006-01-04  Wim Taymans  <wim@fluendo.com>
13032
13033         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13034         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13035         Fix leaks.
13036
13037 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
13038
13039         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13040
13041         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
13042         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
13043         (gst_flac_dec_change_state):
13044           Don't g_assert() where we should just return FALSE; remove
13045           unnecessary g_assert(); initialize some fields properly in
13046           state change function (fixes #325504). Also, use
13047           GST_DEBUG_OBJECT in two more places.
13048
13049 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13050
13051         * configure.ac:
13052           also remove smoothwave's Makefile.am
13053         * docs/plugins/Makefile.am:
13054           fix plugin docs
13055
13056 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13057
13058         * tests/examples/Makefile.am:
13059           added missing Makefile.am
13060
13061 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13062
13063         * configure.ac:
13064         * gst/level/Makefile.am:
13065         * gst/level/level-example.c:
13066         * tests/Makefile.am:
13067         * tests/examples/level/Makefile.am:
13068         * tests/examples/level/level-example.c: (message_handler), (main):
13069           moved level-example to tests/examples/level-example
13070         * tests/old/examples/level/demo.c: (main):
13071         * tests/old/examples/level/plot.c: (main):
13072           some initial fixes
13073
13074 2005-12-29  Michael Smith  <msmith@fluendo.com>
13075
13076         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13077         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
13078         * gst/udp/gstmultiudpsink.h:
13079           Track packets sent per client in addition to bytes sent; provide
13080           this info through get-stats signal
13081
13082 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13083
13084         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
13085           Can't use gst_object_unref() on a GstAdapter (#325191).
13086
13087 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
13088
13089         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13090         If a broken tag has 0 bytes payload, at least still skip
13091         the 10 byte header
13092
13093 2005-12-22  Philippe Khalaf  <burger@speedy.org>
13094
13095         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
13096         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13097         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
13098         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13099           Making these depayloaders (H263+ and mpeg4 video) inherit from
13100           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
13101
13102 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13103
13104         * docs/plugins/gst-plugins-good-plugins.args:
13105         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13106         Regenerate the plugin hiearchy.
13107
13108 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13109
13110         * docs/plugins/Makefile.am:
13111         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13112         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13113         * docs/plugins/gst-plugins-good-plugins.args:
13114         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
13115         (gst_id3demux_base_init), (gst_id3demux_class_init),
13116         (gst_id3demux_chain):
13117         * gst/id3demux/gstid3demux.h:
13118           Add documentation for id3demux.
13119           Don't fail if the first buffer is not at offset 0, just
13120           attempt to typefind and do pass through
13121           Rename the gst_type function from gst_gst_id3demux..
13122
13123 2005-12-20  Michael Smith  <msmith@fluendo.com>
13124
13125         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13126         (gst_multiudpsink_add), (gst_multiudpsink_remove),
13127         (gst_multiudpsink_get_stats):
13128         * gst/udp/gstmultiudpsink.h:
13129           Collect statistics; return them from get_stats.
13130
13131 2005-12-19  Edward Hervey  <edward@fluendo.com>
13132
13133         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
13134         Stupid signedness issue...
13135
13136 2005-12-19  Edward Hervey  <edward@fluendo.com>
13137
13138         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13139         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
13140         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
13141         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13142         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
13143         Construct index for indexless files.
13144         Make sure pad/buffers are correctly reset to NULL once we don't need
13145         them anymore, else we get lovely segfaults/assertions.
13146         * gst/wavparse/gstwavparse.c:
13147         Yes, you can have 96KHz audio and wma in wav :(
13148
13149 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
13150
13151         * configure.ac:
13152           Check for optional dependency on zlib for id3demux
13153
13154         * gst/id3demux/Makefile.am:
13155         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
13156         (gst_id3demux_base_init), (gst_id3demux_class_init),
13157         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
13158         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
13159         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
13160         (gst_id3demux_set_property), (gst_id3demux_get_property),
13161         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
13162         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
13163         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
13164         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
13165         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
13166         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
13167         (simple_find_peek), (simple_find_suggest),
13168         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
13169         (plugin_init):
13170         * gst/id3demux/gstid3demux.h:
13171         * gst/id3demux/id3tags.c: (read_synch_uint),
13172         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
13173         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
13174         (id3demux_id3v2_frames_to_tag_list):
13175         * gst/id3demux/id3tags.h:
13176         * gst/id3demux/id3v2.4.0-frames.txt:
13177         * gst/id3demux/id3v2.4.0-structure.txt:
13178         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13179         (parse_comment_frame), (parse_text_identification_frame),
13180         (id3v2_tag_to_taglist), (parse_split_strings):
13181           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
13182           otherwise it discards them. Works on my test files. 
13183
13184         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
13185           Don't send EOS to a non-existing srcpad
13186           The debug category can be static
13187
13188 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
13189
13190         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
13191         * ext/esd/esdsink.c: (gst_esdsink_prepare):
13192         * gst/multipart/multipartdemux.c:
13193           change some char* into char[]
13194
13195 2005-12-16  Wim Taymans  <wim@fluendo.com>
13196
13197         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
13198         (gst_wavparse_other), (gst_wavparse_perform_seek),
13199         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
13200         (gst_wavparse_loop), (gst_wavparse_pad_convert),
13201         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
13202         * gst/wavparse/gstwavparse.h:
13203         Use GstSegment to implement more seeking features.
13204
13205 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
13206
13207         * gst/rtsp/rtspconnection.c:
13208           Add <netinet/in.h> include and move <arpa/inet.h> include
13209           to make things work on OpenBSD as well (fixes #323717;
13210           patch by: Benjamin Pineau)
13211
13212 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
13213
13214         * gst/rtp/gstrtpspeexdepay.c:
13215         * gst/rtp/gstrtpspeexpay.c:
13216         Set clock rate to be fixed in 8000. It fixes bug #324012.
13217
13218 2005-12-14  Philippe Khalaf  <burger@speedy.org>
13219
13220         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
13221         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
13222         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
13223         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13224         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13225         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
13226         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
13227         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13228         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
13229         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13230         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
13231         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
13232         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
13233         * gst-plugins-good/gst/rtp/README:
13234         Fixed payload range in payloder caps. Removed payload range completely
13235         from depayloaders as they don't require payload type in their caps.
13236         In effect, there isn't any specific payload type for any given codec,
13237         only suggestions.
13238         Fixes bug #324011.
13239
13240 2005-12-13  Julien MOUTTE  <julien@moutte.net>
13241
13242         * gst/videomixer/videomixer.c: (gst_videomixer_init),
13243         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13244         (gst_videomixer_collected): Code cleanup and re-enabling 
13245         queued time validity check for correct EOS handling.
13246
13247 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
13248
13249         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13250         (gst_oss_mixer_element_get_property),
13251         (gst_oss_mixer_element_change_state):
13252         Add 'device-name' property and fix state change function.
13253
13254 2005-12-13  Edward Hervey  <edward@fluendo.com>
13255
13256         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
13257         If the speed of the file is null in the header, set the frame_time to
13258         the default setting of GST_SECOND / 70. Which is the default
13259         frame_delay for .fli files as stated in this document :
13260         http://www.compuphase.com/flic.htm
13261         Would be nice to have the time conversion done properly too (duration =
13262         flxh->frames * flxdec->frame_time)
13263
13264 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13265
13266         * docs/plugins/Makefile.am:
13267         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13268         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13269         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13270         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13271         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13272         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
13273         documentation for videomixer on my way with a funny sample
13274         pipeline.
13275
13276 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13277
13278         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13279         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13280         (gst_videomixer_update_queues), (gst_videomixer_collected):
13281         Fix caps negotiation. (#323896)
13282
13283 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
13284
13285         * gst/matroska/matroska-demux.c:
13286         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
13287           Set correct timestamps on audio laces, fixes playback of mp3 from
13288                 matroska.
13289
13290 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
13291
13292         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
13293         (gst_au_parse_class_init), (gst_au_parse_init),
13294         (gst_au_parse_dispose), (gst_au_parse_chain),
13295         (gst_au_parse_change_state), (plugin_init):
13296         * gst/auparse/gstauparse.h:
13297           Use gst_object_unref() for GstObjects instead of
13298           g_object_unref() and fix a mem leak in a debug
13299           statement; while we're at it, also borgify, use
13300           boilerplate macros and clean up a little bit.
13301
13302 2005-12-11  Edward Hervey  <edward@fluendo.com>
13303
13304         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
13305         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
13306         Added pull mode.
13307
13308 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13309
13310         * gst/goom/gstgoom.c:
13311         * gst/level/level-example.c: (main):
13312         * gst/smoothwave/demo-osssrc.c: (main):
13313           Use audiotestsrc instead of sinesrc (#323798).
13314
13315 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
13316
13317         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
13318           more debug-func-ptr usage
13319
13320 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
13321
13322         * gst/flx/flx_color.c: (flx_colorspace_convert):
13323         * gst/flx/flx_color.h:
13324         * gst/flx/flx_fmt.h:
13325         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
13326         * gst/flx/gstflxdec.h:
13327           Now flxdec works on big-endian machines as well.
13328
13329 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13330
13331         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
13332         (gst_fenced_buffer_copy):
13333           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
13334           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
13335           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
13336           and use GST_DEBUG_FUNCPTR for pad functions.
13337
13338 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13339
13340         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
13341         (gst_flac_dec_class_init), (gst_flac_dec_init),
13342         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
13343         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
13344         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
13345         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
13346         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
13347         (gst_flac_dec_change_state):
13348         * ext/flac/gstflacdec.h:
13349           Rewrite flacdec a bit, so that even seeking might work now. Most
13350           importantly, don't act upon any flow return values we get, just tell
13351           the decoder everything's dandy and act on the flow return values
13352           later on in the loop function. We don't want to mess up the internal
13353           decoder state for non-fatal things like flushing pads etc. Other
13354           than that, use GstSegment (segment seeks don't work yet though, but
13355           should be easy to add), use boilerplate macros, drop the superfluous
13356           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
13357           lots of other things.
13358
13359 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13360
13361         * configure.ac:
13362           Update comment in OSS includes check.
13363
13364         * sys/oss/gstossdmabuffer.c:
13365         * sys/oss/gstosshelper.c:
13366         * sys/oss/gstossmixer.c:
13367         * sys/oss/gstossmixertrack.c:
13368         * sys/oss/gstosssink.c:
13369         * sys/oss/gstosssrc.c:
13370         * sys/oss/oss_probe.c:
13371           Don't assume the OSS soundcard.h include is always in
13372           the sys/ directory. Instead, use the existing defines
13373           from config.h to include the right file. Fixes
13374           compilation on OpenBSD 3.8 (#323718).
13375
13376 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13377
13378         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13379         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13380         * docs/plugins/inspect/plugin-1394.xml:
13381         * docs/plugins/inspect/plugin-aasink.xml:
13382         * docs/plugins/inspect/plugin-alaw.xml:
13383         * docs/plugins/inspect/plugin-alpha.xml:
13384         * docs/plugins/inspect/plugin-alphacolor.xml:
13385         * docs/plugins/inspect/plugin-auparse.xml:
13386         * docs/plugins/inspect/plugin-autodetect.xml:
13387         * docs/plugins/inspect/plugin-avi.xml:
13388         * docs/plugins/inspect/plugin-cacasink.xml:
13389         * docs/plugins/inspect/plugin-cairo.xml:
13390         * docs/plugins/inspect/plugin-cutter.xml:
13391         * docs/plugins/inspect/plugin-debug.xml:
13392         * docs/plugins/inspect/plugin-dv.xml:
13393         * docs/plugins/inspect/plugin-efence.xml:
13394         * docs/plugins/inspect/plugin-effectv.xml:
13395         * docs/plugins/inspect/plugin-esdsink.xml:
13396         * docs/plugins/inspect/plugin-flac.xml:
13397         * docs/plugins/inspect/plugin-flxdec.xml:
13398         * docs/plugins/inspect/plugin-gconfelements.xml:
13399         * docs/plugins/inspect/plugin-goom.xml:
13400         * docs/plugins/inspect/plugin-jpeg.xml:
13401         * docs/plugins/inspect/plugin-level.xml:
13402         * docs/plugins/inspect/plugin-matroska.xml:
13403         * docs/plugins/inspect/plugin-mulaw.xml:
13404         * docs/plugins/inspect/plugin-multipart.xml:
13405         * docs/plugins/inspect/plugin-navigationtest.xml:
13406         * docs/plugins/inspect/plugin-ossaudio.xml:
13407         * docs/plugins/inspect/plugin-png.xml:
13408         * docs/plugins/inspect/plugin-rtp.xml:
13409         * docs/plugins/inspect/plugin-rtsp.xml:
13410         * docs/plugins/inspect/plugin-shout2send.xml:
13411         * docs/plugins/inspect/plugin-smpte.xml:
13412         * docs/plugins/inspect/plugin-speex.xml:
13413         * docs/plugins/inspect/plugin-udp.xml:
13414         * docs/plugins/inspect/plugin-videobox.xml:
13415         * docs/plugins/inspect/plugin-videoflip.xml:
13416         * docs/plugins/inspect/plugin-videomixer.xml:
13417         * docs/plugins/inspect/plugin-wavenc.xml:
13418         * docs/plugins/inspect/plugin-wavparse.xml:
13419         * ext/flac/gstflac.c: (plugin_init):
13420         * ext/flac/gstflacdec.c: (flacdec_get_type),
13421         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
13422         (gst_flac_dec_init), (gst_flac_dec_finalize),
13423         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
13424         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
13425         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
13426         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
13427         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
13428         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
13429         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
13430         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
13431         * ext/flac/gstflacdec.h:
13432         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
13433         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
13434         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
13435         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
13436         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
13437         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
13438         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
13439         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
13440         (gst_flac_enc_change_state):
13441         * ext/flac/gstflacenc.h:
13442           borgify and fix up documentation
13443
13444 2005-12-09  Michael Smith  <msmith@fluendo.com>
13445
13446         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
13447           Accept a wider range of flac files, more closely matching flac spec.
13448
13449 2005-12-08  Julien MOUTTE  <julien@moutte.net>
13450
13451         * docs/plugins/Makefile.am: Add multipart elements.
13452         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13453         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
13454         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13455         * gst/multipart/multipartdemux.c:
13456         * gst/multipart/multipartmux.c: Add docs.
13457
13458 2005-12-07  Edward Hervey  <edward@fluendo.com>
13459
13460         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
13461         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
13462         (gst_avi_demux_invert):
13463         Memleak and crasher fixes.
13464         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
13465         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
13466         Memleak fixes
13467
13468 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13469
13470         * ext/aalib/gstaasink.h:
13471         * ext/cairo/gsttextoverlay.h:
13472         * ext/dv/gstdvdec.h:
13473         * ext/dv/gstdvdemux.c:
13474         * ext/dv/gstdvdemux.h:
13475         * ext/esd/esdsink.h:
13476         * ext/flac/flac_compat.h:
13477         * ext/flac/gstflacdec.h:
13478         * ext/flac/gstflacenc.h:
13479         * ext/gconf/gconf.h:
13480         * ext/gconf/gstgconfaudiosink.h:
13481         * ext/gconf/gstgconfvideosink.h:
13482         * ext/gdk_pixbuf/gstgdkanimation.h:
13483         * ext/jpeg/gstjpegdec.h:
13484         * ext/jpeg/smokecodec.h:
13485         * ext/jpeg/smokeformat.h:
13486         * ext/ladspa/gstsignalprocessor.h:
13487         * ext/ladspa/search.c: (LADSPAPluginSearch):
13488         * ext/ladspa/utils.h:
13489         * ext/libmng/gstmng.c:
13490         * ext/libmng/gstmngdec.h:
13491         * ext/libmng/gstmngenc.c:
13492         * ext/libmng/gstmngenc.h:
13493         * ext/libpng/gstpng.c:
13494         * ext/libpng/gstpngenc.c:
13495         * ext/libpng/gstpngenc.h:
13496         * ext/shout2/gstshout2.h:
13497         * ext/speex/gstspeexdec.h:
13498         * ext/speex/gstspeexenc.c:
13499         * ext/speex/gstspeexenc.h:
13500         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13501         * gst/autodetect/gstautoaudiosink.h:
13502         * gst/autodetect/gstautovideosink.h:
13503         * gst/avi/gstavidemux.h:
13504         * gst/cutter/gstcutter.c: (gst_cutter_chain),
13505         (gst_cutter_set_property), (gst_cutter_get_caps):
13506         * gst/cutter/gstcutter.h:
13507         * gst/debug/tests.c: (md5_process_block):
13508         * gst/debug/tests.h:
13509         * gst/effectv/gstwarp.c:
13510         * gst/flx/flx_fmt.h:
13511         * gst/flx/gstflxdec.h:
13512         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
13513         (zoomFilterFastRGB):
13514         * gst/goom/filters.h:
13515         * gst/goom/goom_tools.h:
13516         * gst/law/alaw-encode.c:
13517         * gst/level/gstlevel.c:
13518         * gst/level/gstlevel.h:
13519         * gst/matroska/ebml-write.h:
13520         * gst/matroska/matroska-demux.h:
13521         * gst/matroska/matroska-ids.h:
13522         * gst/matroska/matroska-mux.h:
13523         * gst/monoscope/convolve.c: (convolve_match):
13524         * gst/monoscope/convolve.h:
13525         * gst/multipart/multipartmux.c:
13526         * gst/oldcore/gstaggregator.c:
13527         * gst/oldcore/gstaggregator.h:
13528         * gst/oldcore/gstmd5sink.c: (md5_process_block):
13529         * gst/oldcore/gstmd5sink.h:
13530         * gst/oldcore/gstmultifilesrc.c:
13531         * gst/oldcore/gstmultifilesrc.h:
13532         * gst/oldcore/gstpipefilter.h:
13533         * gst/oldcore/gstshaper.h:
13534         * gst/rtp/gstrtpL16depay.h:
13535         * gst/rtp/gstrtpL16pay.h:
13536         * gst/rtp/gstrtpdepay.h:
13537         * gst/rtp/gstrtpmp4vpay.c:
13538         * gst/rtp/gstrtpmp4vpay.h:
13539         * gst/rtsp/gstrtspsrc.c:
13540         * gst/rtsp/gstrtspsrc.h:
13541         * gst/rtsp/rtspconnection.h:
13542         * gst/rtsp/rtspdefs.h:
13543         * gst/rtsp/rtspmessage.h:
13544         * gst/rtsp/rtsptransport.h:
13545         * gst/rtsp/rtspurl.c:
13546         * gst/rtsp/rtspurl.h:
13547         * gst/rtsp/sdpmessage.c:
13548         * gst/rtsp/sdpmessage.h:
13549         * gst/smpte/barboxwipes.c:
13550         * gst/smpte/gstmask.h:
13551         * gst/smpte/gstsmpte.h:
13552         * gst/smpte/paint.c:
13553         * gst/smpte/paint.h:
13554         * gst/udp/gstdynudpsink.h:
13555         * gst/udp/gstmultiudpsink.h:
13556         * gst/udp/gstudpsink.c:
13557         * gst/udp/gstudpsink.h:
13558         * gst/udp/gstudpsrc.c:
13559         * gst/videomixer/videomixer.c:
13560         * gst/wavenc/riff.h:
13561         * gst/wavparse/gstwavparse.h:
13562         * sys/oss/gstossdmabuffer.h:
13563         * sys/oss/gstossmixer.h:
13564         * sys/oss/gstossmixerelement.h:
13565         * sys/oss/gstossmixertrack.h:
13566         * sys/oss/gstosssink.c:
13567         * sys/oss/gstosssink.h:
13568         * sys/oss/gstosssrc.c:
13569         * sys/oss/gstosssrc.h:
13570         * sys/osxaudio/gstosxaudioelement.h:
13571         * sys/osxaudio/gstosxaudiosink.h:
13572         * sys/osxaudio/gstosxaudiosrc.h:
13573           expand tabs
13574
13575 === release 0.10.0 ===
13576
13577 2005-12-05   <thomas (at) apestaart (dot) org>
13578
13579         * configure.ac:
13580           releasing 0.10.0, "Abondance"
13581
13582 2005-12-05  Andy Wingo  <wingo@pobox.com>
13583
13584         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13585         * ext/flac/gstflacdec.c: (gst_flacdec_write):
13586         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
13587         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
13588         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
13589         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
13590         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13591         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
13592         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
13593         * ext/speex/gstspeexdec.c: (speex_dec_chain):
13594         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
13595         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13596         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
13597         * gst/goom/gstgoom.c: (gst_goom_chain):
13598         * gst/matroska/matroska-demux.c:
13599         (gst_matroska_demux_push_vorbis_codec_priv_data),
13600         (gst_matroska_demux_add_wvpk_header):
13601         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13602         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
13603         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
13604         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
13605         alloc_buffer changes.
13606
13607 2005-12-05  Michael Smith  <msmith@fluendo.com>
13608
13609         * docs/plugins/gst-plugins-good-plugins.args:
13610           Remove args for plugins that aren't in -good.
13611
13612 === release 0.9.7 ===
13613
13614 2005-12-01   <thomas (at) apestaart (dot) org>
13615
13616         * configure.ac:
13617           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
13618
13619 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13620
13621         * docs/plugins/.cvsignore:
13622         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13623         * docs/plugins/inspect/plugin-multipart.xml:
13624         * docs/plugins/inspect/plugin-rtp.xml:
13625           add multipart plugin to docs
13626
13627 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13628
13629         * configure.ac:
13630         * ext/Makefile.am:
13631         * ext/pango/Makefile.am:
13632         * ext/pango/gstclockoverlay.c:
13633         * ext/pango/gstclockoverlay.h:
13634         * ext/pango/gsttextoverlay.c:
13635         * ext/pango/gsttextoverlay.h:
13636         * ext/pango/gsttextrender.c:
13637         * ext/pango/gsttextrender.h:
13638         * ext/pango/gsttimeoverlay.c:
13639         * ext/pango/gsttimeoverlay.h:
13640           move pango to base
13641
13642 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13643
13644         * gst/rtp/Makefile.am:
13645         * gst/rtp/gstrtpL16depay.c:
13646         * gst/rtp/gstrtpL16depay.h:
13647         * gst/rtp/gstrtpL16parse.c:
13648         * gst/rtp/gstrtpL16parse.h:
13649         * gst/rtp/gstrtpgsmdepay.c:
13650         * gst/rtp/gstrtpgsmdepay.h:
13651         * gst/rtp/gstrtpgsmparse.c:
13652         * gst/rtp/gstrtpgsmparse.h:
13653           parsers are depayers
13654
13655 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13656
13657         * gst/rtp/Makefile.am:
13658         * gst/rtp/gstasteriskh263.c:
13659         * gst/rtp/gstrtp.c:
13660         * gst/rtp/gstrtpL16enc.c:
13661         * gst/rtp/gstrtpL16enc.h:
13662         * gst/rtp/gstrtpL16parse.c:
13663         * gst/rtp/gstrtpL16parse.h:
13664         * gst/rtp/gstrtpL16pay.c:
13665         * gst/rtp/gstrtpL16pay.h:
13666         * gst/rtp/gstrtpamrdec.c:
13667         * gst/rtp/gstrtpamrdec.h:
13668         * gst/rtp/gstrtpamrdepay.c:
13669         * gst/rtp/gstrtpamrdepay.h:
13670         * gst/rtp/gstrtpamrenc.c:
13671         * gst/rtp/gstrtpamrenc.h:
13672         * gst/rtp/gstrtpamrpay.c:
13673         * gst/rtp/gstrtpamrpay.h:
13674         * gst/rtp/gstrtpdec.c:
13675         * gst/rtp/gstrtpdec.h:
13676         * gst/rtp/gstrtpdepay.c:
13677         * gst/rtp/gstrtpdepay.h:
13678         * gst/rtp/gstrtpg711dec.c:
13679         * gst/rtp/gstrtpg711dec.h:
13680         * gst/rtp/gstrtpg711depay.c:
13681         * gst/rtp/gstrtpg711depay.h:
13682         * gst/rtp/gstrtpg711enc.c:
13683         * gst/rtp/gstrtpg711enc.h:
13684         * gst/rtp/gstrtpg711pay.c:
13685         * gst/rtp/gstrtpg711pay.h:
13686         * gst/rtp/gstrtpgsmenc.c:
13687         * gst/rtp/gstrtpgsmenc.h:
13688         * gst/rtp/gstrtpgsmparse.c:
13689         * gst/rtp/gstrtpgsmparse.h:
13690         * gst/rtp/gstrtpgsmpay.c:
13691         * gst/rtp/gstrtpgsmpay.h:
13692         * gst/rtp/gstrtph263enc.c:
13693         * gst/rtp/gstrtph263enc.h:
13694         * gst/rtp/gstrtph263pay.c:
13695         * gst/rtp/gstrtph263pay.h:
13696         * gst/rtp/gstrtph263pdec.c:
13697         * gst/rtp/gstrtph263pdec.h:
13698         * gst/rtp/gstrtph263pdepay.c:
13699         * gst/rtp/gstrtph263pdepay.h:
13700         * gst/rtp/gstrtph263penc.c:
13701         * gst/rtp/gstrtph263penc.h:
13702         * gst/rtp/gstrtph263ppay.c:
13703         * gst/rtp/gstrtph263ppay.h:
13704         * gst/rtp/gstrtpmp4vdec.c:
13705         * gst/rtp/gstrtpmp4vdec.h:
13706         * gst/rtp/gstrtpmp4vdepay.c:
13707         * gst/rtp/gstrtpmp4vdepay.h:
13708         * gst/rtp/gstrtpmp4venc.c:
13709         * gst/rtp/gstrtpmp4venc.h:
13710         * gst/rtp/gstrtpmp4vpay.c:
13711         * gst/rtp/gstrtpmp4vpay.h:
13712         * gst/rtp/gstrtpmpadec.c:
13713         * gst/rtp/gstrtpmpadec.h:
13714         * gst/rtp/gstrtpmpadepay.c:
13715         * gst/rtp/gstrtpmpadepay.h:
13716         * gst/rtp/gstrtpmpaenc.c:
13717         * gst/rtp/gstrtpmpaenc.h:
13718         * gst/rtp/gstrtpmpapay.c:
13719         * gst/rtp/gstrtpmpapay.h:
13720         * gst/rtp/gstrtpspeexdec.c:
13721         * gst/rtp/gstrtpspeexdec.h:
13722         * gst/rtp/gstrtpspeexdepay.c:
13723         * gst/rtp/gstrtpspeexdepay.h:
13724         * gst/rtp/gstrtpspeexenc.c:
13725         * gst/rtp/gstrtpspeexenc.h:
13726         * gst/rtp/gstrtpspeexpay.c:
13727         * gst/rtp/gstrtpspeexpay.h:
13728           Do burger's rename for rtp payloaders and depayloaders
13729
13730 2005-11-30  Wim Taymans  <wim@fluendo.com>
13731
13732         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13733         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
13734         * ext/dv/gstdvdemux.h:
13735         Fix seeking in dvdemux again, add some more debug info.
13736
13737 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13738
13739         * configure.ac:
13740           fix tests
13741
13742 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13743
13744         * PORTED_09:
13745         * docs/random/PORTED_09:
13746           move
13747         * tests/Makefile.am:
13748           add
13749         * win32/gst.sln:
13750           remove
13751
13752 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13753
13754         * Makefile.am:
13755         * check/.cvsignore:
13756         * check/Makefile.am:
13757         * check/elements/.cvsignore:
13758         * check/elements/level.c:
13759         * check/elements/matroskamux.c:
13760         * configure.ac:
13761         * examples/Makefile.am:
13762         * examples/capsfilter/Makefile.am:
13763         * examples/capsfilter/capsfilter1.c:
13764         * examples/gob/Makefile.am:
13765         * examples/gob/gst-identity2.gob:
13766         * examples/gstplay/.cvsignore:
13767         * examples/gstplay/Makefile.am:
13768         * examples/gstplay/player.c:
13769         * examples/indexing/.cvsignore:
13770         * examples/indexing/Makefile.am:
13771         * examples/indexing/indexmpeg.c:
13772         * examples/level/Makefile.am:
13773         * examples/level/README:
13774         * examples/level/demo.c:
13775         * examples/level/plot.c:
13776         * examples/stats/Makefile.am:
13777         * examples/stats/mp2ogg.c:
13778         * examples/switch/.cvsignore:
13779         * examples/switch/Makefile.am:
13780         * examples/switch/switcher.c:
13781           move under tests/
13782
13783 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
13784
13785         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
13786         (gst_text_render_class_init), (resize_bitmap),
13787         (gst_text_render_render_text), (gst_text_render_setcaps),
13788         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
13789         (gst_text_render_chain), (gst_text_render_finalize),
13790         (gst_text_render_init), (gst_text_render_set_property):
13791         * ext/pango/gsttextrender.h:
13792           Add missing files.
13793
13794 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
13795
13796         * configure.ac:
13797         * ext/Makefile.am:
13798         * ext/pango/Makefile.am:
13799         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
13800         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
13801         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
13802         * ext/pango/gstclockoverlay.h:
13803         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
13804         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
13805         (gst_text_overlay_finalize), (gst_text_overlay_init),
13806         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
13807         (gst_text_overlay_text_pad_linked),
13808         (gst_text_overlay_text_pad_unlinked),
13809         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
13810         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
13811         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
13812         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
13813         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13814         (gst_text_overlay_change_state), (plugin_init):
13815         * ext/pango/gsttextoverlay.h:
13816         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
13817         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
13818         (gst_time_overlay_class_init), (gst_time_overlay_init):
13819         * ext/pango/gsttimeoverlay.h:
13820           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
13821           and add background shading and text wrapping modes. Make 
13822           timoverlay derive from textoverlay. Also add new clockoverlay
13823           element.
13824
13825 2005-11-30  Julien MOUTTE  <julien@moutte.net>
13826
13827         * gst/udp/Makefile.am: Moved to netbuffer.
13828
13829 2005-11-30  Julien MOUTTE  <julien@moutte.net>
13830
13831         * configure.ac:
13832         * PORTED_O9:
13833         * gst/multipart/Makefile.am:
13834         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
13835         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
13836         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
13837         (gst_multipart_demux_change_state),
13838         (gst_multipart_demux_plugin_init):
13839         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
13840         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
13841         (gst_multipart_mux_sinkconnect),
13842         (gst_multipart_mux_request_new_pad),
13843         (gst_multipart_mux_handle_src_event),
13844         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
13845         (gst_multipart_mux_change_state): Ported multipart mux/demux to
13846         0.9.
13847
13848 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13849
13850         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
13851         * gst/debug/gstnavigationtest.h:
13852         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
13853         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
13854         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
13855         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
13856         * gst/effectv/gstrev.c: (gst_revtv_get_type):
13857         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
13858         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
13859         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
13860         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
13861         (gst_video_flip_get_type):
13862         * gst/videofilter/gstvideoflip.h:
13863           update for symbols change
13864
13865 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13866
13867         * gst/udp/gstdynudpsink.c:
13868         * gst/udp/gstudpsrc.c:
13869           the old gstnet lib was renamed gstnetbuffer (#322257)
13870
13871 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
13872
13873         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
13874         (gst_text_overlay_collected):
13875           Actually render the text from the text pad.
13876
13877 2005-11-29  Edward Hervey  <edward@fluendo.com>
13878
13879         * gst/debug/gstnavseek.c: (gst_navseek_event):
13880         * gst/debug/progressreport.c: (gst_progress_report_event):
13881         Update for GstBaseTransform event virtual method
13882
13883 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13884
13885         * ext/cairo/Makefile.am:
13886           no need to link to videofilter
13887
13888 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13889
13890         * gst/debug/Makefile.am:
13891         * gst/debug/gstnavigationtest.h:
13892         * gst/effectv/Makefile.am:
13893         * gst/effectv/gstaging.c:
13894         * gst/effectv/gstdice.c:
13895         * gst/effectv/gstedge.c:
13896         * gst/effectv/gstquark.c:
13897         * gst/effectv/gstrev.c:
13898         * gst/effectv/gstshagadelic.c:
13899         * gst/effectv/gstvertigo.c:
13900         * gst/effectv/gstwarp.c:
13901         * gst/videofilter/Makefile.am:
13902         * gst/videofilter/gstvideofilter.c:
13903         * gst/videofilter/gstvideofilter.h:
13904         * gst/videofilter/gstvideoflip.h:
13905           remove the videofilter library and link to the one in base
13906
13907 2005-11-28  Edward Hervey  <edward@fluendo.com>
13908
13909         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
13910         Useless check now we're setting the current entry correctly.
13911
13912 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
13913
13914         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
13915         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
13916         (gst_jpegenc_change_state):
13917           Don't leak input buffer in chain function (fixes #322667); make 
13918           state change function thread-safe; don't repeat the current function
13919           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
13920           gst_pad_alloc_buffer(); misc. minor cleanups.
13921
13922 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
13923
13924         * gst/matroska/matroska-mux.c:
13925         (gst_matroska_mux_video_pad_setcaps):
13926         Look for pixel-aspect-ratio in caps, not pixel_width and
13927         pixel_height (Fixes: #322645)
13928
13929 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
13930
13931         * gst/matroska/matroska-mux.c:
13932         (gst_matroska_mux_video_pad_setcaps):
13933         From Michal Benes:
13934         frame duration should be GST_SECOND / framerate, not
13935         GST_SECOND * framerate. (Fixes: #322643)
13936
13937 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13938
13939         * configure.ac:
13940           fix up GST_PLUGIN_LDFLAGS
13941         * gst/rtsp/rtspconnection.c:
13942           fix includes (see #317043)
13943         * gst/videofilter/Makefile.am:
13944           stop installing this library
13945
13946 2005-11-26  Edward Hervey  <edward@fluendo.com>
13947
13948         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
13949         Handle the case where the incoming Video dv stream doesn't have
13950         a pixel aspect ratio set.
13951
13952 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13953
13954         * docs/plugins/Makefile.am:
13955         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13956         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13957         * ext/flac/gstflacdec.c:
13958           document flacdec
13959
13960 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13961
13962         * docs/plugins/Makefile.am:
13963         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13964         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13965         * docs/plugins/inspect/plugin-autodetect.xml:
13966         * ext/cairo/gstcairo.c: (plugin_init):
13967         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
13968         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
13969         (gst_text_overlay_init), (gst_text_overlay_font_init),
13970         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
13971         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
13972         (gst_text_overlay_text_pad_linked),
13973         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
13974         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
13975         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
13976         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13977         (gst_text_overlay_change_state):
13978         * ext/cairo/gsttextoverlay.h:
13979         * ext/cairo/gsttimeoverlay.c:
13980         (gst_cairo_time_overlay_update_font_height),
13981         (gst_cairo_time_overlay_set_caps),
13982         (gst_cairo_time_overlay_get_unit_size),
13983         (gst_cairo_time_overlay_print_smpte_time),
13984         (gst_cairo_time_overlay_transform),
13985         (gst_cairo_time_overlay_base_init),
13986         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
13987         (gst_cairo_time_overlay_get_type):
13988         * ext/cairo/gsttimeoverlay.h:
13989           do some name borgifying
13990           document
13991
13992 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13993
13994         * docs/plugins/Makefile.am:
13995         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13996         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13997         * gst/autodetect/gstautoaudiosink.c:
13998         (gst_auto_audio_sink_base_init):
13999         * gst/autodetect/gstautovideosink.c:
14000         (gst_auto_video_sink_base_init),
14001         (gst_auto_video_sink_factory_filter):
14002           documenting auto*sink
14003           using strstr for the video sink lookup, class field is not ordered
14004         * docs/plugins/inspect/plugin-1394.xml:
14005         * docs/plugins/inspect/plugin-aasink.xml:
14006         * docs/plugins/inspect/plugin-alaw.xml:
14007         * docs/plugins/inspect/plugin-alpha.xml:
14008         * docs/plugins/inspect/plugin-alphacolor.xml:
14009         * docs/plugins/inspect/plugin-auparse.xml:
14010         * docs/plugins/inspect/plugin-autodetect.xml:
14011         * docs/plugins/inspect/plugin-avi.xml:
14012         * docs/plugins/inspect/plugin-cacasink.xml:
14013         * docs/plugins/inspect/plugin-cairo.xml:
14014         * docs/plugins/inspect/plugin-cutter.xml:
14015         * docs/plugins/inspect/plugin-debug.xml:
14016         * docs/plugins/inspect/plugin-dv.xml:
14017         * docs/plugins/inspect/plugin-efence.xml:
14018         * docs/plugins/inspect/plugin-effectv.xml:
14019         * docs/plugins/inspect/plugin-esdsink.xml:
14020         * docs/plugins/inspect/plugin-flac.xml:
14021         * docs/plugins/inspect/plugin-flxdec.xml:
14022         * docs/plugins/inspect/plugin-gconfelements.xml:
14023         * docs/plugins/inspect/plugin-goom.xml:
14024         * docs/plugins/inspect/plugin-jpeg.xml:
14025         * docs/plugins/inspect/plugin-level.xml:
14026         * docs/plugins/inspect/plugin-matroska.xml:
14027         * docs/plugins/inspect/plugin-mulaw.xml:
14028         * docs/plugins/inspect/plugin-navigationtest.xml:
14029         * docs/plugins/inspect/plugin-ossaudio.xml:
14030         * docs/plugins/inspect/plugin-png.xml:
14031         * docs/plugins/inspect/plugin-rtp.xml:
14032         * docs/plugins/inspect/plugin-rtsp.xml:
14033         * docs/plugins/inspect/plugin-shout2send.xml:
14034         * docs/plugins/inspect/plugin-smpte.xml:
14035         * docs/plugins/inspect/plugin-speex.xml:
14036         * docs/plugins/inspect/plugin-udp.xml:
14037         * docs/plugins/inspect/plugin-videobox.xml:
14038         * docs/plugins/inspect/plugin-videoflip.xml:
14039         * docs/plugins/inspect/plugin-videomixer.xml:
14040         * docs/plugins/inspect/plugin-wavenc.xml:
14041         * docs/plugins/inspect/plugin-wavparse.xml:
14042           update for HEAD version
14043
14044 2005-11-25  Michael Smith  <msmith@fluendo.com>
14045
14046         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
14047           Patch from Sebastien Cote to close control sockets in udpsrc.
14048
14049 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14050
14051         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14052         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
14053         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
14054         (gst_quarktv_base_init), (gst_quarktv_class_init),
14055         (gst_quarktv_init): Flush the planes list on reverse caps
14056         negotiation. This was crashing because of differently sized
14057         buffers.
14058
14059 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14060
14061         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
14062         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
14063         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
14064         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
14065         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
14066         (gst_videoflip_set_property), (gst_videoflip_base_init),
14067         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
14068         correctly, fix identity flipping, convert navigation event 
14069         correctly again.
14070
14071 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14072
14073         * configure.ac: back to HEAD
14074
14075 === release 0.9.6 ===
14076
14077 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
14078
14079         * configure.ac:
14080           releasing 0.9.6, "Everything's Not Lost"
14081
14082 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14083
14084         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
14085         Oops, initialise the framerate GValue
14086
14087 2005-11-23  Julien MOUTTE  <julien@moutte.net>
14088
14089         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
14090         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
14091         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
14092         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
14093         (gst_timeoverlay_get_type):
14094         * ext/cairo/gsttimeoverlay.h:
14095         * gst/debug/Makefile.am:
14096         * gst/debug/gstnavigationtest.c:
14097         (gst_navigationtest_handle_src_event),
14098         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
14099         (gst_navigationtest_transform), (gst_navigationtest_change_state),
14100         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
14101         (gst_navigationtest_init), (gst_navigationtest_get_type),
14102         (plugin_init):
14103         * gst/debug/gstnavigationtest.h:
14104         * gst/effectv/Makefile.am:
14105         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
14106         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
14107         (gst_agingtv_base_init), (gst_agingtv_class_init),
14108         (gst_agingtv_init), (gst_agingtv_get_type):
14109         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
14110         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
14111         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
14112         (gst_dicetv_get_type):
14113         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
14114         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
14115         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
14116         (gst_edgetv_get_type):
14117         * gst/effectv/gsteffectv.c:
14118         * gst/effectv/gsteffectv.h:
14119         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14120         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
14121         (gst_quarktv_change_state), (gst_quarktv_base_init),
14122         (gst_quarktv_class_init), (gst_quarktv_init),
14123         (gst_quarktv_get_type):
14124         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
14125         (gst_revtv_get_unit_size), (gst_revtv_transform),
14126         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
14127         (gst_revtv_get_type):
14128         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
14129         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
14130         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
14131         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
14132         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
14133         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
14134         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
14135         (gst_vertigotv_init), (gst_vertigotv_get_type):
14136         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
14137         (gst_warptv_get_unit_size), (gst_warptv_transform),
14138         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
14139         (gst_warptv_get_type):
14140         * gst/videofilter/Makefile.am:
14141         * gst/videofilter/gstvideobalance.c:
14142         * gst/videofilter/gstvideobalance.h:
14143         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
14144         (gst_videofilter_class_init), (gst_videofilter_init):
14145         * gst/videofilter/gstvideofilter.h:
14146         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
14147         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
14148         (gst_videoflip_flip), (gst_videoflip_transform),
14149         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
14150         (gst_videoflip_base_init), (gst_videoflip_class_init),
14151         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
14152         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
14153         BaseTransform, it's just a place holder for now and every video
14154         effect plugin has been ported to use BaseTransform features 
14155         directly. QuarkTV was fixed too (was broken), navigationtest works
14156         and best for the end, videoflip converts navigation events depending
14157         on flip method ! Fixes #320953
14158
14159 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14160
14161         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14162         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
14163         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14164         (gst_goom_src_negotiate), (gst_goom_chain):
14165         * gst/matroska/matroska-mux.c:
14166         (gst_matroska_mux_video_pad_setcaps):
14167         * sys/osxvideo/osxvideosink.m:
14168           Fixes for API changes
14169
14170 2005-11-23  Michael Smith <msmith@fluendo.com>
14171
14172         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
14173         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
14174         * ext/jpeg/gstjpegdec.h:
14175         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
14176         * ext/jpeg/gstjpegenc.h:
14177         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14178         (gst_smokeenc_resync):
14179         * ext/jpeg/gstsmokeenc.h:
14180           JPEG fractiony goodness.
14181
14182 2005-11-22  Michael Smith <msmith@fluendo.com>
14183
14184         * gst/goom/filters.c:
14185         * gst/goom/graphic.h:
14186           Fix compilation by making some functions static inline instead of
14187           extern inline, matching the way they're used.
14188
14189 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14190
14191         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
14192         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
14193         * ext/cairo/gsttextoverlay.h:
14194         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
14195         * ext/gdk_pixbuf/gstgdkpixbuf.h:
14196         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
14197         (gst_pngdec_caps_create_and_set):
14198         * ext/libpng/gstpngdec.h:
14199         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
14200         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
14201         * gst/avi/gstavimux.c: (gst_avimux_init),
14202         (gst_avimux_vidsinkconnect):
14203         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14204         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14205         (gst_goom_src_negotiate), (gst_goom_chain):
14206         * gst/goom/gstgoom.h:
14207         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14208         * gst/matroska/matroska-mux.c:
14209         (gst_matroska_mux_video_pad_setcaps):
14210         * sys/osxvideo/osxvideosink.h:
14211         * sys/osxvideo/osxvideosink.m:
14212           More fractional framerate conversions 
14213
14214 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14215
14216         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14217         * gst/debug/gstnavigationtest.c:
14218         (gst_navigationtest_handle_src_event):
14219         * gst/videofilter/gstvideofilter.c:
14220         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
14221         (gst_videofilter_init):
14222         * gst/videofilter/gstvideofilter.h:
14223           Convert to fractional framerates.
14224
14225 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14226
14227         * ext/aalib/gstaasink.c:
14228         * ext/dv/gstdvdec.c:
14229         * ext/esd/esdmon.c:
14230         * ext/flac/gstflacenc.c:
14231         * ext/gdk_pixbuf/pixbufscale.c:
14232         * ext/libcaca/gstcacasink.c:
14233         * ext/shout2/gstshout2.c:
14234         * gst/alpha/gstalpha.c:
14235         * gst/oldcore/gstaggregator.c:
14236         * gst/oldcore/gstshaper.c:
14237         * gst/smpte/barboxwipes.c:
14238         * gst/smpte/gstsmpte.c:
14239         * gst/videobox/gstvideobox.c:
14240         * gst/videofilter/gstvideoflip.c:
14241         * gst/videomixer/videomixer.c:
14242           fix up more enums
14243
14244 2005-11-22  Michael Smith <msmith@fluendo.com>
14245
14246         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
14247         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
14248         (gst_videomixer_update_queues):
14249           Fractional framerates, videomixer.
14250
14251 2005-11-22  Michael Smith <msmith@fluendo.com>
14252
14253         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
14254         * ext/dv/gstdvdec.h:
14255         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
14256         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
14257         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
14258         (gst_dvdemux_flush):
14259         * ext/dv/gstdvdemux.h:
14260           Fractional framerates for DV. 
14261
14262 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14263
14264         * gst/autodetect/gstautoaudiosink.c:
14265         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14266         * gst/autodetect/gstautovideosink.c:
14267         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
14268           Use gst_plugin_feature_list_free() to free feature list and
14269           in the case of autovideosink free the list at all. Also
14270           miscellaneous cosmetic fixes.
14271
14272 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14273
14274         * gst/cutter/gstcutter.c: (gst_cutter_chain),
14275         (gst_cutter_set_property), (gst_cutter_get_caps):
14276           copy calculation code from level; remove use of some audio
14277           functions
14278
14279 2005-11-22  Andy Wingo  <wingo@pobox.com>
14280
14281         * Update for gst_tag_setter API changes.
14282
14283 2005-11-22  Andy Wingo  <wingo@pobox.com>
14284
14285         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
14286         (gst_dvdemux_demux_frame)
14287         * ext/flac/gstflacdec.c (gst_flacdec_write)
14288         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
14289         (gst_flacenc_sink_event)
14290         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
14291         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
14292         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
14293         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
14294         * gst/auparse/gstauparse.c (gst_auparse_chain)
14295         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
14296         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
14297         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
14298         (gst_avi_demux_handle_seek)
14299         * gst/goom/gstgoom.c (gst_goom_event)
14300         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
14301         * gst/matroska/matroska-demux.c
14302         (gst_matroska_demux_handle_seek_event)
14303         (gst_matroska_demux_loop_stream_parse_id)
14304         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
14305         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
14306         (gst_wavparse_stream_headers): Run update-funcnames.
14307
14308 2005-11-22  Edward Hervey  <edward@fluendo.com>
14309
14310         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
14311         (gst_dv1394src_init), (gst_dv1394src_dispose),
14312         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
14313         (gst_dv1394src_uri_set_uri):
14314         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
14315         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
14316         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
14317         URIHandler interface and element properties are now properly
14318         synchronized for DV1394src and UDPSrc
14319
14320 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14321
14322         * ext/flac/Makefile.am:
14323         * ext/speex/Makefile.am:
14324           libgsttagedit has been renamed to libgsttag.
14325
14326 2005-11-21  Wim Taymans  <wim@fluendo.com>
14327
14328         * gst/rtsp/rtspconnection.c: (read_body):
14329         Apply patch from Sebastien Cote to fix #319184.
14330
14331 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14332
14333         * configure.ac:
14334         * gst/cutter/Makefile.am:
14335         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
14336         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
14337         (gst_cutter_set_property), (gst_cutter_get_property),
14338         (plugin_init), (gst_cutter_get_caps):
14339           port cutter
14340         * gst/level/gstlevel.c:
14341           fix up plugin details
14342
14343 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14344
14345         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
14346         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
14347         (gst_flacdec_src_event):
14348         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
14349         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
14350         (gst_signal_processor_getrange), (gst_signal_processor_chain):
14351         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14352         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
14353         (gst_flxdec_sink_event_handler):
14354         * gst/matroska/matroska-demux.c:
14355         (gst_matroska_demux_handle_seek_event):
14356         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
14357           Update for stream lock API changes: don't take stream log
14358           in sink event handlers any longer and change GST_STREAM_LOCK
14359           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
14360           functions.
14361
14362 2005-11-21  Michael Smith <msmith@fluendo.com>
14363
14364         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
14365           gst_object_unref, not g_object_unref
14366
14367 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14368
14369         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
14370         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
14371           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
14372
14373 2005-11-21  Michael Smith <msmith@fluendo.com>
14374
14375         * gst/auparse/Makefile.am:
14376         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
14377         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
14378         (gst_auparse_change_state):
14379         * gst/auparse/gstauparse.h:
14380           Partially fix #161712. playbin still doesn't work on these files,
14381           (on the bug report, Andy says we aren't typefinding it for some
14382           reason?) but at least auparse isn't totally busted like it was before.
14383
14384 2005-11-21  Andy Wingo  <wingo@pobox.com>
14385
14386         * *.h:
14387         * *.c: Ran scripts/update-macros. Oh yes.
14388
14389 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14390
14391         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
14392           Filler events are gone for now, comment out section generating
14393           them.
14394
14395 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
14396
14397         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14398         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
14399         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14400         * sys/osxvideo/osxvideosink.m:
14401           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
14402           (#322027)
14403
14404 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14405
14406         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
14407         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
14408         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14409         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
14410         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
14411         (gst_avi_demux_stream_data):
14412         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14413         * gst/wavenc/gstwavenc.c: (write_metadata):
14414         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
14415         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
14416         Fixes for GST_FOURCC_FORMAT API change.
14417
14418 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14419
14420         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
14421         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
14422         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
14423         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14424         (gst_text_overlay_change_state):
14425         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
14426         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
14427         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
14428         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
14429         * gst/videomixer/videomixer.c: (gst_videomixer_init),
14430         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
14431         (gst_videomixer_change_state):
14432           Fix for collect pads API change. Also fix textoverlay state
14433           change function.
14434
14435 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14436
14437         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
14438         GST_PAD_IS_USABLE by something approaching it.
14439
14440 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14441
14442         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
14443         API changes.
14444         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
14445         but also fix the code that was not checking return values from
14446         pad_push neither using pad_alloc_buffer.
14447
14448 2005-11-18  Edward Hervey  <edward@fluendo.com>
14449
14450         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14451         (gst_pngenc_chain):
14452         Added debug category
14453         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
14454         goes to EOS.
14455
14456 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
14457
14458         * gst/rtp/Makefile.am
14459         * gst/rtp/gstrtp.c
14460         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
14461         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
14462         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
14463         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
14464         * gst/rtp/gstrtpg711enc.h:
14465         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
14466         * gst/rtp/gstrtpspeexenc.c:
14467         * gst/rtp/gstrtpspeexenc.h:
14468         * gst/rtp/gstrtpspeexdec.c:
14469         * gst/rtp/gstrtpspeexdec.h:
14470         Created Speex payloader and depayloader; Optimize G711 payloader to
14471         use adapter and send packets until MTU size.
14472
14473 2005-11-16  Wim Taymans  <wim@fluendo.com>
14474
14475         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
14476         Fix leak in check.
14477
14478 2005-11-16  Wim Taymans  <wim@fluendo.com>
14479
14480         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
14481         Fix state change.
14482
14483 2005-11-16  Andy Wingo  <wingo@pobox.com>
14484
14485         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
14486         (gst_udpsrc_create): Move comment.
14487
14488 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
14489
14490         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14491
14492         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
14493           When seeking, seek to closest index entry at or before the requested
14494           seek position, not just the closest one (#321001).
14495
14496 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
14497
14498         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
14499         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
14500           Invert DIB images again (see #132341).
14501
14502 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14503
14504         * configure.ac:
14505           rework configure.ac file
14506         * ext/aalib/gstaasink.c:
14507         * ext/cairo/gstcairo.c:
14508         * ext/dv/gstdv.c:
14509         * ext/esd/gstesd.c:
14510         * ext/flac/gstflac.c:
14511         * ext/gconf/gstgconfelements.c:
14512         * ext/gdk_pixbuf/gstgdkpixbuf.c:
14513         * ext/jpeg/gstjpeg.c:
14514         * ext/ladspa/gstladspa.c:
14515         * ext/libcaca/gstcacasink.c:
14516         * ext/libmng/gstmng.c:
14517         * ext/libpng/gstpng.c:
14518         * ext/mikmod/gstmikmod.c:
14519         * ext/pango/gsttextoverlay.c:
14520         * ext/pango/gsttimeoverlay.c:
14521         * ext/raw1394/gst1394.c:
14522         * ext/speex/gstspeex.c:
14523         * gst/alpha/Makefile.am:
14524         * gst/alpha/gstalpha.c:
14525         * gst/alpha/gstalphacolor.c:
14526         * gst/auparse/gstauparse.c:
14527         * gst/autodetect/gstautoaudiosink.c:
14528         (gst_auto_audio_sink_factory_filter),
14529         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14530         * gst/autodetect/gstautodetect.c:
14531         * gst/avi/gstavi.c:
14532         * gst/cutter/gstcutter.c:
14533         * gst/debug/efence.c:
14534         * gst/debug/gstdebug.c:
14535         * gst/debug/gstnavigationtest.c:
14536         * gst/effectv/gsteffectv.c:
14537         * gst/flx/gstflxdec.c:
14538         * gst/goom/gstgoom.c:
14539         * gst/interleave/plugin.c:
14540         * gst/law/alaw.c:
14541         * gst/law/mulaw.c:
14542         * gst/level/gstlevel.c:
14543         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14544         * gst/matroska/matroska.c:
14545         * gst/median/gstmedian.c:
14546         * gst/monoscope/gstmonoscope.c:
14547         * gst/multipart/multipart.c:
14548         * gst/oldcore/gstelements.c:
14549         * gst/rtp/gstrtp.c:
14550         * gst/rtsp/gstrtsp.c:
14551         * gst/smoothwave/gstsmoothwave.c:
14552         * gst/smpte/gstsmpte.c:
14553         * gst/udp/gstudp.c:
14554         * gst/videobox/gstvideobox.c:
14555         * gst/videofilter/gstgamma.c:
14556         * gst/videofilter/gstvideobalance.c:
14557         * gst/videofilter/gstvideoflip.c:
14558         * gst/videofilter/gstvideotemplate.c:
14559         * gst/videomixer/videomixer.c:
14560         * gst/wavenc/gstwavenc.c:
14561         * gst/wavparse/gstwavparse.c:
14562         * sys/oss/gstossaudio.c:
14563         * sys/osxaudio/gstosxaudio.c:
14564           update GST_PLUGIN_DEFINE
14565         * gst/rtp/Makefile.am:
14566         * gst/rtp/gstasteriskh263.c:
14567           check for htons/htonl headers and possibly link to winsock2 lib
14568
14569 2005-11-12  Edward Hervey  <edward@fluendo.com>
14570
14571         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
14572         Only GST_DEBUG() information on the valid components.
14573
14574 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14575
14576         * configure.ac: back to HEAD
14577
14578 === release 0.9.5 ===
14579
14580 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
14581
14582         * configure.ac:
14583           releasing 0.9.5, "Phone Alarm"
14584
14585 2005-11-11  Edward Hervey  <edward@fluendo.com>
14586
14587         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14588         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
14589         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
14590         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14591         (gst_avi_demux_loop):
14592         * gst/avi/gstavidemux.h:
14593         Yeah, implement proper seeking. Exact seeking and segment seeking.
14594         Still need to do some checks for segment_stop.
14595
14596 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14597
14598         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14599
14600         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14601           Don't try to ready buffer duration from buffer that we don't
14602           own any  longer and that might already have been unreffed.
14603           (#321136)
14604
14605 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
14606
14607         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
14608         (flx_decode_delta_flc), (gst_flxdec_chain):
14609         Attempting to optimize the code for embedded systems.
14610
14611 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
14612
14613         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14614
14615         * sys/oss/gstosssink.c: (gst_oss_sink_close):
14616           Don't re-use already closed file descriptor. (#320920)
14617
14618 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14619
14620         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
14621         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
14622         (gst_oss_sink_prepare):
14623         * sys/oss/gstosssink.h:
14624           Cache probed caps; fix debug output for SET_PARAM macros.
14625
14626 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14627
14628         * ext/cairo/Makefile.am:
14629         * ext/cairo/gstcairo.c: (plugin_init):
14630         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14631         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14632         (gst_text_overlay_init), (gst_text_overlay_font_init),
14633         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14634         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14635         (gst_text_overlay_text_pad_linked),
14636         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14637         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14638         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14639         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14640         (gst_text_overlay_change_state):
14641         * ext/cairo/gsttextoverlay.h:
14642           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
14643           property and redo positioning. Doesn't handle upstream renegotiation
14644           yet though.
14645
14646 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14647
14648         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14649         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14650         (gst_avi_demux_loop):
14651           No need to take the STREAM_LOCK in the loop function. Improve
14652           some debug messages. Don't leak pad names in debug messages.
14653
14654 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14655
14656         * gst/matroska/matroska-demux.c:
14657         (gst_matroska_demux_push_vorbis_codec_priv_data),
14658         (gst_matroska_demux_add_wvpk_header):
14659           Don't error out when the source pad isn't linked.
14660
14661 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
14662
14663         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
14664         (gst_gconf_audio_sink_change_state):
14665         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
14666         (gst_gconf_video_sink_change_state):
14667           Fix state change functions here as well and set kid
14668           to NULL state before removing it.
14669
14670 2005-11-01  Edward Hervey  <edward@fluendo.com>
14671
14672         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
14673         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
14674         Added proper event handlind, 
14675         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
14676         ignored),
14677         and don't set a duration of 0 for buffers otherwise they are discarded
14678         by GstBaseSink.
14679
14680         GstWavEnc needs some serious loving, after going through the code I'm
14681         really wondering how this can stay in -good ...
14682
14683 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14684
14685         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
14686         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
14687         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
14688         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
14689         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
14690         (gst_matroska_mux_collected):
14691           Fix leaks and invalid memory access as reported by valgrind
14692
14693 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14694
14695         Patch by: Michal Benes <michal.benes@xeris.cz>
14696
14697         * check/Makefile.am:
14698         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14699         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
14700         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
14701           add a unit test for matroskamux
14702           fix the bugs that the unit test exposed
14703
14704 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
14705
14706         * gst/autodetect/gstautoaudiosink.c:
14707         (gst_auto_audio_sink_class_init),
14708         (gst_auto_audio_sink_change_state):
14709         * gst/autodetect/gstautovideosink.c:
14710         (gst_auto_video_sink_class_init),
14711         (gst_auto_video_sink_change_state):
14712           Fix state change function and use GST_DEBUG_FUNCPTR in
14713           class_init.
14714
14715 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14716
14717         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14718
14719         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
14720         (gst_ebml_write_reset), (gst_ebml_write_element_new):
14721         * gst/matroska/ebml-write.h:
14722         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14723           Set timestamps on outgoing ebml headers as well, so that the
14724           element after matroskamux can get the timestamp already when
14725           reading the first ebml element and doesn't have to wait for
14726           the actual data buffer for that (#320308).
14727           
14728 2005-10-31  Andy Wingo  <wingo@pobox.com>
14729
14730         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
14731         (gst_videomixer_pad_link): Kill some memleaks.
14732         (gst_videomixer_pad_get_property): Style fix.
14733         (gst_videomixer_pad_set_property): Style fix.
14734         (gst_videomixer_pad_init): Style fix.
14735         (gst_videomixer_update_queues): Kill memleak.
14736         (gst_videomixer_loop): Kill memleak.
14737         (gst_videomixer_collected): Kill memleak.
14738
14739 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
14740
14741         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
14742         gst_auparse_change_state:
14743         Just some cleanup.
14744
14745 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
14746
14747         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
14748         Add checks to GST_FLOW_NOT_LINKED for values returned
14749         from gst_pad_push.
14750         
14751 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14752
14753         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
14754         (gst_rtpg711dec_process):
14755         * gst/rtp/gstrtpgsmenc.c:
14756         Payloader now sets some default caps on the srcpad if caps on the sinkpad
14757         are never set. This is important for the g711 to work with burger's rtpbin
14758         element.
14759
14760 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
14761
14762         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
14763         (gst_speexenc_push_buffer):
14764         Add checks for return values from gst_pad_push and
14765         gst_pad_alloc_buffer.
14766
14767 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
14768
14769         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14770
14771         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
14772         (gst_matroska_demux_parse_info),
14773         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14774         (gst_matroska_demux_parse_cluster):
14775         * gst/matroska/matroska-ids.h:
14776         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
14777         (gst_matroska_mux_init), (gst_matroska_mux_start),
14778         (gst_matroska_mux_create_buffer_header),
14779         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
14780         (gst_matroska_mux_get_property):
14781         * gst/matroska/matroska-mux.h:
14782           Add SimpleBlock support to matroska demuxer and muxer (part of
14783           Matroska v2). (#319731)
14784
14785 2005-10-28  Wim Taymans  <wim@fluendo.com>
14786
14787         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
14788         (gst_jpeg_dec_change_state):
14789         * ext/jpeg/gstjpegdec.h:
14790         Cleanups. Don't create caps for every chain.
14791
14792 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
14793
14794         * gst/law/alaw-encode.c: (gst_alawenc_init),
14795         (alawenc_setcaps), (gst_alawenc_chain)
14796         * gst/law/alaw-encode.h:
14797         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
14798         (mulawenc_setcaps), (gst_mulawenc_chain)
14799         * gst/law/mulaw-encode.h:
14800         Set timestamp on buffer and it allows RTP G711 elements
14801         work properly.
14802
14803 2005-10-27  Wim Taymans  <wim@fluendo.com>
14804
14805         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
14806         Set correct format on oss instead of a silly value. 
14807
14808 2005-10-27  Julien MOUTTE  <julien@moutte.net>
14809
14810         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14811         (gst_video_box_transform_caps), (gst_video_box_set_caps),
14812         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
14813         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
14814         I420 rendering as well, doesn't bring much for my platform.
14815         Might help on some other platforms.
14816
14817 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
14818
14819         * gst/rtp/gstrtpgsmenc.c:
14820         * gst/rtp/gstrtpgsmparse.c:
14821         Declaring the padtemplate correctly.
14822
14823 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14824
14825         * gst/rtp/gstrtpg711dec.c:
14826         * gst/rtp/gstrtpg711enc.c:
14827         * gst/rtp/gstrtpgsmenc.c:
14828         * gst/rtp/gstrtpgsmparse.c:
14829         Setting the proper copyright notice.
14830
14831 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14832
14833         * gst/videobox/Makefile.am: Use liboil.
14834         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14835         (gst_video_box_set_property), (gst_video_box_transform_caps),
14836         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
14837         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
14838         using liboil. Will dot the same to I420 border generation
14839         tomorrow.
14840
14841 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14842
14843         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
14844         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
14845         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
14846         * gst/rtp/gstrtpg711dec.h:
14847         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
14848         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
14849         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
14850         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
14851         (gst_rtpgsmenc_handle_buffer):
14852         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
14853         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
14854         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
14855         * gst/rtp/gstrtpgsmparse.h:
14856         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
14857         inherits from the basertpdepayloader.
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): Removing this forgotten debug.
14864
14865 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14866
14867         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14868         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
14869         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
14870
14871 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
14872
14873         * sys/oss/gstossaudio.c:
14874         * sys/oss/gstossdmabuffer.c:
14875         * sys/oss/gstosshelper.c:
14876         * sys/oss/gstossmixer.c:
14877         * sys/oss/gstossmixerelement.c:
14878         * sys/oss/gstossmixertrack.c:
14879         * sys/oss/gstosssink.c:
14880         * sys/oss/gstosssrc.c:
14881           Actually use the 'oss' debug category we register.
14882
14883 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14884
14885         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
14886         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
14887         Use gst_pad_get_parent and drop the ref that was added through
14888         that call.
14889
14890 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14891
14892         * gst/rtp/gstrtpgsmenc.c:
14893           Fix compilation
14894
14895 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
14896
14897         * gst/rtp/gstrtpg711dec.c
14898         Just removed a couple of lines of weird code used during
14899         development/test time.
14900
14901 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
14902
14903         * gst/rtp/Makefile.am
14904         * gst/rtp/gstrtp.c
14905         * gst/rtp/gstrtpg711enc.c
14906         * gst/rtp/gstrtpg711enc.h
14907         * gst/rtp/gstrtpg711dec.c
14908         * gst/rtp/gstrtpg711dec.h
14909         Created G711 payloader and depayloader (it supports mulaw and alaw
14910         (dec)encoders)
14911
14912 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14913
14914         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14915         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
14916         Doh ! I introduced wingo's bug again ! Sorry...
14917
14918 2005-10-25  Christian Schaller <christian@fluendo.com> 
14919
14920         * gst/rtp/Makefile.am: add missing header files for disting
14921
14922 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
14923
14924         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
14925         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
14926         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
14927         (gst_rtpgsmenc_handle_buffer):
14928         * gst/rtp/gstrtpgsmenc.h:
14929         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
14930         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
14931         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
14932         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
14933         * gst/rtp/gstrtpgsmparse.h:
14934         Getting the GSM (de)payloader working and compatible with our plans for RTP.
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): Push
14940         a newsegment event, move some redundant code in a single place.
14941
14942 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14943
14944         * ext/libpng/gstpngdec.c: (user_info_callback),
14945         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
14946         hack to get correct colors order when we have a png image with
14947         alpha channel.
14948
14949 2005-10-24  Edward Hervey  <edward@fluendo.com>
14950
14951         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
14952         Call gst_element_no_more_pads when there will be no more pads.
14953
14954 2005-10-24  Wim Taymans  <wim@fluendo.com>
14955
14956         * gst/rtp/Makefile.am:
14957         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
14958         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
14959         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
14960         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
14961         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
14962         (gst_asteriskh263_plugin_init):
14963         * gst/rtp/gstasteriskh263.h:
14964         * gst/rtp/gstrtp.c: (plugin_init):
14965         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
14966         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
14967         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
14968         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
14969         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
14970         (gst_rtph263enc_plugin_init):
14971         * gst/rtp/gstrtph263enc.h:
14972         Added two new payloaders, an RFC 2190 payloader for h263 and
14973         a payload convertor for an asterisk server.
14974
14975 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
14976
14977         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
14978           Set bytes_per_sample correctly (is not always 4, but 
14979           depends on width and number of channels).
14980
14981 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
14982
14983         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
14984         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
14985         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
14986         (gst_flacenc_sink_event), (gst_flacenc_chain),
14987         (gst_flacenc_set_property), (gst_flacenc_get_property),
14988         (gst_flacenc_change_state):
14989         * ext/flac/gstflacenc.h:
14990           Fix seeking, so that flacenc can rewrite the header with the
14991           correct duration and amount of samples and all that at EOS;
14992           also set timestamps and granulepos on outgoing buffers; add
14993           debug category; fix state change function.
14994           
14995 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14996
14997         * gst/videomixer/videomixer.c: Don't restrict video geometry
14998         from 16 to 4096.
14999
15000 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15001
15002         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15003         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15004         Fix caps negotiation correctly, add debugging category.
15005
15006 2005-10-24  Christian Schaller  <christian@fluendo.com>
15007
15008         * configure.ac: Port over Thomas's change from base listing all plugins
15009
15010 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15011
15012         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
15013         a sink pad.
15014
15015 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15016
15017         * configure.ac:
15018         * docs/upload.mak:
15019           back to HEAD
15020
15021 === release 0.9.4 ===
15022
15023 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15024
15025         * configure.ac:
15026           Releasing 0.9.4, "Dromiceiomimus"
15027
15028 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
15029
15030         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
15031         (gst_speexenc_src_query):
15032           Add position and duration query, fix query type function.
15033           
15034         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15035         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15036           Let's not set non-fixed caps on source pads.
15037
15038 2005-10-21  Wim Taymans  <wim@fluendo.com>
15039
15040         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15041         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
15042         (gst_avi_demux_handle_seek):
15043         Set correct stream_time in newsegment event.
15044         avi can also handle a duration query now.
15045
15046 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
15047
15048         * gst/matroska/matroska-demux.c:
15049         (gst_matroska_demux_handle_src_query),
15050         (gst_matroska_demux_handle_seek_event),
15051         (gst_matroska_demux_loop_stream_parse_id):
15052           Fix duration query; fix basetime in newsegment event after
15053           seek; fix duration in initial newsegment event.
15054
15055         * gst/matroska/matroska-mux.c:
15056         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
15057           Extract number of channels and samplerate from vorbis headers;
15058           add some debug messages when querying the durations of the
15059           input streams.
15060
15061 2005-10-20  Wim Taymans  <wim@fluendo.com>
15062
15063         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15064         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15065         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15066         Set stream time correctly in newsegment.
15067
15068 2005-10-20  Wim Taymans  <wim@fluendo.com>
15069
15070         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15071         Correctly fill in the stream time.
15072
15073 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15074
15075         * check/elements/level.c: (GST_START_TEST):
15076         * gst/level/gstlevel.c: (gst_level_message_new):
15077         * gst/level/level-example.c: (message_handler):
15078           use ELEMENT messages instead
15079
15080 2005-10-19  Wim Taymans  <wim@fluendo.com>
15081
15082         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
15083         (gst_dvdemux_src_query):
15084         * ext/flac/gstflacdec.c: (gst_flacdec_length),
15085         (gst_flacdec_src_query):
15086         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
15087         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
15088         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
15089         * gst/debug/gstnavseek.c: (gst_navseek_seek):
15090         * gst/debug/progressreport.c: (gst_progress_report_report):
15091         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
15092         * gst/matroska/matroska-demux.c:
15093         (gst_matroska_demux_handle_src_query):
15094         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
15095         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15096         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15097         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15098         (gst_wavparse_srcpad_event):
15099         API change fix.
15100
15101 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
15102
15103         * gst/goom/filters.c:
15104         * gst/goom/graphic.h:
15105         * gst/goom/lines.c:
15106           Make inline functions either 'static inline' or 'extern inline',
15107           otherwise the Forte compiler apparently won't inline them (#317300).
15108
15109 2005-10-19  Julien MOUTTE  <julien@moutte.net>
15110
15111         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15112         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
15113         (user_info_callback), (user_endrow_callback), (user_end_callback),
15114         (user_read_data), (gst_pngdec_caps_create_and_set),
15115         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
15116         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
15117         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
15118         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
15119         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
15120         very nice and handle push/pull based model. if you have filesrc
15121         connected to it, it will do random access to load the png file.
15122         If you have a network source that can't do _getrange, it does 
15123         progressive loading through the chain function.
15124         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15125         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
15126         thanks to Master Wim Taymans ;-)
15127
15128 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
15129
15130         * gst/matroska/Makefile.am:
15131         * gst/matroska/ebml-read.c:
15132         * gst/matroska/ebml-read.h:
15133         * gst/matroska/matroska-demux.c:
15134         * gst/matroska/matroska-demux.h:
15135         * gst/matroska/matroska.c: (plugin_init):
15136           Ported matroska demuxer to 0.9.
15137
15138 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
15139
15140         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15141
15142         * gst/matroska/matroska-mux.c:
15143         (gst_matroska_mux_video_pad_setcaps),
15144         (gst_matroska_mux_audio_pad_setcaps):
15145           Fix mpeg4 input handling (#318847); also, while we're at it,
15146           fix media type for Motion-JPEG: should be image/jpeg.
15147
15148 2005-10-18  Wim Taymans  <wim@fluendo.com>
15149
15150         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15151         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15152         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15153         Fix for segment-start/stop API change.
15154
15155 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15156
15157         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15158         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
15159         way.
15160
15161 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15162
15163         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15164         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
15165         output declared in transform_caps.
15166
15167 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15168
15169         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
15170
15171 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15172
15173         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15174         (gst_video_box_get_unit_size): Fix wrong size calculations and
15175         implement get_unit_size correctly.
15176
15177 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15178
15179         * configure.ac:
15180           Enable flx plugin.
15181
15182         * gst/flx/gstflxdec.c: (flx_decode_chunks):
15183           Fix gcc4 signedness issue.
15184
15185 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15186
15187         * configure.ac: Adding videomixer.
15188         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15189         (user_read_data), (gst_pngdec_chain): More debugging.
15190         * gst/alpha/Makefile.am: Adding alphacolor
15191         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
15192         (gst_alpha_color_class_init), (gst_alpha_color_init),
15193         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
15194         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
15195         (plugin_init): Ported to 0.9 using in place base tranform.
15196         * gst/videomixer/Makefile.am:
15197         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15198         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
15199         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
15200         (gst_videomixer_pad_init), (gst_videomixer_class_init),
15201         (gst_videomixer_init), (gst_videomixer_getcaps),
15202         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
15203         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15204         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
15205         to 0.9 using collectpads.
15206
15207 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
15208
15209         * configure.ac:
15210         * gst/flx/Makefile.am:
15211         * gst/flx/gstflxdec.c: (gst_flxdec_init),
15212         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
15213         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
15214         * gst/flx/gstflxdec.h:
15215         flx plugin ported to 0.9
15216
15217 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15218
15219         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
15220           use new gst_version_string()
15221
15222 2005-10-16  Andy Wingo  <wingo@pobox.com>
15223
15224         * configure.ac: GLIB_CHECK.
15225
15226 2005-10-15  Julien MOUTTE  <julien@moutte.net>
15227
15228         * ext/libpng/Makefile.am:
15229         * ext/libpng/gstpng.c: (plugin_init):
15230         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15231         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
15232         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
15233
15234 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
15235
15236         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15237
15238         * configure.ac:
15239         * gst/matroska/Makefile.am:
15240         * gst/matroska/ebml-ids.h:
15241         * gst/matroska/ebml-write.c:
15242         * gst/matroska/ebml-write.h:
15243         * gst/matroska/matroska-ids.h:
15244         * gst/matroska/matroska-mux.c:
15245         * gst/matroska/matroska-mux.h:
15246         * gst/matroska/matroska.c: (plugin_init):
15247           Port matroska muxer to 0.9 (#318847).
15248
15249 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
15250
15251         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
15252         (comment_init), (comment_add):
15253           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
15254           use GST_READ_UINT32_LE() and friends rather than the private
15255           implementation of those same macros.
15256
15257 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
15258
15259         * examples/stats/mp2ogg.c:
15260           more typo fixes
15261
15262 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
15263
15264         * examples/indexing/indexmpeg.c: (main):
15265         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
15266         (gst_esdmon_close_audio), (gst_esdmon_change_state):
15267         * ext/esd/esdmon.h:
15268         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
15269         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
15270         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15271         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15272         * gst/avi/gstavimux.c: (gst_avimux_init):
15273         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
15274         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
15275         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
15276         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
15277         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
15278         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
15279         * gst/oldcore/gstmultifilesrc.h:
15280         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
15281         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
15282         (gst_pipefilter_change_state):
15283         * gst/oldcore/gstpipefilter.h:
15284         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
15285         * gst/videomixer/videomixer.c: (gst_videomixer_init):
15286         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
15287         * sys/osxaudio/gstosxaudiosink.h:
15288         * sys/osxaudio/gstosxaudiosrc.h:
15289           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
15290           moved bitshift from macro to enum definition
15291
15292 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15293
15294         * ext/Makefile.am:
15295         * ext/cairo/Makefile.am:
15296         * ext/cairo/gstcairo.c: (plugin_init):
15297         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
15298         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
15299         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
15300         * ext/cairo/gsttimeoverlay.h:
15301           update of cairo-based timeoverlay to 1.0 Cairo API
15302           doesn't work yet for resizing of output sink
15303
15304 2005-10-11  Wim Taymans  <wim@fluendo.com>
15305
15306         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
15307         newsegment API fix.
15308
15309 2005-10-11  Wim Taymans  <wim@fluendo.com>
15310
15311         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
15312         (gst_dvdemux_demux_frame):
15313         * ext/flac/gstflacdec.c: (gst_flacdec_write):
15314         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15315         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
15316         (gst_avi_demux_handle_seek):
15317         * gst/goom/gstgoom.c: (gst_goom_event):
15318         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
15319         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15320         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15321         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15322         (gst_wavparse_srcpad_event):
15323         newsegment API update.
15324
15325 2005-10-11  Andy Wingo  <wingo@pobox.com>
15326
15327         * ext/speex/gstspeexenc.c: Signedness cleanups.
15328
15329 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
15330
15331         * PORTED_09:
15332         * ext/speex/Makefile.am:
15333         * ext/speex/gstspeex.c:
15334         * ext/speex/gstspeexenc.c:
15335         Speexenc ported to 0.9
15336
15337 2005-10-10  Wim Taymans  <wim@fluendo.com>
15338
15339         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
15340         (gst_oss_sink_init), (gst_oss_sink_set_property),
15341         (gst_oss_sink_get_property), (gst_oss_sink_open),
15342         (gst_oss_sink_prepare), (gst_oss_sink_reset):
15343         * sys/oss/gstosssink.h:
15344         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
15345         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
15346         (gst_oss_src_prepare):
15347         Cleanups, make device configurable in the sink, handle and report
15348         errors.
15349
15350 2005-10-10  Wim Taymans  <wim@fluendo.com>
15351
15352         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
15353         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
15354         Make sure element is NULL before removing from the bin.
15355
15356 2005-10-07  Andy Wingo  <wingo@pobox.com>
15357
15358         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
15359         block forever in a read().
15360         (gst_dv1394src_bus_reset): Post a message when the cable is
15361         unplugged.
15362         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
15363         (gst_dv1394src_bus_reset): Don't unref the message.
15364
15365         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
15366         hacking. The only change should be that the state change stuff was
15367         put into basesrc's start() and stop() routines, which coalesces
15368         some steps.
15369
15370 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15371
15372         * configure.ac:
15373           Add check for mmap
15374           
15375         * gst/debug/Makefile.am:
15376           Only compile efence plugin on systems that have mmap.
15377
15378 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15379
15380         * gst/debug/Makefile.am:
15381         * gst/debug/breakmydata.c:
15382         * gst/debug/gstdebug.c:
15383         * gst/debug/gstnavigationtest.c:
15384         * gst/debug/gstnavseek.c: 
15385         * gst/debug/gstnavseek.h:
15386         * gst/debug/progressreport.c: 
15387         * gst/debug/testplugin.c:
15388           Port progressreport, navseek, navigationtest, testsink and
15389           breakmydata.
15390
15391 2005-10-05  Edward Hervey  <edward@fluendo.com>
15392
15393         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
15394         (gst_dvdemux_src_query):
15395         Fixes for better conversion
15396
15397 2005-10-04  Michael Smith <msmith@fluendo.com>
15398
15399         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
15400         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15401         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
15402         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
15403           Set state of elements to NULL before removing from bins.
15404           Set state of test element to NULL if we failed to move it to READY
15405
15406 2005-10-04  Edward Hervey  <edward@fluendo.com>
15407
15408         * ext/dv/Makefile.am:
15409         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
15410         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
15411         Corrected the query function for position so it doesn't forget what
15412         format was asked, and calls the conversion functions on the correct pad.
15413
15414 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15415
15416         * configure.ac:
15417           back to development
15418
15419 === release 0.9.3 ===
15420
15421 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15422
15423         * configure.ac:
15424           Releasing 0.9.3, "Aramis"
15425
15426 2005-10-03  Andy Wingo  <wingo@pobox.com>
15427
15428         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
15429         error returns.
15430
15431 2005-10-02  Andy Wingo  <wingo@pobox.com>
15432
15433         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
15434
15435         * ext/flac/gstflacenc.c: Ported to 0.9.
15436
15437         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
15438
15439         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
15440         and link to gsttagedit. Enable flacenc.
15441
15442         * ext/flac/gstflacdec.c: Re-enable tag reading.
15443
15444 2005-09-30  Wim Taymans  <wim@fluendo.com>
15445
15446         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15447         * gst/rtp/gstrtpgsmparse.c:
15448         * gst/rtp/gstrtph263penc.c:
15449         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15450         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15451         (gst_rtpmp4venc_set_property):
15452         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15453         Various class and caps fixes from Andre Magalhaes (andrunko)
15454
15455 2005-09-29  Wim Taymans  <wim@fluendo.com>
15456
15457         * gst/level/level-example.c: (main):
15458         Update for new bus API.
15459
15460 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15461
15462         * configure.ac:
15463           Fix unexpanded autoconf macro GST_DOC, which has been renamed
15464           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
15465
15466 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
15467
15468         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
15469           Fix playback of mono streams (bytes_per_sample should be set
15470           from the sample width and the number of channels negotiated,
15471           and not just be set to 4) (#317338)
15472
15473 2005-09-26  Wim Taymans  <wim@fluendo.com>
15474
15475         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
15476         (gst_rtpmpaenc_handle_buffer):
15477         Set buffer duration correctly.
15478
15479 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
15480
15481         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
15482         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
15483         (gst_avi_demux_change_state):
15484           Don't crash when encountering a stream with an unknown fourcc or
15485           codec id. Instead, create a pad of type video/x-avi-unknown or
15486           audio/x-avi-unknown, which as a side-effect also results in less
15487           confusing error messages in players ('no decoder' vs. 'no streams');
15488           minor fixes to state change function and class_init function.
15489
15490 2005-09-24  Wim Taymans  <wim@fluendo.com>
15491
15492         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15493         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15494         These are sinks.
15495
15496 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15497
15498         * check/elements/level.c: (GST_START_TEST):
15499           fix test for new GstClockTime use
15500         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
15501         (gst_level_transform_ip):
15502         * gst/level/gstlevel.h:
15503           fix up the decay peak, ensuring the decay peak is never lower
15504           than the peak for that interval
15505
15506 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15507
15508         * docs/plugins/gst-plugins-good-plugins.args:
15509         * docs/plugins/inspect/plugin-alpha.xml:
15510         * docs/plugins/inspect/plugin-rtp.xml:
15511         * gst/level/gstlevel.c: (gst_level_set_caps),
15512         (gst_level_transform_ip):
15513           updating docs
15514
15515 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15516
15517         * Makefile.am:
15518         * check/elements/level.c: (GST_START_TEST):
15519         * gst/level/Makefile.am:
15520         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
15521         (gst_level_set_property), (gst_level_get_property),
15522         (gst_level_set_caps), (gst_level_message_new),
15523         (gst_level_transform_ip):
15524         * gst/level/gstlevel.h:
15525         * gst/level/level-example.c: (message_handler), (main):
15526           convert to using GstClockTime for all time values, finally.
15527
15528 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15529
15530         * gst/auparse/Makefile.am:
15531         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15532           fix up build
15533         * configure.ac:
15534         * ext/cairo/Makefile.am:
15535         * ext/dv/Makefile.am:
15536         * ext/esd/Makefile.am:
15537         * ext/flac/Makefile.am:
15538         * ext/gconf/Makefile.am:
15539         * ext/gdk_pixbuf/Makefile.am:
15540         * ext/jpeg/Makefile.am:
15541         * ext/ladspa/Makefile.am:
15542         * ext/libcaca/Makefile.am:
15543         * ext/libmng/Makefile.am:
15544         * ext/libpng/Makefile.am:
15545         * ext/mikmod/Makefile.am:
15546         * ext/pango/Makefile.am:
15547         * ext/raw1394/Makefile.am:
15548         * ext/shout2/Makefile.am:
15549         * ext/speex/Makefile.am:
15550         * gst/alpha/Makefile.am:
15551         * gst/autodetect/Makefile.am:
15552         * gst/avi/Makefile.am:
15553         * gst/cutter/Makefile.am:
15554         * gst/debug/Makefile.am:
15555         * gst/effectv/Makefile.am:
15556         * gst/flx/Makefile.am:
15557         * gst/goom/Makefile.am:
15558         * gst/interleave/Makefile.am:
15559         * gst/law/Makefile.am:
15560         * gst/matroska/Makefile.am:
15561         * gst/median/Makefile.am:
15562         * gst/monoscope/Makefile.am:
15563         * gst/multipart/Makefile.am:
15564         * gst/oldcore/Makefile.am:
15565         * gst/rtp/Makefile.am:
15566         * gst/rtsp/Makefile.am:
15567         * gst/smoothwave/Makefile.am:
15568         * gst/smpte/Makefile.am:
15569         * gst/videobox/Makefile.am:
15570         * gst/videofilter/Makefile.am:
15571         * gst/videomixer/Makefile.am:
15572         * gst/wavenc/Makefile.am:
15573         * gst/wavparse/Makefile.am:
15574         * sys/oss/Makefile.am:
15575         * sys/osxaudio/Makefile.am:
15576         * sys/osxvideo/Makefile.am:
15577           fix up GST_LIBS use
15578
15579 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15580
15581         * gst/auparse/Makefile.am:
15582         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15583           fix build of auparse
15584
15585 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
15586
15587         * configure.ac:
15588         * PORTED_09:
15589         * gst/auparse/gstauparse.c:
15590         * gst/auparse/gstauparse.h:
15591         Auparse ported to 0.9.
15592
15593 2005-09-22  Wim Taymans  <wim@fluendo.com>
15594
15595         * gst/rtp/TODO:
15596         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
15597         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15598         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15599         (gst_rtpmp4venc_set_property):
15600         * gst/rtp/gstrtpmp4venc.h:
15601         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15602         * gst/rtp/gstrtpmpaenc.h:
15603         Use is_filled to both check MTU and max-ptime of base class.
15604
15605 2005-09-22  Wim Taymans  <wim@fluendo.com>
15606
15607         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15608         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15609         (gst_rtpmp4venc_set_property):
15610         Don't fragment packets with multiple frames.
15611
15612 2005-09-22  Wim Taymans  <wim@fluendo.com>
15613
15614         * gst/rtp/TODO:
15615         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15616         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15617         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
15618         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
15619         (gst_rtpmp4venc_get_property):
15620         * gst/rtp/gstrtpmp4venc.h:
15621         Remove g_print.
15622         Update TODO
15623         Make payload encoder a bit smarter and more correct with
15624         timestamps.
15625         Added option in payloader to include config string in-band.
15626
15627 2005-09-21  Wim Taymans  <wim@fluendo.com>
15628
15629         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15630         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15631         (gst_rtspsrc_send):
15632         Strip spaces for key/value pairs.
15633
15634 2005-09-21  Wim Taymans  <wim@fluendo.com>
15635
15636         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15637         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15638         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
15639         (gst_rtspsrc_change_state):
15640         More SDP parsing and caps setting.
15641         Do NO_PREROLL differently.
15642         add pads only after negotiated.
15643
15644         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
15645         (gst_udpsrc_getcaps):
15646         Implement the getcaps function.
15647
15648 2005-09-21  Wim Taymans  <wim@fluendo.com>
15649
15650         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
15651         (gst_rtpamrdec_chain):
15652         Handle multiple AMr packets per payload. Handle CRC and
15653         parse ILL/ILP.
15654
15655         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15656         Make caps params strings for easy SDP mapping.
15657         
15658         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
15659         Handle capsnego better.
15660
15661         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15662         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
15663         Generate and parse config string in the caps.
15664
15665 2005-09-21  Wim Taymans  <wim@fluendo.com>
15666
15667         * gst/rtp/README:
15668         Update README
15669
15670         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
15671         Make extra params as strings.
15672
15673         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
15674         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15675         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
15676         Make state change return NO_PREROLL as this is a live
15677         source.
15678
15679         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15680         Don't unref old caps when NULL.
15681
15682 2005-09-20  Wim Taymans  <wim@fluendo.com>
15683
15684         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
15685         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15686         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
15687         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
15688         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
15689         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
15690         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
15691         * gst/rtsp/sdpmessage.h:
15692         Add URI handler.
15693         Parse SDP and create caps.
15694
15695 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
15696
15697         * gst/alpha/gstalpha.c:
15698           fix element description
15699
15700 2005-09-19  Wim Taymans  <wim@fluendo.com>
15701
15702         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
15703         Don't check payload for now.
15704
15705 2005-09-19  Wim Taymans  <wim@fluendo.com>
15706
15707         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
15708         (gst_wavparse_init), (gst_wavparse_parse_file_header),
15709         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
15710         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15711         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15712         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
15713         (gst_wavparse_change_state):
15714         * gst/wavparse/gstwavparse.h:
15715         Fix wavparse some more.
15716
15717 2005-09-19  Wim Taymans  <wim@fluendo.com>
15718
15719         * check/elements/level.c: (GST_START_TEST):
15720         Fix for bus API change.
15721
15722 2005-09-19  Wim Taymans  <wim@fluendo.com>
15723
15724         * gst/level/level-example.c: (main):
15725         Fix for new bus API.
15726
15727         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15728         Set caps on pads.
15729
15730 2005-09-15  Wim Taymans  <wim@fluendo.com>
15731
15732         * gst/rtp/Makefile.am:
15733         * gst/rtp/README:
15734         * gst/rtp/gstrtp.c: (plugin_init):
15735         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
15736         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
15737         (gst_rtpamrdec_change_state):
15738         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
15739         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
15740         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
15741         * gst/rtp/gstrtpamrenc.h:
15742         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15743         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
15744         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
15745         * gst/rtp/gstrtpgsmenc.h:
15746         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
15747         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
15748         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
15749         (gst_rtpgsmparse_change_state):
15750         * gst/rtp/gstrtpgsmparse.h:
15751         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
15752         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
15753         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
15754         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
15755         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
15756         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
15757         * gst/rtp/gstrtph263penc.h:
15758         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
15759         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
15760         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
15761         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
15762         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
15763         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
15764         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
15765         * gst/rtp/gstrtpmp4venc.h:
15766         * gst/rtp/gstrtpmpadec.c:
15767         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
15768         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
15769         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
15770         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
15771         * gst/rtp/gstrtpmpaenc.h:
15772         Updates to payloader/depayloaders, make payloaders use
15773         the base classes.
15774         Updated README with suggested RTP caps and how to convert
15775         to/from SDP.
15776         Added config descriptor in mp4v payloader.
15777
15778 2005-09-15  Andy Wingo  <wingo@pobox.com>
15779
15780         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
15781         * gst/autodetect/gstautovideosink.c
15782         (gst_auto_video_sink_find_best): Update for new registry API.
15783
15784 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15785
15786         * common/c-to-xml.py:
15787         * common/gtk-doc-plugins.mak:
15788           a simple py script to generate valid xml from a C example
15789           probably also need to strip an MIT license when we decide
15790         * docs/plugins/Makefile.am:
15791         * gst/level/Makefile.am:
15792         * gst/level/gstlevel.c: (gst_level_init):
15793         * gst/level/level-example.c: (message_handler), (main):
15794           add an example to level that will show up in the docs
15795         * gst/rtp/TODO:
15796           add a note for the future
15797
15798 2005-09-14  Michael Smith <msmith@fluendo.com>
15799
15800         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
15801           Actually define the debug object being used in wavenc. Fixes #316205
15802
15803 2005-09-14  Michael Smith <msmith@fluendo.com>
15804
15805         * gst/smpte/Makefile.am:
15806           Link against GST_BASE_LIBS, to get it linked against libgstbase;
15807           needed to build on windows (bug 316204)
15808
15809 2005-09-12  Andy Wingo  <wingo@pobox.com>
15810
15811         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
15812
15813 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
15814
15815         * configure.ac:
15816         * gst/fdsrc/Makefile.am:
15817         * gst/fdsrc/gstfdsrc.c:
15818         * gst/fdsrc/gstfdsrc.h:
15819           Move fdsrc back into gstreamer core elements.
15820
15821         * gst/level/gstlevel.c: (gst_level_class_init),
15822         (gst_level_transform_ip):
15823         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
15824           Basetransform changes.
15825
15826 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15827
15828         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
15829         * ext/jpeg/smokecodec.c: (find_best_size):
15830           fix compiler warnings
15831
15832 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15833
15834         * gst-plugins-good.spec.in:
15835           spec file fixes
15836         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
15837         (gst_multiudpsink_render), (gst_multiudpsink_add),
15838         (gst_multiudpsink_clear):
15839           it actually helps to actually stream if we hook up the
15840           "add" signal to an actual implementation
15841         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
15842           some debugging
15843
15844 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
15845
15846         * ext/jpeg/Makefile.am:
15847         * ext/jpeg/gstjpeg.c
15848         * ext/jpeg/gstjpegenc.c:
15849         * ext/jpeg/gstsmokeenc.c:
15850
15851 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15852
15853         * ext/flac/gstflacdec.c:
15854         * ext/flac/gstflacenc.c:
15855         * ext/flac/gstflactag.c:
15856         * ext/speex/gstspeexenc.c:
15857           gsttaginterface.h -> gsttagsetter.h
15858
15859 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
15860
15861         * configure.ac:
15862         * gst/debug/Makefile.am:
15863         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
15864         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
15865         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
15866         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
15867         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
15868           Port to 0.9 and re-enable efence plugin.
15869
15870 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
15871
15872         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
15873         (gst_flacdec_write), (gst_flacdec_convert_src):
15874         * ext/flac/gstflacdec.h:
15875           Add support for flac files with 24/32 bits per sample; and misc.
15876           minor clean-ups. Seeking is still partly broken (for me at least).
15877
15878 2005-09-06  Wim Taymans  <wim@fluendo.com>
15879
15880         * gst/rtp/Makefile.am:
15881         * gst/rtp/gstrtp.c: (plugin_init):
15882         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
15883         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
15884         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
15885         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
15886         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
15887         (gst_rtpmp4vdec_plugin_init):
15888         * gst/rtp/gstrtpmp4vdec.h:
15889         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
15890         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
15891         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
15892         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
15893         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
15894         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
15895         * gst/rtp/gstrtpmp4venc.h:
15896         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
15897         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
15898         Added mpeg4 video payload encoder/decoder.
15899         Added some docs in mpa payloader.
15900
15901 === release 0.9.1 ===
15902
15903 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15904
15905         * NEWS:
15906         * README:
15907         * RELEASE:
15908         * autogen.sh:
15909         * configure.ac:
15910           releasing 0.9.1, "Blondie"
15911
15912 2005-09-05  Andy Wingo  <wingo@pobox.com>
15913
15914         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
15915         here from the state change handler, so we fire signals without
15916         holding the state lock.
15917
15918 2005-09-02  Andy Wingo  <wingo@pobox.com>
15919
15920         * All plugins updated for element state changes.
15921
15922 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15923
15924         * Makefile.am:
15925         * check/.cvsignore:
15926         * check/Makefile.am:
15927         * check/elements/.cvsignore:
15928         * check/elements/level.c: (setup_level), (cleanup_level),
15929         (GST_START_TEST), (level_suite), (main):
15930           add a test for level
15931         * common/release.mak:
15932           move the enum checking to release.mak
15933         * configure.ac:
15934           add valgrind and check checking
15935         * gst/level/gstlevel.c: (gst_level_transform):
15936         * gst/level/gstlevel.h:
15937           fix Andy's cast bug
15938           convert a field to int
15939           fix the arithmetic to int when checking for emit so that a
15940           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
15941
15942 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15943
15944         * Makefile.am:
15945         * configure.ac:
15946           add docs to build
15947         * common/plugins.xsl:
15948           wrap Description into a refsect2
15949         * docs/Makefile.am:
15950         * docs/plugins/Makefile.am:
15951         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15952         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15953         * gst/goom/Makefile.am:
15954         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
15955         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
15956         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
15957         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
15958         (gst_goom_change_state):
15959         * gst/goom/gstgoom.h:
15960           GstGOOM -> GstGoom
15961           add an example launch line
15962         * gst/level/gstlevel.h:
15963         * gst/monoscope/gstmonoscope.c:
15964           cleanups
15965
15966 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15967
15968         * configure.ac:
15969         * docs/plugins/Makefile.am:
15970         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15971         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15972         * docs/plugins/gst-plugins-good-plugins.types:
15973           document elements and plugins.  Shazam !
15974
15975 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15976
15977         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
15978           be found under doc/random/ChangeLog-0.8