Add a few libjpeg suppressions and initialize a variable to make smokeenc valgrind...
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
2
3         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
4         * tests/check/Makefile.am:
5         * tests/check/gst-plugins-good.supp:
6         Add a few libjpeg suppressions and initialize a variable to
7         make smokeenc valgrind clean. Fixes bug #515701.
8
9 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
10
11         * gst/avi/gstavidemux.c:
12         Revert patch which sends timestamps only on keyframes, as it
13         breaks playback with current gst-ffmpeg.
14
15         Fixes: #515562
16
17 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
18
19         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
20         * tests/check/elements/multifile.c: (GST_START_TEST):
21         Close some memory leaks spotted by the unit test. Fixes bug #515697.
22
23 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
24
25         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
26         Use and unset the GError when pipeline creation fails instead of
27         simply leaking it. Fixes bug #515704.
28
29 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
30
31         * gst/audiofx/audioamplify.c:
32         * gst/audiofx/audiochebband.c:
33         * gst/audiofx/audiocheblimit.c:
34         * gst/audiofx/audiodynamic.c:
35         * gst/audiofx/audioinvert.c:
36         * gst/audiofx/audiopanorama.c:
37         * gst/audiofx/audiowsincband.c:
38         * gst/audiofx/audiowsinclimit.c:
39         Fix long description of audiofx elements. Fixes bug #515457.
40
41 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
42
43         * docs/plugins/Makefile.am:
44         * gst/spectrum/gstspectrum.c:
45         * tests/examples/spectrum/.cvsignore:
46         * tests/examples/spectrum/Makefile.am:
47         * tests/examples/spectrum/spectrum-example.c:
48
49         Add a simple example application for the spectrum element, include it
50         in the docs, and fix some documentation ambiguities.
51
52         Fixes: #348085
53
54 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
55
56         * gst/equalizer/Makefile.am:
57         * gst/spectrum/Makefile.am:
58         Fix includes order
59
60         * tests/check/Makefile.am:
61         Exclude v4l2src from the states test - it takes too long to start.
62
63         * tests/check/elements/spectrum.c:
64         Make the test run properly with CK_FORK=no
65
66 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
67
68         * gst/audiofix/Makefile.am: add missing header files 
69
70 2008-02-08  Julien Moutte  <julien@fluendo.com>
71
72         * gst/matroska/matroska-demux.c:
73         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
74         keyframe and delta units correctly when dealign with a BlockGroup.
75         Fixes: #514397
76
77 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
78
79         * tests/check/elements/.cvsignore:
80         Spell the new tests correctly in .cvsignore
81
82 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
83
84         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
85           Need to use gsize here for the size, fixes compiler warning.
86
87         * tests/examples/equalizer/.cvsignore:
88         * tests/examples/equalizer/Makefile.am:
89         * tests/examples/spectrum/.cvsignore:
90         * tests/examples/spectrum/Makefile.am:
91           Add missing files to fix the build.
92
93 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
94
95         * configure.ac:
96         * docs/plugins/Makefile.am:
97         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
98         * docs/plugins/gst-plugins-good-plugins-sections.txt:
99         * docs/plugins/gst-plugins-good-plugins.args:
100         * docs/plugins/gst-plugins-good-plugins.hierarchy:
101         * docs/plugins/inspect/plugin-multifile.xml:
102         * tests/check/Makefile.am:
103         * tests/check/elements/.cvsignore:
104
105         Move multifile plugin from -bad.
106         Fixes: #490283
107
108 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
109
110         * configure.ac:
111         * docs/plugins/Makefile.am:
112         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
113         * docs/plugins/gst-plugins-good-plugins-sections.txt:
114         * docs/plugins/gst-plugins-good-plugins.args:
115         * docs/plugins/gst-plugins-good-plugins.hierarchy:
116         * docs/plugins/inspect/plugin-spectrum.xml:
117         * gst/spectrum/Makefile.am:
118         * tests/check/Makefile.am:
119         * tests/check/elements/.cvsignore:
120         * tests/examples/Makefile.am:
121
122         Move spectrum plugin from -bad.
123         Move examples into tests/examples/spectrum.
124
125 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
126
127         * configure.ac:
128         * docs/plugins/Makefile.am:
129         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
130         * docs/plugins/gst-plugins-good-plugins-sections.txt:
131         * docs/plugins/gst-plugins-good-plugins.args:
132         * docs/plugins/gst-plugins-good-plugins.hierarchy:
133         * docs/plugins/gst-plugins-good-plugins.interfaces:
134         * docs/plugins/inspect/plugin-equalizer.xml:
135         * gst/equalizer/Makefile.am:
136         * tests/check/Makefile.am:
137         * tests/examples/Makefile.am:
138         Move the equalizer plugin across from -bad
139
140         * tests/check/elements/.cvsignore:
141         Add equalizer, audiosincwband and audiosincwlimit
142
143         * tests/check/elements/equalizer.c:
144         Fix compiler warnings
145
146         Fixes: #415627
147
148 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
149
150         * configure.ac:
151         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
152         are treated like releases and build without it.
153
154 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
155
156         * docs/plugins/Makefile.am:
157         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
158         * docs/plugins/gst-plugins-good-plugins-sections.txt:
159         * docs/plugins/gst-plugins-good-plugins.args:
160         * docs/plugins/inspect/plugin-audiofx.xml:
161         * gst/audiofx/Makefile.am:
162         * gst/audiofx/audiofx.c:
163         * gst/audiofx/audiowsincband.c:
164         * gst/audiofx/audiowsincband.h:
165         * gst/audiofx/audiowsinclimit.c:
166         * gst/audiofx/audiowsinclimit.h:
167         * tests/check/Makefile.am:
168         * tests/check/elements/audiowsincband.c:
169         * tests/check/elements/audiowsinclimit.c:
170
171         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
172         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
173         respectively.
174
175         Fixes: #467666
176
177 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
178
179         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
180         * tests/check/elements/icydemux.c:
181           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
182           caps, and add a somewhat useful debug message. Plus test.
183
184 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
185
186         * gst/rtsp/gstrtspsrc.c:
187         Include unistd.h only if HAVE_UNISTD_H is defined
188         * win32/common/config.h.in:
189         * win32/common/config.h:
190         Define socklen_t as it seems it's not defined in default 
191         Visual Studio headers.
192         * win32/vs6/libgstalpha.dsp:
193         * win32/vs6/libgstapetag.dsp:
194         * win32/vs6/libgstavi.dsp:
195         * win32/vs6/libgstrtp.dsp:
196         * win32/vs6/libgstrtsp.dsp:
197         * win32/vs6/libgstvideomixer.dsp:
198         Update project file dependencies and add new source files       
199
200 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
201
202         Patch by: Bjarne Rosengren <bjarne at axis dot com>
203
204         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
205         Don't leak buffers when we don't push them downstream.
206         Fixes bug #514965.
207
208 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
209
210         * configure.ac:
211           Bump requirements to (good) released versions to avoid
212           confusion and make implicit core requirement explicit.
213
214 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
215
216         * docs/plugins/Makefile.am:
217         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
218         * docs/plugins/gst-plugins-good-plugins-sections.txt:
219         * docs/plugins/gst-plugins-good-plugins.args:
220         * docs/plugins/inspect/plugin-audiofx.xml:
221         * gst/audiofx/Makefile.am:
222         * gst/audiofx/audiochebband.c:
223         * gst/audiofx/audiochebband.h:
224         * gst/audiofx/audiocheblimit.c:
225         * gst/audiofx/audiocheblimit.h:
226         * gst/audiofx/audiochebyshevfreqband.c:
227         * gst/audiofx/audiochebyshevfreqband.h:
228         * gst/audiofx/audiochebyshevfreqlimit.c:
229         * gst/audiofx/audiochebyshevfreqlimit.h:
230         * gst/audiofx/audiofx.c:
231         * tests/check/Makefile.am:
232         * tests/check/elements/.cvsignore:
233         * tests/check/elements/audiochebband.c:
234         * tests/check/elements/audiocheblimit.c:
235         * tests/check/elements/audiochebyshevfreqband.c:
236         * tests/check/elements/audiochebyshevfreqlimit.c:
237
238         Rename audiochebyshevfreqband -> audiochebband and
239         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
240         surgery.
241
242         Closes: #491811
243
244 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
245
246         Patch by: orjan <orjanf at axis dot com>
247
248         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
249         Fix caps memory leak. Fixes #514573.
250
251 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
252
253         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
254         If there's no entries in the subindex, don't try to do anything stupid,
255         just return.
256
257 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
258
259         Patch by: John Millikin <jmillikin at gmail dot com>
260
261         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
262           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
263           Fix extraction of picture blocks with newer libflac versions again:
264           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
265
266 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
267
268         * tests/check/Makefile.am:
269           Add rtp-payloading test to VALGRIND_TO_FIX.
270
271         * tests/check/elements/rtp-payloading.c:
272           Add semicolons after GST_TEST_END so gst-indent gets the
273           formatting right; make test less verbose in general, but
274           more verbose in the error case (which should probably
275           make the test fail anyway).
276
277 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
278
279         * docs/plugins/Makefile.am:
280         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
281         * docs/plugins/gst-plugins-good-plugins-sections.txt:
282         * gst/avi/gstavisubtitle.c:
283         Add documentation for avisubtitle and change class to
284         Codec/Parser/Subtitle
285
286 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
287
288         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
289         Treat ENOTTY (driver does not implement ioctl) the same as
290         EINVAL since it implies there are no available standards.
291
292         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
293         (gst_v4l2src_get_nearest_size):
294         Replace gst_v4l2src_get_size_limits with 2 calls to new function
295         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
296         probe if the driver does not support VIDIOC_TRY_FMT for whatever
297         reason, and if we aren't yet actively capturing.
298
299         * sys/v4l2/v4l2src_calls.h:
300         Remove replaced function declaration.
301
302 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
303
304         * configure.ac:
305         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
306         API.
307
308 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
309
310         * configure.ac:
311         Fix typo.
312
313 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
314
315         * gst/alpha/Makefile.am:
316         * gst/alpha/gstalpha.c:
317
318         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
319         some stuff, and making buffer-alloc and resizing work automatically.
320         No longer crashes on odd frame widths and heights, although there
321         seems to be a disagreement with ffmpegcolorspace about what size
322         an AYUV frame with odd height should be.
323
324 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
325
326         Patch by: Alessandro Decina <alessandro at nnva dot org>
327
328         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
329         * ext/libpng/gstpngenc.h:
330         Preallocate the output buffer so that g_memdup() and
331         gst_buffer_merge() aren't needed anymore. This greatly improves
332         performances and fixes #512544.
333
334 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
335
336         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
337         (gst_avi_demux_stream_data):
338         GStreamer timestamps are PTS values while AVI only knows about DTS
339         timestamps. Make sure we only copy the DTS as the buffer timestamp when
340         we are dealing with a key frame.
341
342 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
343
344         * tests/check/Makefile.am:
345         * tests/check/elements/.cvsignore:
346         * tests/check/elements/rtp-payloading.c:
347           Add add testsuite for the rtp-payloader that tries simulating
348           dataflow. Needs more test data.
349
350 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
351
352         * tests/check/elements/alphacolor.c:
353           Remove two unused variables.
354
355 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
356
357         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
358           Use g_ascii_strtoll() instead of atoll, which is only
359           available in C99.
360
361 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
362
363         * gst/rtp/Makefile.am:
364         * gst/rtp/gstrtp.c:
365         * gst/rtp/gstrtpmpvpay.c:
366         * gst/rtp/gstrtpmpvpay.h:
367         Add MPEG2 video payloader
368
369 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
370
371         * gst/level/gstlevel.c:
372         Use #include <math.h> instead of #include "math.h".
373
374 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
375
376         * tests/check/Makefile.am:
377         Fix up some CFLAGS sets.
378         Don't include gconfvideosrc in the states test.
379
380         * tests/check/elements/autodetect.c: (GST_START_TEST):
381         Add some error strings to fail_unless arguments to fix some weird
382         compiler errors on Solaris.
383
384 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
385
386         * configure.ac:
387         Detect video4linux headers on Solaris too.
388         * sys/v4l2/gstv4l2colorbalance.h:
389         * sys/v4l2/gstv4l2object.h:
390         * sys/v4l2/v4l2_calls.c:
391         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
392         (gst_v4l2_buffer_new):
393
394         Make v4l2 build on Solaris.
395         Patch by: Brian Cameron  <brian.cameron at sun dot com>
396         Fixes: #510505
397
398 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
399
400         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
401           Update list from (still local) scanning script.
402
403 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
404
405         Based on a patch by:
406             Victor STINNER <victor dot stinner at haypocalc dot com>
407
408         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
409         Set variable to NULL after freeing it to prevent double frees
410         or make failures by another use of it afterwards more obvious
411         and fix use of it after the freeing. Fixes bug #510592.
412
413 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
414
415         * gst/udp/gstmultiudpsink.c:
416         use GST_WARNING for logging
417
418 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
419
420         * gst/udp/gstmultiudpsink.c:
421         Don't try to leave a multicast group with an invalid socket
422
423 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
424
425         * ext/flac/gstflacdec.c:
426           Fix compilation against flac 1.1.2 (as on debian stable), where
427           the picture metadata defines and structs don't exist yet.
428           Fixes #509301.
429
430 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
431
432         Patch by: Olivier Crete <tester at tester dot ca>
433
434         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
435         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
436         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
437         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
438         * gst/udp/gstmultiudpsink.h:
439         Add property to automatically join a multicast group or not. This can be
440         useful when sharing a socket between multiple elements.
441         Fixes #509531.
442
443 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
444
445         * gst/videomixer/Makefile.am:
446           Add controller flags.
447
448 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
449
450         * gst/videomixer/videomixer.c:
451           Also commit the missing gst_object_sync_values().
452
453 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
454
455         * docs/plugins/Makefile.am:
456           Remove duplicate entry.
457
458 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
459
460         * docs/plugins/Makefile.am:
461         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
462         * docs/plugins/gst-plugins-good-plugins-sections.txt:
463         * docs/plugins/inspect/plugin-gamma.xml:
464         * docs/plugins/inspect/plugin-monoscope.xml:
465         * docs/plugins/inspect/plugin-video4linux2.xml:
466           Add 3 more plugins to docs.
467
468 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
469
470         * docs/plugins/gst-plugins-good-plugins-sections.txt:
471         * sys/osxvideo/osxvideosink.h:
472           Revert previous change caused by a file that got stuck on an old
473           revision.
474
475 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
476
477         * docs/plugins/gst-plugins-good-plugins-sections.txt:
478         * gst/multipart/Makefile.am:
479         * gst/multipart/multipartdemux.c:
480         * gst/multipart/multipartdemux.h:
481         * gst/multipart/multipartmux.c:
482         * gst/multipart/multipartmux.h:
483           Re-add multipartdemux to the docs. Last round of section cleanup.
484
485 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
486
487         * docs/plugins/Makefile.am:
488         * docs/plugins/gst-plugins-good-plugins-sections.txt:
489         * sys/osxaudio/gstosxaudiosink.h:
490         * sys/osxvideo/osxvideosink.h:
491           Managed to resolve most unused declarations. Filed a bug for one left.          
492
493 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
494
495         * docs/plugins/gst-plugins-good-plugins-sections.txt:
496           Cleanup section file.
497
498 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
499
500         * docs/plugins/Makefile.am:
501         * docs/plugins/gst-plugins-good-plugins.args:
502         * docs/plugins/gst-plugins-good-plugins.signals:
503         * docs/plugins/inspect/plugin-alaw.xml:
504         * docs/plugins/inspect/plugin-alpha.xml:
505         * docs/plugins/inspect/plugin-alphacolor.xml:
506         * docs/plugins/inspect/plugin-annodex.xml:
507         * docs/plugins/inspect/plugin-apetag.xml:
508         * docs/plugins/inspect/plugin-audiofx.xml:
509         * docs/plugins/inspect/plugin-auparse.xml:
510         * docs/plugins/inspect/plugin-autodetect.xml:
511         * docs/plugins/inspect/plugin-avi.xml:
512         * docs/plugins/inspect/plugin-cairo.xml:
513         * docs/plugins/inspect/plugin-cdio.xml:
514         * docs/plugins/inspect/plugin-cutter.xml:
515         * docs/plugins/inspect/plugin-debug.xml:
516         * docs/plugins/inspect/plugin-dv.xml:
517         * docs/plugins/inspect/plugin-efence.xml:
518         * docs/plugins/inspect/plugin-effectv.xml:
519         * docs/plugins/inspect/plugin-flac.xml:
520         * docs/plugins/inspect/plugin-flxdec.xml:
521         * docs/plugins/inspect/plugin-gconfelements.xml:
522         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
523         * docs/plugins/inspect/plugin-goom.xml:
524         * docs/plugins/inspect/plugin-halelements.xml:
525         * docs/plugins/inspect/plugin-icydemux.xml:
526         * docs/plugins/inspect/plugin-id3demux.xml:
527         * docs/plugins/inspect/plugin-jpeg.xml:
528         * docs/plugins/inspect/plugin-ladspa.xml:
529         * docs/plugins/inspect/plugin-level.xml:
530         * docs/plugins/inspect/plugin-matroska.xml:
531         * docs/plugins/inspect/plugin-mulaw.xml:
532         * docs/plugins/inspect/plugin-multipart.xml:
533         * docs/plugins/inspect/plugin-navigationtest.xml:
534         * docs/plugins/inspect/plugin-png.xml:
535         * docs/plugins/inspect/plugin-quicktime.xml:
536         * docs/plugins/inspect/plugin-rtp.xml:
537         * docs/plugins/inspect/plugin-rtsp.xml:
538         * docs/plugins/inspect/plugin-shout2send.xml:
539         * docs/plugins/inspect/plugin-smpte.xml:
540         * docs/plugins/inspect/plugin-speex.xml:
541         * docs/plugins/inspect/plugin-taglib.xml:
542         * docs/plugins/inspect/plugin-udp.xml:
543         * docs/plugins/inspect/plugin-videobalance.xml:
544         * docs/plugins/inspect/plugin-videobox.xml:
545         * docs/plugins/inspect/plugin-videocrop.xml:
546         * docs/plugins/inspect/plugin-videoflip.xml:
547         * docs/plugins/inspect/plugin-videomixer.xml:
548         * docs/plugins/inspect/plugin-wavenc.xml:
549         * docs/plugins/inspect/plugin-wavpack.xml:
550         * docs/plugins/inspect/plugin-wavparse.xml:
551           Update plugin docs.
552
553         * gst/videomixer/Makefile.am:
554         * gst/videomixer/videomixer.c:
555         * gst/videomixer/videomixer.h:
556         * gst/videomixer/videomixerpad.h:
557           Split out header to fix warnings from the doc-build.
558
559 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
560
561         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
562
563         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
564         Use atoll to parse the rtptime with enough precision. Fixes #509329.
565
566 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
567
568         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
569         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
570           Initialise variables to work around (false) 'foo might be used
571           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
572
573 2008-01-11  David Schleef  <ds@schleef.org>
574
575         * docs/plugins/.cvsignore:
576         * tests/check/pipelines/.cvsignore:
577           Ignore more files for the buildbot.
578
579 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
580
581         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
582         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
583         Generate the image-type values correctly. Leave them out of the caps
584         when outputting a "preview image" tag, since it only makes sense
585         to have one of those - the type is irrelevant.
586
587         * sys/sunaudio/gstsunaudiomixerctrl.c:
588         (gst_sunaudiomixer_ctrl_open):
589         If we can, mark the mixer multiple open when we use it, in case
590         (for some reason) the process wants to open it again elsewhere.
591
592 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
593
594         Patch by: Olivier Crete <tester at tester dot ca>
595
596         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
597         * gst/rtp/gstrtptheorapay.c:
598         Fix the clock rate to 90000 as required by the RFC.
599         Fixes #508644.
600
601 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
602
603         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
604           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
605
606 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
607
608         * autogen.sh:
609           Add -Wno-portability to the automake parameters to stop warnings
610           about GNU make extensions being used. We require GNU make in almost
611           every Makefile anyway.
612           
613         * configure.ac:
614           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
615           at the same time is required for per target flags.
616
617 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
618
619         * gst/videomixer/videomixer.c: (gst_videomixer_init):
620         Fix error from my last commit.
621
622 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
623
624         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
625
626         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
627           Make sure the ISO 639-X language code in ID3v2 COMM frames
628           is actually valid UTF-8 (or rather: ASCII), so we don't end
629           up with non-UTF8 strings in tags if there's garbage in the
630           language field. Also make sure the language code is always
631           lower case. Fixes: #508291.
632
633 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
634
635         * ChangeLog:
636           Fix ChangeLog typo.
637
638 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
639
640         * Makefile.am:
641           Include lcov.mak to allow building coverage reports. Guard
642           check-torture target like in the other packages.
643
644 2008-01-09  Sameer Naik  <sameer@damagehead.com>
645
646         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
647
648         * gst/videomixer/videomixer.c:
649         (gst_videomixer_set_master_geometry), (_do_init),
650         (gst_videomixer_child_proxy_get_child_by_index),
651         (gst_videomixer_child_proxy_get_children_count),
652         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
653         (gst_videomixer_init), (gst_videomixer_request_new_pad),
654         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
655         Implement GstChildProxy interface.
656         Send newsegment at the right moment
657         Fixes #488879
658
659 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
660
661         * gst/alpha/Makefile.am:
662         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
663         (gst_alpha_sink_event), (gst_alpha_chain),
664         (gst_alpha_change_state), (plugin_init):
665         Make the various properties of 'alpha' controllable. This allows doing
666         niceties like fade-in/fade-out.
667
668 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
669
670         * gst/rtp/gstasteriskh263.c:
671         * gst/rtp/gstrtpL16depay.c:
672         * gst/rtp/gstrtpac3depay.c:
673         * gst/rtp/gstrtpamrpay.c:
674         * gst/rtp/gstrtpdepay.c:
675         * gst/rtp/gstrtpgsmdepay.c:
676         * gst/rtp/gstrtph263depay.c:
677         * gst/rtp/gstrtph263pdepay.c:
678         * gst/rtp/gstrtph263ppay.c:
679         * gst/rtp/gstrtph264depay.c:
680         * gst/rtp/gstrtph264pay.c:
681         * gst/rtp/gstrtpmp2tdepay.c:
682         * gst/rtp/gstrtpmp4adepay.c:
683         * gst/rtp/gstrtpmp4gdepay.c:
684         * gst/rtp/gstrtpmp4gpay.c:
685         * gst/rtp/gstrtpmp4vdepay.c:
686         * gst/rtp/gstrtpmpadepay.c:
687         * gst/rtp/gstrtpmpvdepay.c:
688         * gst/rtp/gstrtpsv3vdepay.c:
689         * gst/rtp/gstrtptheoradepay.c:
690         * gst/rtp/gstrtptheorapay.c:
691         * gst/rtp/gstrtpvorbisdepay.c:
692         * gst/rtp/gstrtpvorbispay.c:
693           Remove copy/paste unused code (property setters and getter) found by
694           the coverage suite (yay, saves ~20k on disk).
695
696 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
697
698         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
699           (videosink_templ):
700           Also fix up pad templates to indicate that image/jpeg doesn't
701           absolutely require the framerate property to be set (#504081).
702
703 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
704
705         Based on patch by: Wouter Cloetens  <wouter at mind be>
706
707         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
708           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
709           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
710         * gst/matroska/matroska-mux.h:
711           Keep track of first and last timestamps for each incoming stream,
712           so we can calculate the total duration for live sources and other
713           input where we can't query the duration from the start or where
714           there's no constant framerate from which we can deduce the
715           duration; also use calculated/observed duration if it is bigger
716           than the previously queried duration. Furthermore, use
717           gst_pad_query_peer_duration() and take into account that it may
718           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
719           screws up comparisons when using unsigned integers. Fixes #504081.
720
721 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
722
723         * configure.ac:
724         * gst/audiofx/audioamplify.c:
725         (gst_audio_amplify_clipping_method_get_type),
726         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
727         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
728         (gst_audio_dynamic_transform_ip):
729         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
730         (gst_audio_invert_transform_ip):
731         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
732         (gst_audio_panorama_transform):
733         * gst/level/gstlevel.c: (gst_level_init):
734         Make elements GST_BUFFER_FLAG_GAP aware and call
735         gst_base_transform_set_gap_aware for this.
736         Bump core requirement to CVS.
737         
738         * gst/audiofx/audiochebyshevfreqband.c:
739         (gst_audio_chebyshev_freq_band_transform_ip):
740         * gst/audiofx/audiochebyshevfreqlimit.c:
741         (gst_audio_chebyshev_freq_limit_transform_ip):
742         Also sync GObject properties to the controller if operating
743         in passthrough mode.
744
745 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
746
747         * sys/directdraw/gstdirectdrawsink.c:
748           (gst_directdraw_sink_window_thread):
749           FALSE is not a gpointer.
750
751 2008-01-05  Julien Moutte  <julien@fluendo.com>
752
753         * sys/directdraw/gstdirectdrawsink.c:
754         (gst_directdraw_sink_set_window_id),
755         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
756         (gst_directdraw_sink_buffer_alloc),
757         (gst_directdraw_sink_draw_borders),
758         (gst_directdraw_sink_show_frame),
759         (gst_directdraw_sink_setup_ddraw),
760         (gst_directdraw_sink_window_thread),
761         (gst_directdraw_sink_get_ddrawcaps),
762         (gst_directdraw_sink_surface_create): Make sure we create our
763         internal window only when we need it. That will give a chance to
764         the application to get the prepare-xwindow-id bus message. Draw
765         black borders when keeping aspect ratio. Handle the case where our
766         rendering window disappears (closed or errors) like other sinks
767         do. Various 80 columns fixes, improve state change order. That
768         element could need some more love.
769
770 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
771
772         * ext/taglib/gstapev2mux.h:
773         * ext/taglib/gstid3v2mux.h:
774         Remove useless typedefs without new type name. Fixes a warning with
775         gcc 4.3.
776
777 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
778
779         Patch by: John Millikin <jmillikin at gmail dot com>
780
781         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
782         (gst_flac_dec_setup_stream_decoder),
783         (gst_flac_normalize_picture_mime_type),
784         (gst_flac_extract_picture_buffer),
785         (gst_flac_dec_metadata_callback):
786         Emit metadata messages when a PICTURE block is encountered.
787         Fixes #506715.
788
789 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
790
791         * gst/avi/gstavi.c:
792         increase rank because no known issues anymore ...
793         * gst/avi/gstavisubtitle.c:
794         send subtitle name to the srcpad
795
796 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
797
798         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
799         * gst/rtsp/gstrtspsrc.h:
800         Implement redirect for the DESCRIBE reply. Fixes #506025.
801
802 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
803
804         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
805         Fix 'xyz may be used uninitialized' compiler warnings caused
806         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
807         abort() in any case but properly report the error.
808
809 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
810
811         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
812         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
813         * sys/ximage/gstximagesrc.c: (composite_pixel):
814           Fix 'xyz may be used uninitialized' compiler warnings caused
815           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
816           not really nice to abort in any case). Fixes #505745.
817
818 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
819
820         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
821           Small unit test fix (has no practical impact at the moment,
822           since we're only feeding utf8 and hence just create a sub-
823           buffer for the output).
824
825 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
826
827         * gst/avi/gstavisubtitle.c:
828         * tests/check/elements/avisubtitle.c:
829         Add seeking support for avi subtitle
830
831 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
832
833         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
834         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
835         (gst_flac_dec_write):
836         * ext/flac/gstflacdec.h:
837         Remove some unused vars.
838         Do more cleanup of leftover events and tags.
839         Output tags after the segment event. Fixes #504018.
840
841 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
842
843         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
844           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
845           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
846           Detect other UTF byte order markers and convert to UTF-8 as
847           appropriate.
848
849 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
850
851         * gst/avi/gstavisubtitle.c: (src_template),
852           (gst_avi_subtitle_extract_utf8_file),
853           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
854           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
855           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
856         * gst/avi/gstavisubtitle.h:
857           Refactor a bit; fix name extraction; don't assume all the data
858           in the chunk is actually subtitle data, there may be padding at
859           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
860           file so it's there to send again after a seek (for future use).
861
862 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
863
864         * gst/avi/Makefile.am:
865         * gst/avi/gstavi.c:
866         * gst/avi/gstavisubtitle.c:
867         * gst/avi/gstavisubtitle.h:
868         * tests/check/Makefile.am:
869         * tests/check/elements/avisubtitle.c:
870         * win32/common/config.h:
871                 Add avi subtitle element for bug #442034. Need seeking support
872                 and more support for character conversion.
873
874 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
875
876         * Makefile.am:
877           Include common/win32.mak for CRLF check of win32 project
878           files (see #393626).
879
880         * win32/vs6/libgstpng.dsp:
881           Fix line endings and do cvs admin -kb.
882
883 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
884
885         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
886         Actually drop the buffers which are outside the currently configured
887         segment instead of just emitting a WARNING.
888
889 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
890
891         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
892         (gst_flac_dec_write):
893         * ext/flac/gstflacdec.h:
894         Send segments from the streaming thread. Fixes #502187.
895         Fix segment seeking and a bunch of other seeking cases.
896
897 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
898
899         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
900           Parse WOAF frames and put the result into GST_TAG_CONTACT,
901           which is where it would end up if the same information was
902           put in a vorbis comment (don't think it's worth adding a
903           new URI tag for this). Fixes #488112.
904
905 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
906
907         * configure.ac:
908           We need core/base 0.10.15 or later.
909
910 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
911
912         Patch by: Mark Nauwelaerts <manauw skynet be>
913
914         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
915         Fix regression in stream numbering. Fixes #502655.
916
917 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
918
919         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
920
921         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
922         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
923         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
924         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
925         (gst_rtp_h264_pay_handle_buffer):
926         * gst/rtp/gstrtph264pay.h:
927         Use higher performance start-code searching.
928         Parse NALs and store SPS, PPS and profile in the caps so that they can
929         be used in the SDP. Fixes #502814.
930
931 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
932
933         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
934         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
935           Init some structs to zero before we pass them to ioctl, which
936           avoids valgrind warnings.  Also fix a small memory leak.
937
938 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
939
940         Patch by: Wouter Cloetens <wouter at mind dot be>
941
942         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
943         Copy timestamp from input to output. Not very perfect yet but better
944         than nothing. Fixes #503023.
945
946 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
947
948         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
949           Also print a useful error message with the old Wavpack API
950           if possible.
951
952 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
953
954         * ext/wavpack/gstwavpackdec.c:
955           More build fixes for old libwavpack versions: include config.h so
956           that WAVPACK_OLD_API is actually defined as detected; only use
957           WavpackGetErrorMessage if it is available. This fixes the build
958           on debian stable for me.
959
960 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
961
962         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
963         * ext/wavpack/gstwavpackparse.c:
964           (gst_wavpack_parse_create_src_pad):
965           Workaround the non-existance of WavpackGetChannelMask in Wavpack
966           versions below 4.40.0.
967
968 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
969
970         * configure.ac:
971           And now do it right for real...
972
973 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
974
975         * configure.ac:
976           Correctly reset $LIBS to not contain -lm.
977
978 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
979
980         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
981
982         * configure.ac:
983         * ext/cairo/gsttimeoverlay.c:
984           (gst_cairo_time_overlay_print_smpte_time):
985           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
986           and checking for rint() and implementing it ourself if it doesn't
987           exist. Fixes #497293.
988
989 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
990
991         * configure.ac:
992           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
993
994 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
995
996         * sys/oss/gstosshelper.c:
997         Verify that the format returned after the ioctl is the one
998         we requested. It is valid for the ioctl to succeed while
999         substituting an alternate 'supported' sample format.
1000
1001 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
1002
1003         * sys/oss/gstossaudio.c: (plugin_init):
1004         * sys/oss/gstosssink.c: (gst_oss_sink_open):
1005         * sys/oss/gstosssrc.c: (gst_oss_src_open):
1006           Post decent (and translated) error message when we can't
1007           open the audio device for some reason.
1008
1009 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
1010
1011         * sys/oss/gstosssink.c:
1012         * sys/oss/gstosssrc.c:
1013         Allow the AUDIODEV environment variable to redirect us
1014         to a different default OSS device, like sunaudiosink does
1015         on Solaris (makes audio play automatically on SunRays).
1016
1017 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
1018
1019         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
1020         * gst/audiofx/audiochebyshevfreqband.c:
1021         (gst_audio_chebyshev_freq_band_transform_ip):
1022         * gst/audiofx/audiochebyshevfreqlimit.c:
1023         (gst_audio_chebyshev_freq_limit_transform_ip):
1024         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
1025         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
1026         The transform_ip() methods should do nothing if in passthrough mode.
1027         It might get non-writable buffers in that case but the buffer might
1028         as well be writable.
1029
1030         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
1031         The transform() methods won't be called in passthrough mode and
1032         otherwise the buffer is always writable so don't check here.
1033
1034 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
1035
1036         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
1037           Fix seeking in .wav files again (#501775).  Some people seem to think
1038           they don't need to test their changes when they're just 'reflowing'
1039           some code.
1040
1041 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1042
1043         * gst/autodetect/gstautovideosink.c:
1044         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
1045         (gst_auto_video_sink_init),
1046         (gst_auto_video_sink_create_element_with_pretty_name),
1047         (gst_auto_video_sink_find_best),
1048         (gst_auto_video_sink_set_property),
1049         (gst_auto_video_sink_get_property):
1050         * gst/autodetect/gstautovideosink.h:
1051         Fix docs.
1052         Use same error reporting code as autoaudiosink.
1053         Add property to filter sinks based on caps. Only select raw video sinks
1054         by default for backwards compat.
1055         API: GstAutoVideoSink::filter-caps
1056
1057 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1058
1059         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1060
1061         * gst/autodetect/gstautoaudiosink.c:
1062         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
1063         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
1064         (gst_auto_audio_sink_set_property),
1065         (gst_auto_audio_sink_get_property):
1066         * gst/autodetect/gstautoaudiosink.h:
1067         Add property to filter sinks based on caps. Only select raw audio sinks
1068         by default for backwards compat.  Fixes #417420.
1069         API: GstAutoAudioSink::filter-caps
1070
1071 2007-11-29  Michael Smith <msmith@fluendo.com>
1072
1073         Patch by: Arek Korbik <arkadini@gmail.com>
1074
1075         * gst/videobox/gstvideobox.c: (plugin_init):
1076           Initialise liboil in plugin_init()
1077
1078 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
1079
1080         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
1081         Post error before sending EOS. Fixes #499178.
1082
1083 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
1084
1085         * win32/vs6/gst_plugins_good.dsw:
1086         * win32/vs6/libgstpng.dsp:
1087         Add a project file for libgstpng
1088
1089 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
1090
1091         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
1092         (gst_rtp_h263_depay_process):
1093         Code beautification.
1094         Added debug statements.
1095         Don't bit-shift everything, just do operations on last/first byte
1096         instead.
1097
1098 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
1099
1100         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
1101
1102         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
1103         Fix wrong comparison in overrun check. Fixes #499239 some more.
1104
1105 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
1106
1107         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
1108         (gst_rtp_h263_depay_process):
1109         * gst/rtp/gstrtph263depay.h:
1110         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
1111         stream.
1112
1113 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
1114
1115         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
1116
1117         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1118         (gst_rtp_mp4a_depay_process):
1119         * gst/rtp/gstrtpmp4adepay.h:
1120         Fix depayloading when multiple frames are inside one RTP packet.
1121         Fixes #499239.
1122
1123 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1124
1125         * gst/level/gstlevel.c:
1126           Add GAP-flag support.
1127
1128 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
1129
1130         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
1131         Read the I flag for Mode A h263 rtp stream and set the
1132         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
1133         Fixes #499383
1134
1135 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1136
1137         * gst/level/gstlevel.c:
1138           Remove some dead code and do cleanups.
1139
1140 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1141
1142         * tests/check/pipelines/simple-launch-lines.c:
1143           Improve the tests by allowing to set a target state.
1144
1145 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
1146
1147         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
1148         Don't check the caps of the output buffer if they're equal some
1149         other caps. The caps can change in a backward compatible way
1150         and did at this point.
1151
1152 2007-11-24  Julien MOUTTE  <julien@moutte.net>
1153
1154         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
1155         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
1156         (gst_qtdemux_seek_to_previous_keyframe),
1157         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
1158         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
1159         reverse playback support.
1160
1161 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1162
1163         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
1164         Also set the channel layout on the Wavpack caps if we're having
1165         a mono layout. Of course only do it for "audio/x-wavpack".
1166
1167 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1168
1169         * ext/wavpack/gstwavpackcommon.c:
1170         (gst_wavpack_get_default_channel_mask),
1171         (gst_wavpack_set_channel_layout),
1172         (gst_wavpack_get_default_channel_positions),
1173         (gst_wavpack_get_channel_mask_from_positions),
1174         (gst_wavpack_set_channel_mapping):
1175         * ext/wavpack/gstwavpackcommon.h:
1176         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
1177         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
1178         * ext/wavpack/gstwavpackdec.h:
1179         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1180         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
1181         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
1182         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
1183         (gst_wavpack_enc_rewrite_first_block),
1184         (gst_wavpack_enc_sink_event):
1185         * ext/wavpack/gstwavpackenc.h:
1186         * ext/wavpack/gstwavpackparse.c:
1187         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
1188         (gst_wavpack_parse_scan_to_find_sample),
1189         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
1190         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
1191         * ext/wavpack/gstwavpackparse.h:
1192         Add support for encoding, parsing and decoding multichannel
1193         files with up to 8 channels. This also improves the robustness
1194         of parsing quite a bit.
1195
1196         * ext/wavpack/gstwavpackstreamreader.c:
1197         (gst_wavpack_stream_reader_read_bytes),
1198         (gst_wavpack_stream_reader_get_pos),
1199         (gst_wavpack_stream_reader_set_pos_abs),
1200         (gst_wavpack_stream_reader_set_pos_rel),
1201         (gst_wavpack_stream_reader_push_back_byte),
1202         (gst_wavpack_stream_reader_get_length),
1203         (gst_wavpack_stream_reader_can_seek),
1204         (gst_wavpack_stream_reader_write_bytes):
1205         Improve debugging.
1206
1207 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1208
1209         * ext/libpng/gstpngdec.c:
1210         * ext/libpng/gstpngdec.h:
1211           Don't release the png-memory from within the callback.
1212
1213 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1214
1215         Patch by: René Stadler <mail at renestadler dot de>
1216
1217         * ext/libpng/gstpngenc.c:
1218           Don't leak buffer data memory. Fixes #498395.
1219
1220 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1221
1222         Patch by: René Stadler <mail at renestadler dot de>
1223
1224         * tests/check/pipelines/simple-launch-lines.c:
1225           Tests for #498395.
1226
1227 2007-11-20  Julien MOUTTE  <julien@moutte.net>
1228
1229         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
1230         (gst_tag_lib_mux_adjust_event_offsets):
1231         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
1232         * sys/osxaudio/Makefile.am:
1233         * sys/osxvideo/cocoawindow.h:
1234         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
1235
1236 2007-11-15  David Schleef  <ds@schleef.org>
1237
1238         * ext/cairo/gsttextoverlay.c:
1239           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
1240
1241 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1242
1243         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
1244
1245         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
1246         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
1247         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
1248         * gst/rtp/gstrtpmp2tpay.h:
1249         Fill the MTU with as many packets as possible. Fixes #491323.
1250
1251 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1252
1253         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1254
1255         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
1256         Fix some more leaks. Fixes #497007.
1257
1258 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1259
1260         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1261
1262         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
1263         (gst_rtspsrc_stream_configure_tcp):
1264         Fix 3 pad leaks. Fixes #496983.
1265
1266 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1267
1268         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1269
1270         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
1271         Fix small leak. Fixes #497017.
1272
1273 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1274
1275         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1276         (gst_qtdemux_prepare_current_sample),
1277         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
1278         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
1279         * gst/qtdemux/qtdemux_fourcc.h:
1280         * gst/qtdemux/qtdemux_types.c:
1281         Add suppport for theora in quicktime according to XiphQT.
1282
1283 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
1284
1285         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
1286         (gst_v4l2src_init), (gst_v4l2src_set_property),
1287         (gst_v4l2src_get_property):
1288         * sys/v4l2/gstv4l2src.h:
1289         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1290           Always copy buffers by default (handle safer with bugged drivers)
1291           and added a property to make it possible to use mmap effectively (no
1292           copy if possible) when application wants to. Fixes: #480557.
1293
1294 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1295
1296         * gst/id3demux/id3tags.c:
1297         * gst/id3demux/id3tags.h:
1298         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
1299           We don't want the same string multiple times in a tag list for the
1300           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
1301           this doesn't happen and remove special-case code for GST_TAG_GENRE.
1302
1303 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1304
1305         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
1306           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
1307           into ID3v2 TXXX frames (fixes #347848).
1308
1309 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1310
1311         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1312           Don't leak sdp message contents (fixes #496773).
1313
1314         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
1315           Don't leak URI string.
1316
1317 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1318
1319         Patch by: Julien Puydt <julien dot puydt at laposte net>
1320
1321         * ext/raw1394/Makefile.am:
1322         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
1323           (gst_1394_property_probe_get_properties),
1324           (gst_1394_property_probe_probe_property),
1325           (gst_1394_property_probe_needs_probe),
1326           (gst_1394_property_probe_get_values),
1327           (gst_1394_property_probe_interface_init),
1328           (gst_1394_type_add_property_probe_interface):
1329         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
1330         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
1331           (gst_dv1394src_init), (gst_dv1394src_dispose),
1332           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
1333           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
1334           (gst_dv1394src_update_device_name):
1335         * ext/raw1394/gstdv1394src.h:
1336           Implement GstPropertyProbe interface and add "device-name" property,
1337           so applications can use this to probe for available devices in the
1338           same way they can already with v4lsrc and v4l2src (however horrible
1339           this property probe interface may be). Fixes #358841.
1340
1341 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1342
1343         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1344
1345         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
1346           (gst_rtspsrc_parse_range):
1347           Don't leak event, don't leak range (fixes #496752).
1348
1349 2007-11-14  Michael Smith <msmith@fluendo.com>
1350
1351         Patch by: Arek Korbik <arkadini@gmail.com>
1352
1353         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
1354           Detect RGBA/BGRA correctly on little endian systems.
1355
1356 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1357
1358         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1359           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
1360           corresponding ioctl() call fails even though the driver claims to
1361           support this format, just fall back to the pre-2.6.19 kernel
1362           routine that creates caps with suitable height and width ranges
1363           (see #448278).
1364
1365 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1366
1367         Patch by: Mark Nauwelaerts <manauw skynet be>
1368
1369         * gst/matroska/matroska-demux.c:
1370           (gst_matroska_demux_push_dvd_clut_change_event),
1371           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1372           (gst_matroska_demux_subtitle_caps):
1373         * gst/matroska/matroska-ids.h:
1374           Extract palette data for dvd subpicture streams and send it
1375           downstream as custom gstreamer dvd event (fixes #453417).
1376
1377 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1378
1379         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
1380           Implement minimal parsing of the passed pango font description
1381           string, so passing a font size works the same as with the
1382           pango textoverlay plugin; fixes #455086.
1383           (Maybe we could just use pangocairo here at some point).
1384
1385 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1386
1387         * gst/avi/gstavidemux.c:
1388         * gst/wavparse/gstwavparse.c:
1389           Return the result in _activate_pull(). Don't ref element there.
1390
1391 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1392
1393         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
1394         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
1395         (gst_wavparse_srcpad_event):
1396           Ref the element when we should, but not when we its not needed. Reflow
1397           the event_handling to not leak the event.       
1398
1399 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
1400
1401         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1402         (qtdemux_parse_samples):
1403         Properly free QTDemuxSamples array.
1404         Protect table write with a sensible check, some files apparently DO contain
1405         stts values starting with 0 :(
1406
1407 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1408
1409         * gst/avi/gstavidemux.c:
1410         * gst/qtdemux/qtdemux.c:
1411           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
1412           previous commit messed up.
1413
1414 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1415
1416         * gst/avi/gstavidemux.c:
1417         * gst/qtdemux/qtdemux.c:
1418           Sync _handle_src_event() with oggdemux. In avidemux also ref the
1419           element when we should, but not when we its not needed.
1420
1421 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
1422
1423         * gst/wavparse/gstwavparse.c:
1424           Return FALSE if we can't handle a query instead of changing the
1425           format. Ignore fact when dealing with mpeg audio.
1426
1427 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1428
1429         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1430
1431         * configure.ac:
1432         * gst/udp/gstdynudpsink.c:
1433         * gst/udp/gstdynudpsink.h:
1434         * gst/udp/gstmultiudpsink.c:
1435         * gst/udp/gstmultiudpsink.h:
1436         * gst/udp/gstudpsink.c:
1437         * gst/udp/gstudpsink.h:
1438           Fix includes for MSVC and GLib-2.14.0 (#492388).
1439
1440         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
1441           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
1442
1443 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
1444
1445         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
1446         (gst_mulawdec_chain):
1447         * gst/law/mulaw-decode.h:
1448         Calculate outgoing buffer duration if incoming buffer didn't have a
1449         valid duration.
1450
1451 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
1452
1453         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
1454         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
1455         Smarter combine_flow code that also deals with downstream elements
1456         returning UNEXPECTED when they receive data out of the segment
1457         boundaries. Fixes #491305.
1458
1459 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1460
1461         * sys/v4l2/v4l2src_calls.c:
1462           Fix 'unused variable' compiler warning when compiling against
1463           older kernel headers.
1464
1465 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
1466
1467         * ext/taglib/gstid3v2mux.cc (add_funcs):
1468           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
1469
1470 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
1471
1472         * tests/check/pipelines/simple-launch-lines.c:
1473            Improve the tests a little more.
1474
1475 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
1476
1477         patch by: Yun Zheng Hu
1478
1479         * sys/osxaudio/gstosxaudiosrc.c:
1480         Use default input device instead of default output device and
1481         only memcpy actual available bytes.
1482
1483 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
1484
1485         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1486           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
1487           early. It is temporary until we find something better.
1488
1489 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1490
1491         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1492
1493         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
1494         Fix race when pausing a RTSP stream in interleaved.
1495         Fixes #475784.
1496
1497 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1498
1499         Patch by: Peter Kjellerstedt <pkj at axis com>
1500
1501         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
1502         Use correct unref function for buffers. #488844.
1503
1504 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
1505
1506         * gst/avi/gstavimux.c:
1507         * tests/check/elements/avimux.c:
1508           Add some debug and sync tests with the fix.     
1509
1510 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1511
1512         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1513
1514         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1515         When the socket is used by the app for other purposes, don't generate an
1516         error if there is activaty on the socket that is not data related.
1517         Fixes #487488.
1518
1519 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1520
1521         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
1522         (gst_v4l2src_grab_frame):
1523         Add some more debug info. Generate an error when we run out of buffers
1524         for some reason. See #480557.
1525
1526 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1527
1528         Patch by: Anders Skargren <anders dot skargren at axis dot com>
1529
1530         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
1531         Set marker bit correctly.
1532
1533 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
1534
1535         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1536         Use allowed name for the GstStructure.
1537
1538 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
1539
1540         * ext/gconf/gstswitchsink.c:
1541         * gst/autodetect/gstautoaudiosink.c:
1542           Use new gst_bus_pop_filtered().
1543
1544 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1545
1546         * sys/v4l2/gstv4l2src.c:
1547         * sys/v4l2/v4l2src_calls.c:
1548           When probing the formats and sizes a camera supports, make
1549           sure the best ones (highest resolution, prefered format)
1550           end up at the beginning of the probed caps and the less
1551           desirable ones at the end.  This is important because the
1552           order within the caps matters for things like fixation and
1553           negotiation, ie. what format is chosen in the end.
1554           With recent kernels, the current probing code will end up
1555           querying the supported sizes from lowest resolution to
1556           highest resolution, adding them to the probed caps in that
1557           order, resulting to v4l2src fixating to the lowest possible
1558           resolution if downstream does not express a size preference.
1559           Also make up a somewhat random ranking of prefered output
1560           formats for the same reason. Fixes #485828.
1561         
1562 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1563
1564         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
1565
1566         * gst/id3demux/id3v2frames.c:
1567           Extract license/copyright URIs from ID3v2 WCOP frames
1568           (Fixes #447000).
1569
1570         * tests/check/elements/id3demux.c:
1571         * tests/files/Makefile.am:
1572         * tests/files/id3-447000-wcop.tag:
1573           Add simple unit test.
1574
1575 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1576
1577         * ext/taglib/gstid3v2mux.cc:
1578           Add support for license/copyright URI tags (ID3v2 WCOP frame).
1579           Prerequisite for #447000.
1580
1581 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
1582
1583         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
1584         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
1585         a GstClockTime.
1586
1587 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1588
1589         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1590         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
1591         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
1592         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
1593         (gst_rtspsrc_change_state):
1594         More seeking fixes, mostly passing around the new playback segment in
1595         order to configure it properly.
1596         Also reset base_time of udp sources when setting them back to PLAYING as
1597         a temporary hack until core supports seek in live sources properly.
1598
1599 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1600
1601         * gst/rtp/gstrtpmp4adepay.c:
1602         Fix caps as to not confuse autopluggers.
1603
1604 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1605
1606         * gst/id3demux/gstid3demux.c:
1607         * gst/id3demux/gstid3demux.h:
1608         * gst/id3demux/id3tags.c:
1609         * gst/id3demux/id3tags.h:
1610         * gst/id3demux/id3v2frames.c:
1611           Port ID3 tag demuxer over to the new GstTagDemux in -base
1612           (now would be a good time to test re-importing your music
1613           collection).
1614
1615 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1616
1617         * gst/apetag/Makefile.am:
1618         * gst/apetag/gstapedemux.c:
1619         * gst/apetag/gstapedemux.h:
1620         * gst/apetag/gsttagdemux.c:
1621         * gst/apetag/gsttagdemux.h:
1622           Port APE tag demuxer over to the new GstTagDemux in -base.
1623
1624 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
1625
1626         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1627         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
1628         (gst_rtspsrc_handle_internal_src_query),
1629         (gst_rtspsrc_handle_src_query), (new_session_pad),
1630         (gst_rtspsrc_stream_configure_tcp),
1631         (gst_rtspsrc_stream_configure_transport),
1632         (gst_rtspsrc_loop_send_cmd):
1633         Improve flushing behaviour.
1634         Set state of the udp sources to PAUSE/PLAYING correctly.
1635         Handle events and queries for UDP and TCP transport now.
1636
1637 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1638
1639         * gst/rtp/gstrtpgsmdepay.c:
1640         * gst/rtp/gstrtpgsmpay.c:
1641           Add log category.
1642
1643 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1644
1645         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
1646
1647         * tests/check/Makefile.am:
1648         * tests/check/pipelines/simple-launch-lines.c:
1649           Add unit tests for payloaders/depayloaders.
1650
1651 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1652
1653         * gst/avi/gstavimux.c:
1654         * gst/avi/gstavimux.h:
1655           Also save codec data for audio streams. Fixes #482495.
1656
1657 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1658
1659         * gst/avi/gstavimux.c:
1660           Fix "Index entry has invalid stream nr 1".
1661           Add support for muxing aac - work in progress (see #482495).
1662
1663 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1664
1665         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
1666         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
1667         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1668         * gst/rtsp/gstrtspsrc.h:
1669         Parse bandwidth modifiers, they are not yet configured in the session
1670         manager because we don't have an API for that yet.
1671
1672 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1673
1674         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
1675         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1676         Use shiny new function in -base to get the default clock-rate.
1677         Update some docs.
1678
1679 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
1680
1681         * win32/MANIFEST:
1682         Add files to win32 manifest.
1683         * win32/vs6/libgstaudiofx.dsp:
1684         * win32/vs6/libgstqtdemux.dsp:
1685         * win32/vs6/libgstrtp.dsp:
1686         * win32/vs6/libgstrtsp.dsp:
1687         Update project files.
1688
1689 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
1690
1691         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
1692         (gst_rtspsrc_play):
1693         * gst/rtsp/gstrtspsrc.h:
1694         In TCP mode, only timestamp the first buffer. TCP is not real time and
1695         it does not make sense to try to skew compensate, also some servers send
1696         the first batch of data in a burst.
1697
1698 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
1699
1700         * gst/matroska/matroska-demux.c:
1701           Fix setting the discont flag on the first buffer
1702           pushed downstream for formats with private codec
1703           data that needs to be deserialised into buffers
1704           (such as vorbis and FLAC when in a matroska container).
1705
1706 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
1707
1708         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1709
1710         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
1711         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
1712         (gst_rtp_mp4v_pay_handle_buffer):
1713         * gst/rtp/gstrtpmp4vpay.h:
1714         Free the config string. Fixes #480707.
1715         Clean up the timestamp code a little.
1716
1717 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1718
1719         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1720         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
1721         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
1722         * gst/rtsp/gstrtspsrc.h:
1723         Set timestamps on RTP buffers in interleaved mode.
1724         Mark first buffers with a DISCONT.
1725         Remove flush hack now that sync for live sources has been figured out.
1726
1727 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1728
1729         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1730         Update documentation.
1731
1732 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1733
1734         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
1735         (gst_rtp_xqt_depay_change_state):
1736         * gst/qtdemux/gstrtpxqtdepay.h:
1737         Fail if we don't know the quicktime format.
1738
1739 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
1740
1741         * ext/flac/gstflacenc.c:
1742         * ext/flac/gstflacenc.h:
1743           Save the flow return from the last gst_pad_push() and
1744           make sure we pass the right flow return value upstream
1745           in the case of failure; minor clean-ups.
1746
1747 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1748
1749         * ext/taglib/gstapev2mux.cc:
1750         * ext/taglib/gstid3v2mux.cc:
1751         * gst/apetag/gstapedemux.c:
1752           Add support for the new GST_TAG_COMPOSER (#459809).
1753
1754 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1755
1756         * gst/law/alaw-decode.c:
1757         * gst/law/alaw-decode.h:
1758         * gst/law/alaw-encode.c:
1759         * gst/law/alaw-encode.h:
1760         * gst/law/alaw.c:
1761         * gst/law/mulaw-conversion.h:
1762           Compulsive clean-ups: use boilerplate macros, add debug
1763           categories, fix up things to conform to symbol nomenklatura,
1764           etc.
1765
1766 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1767
1768         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1769
1770         * gst/law/alaw-decode.c:
1771         * gst/law/alaw-encode.c:
1772           Use static tables for A-Law decoding and encoding; this makes
1773           A-Law decoding and encoding less CPU-intensive, but increases
1774           the binary size a bit. Leaving old code around for now,
1775           selectable by a define in the code. Fixes #435435.
1776
1777 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1778
1779         * configure.ac:
1780         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
1781         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
1782         in configure.ac.
1783
1784 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1785
1786         Patch by: <j at bootlab dot org>
1787
1788         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1789         Add fourccs for MPEG2 HDV streams. Fixes #479960.
1790
1791 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
1792
1793         * sys/oss/gstosshelper.c:
1794           Use GST_WARNING instead of a g_critical. This situation is not caused
1795           by the application.
1796
1797 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1798
1799         * po/LINGUAS:
1800         * po/nl.po:
1801           Updated translations.
1802
1803 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1804
1805         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
1806
1807         * po/eu.po:
1808           Added Basque translation.
1809
1810 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1811
1812         translated by: Abel Cheung <abelcheung@gmail.com>
1813
1814         * po/zh_HK.po:
1815         * po/zh_TW.po:
1816           Added Chinese (traditional and Hong Kong) translation.
1817
1818 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1819
1820         translated by: Jakub Bogusz <qboosh@pld-linux.org>
1821
1822         * po/pl.po:
1823           Added Polish translation.
1824
1825 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1826
1827         translated by: Ilkka Tuohela <hile@iki.fi>
1828
1829         * po/fi.po:
1830           Added Finnish translation.
1831
1832 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1833
1834         translated by: Jorge González González <aloriel@gmail.com>
1835
1836         * po/es.po:
1837           Added Spanish translation.
1838
1839 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1840
1841         translated by: Mogens Jaeger <mogens@jaeger.tf>
1842
1843         * po/da.po:
1844           Added Danish translation.
1845
1846 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1847
1848         translated by: Funda Wang <fundawang@linux.net.cn>
1849
1850         * po/zh_CN.po:
1851           Added Chinese (simplified) translation.
1852
1853 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1854
1855         translated by: Alexander Shopov <ash@contact.bg>
1856
1857         * po/bg.po:
1858           Added Bulgarian translation.
1859
1860 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
1861
1862         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
1863         Set outgoing packet duration because we can. Fixes #478244 some more.
1864
1865 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
1866
1867         * ext/cairo/gsttextoverlay.c:
1868           Add info about static leak.
1869         
1870         * tests/check/Makefile.am:
1871         * tests/check/generic/states.c:
1872           Improved state change unit test.
1873
1874 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
1875
1876         * docs/plugins/.cvsignore:
1877         * tests/check/.cvsignore:
1878           Ignore registries in any format.
1879
1880 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
1881
1882         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
1883         Removed some unused code.
1884
1885         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1886         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
1887         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
1888         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
1889         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
1890         (gst_rtp_theora_pay_flush_packet):
1891         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
1892         Try to preserve the incomming buffer duration on the outgoing
1893         packets. Fixes #478244.
1894
1895 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
1896
1897         * ext/taglib/gstapev2mux.cc:
1898         * ext/taglib/gstid3v2mux.cc:
1899           Work around compiler warnings with g++-4.2 when assigning a
1900           string constant to a gchar * (partially fixes #478092).
1901
1902 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
1903
1904         * configure.ac:
1905           We require core CVS now for gst_base_src_set_do_timestamp().
1906
1907 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1908
1909         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
1910         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1911         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
1912         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
1913         (gst_rtspsrc_handle_message):
1914         Fix compiler warnings shown with Forte.
1915
1916 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
1917
1918         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
1919         (gst_rtspsrc_dup_printf):
1920         Give meaningfull error when all streams failed to configure for some
1921         reason.
1922
1923 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
1924
1925         * gst/rtp/README:
1926         Update README with the design for synchronisation rules of RTP on
1927         sender and receiver.
1928
1929 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
1930
1931         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
1932         (gst_wavparse_chain):
1933         Don't push EOS from the chain function, the element
1934         driving the pipeline is responsible for this. The bug
1935         this was meant to fix seems to be queue not forwarding
1936         EOS in all cases (see #476514).
1937
1938 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
1939
1940         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
1941         (gst_level_transform_ip):
1942         * gst/level/gstlevel.h:
1943         Use basetransform segment so that it is correctly managed on flushes and
1944         start/stop.
1945         Report message timestamp as stream time, which is what an application
1946         can understand.
1947
1948 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
1949
1950         * ext/taglib/gstapev2mux.cc:
1951         * ext/taglib/gstapev2mux.h:
1952         * ext/taglib/gsttaglibmux.c:
1953         * tests/check/elements/apev2mux.c:
1954         Update my mail address.
1955
1956 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
1957
1958         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
1959         (gst_wavparse_loop), (gst_wavparse_chain):
1960         Add EOS logic for the push-based mode too. Fixes #476514.
1961
1962 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
1963
1964         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
1965         * gst/law/alaw-encode.h:
1966         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1967         (gst_mulawenc_chain):
1968         * gst/law/mulaw-encode.h:
1969         Fix law encoder timestamps.
1970
1971 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
1972
1973         * ext/gconf/gstgconfaudiosink.c:
1974           Fix warning when building without debug.
1975
1976         * sys/oss/gstossmixertrack.c:
1977           Use const like in alsamixertrack.c (fixes warnings).
1978
1979 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
1980
1981         * sys/v4l2/v4l2src_calls.c:
1982         (gst_v4l2src_probe_caps_for_format_and_size):
1983         Fix framerate detection code some more.
1984         Handle the case where there is a weird step in the stepwise framerates.
1985         Don't overwrite the min interval with the framerate, use a temp variable
1986         instead.
1987         Use max in the Continuous framerate intervals instead of step, which is
1988         1 according to the docs. Fixes #475424.
1989
1990 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
1991
1992         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
1993         Make udpsrc timestamp outgoing buffers based on when they were received.
1994         Also make it output a segment in time.
1995
1996 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
1997
1998         * gst/avi/gstavidemux.c:
1999           Plug a little leak. Little code cleanups.
2000
2001 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
2002
2003         * configure.ac:
2004           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
2005           flac versions, 's good for cross-compilation karma.
2006
2007 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
2008
2009         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
2010
2011         * gst/rtp/gstrtph263pay.c:
2012           Fix up header structure so that compilers don't add padding
2013           between the structure fields, since that would lead to us
2014           sending RTP packets with broken headers (as is currently the
2015           case when compiling with MSVC). Also see similar fixes in
2016           libgstrtp in gst-plugins-base. (#474616; #471194)
2017
2018 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
2019
2020         * sys/v4l2/v4l2src_calls.c:
2021         (gst_v4l2src_probe_caps_for_format_and_size):
2022         Don't overwrite our GValue with 0 but instead use the previously
2023         computed value. Fixes #471823 some more.
2024
2025 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2026
2027         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2028           No tabs in this file please, or gtk-doc will end up documenting
2029           rather absurd class hierarchies.
2030
2031 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2032
2033         * ext/gconf/gstswitchsink.c:
2034           If the new kid element fails to change state for some reason
2035           (e.g. esdsink not being able to connect to the sound server),
2036           forward the error message it posted on the bus instead of just
2037           posting a generic 'Internal state change error: please file a
2038           bug' error message. Fixes #471364.
2039
2040 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2041
2042         * gst/qtdemux/Makefile.am:
2043         * gst/qtdemux/qtdemux.c:
2044           Don't assume tags are encoded as UTF-8 (#473670).
2045
2046 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2047
2048         * sys/v4l2/gstv4l2src.c:
2049         * sys/v4l2/gstv4l2src.h:
2050         * sys/v4l2/v4l2src_calls.c:
2051           Implement LATENCY queries in the crudest way possible so I don't
2052           have to use sync=false any longer when testing with videosinks.
2053
2054 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2055
2056         * configure.ac:
2057           Fix build.
2058
2059 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2060
2061         * sys/v4l2/v4l2src_calls.c:
2062         (gst_v4l2src_probe_caps_for_format_and_size):
2063         Add some more debugging in the framerate function.
2064         Iterate stepwise framerate up to and _including_ the max and if nothing
2065         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
2066         don't end up with an empty list. Fixes #471823
2067
2068 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2069
2070         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2071         (gst_multiudpsink_set_clients_string),
2072         (gst_multiudpsink_get_clients_string),
2073         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
2074         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
2075         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
2076         (gst_multiudpsink_clear):
2077         Add property do configure destination address/port pairs
2078         API:GstMultiUDPSink::clients
2079
2080 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2081
2082         * tests/examples/Makefile.am:
2083         * tests/examples/rtp/Makefile.am:
2084         * tests/examples/rtp/client-H263p-AMR.sh:
2085         * tests/examples/rtp/client-H263p-PCMA.sdp:
2086         * tests/examples/rtp/client-H263p-PCMA.sh:
2087         * tests/examples/rtp/client-H264-PCMA.sdp:
2088         * tests/examples/rtp/client-H264-PCMA.sh:
2089         * tests/examples/rtp/client-PCMA.sh:
2090         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
2091         * tests/examples/rtp/server-alsasrc-PCMA.sh:
2092         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
2093         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2094         Added some RTP example scripts for sending and receiving RTP streams.
2095
2096 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2097
2098         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
2099         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
2100         Restructure the setcaps function so that we can also compute the
2101         expected GStreamer output size of the video frames.
2102         Set frame_byte_size correctly so that read-based devices have a chance
2103         of working correctly.
2104         When grabbing a frame, discard frames that are not of the expected size.
2105         Some cameras don't output the right framesize for the first buffer.
2106         Try only a couple of times to get a valid frame, else error out.
2107
2108         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
2109         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
2110         Add some more debug info when scanning the device.
2111
2112         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
2113         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
2114         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
2115         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
2116         Add some more debug info when dequeing a frame.
2117
2118 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2119
2120         * gst/wavparse/gstwavparse.c:
2121           More code cleanups. Add some more comment and improve debugs logs.
2122
2123 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2124
2125         * gst/wavparse/gstwavparse.c:
2126         * gst/wavparse/gstwavparse.h:
2127           Implement seek-query. Refactor duration calculations. Appropriate use
2128           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
2129           out of loops.
2130
2131 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
2132
2133         * gst/avi/gstavidemux.c:
2134           Implement seek-query.
2135
2136 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
2137
2138         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
2139         (gst_rtspsrc_dup_printf):
2140         Use new basesink async property to make sparse RTCP packet not wait for
2141         preroll.
2142
2143 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
2144
2145         * gst/audiofx/Makefile.am:
2146         Dist the right file.
2147
2148 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
2149
2150         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
2151         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
2152         Make sure we generate and parse floating point values in the POSIX
2153         locale instead of the current locale. 
2154
2155 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
2156
2157         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
2158         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
2159         (gst_rtspsrc_play):
2160         * gst/rtsp/gstrtspsrc.h:
2161         Fix method detection again.
2162         Keep track of when we must send a Range header.
2163         Use segment values for Range, Speed and Scale headers.
2164         Parse Speed and Scale headers to update the segment values.
2165
2166 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
2167
2168         patch by: Mark Nauwelaerts <manauw@skynet.be>
2169
2170         * sys/v4l2/v4l2src_calls.c:
2171           Handle optional v4l2 ioctls gracefully.
2172
2173 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
2174
2175         * gst/rtp/Makefile.am:
2176         * gst/rtp/gstrtp.c: (plugin_init):
2177         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
2178         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
2179         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
2180         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
2181         (gst_rtp_h263_depay_get_property),
2182         (gst_rtp_h263_depay_change_state),
2183         (gst_rtp_h263_depay_plugin_init):
2184         * gst/rtp/gstrtph263depay.h:
2185         Added an H263 depayloader. Fixes #369392.
2186
2187         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
2188         (gst_rtp_h263p_depay_process):
2189         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
2190         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
2191         Make the H263+ pay/depayloader support H263-1998 and H263-2000
2192         payloads.
2193         Also alow plain H263 on the h263p payloaders. Fixes #465040.
2194
2195 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2196
2197         * gst/audiofx/audiochebyshevfreqband.c:
2198         * gst/audiofx/audiochebyshevfreqlimit.c:
2199         Add small comparision with the windowed sinc filters in the docs.
2200
2201 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2202
2203         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
2204         (audiochebyshevfreqband_suite):
2205         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
2206         (audiochebyshevfreqlimit_suite):
2207         Also test 32 bit float mode and the type 2 variants of the filters.
2208
2209 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
2210
2211         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2212         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2213         (gst_rtspsrc_loop):
2214         Refactor the udp and interleaved loop function a bit.
2215
2216 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2217
2218         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2219         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
2220         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
2221         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2222         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2223         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
2224         * gst/rtsp/gstrtspsrc.h:
2225         Protect connection activity with a new lock, avoids deadlocks when going
2226         to PAUSED. Fixes #455808.
2227
2228 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2229
2230         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
2231         Fix debug statement.
2232
2233 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2234
2235         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
2236         Fix stray %u in debug line as spotted by Saur on IRC.
2237
2238 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
2239
2240         * gst/audiofx/audiochebyshevfreqband.c:
2241         (gst_audio_chebyshev_freq_band_class_init):
2242         * gst/audiofx/audiochebyshevfreqlimit.c:
2243         (gst_audio_chebyshev_freq_limit_class_init):
2244         Use generator macros for the process functions for the different
2245         sample types, add lower upper boundaries for the GObject properties
2246         so automatically generated UIs can use sliders and add a note about
2247         the number of poles as a too high number of poles combined with
2248         very low or very high frequencies will produce only noise.
2249         * docs/plugins/gst-plugins-good-plugins.args:
2250         Regenerated for the property changes.
2251
2252 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2253
2254         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
2255         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
2256         (gst_rtspsrc_stream_configure_udp_sink),
2257         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
2258         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2259         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2260         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
2261         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
2262         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2263         * gst/rtsp/gstrtspsrc.h:
2264         Improve timeout handling.
2265         Use the same socket for sending and receiving RTCP packets so that some
2266         servers can track clients better.
2267         Improve connection closed handling. Try to reconnect.
2268         Don't overwrite our content base with NULL.
2269         Improve debugging.
2270         Improve range parsing and handling.
2271         Remove flushing hack now that core does the right thing.
2272
2273 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2274
2275         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2276         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
2277         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
2278         (gst_multiudpsink_close), (gst_multiudpsink_add):
2279         * gst/udp/gstmultiudpsink.h:
2280         Add support for getting and setting the socket to use.
2281
2282         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2283         (gst_udpsrc_create), (gst_udpsrc_get_property):
2284         Add support for getting the currently used socket.
2285
2286 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
2287
2288         reviewed by: Stefan Kost  <ensonic@users.sf.net>
2289
2290         * gst/audiofx/Makefile.am:
2291         * gst/audiofx/audiochebyshevfreqband.c:
2292         (gst_audio_chebyshev_freq_band_mode_get_type),
2293         (gst_audio_chebyshev_freq_band_base_init),
2294         (gst_audio_chebyshev_freq_band_dispose),
2295         (gst_audio_chebyshev_freq_band_class_init),
2296         (gst_audio_chebyshev_freq_band_init),
2297         (generate_biquad_coefficients), (calculate_gain),
2298         (generate_coefficients),
2299         (gst_audio_chebyshev_freq_band_set_property),
2300         (gst_audio_chebyshev_freq_band_get_property),
2301         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
2302         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
2303         (gst_audio_chebyshev_freq_band_start):
2304         * gst/audiofx/audiochebyshevfreqband.h:
2305         * gst/audiofx/audiochebyshevfreqlimit.c:
2306         (gst_audio_chebyshev_freq_limit_mode_get_type),
2307         (gst_audio_chebyshev_freq_limit_base_init),
2308         (gst_audio_chebyshev_freq_limit_dispose),
2309         (gst_audio_chebyshev_freq_limit_class_init),
2310         (gst_audio_chebyshev_freq_limit_init),
2311         (generate_biquad_coefficients), (calculate_gain),
2312         (generate_coefficients),
2313         (gst_audio_chebyshev_freq_limit_set_property),
2314         (gst_audio_chebyshev_freq_limit_get_property),
2315         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
2316         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
2317         (gst_audio_chebyshev_freq_limit_start):
2318         * gst/audiofx/audiochebyshevfreqlimit.h:
2319         * gst/audiofx/audiofx.c: (plugin_init):
2320         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
2321         Fixes #464800.
2322
2323         * tests/check/Makefile.am:
2324         * tests/check/elements/.cvsignore:
2325         * tests/check/elements/audiochebyshevfreqband.c:
2326         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
2327         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
2328         * tests/check/elements/audiochebyshevfreqlimit.c:
2329         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
2330         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
2331         Add unit tests for the chebyshev filters.
2332
2333         * docs/plugins/Makefile.am:
2334         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2335         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2336         * docs/plugins/gst-plugins-good-plugins.args:
2337         * docs/plugins/inspect/plugin-1394.xml:
2338         * docs/plugins/inspect/plugin-audiofx.xml:
2339         * docs/plugins/inspect/plugin-dv.xml:
2340         * docs/plugins/inspect/plugin-flac.xml:
2341         * docs/plugins/inspect/plugin-jpeg.xml:
2342         * docs/plugins/inspect/plugin-png.xml:
2343         * docs/plugins/inspect/plugin-rtp.xml:
2344         * docs/plugins/inspect/plugin-shout2send.xml:
2345         * docs/plugins/inspect/plugin-wavpack.xml:
2346         And add docs for the chebyshev filters. While doing
2347         that also run make update in docs/plugins.
2348
2349 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2350
2351         * ext/annodex/gstcmmltag.c:
2352         * gst/rtp/gstrtpvorbispay.c:
2353           Make ro memory to share.
2354
2355 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2356
2357         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2358         Improve UDP performance by avoiding a select() when we have data
2359         available immediatly.
2360
2361 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2362
2363         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
2364         (gst_rtp_dec_class_init):
2365         * gst/rtsp/gstrtpdec.h:
2366         Add (dummy) SSRC management signals.
2367
2368         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
2369         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
2370         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
2371         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
2372         (on_timeout), (gst_rtspsrc_stream_configure_manager),
2373         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
2374         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2375         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2376         * gst/rtsp/gstrtspsrc.h:
2377         Add connection-speed property.
2378         Add find_stream helper functions.
2379         Handle stream EOS based on BYE messages or SSRC timeout.
2380         Returns SUCCESS from the state change function as we hide our async
2381         elements from the parent.
2382
2383 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2384
2385         * gst/debug/rndbuffersize.c:
2386           Fix da leak.
2387
2388 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
2389
2390         * gst/debug/Makefile.am:
2391         * gst/debug/breakmydata.c:
2392         * gst/debug/gstdebug.c:
2393         * gst/debug/negotiation.c:
2394         * gst/debug/progressreport.c:
2395         * gst/debug/rndbuffersize.c:
2396         * gst/debug/testplugin.c:
2397           Add new test element and clean-up the others a little.
2398
2399 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
2400
2401         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2402         Fix parsing of mp4a version 0 atoms. Fixes #465774.
2403
2404 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
2405
2406         * gst/rtp/gstrtpilbcdepay.c:
2407           Include stdlib.
2408
2409 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
2410
2411         * gst/rtp/gstrtpmpvdepay.c:
2412         Set the mpegversion in the caps so that autoplugging does not get
2413         confused.
2414
2415 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2416
2417         * po/hu.po:
2418         * po/uk.po:
2419         * po/vi.po:
2420           Updated translations.
2421
2422 2007-08-08  Michael Smith <msmith@fluendo.com>
2423
2424         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
2425           Render right border in the correct location.
2426
2427 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
2428
2429         Patch by: Olivier Crete <tester at tester dot ca>
2430
2431         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
2432         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2433         Make mode property a string. Fixes #464475.
2434
2435 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2436
2437         * ext/flac/gstflacenc.c:
2438           Widen caps to match decoder a bit and add more FIXMEs.
2439
2440 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2441
2442         patch by: Mark Nauwelaerts <manauw@skynet.be>
2443
2444         * gst/avi/gstavimux.c:
2445           Fix ODML index tag numbering. Fixes #463624.
2446
2447 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
2448
2449         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
2450         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2451         (gst_rtspsrc_stream_configure_tcp),
2452         (gst_rtspsrc_stream_configure_udp_sink):
2453         Fix default clock-rate for realmedia.
2454         Fix parsing of transport.
2455         Don't try to link NULL pads.
2456
2457 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
2458
2459         * po/POTFILES.skip:
2460           Add POTFILES.skip with list of source files that aren't disted at the
2461           moment but contain translatable strings. Should hopefully pacify
2462           broken tools and make it clearer that these files are left out
2463           intentionally (#461600).
2464
2465 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
2466
2467         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
2468         If the buffer was entirely clipped ... don't try sending it :)
2469
2470 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2471
2472         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
2473         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
2474         (gst_rtspsrc_create_transports_string),
2475         (gst_rtspsrc_prepare_transports):
2476         If we don't hav a session manager, set the caps on outgoing buffers
2477         ourselves.
2478         Force PAUSE/PLAY methods for now until the extensions can overwrite.
2479         Append final bit of the transport string even when it does not contain a
2480         placeholder.
2481
2482 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2483
2484         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
2485         (gst_rtsp_ext_list_connect):
2486         * gst/rtsp/gstrtspext.h:
2487         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2488         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
2489         Clean up the interface list.
2490         Allow connecting to interface signals for the extensions.
2491         Remove old extension code.
2492         Free list on cleanup.
2493         Allow extensions to send additional RTSP messages.
2494
2495 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2496
2497         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
2498         Handle a NULL gconf key gracefully by rendering the default element.
2499
2500 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2501
2502         * gst/rtsp/gstrtspext.h:
2503         Fix include path for extension interface.
2504
2505 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2506
2507         * gst/audiofx/audioamplify.h:
2508         Also remove a now unecessary variable here.
2509
2510 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2511
2512         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
2513         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
2514         * gst/audiofx/audiodynamic.c:
2515         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
2516         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
2517         * gst/audiofx/audiodynamic.h:
2518         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
2519         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
2520         * gst/audiofx/audioinvert.h:
2521         Don't save format information ourselves, this is already saved in
2522         GstAudioFilter.
2523
2524 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
2525
2526         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2527         (gst_rtsp_ext_list_stream_select):
2528         * gst/rtsp/gstrtspext.h:
2529         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
2530         Use rank to filter out extensions.
2531         Add url to stream_select interface call.
2532
2533 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2534
2535         * gst/rtsp/Makefile.am:
2536         * gst/rtsp/base64.c:
2537         * gst/rtsp/base64.h:
2538         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2539         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
2540         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
2541         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
2542         (gst_rtsp_ext_list_setup_media),
2543         (gst_rtsp_ext_list_configure_stream),
2544         (gst_rtsp_ext_list_get_transports),
2545         (gst_rtsp_ext_list_stream_select):
2546         * gst/rtsp/gstrtspext.h:
2547         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
2548         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
2549         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
2550         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2551         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
2552         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
2553         (gst_rtspsrc_stream_configure_tcp),
2554         (gst_rtspsrc_stream_configure_mcast),
2555         (gst_rtspsrc_stream_configure_udp),
2556         (gst_rtspsrc_stream_configure_udp_sink),
2557         (gst_rtspsrc_stream_configure_transport),
2558         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2559         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2560         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
2561         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
2562         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2563         (gst_rtspsrc_parse_methods),
2564         (gst_rtspsrc_create_transports_string),
2565         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
2566         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
2567         (gst_rtspsrc_play), (gst_rtspsrc_pause),
2568         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
2569         * gst/rtsp/gstrtspsrc.h:
2570         * gst/rtsp/rtsp.h:
2571         * gst/rtsp/rtspconnection.c:
2572         * gst/rtsp/rtspconnection.h:
2573         * gst/rtsp/rtspdefs.c:
2574         * gst/rtsp/rtspdefs.h:
2575         * gst/rtsp/rtspext.h:
2576         * gst/rtsp/rtspextwms.c:
2577         * gst/rtsp/rtspextwms.h:
2578         * gst/rtsp/rtspmessage.c:
2579         * gst/rtsp/rtspmessage.h:
2580         * gst/rtsp/rtsprange.c:
2581         * gst/rtsp/rtsprange.h:
2582         * gst/rtsp/rtsptransport.c:
2583         * gst/rtsp/rtsptransport.h:
2584         * gst/rtsp/rtspurl.c:
2585         * gst/rtsp/rtspurl.h:
2586         * gst/rtsp/sdp.h:
2587         * gst/rtsp/sdpmessage.c:
2588         * gst/rtsp/sdpmessage.h:
2589         * gst/rtsp/test.c:
2590         Use shiny new RTSP and SDP library.
2591         Implement RTSP extensions using the new interface.
2592         Remove a lot of old code.
2593
2594 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
2595
2596         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2597         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
2598
2599 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2600
2601         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2602         Don't unref the outgoing buffer twice when dropping it because it's
2603         outside of the segment.
2604
2605 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2606
2607         * configure.ac:
2608         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
2609         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
2610         Use the new buffer clipping function from gstaudio here and
2611         require gst-plugins-base CVS.
2612         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
2613         For framed Wavpack buffers we require a valid timestamp.
2614
2615 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
2616
2617         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
2618         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
2619         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
2620         Clip raw audio and video when we can, keep track of current output
2621         segment.
2622         Don't leak buffers and events when there is no output pad.
2623         Improve debugging here and there.
2624
2625 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
2626
2627         * configure.ac:
2628           Sync liboil check with plugins-base.
2629
2630 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
2631
2632         * ext/annodex/Makefile.am:
2633           Fix CFLAGS/LIBS.
2634
2635         * ext/cdio/gstcdiocddasrc.c:
2636         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
2637           Include stdlib
2638
2639         * ext/cairo/Makefile.am:
2640         * gst/videofilter/Makefile.am:
2641         * tests/examples/level/Makefile.am:
2642           Use $(LIBM) instead of -lm
2643
2644 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2645
2646         * sys/v4l2/gstv4l2src.c:
2647           Add another example pipeline.
2648
2649 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2650
2651         Patch by: Alexander Eichner <alexeichi@yahoo.de>
2652
2653         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2654           Use define here.
2655
2656         * sys/v4l2/gstv4l2tuner.c:
2657         (gst_v4l2_tuner_set_frequency_and_notify):
2658           Don't touch the property - its still disabled.
2659
2660         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
2661         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
2662         * sys/v4l2/v4l2src_calls.h:
2663           Improve fallback format negotionation. Fixes #451388
2664
2665 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2666
2667         * tests/check/elements/videocrop.c: (GST_START_TEST):
2668           Fix the test.
2669
2670 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2671
2672         * docs/plugins/Makefile.am:
2673         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2674         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2675         * docs/plugins/inspect/plugin-jpeg.xml:
2676         * docs/plugins/inspect/plugin-png.xml:
2677         * ext/jpeg/gstjpegdec.c:
2678         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
2679         (gst_pngdec_sink_setcaps):
2680           More docs. More logs in pngdec.
2681
2682 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
2683
2684         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2685           Initialize num_buffers with minimum value.
2686
2687         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
2688         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
2689           Handle frame-size query failure gracefully.
2690
2691 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
2692
2693         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2694         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
2695         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
2696         of qt/aac files.
2697
2698 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
2699
2700         * ext/wavpack/gstwavpackdec.c:
2701         (gst_wavpack_dec_clip_outgoing_buffer):
2702         Fix buffer clipping to correctly clip to the segment stop.
2703
2704 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
2705
2706         * configure.ac:
2707         * tests/Makefile.am:
2708         Remove bogus check for libcheck, since we check for
2709         gstreamer-check and it pulls in the required info from there,
2710         and we weren't actually _using_ the information for libcheck
2711         ourselves anyway.
2712
2713 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
2714
2715         * configure.ac:
2716           Use pkg-config to locate check.
2717
2718 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
2719
2720         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
2721         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
2722         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
2723         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2724         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
2725         * gst/effectv/gstaging.c: (gst_agingtv_transform):
2726         * gst/effectv/gstdice.c: (gst_dicetv_transform):
2727         * gst/effectv/gstedge.c: (gst_edgetv_transform):
2728         * gst/effectv/gstquark.c: (gst_quarktv_transform):
2729         * gst/effectv/gstrev.c: (gst_revtv_transform):
2730         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
2731         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
2732         * gst/effectv/gstwarp.c: (gst_warptv_transform):
2733         * gst/matroska/matroska-demux.c:
2734         (gst_matroska_demux_add_wvpk_header),
2735         (gst_matroska_demux_check_subtitle_buffer),
2736         (gst_matroska_decode_buffer):
2737         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
2738           Fix build against core CVS.
2739
2740 2007-07-10  Edward Hervey  <bilboed@gmail.com>
2741
2742         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
2743         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
2744         don't have enough granularity to convert that boolean into a
2745         GstFlowReturn.
2746
2747 2007-07-06  Michael Smith <msmith@fluendo.com>
2748
2749         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
2750         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
2751         (gst_alawdec_change_state):
2752         * gst/law/alaw-decode.h:
2753         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
2754         (gst_mulawdec_class_init), (gst_mulawdec_init),
2755         (gst_mulawdec_chain), (gst_mulawdec_change_state):
2756         * gst/law/mulaw-decode.h:
2757           Fix capsnego bogosity in *law decoders. 
2758
2759 2007-07-06  Michael Smith <msmith@fluendo.com>
2760
2761         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
2762         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
2763         (gst_smokeenc_change_state):
2764         * ext/jpeg/gstsmokeenc.h:
2765           Remove stupidity in get/set caps functions.
2766           Fix some refcounting problems.
2767
2768 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
2769
2770         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
2771         Remove endianness-flipping hack that seems to have been required
2772         only because of a bug in ffmpegcolorspace.
2773         Partially Fixes: #451908
2774
2775 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
2776
2777         * docs/plugins/Makefile.am:
2778           Simplify --extra-dir as gtkdoc scans recursively.
2779
2780 2007-07-03  Wim Taymans,,,  <set EMAIL_ADDRESS environment variable>
2781
2782         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2783
2784         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2785         Set the encoding-name in the rtp caps to all uppercase, as required by
2786         the caps spec.
2787         Some small cleanups in the error paths. Fixes #453037.
2788
2789 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
2790
2791         * ext/wavpack/gstwavpackparse.c:
2792         (gst_wavpack_parse_index_get_last_entry),
2793         (gst_wavpack_parse_index_get_entry_from_sample),
2794         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
2795         (gst_wavpack_parse_scan_to_find_sample):
2796         * ext/wavpack/gstwavpackparse.h:
2797         Use a GSList for the GArray that is used like a list anyway.
2798
2799 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
2800
2801         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
2802         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
2803         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
2804           Add state change function where we set 0/1 as default framerate in
2805           case our setcaps function isn't called, like it might not in a
2806           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
2807           gdkpixbufdec trying to create caps with a 0/0 framerate.
2808           Also post an error message on the bus if gst_pad_push() fails when
2809           called from our sink event handler (+1 for flow returns for event
2810           functions in 0.11) instead of failing silently.
2811
2812 2007-06-27  Wim Taymans  <wim@fluendo.com>
2813
2814         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
2815         Cast stack args to the proper types. Fixes #451249.
2816
2817 2007-06-27  Wim Taymans  <wim@fluendo.com>
2818
2819         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2820         (new_session_pad), (gst_rtspsrc_setup_streams):
2821         * gst/rtsp/gstrtspsrc.h:
2822         For container formats we only need to activate one of the streams so
2823         that we correctly signal no-more-pads. Fixes #451015.
2824
2825 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
2826
2827         * docs/plugins/gst-plugins-good-plugins.args:
2828         * docs/plugins/inspect/plugin-aasink.xml:
2829         * docs/plugins/inspect/plugin-alaw.xml:
2830         * docs/plugins/inspect/plugin-alpha.xml:
2831         * docs/plugins/inspect/plugin-alphacolor.xml:
2832         * docs/plugins/inspect/plugin-annodex.xml:
2833         * docs/plugins/inspect/plugin-apetag.xml:
2834         * docs/plugins/inspect/plugin-audiofx.xml:
2835         * docs/plugins/inspect/plugin-auparse.xml:
2836         * docs/plugins/inspect/plugin-autodetect.xml:
2837         * docs/plugins/inspect/plugin-avi.xml:
2838         * docs/plugins/inspect/plugin-cacasink.xml:
2839         * docs/plugins/inspect/plugin-cairo.xml:
2840         * docs/plugins/inspect/plugin-cdio.xml:
2841         * docs/plugins/inspect/plugin-cutter.xml:
2842         * docs/plugins/inspect/plugin-debug.xml:
2843         * docs/plugins/inspect/plugin-efence.xml:
2844         * docs/plugins/inspect/plugin-effectv.xml:
2845         * docs/plugins/inspect/plugin-esdsink.xml:
2846         * docs/plugins/inspect/plugin-flac.xml:
2847         * docs/plugins/inspect/plugin-flxdec.xml:
2848         * docs/plugins/inspect/plugin-gconfelements.xml:
2849         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2850         * docs/plugins/inspect/plugin-goom.xml:
2851         * docs/plugins/inspect/plugin-halelements.xml:
2852         * docs/plugins/inspect/plugin-icydemux.xml:
2853         * docs/plugins/inspect/plugin-id3demux.xml:
2854         * docs/plugins/inspect/plugin-jpeg.xml:
2855         * docs/plugins/inspect/plugin-ladspa.xml:
2856         * docs/plugins/inspect/plugin-level.xml:
2857         * docs/plugins/inspect/plugin-matroska.xml:
2858         * docs/plugins/inspect/plugin-mulaw.xml:
2859         * docs/plugins/inspect/plugin-multipart.xml:
2860         * docs/plugins/inspect/plugin-navigationtest.xml:
2861         * docs/plugins/inspect/plugin-ossaudio.xml:
2862         * docs/plugins/inspect/plugin-png.xml:
2863         * docs/plugins/inspect/plugin-quicktime.xml:
2864         * docs/plugins/inspect/plugin-rtp.xml:
2865         * docs/plugins/inspect/plugin-rtsp.xml:
2866         * docs/plugins/inspect/plugin-smpte.xml:
2867         * docs/plugins/inspect/plugin-speex.xml:
2868         * docs/plugins/inspect/plugin-taglib.xml:
2869         * docs/plugins/inspect/plugin-udp.xml:
2870         * docs/plugins/inspect/plugin-videobalance.xml:
2871         * docs/plugins/inspect/plugin-videobox.xml:
2872         * docs/plugins/inspect/plugin-videocrop.xml:
2873         * docs/plugins/inspect/plugin-videoflip.xml:
2874         * docs/plugins/inspect/plugin-videomixer.xml:
2875         * docs/plugins/inspect/plugin-wavenc.xml:
2876         * docs/plugins/inspect/plugin-wavparse.xml:
2877         * docs/plugins/inspect/plugin-ximagesrc.xml:
2878           Update docs with caps info.
2879
2880 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
2881
2882         * po/POTFILES.in:
2883           Add more files with translatable strings (#450878).
2884
2885 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
2886
2887         * MAINTAINERS:
2888         Updating all the maintainers files
2889
2890 2007-06-22  Edward Hervey  <edward@fluendo.com>
2891
2892         * ext/flac/gstflactag.c: (gst_flac_tag_init):
2893         * gst/interleave/deinterleave.c: (deinterleave_init),
2894         (deinterleave_sink_link):
2895         * gst/interleave/interleave.c: (interleave_init):
2896         * gst/median/gstmedian.c: (gst_median_init):
2897         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
2898         Fix memory leaks.
2899         * tests/check/elements/id3demux.c: (pad_added_cb):
2900         Remove unused variable.
2901
2902 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
2903
2904         * ext/gconf/gconf.h:
2905         Make the prototype of gst_gconf_get_key_for_sink_profile
2906         match the implementation.
2907         Patch by: Damien Carbery <damien dot carbery at sun dot com>
2908         Fixes: #449747
2909
2910 2007-06-20  Michael Smith <msmith@fluendo.com>
2911
2912         * gst/rtp/gstrtpdepay.c:
2913           Fix description - rtpdepay is not a payloader.
2914
2915 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
2916
2917         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
2918         (qtdemux_video_caps):
2919         * gst/qtdemux/qtdemux_fourcc.h:
2920           Add MJPG to the variants of motion jpeg.
2921
2922 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
2923
2924         * tests/check/Makefile.am:
2925         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
2926         * tests/check/elements/videocrop.c: (GST_START_TEST):
2927         * tests/check/elements/videofilter.c:
2928         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
2929         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
2930           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
2931           error flags are included and it errors out on compiler warnings
2932           for CVS builds; remove unused variables in various unit tests.
2933
2934 2007-06-19  Wim Taymans  <wim@fluendo.com>
2935
2936         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2937         (rtsp_connection_close), (rtsp_connection_free):
2938         Use threadsafe inet_ntop to convert an ip number to a string. 
2939         Fixes #447961.
2940         Don't leak fd (and ip) when freeing a connection without first closing
2941         it.
2942
2943 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
2944
2945         * configure.ac:
2946         Back to CVS
2947
2948         * gst-plugins-good.doap:
2949         Add 0.10.6 to the doap file.
2950
2951 === release 0.10.6 ===
2952
2953 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
2954
2955         * configure.ac:
2956           releasing 0.10.6, "Wobble Board"
2957
2958 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
2959
2960         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2961         (rtsp_connection_free):
2962           Revert previous commit again, since we are frozen (sorry).
2963
2964 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
2965
2966         Patch by: Peter Kjellerstedt <pkj at axis com>
2967
2968         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2969         (rtsp_connection_free):
2970           inet_ntoa() uses a static buffer internally, so we need to copy the
2971           returned string if we want to store it for later (#447961).
2972
2973 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
2974
2975         * win32/vs6/autogen.dsp:
2976         * win32/vs6/gst_plugins_good.dsw:
2977         * win32/vs6/libgstalaw.dsp:
2978         * win32/vs6/libgstalpha.dsp:
2979         * win32/vs6/libgstalphacolor.dsp:
2980         * win32/vs6/libgstapetag.dsp:
2981         * win32/vs6/libgstaudiofx.dsp:
2982         * win32/vs6/libgstauparse.dsp:
2983         * win32/vs6/libgstautodetect.dsp:
2984         * win32/vs6/libgstavi.dsp:
2985         * win32/vs6/libgstcutter.dsp:
2986         * win32/vs6/libgstdirectdraw.dsp:
2987         * win32/vs6/libgstdirectsound.dsp:
2988         * win32/vs6/libgsteffectv.dsp:
2989         * win32/vs6/libgstflx.dsp:
2990         * win32/vs6/libgstgoom.dsp:
2991         * win32/vs6/libgsticydemux.dsp:
2992         * win32/vs6/libgstid3demux.dsp:
2993         * win32/vs6/libgstinterleave.dsp:
2994         * win32/vs6/libgstjpeg.dsp:
2995         * win32/vs6/libgstlevel.dsp:
2996         * win32/vs6/libgstmatroska.dsp:
2997         * win32/vs6/libgstmedian.dsp:
2998         * win32/vs6/libgstmonoscope.dsp:
2999         * win32/vs6/libgstmulaw.dsp:
3000         * win32/vs6/libgstmultipart.dsp:
3001         * win32/vs6/libgstqtdemux.dsp:
3002         * win32/vs6/libgstrtp.dsp:
3003         * win32/vs6/libgstrtsp.dsp:
3004         * win32/vs6/libgstsmpte.dsp:
3005         * win32/vs6/libgstspeex.dsp:
3006         * win32/vs6/libgstudp.dsp:
3007         * win32/vs6/libgstvideobalance.dsp:
3008         * win32/vs6/libgstvideobox.dsp:
3009         * win32/vs6/libgstvideocrop.dsp:
3010         * win32/vs6/libgstvideoflip.dsp:
3011         * win32/vs6/libgstvideomixer.dsp:
3012         * win32/vs6/libgstwaveform.dsp:
3013         * win32/vs6/libgstwavenc.dsp:
3014         * win32/vs6/libgstwavparse.dsp:
3015         Mark *.dsp & *.dsw as binary files and convert to DOS line
3016         endings, as they don't load into VS6 correctly otherwise.
3017
3018 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3019
3020         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3021         (rtsp_connection_connect):
3022         Fix the MingW build. 
3023         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
3024         Fixes: #446981
3025
3026 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3027
3028         * tests/check/elements/.cvsignore:
3029         * tests/icles/.cvsignore:
3030         Hush the buildbots up
3031
3032 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3033
3034         * configure.ac:
3035         * sys/Makefile.am:
3036         * sys/directdraw/Makefile.am:
3037         * sys/directsound/Makefile.am:
3038         * sys/waveform/Makefile.am:
3039         Make sure to dist everything needed for win32 builds.
3040
3041 2007-06-14  Edward Hervey  <edward@fluendo.com>
3042
3043         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
3044         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
3045         caps.
3046         Fixes #447458
3047
3048 2007-06-13  Wim Taymans  <wim@fluendo.com>
3049
3050         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
3051         Make sure we allocate enough memory for the codec_data.
3052         Fixes #447210.
3053
3054 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
3055
3056         * win32/MANIFEST:
3057         Add videocrop project file to the win32 manifest.
3058         * win32/vs6/gst_plugins_good.dsw:
3059         Add qtdemux,videocrop and waveform projects to the workspace.
3060         * win32/vs6/libgstqtdemux.dsp:
3061         Add zlib to the link list of qtdemux.
3062         * win32/vs6/libgstvideocrop.dsp:
3063         Add a project file for videocrop.
3064
3065 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3066
3067         * po/POTFILES.in:
3068         Add qtdemux for translation
3069
3070 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3071
3072         * configure.ac:
3073         * docs/plugins/Makefile.am:
3074         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3075         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3076         * docs/plugins/inspect/plugin-videocrop.xml:
3077         * gst-plugins-good.spec.in:
3078         * sys/Makefile.am:
3079         * tests/check/Makefile.am:
3080         * tests/icles/Makefile.am:
3081         * tests/icles/videocrop-test.c:
3082         Move videocrop and osxvideo from -bad.
3083
3084 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3085
3086         * configure.ac:
3087         * docs/plugins/Makefile.am:
3088         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3089         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3090         * docs/plugins/gst-plugins-good-plugins.args:
3091         * docs/plugins/inspect/plugin-qtdemux.xml:
3092         * docs/plugins/inspect/plugin-quicktime.xml:
3093         * win32/MANIFEST:
3094         Move qtdemux from -bad.
3095
3096         * gst-plugins-good.spec.in:
3097         Update spec file to reflect moving of qtdemux and wavpack
3098
3099 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3100         
3101         * win32/MANIFEST:
3102         * docs/plugins/Makefile.am:
3103         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3104         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3105         * docs/plugins/inspect/plugin-directdraw.xml:
3106         * docs/plugins/inspect/plugin-directsound.xml:
3107         * docs/plugins/inspect/plugin-waveform.xml:
3108         Move the waveform plugin from -bad too. Update the inspect xml
3109         files to mention Plugins Good instead of Plugins Bad.
3110
3111 2007-06-12  Andy Wingo  <wingo@pobox.com>
3112
3113         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
3114         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
3115         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
3116         finalization and resuscitation. No longer public.
3117         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
3118         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
3119         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
3120         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
3121         miniobject semantics, and be threadsafe.
3122         (gst_v4l2src_queue_frame): Remove this function, as we just call
3123         the ioctls directly in the two places where we queue buffers.
3124         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
3125         directly.
3126         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
3127         to allocate the pool, which also preallocates the GstBuffers.
3128         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
3129         queueing the frames directly.
3130         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
3131         mmap buffers have been dequeued.
3132
3133         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
3134         real MiniObject instead of rolling our own refcounting and
3135         finalizing. Give it a lock.
3136         (struct _GstV4l2Buffer): Remove one intermediary object, having
3137         the buffers hold the struct v4l2_buffer directly.
3138
3139         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
3140         capture_init so that it can set them on the buffers that it will
3141         create.
3142         (gst_v4l2src_get_read): For better or for worse, include the
3143         timestamping and offsetting code here; really we should be using
3144         bufferalloc though.
3145         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
3146         preallocated, mmap'd buffers.
3147
3148 2007-06-11  Wim Taymans  <wim@fluendo.com>
3149
3150         Patch by: daniel fischer <dan at f3c dot com>
3151
3152         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
3153         (gst_ximage_src_get_caps):
3154         Actually use the display_name property so that we can dump any
3155         available X display. Fixes #445905.
3156
3157 2007-06-11  Wim Taymans  <wim@fluendo.com>
3158
3159         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3160
3161         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
3162         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
3163         Add missing rate fields to caps. Fixes #441118.
3164
3165 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
3166
3167         * win32/vs6/gst_plugins_good.dsw:
3168         * win32/vs8/gst-plugins-good.sln:
3169         Add DirectSound and DirectDraw sinks project files to
3170         workspace and solution files.
3171
3172 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3173
3174         Patch by: Josh Coalson <xflac at yahoo dot com>,
3175         updated by Alexis Ballier <aballier at gentoo dot org>:
3176
3177         * configure.ac:
3178         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
3179         (gst_flac_dec_setup_seekable_decoder),
3180         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
3181         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
3182         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
3183         * ext/flac/gstflacdec.h:
3184         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3185         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
3186         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
3187         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
3188         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
3189         (gst_flac_enc_chain), (gst_flac_enc_set_property),
3190         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
3191         * ext/flac/gstflacenc.h:
3192         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
3193         
3194 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3195
3196         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
3197         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
3198         not necessary anymore as we need at least that core version. 
3199
3200 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3201
3202         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3203         (gst_wavpack_dec_chain):
3204         * ext/wavpack/gstwavpackdec.h:
3205         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3206         (gst_wavpack_parse_push_buffer):
3207         * ext/wavpack/gstwavpackparse.h:
3208         Improve discont handling by checking if the next Wavpack block has
3209         the expected, following block index.
3210
3211 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3212
3213         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
3214           Fix element description.
3215
3216 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3217
3218         * configure.ac:
3219         * docs/plugins/Makefile.am:
3220         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3221         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3222         * docs/plugins/gst-plugins-good-plugins.args:
3223         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3224         * docs/plugins/gst-plugins-good-plugins.signals:
3225         * docs/plugins/inspect/plugin-autodetect.xml:
3226         * docs/plugins/inspect/plugin-gconfelements.xml:
3227         * docs/plugins/inspect/plugin-ladspa.xml:
3228         * docs/plugins/inspect/plugin-rtp.xml:
3229         * docs/plugins/inspect/plugin-wavpack.xml:
3230         * ext/Makefile.am:
3231         * tests/check/Makefile.am:
3232           move wavpack plugin.  See #352605.
3233
3234 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
3235
3236         * configure.ac:
3237         * docs/plugins/Makefile.am:
3238         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3239         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3240         * docs/plugins/gst-plugins-good-plugins.args:
3241         * sys/Makefile.am:
3242         * win32/MANIFEST:
3243         Add DirectDraw & DirectSound plugins to the build and docs.
3244
3245 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
3246
3247         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
3248         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
3249           When operating in pull mode, error out correct on not-linked.
3250
3251 2007-06-06  Andy Wingo  <wingo@pobox.com>
3252
3253         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
3254         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
3255         format and size if the ioctls are defined; should fix compilation
3256         on Linux < 2.16.19.
3257
3258 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
3259
3260         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
3261           Printf fixes in debug statements; use LOG level for debug statements
3262           that are printed for each and every frame; convert c++ comments to
3263           C-style comments; not much point using g_try_malloc() if we then not
3264           even check the return value.
3265
3266 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
3267
3268         * configure.ac:
3269           Bump requirements to released versions (core and base 0.10.13).
3270
3271         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
3272           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
3273           own implementation.
3274
3275 2007-06-05  Andy Wingo  <wingo@pobox.com>
3276
3277         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
3278         some useless comments.
3279
3280         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
3281         frames before calling STREAMON, that might leave them in a state
3282         where they can't be dequeued if we go back to NULL without calling
3283         STREAMON, according to the docs.
3284         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
3285         before we call STREAMON.
3286         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
3287         failures. (For me this code hung.) The pool refcounting is still
3288         crack; added a note to that effect.
3289
3290 2007-06-05  Wim Taymans  <wim@fluendo.com>
3291
3292         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
3293         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
3294         Add support for mapping gst structure names to the MIME type equivalent.
3295         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
3296
3297 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3298
3299         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3300         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
3301         (gst_wavenc_chain), (gst_wavenc_change_state):
3302         * gst/wavenc/gstwavenc.h:
3303         Properly write wav files with width!=depth by having the depth most
3304         significant bytes set and all others zero. Fixes #442535.
3305
3306 2007-06-01  Wim Taymans  <wim@fluendo.com>
3307
3308         * gst/rtsp/rtspconnection.c:
3309         Add include to make buildbot happy.
3310
3311 2007-06-01  Wim Taymans  <wim@fluendo.com>
3312
3313         Patch by: Peter Kjellerstedt  <pkj at axis com>
3314
3315         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3316         (rtsp_connection_connect), (add_date_header),
3317         (rtsp_connection_send), (parse_response_status),
3318         (parse_request_line), (parse_line), (rtsp_connection_receive):
3319         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
3320         * gst/rtsp/rtspdefs.h:
3321         * gst/rtsp/rtspmessage.c: (key_value_foreach),
3322         (rtsp_message_init_request), (rtsp_message_init_response),
3323         (rtsp_message_remove_header), (rtsp_message_append_headers),
3324         (rtsp_message_dump):
3325         * gst/rtsp/rtspmessage.h:
3326         Improves version checking, allowing an RTSP server to reply with "505
3327         RTSP Version not supported.
3328         Adds a Date header to all messages.
3329         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
3330         want to be able to send a response even if something in the request was
3331         invalid. EINVAL is only used when passing wrong arguments to functions.
3332         Do not handle an invalid method in parse_request_line(). Defer this to
3333         the caller so it can respond with "405 Method Not Allowed".
3334         Improves parsing of the timeout parameter to the Session header,
3335         allowing whitespace after the semicolon. 
3336         Avoids a compiler warning due to variables shadowing a function argument.
3337
3338 2007-06-01  Wim Taymans  <wim@fluendo.com>
3339
3340         Based on Patch by: Daniel Charles <dcharles at ti dot com>
3341
3342         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
3343         (gst_rtp_amr_depay_process):
3344         * gst/rtp/gstrtpamrdepay.h:
3345         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
3346         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
3347         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
3348         * gst/rtp/gstrtpamrpay.h:
3349         Add support for AMR-WB.
3350         Small cleanups such as using BOILERPLATE.
3351
3352 2007-05-31  Wim Taymans  <wim@fluendo.com>
3353
3354         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
3355         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
3356
3357 2007-05-30  Andy Wingo  <wingo@pobox.com>
3358
3359         * sys/v4l2/gstv4l2object.h: 
3360         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
3361         unintended changes.
3362
3363         * sys/v4l2/v4l2src_calls.h: 
3364         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
3365         the format list in the order that the driver gives it to us.
3366         (gst_v4l2src_probe_caps_for_format_and_size)
3367         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
3368         based on the capabilities of the device.
3369         (gst_v4l2src_grab_frame): Update for object variable renaming.
3370         (gst_v4l2src_set_capture): Update to be strict in its parameters,
3371         as in the set_caps below.
3372         (gst_v4l2src_capture_init): Update for object variable renaming,
3373         and reflow.
3374         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
3375         (gst_v4l2src_capture_deinit): Update for object variable renaming.
3376         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
3377         (gst_v4l2src_get_fps): Remove; these functions don't have much
3378         meaning outside of an atomic set_caps method.
3379         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
3380         known.
3381
3382         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
3383         call to update_fps; not sure about this change.
3384         (gst_v4l2_tuner_set_norm): Work around the fact that for the
3385         moment we don't have an update_fps_func.
3386
3387         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
3388         structures in the object, just store what we need. Do store the
3389         probed caps of the device. Don't store the current frame rate.
3390
3391         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
3392         update_fps_function, for now. Update for new object variable
3393         naming.
3394         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
3395         new object variable naming.
3396         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
3397         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
3398         (gst_v4l2src_get_caps): Rework to probe the device for supported
3399         frame sizes and frame rates.
3400         (gst_v4l2src_set_caps): Rework to be strict in the given
3401         parameters: if someone asks us to have a certain size and rate,
3402         that is what we configure.
3403         (gst_v4l2src_get_read): Update for object variable naming. Don't
3404         leak buffers on short reads.
3405         (gst_v4l2src_get_mmap): Update for object variable naming, and add
3406         comments.
3407         (gst_v4l2src_create): Update for object variable naming.
3408
3409 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3410
3411         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
3412         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
3413         * gst/avi/gstavidemux.h:
3414           Parse subtitle text streams instead of erroring out (#442034). Still
3415           needs a parser for the subtitles to actually show up.
3416
3417 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3418
3419         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
3420         (gst_avi_demux_loop):
3421           Make _push_event() return TRUE if the event could be pushed on at
3422           least one pad and not only if it could be pushed on all pads,
3423           otherwise we'll end up posting an error message on EOS if one or
3424           more source pads are not connected.
3425
3426 2007-05-28  Wim Taymans  <wim@fluendo.com>
3427
3428         * gst/rtsp/rtsptransport.c:
3429         Use renamed RTP bin.
3430
3431 2007-05-28  Wim Taymans  <wim@fluendo.com>
3432
3433         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
3434
3435         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
3436         (gst_video_box_set_property), (gst_video_box_transform_caps),
3437         (video_box_recalc_transform), (gst_video_box_set_caps),
3438         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
3439         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
3440         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
3441         (gst_video_box_i420_i420), (gst_video_box_transform),
3442         (plugin_init):
3443         Add AYUV->AYUV and AYUV->I420 formats. 
3444         Fix negotiation and I420->AYUV conversion.
3445         Fixes #429329.
3446
3447 2007-05-26  Wim Taymans  <wim@fluendo.com>
3448
3449         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
3450         Use different variables for nested for loops so that the outer loop
3451         functions properly and speex files with multiple frames per buffer work
3452         properly.
3453         Fixes #441408.
3454
3455 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3456
3457         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
3458           Don't leak newsegment events.
3459
3460 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3461
3462         * gst/wavparse/Makefile.am:
3463           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
3464           drags it in.
3465
3466 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3467
3468         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3469         (notgst_value_array_append_buffer),
3470         (gst_flac_enc_process_stream_headers),
3471         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
3472         (gst_flac_enc_change_state):
3473         * ext/flac/gstflacenc.h:
3474           Collect headers, add "streamheader" field to output caps and set
3475           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
3476           produces output according to the official FLAC-to-Ogg mapping
3477           instead of completely broken files. Fixes #426044.
3478
3479 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3480
3481         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
3482         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
3483         (gst_id3demux_sink_event):
3484         * gst/id3demux/gstid3demux.h:
3485         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
3486         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
3487         (gst_tag_demux_send_new_segment):
3488         Handle and adjust new-segment events so that downstream really
3489         sees a stream with the tag pieces stripped off the front and back.
3490         Fixes strangeness in seeking when mp3 decoders use the new-segment
3491         byte position to estimate their current playback position timestamp
3492         and then the arriving buffers don't match up.
3493
3494 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3495
3496         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
3497           Don't unnecessarily perform a READY->NULL->READY transition on the
3498           detected audio sink when starting up. Fixes: #440127
3499
3500 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
3501
3502         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
3503         (gst_flac_enc_chain):
3504           Don't crash in chain function if setcaps hasn't been called.
3505
3506 2007-05-24  Wim Taymans  <wim@fluendo.com>
3507
3508         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
3509         Init value to avoid infinte loops.
3510
3511 2007-05-24  Wim Taymans  <wim@fluendo.com>
3512
3513         Patch by: Peter Kjellerstedt  <pkj at axis com>
3514
3515         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
3516         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
3517         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3518         (gst_rtspsrc_play):
3519         (rtsp_connection_send), (rtsp_connection_receive):
3520         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
3521         Fix for new API.
3522
3523         * gst/rtsp/rtspconnection.c: (add_auth_header),
3524         Only add authorisation and session headers when sending messages.
3525
3526         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
3527         (rtsp_message_init_request), (rtsp_message_init_response),
3528         (rtsp_message_unset), (rtsp_message_add_header),
3529         (rtsp_message_remove_header), (rtsp_message_get_header),
3530         (rtsp_message_append_headers), (dump_key_value),
3531         (rtsp_message_dump):
3532         * gst/rtsp/rtspmessage.h:
3533         Add support for multiple headers of the same type by storing the parsed
3534         headers in a GArray instaed of a hashtable.
3535
3536 2007-05-21  Wim Taymans  <wim@fluendo.com>
3537
3538         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
3539         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
3540         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
3541         safer shutdown.
3542
3543 2007-05-21  Wim Taymans  <wim@fluendo.com>
3544
3545         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
3546         * gst/rtsp/gstrtpdec.h:
3547         Added signal for backwards compat.
3548
3549 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3550         
3551         Patch by: René Stadler <mail at renestadler dot de>
3552
3553         * configure.ac:
3554         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
3555         (gst_au_parse_parse_header), (gst_au_parse_chain):
3556         * gst/auparse/gstauparse.h:
3557         Use audioconvert for converting from non-native endianness floats
3558         in auparse instead of doing it ourself. Fixes #424527.
3559         This needs the audioconvert from plugins-base CVS.
3560         
3561 2007-05-21  Wim Taymans  <wim@fluendo.com>
3562
3563         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3564         (gst_rtp_h263p_pay_flush):
3565         Fix enum registration.
3566
3567 2007-05-21  Wim Taymans  <wim@fluendo.com>
3568
3569         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
3570
3571         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3572         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
3573         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
3574         (gst_rtp_h263p_pay_flush):
3575         * gst/rtp/gstrtph263ppay.h:
3576         Add new fragmentation mode base on GOB headers. Fixes #438940.
3577
3578 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
3579
3580         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
3581           Printf format fix.
3582
3583 2007-05-18  Wim Taymans  <wim@fluendo.com>
3584
3585         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
3586         Don't crash when an unsupported transport error was returned by the
3587         server, just try to configure the next stream. Fixes #439255.
3588
3589 2007-05-18  Wim Taymans  <wim@fluendo.com>
3590
3591         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
3592         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
3593         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
3594         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3595         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
3596         * gst/rtsp/gstrtspsrc.h:
3597         Add TCP timeout property and use it for all TCP connection.
3598
3599         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3600         (rtsp_connection_write), (rtsp_connection_next_timeout),
3601         (rtsp_connection_reset_timeout):
3602         Make connect and writes cancelable and make them use the timeout.
3603
3604 2007-05-18  Wim Taymans  <wim@fluendo.com>
3605
3606         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3607         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
3608         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3609         (gst_rtspsrc_setup_streams):
3610         Refactor timeout handling.
3611         Also send keep-alive when dealing with TCP transport.
3612
3613         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3614         (rtsp_connection_free), (rtsp_connection_next_timeout),
3615         (rtsp_connection_reset_timeout):
3616         * gst/rtsp/rtspconnection.h:
3617         Use a timer to handle the session timeouts, add some methods to deal
3618         with timeouts.
3619
3620 2007-05-17  Wim Taymans  <wim@fluendo.com>
3621
3622         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
3623         (gst_rtspsrc_setup_streams):
3624         Ignore streams that fail the setup command, we will retry with a
3625         different transport later on.
3626
3627         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
3628         (rtsp_ext_wms_configure_stream):
3629         Fix encoding name case.
3630
3631 2007-05-16  Edward Hervey  <edward@fluendo.com>
3632
3633         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
3634         Fix build on macosx.
3635
3636 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3637
3638         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
3639         Replace direct comparison of a string with the string literal "" with
3640         a comparison of the first character with '\0'. Fixes #438926.
3641
3642 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3643
3644         * gst/debug/breakmydata.c (gst_break_my_data_init):
3645           One more try. This should be the proper fix now.
3646
3647 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3648
3649         * gst/debug/breakmydata.c:
3650           Ooops, no // comments please.
3651
3652 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3653
3654         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
3655         (gst_break_my_data_init):
3656           Fix gst_buffer_is_writable() assertion.
3657
3658 2007-05-14  David Schleef  <ds@schleef.org>
3659
3660         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
3661           video/x-raw-bayer.  Fixes #314160.
3662
3663 2007-05-14  Wim Taymans  <wim@fluendo.com>
3664
3665         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
3666         (gst_rtp_theora_depay_parse_configuration):
3667         * gst/rtp/gstrtptheorapay.c: (encode_base64),
3668         (gst_rtp_theora_pay_finish_headers),
3669         (gst_rtp_theora_pay_handle_buffer):
3670         Update theora pay/depayloader in a similar to vorbis.
3671
3672         * gst/rtp/gstrtpvorbisdepay.c:
3673         (gst_rtp_vorbis_depay_parse_configuration):
3674         Update docs.
3675
3676 2007-05-14  Wim Taymans  <wim@fluendo.com>
3677
3678         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
3679         When we try to execute a method that is not supported by the server,
3680         don't error out but remove the method from the accepted methods so that
3681         we never try to perform this method again.
3682
3683 2007-05-14  Wim Taymans  <wim@fluendo.com>
3684
3685         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
3686         Remove annoying _dump_mem.
3687
3688 2007-05-14  Wim Taymans  <wim@fluendo.com>
3689
3690         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
3691         Parse range correctly.
3692
3693         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
3694         The baseurl now always has a '/' at the start.
3695
3696 2007-05-14  Wim Taymans  <wim@fluendo.com>
3697
3698         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
3699         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
3700         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3701         Factor out caps configuration and configure more stuff such as the time
3702         ranges and speed/scale values.
3703
3704         * gst/rtsp/rtsptransport.c:
3705         Add Copyright after non-trival fixes.
3706
3707 2007-05-12  Wim Taymans  <wim@fluendo.com>
3708
3709         Patch by: Peter Kjellerstedt  <pkj at axis com>
3710
3711         * gst/rtsp/gstrtspsrc.h:
3712         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
3713         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
3714         (rtsp_message_get_header):
3715         * gst/rtsp/rtspmessage.h:
3716         Make channel guint8 where possible.
3717         Make rtsp_message_init_data() take the channel as a guint8.
3718
3719         * gst/rtsp/rtspdefs.c:
3720         Fixed a typo: Timout -> Timeout
3721
3722         * gst/rtsp/rtspdefs.h:
3723         Make RTSP_CHECK() behave as a statement.
3724
3725         * gst/rtsp/sdpmessage.c:
3726         Avoid a compiler warning in INIT_ARRAY().
3727         Fixes #437692.
3728
3729 2007-05-12  Wim Taymans  <wim@fluendo.com>
3730
3731         Patch by: Peter Kjellerstedt  <pkj at axis com>
3732
3733         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
3734         (rtsp_url_get_request_uri):
3735         * gst/rtsp/rtspurl.h:
3736         Add support for query parameters to RTSP URLs.
3737
3738 2007-05-12  Wim Taymans  <wim@fluendo.com>
3739
3740         Patch by: Peter Kjellerstedt  <pkj at axis com>
3741
3742         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
3743         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
3744         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
3745         (rtsp_transport_parse), (rtsp_transport_as_text):
3746         * gst/rtsp/rtsptransport.h:
3747         Add validation to rtsp_transport_parse().
3748         Add rtsp_transport_as_text() to generate an RTSP header from an
3749         RTSPTransport.
3750         Change ssrc to guint (was a string) since that is what it is, even
3751         though it is sent as a hex string.
3752         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
3753         incorrect, which can be seen when looking at the examples in the RFC).
3754         Fixes #437670.
3755
3756 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
3757
3758         Patch by: Eric Anholt
3759
3760         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
3761           gst_ximage_src_ximage_get):
3762         Use union of all damage between frames to make it faster.
3763         Fixes bug #342463.
3764         Also fix crasher when cursor is at bottom right of window.
3765
3766 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
3767
3768         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
3769           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
3770           streaming mode regression for file from #343837 with 'bext' chunk
3771           before the 'fmt' chunk.
3772
3773 2007-05-11  Wim Taymans  <wim@fluendo.com>
3774
3775         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
3776         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
3777         (gst_rtspsrc_handle_src_event),
3778         (gst_rtspsrc_stream_configure_manager),
3779         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
3780         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
3781         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3782         * gst/rtsp/gstrtspsrc.h:
3783         * gst/rtsp/rtspdefs.h:
3784         Preliminary seek support.
3785         Activate internal pads so that we can receive events on them.
3786         Don't try to parse a range string when it's NULL.
3787
3788 2007-05-11  Wim Taymans  <wim@fluendo.com>
3789
3790         * gst/rtp/README:
3791         Update README with new RTP variables that will be used for
3792         synchronisation.
3793
3794         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
3795         (gst_rtp_vorbis_depay_parse_configuration),
3796         (gst_rtp_vorbis_depay_process):
3797         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
3798         (gst_rtp_vorbis_pay_finish_headers),
3799         (gst_rtp_vorbis_pay_handle_buffer):
3800         Update vorbis pay and depayloader to draft-04.
3801
3802 2007-05-11  Wim Taymans  <wim@fluendo.com>
3803
3804         * gst/rtsp/rtsptransport.c:
3805         UDP MCAST is actually the default for RTP/AVP.
3806 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
3807
3808         * gst/level/gstlevel.c: (gst_level_transform_ip):
3809         Use guint8 * instead of gpointer then vs6 can build 
3810         in_data += (filter->width / 8).
3811
3812 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
3813
3814         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
3815           gst_ximage_src_ximage_get):
3816         * sys/ximage/gstximagesrc.h (last_ximage):
3817         When using Damage actually keep the last frame, and not assume
3818         that the buffer we get already has the last frame on it.
3819         Copy the cursor over if we specify a non-zero start x and
3820         start y.
3821
3822 2007-05-11  Wim Taymans  <wim@fluendo.com>
3823
3824         * gst/rtsp/rtsptransport.c:
3825         Make UDP the default transport when not specified.
3826
3827 2007-05-09  David Schleef  <ds@schleef.org>
3828
3829         * gst/level/gstlevel.c:
3830           Revert last change.
3831
3832 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
3833
3834         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
3835         (gst_level_transform_ip):
3836         Use guint8 * instead of gpointer then vs6 know the size of data
3837         pointed when moving the pointer.
3838         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
3839         Move instructions after variables declaration.
3840         * win32/vs6/autogen.dsp:
3841         * win32/vs6/libgstrtp.dsp:
3842         * win32/vs6/libgstrtsp.dsp:
3843         Update vs6 project files.
3844
3845 2007-05-09  Wim Taymans  <wim@fluendo.com>
3846
3847         * gst/rtsp/Makefile.am:
3848         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
3849         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
3850         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
3851         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
3852         (rtsp_range_free):
3853         * gst/rtsp/rtsprange.h:
3854         Add code to parse time ranges.
3855         Report DURATION on the stream when possible.
3856
3857 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
3858
3859         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
3860         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
3861         (gst_videomixer_collected):
3862           Fix strides calculation for AYUV (it's just width*4) (#436910).
3863
3864 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3865
3866         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
3867         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
3868         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
3869         Sync the GObject properties before each processing step to properly
3870         work with the controller.
3871
3872 2007-05-04  Wim Taymans  <wim@fluendo.com>
3873
3874         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3875         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3876         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3877         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
3878         (gst_rtspsrc_change_state):
3879         Let more error state trickle down so that we can catch more error
3880         cases.
3881         Handle keep-alive a little smarter by selecting a method the server
3882         actually supports.
3883         Fix a race in UDP streaming shutdown.
3884
3885 2007-05-04  Wim Taymans  <wim@fluendo.com>
3886
3887         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
3888         Ignore errors when trying to use the keep-alive messages.
3889
3890 2007-05-04  Wim Taymans  <wim@fluendo.com>
3891
3892         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
3893         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
3894         (gst_rtspsrc_stream_configure_manager),
3895         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
3896         (gst_rtspsrc_stream_configure_mcast),
3897         (gst_rtspsrc_stream_configure_udp),
3898         (gst_rtspsrc_stream_configure_udp_sink),
3899         (gst_rtspsrc_stream_configure_transport):
3900         Send RTCP messages back to the server over the TCP connection.
3901
3902         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
3903         (rtsp_connection_send), (rtsp_connection_read), (read_body),
3904         (rtsp_connection_receive):
3905         * gst/rtsp/rtspconnection.h:
3906         Factor out and expose lowlevel _write and _read methods.
3907         Implement sending data messages to the server.
3908
3909 2007-05-03  Wim Taymans  <wim@fluendo.com>
3910
3911         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
3912         (gst_multipart_mux_collected):
3913         Fix timestamps on outgoing buffers.
3914
3915 2007-05-03  Wim Taymans  <wim@fluendo.com>
3916
3917         * gst/multipart/multipartmux.c:
3918         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
3919         (gst_multipart_mux_change_state):
3920         Emit NEWSEGMENT events before pushing the first buffer.
3921
3922 2007-05-03  Wim Taymans  <wim@fluendo.com>
3923
3924         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
3925         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
3926         (gst_rtspsrc_handle_src_query),
3927         (gst_rtspsrc_stream_configure_manager),
3928         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
3929         (gst_rtspsrc_stream_configure_mcast),
3930         (gst_rtspsrc_stream_configure_udp),
3931         (gst_rtspsrc_stream_configure_udp_sink),
3932         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
3933         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
3934         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
3935         (gst_rtspsrc_pause):
3936         Refactor transport configuration code.
3937         Create internal pads for TCP transport so that we can implement events
3938         and queries.
3939         Handle events and queries.
3940         Parse range from the SDP.
3941         Fix race in pause handler where the connection could still be flushing.
3942
3943 2007-05-02  Wim Taymans  <wim@fluendo.com>
3944
3945         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3946         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
3947         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
3948         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
3949         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
3950         (gst_rtspsrc_change_state):
3951         * gst/rtsp/gstrtspsrc.h:
3952         Fix race when multiple udp sources post timeouts, just act on the first
3953         received timeout.
3954         Protect stream list with a recursive lock to fix some races.
3955         Flush connection when we need to do a reconnect or stop.
3956         Make state lock recursive.
3957
3958         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3959         (rtsp_connection_close):
3960         Some small cleanups.
3961
3962 2007-05-02  Wim Taymans  <wim@fluendo.com>
3963
3964         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
3965         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
3966         Only set DISCONT when there actually is a discont or when we just
3967         started.
3968
3969 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3970
3971         * ext/flac/gstflac.c: (plugin_init):
3972         Call bindtextdomain() to get localized strings.
3973
3974 2007-05-02  Wim Taymans  <wim@fluendo.com>
3975
3976         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
3977         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
3978         (gst_wavparse_stream_data):
3979         * gst/wavparse/gstwavparse.h:
3980         Be a bit more clever when dealing with VBR files with FACT tags, we
3981         don't want to timestamp buffers in that case but the estimated BPS can
3982         be used for seeking.
3983         Only send close segment in the streaming thread.
3984
3985 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3986
3987         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
3988         Correctly post an error on the bus if something went wrong in the loop
3989         function. This fixes a few cases where the task was paused and nothing
3990         happened anymore.
3991
3992 2007-05-02  Wim Taymans  <wim@fluendo.com>
3993
3994         * gst/rtsp/test.c: (main):
3995         Fix compilation of deprecated test just because I'm too lazy to delete
3996         it.
3997
3998 2007-05-02  Wim Taymans  <wim@fluendo.com>
3999
4000         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4001         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4002         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
4003         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
4004         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4005         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
4006         * gst/rtsp/gstrtspsrc.h:
4007         Fix sending RTCP to the right place.
4008         Fix bug in reffing the wrong UDP element.
4009         Use new pad names for the session manager.
4010         Implement handling server requests in interleaved and UDP modes.
4011         Handle session keep-alive in UDP modes.
4012         Remove GCond for handling UDP timeouts.
4013
4014         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4015         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4016         (rtsp_connection_receive), (rtsp_connection_close):
4017         * gst/rtsp/rtspconnection.h:
4018         Store connection IP address for later.
4019         Add timeout args to all operations that might block forever.
4020         Parse session timeout.
4021         Only close sockets when not already closed.
4022
4023         * gst/rtsp/rtspdefs.c:
4024         * gst/rtsp/rtspdefs.h:
4025         Add timeout return value and error string.
4026
4027         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
4028         Add small comment.
4029
4030 2007-05-01  Wim Taymans  <wim@fluendo.com>
4031
4032         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4033
4034         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
4035         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
4036         * gst/rtp/gstrtpmp4vpay.h:
4037         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
4038
4039 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
4040
4041         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4042           Remove v4l2src from docs, since it breaks the docs build, and the
4043           plugin is only built if --enable-experimental is used anyway.
4044
4045         * docs/plugins/Makefile.am:
4046           Spaces => tab.
4047
4048 2007-04-29  Wim Taymans  <wim@fluendo.com>
4049
4050         * gst/udp/gstmultiudpsink.c: (leave_multicast),
4051         (gst_multiudpsink_add), (gst_multiudpsink_remove):
4052         Add code to drop membership of a multicast group.
4053
4054         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
4055         (gst_udpsink_set_uri):
4056         Implement URI handler.
4057
4058         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4059         (gst_rtspsrc_parse_rtpinfo):
4060         Use URI handler to make udpsink instace.
4061         Improve code to configure port and destination.
4062
4063 2007-04-29  Wim Taymans  <wim@fluendo.com>
4064
4065         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
4066         Fix multicast detection.
4067         Don't try to join a multicast group if the address is not multicast.
4068
4069         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
4070         Small debug improvement.
4071
4072 2007-04-27  Wim Taymans  <wim@fluendo.com>
4073
4074         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4075         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4076         (gst_rtspsrc_handle_message):
4077         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
4078         parent.
4079
4080 2007-04-27  Wim Taymans  <wim@fluendo.com>
4081
4082         * gst/rtp/gstrtpilbcdepay.h:
4083         Fix mode property when specified as an arg.
4084
4085 2007-04-26  Edward Hervey  <edward@fluendo.com>
4086
4087         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4088         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4089         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4090         * docs/plugins/inspect/plugin-osxaudio.xml:
4091         Add documentation for osxaudio plugin.
4092
4093 2007-04-26  Wim Taymans  <wim@fluendo.com>
4094
4095         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4096         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4097         (gst_rtspsrc_open), (gst_rtspsrc_close),
4098         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4099         (gst_rtspsrc_pause):
4100         * gst/rtsp/gstrtspsrc.h:
4101         Protect state changes with a lock.
4102
4103         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4104         (parse_line):
4105         * gst/rtsp/rtspconnection.h:
4106         Remove some unused stuff.
4107
4108 2007-04-26  Wim Taymans  <wim@fluendo.com>
4109
4110         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4111         Handle the case where there are exactly 0 bytes to read and the ioctl
4112         did not report an error. Fixes #433530.
4113
4114 2007-04-26  Wim Taymans  <wim@fluendo.com>
4115
4116         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4117         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4118         * gst/wavparse/gstwavparse.h:
4119         Apply DISCONT to buffers.
4120         Only apply timestamp to the first sample after a DISCONT, too many VBR
4121         files cause random jitter in the timestamps. Fixes #433119.
4122
4123 2007-04-25  Wim Taymans  <wim@fluendo.com>
4124
4125         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
4126         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
4127         (gst_rtp_dec_get_property):
4128         * gst/rtsp/gstrtpdec.h:
4129         Add dummy latency property to be backwards compat with rtpbin.
4130
4131         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4132         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4133         (gst_rtspsrc_stream_configure_transport),
4134         (gst_rtspsrc_parse_rtpinfo):
4135         * gst/rtsp/gstrtspsrc.h:
4136         Add latency property and configure in the session manager.
4137         Don't set invalid clock-base and seqnum-base on caps, some servers
4138         sometimes don't send them.
4139
4140 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4141
4142         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
4143         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
4144           Double-check that RGB input caps are really RGBA caps (apparently
4145           the core doesn't always catch it if those caps aren't a subset of
4146           our template caps, also see #421543). Fixes #429319 in a way.
4147           Also, don't leak the pad template in the transform_caps function.
4148
4149         * tests/check/Makefile.am:
4150         * tests/check/elements/.cvsignore:
4151         * tests/check/elements/alphacolor.c: (setup_alphacolor),
4152         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
4153         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
4154         (GST_START_TEST), (alphacolor_suite):
4155           Add some basic unit tests for alphacolor.
4156
4157 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4158
4159         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
4160           If we get a fatal flow return in the loop function, first post the
4161           error message and only then send the EOS event downstream, otherwise
4162           applications might get an eos message before the error message and
4163           think everything was ok (related to #429319).
4164
4165 2007-04-25  Wim Taymans  <wim@fluendo.com>
4166
4167         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4168         Read the channel byte as an unsigned byte.
4169
4170 2007-04-25  Wim Taymans  <wim@fluendo.com>
4171
4172         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
4173         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
4174         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
4175         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
4176         (gst_rtp_gsm_depay_setcaps):
4177         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4178         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
4179         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
4180         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
4181         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
4182         (gst_ilbc_depay_get_property):
4183         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
4184         * gst/rtp/gstrtpmp4adepay.c:
4185         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
4186         (gst_rtp_pcma_depay_setcaps):
4187         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
4188         (gst_rtp_pcmu_depay_setcaps):
4189         Make sure we configure the clock_rate in the baseclass in the setcaps
4190         function. Fixes #431282.
4191
4192 2007-04-25  Wim Taymans  <wim@fluendo.com>
4193
4194         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4195         (gst_rtspsrc_stream_free), (request_pt_map),
4196         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
4197         * gst/rtsp/gstrtspsrc.h:
4198         Parse server address from SDP.
4199         Hook up a udpsink to send RTCP back to the server.
4200
4201         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4202         * gst/rtsp/rtsptransport.h:
4203         Add some docs.
4204
4205 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
4206
4207         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4208           Make header field check conditional. Fixes #433135
4209
4210 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
4211
4212         * docs/plugins/Makefile.am:
4213         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4214         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4215         * docs/plugins/inspect/plugin-alphacolor.xml:
4216         * gst/alpha/Makefile.am:
4217         * gst/alpha/gstalphacolor.c:
4218         * gst/alpha/gstalphacolor.h:
4219           Add minimal docs blurb to alphacolor; split out headers into
4220           separate header file for gtk-doc.
4221
4222 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
4223
4224         * gst/debug/progressreport.c: (gst_progress_report_report):
4225           Don't try to post NULL message (in case we can't query upstream
4226           position or duration).
4227
4228 2007-04-18  Michael Smith  <msmith@fluendo.com>
4229
4230         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
4231         (gst_cutter_get_caps):
4232         * gst/cutter/gstcutter.h:
4233           Fix some of the most obvious bugs in cutter. Now doesn't leak
4234           everything if input is silent.
4235
4236 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
4237
4238         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4239         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
4240         * gst/wavenc/gstwavenc.h:
4241         Wav apparently only supports width==GST_ROUND_UP(depth), everything
4242         else results in a invalid block align and invalid files.
4243
4244 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
4245
4246         Patch by: Snaik <snaik32 gmail com>
4247
4248         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
4249           Add missing break statement for BOX_HORIZONTAL case.
4250
4251 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4252
4253         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
4254
4255         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4256         Use correct format strings for integer types.
4257
4258 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4259
4260         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
4261         (gst_wavparse_create_sourcepad):
4262         Use gst_riff_create_audio_template_caps () instead of the local caps.
4263         This makes updates of the local caps unecessary whenever libgstriff
4264         gets support for new formats.
4265
4266 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4267
4268         Patch by: Brian Cameron  <brian.cameron at sun dot com>
4269
4270         * sys/sunaudio/gstsunaudio.c:
4271         * sys/sunaudio/gstsunaudiomixer.c:
4272         * sys/sunaudio/gstsunaudiomixer.h:
4273         * sys/sunaudio/gstsunaudiomixerctrl.c:
4274         * sys/sunaudio/gstsunaudiomixerctrl.h:
4275         * sys/sunaudio/gstsunaudiomixertrack.h:
4276         * sys/sunaudio/gstsunaudiosink.c:
4277         * sys/sunaudio/gstsunaudiosink.h:
4278         * sys/sunaudio/gstsunaudiosrc.c:
4279         * sys/sunaudio/gstsunaudiosrc.h:
4280           Fix and/or update copyright attributions (#430228).
4281
4282 2007-04-13  Wim Taymans  <wim@fluendo.com>
4283
4284         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4285         Fix docs.
4286
4287         * gst/rtsp/URLS:
4288         Add some more example urls.
4289
4290         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4291         (gst_rtp_dec_chain_rtp):
4292         Better debugging.
4293
4294         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
4295         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4296         (gst_rtspsrc_parse_rtpinfo):
4297         Remove unused code.
4298
4299 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4300
4301         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4302         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4303         (gst_wavparse_stream_data):
4304           Relax the audio/mpeg caps again and add FIXME: comment.
4305
4306 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4307
4308         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4309         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4310         (gst_wavparse_stream_data):
4311         * gst/wavparse/gstwavparse.h:
4312           More sanity check for the header fields. Fix type for 'rate' header
4313           field.
4314
4315 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4316
4317         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
4318         (gst_icydemux_unicodify):
4319           If the metadata strings we get in the stream are not UTF-8, try to
4320           interpret them according to the character encodings specified in the
4321           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
4322           only fall back to locale/ISO-8859-1 if those aren't set or don't
4323           work. Should fix #428901.
4324
4325 2007-04-12  Wim Taymans  <wim@fluendo.com>
4326
4327         * gst/rtp/gstrtph264depay.c:
4328         Use the proper sync word for SPS and PPS.
4329
4330 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4331
4332         * gst/rtp/Makefile.am:
4333         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
4334           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
4335         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
4336           Add a simple hashing implementation that we can use to generate
4337           a 24-bit ident value based on the codebooks for vorbis and theora.
4338         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
4339           gst_rtp_theora_pay_handle_buffer):
4340         * gst/rtp/gstrtpvorbisdepay.c
4341           (gst_rtp_vorbis_depay_parse_configuration,
4342           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
4343         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
4344           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
4345           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
4346           Use the hashing function, ensuring that the same codebooks result
4347           in the same ident and thus the same SDP description.
4348           Various log fixes/changes.
4349
4350 2007-04-12  Wim Taymans  <wim@fluendo.com>
4351
4352         Patch by: jerry tan <jerry dot tan at sun dot com>
4353
4354         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
4355         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
4356         application's responsibility to make sure it open the device once.
4357         Remove a careless error if AUDIODEV is set. Fixes #392620.
4358
4359 2007-04-12  Wim Taymans  <wim@fluendo.com>
4360
4361         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4362         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
4363         * gst/rtsp/gstrtpdec.h:
4364         Make backward compat with rtpbin by adding the request-pt-map signals.
4365
4366         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
4367         (new_session_pad), (request_pt_map),
4368         (gst_rtspsrc_stream_configure_transport),
4369         (gst_rtspsrc_stream_configure_caps),
4370         (gst_rtspsrc_activate_streams):
4371         * gst/rtsp/gstrtspsrc.h:
4372         Implement request-pt-map signals instead of setting caps on the buffers
4373         for the session manager.
4374
4375 2007-04-11  Wim Taymans  <wim@fluendo.com>
4376
4377         * gst/udp/gstudp.c: (plugin_init):
4378         Register GstNetBuffer in plugin_init so that the type can be used from
4379         multiple threads without races.
4380
4381 2007-04-10  Wim Taymans  <wim@fluendo.com>
4382
4383         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
4384         (gst_rtp_amr_depay_process):
4385         Fix depayloader clock_rate and some cleanups.
4386
4387         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
4388         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4389         * gst/rtp/gstrtph264depay.h:
4390         Don't push codec_data in the adapter because it might get flushed when
4391         we get a discont.
4392
4393         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4394         Handle multiple AU per packet.
4395
4396         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
4397         (gst_rtp_sv3v_depay_plugin_init):
4398         Disable rank, this one does not work.
4399         Remove timestamping, base class does that.
4400
4401 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
4402
4403         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
4404           limit caps to the formats we announce in the template
4405
4406         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4407         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4408         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
4409           fix some crashers/asserts when dealing with broken files
4410
4411 2007-04-10  Wim Taymans  <wim@fluendo.com>
4412
4413         Patch by: Peter Kjellerstedt  <pkj at axis com>
4414
4415         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
4416         * gst/rtp/gstrtpL16depay.c:
4417         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4418         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
4419         (gst_rtp_speex_depay_setcaps):
4420         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4421         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
4422         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
4423         Fix some compiler warnings. Fixes #428182.
4424
4425 2007-04-06  Wim Taymans  <wim@fluendo.com>
4426
4427         * gst/rtsp/Makefile.am:
4428         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
4429         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
4430         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
4431         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
4432         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
4433         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
4434         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
4435         (create_rtcp), (gst_rtp_dec_request_new_pad),
4436         (gst_rtp_dec_release_pad):
4437         * gst/rtsp/gstrtpdec.h:
4438         * gst/rtsp/gstrtsp.c: (plugin_init):
4439         Morph RTPDec into something compatible with RTPBin as a fallback.
4440         Various other style fixes.
4441
4442         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
4443         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
4444         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
4445         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
4446         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4447         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
4448         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4449         * gst/rtsp/gstrtspsrc.h:
4450         Implement RTPBin session manager handling.
4451         Don't try to add empty properties to caps.
4452         Implement fallback session manager, handling.
4453         Don't combine errors from RTCP streams, just ignore them.
4454
4455         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
4456         * gst/rtsp/rtsptransport.h:
4457         Implement fallback session manager.
4458         Make RTPBin the default one when available.
4459
4460 2007-04-05  Wim Taymans  <wim@fluendo.com>
4461
4462         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4463         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
4464         This element is ready to be autoplugged.
4465
4466 2007-04-05  Julien MOUTTE  <julien@moutte.net>
4467
4468         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
4469         Don't leave the offsets defined by upstream element on the
4470         compressed data buffer we are pushing downstream. Make them
4471         GST_BUFFER_OFFSET_NONE.
4472
4473 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
4474
4475         * gst/avi/README:
4476         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
4477         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
4478         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
4479         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
4480         (gst_avi_demux_calculate_durations_from_index),
4481         (gst_avi_demux_stream_header_push),
4482         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
4483         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
4484           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
4485
4486 2007-04-03  Wim Taymans  <wim@fluendo.com>
4487
4488         * gst/smpte/barboxwipes.c:
4489         Fix error as spotted by Snaik <snaik32 at gmail dot com>
4490
4491 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4492
4493         * gst/wavparse/gstwavparse.c:
4494         Support audio/x-raw-float in wav files. This only works with
4495         plugins-base CVS, using an older version doesn't have any
4496         disadvantages though.
4497
4498 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4499
4500         * configure.ac:
4501         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4502         (gst_au_parse_parse_header), (gst_au_parse_chain):
4503         * gst/auparse/gstauparse.h:
4504         Revert last change as we don't want plugins-good to depend on
4505         plugins-base CVS now.
4506
4507 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4508
4509         * configure.ac:
4510         Require gst-plugins-base CVS for audioconvert with non-native
4511         float support and width/depth fix in libgstriff.
4512
4513         Patch by: René Stadler <mail at renestadler dot de>
4514
4515         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4516         (gst_au_parse_parse_header), (gst_au_parse_chain):
4517         * gst/auparse/gstauparse.h:
4518         Don't swap the floats ourself if they're not in native endianness.
4519         Instead let audioconvert handle this. Fixes #339838.
4520
4521 2007-03-29  Wim Taymans  <wim@fluendo.com>
4522
4523         * gst/rtp/gstasteriskh263.h:
4524         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
4525         (gst_rtp_h263p_depay_change_state):
4526         * gst/rtp/gstrtph263pdepay.h:
4527         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4528         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
4529         (gst_rtp_h264_depay_change_state):
4530         * gst/rtp/gstrtph264depay.h:
4531         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4532         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
4533         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4534         Flush adapter on disconts.
4535
4536 2007-03-29  Wim Taymans  <wim@fluendo.com>
4537
4538         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
4539         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
4540         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
4541         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
4542         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4543         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
4544         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4545         (gst_rtp_mp4v_depay_process):
4546         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
4547         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
4548         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
4549         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
4550         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
4551         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4552         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
4553         Use more efficient adapter and rtpbuffer methods when possible.
4554
4555 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4556
4557         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4558         (gst_wavenc_sink_setcaps):
4559         Correctly handle width!=depth input.
4560         * gst/wavparse/gstwavparse.c:
4561         Already export in the caps that width==8 uses unsigned samples and
4562         everything else uses signed samples.
4563
4564 2007-03-29  Wim Taymans  <wim@fluendo.com>
4565
4566         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4567
4568         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
4569         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
4570         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
4571         (gst_dynudpsink_close):
4572         * gst/udp/gstdynudpsink.h:
4573         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
4574         (gst_udpsrc_create), (gst_udpsrc_set_property),
4575         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
4576         * gst/udp/gstudpsrc.h:
4577         Rework the socket allocation a bit based on the sockfd argument so that
4578         it becomes usable.
4579         Add a closefd property to instruct the udp elements to close the custom
4580         file descriptors when going to READY. Fixes #423304.
4581         API:GstUDPSrc::closefd property
4582         API:GstDynUDPSink::closefd property
4583
4584 2007-03-29  Wim Taymans  <wim@fluendo.com>
4585
4586         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4587
4588         * gst/rtp/Makefile.am:
4589         * gst/rtp/gstrtp.c: (plugin_init):
4590         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
4591         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4592         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
4593         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4594         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
4595         (gst_rtp_h264_pay_plugin_init):
4596         * gst/rtp/gstrtph264pay.h:
4597         Added H264 payloader. Fixes #423782.
4598
4599         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4600         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4601         Small fixes.
4602
4603 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4604
4605         * gst/wavparse/gstwavparse.c:
4606         Actually support depths from 1 to 32, not only 8 to 32.
4607
4608 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4609
4610         * gst/wavparse/gstwavparse.c:
4611         Add support for wav files containing audio/x-raw-int with random
4612         depths between 1 and 32 bits.
4613
4614 2007-03-28  Wim Taymans  <wim@fluendo.com>
4615
4616         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
4617
4618         * gst/rtp/Makefile.am:
4619         * gst/rtp/gstrtp.c: (plugin_init):
4620         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
4621         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
4622         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
4623         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
4624         (gst_rtp_mp4a_depay_get_property),
4625         (gst_rtp_mp4a_depay_change_state),
4626         (gst_rtp_mp4a_depay_plugin_init):
4627         * gst/rtp/gstrtpmp4adepay.h:
4628         Added MP4A-LATM depayloader. Fixes #417792.
4629
4630         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4631         (gst_rtp_mp4v_depay_process):
4632         Fixup depayloader, setting codec_data, using more efficient adaptor and
4633         rtpbuffer handling.
4634
4635         * gst/rtsp/URLS:
4636         Add url to test above.
4637
4638 2007-03-25  Wim Taymans  <wim@fluendo.com>
4639
4640         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
4641         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
4642         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
4643         (gst_rtspsrc_media_to_caps),
4644         (gst_rtspsrc_stream_configure_transport),
4645         (gst_rtspsrc_stream_configure_caps),
4646         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
4647         * gst/rtsp/gstrtspsrc.h:
4648         Handle default clock-rates for static payload types, rearrange stuff so
4649         that the rtpmap field in the sdp can override the defaults.
4650         Parse RTP-Info field to get the seqnum and timebase fields that should
4651         go in the caps.
4652         Delay configuring caps after we got the RTP-Info from the PLAY reply from
4653         the server. 
4654
4655 2007-03-22  Wim Taymans  <wim@fluendo.com>
4656
4657         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
4658
4659         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
4660         Accept complex pipeline descriptions as an audio profile instead of just
4661         a single element. Fixes #420658.
4662
4663 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
4664
4665         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
4666           Rename registered type in preparation of GstTagDemux moving to
4667           -base at some point in the future.
4668
4669 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
4670
4671         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4672           Streaming mode fixes: don't unref buffer we don't own any longer;
4673           remove bogus adapter flush. Fixes #419338.
4674
4675 2007-03-17  David Schleef  <ds@schleef.org>
4676
4677         * REQUIREMENTS: Change the format to key/value, add a bunch of
4678           information, remove a bunch of requirements that are for
4679           other GStreamer packages.
4680
4681 2007-03-17  David Schleef  <ds@schleef.org>
4682
4683         * REQUIREMENTS: Fix a few things.  This file really needs a
4684         good once-over.
4685
4686 2007-03-15  Edward Hervey  <edward@fluendo.com>
4687
4688         * sys/Makefile.am:
4689         Don't forget to distribute the sys/osxaudio/ directory.
4690
4691 2007-03-15  Edward Hervey  <edward@fluendo.com>
4692
4693         * configure.ac:
4694         * sys/Makefile.am:
4695         * sys/osxaudio/Makefile.am:
4696         * sys/osxaudio/gstosxaudio.c:
4697         * sys/osxaudio/gstosxaudiosink.c:
4698         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
4699         (gst_osx_audio_sink_getcaps),
4700         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
4701         * sys/osxaudio/gstosxaudiosrc.c:
4702         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
4703         (gst_osx_audio_src_create_ringbuffer):
4704         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
4705         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
4706         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
4707         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
4708         * sys/osxaudio/gstosxringbuffer.h:
4709         Activate osxaudio in gst-plugins-good with proper build setup.
4710         Add inlined documentation.
4711         Fix debug statements
4712         Fix ringbuffer when pausing.
4713         Fixes #323471
4714
4715 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4716         * gst/rtp/gstrtppcmapay.c:
4717         * gst/rtp/gstrtppcmapay.h:
4718         * gst/rtp/gstrtppcmupay.c:
4719         * gst/rtp/gstrtppcmupay.h:
4720         Ported mulaw and alaw payloaders to use new base class
4721
4722 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4723
4724         * po/af.po:
4725         * po/az.po:
4726         * po/cs.po:
4727         * po/en_GB.po:
4728         * po/it.po:
4729         * po/nl.po:
4730         * po/or.po:
4731         * po/sq.po:
4732         * po/sr.po:
4733         * po/sv.po:
4734         * po/uk.po:
4735         * po/vi.po:
4736           Update translations.
4737
4738 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
4739
4740         * configure.ac:
4741           Fix string replace error (AG_AG_GST_* => AG_GST_*).
4742
4743 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4744
4745         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
4746           Fix handling of -1 values for start and stop values when seeking,
4747           and SEEK_CUR+SEEK_END here as well.
4748
4749 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
4750
4751         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
4752           Fix handling of -1 values for start and stop values when seeking, 
4753           and SEEK_CUR+SEEK_END.
4754
4755 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4756
4757         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
4758           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
4759           the image format a variable-length NUL-terminated string; in
4760           versions before that the image format is a fixed-length string of
4761           3 characters (see #348644 for a sample tag).
4762           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
4763
4764 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
4765
4766         * win32/MANIFEST:
4767         Add new project files to MANIFEST.
4768         * win32/vs6/libgstaudiofx.dsp:
4769         * win32/vs6/libgstrtp.dsp:
4770         * win32/vs6/libgstrtsp.dsp:
4771         Update project files.
4772         
4773 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
4774
4775         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
4776         (gst_avi_demux_parse_index):
4777         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
4778         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
4779           Printf format fixes; also add some missing quotes in translated
4780           strings. Fixes #416728 and #416727.
4781
4782 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4783
4784         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
4785           Tim and I can't think of any reason the child audio sink needs to 
4786           be set back to NULL after successfully determining that it can 
4787           reach READY - it gets immediately set back to READY by the caller
4788           anyway, causing an unnecessary close/open of any audio devices
4789           involved.
4790
4791 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4792
4793         * po/LINGUAS:
4794         * po/ja.po:
4795           Add ja.po file from #377306.
4796
4797 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4798
4799         * sys/sunaudio/gstsunaudio.c: (plugin_init):
4800         * sys/sunaudio/gstsunaudiomixertrack.c:
4801         (gst_sunaudiomixer_track_new):
4802           Actually translate sunaudio mixer track labels instead of just
4803           marking the strings as translatable (#377306); clean up weird
4804           label string mapping code that serves no apparent purpose. Also
4805           set the 'untranslated-label' property when creating mixer tracks
4806           if the GstMixerTrack base class supports this.
4807
4808         * tests/check/Makefile.am:
4809         * tests/check/elements/.cvsignore:
4810         * tests/check/elements/sunaudio.c: (GST_START_TEST),
4811         (sunaudio_suite):
4812           Very minimalistic unit test for sunaudiomixer element (compiles, but not
4813           actually tested on a system where sunaudiomixer is available).
4814
4815 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4816
4817         * tests/check/Makefile.am:
4818         Re-enable the states test and see if it works on the buildbots.
4819
4820 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4821
4822         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
4823         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
4824         (gst_dvdec_change_state):
4825         * ext/dv/gstdvdec.h:
4826         Infer pixel-aspect-ratio from the video frame format if it isn't
4827         provided by the container, as happens when playing DV from AVI
4828         or Quicktime containers.
4829
4830         Patch by: Wim Taymans <wim@fluendo.com>
4831         Fixes #380944
4832
4833 2007-03-09  Wim Taymans  <wim@fluendo.com>
4834
4835         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
4836         When activated, remove the udpsrc timeout, we have dataflow and timeouts
4837         will later be handled by the jitterbuffer.
4838
4839 2007-03-09  Wim Taymans  <wim@fluendo.com>
4840
4841         * ext/taglib/gstid3v2mux.cc:
4842         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
4843         Fixes #414496.
4844         
4845         Patch by: Alex Lancaster <alexl at users sourceforge net>
4846
4847 2007-03-09  Wim Taymans  <wim@fluendo.com>
4848
4849         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4850         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
4851         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
4852         (gst_avi_demux_chain):
4853         Fix stream position reporting after a seek. Fixes #416445.
4854
4855 2007-03-08  Wim Taymans  <wim@fluendo.com>
4856
4857         Patch by: René Stadler <mail at renestadler dot de>
4858
4859         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4860         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
4861         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
4862         Make avidemux accept optional header chunks in any order.
4863         Fixes #415446.
4864
4865 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
4866
4867         * tests/check/Makefile.am:
4868         Disable the states check until the remaining Valgrind errors
4869         are fixed or suppressed.
4870
4871 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4872
4873         * tests/check/elements/.cvsignore:
4874           Add audiodynamic check to .cvsignore
4875
4876 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4877
4878         reviewed by: Stefan Kost  <ensonic@users.sf.net>
4879
4880         * gst/audiofx/Makefile.am:
4881         * gst/audiofx/audiodynamic.c:
4882         (gst_audio_dynamic_characteristics_get_type),
4883         (gst_audio_dynamic_mode_get_type),
4884         (gst_audio_dynamic_set_process_function),
4885         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
4886         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
4887         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
4888         (gst_audio_dynamic_transform_hard_knee_compressor_int),
4889         (gst_audio_dynamic_transform_hard_knee_compressor_float),
4890         (gst_audio_dynamic_transform_soft_knee_compressor_int),
4891         (gst_audio_dynamic_transform_soft_knee_compressor_float),
4892         (gst_audio_dynamic_transform_hard_knee_expander_int),
4893         (gst_audio_dynamic_transform_hard_knee_expander_float),
4894         (gst_audio_dynamic_transform_soft_knee_expander_int),
4895         (gst_audio_dynamic_transform_soft_knee_expander_float),
4896         (gst_audio_dynamic_transform_ip):
4897         * gst/audiofx/audiodynamic.h:
4898         * gst/audiofx/audiofx.c: (plugin_init):
4899         Add new audiodynamic element which can act as a compressor or
4900         expander. Supported are hard-knee and soft-knee operation modes with
4901         user-specified ratio and threshold.
4902         Attack and release parameters are not yet implemented but will follow.
4903         * docs/plugins/Makefile.am:
4904         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4905         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4906         * docs/plugins/gst-plugins-good-plugins.args:
4907         * docs/plugins/inspect/plugin-audiofx.xml:
4908         Integrate audiodynamic into the docs.
4909         * tests/check/Makefile.am:
4910         * tests/check/elements/audiodynamic.c: (setup_dynamic),
4911         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
4912         Add unit test for audiodynamic.
4913
4914 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
4915
4916         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
4917         Free handles that we allocated when exiting via the error paths.
4918
4919 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
4920
4921         * gst/level/gstlevel.c: (gst_level_class_init),
4922         (gst_level_set_caps), (gst_level_start), (gst_level_event),
4923         (gst_level_transform_ip):
4924         * gst/level/gstlevel.h:
4925           Resolve message timestamps against the playback segment.
4926
4927 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4928
4929         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
4930         (gst_id3demux_sink_activate):
4931           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
4932           caps passed to it (previously one code path assumed it took ownership
4933           while another one assumed it didn't, while in fact it sometimes did and
4934           sometimes didn't ...).
4935
4936         * configure.ac:
4937         * tests/files/Makefile.am:
4938         * tests/files/id3-407349-1.tag:
4939         * tests/files/id3-407349-2.tag:
4940           Add directory where data for unit tests can be stored.
4941
4942         * tests/Makefile.am:
4943         * tests/check/Makefile.am:
4944         * tests/check/elements/.cvsignore:
4945         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
4946         (read_tags_from_file), (run_check_for_file),
4947         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
4948           Add unit test for id3demux, and in particular for bug #407349. Only
4949           testing pull-mode for now; push mode doesn't work yet because the test
4950           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
4951
4952 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4953
4954         * tests/check/Makefile.am:
4955           Add missing backslash at end of line.
4956
4957 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
4958
4959         Trigger rebuild.
4960
4961 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4962
4963         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
4964         * gst/id3demux/id3tags.h:
4965         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
4966         (parse_obsolete_tdat_frame):
4967           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
4968           the four-digit number will be interpreted as a year, whereas it is
4969           month and day in DDMM format. Instead, parse TDAT frames and fix up
4970           the date in the GST_TAG_DATE tag later if we also extracted a year.
4971           Fixes #407349.
4972
4973 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
4974
4975         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
4976         (gst_switch_commit_new_kid):
4977         Fix up the dispose logic so it doesn't leak, and fix setting of 
4978         the child state so that we don't set a child to our current state 
4979         just as we are changing it to something else.
4980
4981 2007-03-06  Wim Taymans  <wim@fluendo.com>
4982
4983         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
4984         (gst_goom_chain):
4985         * gst/goom/gstgoom.h:
4986         Document, fix and improve goom adapter behaviour.
4987         Fixes #407006.
4988
4989 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4990
4991         * ext/esd/esdsink.c: (gst_esdsink_open):
4992         Unref static pad template after using it.
4993
4994 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4995
4996         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
4997         (gst_switch_commit_new_kid):
4998         Fix up the reference counting of the child elements.
4999
5000 2007-03-05  Wim Taymans  <wim@fluendo.com>
5001
5002         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
5003         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
5004         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
5005         Fix encoding-name case.
5006
5007 2007-03-05  Wim Taymans  <wim@fluendo.com>
5008
5009         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
5010         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
5011         (gst_rtp_speex_depay_process):
5012         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
5013         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
5014         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
5015         (gst_rtp_speex_pay_change_state):
5016         * gst/rtp/gstrtpspeexpay.h:
5017         Fix speex (de)payloader. Fixes #358040.
5018
5019 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5020
5021         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
5022         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
5023         Install fakesink in NULL by fixing some broken logic. This obviates
5024         the need to manually set _IS_SINK.
5025         Add some comments and remove a little cruft while I'm at it.
5026
5027 2007-03-05  Wim Taymans  <wim@fluendo.com>
5028
5029         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
5030         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
5031
5032 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
5033
5034         * po/POTFILES.in:
5035           Update.
5036
5037 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5038
5039         * tests/check/Makefile.am:
5040         Gah! Also disable gconfvideosink from the tests, otherwise
5041         it will instantiate autovideosink, and dfbvideosink and
5042         leak on the buildbots.
5043
5044 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5045
5046         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
5047         (gst_cdio_cdda_src_finalize):
5048         Make sure we always destroy our libcdio handle.
5049
5050 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5051
5052         * tests/check/Makefile.am:
5053         Disable autovideosink so the buildbots don't barf over memory
5054         leaked in the directfb sink.
5055
5056 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5057
5058         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
5059         Chain up in dispose
5060
5061 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5062
5063         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
5064         (gst_multipart_find_pad_by_mime):
5065         Use gst_pad_new_from_static_template instead of
5066         static_pad_template_get+pad_new.
5067
5068 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5069
5070         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
5071         Catch the case where no clock has been set.
5072
5073 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5074
5075         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
5076         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
5077         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
5078         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
5079         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
5080         (gst_gconf_audio_src_finalize), (do_toggle_element):
5081         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
5082         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
5083         (do_toggle_element):
5084         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
5085         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
5086         (gst_gconf_video_src_finalize), (do_toggle_element):
5087         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
5088         (gst_switch_sink_reset), (gst_switch_sink_set_child):
5089         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
5090         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
5091         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5092         (gst_shout2send_init), (gst_shout2send_finalize):
5093         * gst/debug/testplugin.c: (gst_test_class_init),
5094         (gst_test_finalize):
5095         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
5096         (gst_flxdec_dispose):
5097         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
5098         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
5099         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5100         (gst_rtspsrc_finalize):
5101         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
5102         * gst/rtsp/rtspextwms.h:
5103         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
5104         (gst_smpte_finalize):
5105         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
5106         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
5107         (gst_udpsink_finalize):
5108         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
5109         (gst_wavparse_sink_activate):
5110         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
5111         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
5112         (gst_oss_src_finalize):
5113         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
5114         * sys/v4l2/gstv4l2object.h:
5115         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5116         (gst_v4l2src_finalize):
5117         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
5118
5119         Fix a bunch of leaks shown by the newly-added states test.
5120
5121 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5122
5123         * ext/dv/gstdvdec.c: (gst_dvdec_init):
5124         Use gst_pad_new_from_static_template instead of 
5125         static_pad_template_get+pad_new.
5126
5127 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
5128
5129         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5130
5131         * ext/libcaca/Makefile.am:
5132         * gst/debug/Makefile.am:
5133           Don't mix tabs and spaces (#414168).
5134
5135 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5136
5137         * tests/check/generic/.cvsignore:
5138           Ignore files to please buildbot.
5139
5140 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5141
5142         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
5143         (gst_wavparse_stream_data):
5144           Unbreak my previous commit (swapped nominator & denominator). Tim,
5145           thanks for spotting.
5146
5147 2007-03-02  Wim Taymans  <wim@fluendo.com>
5148
5149         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
5150         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
5151         (gst_cdio_cdda_src_finalize):
5152         Small code cleanups.
5153         Don't use pad_alloc as the base class cannot deal with the error codes.
5154
5155 2007-03-02  Wim Taymans  <wim@fluendo.com>
5156
5157         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
5158         (gst_udpsrc_create):
5159         Fix doc.
5160
5161 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5162
5163         Patch by: René Stadler <mail@renestadler.de>
5164
5165         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
5166         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
5167         (gst_wavparse_stream_data):
5168           Handle rounding better to not drop last sample frame. Fixes #356692
5169
5170 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
5171
5172         * tests/check/Makefile.am:
5173         Disable cacasink from the states check too - it also calls exit(1)
5174         on us when it can't find a terminal to talk to.
5175
5176 2007-03-02  Wim Taymans  <wim@fluendo.com>
5177
5178         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5179
5180         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5181         (gst_udpsrc_create), (gst_udpsrc_set_property),
5182         (gst_udpsrc_get_property):
5183         * gst/udp/gstudpsrc.h:
5184         Add support to strip proprietary headers. Fixes #350296.
5185
5186 2007-03-02  Wim Taymans  <wim@fluendo.com>
5187
5188         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
5189         Fix compilation.
5190
5191 2007-03-02  Wim Taymans  <wim@fluendo.com>
5192
5193         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5194
5195         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
5196         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
5197         (gst_rtp_mp2t_depay_set_property),
5198         (gst_rtp_mp2t_depay_get_property):
5199         * gst/rtp/gstrtpmp2tdepay.h:
5200         Add support to strip off proprietary headers. Fixes #350278.
5201
5202 2007-03-02  Wim Taymans  <wim@fluendo.com>
5203
5204         * ext/hal/hal.c:
5205         Fix compilation.
5206
5207 2007-03-02  Wim Taymans  <wim@fluendo.com>
5208
5209         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
5210         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
5211         (gst_sunaudiosrc_open):
5212         * sys/sunaudio/gstsunaudiosrc.h:
5213         Remove device-name from GstSunAudioSrc. Fixes #412597.
5214
5215 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5216
5217         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5218         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5219         Having NULL as UDI previously selected the default sink/src. Change
5220         this back but mention it in the debug output.
5221         * ext/hal/hal.c: (gst_hal_get_alsa_element),
5222         (gst_hal_get_oss_element), (gst_hal_get_string),
5223         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
5224         (gst_hal_get_audio_src):
5225         * ext/hal/hal.h:
5226         Refactor a bit, check all error conditions, greatly improve debugging
5227         and fix some possible memory leaks. Also implement OSS support
5228         and allow specifying an UDI that points to a real device. For this the
5229         child device which supports ALSA (preferred) or OSS is used.
5230         As a side effect this makes it impossible now to get a alsasink in
5231         halaudiosrc and a alsasrc in halaudiosink.
5232
5233 2007-03-01  Wim Taymans  <wim@fluendo.com>
5234
5235         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
5236         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
5237         Errors from the udp sources are not fatal unless all of them are in
5238         error.
5239
5240 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5241
5242         * tests/check/Makefile.am:
5243         Disable aasink in the states test. I suspect this is the element that
5244         is calling exit(1) when it can't proceed.
5245
5246 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5247
5248         * tests/check/Makefile.am:
5249         Draw plugins in from the build tree sys/ dir, rather than picking
5250         up the already installed versions.
5251
5252 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5253
5254         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
5255         Error out correctly when getting xcontext fails.
5256
5257 2007-03-01  Wim Taymans  <wim@fluendo.com>
5258
5259         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
5260         Make state change to PAUSED NO_PREROLL because that's what it will be in
5261         the future and rtspsrc relies on it.
5262
5263         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
5264         (gst_rtspsrc_change_state):
5265         Don't error out when we don't get an error from the state change
5266         function.
5267
5268 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5269
5270         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5271         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5272           Check if the device UDI is set before trying to query HAL
5273           about it and give a useful error message if it wasn't set.
5274         * ext/hal/hal.c: (gst_hal_get_string):
5275           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
5276           gives an assertion failure in D-Bus when running with
5277           DBUS_FATAL_WARNINGS=1.
5278
5279 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5280
5281         * configure.ac:
5282           Convert to new AG_GST style.
5283
5284 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5285
5286         * tests/check/Makefile.am:
5287         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
5288           add test for states
5289
5290 2007-02-28  Wim Taymans  <wim@fluendo.com>
5291
5292         * tests/check/elements/.cvsignore:
5293         Add new videofilter check to .cvsignore.
5294
5295 2007-02-28  Wim Taymans  <wim@fluendo.com>
5296
5297         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
5298         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5299         (gst_avi_demux_loop), (gst_avi_demux_chain):
5300         Fix combined flow return. Fixes #412608.
5301
5302 2007-02-28  Wim Taymans  <wim@fluendo.com>
5303
5304         * gst/videofilter/Makefile.am:
5305         Dist header..
5306
5307 2007-02-28  Wim Taymans  <wim@fluendo.com>
5308
5309         * gst/videofilter/gstgamma.h:
5310         Add header too.
5311
5312 2007-02-28  Wim Taymans  <wim@fluendo.com>
5313
5314         Patch by: Mark Nauwelaerts <manauw at skynet be>
5315
5316         * gst/videofilter/Makefile.am:
5317         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
5318         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
5319         (gst_gamma_get_property), (gst_gamma_calculate_tables),
5320         (oil_tablelookup_u8), (gst_gamma_set_caps),
5321         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
5322         Port gamma filter to 0.10. Fixes #412704.
5323
5324         * tests/check/Makefile.am:
5325         * tests/check/elements/videofilter.c: (setup_filter),
5326         (cleanup_filter), (check_filter), (GST_START_TEST),
5327         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
5328         Add unit tests for videofilters.
5329
5330 2007-02-28  Wim Taymans  <wim@fluendo.com>
5331
5332         * gst/rtsp/URLS:
5333         Add another interesting test url.
5334
5335         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
5336         Don't allow getting header fields from data packets.
5337
5338 2007-02-28  Michael Smith  <msmith@fluendo.com>
5339
5340         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5341         (gst_shout2send_init), (gst_shout2send_start),
5342         (gst_shout2send_set_property), (gst_shout2send_get_property):
5343         * ext/shout2/gstshout2.h:
5344           Add a property for username.
5345
5346 2007-02-27  Christian Schallerr <christian@fluendo.com>
5347
5348         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
5349
5350 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5351
5352         * gst/rtsp/Makefile.am:
5353         Fix make check too.
5354
5355 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5356
5357         * gst/rtsp/base64.c: (util_base64_encode):
5358         * gst/rtsp/base64.h:
5359         Commit missing files for base64 encoding.
5360
5361 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5362
5363         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5364
5365         * configure.ac:
5366         * ext/annodex/Makefile.am:
5367         * ext/jpeg/Makefile.am:
5368         * ext/speex/Makefile.am:
5369         * gst/alpha/Makefile.am:
5370         * gst/cutter/Makefile.am:
5371         * gst/debug/Makefile.am:
5372         * gst/effectv/Makefile.am:
5373         * gst/goom/Makefile.am:
5374         * gst/level/Makefile.am:
5375         * gst/smpte/Makefile.am:
5376         * gst/videofilter/Makefile.am:
5377           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
5378
5379 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5380
5381         * gst/rtsp/Makefile.am:
5382         * gst/rtsp/rtspconnection.c: (append_auth_header),
5383         (rtsp_connection_send), (rtsp_connection_set_auth):
5384         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
5385         from icecast to replace it. Relicensed from GPL courtesy of Mike
5386         Smith.
5387
5388 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5389
5390         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
5391         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
5392         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
5393         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
5394         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
5395         (gst_rtspsrc_uri_set_uri):
5396         * gst/rtsp/gstrtspsrc.h:
5397         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5398         (append_auth_header), (rtsp_connection_send),
5399         (rtsp_connection_free), (rtsp_connection_set_auth):
5400         * gst/rtsp/rtspconnection.h:
5401         * gst/rtsp/rtspdefs.h:
5402         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
5403         * gst/rtsp/rtspurl.h:
5404
5405         Implement simple Basic Authentication support so that urls like
5406         rtsp://user:pass@hostname/rtspstream work on hosts that require
5407         authentication.
5408
5409 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
5410
5411         * sys/v4l2/gstv4l2object.c:
5412         * sys/v4l2/gstv4l2tuner.c:
5413         * sys/v4l2/v4l2_calls.c:
5414         Fix segfault when oppening a radio device.
5415         
5416 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
5417
5418         * gst/level/gstlevel.c: (gst_level_set_caps),
5419         (gst_level_transform_ip):
5420         * sys/v4l2/README:
5421         * tests/check/elements/level.c: (GST_START_TEST):
5422           Fix level for multi-channel case.
5423
5424 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
5425
5426         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
5427         (gst_level_transform_ip):
5428         * gst/level/gstlevel.h:
5429           Use function pointer for process function and add process functions
5430           for float audio.
5431
5432 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
5433
5434         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5435         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5436         (gst_v4l2src_capture_init):
5437           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
5438           fixes #407369
5439
5440 2007-02-18  Wim Taymans  <wim@fluendo.com>
5441
5442         * gst/rtp/Makefile.am:
5443         * gst/rtp/gstrtp.c: (plugin_init):
5444         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
5445         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
5446         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
5447         (gst_rtp_mp2t_pay_plugin_init):
5448         * gst/rtp/gstrtpmp2tpay.h:
5449         Added simple mpeg transport stream payloader.
5450
5451 2007-02-16  Wim Taymans  <wim@fluendo.com>
5452
5453         * gst/rtsp/URLS:
5454         Add example H264 rtsp url.
5455
5456         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5457         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
5458         Don't convert values to lowercase or we might mess up base64 encoded
5459         properties.
5460
5461 2007-02-16  Wim Taymans  <wim@fluendo.com>
5462
5463         * gst/rtp/README:
5464         Fix case of string params.
5465
5466         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5467         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5468         Fix depayloader, support more packet types.
5469         Add sync codes to make sure the packetizer can do its job.
5470
5471         * gst/rtp/gstrtpmp4gdepay.c:
5472         * gst/rtp/gstrtpmp4gpay.c:
5473         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
5474         Fix caps case again.
5475
5476 2007-02-15  Wim Taymans  <wim@fluendo.com>
5477
5478         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
5479         Set right caps on output buffers.
5480
5481 2007-02-14  Wim Taymans  <wim@fluendo.com>
5482
5483         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
5484         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
5485         Clear stack allocated SDPMedia struct before calling _init() on it.
5486         Clarify this in the docs as well.
5487
5488 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
5489
5490         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
5491         (do_change_child):
5492         Don't reset the profile when going switching states, as it makes
5493         the element non-reusable.
5494
5495 2007-02-14  Wim Taymans  <wim@fluendo.com>
5496
5497         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
5498         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
5499         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
5500         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
5501         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
5502         (sdp_parse_line):
5503         * gst/rtsp/sdpmessage.h:
5504         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
5505         Fix memory management of SDP messages. Fixes #407793.
5506
5507 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
5508
5509         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
5510
5511         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
5512         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
5513
5514 2007-02-14  Wim Taymans  <wim@fluendo.com>
5515
5516         Patch by: jp.liu <jp_liu at astrocom dot cn>
5517
5518         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
5519         Fix parsing of password field in url. Fixes #407797.
5520
5521 2007-02-14  Wim Taymans  <wim@fluendo.com>
5522
5523         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
5524         (gst_wavparse_reset), (gst_wavparse_init),
5525         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
5526         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
5527         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
5528         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
5529         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
5530         (gst_wavparse_loop), (gst_wavparse_chain),
5531         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
5532         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
5533         (plugin_init):
5534         * gst/wavparse/gstwavparse.h:
5535         Update docs.
5536         Use boilerplate.
5537         Various code cleanups.
5538         When the bitrate is not known (bps == 0 or compressed formats) let
5539         downstream element guestimate the duration and position and don't
5540         generate timestamps or durations. Fixes #405213.
5541         Fix EOS and ERROR conditions in chain mode, we just need to forward the
5542         error flowreturn upstream.
5543
5544 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
5545
5546         * ext/gconf/Makefile.am:
5547         * ext/gconf/gconf.c: (gst_gconf_get_string),
5548         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
5549         (gst_gconf_render_bin_with_default):
5550         * ext/gconf/gconf.h:
5551         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
5552         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
5553         (gst_gconf_audio_sink_dispose), (do_change_child),
5554         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
5555         (cb_change_child), (gst_gconf_audio_sink_change_state):
5556         * ext/gconf/gstgconfaudiosink.h:
5557         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
5558         (gst_switch_sink_class_init), (gst_switch_sink_reset),
5559         (gst_switch_sink_init), (gst_switch_sink_dispose),
5560         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
5561         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
5562         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
5563         * ext/gconf/gstswitchsink.h:
5564         * gst/autodetect/gstautoaudiosink.c:
5565         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
5566         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
5567         (gst_auto_audio_sink_detect):
5568         * gst/autodetect/gstautovideosink.c:
5569         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
5570         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
5571         (gst_auto_video_sink_detect):
5572         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
5573         and a child that implements the GConf key monitoring. The end goal of
5574         this is an audio sink that can be changed on the fly, but at the 
5575         moment it still only changes on the next READY transition.
5576
5577 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5578
5579         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5580         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5581         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
5582         (gst_avi_demux_calculate_durations_from_index),
5583         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5584         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5585         (gst_avi_demux_loop):
5586           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
5587
5588 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5589
5590         * configure.ac:
5591         * docs/plugins/Makefile.am:
5592           Add crossreferences to glib/gobject/gstream docs.
5593
5594 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5595
5596         * gst/monoscope/Makefile.am:
5597         * gst/monoscope/gstmonoscope.c:
5598           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
5599           (but no LIBS, since we only use defines from the headers).
5600
5601 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5602
5603         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
5604
5605         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
5606         (gst_wavparse_stream_data):
5607           Fix massive memory leak when operating in streaming mode due to
5608           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
5609           Fixes #407057.
5610
5611 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5612
5613         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
5614         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
5615         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
5616         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
5617         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5618         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
5619         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
5620         (gst_avi_demux_calculate_durations_from_index),
5621         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5622         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
5623         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
5624         * gst/avi/gstavidemux.h:
5625           Save some memory (8%) by repacking the index entry structure (more to
5626           come). Add more FIXMEs to questionable parts.
5627
5628 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5629
5630         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
5631         (gst_v4l2src_get_caps):
5632         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5633         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5634         (gst_v4l2src_capture_init):
5635           More FIXME comments and messaging changes.
5636
5637 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5638
5639         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
5640         (gst_goom_change_state):
5641         * gst/goom/gstgoom.h:
5642           Improved docs and use GST_DEBUG_FUNCPTR.
5643
5644         * gst/level/gstlevel.c: (gst_level_class_init):
5645           Use GST_DEBUG_FUNCPTR.
5646
5647         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
5648         (gst_monoscope_chain), (gst_monoscope_change_state):
5649           Improved docs source cleanups.
5650
5651 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5652
5653         * gst/debug/Makefile.am:
5654         * gst/debug/gstdebug.c: (plugin_init):
5655         * gst/debug/gstpushfilesrc.c:
5656         * gst/debug/gstpushfilesrc.h:
5657           Add code for a pushfilesrc element that implements a pushfile:// URI
5658           handler, to make debugging push-mode operation of demuxer/decoders
5659           that support both easier in connection with seek/playbin/etc.
5660           The element isn't registered at the moment.
5661
5662 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
5663
5664         * gst/avi/gstavimux.c:
5665           Comment a #if 0 in caps template definition as VS6 seems to 
5666         do not support it.
5667         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
5668           Use gst_guint64_to_gdouble for conversion.
5669         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
5670           Move variables declaration before the first instruction.
5671         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
5672           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
5673           And don't include netdb.h for G_OS_WIN32
5674         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
5675           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
5676           by VS6 then use an other way to initialize SDPMedia structure.
5677         * gst/udp/gstdynudpsink.h:
5678         * gst/udp/gstdynudpnetutils.h:
5679           Do not include <sys/time.h> for G_OS_WIN32
5680         * gst/udp/gstudpsrc.c:
5681           Define socklen_t as int for G_OS_WIN32
5682         * win/common/config.h.in:
5683           Undef HAVE_NETINET_IN_H
5684         * win32/vs6/gst_plugins_good.dsw:
5685         * win32/vs6/libgstrtp.dsp:
5686         * win32/vs6/libgstrtsp.dsp:
5687         * win32/vs6/libgstautogen.dsp:
5688         * win32/vs6/libgstaudiofx.dsp:
5689         * win32/vs6/libgstudp.dsp:
5690           Add and update project files.
5691         * win32/common/gstudp-enumtypes.c:
5692         * win32/common/gstudp-enumtypes.h:
5693           Add a copy of udp enumtypes to win32/common as in core 
5694           and base.
5695         
5696 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
5697
5698         * configure.ac:
5699           Activate monoscope when building with --enable-experimental. Fix
5700           --enable-external configure switch description.
5701
5702         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
5703         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
5704           Help gst-indent.
5705
5706 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
5707
5708         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
5709           Explicitly cast result of pointer arithmetic to integer in order to
5710           avoid compiler warnings on some 64-bit systems. Should fix #406018.
5711
5712 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5713
5714         * gst/debug/progressreport.c:
5715           Some more docs.
5716
5717 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5718
5719         * docs/plugins/inspect/plugin-rtp.xml:
5720           Update for new elements.
5721
5722         * gst/debug/progressreport.h:
5723           Commit newly-created header file as well.
5724
5725 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5726
5727         * docs/plugins/Makefile.am:
5728         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5729         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5730         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5731         * gst/debug/Makefile.am:
5732         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
5733         (gst_progress_report_do_query), (gst_progress_report_report):
5734           Make progressreport element post messages with the current progress
5735           on the bus. Also add some basic docs for it.
5736
5737 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5738
5739         * ext/hal/hal.c: (gst_hal_get_string):
5740         * ext/hal/hal.h:
5741           Some small cleanups; deal with errors when parsing the HAL ALSA
5742           capabilities a bit better.
5743
5744 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5745
5746         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
5747           Let's try this again and use the right cast this time.
5748
5749 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5750
5751         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
5752           Add cast to avoid compiler warnings with older GLib versions
5753           where the nick/name members in GEnumValue are not declared as
5754           constant strings.
5755
5756 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5757
5758         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
5759         (gst_gconf_render_bin_from_key),
5760         (gst_gconf_get_default_audio_sink):
5761         * ext/gconf/gconf.h:
5762         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
5763         (do_toggle_element), (gst_gconf_audio_sink_set_property),
5764         (gst_gconf_audio_sink_get_property):
5765           In gconfaudiosink, get the right key as the old key in do_toggle
5766           (ie. one dependent on the profile selected). Log some more stuff so
5767           we can see what's actually going on.
5768
5769 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
5770
5771         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
5772         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
5773         (gst_audio_amplify_set_process_function),
5774         (gst_audio_amplify_setup):
5775         * gst/audiofx/audioamplify.h:
5776         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
5777         (gst_audio_invert_class_init), (gst_audio_invert_setup):
5778         * gst/audiofx/audioinvert.h:
5779         Some small cleanups and port both elements to the new GstAudioFilter
5780         base class to save a few lines of common code.
5781         * gst/audiofx/Makefile.am:
5782         Link against libgstaudio for the above changes
5783
5784 2007-01-29  Wim Taymans  <wim@fluendo.com>
5785
5786         * tests/check/elements/.cvsignore:
5787         Some more ignores.
5788
5789 2007-01-26  Wim Taymans  <wim@fluendo.com>
5790
5791         Patch by: charles <charlesg3 at gmail dot com>
5792
5793         * ext/shout2/gstshout2.c: (gst_shout2send_init),
5794         (set_shout_metadata), (gst_shout2send_event):
5795         * ext/shout2/gstshout2.h:
5796         Properly handle tags in shout2send. Fixes #399825.
5797
5798 2007-01-25  Wim Taymans  <wim@fluendo.com>
5799
5800         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5801         (gst_rtspsrc_activate_streams):
5802         Convert SDP fields to upper/lowercase following the rules in the SDP to
5803         caps document. 
5804
5805 2007-01-25  Wim Taymans  <wim@fluendo.com>
5806
5807         * gst/rtp/README:
5808         * gst/rtp/gstrtpilbcdepay.c:
5809         * gst/rtp/gstrtpilbcpay.c:
5810         * gst/rtp/gstrtpmp4gdepay.c:
5811         * gst/rtp/gstrtpmp4gpay.c:
5812         * gst/rtp/gstrtpspeexdepay.c:
5813         * gst/rtp/gstrtpspeexpay.c:
5814         * gst/rtp/gstrtpsv3vdepay.c:
5815         * gst/rtp/gstrtptheoradepay.c:
5816         * gst/rtp/gstrtptheorapay.c:
5817         * gst/rtp/gstrtpvorbisdepay.c:
5818         * gst/rtp/gstrtpvorbispay.c:
5819         Fix case of encoding-name and key/value pairs to match the document.
5820         This is to make interoperation with SDP case-insensitive as required by
5821         the relevant RFCs.
5822
5823 2007-01-25  Wim Taymans  <wim@fluendo.com>
5824
5825         * configure.ac:
5826         Bump required -core/-base to CVS
5827
5828 2007-01-25  Wim Taymans  <wim@fluendo.com>
5829
5830         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
5831         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
5832         * gst/rtp/gstrtpL16pay.h:
5833         Fill up to MTU using adapter.
5834         Timestamp rtp packets.
5835
5836 2007-01-25  Edward Hervey  <edward@fluendo.com>
5837
5838         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5839         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
5840         Use G_GSIZE_FORMAT in print statements for portability.
5841         Fixes build on macosx.
5842
5843 2007-01-24  Wim Taymans  <wim@fluendo.com>
5844
5845         * gst/rtp/Makefile.am:
5846         * gst/rtp/gstrtp.c: (plugin_init):
5847         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
5848         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
5849         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
5850         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
5851         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
5852         (gst_rtp_L16_depay_plugin_init):
5853         * gst/rtp/gstrtpL16depay.h:
5854         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
5855         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
5856         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
5857         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
5858         (gst_rtp_L16_pay_plugin_init):
5859         * gst/rtp/gstrtpL16pay.h:
5860         Port and enable raw audio payloader/depayloader. Needs a bit more work
5861         on the payloader side.
5862
5863 2007-01-24  Wim Taymans  <wim@fluendo.com>
5864
5865         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
5866         (gst_rtspsrc_stream_configure_transport),
5867         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
5868         * gst/rtsp/gstrtspsrc.h:
5869         Only unblock the udp pads when we linked and activated them all.
5870         Fixes #395688.
5871
5872 2007-01-24  Wim Taymans  <wim@fluendo.com>
5873
5874         * gst/rtp/Makefile.am:
5875         * gst/rtp/gstrtp.c: (plugin_init):
5876         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
5877         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
5878         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
5879         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
5880         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
5881         * gst/rtp/gstrtpac3depay.h:
5882         Added simple AC3 depayloader (RFC 4184).
5883
5884         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
5885         Fix a leak.
5886
5887 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
5888
5889         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5890
5891         * gst/audiofx/Makefile.am:
5892         * gst/audiofx/audioamplify.c:
5893         (gst_audio_amplify_clipping_method_get_type),
5894         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
5895         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
5896         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
5897         (gst_audio_amplify_set_caps),
5898         (gst_audio_amplify_transform_int_clip),
5899         (gst_audio_amplify_transform_int_wrap_negative),
5900         (gst_audio_amplify_transform_int_wrap_positive),
5901         (gst_audio_amplify_transform_float_clip),
5902         (gst_audio_amplify_transform_float_wrap_negative),
5903         (gst_audio_amplify_transform_float_wrap_positive),
5904         (gst_audio_amplify_transform_ip):
5905         * gst/audiofx/audioamplify.h:
5906         * gst/audiofx/audiofx.c: (plugin_init):
5907         Add new element "audioamplify". This allows scaling of raw audio
5908         samples, similar to the "volume" element, but provides different modes
5909         for clipping and allows unlimited amplification. It's mainly targeted
5910         for creative sound design and not as a replacement of the "volume"
5911         element. Fixes #397162
5912         * docs/plugins/Makefile.am:
5913         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5914         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5915         * docs/plugins/gst-plugins-good-plugins.args:
5916         * docs/plugins/inspect/plugin-audiofx.xml:
5917         Add docs for audioamplify and integrate them into the build system
5918         * tests/check/Makefile.am:
5919         * tests/check/elements/audioamplify.c: (setup_amplify),
5920         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
5921         Add fairly extensive unit test suite for audioamplify
5922
5923 2007-01-24  Wim Taymans  <wim@fluendo.com>
5924
5925         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
5926         Unblock pads after adding the pads to the element so that autopluggers
5927         get a change to link something. Possibly fixes #395688.
5928
5929 2007-01-24  Wim Taymans  <wim@fluendo.com>
5930
5931         * gst/rtp/gstrtpamrdepay.c:
5932         * gst/rtp/gstrtpgsmdepay.c:
5933         * gst/rtp/gstrtph263pdepay.c:
5934         * gst/rtp/gstrtph263ppay.c:
5935         * gst/rtp/gstrtph264depay.c:
5936         * gst/rtp/gstrtpilbcdepay.c:
5937         * gst/rtp/gstrtpmp2tdepay.c:
5938         * gst/rtp/gstrtpmp4gdepay.c:
5939         * gst/rtp/gstrtpmp4gpay.c:
5940         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
5941         * gst/rtp/gstrtpmp4vpay.c:
5942         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
5943         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
5944         (gst_rtp_mpa_depay_process):
5945         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
5946         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
5947         * gst/rtp/gstrtppcmadepay.c:
5948         * gst/rtp/gstrtppcmudepay.c:
5949         * gst/rtp/gstrtpspeexdepay.c:
5950         * gst/rtp/gstrtpspeexpay.c:
5951         * gst/rtp/gstrtpsv3vdepay.c:
5952         * gst/rtp/gstrtptheoradepay.c:
5953         * gst/rtp/gstrtptheorapay.c:
5954         * gst/rtp/gstrtpvorbisdepay.c:
5955         * gst/rtp/gstrtpvorbispay.c:
5956         Fix caps with payload numbers.
5957         Add some fixed payload numbers to caps when possible.
5958
5959 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
5960
5961         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5962
5963         * gst/audiofx/Makefile.am:
5964         * gst/audiofx/audiofx.c: (plugin_init):
5965         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
5966         (gst_audio_invert_class_init), (gst_audio_invert_init),
5967         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
5968         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
5969         (gst_audio_invert_transform_float),
5970         (gst_audio_invert_transform_ip):
5971         * gst/audiofx/audioinvert.h:
5972         Add new audiofx element "audioinvert". This element swaps the upper
5973         and lower half of samples and can be used for example for a
5974         wide-stereo effect. Fixes #396057
5975         * docs/plugins/Makefile.am:
5976         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5977         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5978         * docs/plugins/gst-plugins-good-plugins.args:
5979         * docs/plugins/inspect/plugin-audiofx.xml:
5980         Add docs for the audioinvert element and add them to the build system.
5981         * tests/check/Makefile.am:
5982         * tests/check/elements/audioinvert.c: (setup_invert),
5983         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
5984         Add unit test suite for the audioinvert element.
5985
5986 2007-01-23  Wim Taymans  <wim@fluendo.com>
5987
5988         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
5989         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
5990         Parse config params as string and int.
5991         Parse and use AU header length
5992
5993 2007-01-23  Wim Taymans  <wim@fluendo.com>
5994
5995         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
5996         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
5997         * gst/smpte/gstmask.c: (_gst_mask_register):
5998         * gst/smpte/gstmask.h:
5999         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
6000         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
6001         (gst_smpte_paint_triangle_clock):
6002         constify some static structs.
6003         Don't update the mask if nothing changed to the params.
6004         Make sure we never draw outside of the picture. Fixes #398325.
6005
6006 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
6007
6008         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
6009           Error out properly when pull_range fails while we're reading the
6010           headers, instead of just pausing the task silently. Fixes #399338.
6011
6012 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
6013
6014         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6015           Some more sanity checks to make sure the input formats match and the
6016           input pads are actually negotiated, in case someone tries to feed
6017           buffers from fakesrc or filesrc. Fixes #398299.
6018           Also const-ify an array, just because we can.
6019
6020 2007-01-19  Edward Hervey  <edward@fluendo.com>
6021
6022         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
6023         Ignore previous commit, that was only valid for widths and heights
6024         that are multiples of 4.
6025         Copy over size/stride macros from jpegdec. This allows the element
6026         to work with any width,height...
6027         ... but puts in evidence that the actual transformations only work
6028         with width/height that are multiples of 4.
6029
6030 2007-01-19  Edward Hervey  <edward@fluendo.com>
6031
6032         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6033         Allocate buffers of the right size.
6034         The proper size of a I420 buffer in bytes is:
6035         
6036             width * height * 3
6037             ------------------
6038                     2
6039
6040 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6041
6042         * gst/smpte/gstsmpte.c: (gst_smpte_init):
6043           Proxy getcaps on sink pads too, so that we either end up with the
6044           same dimensions on all pads or error out if that's not possible
6045           (seems to work even!). Fixes #398086, I think.
6046
6047 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6048
6049         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6050         * docs/plugins/gst-plugins-good-plugins.args:
6051         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6052           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
6053           fix integer properties with -1 as minimum value.
6054
6055         * docs/plugins/inspect/plugin-1394.xml:
6056         * docs/plugins/inspect/plugin-aasink.xml:
6057         * docs/plugins/inspect/plugin-alaw.xml:
6058         * docs/plugins/inspect/plugin-alpha.xml:
6059         * docs/plugins/inspect/plugin-alphacolor.xml:
6060         * docs/plugins/inspect/plugin-annodex.xml:
6061         * docs/plugins/inspect/plugin-apetag.xml:
6062         * docs/plugins/inspect/plugin-audiofx.xml:
6063         * docs/plugins/inspect/plugin-auparse.xml:
6064         * docs/plugins/inspect/plugin-autodetect.xml:
6065         * docs/plugins/inspect/plugin-avi.xml:
6066         * docs/plugins/inspect/plugin-cacasink.xml:
6067         * docs/plugins/inspect/plugin-cairo.xml:
6068         * docs/plugins/inspect/plugin-cdio.xml:
6069         * docs/plugins/inspect/plugin-cutter.xml:
6070         * docs/plugins/inspect/plugin-debug.xml:
6071         * docs/plugins/inspect/plugin-dv.xml:
6072         * docs/plugins/inspect/plugin-efence.xml:
6073         * docs/plugins/inspect/plugin-effectv.xml:
6074         * docs/plugins/inspect/plugin-esdsink.xml:
6075         * docs/plugins/inspect/plugin-flac.xml:
6076         * docs/plugins/inspect/plugin-flxdec.xml:
6077         * docs/plugins/inspect/plugin-gconfelements.xml:
6078         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6079         * docs/plugins/inspect/plugin-goom.xml:
6080         * docs/plugins/inspect/plugin-halelements.xml:
6081         * docs/plugins/inspect/plugin-icydemux.xml:
6082         * docs/plugins/inspect/plugin-id3demux.xml:
6083         * docs/plugins/inspect/plugin-jpeg.xml:
6084         * docs/plugins/inspect/plugin-level.xml:
6085         * docs/plugins/inspect/plugin-matroska.xml:
6086         * docs/plugins/inspect/plugin-mulaw.xml:
6087         * docs/plugins/inspect/plugin-multipart.xml:
6088         * docs/plugins/inspect/plugin-navigationtest.xml:
6089         * docs/plugins/inspect/plugin-ossaudio.xml:
6090         * docs/plugins/inspect/plugin-png.xml:
6091         * docs/plugins/inspect/plugin-rtp.xml:
6092         * docs/plugins/inspect/plugin-rtsp.xml:
6093         * docs/plugins/inspect/plugin-shout2send.xml:
6094         * docs/plugins/inspect/plugin-smpte.xml:
6095         * docs/plugins/inspect/plugin-speex.xml:
6096         * docs/plugins/inspect/plugin-taglib.xml:
6097         * docs/plugins/inspect/plugin-udp.xml:
6098         * docs/plugins/inspect/plugin-videobalance.xml:
6099         * docs/plugins/inspect/plugin-videobox.xml:
6100         * docs/plugins/inspect/plugin-videoflip.xml:
6101         * docs/plugins/inspect/plugin-videomixer.xml:
6102         * docs/plugins/inspect/plugin-wavenc.xml:
6103         * docs/plugins/inspect/plugin-wavparse.xml:
6104         * docs/plugins/inspect/plugin-ximagesrc.xml:
6105           Update to CVS.
6106
6107 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
6108
6109         Patch by: Sebastian Dröge <slomo circular-chaos org>
6110
6111         * gst/audiofx/audiopanorama.c:
6112           Fix doc section name (Fixes #397946)
6113
6114 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
6115
6116         * sys/v4l2/gstv4l2object.c:
6117         (gst_v4l2_object_install_properties_helper),
6118         (gst_v4l2_object_set_property_helper),
6119         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
6120         * sys/v4l2/gstv4l2object.h:
6121         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6122         (gst_v4l2src_init), (gst_v4l2src_set_property),
6123         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
6124         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6125         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6126         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
6127         (gst_v4l2src_capture_deinit):
6128           Fix EIO handing when capturing. Add new property to specify the number of
6129           buffers to enque (and remove the borked num-buffers usage).
6130
6131 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
6132
6133         Patch by: Sebastian Dröge <slomo circular-chaos org>
6134
6135         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
6136         (gst_audio_panorama_set_process_function):
6137           Use a function array for process methods, add more docs and define the
6138           startindex of enums.
6139
6140 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6141
6142         Patch by: Mark Nauwelaerts <manauw at skynet be>
6143
6144         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
6145         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
6146         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
6147         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
6148         (gst_avi_mux_riff_get_avi_header),
6149         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
6150         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
6151         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
6152         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
6153         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
6154         (gst_avi_mux_change_state):
6155         * gst/avi/gstavimux.h:
6156         * tests/check/elements/avimux.c: (teardown_src_pad):
6157           Add support for more than one audio stream; write better AVIX
6158           header; refactor code a bit; don't announce vorbis caps on our audio
6159           sink pads since we don't support it anyway. Closes #379298.
6160
6161 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
6162
6163         Patch by: Sebastian Dröge <slomo circular-chaos org>
6164
6165         * gst/audiofx/audiopanorama.c:
6166         (gst_audio_panorama_method_get_type),
6167         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
6168         (gst_audio_panorama_set_process_function),
6169         (gst_audio_panorama_set_property),
6170         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
6171         (gst_audio_panorama_transform_m2s_int_simple),
6172         (gst_audio_panorama_transform_s2s_int_simple),
6173         (gst_audio_panorama_transform_m2s_float_simple),
6174         (gst_audio_panorama_transform_s2s_float_simple):
6175         * gst/audiofx/audiopanorama.h:
6176           Add 'method' property and provide a simple (non-psychoacustic)
6177           processing method (#394859).
6178
6179         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
6180         (panorama_suite):
6181           Tests for new method.
6182
6183 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6184
6185         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
6186         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
6187           Set correct caps on outgoing pulled buffers, or things blow up
6188           after recent core changes.
6189
6190 2007-01-11  Wim Taymans  <wim@fluendo.com>
6191
6192         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6193
6194         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
6195         (gst_multipart_mux_request_new_pad),
6196         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
6197         (gst_multipart_mux_change_state):
6198         Return FLOW errors ASAP. Fixes #394977.
6199         Misc cleanups.
6200
6201 2007-01-11  Wim Taymans  <wim@fluendo.com>
6202
6203         Patch by: Lutz Mueller <lutz at topfrose dot de>
6204
6205         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
6206         Check for stream pad before activating. 
6207
6208 2007-01-10  Wim Taymans  <wim@fluendo.com>
6209
6210         Patch by: Peter Kjellerstedt  <pkj at axis com>
6211
6212         * gst/rtsp/COPYING.MIT:
6213         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6214         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
6215         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
6216         (gst_rtspsrc_stream_configure_transport),
6217         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
6218         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
6219         (gst_rtspsrc_parse_methods),
6220         (gst_rtspsrc_create_transports_string),
6221         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
6222         (gst_rtspsrc_open), (gst_rtspsrc_close):
6223         * gst/rtsp/gstrtspsrc.h:
6224         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6225         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
6226         (parse_request_line), (parse_line), (rtsp_connection_read),
6227         (rtsp_connection_close):
6228         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
6229         (rtsp_method_as_text), (rtsp_header_as_text),
6230         (rtsp_status_as_text), (rtsp_find_header_field),
6231         (rtsp_find_method):
6232         * gst/rtsp/rtspdefs.h:
6233         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
6234         (rtsp_ext_wms_configure_stream):
6235         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
6236         (rtsp_message_new_request), (rtsp_message_init_request),
6237         (rtsp_message_new_response), (rtsp_message_init_response),
6238         (rtsp_message_init_data), (rtsp_message_unset),
6239         (rtsp_message_free), (rtsp_message_add_header),
6240         (rtsp_message_get_header), (rtsp_message_set_body),
6241         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
6242         * gst/rtsp/rtspmessage.h:
6243         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
6244         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
6245         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
6246         (sdp_message_dump):
6247         Allow url to be NULL to be able to use it for server connections.
6248         Can now send responses as well as requests.
6249         No longer hangs in an endless loop if EOF is received.
6250         Can now convert a status code to a text string.
6251         Return RTSP_HDR_INVALID for unknown headers.
6252         Return RTSP_INVALID for unknown methods.
6253         Copy CSeq and Session headers from the request.
6254         Only free memory corresponding to the currently set message type.
6255         Added const to function arguments as appropriate.
6256         Avoid a compiler warning when initializing nmedia.
6257         Use guint rather than gint to avoid compiler warnings.
6258         Fix crasher in wms extension.
6259         Factor out stream setup from open_connection.
6260         Delay activation of streams when actual data is received from the
6261         server, this prepares us to do proper protocol switching.
6262         Added new license.
6263         Fixes #380895.
6264
6265
6266 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
6267
6268         Patch by: Sebastian Dröge <slomo ubuntu com>
6269
6270         * docs/plugins/Makefile.am:
6271         * gst/audiofx/audiopanorama.c:
6272           Some small docs fixes (#394851).
6273
6274 2007-01-09  Wim Taymans  <wim@fluendo.com>
6275
6276         * gst/avi/gstavidemux.c:
6277         Fix docs.
6278
6279 2007-01-09  Wim Taymans  <wim@fluendo.com>
6280
6281         * gst/rtp/Makefile.am:
6282         * gst/rtp/gstrtp.c: (plugin_init):
6283         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
6284         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
6285         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
6286         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
6287         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
6288         * gst/rtp/gstrtpmpvdepay.h:
6289           Added RFC 2250 MPEG Video Depayloader.
6290
6291         * gst/rtp/gstrtpL16depay.h:
6292         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
6293         (gst_rtp_h263p_depay_process):
6294         Fix Header file. Small cleanups.
6295
6296         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
6297         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
6298         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
6299         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
6300         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
6301         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
6302         (gst_rtp_mp4v_depay_change_state):
6303         Remove usused code. Remove Adapter from state Change. Added debug.
6304
6305         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
6306         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
6307         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
6308         * gst/rtp/gstrtpmpadepay.h:
6309         Subclass base depayloader.
6310         Added debug.
6311         Support static payload type assignment as well.
6312
6313         * gst/rtp/gstrtpmpapay.c:
6314         Fix caps.
6315
6316 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6317
6318         Patch by: Vincent Torri  <vtorri at univ-evry fr>
6319
6320         * ext/jpeg/gstjpegdec.c:
6321         * ext/jpeg/gstjpegenc.c:
6322         * ext/jpeg/smokecodec.c:
6323           These libjpeg callbacks should return a 'boolean' (unsigned char
6324           apparently) and not a 'gboolean' (which maps to gint). Fixes
6325           warnings when compiling with MingW (#393427).
6326
6327         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6328           Use ioctlsocket on win32.
6329
6330         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6331           Some printf format fixes for win32.
6332
6333 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
6334
6335         * gst/cutter/gstcutter.c: (gst_cutter_chain):
6336           Use gst_guint64_to_gdouble for conversion.
6337         * win32/vs6/libgstmatroska.dsp:
6338           Add zlib to the link.
6339         * win32/vs6/libgstvideobox.dsp:
6340           Update liboil library name (project is linked to 
6341           liboil-0.3-0.lib now).
6342           
6343 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6344
6345         * gst/matroska/Makefile.am:
6346           If zlib is available and used, we must link it explicitly for
6347           things to work on MingW (fixes #392855).
6348
6349 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
6350
6351         * ext/esd/esdsink.c: (gst_esdsink_delay):
6352           Don't return bogus values when esd_get_delay() fails for some
6353           reason (#392189).
6354
6355 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6356
6357         * sys/ximage/gstximagesrc.c: (composite_pixel):
6358           Fix presumably copy'n'pasto for 16bpp depth.
6359
6360 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6361
6362         * gst/matroska/matroska-mux.c:
6363         (gst_matroska_mux_audio_pad_setcaps):
6364           The "signed" field in audio caps is of boolean type, trying to use
6365           gst_structure_get_int() to extract it will fail. Fixing this makes
6366           matroskamux accept raw audio input (#387121) (use at your own risk
6367           though, due to the matroska spec being not entirely useful in this
6368           respect).
6369           Also fix up raw audio structures in template caps so that they
6370           represent what our setcaps function will actually accept, so that
6371           converters know what to convert to.
6372           Finally, don't fail if there isn't an "endianness" field in 8-bit
6373           PCM caps.
6374
6375 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
6376
6377         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6378         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6379         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6380         (teardown_cmmldec):
6381         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6382         (teardown_cmmlenc):
6383         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6384           reapply consistent pad (de)activation
6385
6386 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
6387
6388         * configure.ac:
6389         Back to CVS
6390
6391         * gst-plugins-good.doap:
6392         Add 0.10.5 doap entry
6393
6394 === release 0.10.5 ===
6395
6396 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
6397
6398         * configure.ac:
6399           releasing 0.10.5, "The Path of Thorns"
6400
6401 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6402
6403         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6404         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6405         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6406         (teardown_cmmldec):
6407         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6408         (teardown_cmmlenc):
6409         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6410           revert my freeze breakage
6411
6412 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6413
6414         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6415         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6416         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6417         (teardown_cmmldec):
6418         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6419         (teardown_cmmlenc):
6420         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6421           consistent pad (de)activation
6422
6423 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
6424
6425         * configure.ac:
6426         * ext/Makefile.am:
6427         Disable LADPSA, as it has moved to the -bad module for the duration.
6428
6429 2006-12-18  Wim Taymans  <wim@fluendo.com>
6430
6431         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
6432         (gst_signal_processor_event):
6433         Reset flow_state back to _OK after a flush stop so that we exit our
6434         error state after the flush. Fixes #374213
6435
6436 2006-12-16  David Schleef  <ds@schleef.org>
6437
6438         * sys/osxvideo/osxvideosink.h:
6439         * sys/osxvideo/osxvideosink.m:
6440           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
6441
6442 2006-12-16  David Schleef  <ds@schleef.org>
6443
6444         Patch by: Vijay Santhanam <vijay santhanam gmail com>
6445
6446         * sys/osxvideo/Makefile.am:
6447         * sys/osxvideo/osxvideosink.h:
6448         * sys/osxvideo/osxvideosink.m:
6449           Preliminary patch for porting osxvideosink
6450
6451 2006-12-16  Wim Taymans  <wim@fluendo.com>
6452
6453         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6454
6455         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
6456         (gst_videomixer_set_master_geometry),
6457         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
6458         (gst_videomixer_reset), (gst_videomixer_init),
6459         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
6460         (gst_videomixer_release_pad), (gst_videomixer_collected),
6461         (gst_videomixer_change_state):
6462         Introduce some locking around the videomixer state so that it does not
6463         crash when adding/removing pads. Fixes #383043.
6464
6465 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6466
6467         * configure.ac:
6468           Make sure libcaca can actually be used instead of just checking for
6469           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
6470           cross-compiling (fixes #384587).
6471
6472 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6473
6474         * Makefile.am:
6475         * gst-plugins-good.doap:
6476         * gst-plugins-good.spec.in:
6477           adding doap file
6478
6479 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6480
6481         * configure.ac:
6482           libflac-1.1.3 changed API again, but we can't build against it yet,
6483           so make sure our check doesn't use libflac-1.1.3 and add a comment
6484           to this effect.
6485
6486 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6487
6488         * gst/effectv/gstquark.c: (gst_quarktv_transform),
6489         (gst_quarktv_planetable_clear):
6490           Add some NULL pointer checks (possibly related to #385623).
6491
6492 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
6493
6494         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
6495         (gst_tag_demux_chain):
6496         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
6497           In streaming mode, if the first buffer we get doesn't have an
6498           offset, fix it up to be 0, otherwise trimming won't work later on
6499           and we'll be typefinding application/x-id3, which may result in
6500           decodebin plugging an endless number of id3demux elements as a
6501           consequence. Fixes #385031.
6502           
6503 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6504
6505         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
6506           Ignore the buffer_time the sound device reports. Turns out it is 
6507           sometimes completely bogus and we're better off without it.
6508
6509 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6510
6511         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6512         (gst_matroska_demux_video_caps):
6513         * gst/matroska/matroska-ids.c:
6514         (gst_matroska_track_init_video_context):
6515         * gst/matroska/matroska-ids.h:
6516           Try harder to extract the framerate for video tracks correctly and
6517           save it directly instead of converting it back and forth a few
6518           times. Mostly makes a difference for very small framerates (<1).
6519           Fixes #380199.
6520
6521 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6522
6523         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
6524         (gst_gconf_audio_src_dispose), (do_toggle_element):
6525         * ext/gconf/gstgconfaudiosrc.h:
6526           Remove gconf notify hook when the gconfaudiosrc element is
6527           destroyed, otherwise the callback may be called on an
6528           already-destroyed instance and bad things happen. Should fix
6529           #378184.
6530           Also ignore gconf key changes when the source is already running.
6531
6532 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6533
6534         Patch by: Sebastian Dröge  <mail at slomosnail de>
6535
6536         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6537           We need to be able to read and parse any possible floating point string
6538           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
6539           will parse the former only in certain locales though, so we really need
6540           to canonicalise the separator to '.' and then use g_ascii_strtod() to
6541           make sure we can parse either version at all times.
6542           Fixes #382982 for real.
6543
6544 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6545
6546         * sys/sunaudio/gstsunaudiomixerctrl.c:
6547         * sys/sunaudio/gstsunaudiosrc.c:
6548
6549         Use the sunaudio debug category.
6550
6551         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
6552         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
6553         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
6554         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
6555         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
6556         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
6557         (gst_sunaudiosink_reset):
6558         * sys/sunaudio/gstsunaudiosink.h:
6559
6560         Uses the sunaudio debug category for all debug output
6561         Implements the _delay() callback to synchronise video playback better
6562         Change the segtotal and segsize values back to the parent class 
6563           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
6564           respectively)
6565         Measure the samples written to the device vs. played.
6566         Keep track of segments in the device by writing empty eof frames, and
6567         sleep using a GCond when we get too far ahead and risk overrunning the
6568         sink's ringbuffer.
6569
6570         Fixes: #360673
6571
6572 2006-12-08  Wim Taymans  <wim@fluendo.com>
6573
6574         Patch by: Sebastian Dröge  <mail at slomosnail de >
6575
6576         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6577         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
6578         * gst/audiofx/audiopanorama.h:
6579         Fix audiopanorame with float samples. Fixes #383726.
6580
6581 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6582
6583         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
6584         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
6585         (gst_sunaudiosrc_reset):
6586
6587         Implement reset functions to unblock the src/sink more quickly on 
6588         state change requests.
6589         Patch by: Brian Cameron <brian dot cameron at sun com>
6590
6591 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6592
6593         * sys/sunaudio/gstsunaudiomixer.c:
6594         (gst_sunaudiomixer_change_state):
6595         Construct the correct mixer device name when the AUDIODEV env var
6596         is set.
6597
6598         Patch by: Jerry Tan <jerry.tan at sun dot com>
6599         Fixes: #383596
6600
6601 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6602
6603         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
6604         Apply patch to open the mixer control and set the MULTIPLE_OPEN
6605         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
6606         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
6607         Patch by: Jerry Tan <jerry.tan at sun dot com>
6608         Fixes: #349015
6609
6610 2006-12-07  Wim Taymans  <wim@fluendo.com>
6611
6612         * gst/smpte/gstmask.h:
6613         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
6614         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
6615         (gst_smpte_collected), (gst_smpte_set_property),
6616         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
6617         * gst/smpte/gstsmpte.h:
6618         Port to 0.10 some more. 
6619         Added duration property to specify the duration of the transition.
6620         Make framerate a fraction.
6621         Deprecate fps property, we only use negotiated fps.
6622         Added docs.
6623         Fix collectpad usage.
6624         Reset state in READY.
6625         Send NEWSEGMENT event.
6626         Fix racy updates of object properties.
6627         Added debug category.
6628         Fixes #383323.
6629
6630 2006-12-06  Wim Taymans  <wim@fluendo.com>
6631
6632         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6633
6634         * gst/videomixer/videomixer.c:
6635         (gst_videomixer_set_master_geometry),
6636         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
6637         Don't reset xpos and ypos in the setcaps function because causes
6638         unexpected behaviour.
6639         Fixes #382179.
6640
6641 2006-12-06  Wim Taymans  <wim@fluendo.com>
6642
6643         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
6644         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
6645         Keep track of the buffer timestamp in the collectdata member instead
6646         of modifying the buffer without making the metadata writable first.
6647         Fixes #382277.
6648
6649 2006-12-06  Wim Taymans  <wim@fluendo.com>
6650
6651         Patch by: Rob Taylor <robtaylor at floopily dot org>
6652
6653         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
6654         If using multicast in udpsrc, bind to the multicast address rather than
6655         IN_ADDR_ANY.
6656         This allows the simultanous use of multiple udpsrcs listening on
6657         different multicat addresses. Without this all udpsrcs will receive all
6658         packets from all subscribed multicast addresses.
6659         Fixes #383001.
6660
6661 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6662
6663         * ext/taglib/gstid3v2mux.cc:
6664         Don't attempt to write a NULL frame into the ID3 tag set when the 
6665         createFrame method returned NULL.
6666         Fixes: #381857
6667         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
6668
6669 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6670
6671         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6672         Use g_strtod() instead of sscanf to parse doubles, so that it will
6673         try parsing in the C locale if the current locale fails.
6674         Fixes: #382982
6675         Patch by: Sebastian Dröge  <mail at slomosnail de >
6676
6677 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
6678
6679         * win32/MANIFEST:
6680         Fix compilation on win32 under VS8
6681         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
6682         Partially fixes #381175
6683
6684 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6685
6686         * gst/avi/gstavimux.c:
6687           accept all mpegversions,fixes #380825
6688           spotted by: Jerome Alet  
6689
6690 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6691
6692         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6693         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
6694         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
6695         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
6696           cleanup the error message a bit more
6697
6698 2006-11-28  Wim Taymans  <wim@fluendo.com>
6699
6700         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
6701         Fix width and height properties.
6702
6703         * ext/libcaca/gstcacasink.h:
6704         Fix compilation on newer libcaca that require us to include a new
6705         header. Fixes #379918.
6706
6707 2006-11-28  Wim Taymans  <wim@fluendo.com>
6708
6709         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6710         * gst/rtsp/gstrtspsrc.h:
6711         * gst/rtsp/rtspext.h:
6712         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
6713         (rtsp_ext_wms_get_context):
6714         Add method so that extensions can choose to disable the setup of
6715         a stream.
6716         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
6717
6718 2006-11-27  Wim Taymans  <wim@fluendo.com>
6719
6720         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6721
6722         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6723         Push header in a separate buffer instead of memcpy:ing all data.
6724         Change LF => CRLF in headers.
6725         Move trailing LF to header. Fixes #379792.
6726
6727 2006-11-27  Wim Taymans  <wim@fluendo.com>
6728
6729         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
6730         Small buffer overflow fix and improve debugging.
6731
6732 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6733
6734         * ext/esd/esdmon.h:
6735         * ext/esd/esdsink.h:
6736           remove obsolete _factory_init protos
6737
6738 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6739
6740         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
6741         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
6742         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
6743         (gst_avi_demux_read_subindexes_push),
6744         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
6745         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6746         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
6747         (gst_avi_demux_massage_index),
6748         (gst_avi_demux_calculate_durations_from_index),
6749         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
6750         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
6751         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
6752           remove dead code, tweak debugs statements, add comments, use
6753           _uint64_scale instead _uint64_scale_int when using guint64 values,
6754           small optimizations, reflow some error handling
6755
6756 2006-11-22  Edward Hervey  <edward@fluendo.com>
6757
6758         * po/.cvsignore:
6759         We never put .pot files in cvs. Let's ignore them all.
6760
6761 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6762
6763         * po/POTFILES.in:
6764           ... but better exclude files that aren't disted.
6765
6766 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6767
6768         * po/POTFILES.in:
6769           Add v4l2 source files to list of files with translations, so the
6770           strings are actually extracted (however bad they still may be).
6771
6772 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6773
6774         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
6775           Minor clean-ups: const-ify static array, remove trailing comma from
6776           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
6777
6778 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
6779
6780         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
6781         Make sure that g_free always gets called on the same pointer that was 
6782         returned by g_malloc.  Fixes #376594.
6783         Do not leak memory if decompressed size is wrong.
6784         Remove unneeded check of return value of g_malloc.
6785         Patch by: René Stadler <mail@renestadler.de>
6786
6787 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
6788
6789         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
6790           Add missing curly brackets.
6791
6792 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
6793
6794         * sys/v4l2/v4l2src_calls.c:
6795         Fix capture_deinit.
6796
6797 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6798
6799         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
6800         (gst_matroska_mux_request_new_pad):
6801           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
6802
6803         * tests/check/elements/matroskamux.c: (setup_src_pad),
6804         (setup_sink_pad), (GST_START_TEST):
6805         Activate pads before using them.
6806
6807 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6808
6809         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
6810           Initialise variable to get rid of bogus compiler warning.
6811
6812 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
6813
6814         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
6815
6816         * gst/rtp/gstrtph263pay.c:
6817         * gst/rtp/gstrtph263pdepay.c:
6818         * gst/rtp/gstrtph263ppay.c:
6819           Specify H.263 variant and version in the caps (fixes #361637)
6820
6821 2006-11-15  Wim Taymans  <wim@fluendo.com>
6822
6823         * gst/rtsp/rtspconnection.c: (read_body):
6824         Don't set a data pointer to NULL and a size > 0 when we deal
6825         with empty packets.
6826
6827         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
6828         (rtsp_message_init_response), (rtsp_message_init_data),
6829         (rtsp_message_unset), (rtsp_message_free),
6830         (rtsp_message_take_body):
6831         Check that we can't create invalid empty packets. 
6832
6833 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
6834
6835         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6836
6837         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
6838         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
6839         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
6840         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6841         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
6842         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
6843         * gst/matroska/matroska-mux.h:
6844           Add basic tag writing support; implement releasing pads (#374658).
6845
6846 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
6847
6848         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6849         (gst_matroska_demux_audio_caps):
6850           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
6851
6852 2006-11-14  David Schleef  <ds@schleef.org>
6853
6854         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
6855
6856 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6857
6858         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
6859
6860         * win32/vs8/gst-plugins-good.sln:
6861         * win32/vs8/libgst1394.vcproj:
6862         * win32/vs8/libgstaasink.vcproj:
6863         * win32/vs8/libgstalaw.vcproj:
6864         * win32/vs8/libgstalpha.vcproj:
6865         * win32/vs8/libgstalphacolor.vcproj:
6866         * win32/vs8/libgstannodex.vcproj:
6867         * win32/vs8/libgstapetag.vcproj:
6868         * win32/vs8/libgstaudiofx.vcproj:
6869         * win32/vs8/libgstauparse.vcproj:
6870         * win32/vs8/libgstautodetect.vcproj:
6871         * win32/vs8/libgstavi.vcproj:
6872         * win32/vs8/libgstcacasink.vcproj:
6873         * win32/vs8/libgstcdio.vcproj:
6874         * win32/vs8/libgstcutter.vcproj:
6875         * win32/vs8/libgstdv.vcproj:
6876         * win32/vs8/libgsteffectv.vcproj:
6877         * win32/vs8/libgstflac.vcproj:
6878         * win32/vs8/libgstflxdec.vcproj:
6879         * win32/vs8/libgstgoom.vcproj:
6880         * win32/vs8/libgsticydemux.vcproj:
6881         * win32/vs8/libgstid3demux.vcproj:
6882         * win32/vs8/libgstjpeg.vcproj:
6883         * win32/vs8/libgstladspa.vcproj:
6884         * win32/vs8/libgstlevel.vcproj:
6885         * win32/vs8/libgstmatroska.vcproj:
6886         * win32/vs8/libgstmikmod.vcproj:
6887         * win32/vs8/libgstmng.vcproj:
6888         * win32/vs8/libgstmonoscope.vcproj:
6889         * win32/vs8/libgstmulaw.vcproj:
6890         * win32/vs8/libgstmultipart.vcproj:
6891         * win32/vs8/libgstpng.vcproj:
6892         * win32/vs8/libgstrtp.vcproj:
6893         * win32/vs8/libgstrtsp.vcproj:
6894         * win32/vs8/libgstshout2.vcproj:
6895         * win32/vs8/libgstsmpte.vcproj:
6896         * win32/vs8/libgstspeex.vcproj:
6897         * win32/vs8/libgsttaglib.vcproj:
6898         * win32/vs8/libgstudp.vcproj:
6899         * win32/vs8/libgstvideobalance.vcproj:
6900         * win32/vs8/libgstvideobox.vcproj:
6901         * win32/vs8/libgstvideoflip.vcproj:
6902         * win32/vs8/libgstvideomixer.vcproj:
6903         * win32/vs8/libgstwavenc.vcproj:
6904         * win32/vs8/libgstwavparse.vcproj:
6905           Make end-of-line returns unixy, so that when the files are checked
6906           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
6907           Hopefully fixes #366492.
6908
6909 2006-11-14  Wim Taymans  <wim@fluendo.com>
6910
6911         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
6912         Disable init_frames delay timestamp adjustment, it does not
6913         seem to be needed at all. Fixes #369621.
6914
6915 2006-11-13  Wim Taymans  <wim@fluendo.com>
6916
6917         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6918
6919         * gst/videomixer/videomixer.c:
6920         (gst_videomixer_set_master_geometry),
6921         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
6922         (gst_videomixer_collect_free), (gst_videomixer_reset),
6923         (gst_videomixer_init), (gst_videomixer_finalize),
6924         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
6925         (gst_videomixer_collected), (gst_videomixer_change_state):
6926         Fix memleak by unref'ing collectpads instance (when finalizing)
6927         Implement releasing a request pad. Fixes #374479.
6928
6929 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
6930
6931         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
6932
6933         * win32/vs8/gst-plugins-good.sln:
6934         * win32/vs8/libgst1394.vcproj:
6935         * win32/vs8/libgstaasink.vcproj:
6936         * win32/vs8/libgstalaw.vcproj:
6937         * win32/vs8/libgstalpha.vcproj:
6938         * win32/vs8/libgstalphacolor.vcproj:
6939         * win32/vs8/libgstannodex.vcproj:
6940         * win32/vs8/libgstapetag.vcproj:
6941         * win32/vs8/libgstaudiofx.vcproj:
6942         * win32/vs8/libgstauparse.vcproj:
6943         * win32/vs8/libgstautodetect.vcproj:
6944         * win32/vs8/libgstavi.vcproj:
6945         * win32/vs8/libgstcacasink.vcproj:
6946         * win32/vs8/libgstcdio.vcproj:
6947         * win32/vs8/libgstcutter.vcproj:
6948         * win32/vs8/libgstdv.vcproj:
6949         * win32/vs8/libgsteffectv.vcproj:
6950         * win32/vs8/libgstflac.vcproj:
6951         * win32/vs8/libgstflxdec.vcproj:
6952         * win32/vs8/libgstgoom.vcproj:
6953         * win32/vs8/libgsticydemux.vcproj:
6954         * win32/vs8/libgstid3demux.vcproj:
6955         * win32/vs8/libgstjpeg.vcproj:
6956         * win32/vs8/libgstladspa.vcproj:
6957         * win32/vs8/libgstlevel.vcproj:
6958         * win32/vs8/libgstmatroska.vcproj:
6959         * win32/vs8/libgstmikmod.vcproj:
6960         * win32/vs8/libgstmng.vcproj:
6961         * win32/vs8/libgstmonoscope.vcproj:
6962         * win32/vs8/libgstmulaw.vcproj:
6963         * win32/vs8/libgstmultipart.vcproj:
6964         * win32/vs8/libgstpng.vcproj:
6965         * win32/vs8/libgstrtp.vcproj:
6966         * win32/vs8/libgstrtsp.vcproj:
6967         * win32/vs8/libgstshout2.vcproj:
6968         * win32/vs8/libgstsmpte.vcproj:
6969         * win32/vs8/libgstspeex.vcproj:
6970         * win32/vs8/libgsttaglib.vcproj:
6971         * win32/vs8/libgstudp.vcproj:
6972         * win32/vs8/libgstvideobalance.vcproj:
6973         * win32/vs8/libgstvideobox.vcproj:
6974         * win32/vs8/libgstvideoflip.vcproj:
6975         * win32/vs8/libgstvideomixer.vcproj:
6976         * win32/vs8/libgstwavenc.vcproj:
6977         * win32/vs8/libgstwavparse.vcproj:
6978           Add VS8 project files (note that many of the plugins in ext are
6979           disabled by default). Fixes #366492.
6980
6981 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
6982
6983         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6984           we do not translate debug messages
6985
6986 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
6987
6988         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
6989           fix categorisation, make short desc more explicit, remove unused code
6990           Fixes #372021
6991
6992 2006-11-08  Wim Taymans  <wim@fluendo.com>
6993
6994         * gst/rtp/gstrtpL16depay.c:
6995         * gst/rtp/gstrtpamrdepay.c:
6996         * gst/rtp/gstrtpamrpay.c:
6997         * gst/rtp/gstrtpgsmdepay.c:
6998         * gst/rtp/gstrtph263pay.c:
6999         * gst/rtp/gstrtph263pdepay.c:
7000         * gst/rtp/gstrtph263ppay.c:
7001         * gst/rtp/gstrtph264depay.c:
7002         * gst/rtp/gstrtpmp2tdepay.c:
7003         * gst/rtp/gstrtpmp4gdepay.c:
7004         * gst/rtp/gstrtpmp4gpay.c:
7005         * gst/rtp/gstrtpmp4vdepay.c:
7006         * gst/rtp/gstrtpmp4vpay.c:
7007         * gst/rtp/gstrtpmpadepay.c:
7008         * gst/rtp/gstrtpmpapay.c:
7009         * gst/rtp/gstrtppcmadepay.c:
7010         * gst/rtp/gstrtppcmapay.c:
7011         * gst/rtp/gstrtppcmudepay.c:
7012         * gst/rtp/gstrtppcmupay.c:
7013         * gst/rtp/gstrtpspeexdepay.c:
7014         * gst/rtp/gstrtpspeexpay.c:
7015         * gst/rtp/gstrtpsv3vdepay.c:
7016         Fix element descriptions.
7017
7018 2006-11-08  Wim Taymans  <wim@fluendo.com>
7019
7020         * gst/rtp/gstrtpvorbisdepay.c:
7021         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
7022         Fix description.
7023         Small cleanup in the payloader.
7024
7025 2006-11-08  Wim Taymans  <wim@fluendo.com>
7026
7027         * gst/rtp/Makefile.am:
7028         * gst/rtp/gstrtp.c: (plugin_init):
7029         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
7030         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
7031         (gst_rtp_theora_depay_finalize),
7032         (gst_rtp_theora_depay_parse_configuration),
7033         (gst_rtp_theora_depay_setcaps),
7034         (gst_rtp_theora_depay_switch_codebook),
7035         (gst_rtp_theora_depay_process),
7036         (gst_rtp_theora_depay_set_property),
7037         (gst_rtp_theora_depay_get_property),
7038         (gst_rtp_theora_depay_change_state),
7039         (gst_rtp_theora_depay_plugin_init):
7040         * gst/rtp/gstrtptheoradepay.h:
7041         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
7042         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
7043         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
7044         (gst_rtp_theora_pay_init_packet),
7045         (gst_rtp_theora_pay_flush_packet),
7046         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
7047         (gst_rtp_theora_pay_handle_buffer),
7048         (gst_rtp_theora_pay_plugin_init):
7049         * gst/rtp/gstrtptheorapay.h:
7050         Add theora pay/depayloaders.
7051
7052 2006-11-06  Wim Taymans  <wim@fluendo.com>
7053
7054         * gst/rtp/Makefile.am:
7055         We depend on gsttag to generate the vorbis comments.
7056
7057         * gst/rtp/gstrtpvorbisdepay.c:
7058         (gst_rtp_vorbis_depay_parse_configuration),
7059         (gst_rtp_vorbis_depay_setcaps),
7060         (gst_rtp_vorbis_depay_switch_codebook),
7061         (gst_rtp_vorbis_depay_process):
7062         * gst/rtp/gstrtpvorbisdepay.h:
7063         Parse configuration string in the depayloader.
7064         Implement selecting and switching to a new codebook.
7065         Receiving vorbis over RTP now works.
7066
7067         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
7068         (gst_rtp_vorbis_pay_init_packet),
7069         (gst_rtp_vorbis_pay_finish_headers),
7070         (gst_rtp_vorbis_pay_handle_buffer):
7071         * gst/rtp/gstrtpvorbispay.h:
7072         Set timestamps on outgoing buffers and RTP packets.
7073         Fix configuration string, prepend number of Packet headers.
7074         Fix encoding of ident string.
7075         Add delivery-method to caps.
7076         Streaming vorbis over RTP now works.
7077
7078 2006-11-06  Wim Taymans  <wim@fluendo.com>
7079
7080         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7081         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
7082         (gst_rtp_vorbis_pay_handle_buffer):
7083         * gst/rtp/gstrtpvorbispay.h:
7084         Generate a valid configuration string in the caps based on the
7085         vorbis headers.
7086
7087 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7088
7089         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
7090         * ext/cdio/gstcdio.h:
7091         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
7092           Move CD-TEXT utility function into common file so it can also be
7093           used by a future cdioparanoiasrc.
7094
7095 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
7096         
7097         * sys/v4l2/Makefile.am:
7098         * sys/v4l2/gstv4l2object.c:
7099         * sys/v4l2/gstv4l2src.c:
7100         * sys/v4l2/gstv4l2xoverlay.c:
7101         * sys/v4l2/v4l2_calls.c:
7102         * sys/v4l2/v4l2src_calls.c:
7103         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
7104         xoverlay code that is still not implemented.
7105
7106 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
7107
7108         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
7109           We require a -base more recent than 0.10.9, so it's safe to use
7110           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
7111
7112         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
7113         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
7114           Use _newsegment_full() now that we depend on a recent enough core.
7115
7116         * gst/wavparse/gstwavparse.c:
7117           Remove cruft that we don't need any longer now that we depend on
7118           a recent enough -base.
7119
7120 2006-10-31  Wim Taymans  <wim@fluendo.com>
7121
7122         * gst/rtp/Makefile.am:
7123         * gst/rtp/gstrtp.c: (plugin_init):
7124         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
7125         (gst_rtpilbcpay_setcaps):
7126         Fix and activate ILBC pay and depayloaders. Fixes #368162.
7127
7128 2006-10-31  Wim Taymans  <wim@fluendo.com>
7129
7130         * ext/speex/gstspeexdec.c: (speex_dec_convert),
7131         (speex_dec_sink_event), (speex_dec_chain_parse_header):
7132         Some small cleanups, use _scale.
7133
7134 2006-10-31  Wim Taymans  <wim@fluendo.com>
7135
7136         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
7137         Use higher precision scale function.
7138
7139 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
7140
7141         Patch by: Michal Benes  <michal dot benes at itonis tv>
7142
7143         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
7144         (gst_matroska_demux_read_track_encodings),
7145         (gst_matroska_decode_buffer):
7146           Fix several issues with encoded/compressed/encrypted/signed tracks;
7147           also, remove superfluous newline characters from some debug
7148           statements. (#366155)
7149
7150 2006-10-30  Wim Taymans  <wim@fluendo.com>
7151
7152         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
7153         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
7154         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
7155         (gst_smokedec_change_state):
7156         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
7157         (gst_smokeenc_init), (gst_smokeenc_finalize),
7158         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
7159         (gst_smokeenc_resync), (gst_smokeenc_chain),
7160         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
7161         (gst_smokeenc_change_state):
7162         Various cleanups, capsnego and leak fixes.
7163
7164 2006-10-30  Wim Taymans  <wim@fluendo.com>
7165
7166         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7167
7168         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
7169         Fix videomixer so that it can handle any combination of framerates.
7170         Fixes #367221.
7171
7172 2006-10-28  Wim Taymans  <wim@fluendo.com>
7173
7174         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7175         (gst_avi_demux_parse_file_header),
7176         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
7177         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
7178         (gst_avi_demux_chain):
7179         Fix position query for audio. also fixes timestamps in streaming
7180         mode and bug #364958.
7181         Small cleanups.
7182
7183 2006-10-27  Wim Taymans  <wim@fluendo.com>
7184
7185         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
7186         * ext/libpng/gstpngenc.h:
7187         Fix strides. Fixes #364856.
7188         Cleanup capsnego.
7189         Set caps on outgoing buffers.
7190
7191 2006-10-18  Wim Taymans  <wim@fluendo.com>
7192
7193         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
7194
7195         * gst/rtp/gstrtpgsmpay.c:
7196         * gst/rtp/gstrtph263pay.c:
7197         * gst/rtp/gstrtpmpapay.c:
7198         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
7199         (gst_rtp_pcma_pay_handle_buffer):
7200         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
7201         Add static payload numbers in addition to the dynamic ones.
7202         Fixes #361639.
7203
7204 2006-10-18  Wim Taymans  <wim@fluendo.com>
7205
7206         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7207         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
7208         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
7209         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
7210         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
7211         * gst/rtsp/rtspdefs.h:
7212         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7213         * gst/rtsp/rtspurl.h:
7214         Reuse already existing enum for lower transport.
7215         Add rtspt and rtspu protocols.
7216         Send redirect to rtspt when udp times out.
7217
7218 2006-10-18  Wim Taymans  <wim@fluendo.com>
7219
7220         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
7221         (gst_wavparse_stream_data):
7222         Fix seeking some more, mostly for speed changes.
7223
7224 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7225
7226         Patch by: Fredrik Persson  <frepe at bredband net>
7227
7228         * sys/v4l2/gstv4l2tuner.c:
7229         * sys/v4l2/gstv4l2tuner.h:
7230           Fix _set_channel(): remove useless g_object_notify() for "channel"
7231           property that doesn't exist any longer and therefore now also
7232           useless redirect (#338818).
7233
7234 2006-10-17  Wim Taymans  <wim@fluendo.com>
7235
7236         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
7237         Some drivers do not support unsetting the non-blocking flag once the
7238         device is opened. In those cases, close/open the device in
7239         non-blocking mode. Fixes #362673.
7240
7241 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7242
7243         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7244         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7245         (gst_v4l2src_get_fps):
7246           dear stefan, framespersecond is not frameperiod, reverting but adding
7247           comment
7248
7249 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7250
7251         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7252         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7253         (gst_v4l2src_get_fps):
7254           Numerator is numerator and denominator is denominator. Say that aloud
7255           5 times and retry after next beer.
7256
7257 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
7258
7259         Patch by: Josep Torra Valles  <josep at fluendo com>
7260
7261         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
7262         * ext/esd/esdsink.c: (gst_esdsink_write):
7263         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
7264         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
7265         (gst_flac_dec_send_newsegment):
7266         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
7267         (gst_flac_enc_tell_callback):
7268         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
7269         (smokecodec_parse_header), (smokecodec_decode):
7270         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
7271         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
7272         * gst/goom/Makefile.am:
7273         * gst/goom/gstgoom.c:
7274         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
7275         * gst/rtsp/gstrtspsrc.c:
7276         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7277         * gst/udp/gstudpsink.c:
7278         * gst/udp/gstudpsrc.c:
7279         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
7280         * sys/sunaudio/gstsunaudiomixertrack.h:
7281           Fix a bunch of problems discovered by the Forte compiler, mostly type
7282           mixups and pointer arithmetics with void pointers. Fixes #362603.
7283
7284 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7285
7286         * ext/speex/gstspeex.c: (plugin_init):
7287         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
7288         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
7289         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
7290         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
7291         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
7292         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
7293         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
7294         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
7295         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
7296         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
7297         (gst_speex_enc_chain), (gst_speex_enc_get_property),
7298         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
7299         * ext/speex/gstspeexenc.h:
7300           Miscellaneous clean-ups, among other things: speexenc => enc to
7301           enhance code readability; change speexenc => speex_enc; in chain
7302           function unref input buffer in case of error; take reference in
7303           event function; use boilerplate macro; use gst_pad_query_peer_*
7304           convenience functions.
7305
7306 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7307
7308         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
7309         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
7310         (gst_speexenc_set_header_on_caps):
7311           Fix some mem leaks.
7312
7313 2006-10-11  Wim Taymans  <wim@fluendo.com>
7314
7315         * gst/rtsp/URLS:
7316         Added some other URL.
7317
7318         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
7319         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
7320         (gst_rtspsrc_open), (gst_rtspsrc_play),
7321         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7322         * gst/rtsp/gstrtspsrc.h:
7323         Work on fallback to TCP connection when the UDP socket times out.
7324         Handler server requests, just reply with OK for now.
7325
7326         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7327         * gst/rtsp/rtspdefs.h:
7328         Added some more Real extension headers.
7329
7330         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7331         Fix parsing of urls with a ':' that is not part of the hostname:port
7332         part of the url.
7333
7334 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7335
7336         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
7337         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
7338         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
7339           Activate pad before adding it to the already-running element.
7340
7341         * tests/check/elements/icydemux.c: (icydemux_found_pad):
7342           Activate newly-created pad too.
7343
7344 2006-10-11  Wim Taymans  <wim@fluendo.com>
7345
7346         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
7347
7348         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7349         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
7350         (gst_udpsrc_start):
7351         Fix some leaks in caps and uris. Fixes #361252.
7352
7353 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
7354
7355         * gst/wavparse/Makefile.am:
7356           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
7357
7358 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
7359
7360         * sys/v4l2/gstv4l2xoverlay.c:
7361         * sys/v4l2/gstv4l2xoverlay.h:
7362         Fix build as per the patch in #338818 comment 36.
7363
7364 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
7365
7366         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
7367           Activate pads before adding them to the source.
7368
7369 2006-10-06  Wim Taymans  <wim@fluendo.com>
7370
7371         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
7372         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
7373         Activate pads before adding.
7374
7375 2006-10-06  Wim Taymans  <wim@fluendo.com>
7376
7377         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
7378         (gst_multipart_find_pad_by_mime):
7379         Activate pads before adding.
7380
7381         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
7382         BOILERPLATE sets parent_class for us.
7383
7384 2006-10-06  Wim Taymans  <wim@fluendo.com>
7385
7386         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
7387         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7388         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
7389         (gst_rtspsrc_alloc_udp_ports),
7390         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7391         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
7392         (gst_rtspsrc_create_transports_string),
7393         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
7394         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7395         * gst/rtsp/gstrtspsrc.h:
7396         Rework how the transport string is constructed, try to share channels
7397         and udp ports.
7398         Make most of the stuff less dependant on RTP as we are also going to use
7399         it for RDT.
7400         Add support for transport specific session managers.
7401
7402         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
7403         Implement _flush().
7404
7405         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7406         * gst/rtsp/rtspdefs.h:
7407         Add generic error return code.
7408
7409         * gst/rtsp/rtspext.h:
7410         Add support for pluggable tranport strings.
7411
7412         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
7413         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
7414         (rtsp_ext_wms_get_context):
7415         Detect WMServer and activate the extension.
7416
7417         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
7418         (rtsp_transport_get_manager), (rtsp_transport_parse):
7419         * gst/rtsp/rtsptransport.h:
7420         Added methods to get mime/manager for certain transports.
7421
7422 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
7423
7424         * ext/cairo/gsttimeoverlay.c:
7425         (gst_cairo_time_overlay_update_font_height):
7426         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
7427         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
7428         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
7429         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
7430         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
7431         * ext/libpng/gstpngdec.c: (user_endrow_callback):
7432         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
7433         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
7434         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
7435         (gst_avi_demux_stream_data):
7436         * gst/cutter/gstcutter.c: (gst_cutter_chain):
7437         * gst/debug/efence.c: (gst_efence_buffer_alloc),
7438         (gst_fenced_buffer_copy):
7439         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7440         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
7441         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
7442         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
7443         (gst_rtspsrc_handle_message):
7444         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
7445         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
7446           Printf format fixes.
7447
7448 2006-10-04  Wim Taymans  <wim@fluendo.com>
7449
7450         * gst/rtsp/Makefile.am:
7451         Dist new .h file too.
7452
7453 2006-10-04  Wim Taymans  <wim@fluendo.com>
7454
7455         * gst/rtsp/Makefile.am:
7456         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
7457         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
7458         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7459         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7460         (gst_rtspsrc_parse_rtpmap),
7461         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
7462         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7463         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
7464         * gst/rtsp/gstrtspsrc.h:
7465         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7466         * gst/rtsp/rtspdefs.h:
7467         * gst/rtsp/rtspext.h:
7468         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
7469         (rtsp_ext_wms_get_context):
7470         * gst/rtsp/rtspextwms.h:
7471         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
7472         (rtsp_transport_parse):
7473         * gst/rtsp/rtsptransport.h:
7474         Factor out extension in separate module.
7475         Fix getcaps to filter against the padtemplate.
7476         Use Content-Base if the server gives one.
7477         Rework the transport parsing a bit for future extensions.
7478         Added some Real Header field definitions.
7479
7480 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7481
7482         * docs/plugins/Makefile.am:
7483         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7484         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7485           added v4l2 stubs
7486         * gst-plugins-good.spec.in:
7487           add v4l2
7488
7489 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
7490
7491         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7492           Extract disc/album/medium number and count and try harder
7493           to extract track number/count.
7494
7495 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7496
7497         * configure.ac:
7498         * sys/Makefile.am:
7499           add build stuff for v4l2, needs --enable-experimental until
7500           the last bits are resolved
7501
7502 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
7503
7504         * tests/check/Makefile.am:
7505           Disable autodetect test temporarily, so that the build bots
7506           update -bad and the ranks of unreliable video sinks in there.
7507
7508         * tests/check/elements/autodetect.c: (GST_START_TEST):
7509           Skip test if no usable videosink is found.
7510
7511 2006-09-29  Wim Taymans  <wim@fluendo.com>
7512
7513         * gst/rtsp/URLS:
7514         Add some more URLs.
7515
7516         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7517         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
7518         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7519         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
7520         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7521         (gst_rtspsrc_loop), (gst_rtspsrc_send),
7522         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7523         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
7524         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7525         * gst/rtsp/gstrtspsrc.h:
7526         Add timeout property to control UDP timeouts.
7527         Fix error messages.
7528         Also start a loop function when operating in UDP mode so that we can
7529         do some more stuff async.
7530         Handle element messages from udpsrc to detect timeouts. If a timeout
7531         happens we currently generate an error.
7532         API: rtspsrc::timeout property.
7533
7534         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7535         (gst_udpsrc_create):
7536         Really implement the timeout in microseconds and not milliseconds.
7537
7538 2006-09-29  Wim Taymans  <wim@fluendo.com>
7539
7540         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7541         (gst_udpsrc_create), (gst_udpsrc_set_property),
7542         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
7543         * gst/udp/gstudpsrc.h:
7544         Added property to post a message on timeout.
7545         Updated docs.
7546         When restarting the select, initialize the fdsets again.
7547         Init control sockets so we don't accidentally close a random socket.
7548         API: GstUDPSrc::timeout property
7549
7550 2006-09-29  Wim Taymans  <wim@fluendo.com>
7551
7552         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
7553         Fix flag registration.
7554
7555         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7556         Reading 0 also means 'no more commands'
7557
7558 2006-09-29  Wim Taymans  <wim@fluendo.com>
7559
7560         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7561
7562         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7563         Fix possible infinite loop when shutting down, a read can also return
7564         0 to indicate no more messages are available. Fixes #358156.
7565
7566 2006-09-25  Wim Taymans  <wim@fluendo.com>
7567
7568         * gst/autodetect/gstautoaudiosink.c:
7569         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
7570         (gst_auto_audio_sink_find_best):
7571         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
7572         Small cleanups.
7573         don't try to set "sync" property when it is not available.
7574
7575 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7576
7577         Patch by: Peter Kjellerstedt  <pkj at axis com>
7578
7579         * gst/alpha/gstalpha.c:
7580         * gst/rtp/gstrtpamrdepay.c:
7581         * gst/rtsp/gstrtspsrc.c:
7582         * gst/udp/gstudpsrc.c:
7583         * gst/videomixer/videomixer.c:
7584           Include stdlib.h in some more places, makes things compile
7585           with uClibc and -Werror (#357592).
7586
7587 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7588
7589         * ext/jpeg/gstjpegdec.c:
7590           Set minimum height to 8 (from 16), our code should handle
7591           that fine. Some of the buttons on the apple trailer site
7592           are apparently only 15 pixels high (see #357470).
7593
7594 2006-09-23  Wim Taymans  <wim@fluendo.com>
7595
7596         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
7597         (gst_rtspsrc_open):
7598         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7599         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7600         (rtsp_connection_receive):
7601         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7602         * gst/rtsp/rtspdefs.h:
7603         Improve error reporting.
7604
7605 2006-09-23  Wim Taymans  <wim@fluendo.com>
7606
7607         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
7608         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
7609         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
7610         * gst/rtp/gstrtpdepay.c:
7611         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
7612         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
7613         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
7614         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
7615         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
7616         (gst_rtp_mp2t_depay_plugin_init):
7617         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
7618         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
7619         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
7620         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
7621         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
7622         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
7623         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
7624         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
7625         Fix klass typos.
7626         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
7627
7628 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7629
7630         * configure.ac:
7631           Need  -base CVS for gst_base_rtp_depayload_push_ts().
7632
7633 2006-09-22  Wim Taymans  <wim@fluendo.com>
7634
7635         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
7636         Don't check for a tag that is never there and check if we read the
7637         correct tag. Fixes seeking again.
7638         We must post an error when all pads are unlinked.
7639
7640 2006-09-22  Wim Taymans  <wim@fluendo.com>
7641
7642         * gst/rtp/Makefile.am:
7643         * gst/rtp/gstrtp.c: (plugin_init):
7644         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
7645         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7646         (gst_rtp_vorbis_pay_reset_packet),
7647         (gst_rtp_vorbis_pay_init_packet),
7648         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
7649         (gst_rtp_vorbis_pay_handle_buffer):
7650         More fixage, set endoder-params correctly in the payloader.
7651
7652 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7653
7654         * gst/autodetect/gstautoaudiosink.c:
7655         (gst_auto_audio_sink_base_init):
7656         * gst/autodetect/gstautovideosink.c:
7657         (gst_auto_video_sink_base_init):
7658           Make static pad templates static to appease valgrind's leak
7659           detector.
7660
7661         * tests/check/Makefile.am:
7662         * tests/check/elements/.cvsignore:
7663         * tests/check/elements/autodetect.c: (GST_START_TEST),
7664         (autodetect_suite):
7665           Add simple test for the ghostpad lockup on shutdown fixed in core
7666           CVS (audio bit disabled because it would need dozens of alsa
7667           suppressions and I'm too lazy to add those now).
7668
7669 2006-09-22  Wim Taymans  <wim@fluendo.com>
7670
7671         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
7672         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
7673         Small cleanups.
7674
7675         * gst/rtp/Makefile.am:
7676         * gst/rtp/gstrtp.c: (plugin_init):
7677         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
7678         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
7679         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
7680         (gst_rtp_vorbis_depay_process),
7681         (gst_rtp_vorbis_depay_set_property),
7682         (gst_rtp_vorbis_depay_get_property),
7683         (gst_rtp_vorbis_depay_change_state),
7684         (gst_rtp_vorbis_depay_plugin_init):
7685         * gst/rtp/gstrtpvorbisdepay.h:
7686         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
7687         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
7688         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
7689         (gst_rtp_vorbis_pay_flush_packet),
7690         (gst_rtp_vorbis_pay_append_buffer),
7691         (gst_rtp_vorbis_pay_handle_buffer),
7692         (gst_rtp_vorbis_pay_plugin_init):
7693         * gst/rtp/gstrtpvorbispay.h:
7694         Add experimental vorbis pay and depayloaders.
7695
7696 2006-09-21  Wim Taymans  <wim@fluendo.com>
7697
7698         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
7699         Fix profile-level-id parsing and setup.
7700
7701 2006-09-21  Wim Taymans  <wim@fluendo.com>
7702
7703         * gst/udp/README:
7704         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
7705         Update README, simple cleanup.
7706
7707 2006-09-21  Wim Taymans  <wim@fluendo.com>
7708
7709         * gst/rtp/README:
7710         Update README with some examples.
7711
7712         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
7713         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
7714         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
7715         (gst_rtp_mp4g_pay_setcaps):
7716         * gst/rtp/gstrtpmp4gpay.h:
7717         Make optional RTP parameters of type STRING, as required by the
7718         application/x-rtp caps specification.
7719
7720 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
7721
7722         * gst/rtp/gstrtph263pdepay.c:
7723         * gst/rtp/gstrtph263ppay.c:
7724         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
7725         RTP header.
7726
7727 2006-09-20  Wim Taymans  <wim@fluendo.com>
7728
7729         * gst/rtp/Makefile.am:
7730         And makefile too.
7731
7732 2006-09-20  Wim Taymans  <wim@fluendo.com>
7733
7734         * gst/rtp/gstrtp.c: (plugin_init):
7735         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
7736         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
7737         (decode_base64), (gst_rtp_asf_depay_setcaps),
7738         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
7739         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
7740         (gst_rtp_asf_depay_plugin_init):
7741         * gst/rtp/gstrtpasfdepay.h:
7742         Added preliminary ASF depayloader.
7743
7744         * gst/rtp/gstrtph264depay.c: (decode_base64):
7745         Fix base64 decoding.
7746
7747 2006-09-20  Wim Taymans  <wim@fluendo.com>
7748
7749         * gst/rtsp/URLS:
7750         Added some test URLS.
7751
7752         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7753         (gst_rtspsrc_loop), (gst_rtspsrc_open):
7754         * gst/rtsp/gstrtspsrc.h:
7755         When creating streams, give access to the complete SDP.
7756         Fix some leaks.
7757         Collect and merge global stream properties in stream caps.
7758         Preliminary support for WMServer.
7759
7760         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7761         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7762         (rtsp_connection_receive):
7763         * gst/rtsp/rtspconnection.h:
7764         Make connection interruptable.
7765         Refactor to make it reconnectable.
7766         Don't fail on short reads when reading data packets.
7767
7768         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
7769         (rtsp_url_get_port):
7770         * gst/rtsp/rtspurl.h:
7771         Add methods for getting/setting the port.
7772
7773         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
7774         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
7775         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
7776         (sdp_media_get_format), (sdp_parse_line),
7777         (sdp_message_parse_buffer):
7778         Fix headers. 
7779         Add methods for getting multiple attributes with the same name.
7780         Increase buffer size when parsing.
7781         Fix parsing of a=foo fields.
7782
7783         * gst/rtsp/test.c: (main):
7784         Update to new connection API.
7785
7786         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
7787         (rtsp_message_init_response), (rtsp_message_init_data),
7788         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
7789         * gst/rtsp/rtspmessage.h:
7790         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
7791         * gst/rtsp/rtsptransport.h:
7792         * gst/rtsp/sdp.h:
7793         * gst/rtsp/sdpmessage.h:
7794         * gst/rtsp/gstrtsp.c:
7795         * gst/rtsp/gstrtsp.h:
7796         * gst/rtsp/gstrtpdec.c:
7797         * gst/rtsp/gstrtpdec.h:
7798         * gst/rtsp/rtsp.h:
7799         * gst/rtsp/rtspdefs.c:
7800         * gst/rtsp/rtspdefs.h:
7801         Dual licensed under MIT and LGPL now.
7802
7803 2006-09-19  Wim Taymans  <wim@fluendo.com>
7804
7805         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
7806         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
7807         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
7808         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7809         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
7810         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7811         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
7812         * gst/rtsp/gstrtspsrc.h:
7813         Reorganize stream parsing and creation.
7814         Detect container formats in interleaved mode.
7815         Keep more state about the streams.
7816         Assume a server also supports PLAY if it does not say.
7817         Add unicast and interleaved properties to TCP transport requests to make
7818         some servers happy (WMServer).
7819
7820         * gst/rtsp/sdpmessage.h:
7821         Add some defines for the standard Bandwidth types.
7822
7823 2006-09-19  Wim Taymans  <wim@fluendo.com>
7824
7825         * gst/rtsp/test.c: (main):
7826         Fix build.
7827
7828 2006-09-19  Wim Taymans  <wim@fluendo.com>
7829
7830         * gst/wavparse/gstwavparse.c:
7831         Add ms-gsm to the src template.
7832
7833 2006-09-18  Wim Taymans  <wim@fluendo.com>
7834
7835         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
7836         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
7837         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
7838         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
7839         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
7840         * gst/rtsp/gstrtspsrc.h:
7841         Small cleanups, added documentation.
7842         Try to clean up the requests and responses.
7843         Refactor parsing the supported methods.
7844
7845         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
7846         (rtsp_connection_create), (rtsp_connection_send),
7847         (parse_response_status), (parse_request_line),
7848         (rtsp_connection_receive), (rtsp_connection_close),
7849         (rtsp_connection_free):
7850         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
7851         (rtsp_transport_init), (rtsp_transport_parse),
7852         (rtsp_transport_free):
7853         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7854         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
7855         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
7856         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
7857         Use g_return_val some more.
7858
7859         * gst/rtsp/rtspdefs.h:
7860         Add more enum values to track initial states.
7861
7862         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
7863         (rtsp_message_init_request), (rtsp_message_new_response),
7864         (rtsp_message_init_response), (rtsp_message_init_data),
7865         (rtsp_message_unset), (rtsp_message_free),
7866         (rtsp_message_add_header), (rtsp_message_remove_header),
7867         (rtsp_message_get_header), (rtsp_message_set_body),
7868         (rtsp_message_take_body), (rtsp_message_get_body),
7869         (rtsp_message_steal_body), (rtsp_message_dump):
7870         * gst/rtsp/rtspmessage.h:
7871         Reorder arguments, object goes as the first one.
7872         Use g_return_val some more.
7873
7874 2006-09-18  Wim Taymans  <wim@fluendo.com>
7875
7876         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
7877         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
7878         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
7879         * gst/rtsp/gstrtspsrc.h:
7880         Export sometimes source pad with correct caps on the template, create
7881         the ghostpad from the template.
7882         Remove RTCP template as we never expose RTCP.
7883         Protect against invalid body size.
7884         Avoid memcpy when creating the output buffer.
7885         Properly post an error and send EOS when the loop function is shut down.
7886
7887 2006-09-18  Wim Taymans  <wim@fluendo.com>
7888
7889         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
7890
7891         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7892         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
7893         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
7894         * gst/rtsp/gstrtspsrc.h:
7895         Make sure we can never set an invalid location.
7896
7897         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
7898         * gst/rtsp/rtspmessage.h:
7899         Added _steal_body method for future use.
7900
7901         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
7902         Make freeing of NULL url return immediatly.
7903
7904 2006-09-18  Wim Taymans  <wim@fluendo.com>
7905
7906         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
7907
7908         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
7909         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
7910         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
7911         (gst_rtspsrc_change_state):
7912         * gst/rtsp/gstrtspsrc.h:
7913         Use boilerplate.
7914         Make rtspsrc subclass GstBin to make state changes easier.
7915         Add Range header field on the PLAY request.
7916
7917 2006-09-18  Wim Taymans  <wim@fluendo.com>
7918
7919         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
7920
7921         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
7922         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
7923         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
7924         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
7925         * gst/rtsp/rtspconnection.c: (inet_aton):
7926         Small cleanups.
7927         when multicast is selected as the transport, create UDP sources and
7928         connect to the multicast group.
7929         Move parsing and setting of caps to a common place.
7930         Fixes #349894.
7931
7932 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
7933
7934         * ext/flac/gstflactag.c:
7935         * gst/alpha/gstalpha.c:
7936         * gst/debug/breakmydata.c:
7937         * gst/debug/negotiation.c:
7938         * gst/debug/testplugin.c:
7939         * gst/effectv/gstaging.c:
7940         * gst/effectv/gstdice.c:
7941         * gst/effectv/gstedge.c:
7942         * gst/effectv/gstquark.c:
7943         * gst/effectv/gstrev.c:
7944         * gst/effectv/gstshagadelic.c:
7945         * gst/effectv/gstvertigo.c:
7946         * gst/effectv/gstwarp.c:
7947         * gst/multipart/multipartdemux.c:
7948         * gst/multipart/multipartmux.c:
7949         * gst/videobox/gstvideobox.c:
7950         * gst/videofilter/gstgamma.c:
7951         * gst/videofilter/gstvideotemplate.c:
7952         * gst/videomixer/videomixer.c:
7953         * sys/sunaudio/gstsunaudiosrc.h:
7954         More G_OBJECT macro fixing.
7955
7956 2006-09-16  Wim Taymans  <wim@fluendo.com>
7957
7958         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
7959
7960         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
7961         Correctly set the dwLength in strh.
7962         With this patch, the file duration is now displayed correctly in window
7963         media player and the AVI plays completely. Fixes #356147
7964
7965 2006-09-15  Wim Taymans  <wim@fluendo.com>
7966
7967         Patch by: Darren Kenny <darren dot kenny at sun dot com>
7968
7969         * sys/sunaudio/gstsunaudiomixerctrl.c:
7970         (gst_sunaudiomixer_ctrl_build_list):
7971         Set the output track as the MASTER so that the gnome-settings-daemon
7972         keybindings for changing the volume using the keyboard works.
7973         Fixes #356142.
7974
7975 2006-09-15  Wim Taymans  <wim@fluendo.com>
7976
7977         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
7978         Fix documentation, it is not possible to control the framerate of jpegdec
7979         using filtered caps yet. Fixes #355210.
7980         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
7981         stop when there is an error.
7982
7983 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
7984
7985         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
7986         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
7987           Don't interpret a first buffer with an offset of NONE as
7988           'from the middle of the stream', but only a first buffer
7989           that has a valid buffer offset that's non-zero (see #345449).
7990
7991 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
7992
7993         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
7994         (gst_icydemux_typefind_or_forward):
7995         * gst/icydemux/gsticydemux.h:
7996           When we merge/collect multiple incoming buffers for typefinding
7997           purposes, keep an initial 0 offset on the first outgoing buffer
7998           as well (otherwise id3demux won't work right). Fixes #345449.
7999           Also Make buffer metadata writable before setting buffer caps.
8000
8001         * tests/check/elements/icydemux.c: (typefind_succeed),
8002         (cleanup_icydemux), (push_data), (GST_START_TEST),
8003         (icydemux_suite):
8004           Small test case for the above.
8005
8006 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
8007
8008         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
8009         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
8010         (gst_avi_demux_stream_header_push),
8011         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8012         (gst_avi_demux_loop):
8013           More code reuse and better logging in _peek_chunk(). Reintroduce check
8014           for chunk sizes before reading them (avoid oom). Better handling for 
8015           invalid chunksizes when streaming.
8016
8017 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
8018
8019         * gst/level/gstlevel.c: (gst_level_set_property):
8020         * gst/level/gstlevel.h:
8021           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
8022           René Stadler
8023
8024 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
8025
8026         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8027         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8028         (gst_avi_demux_stream_data):
8029           Revert one change to fix streaming avi (adapter size != data size).
8030
8031 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8032
8033         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
8034
8035         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
8036         (gst_matroska_demux_reset),
8037         (gst_matroska_demux_read_track_encodings),
8038         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
8039         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8040         (gst_matroska_demux_subtitle_caps):
8041         * gst/matroska/matroska-ids.h:
8042           Add support for VOBSUB subtitle tracks and zlib-compressed
8043           tracks. Make sure we start on a keyframe after a seek. (#343348)
8044
8045 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8046
8047         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
8048         (gst_matroska_demux_push_flac_codec_priv_data),
8049         (gst_matroska_demux_push_xiph_codec_priv_data),
8050         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8051         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
8052         * gst/matroska/matroska-ids.h:
8053           Add basic FLAC support (#311586), not perfect yet though, needs some
8054           tweaking in flacdec; also, seeking could be better.
8055           Do better bounds checking when deserialising vorbis stream headers
8056           to make sure we don't read beyond the end of the buffer on bad input.
8057
8058 2006-09-04  Wim Taymans  <wim@fluendo.com>
8059
8060         Patch by: Alessandro Decina <alessandro at nnva dot org>
8061
8062         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
8063         Seeking back in a file containing a CMML stream errors out if the seek
8064         goes back up to the CMML headers. This is because after the seek the xml
8065         processing instruction <?xml ...?> is submitted to the xml parser again, 
8066         which results in an error. The attached patch fixes the problem. 
8067         Fixes #353908.
8068
8069         * ext/annodex/gstcmmlenc.h:
8070         Fix authors name.
8071
8072
8073 2006-08-28  Andy Wingo  <wingo@pobox.com>
8074
8075         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
8076         New helper function to lessen the ifdefs.
8077         (GST_INFO_OBJECT): 
8078         (gst_dv1394src_iso_receive): Use it.
8079         (gst_dv1394src_create): Also use the control sockets in iec61883
8080         mode.
8081         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
8082         handle for AVC operations; fixes #348233.
8083
8084 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8085
8086         * configure.ac:
8087         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8088         * docs/plugins/inspect/plugin-audiofx.xml:
8089         * docs/plugins/inspect/plugin-audiofxgood.xml:
8090         * gst/audiofx/Makefile.am:
8091         * gst/audiofx/audiofx.c:
8092         * gst/audiofxgood/.cvsignore:
8093         * gst/audiofxgood/Makefile.am:
8094         * gst/audiofxgood/audiofx.c:
8095         * gst/audiofxgood/audiopanorama.c:
8096         * gst/audiofxgood/audiopanorama.h:
8097           Rename again (audiofxgood -> audiofx).
8098
8099 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8100
8101         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
8102         (gst_avi_demux_stream_scan):
8103           Initialze variables.
8104
8105 2006-08-25  Wim Taymans  <wim@fluendo.com>
8106
8107         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8108         (gst_avi_demux_init), (gst_avi_demux_finalize),
8109         (gst_avi_demux_reset), (gst_avi_demux_index_last),
8110         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
8111         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
8112         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8113         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
8114         (gst_avi_demux_massage_index),
8115         (gst_avi_demux_calculate_durations_from_index),
8116         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
8117         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8118         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
8119         (gst_avi_demux_change_state):
8120         * gst/avi/gstavidemux.h:
8121         More attempts to turn this into readable code.
8122         Don't leak adapters.
8123         Calculate duration according to index more efficiently.
8124         Don't try to act like we drive the pipeline in chain mode.
8125
8126 2006-08-25  Wim Taymans  <wim@fluendo.com>
8127
8128         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
8129         Fix build.
8130
8131 2006-08-25  Wim Taymans  <wim@fluendo.com>
8132
8133         Patch by: Alessandro Decina <alessandro at nnva dot org>
8134
8135         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
8136         Do some extra sanity checks.
8137         Fixes #350340.
8138
8139         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
8140         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
8141         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
8142         Check if clip->start_time is valid before adding the clip to the
8143         track list.
8144         Reset enc->preamble going from PAUSED to READY.
8145         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
8146         only used for EOS.
8147         Only post an error message if we were the one that created the fatal
8148         GstFlowReturn value.
8149
8150         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
8151         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
8152         Parse the seconds field of the npt-sec time format using %llu rather than
8153         %d and check that the value scaled by GST_SECOND doesn't overflow.
8154         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
8155         Lookup a clip's track with clip->track rather than clip->id which
8156         makes no sense.
8157         Identify a clip by its track and start time and not its xml id.
8158         do some more input checking and make sure we don't do undefined shifts.
8159
8160         * tests/check/elements/cmmldec.c: (setup_cmmldec),
8161         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
8162         (cmml_tag_message_pop), (check_headers), (push_clip_full),
8163         (push_clip), (push_empty_clip), (check_output_clip),
8164         (GST_START_TEST), (cmmldec_suite):
8165         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
8166         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
8167         (check_headers), (push_clip), (check_clip_times), (check_clip),
8168         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
8169         Added some more checks.
8170
8171 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8172
8173         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
8174         (gst_audio_panorama_set_property),
8175         (gst_audio_panorama_get_property),
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/audiofxgood/audiopanorama.h:
8181         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8182           Make also the pan-property float (saves scaling and yields better
8183           resolution)
8184
8185 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8186
8187         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8188         (gst_audio_panorama_transform_m2s_float),
8189         (gst_audio_panorama_transform_s2s_float):
8190           ChangeLog surgery to add cymax's real name
8191
8192
8193 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8194
8195         Patch by: René Stadler <mail@renestadler.de>
8196
8197         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8198         (gst_audio_panorama_transform_m2s_int),
8199         (gst_audio_panorama_transform_s2s_int),
8200         (gst_audio_panorama_transform_m2s_float),
8201         (gst_audio_panorama_transform_s2s_float),
8202         (gst_audio_panorama_transform):
8203         * gst/audiofxgood/audiopanorama.h:
8204           Added float support
8205
8206 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8207
8208         * gst/audiofxgood/audiopanorama.c:
8209         (gst_audio_panorama_transform_m2s):
8210           Fix docs & debug category. Add Fixme for volume pan levels.
8211
8212 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8213
8214         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8215         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8216         (gst_avi_demux_stream_header_pull),
8217         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8218         (gst_avi_demux_chain):
8219           unbreak AVI index handling, some more debug, remove an obsolete
8220           adapter_flush that caused streaming to wander off in the wild
8221
8222 2006-08-24  Wim Taymans  <wim@fluendo.com>
8223
8224         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8225         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
8226         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
8227         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8228         (gst_avi_demux_calculate_durations_from_index),
8229         (gst_avi_demux_stream_header_push),
8230         (gst_avi_demux_stream_header_pull):
8231         * gst/avi/gstavidemux.h:
8232         Some more cleanups. 
8233         Fix totalFrames parsing in ODML.
8234         Disable use of index for length calculation in case of ODML as this is
8235         broken now.
8236
8237 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
8238
8239         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
8240           Use libgsttag helper function here too.
8241
8242 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
8243
8244         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8245         (gst_avi_demux_init), (gst_avi_demux_dispose),
8246         (gst_avi_demux_reset), (gst_avi_demux_index_next),
8247         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
8248         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8249         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
8250         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
8251         (gst_avi_demux_parse_subindex),
8252         (gst_avi_demux_read_subindexes_push),
8253         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
8254         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8255         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
8256         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
8257         (gst_avi_demux_stream_header_pull),
8258         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8259         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
8260         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
8261         (gst_avi_demux_change_state):
8262         * gst/avi/gstavidemux.h:
8263           Initial streaming support for avidemux (fixes #336465)
8264
8265 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8266
8267         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8268           There is no taglibmux element ...
8269
8270         * gst/rtsp/gstrtspsrc.c:
8271           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
8272           was complaining about unknown entity here.
8273
8274 2006-08-22  Wim Taymans  <wim@fluendo.com>
8275
8276         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8277         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
8278         (gst_avi_demux_process_next_entry):
8279         * gst/avi/gstavidemux.h:
8280         Mark DISCONT.
8281         Remove old unused fields and reorder the struct a bit.
8282
8283 2006-08-22  Wim Taymans  <wim@fluendo.com>
8284
8285         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8286         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
8287         (gst_rtspsrc_pause):
8288         * gst/rtsp/gstrtspsrc.h:
8289         * sys/oss/gstosssink.c: (gst_oss_sink_open),
8290         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
8291         Small documentation updates.
8292
8293 2006-08-22  Wim Taymans  <wim@fluendo.com>
8294
8295         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8296         (gst_avi_demux_index_entry_for_time),
8297         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8298         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
8299         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8300         (gst_avi_demux_next_data_buffer),
8301         (gst_avi_demux_calculate_durations_from_index),
8302         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
8303         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
8304         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8305         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
8306         * gst/avi/gstavidemux.h:
8307         Precalc most of the duration query for each stream.
8308         Make seeking more correct.
8309         Use GstSegment to track position and duration.
8310         Code cleanups and leak fixes.
8311         Calculate correct total duration based on index length.
8312
8313 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
8314
8315         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
8316         (parse_insert_string_field):
8317           If strings in text fields are marked ISO8859-1, but contain
8318           valid UTF-8 already, then handle them as UTF-8 and ignore
8319           the encoding. (#351794)
8320
8321 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8322
8323         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
8324         (gst_flac_dec_write), (gst_flac_dec_loop),
8325         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
8326         (gst_flac_dec_src_query):
8327         * ext/flac/gstflacdec.h:
8328           Make flac-in-ogg work (#352100).
8329
8330 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8331
8332         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
8333           Don't unref buffers of which we've already given away
8334           ownership to the adapter.
8335
8336 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8337
8338         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
8339           Make metadata extraction actually work.
8340
8341         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
8342         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
8343         (gst_speexenc_chain):
8344           Fix metadata writing: replace old code which wrote completely
8345           broken tags with libgsttag-based code. Plus miscellaneous
8346           code cleanups (use static pad templates etc.) and a bunch
8347           of leak fixes.
8348
8349 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8350
8351         * gst/audiopanorama/.cvsignore:
8352         * gst/audiopanorama/Makefile.am:
8353         * gst/audiopanorama/audiofx.c:
8354         * gst/audiopanorama/audiopanorama.c:
8355         * gst/audiopanorama/audiopanorama.h:
8356           die! die! die! you should never have been there
8357
8358 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
8359
8360         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8361         Fix invalid memory access in audiopanorama test suite.
8362
8363 2006-08-21  Edward Hervey  <edward@fluendo.com>
8364
8365         * tests/check/elements/.cvsignore:
8366         ignore built file
8367
8368 2006-08-21  Wim Taymans  <wim@fluendo.com>
8369
8370         * gst/rtp/Makefile.am:
8371         Fix the build again.
8372
8373 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8374
8375         * gst/audiofxgood/.cvsignore:
8376         * gst/audiofxgood/Makefile.am:
8377         * gst/audiofxgood/audiofx.c: (plugin_init):
8378         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8379         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8380         (gst_audio_panorama_set_property),
8381         (gst_audio_panorama_get_property),
8382         (gst_audio_panorama_get_unit_size),
8383         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8384         (gst_audio_panorama_transform_m2s),
8385         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8386         * gst/audiofxgood/audiopanorama.h:
8387           resubmit with the desired name *again*
8388
8389 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8390
8391         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
8392         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
8393           use g_assert in _get_unit_size
8394
8395 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8396
8397         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8398         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8399         * docs/plugins/inspect/plugin-audiofxgood.xml:
8400           cleanup -unused.txt to make it useful, add previously missing docs
8401
8402         * ext/Makefile.am:
8403           Quietly (accidentally) enable LADSPA for building by default, 
8404           despite the fact that it doesn't meet the plugin checklist.
8405             -- Added by Jan Schmidt 18 Dec 2006
8406
8407         * ext/esd/esdmon.c:
8408         * ext/esd/esdsink.c:
8409         * ext/esd/gstesd.c: (plugin_init):
8410           reflow to get rid of two external symbols
8411
8412         * gst/audiofxgood/audiofx.c: (plugin_init):
8413           re-add
8414
8415 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8416
8417         * configure.ac:
8418         * gst/audiofxgood/.cvsignore:
8419         * gst/audiofxgood/Makefile.am:
8420         * gst/audiofxgood/audiofx.c
8421         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8422         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8423         (gst_audio_panorama_set_property),
8424         (gst_audio_panorama_get_property),
8425         (gst_audio_panorama_get_unit_size),
8426         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8427         (gst_audio_panorama_transform_m2s),
8428         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8429         * gst/audiofxgood/audiopanorama.h:
8430         * tests/check/Makefile.am:
8431         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
8432         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
8433         (panorama_suite), (main):
8434         Add audiofxgood plugin with audiopanorama element
8435
8436 2006-08-18  Wim Taymans  <wim@fluendo.com>
8437
8438         * docs/plugins/Makefile.am:
8439         More Oss docs fixage. 
8440
8441 2006-08-18  Wim Taymans  <wim@fluendo.com>
8442
8443         * gst/rtp/Makefile.am:
8444         * gst/rtp/gstrtp.c: (plugin_init):
8445         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
8446         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
8447         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
8448         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
8449         (gst_rtp_sv3v_depay_get_property),
8450         (gst_rtp_sv3v_depay_change_state),
8451         (gst_rtp_sv3v_depay_plugin_init):
8452         * gst/rtp/gstrtpsv3vdepay.h:
8453         Added experimental SVQ3 depayloader.
8454
8455 2006-08-18  Edward Hervey  <edward@fluendo.com>
8456
8457         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
8458         (gst_dvdemux_loop), (gst_dvdemux_change_state):
8459         * ext/dv/gstdvdemux.h:
8460         When handling seek requests, don't send the newsegment event from the
8461         calling thread. Instead save it so it can be sent from the streaming
8462         thread.
8463
8464 2006-08-17  Wim Taymans  <wim@fluendo.com>
8465
8466         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8467
8468         * gst/multipart/multipartdemux.c: (multipart_parse_header):
8469         Accept leading whitespace before the boundary
8470         This patch makes the demuxer allow some whitespace before the actual
8471         boundary. This makes the demuxer work with the ``old'' gstreamer
8472         multipartmuxer again (which placed an extra \n before the start
8473         of the stream) Fixes #349068.
8474
8475 2006-08-17  Wim Taymans  <wim@fluendo.com>
8476
8477         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
8478         Error out on non-implemented stuff.
8479
8480 2006-08-16  Wim Taymans  <wim@fluendo.com>
8481
8482         Patch by: Andy Wingo <wingo at pobox dot com>
8483
8484         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
8485         (gst_signal_processor_start), (gst_signal_processor_stop),
8486         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
8487         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
8488         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
8489         (gst_signal_processor_change_state):
8490         Make ladspa elements reusable. Fixes #350006.
8491
8492 2006-08-16  Wim Taymans  <wim@fluendo.com>
8493
8494         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
8495         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
8496         names as possible. Fixes #349901.
8497
8498 2006-08-16  Wim Taymans  <wim@fluendo.com>
8499
8500         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
8501         (gst_signal_processor_do_pushes):
8502         A push() gives away our refcount so we should not use the buffer on the
8503         pen anymore.
8504
8505 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8506
8507         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8508         (gst_oss_mixer_element_finalize):
8509           Don't leak device string.
8510
8511 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8512
8513         * configure.ac:
8514           Require CVS of GStreamer core and -base (for
8515           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
8516
8517         * ext/taglib/gstid3v2mux.cc:
8518           Write extended comment tags properly (#348762).
8519
8520         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
8521         (parse_comment_frame):
8522           Extract COMM frames into extended comments, which makes it
8523           easier to properly retain the description bit of the tag
8524           and maintain this information when re-tagging (#348762).
8525
8526 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8527
8528         * tests/check/Makefile.am:
8529           Don't try to run annodex unit tests if the annodex
8530           plugin has not been built (Fixes #351116).
8531
8532 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8533
8534         * gst/autodetect/gstautoaudiosink.c:
8535         (gst_auto_audio_sink_find_best):
8536           When we can't find a usable audiosink, don't error out,
8537           but use a fake sink instead and post a warning message
8538           on the bus (#341278).
8539
8540 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8541
8542         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
8543         * sys/oss/gstosssink.c:
8544         * sys/oss/gstosssrc.c:
8545           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
8546           ossmixer's new device property.
8547
8548         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8549         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8550           Add docs for OSS elements.
8551
8552         * docs/plugins/inspect/plugin-aasink.xml:
8553         * docs/plugins/inspect/plugin-alaw.xml:
8554         * docs/plugins/inspect/plugin-alpha.xml:
8555         * docs/plugins/inspect/plugin-alphacolor.xml:
8556         * docs/plugins/inspect/plugin-annodex.xml:
8557         * docs/plugins/inspect/plugin-apetag.xml:
8558         * docs/plugins/inspect/plugin-auparse.xml:
8559         * docs/plugins/inspect/plugin-autodetect.xml:
8560         * docs/plugins/inspect/plugin-avi.xml:
8561         * docs/plugins/inspect/plugin-cacasink.xml:
8562         * docs/plugins/inspect/plugin-cairo.xml:
8563         * docs/plugins/inspect/plugin-cdio.xml:
8564         * docs/plugins/inspect/plugin-cutter.xml:
8565         * docs/plugins/inspect/plugin-debug.xml:
8566         * docs/plugins/inspect/plugin-dv.xml:
8567         * docs/plugins/inspect/plugin-efence.xml:
8568         * docs/plugins/inspect/plugin-effectv.xml:
8569         * docs/plugins/inspect/plugin-esdsink.xml:
8570         * docs/plugins/inspect/plugin-flac.xml:
8571         * docs/plugins/inspect/plugin-flxdec.xml:
8572         * docs/plugins/inspect/plugin-gconfelements.xml:
8573         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8574         * docs/plugins/inspect/plugin-goom.xml:
8575         * docs/plugins/inspect/plugin-halelements.xml:
8576         * docs/plugins/inspect/plugin-icydemux.xml:
8577         * docs/plugins/inspect/plugin-id3demux.xml:
8578         * docs/plugins/inspect/plugin-jpeg.xml:
8579         * docs/plugins/inspect/plugin-level.xml:
8580         * docs/plugins/inspect/plugin-matroska.xml:
8581         * docs/plugins/inspect/plugin-mulaw.xml:
8582         * docs/plugins/inspect/plugin-multipart.xml:
8583         * docs/plugins/inspect/plugin-navigationtest.xml:
8584         * docs/plugins/inspect/plugin-ossaudio.xml:
8585         * docs/plugins/inspect/plugin-png.xml:
8586         * docs/plugins/inspect/plugin-rtp.xml:
8587         * docs/plugins/inspect/plugin-rtsp.xml:
8588         * docs/plugins/inspect/plugin-shout2send.xml:
8589         * docs/plugins/inspect/plugin-smpte.xml:
8590         * docs/plugins/inspect/plugin-speex.xml:
8591         * docs/plugins/inspect/plugin-taglib.xml:
8592         * docs/plugins/inspect/plugin-udp.xml:
8593         * docs/plugins/inspect/plugin-videobalance.xml:
8594         * docs/plugins/inspect/plugin-videobox.xml:
8595         * docs/plugins/inspect/plugin-videoflip.xml:
8596         * docs/plugins/inspect/plugin-videomixer.xml:
8597         * docs/plugins/inspect/plugin-wavenc.xml:
8598         * docs/plugins/inspect/plugin-wavparse.xml:
8599         * docs/plugins/inspect/plugin-ximagesrc.xml:
8600           Update to CVS version.
8601           
8602 2006-08-16  Wim Taymans  <wim@fluendo.com>
8603
8604         * gst/rtp/gstrtpamrdepay.c:
8605         * gst/rtp/gstrtpmp4gdepay.c:
8606         Caps extra properties must be defined as strings for
8607         depayloaders because they are generated from an SDP.
8608
8609         * gst/rtp/Makefile.am:
8610         * gst/rtp/gstrtp.c: (plugin_init):
8611         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
8612         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
8613         (gst_rtp_h264_depay_finalize), (decode_base64),
8614         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
8615         (gst_rtp_h264_depay_set_property),
8616         (gst_rtp_h264_depay_get_property),
8617         (gst_rtp_h264_depay_change_state),
8618         (gst_rtp_h264_depay_plugin_init):
8619         * gst/rtp/gstrtph264depay.h:
8620         Added basic, not completely functional RFC 3984 H264 depayloader.
8621
8622 2006-08-16  Wim Taymans  <wim@fluendo.com>
8623
8624         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
8625         Add pads after setting them up.
8626
8627         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8628         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
8629         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
8630         (gst_rtspsrc_stream_setup_rtp),
8631         (gst_rtspsrc_stream_configure_transport),
8632         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
8633         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
8634         (gst_rtspsrc_pause):
8635         * gst/rtsp/gstrtspsrc.h:
8636         Fix interleaved mode.
8637          - Protect streaming with lock.
8638          - Combine flows
8639          - set caps on outgoing buffers.
8640          - strip trailing \0 from data packets.
8641          - Configure RTP/RTCP in stream.
8642         Use DEBUG_OBJECT more.
8643
8644 2006-08-16  Wim Taymans  <wim@fluendo.com>
8645
8646         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
8647         Turn a g_print into a DEBUG line.
8648
8649 2006-08-13  Wim Taymans  <wim@fluendo.com>
8650
8651         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
8652         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8653         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
8654         (gst_oss_mixer_element_get_property),
8655         (gst_oss_mixer_element_change_state):
8656         * sys/oss/gstossmixerelement.h:
8657         Small cleanups. Better error reporting.
8658         Add device property for the mixer instead of the hardcoded
8659         /dev/mixer. Fixes #350785.
8660         API: GstOssMixerElement::device property
8661
8662 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
8663
8664         Patch by: Jens Granseuer <jensgr at gmx net>
8665
8666         * gconf/Makefile.am:
8667           Make --disable-schemas work right (they still need
8668           to be copied to the installation directory, just not
8669           applied). Fixes #351347 (also #344100).
8670           
8671 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8672
8673         * configure.ac: back to HEAD
8674
8675 === release 0.10.4 ===
8676
8677 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
8678
8679         * configure.ac:
8680           releasing 0.10.4, "Dear Leader"
8681
8682 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8683
8684         Patch by: Edward Hervey <edward@fluendo.com>
8685
8686         * configure.ac:
8687         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8688         (gst_wavparse_stream_data):
8689         Send the newsegment event in the streaming thread.
8690         Fixes #347529
8691
8692 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
8693
8694         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
8695         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
8696         (gst_smokeenc_resync), (gst_smokeenc_chain):
8697           Refuse sink caps in the encoder if width or height is not a
8698           multiple of 16, the encoder does not support that yet (#349939);
8699           along the same lines, check the return value of the encoder
8700           setup function; also remove some debug log clutter.
8701
8702 2006-08-04  Andy Wingo  <wingo@pobox.com>
8703
8704         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
8705         whether a processor can work in place or not, and for keeping
8706         track of its state. Change the FlowReturn instance variable from
8707         "state" to "flow_state", all callers changed.
8708
8709         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
8710         (gst_signal_processor_start, gst_signal_processor_stop)
8711         (gst_signal_processor_cleanup): New functions to manage the
8712         processor's state.
8713         (gst_signal_processor_setcaps): start() as well as setup() here.
8714         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
8715         (gst_signal_processor_change_state): Stop and cleanup the
8716         processor as we go to NULL.
8717
8718         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
8719         INPLACE_BROKEN is not set.
8720
8721         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
8722         Do the alloc_buffer in bytes, not frames.
8723         
8724 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8725
8726         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
8727         Fix rgb masks when recording in < 24bpp.
8728
8729 2006-08-04  Andy Wingo  <wingo@pobox.com>
8730
8731         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
8732         (gst_signal_processor_prepare)
8733         (gst_signal_processor_update_inputs)
8734         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
8735         (gst_signal_processor_flush)
8736         (gst_signal_processor_sink_activate_push)
8737         (gst_signal_processor_src_activate_pull)
8738         (gst_signal_processor_change_state): Remove the last of the code
8739         that assumes that we process whole buffers at a time. Fix some
8740         debugging. Seems to work now in some cases.
8741         (gst_signal_processor_src_activate_pull): BPB
8742
8743 2006-08-01  Andy Wingo  <wingo@pobox.com>
8744
8745         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
8746         Fix nframes-choosing.
8747         (gst_signal_processor_init): Init pending_in and pending_out.
8748
8749         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
8750         more default sample rate, although we never check that the sample
8751         rate actually gets set. Something for the future.
8752         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
8753         (gst_signal_processor_event): Refcount fixen.
8754         (gst_signal_processor_process): Pull the number of frames to
8755         process from the sizes of the buffers in the input pens.
8756         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
8757         (gst_signal_processor_do_pulls): Add an nframes argument, and use
8758         it instead of buffer_frames.
8759         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
8760         to do_pulls.
8761         (gst_signal_processor_chain)
8762         (gst_signal_processor_sink_activate_push)
8763         (gst_signal_processor_src_activate_pull):  Refcount fixen.
8764
8765         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
8766
8767 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
8768
8769         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
8770         (gst_signal_processor_process):
8771           don't query buffer-frames from caps, add lots of debug-log,
8772           try fix for assert (#349189)
8773
8774 2006-07-31  Wim Taymans  <wim@fluendo.com>
8775
8776         * gst/udp/gstudpsrc.c:
8777         Fix docs.
8778
8779 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
8780
8781         * ext/ladspa/gstsignalprocessor.c:
8782         (gst_signal_processor_add_pad_from_template),
8783         (gst_signal_processor_init), (gst_signal_processor_setcaps),
8784         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
8785         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
8786         (gst_signal_processor_sink_activate_push),
8787         (gst_signal_processor_src_activate_pull),
8788         (gst_signal_processor_change_state):
8789          Add debugs logs here and there, add more error handling, add some
8790          FIXME comments, filed #349189
8791
8792 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8793
8794         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
8795         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
8796         Set caps on buffer correctly.  Fixes bug #349155.
8797
8798 2006-07-28  Wim Taymans  <wim@fluendo.com>
8799
8800         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8801
8802         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
8803         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
8804         (gst_multipart_demux_finalize), (get_line_end),
8805         (multipart_parse_header), (multipart_find_boundary),
8806         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
8807         (gst_multipart_set_property), (gst_multipart_get_property):
8808         Uses GstAdapter instead of own buffering.
8809         Actually parses the mime-type correctly (In tests the mime-type was
8810         always "" with the old version).
8811         Uses the Content-length header if available to speed up things.
8812         Reliably autoscans the boundary name by default.
8813         Fixes #349068.
8814
8815         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
8816         Don't start the stream with a \n.
8817
8818 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
8819
8820         Patch by: Brian Cameron <brian dot cameron at sun com>
8821
8822         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
8823           Open source with O_NONBLOCK (#349015).
8824
8825 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
8826
8827         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8828         (gst_avi_demux_massage_index):
8829         * gst/avi/gstavidemux.h:
8830           Whitespace fixes and more debug
8831
8832 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
8833
8834         * gst/autodetect/gstautoaudiosink.c:
8835         (gst_auto_audio_sink_create_element_with_pretty_name),
8836         (gst_auto_audio_sink_find_best),
8837         (gst_auto_audio_sink_change_state):
8838           Get rid of old and unused magic sound-server properties stuff.
8839           Add suffix to child sink's name that makes it easy to see from
8840           the name alone which type it actually is (alsa, oss, esd, etc.).
8841
8842 2006-07-27  Wim Taymans  <wim@fluendo.com>
8843
8844         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8845         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
8846         (gst_udpsrc_start):
8847         * gst/udp/gstudpsrc.h:
8848         Rename "buffer" to "buffer-size" to make clear it is a size we set and
8849         not some sort of feature we enable.
8850
8851 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
8852
8853         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
8854           Use CLOSE_SOCKET() here instead of close() to maintain
8855           win32 workiness.
8856
8857 2006-07-27  Wim Taymans  <wim@fluendo.com>
8858
8859         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
8860
8861         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8862         (gst_udpsrc_create), (gst_udpsrc_set_property),
8863         (gst_udpsrc_get_property), (gst_udpsrc_start):
8864         * gst/udp/gstudpsrc.h:
8865         Added "buffer-size" property to control the kernel receive buffer size.
8866         Update documentation.
8867         Small cleanups. Fixes #348752.
8868         API: buffer-size property
8869
8870 2006-07-26  Wim Taymans  <wim@fluendo.com>
8871
8872         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
8873
8874         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
8875         (gst_rtp_pcma_pay_handle_buffer):
8876         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
8877         (gst_rtp_pcmu_pay_handle_buffer):
8878         Fix timestamp calculation on outgoing RTP packets.
8879         Fixes #348675.
8880
8881 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8882
8883         * ext/taglib/gstid3v2mux.cc:
8884           Fix writing of comment frames (should be COMM not TCOM),
8885           is still sub-optimal though, since we don't retain or
8886           extract the comment descriptions properly (#334375,
8887           also see #334375).
8888
8889 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8890
8891         * gst/wavparse/gstwavparse.c:
8892           #define 'fact' RIFF chunk if we are not compiling against
8893           -base CVS (we don't want to depend on -base CVS for this
8894           one define only, and also not for release order reasons).
8895
8896 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8897
8898         * ext/taglib/gstid3v2mux.cc:
8899           Handle multiple tags of the same type properly. Re-inject
8900           unparsed ID3v2 frames that we get as binary blobs from
8901           id3demux into the tag again so we don't lose information
8902           when retagging (#334375).
8903
8904 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
8905
8906         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
8907           Document newly-added properties properly, so that there is a
8908           'Since: 0.10.4' in the plugin docs. Convert some property
8909           names into canonical GObject style (GObject will do that
8910           internally anyway).
8911
8912 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
8913
8914         * gst/id3demux/id3tags.c:
8915         (id3demux_add_id3v2_frame_blob_to_taglist):
8916           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
8917           well, and add the version to the blob's buffer caps, since that
8918           information will be needed for deserialisation later on (#348644).
8919
8920 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
8921
8922         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
8923         (gst_avi_demux_parse_stream):
8924          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
8925          indentation and spacing.
8926
8927 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8928
8929         * docs/plugins/Makefile.am:
8930         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8931         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8932         * docs/plugins/gst-plugins-good-plugins.args:
8933         * docs/plugins/inspect/plugin-1394.xml:
8934         * docs/plugins/inspect/plugin-aasink.xml:
8935         * docs/plugins/inspect/plugin-alaw.xml:
8936         * docs/plugins/inspect/plugin-alpha.xml:
8937         * docs/plugins/inspect/plugin-alphacolor.xml:
8938         * docs/plugins/inspect/plugin-annodex.xml:
8939         * docs/plugins/inspect/plugin-apetag.xml:
8940         * docs/plugins/inspect/plugin-auparse.xml:
8941         * docs/plugins/inspect/plugin-autodetect.xml:
8942         * docs/plugins/inspect/plugin-avi.xml:
8943         * docs/plugins/inspect/plugin-cacasink.xml:
8944         * docs/plugins/inspect/plugin-cairo.xml:
8945         * docs/plugins/inspect/plugin-cdio.xml:
8946         * docs/plugins/inspect/plugin-cutter.xml:
8947         * docs/plugins/inspect/plugin-debug.xml:
8948         * docs/plugins/inspect/plugin-dv.xml:
8949         * docs/plugins/inspect/plugin-efence.xml:
8950         * docs/plugins/inspect/plugin-effectv.xml:
8951         * docs/plugins/inspect/plugin-esdsink.xml:
8952         * docs/plugins/inspect/plugin-flac.xml:
8953         * docs/plugins/inspect/plugin-flxdec.xml:
8954         * docs/plugins/inspect/plugin-gconfelements.xml:
8955         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8956         * docs/plugins/inspect/plugin-goom.xml:
8957         * docs/plugins/inspect/plugin-halelements.xml:
8958         * docs/plugins/inspect/plugin-icydemux.xml:
8959         * docs/plugins/inspect/plugin-id3demux.xml:
8960         * docs/plugins/inspect/plugin-jpeg.xml:
8961         * docs/plugins/inspect/plugin-level.xml:
8962         * docs/plugins/inspect/plugin-matroska.xml:
8963         * docs/plugins/inspect/plugin-mulaw.xml:
8964         * docs/plugins/inspect/plugin-multipart.xml:
8965         * docs/plugins/inspect/plugin-navigationtest.xml:
8966         * docs/plugins/inspect/plugin-ossaudio.xml:
8967         * docs/plugins/inspect/plugin-png.xml:
8968         * docs/plugins/inspect/plugin-rtp.xml:
8969         * docs/plugins/inspect/plugin-rtsp.xml:
8970         * docs/plugins/inspect/plugin-shout2send.xml:
8971         * docs/plugins/inspect/plugin-smpte.xml:
8972         * docs/plugins/inspect/plugin-speex.xml:
8973         * docs/plugins/inspect/plugin-udp.xml:
8974         * docs/plugins/inspect/plugin-videobalance.xml:
8975         * docs/plugins/inspect/plugin-videobox.xml:
8976         * docs/plugins/inspect/plugin-videoflip.xml:
8977         * docs/plugins/inspect/plugin-videomixer.xml:
8978         * docs/plugins/inspect/plugin-wavenc.xml:
8979         * docs/plugins/inspect/plugin-wavparse.xml:
8980         * docs/plugins/inspect/plugin-ximagesrc.xml:
8981           Update files to CVS/Prerelease version, add esdsink docs.
8982
8983         * ext/esd/esdsink.c:
8984           Add gtk-doc blurb.
8985
8986         * gst/rtp/gstrtpmp4vpay.c:
8987           Fix typo in element description.
8988
8989 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8990
8991         * ext/esd/esdsink.c: (gst_esdsink_open),
8992         (gst_esdsink_factory_init):
8993           Prevent libesd from auto-spawning a sound daemon if it
8994           is not already running. Now that we don't do evil stuff
8995           like that any longer we can give esdsink a rank so that
8996           autoaudiosink will try it as well if all other audio
8997           sinks fail (#343051).
8998
8999 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9000
9001         * ext/esd/Makefile.am:
9002           Oops, need to remove README from EXTRA_DIST as well.
9003
9004 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9005
9006         * ext/esd/README:
9007           Remove, it contains nothing useful anyway.
9008
9009         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
9010         (gst_esdsink_delay):
9011           Some small clean-ups; use GST_BOILERPLATE etc.
9012
9013 2006-07-24  Wim Taymans  <wim@fluendo.com>
9014
9015         * gst/law/alaw-decode.c: (alawdec_getcaps):
9016         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
9017         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
9018         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
9019         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
9020
9021 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
9022
9023         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
9024         (gst_wavparse_other), (gst_wavparse_perform_seek),
9025         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
9026         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
9027         (gst_wavparse_pad_query):
9028         * gst/wavparse/gstwavparse.h:
9029           Use information from 'fact' chunk for length calculation of compressed
9030           samples. Calculate bps if bogus value is found in wav header (embeded
9031           mp2/mp3).
9032           
9033
9034 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9035
9036         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
9037
9038         * configure.ac:
9039         * gst/udp/Makefile.am:
9040         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
9041         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
9042         * gst/udp/gstdynudpsink.h:
9043         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
9044         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
9045         * gst/udp/gstmultiudpsink.h:
9046         * gst/udp/gstudp.c: (plugin_init):
9047         * gst/udp/gstudpsink.h:
9048         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
9049         (gst_udpsrc_start), (gst_udpsrc_stop):
9050         * gst/udp/gstudpsrc.h:
9051         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
9052         (gst_udp_net_utils_win32_wsa_startup):
9053         * gst/udp/gstudpnetutils.h:
9054           Port udp plugin to win32 (#345288).
9055
9056 2006-07-24  Wim Taymans  <wim@fluendo.com>
9057
9058         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
9059         Remove unwanted DEBUG line.
9060
9061 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9062
9063         * gst/id3demux/gstid3demux.c: (plugin_init):
9064         * gst/id3demux/id3tags.c:
9065         (id3demux_add_id3v2_frame_blob_to_taglist):
9066         * gst/id3demux/id3tags.h:
9067           On second thought, it might be wiser and more efficient
9068           not to do tag registration from a streaming thread.
9069
9070 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9071
9072         * gst/id3demux/id3tags.c:
9073         (id3demux_add_id3v2_frame_blob_to_taglist),
9074         (id3demux_id3v2_frames_to_tag_list):
9075           Put ID3v2 frames we can't parse as binary blobs into private
9076           tags, so that they are not lost when retagging, at least once
9077           id3v2mux has been taught to re-inject those frames again.
9078           See bug #334375.
9079
9080 2006-07-21  Wim Taymans  <wim@fluendo.com>
9081
9082         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9083         (gst_avi_demux_process_next_entry):
9084         Fix some leaks.
9085
9086         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
9087         Don't use \n in debug lines.
9088
9089 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
9090
9091         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9092         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9093           Add annodex and icydemux, cleanup the sections a bit
9094
9095 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
9096
9097         Patch by: Alex Lancaster <alexl at users sourceforge net>
9098
9099         * ext/taglib/gstid3v2mux.cc:
9100           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
9101           ID3v2 TSSE frames (#347898).
9102
9103 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
9104
9105         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
9106           Respect mpegversion for "video/mpeg" and give message in case of
9107           unhandled versions.
9108
9109 2006-07-17  Wim Taymans  <wim@fluendo.com>
9110
9111         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
9112         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
9113         (gst_pngdec_chain), (gst_pngdec_sink_event),
9114         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
9115         (gst_pngdec_sink_activate_push):
9116         * ext/libpng/gstpngdec.h:
9117         Use statically allocated segment instead of leaking.
9118         Various cleanups.
9119         Fix flush and seek handling.
9120
9121 2006-07-16  Wim Taymans  <wim@fluendo.com>
9122
9123         * gst/rtp/Makefile.am:
9124         * gst/rtp/gstrtp.c: (plugin_init):
9125         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
9126         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
9127         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
9128         (gst_rtp_mp4g_depay_set_property),
9129         (gst_rtp_mp4g_depay_get_property),
9130         (gst_rtp_mp4g_depay_change_state),
9131         (gst_rtp_mp4g_depay_plugin_init):
9132         * gst/rtp/gstrtpmp4gdepay.h:
9133         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
9134         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
9135         (gst_rtp_mp4g_pay_flush):
9136         Added simple generic mpeg4 depayloader.
9137         Fix generic mpeg4 payloader.
9138
9139 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
9140
9141         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
9142           Don't try doing state changes on a NULL pointer.
9143
9144 2006-07-14  Wim Taymans  <wim@fluendo.com>
9145
9146         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
9147
9148         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
9149         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
9150         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9151         * gst/rtp/gstrtpamrdepay.h:
9152         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
9153         Fixes #321191
9154
9155 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9156
9157         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9158         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
9159         Fix segfault when moving mouse pointer to the bottom right corner.
9160
9161 2006-07-12  Wim Taymans  <wim@fluendo.com>
9162
9163         * gst/rtp/Makefile.am:
9164         * gst/rtp/gstrtp.c: (plugin_init):
9165         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
9166         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
9167         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
9168         (gst_rtp_mp2t_depay_set_property),
9169         (gst_rtp_mp2t_depay_get_property),
9170         (gst_rtp_mp2t_depay_change_state),
9171         (gst_rtp_mp2t_depay_plugin_init):
9172         * gst/rtp/gstrtpmp2tdepay.h:
9173         Added mpeg2 TS depayloader. Closing #347234.
9174
9175 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
9176
9177         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
9178           Remove g_assert that shouldn't be there and was triggered
9179           after trying to open a device that doesn't exist or can't
9180           be opened for some other reason (#347972).
9181
9182 2006-07-10  Edward Hervey  <edward@fluendo.com>
9183
9184         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9185         (gst_avi_demux_stream_header), (push_tag_lists):
9186         * gst/avi/gstavidemux.h:
9187         Don't push tag events found by gst_riff_parse_info() before outputting
9188         GST_EVENT_NEWSEGMENT.
9189
9190 2006-07-10  Wim Taymans  <wim@fluendo.com>
9191
9192         * gst/rtsp/Makefile.am:
9193         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
9194         (rtsp_connection_close):
9195         * gst/rtsp/rtspdefs.h:
9196         replaced closesocket and close in code with one CLOSE_SOCKET. 
9197         Some more cleanups. Fixes #345301.
9198
9199 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
9200
9201         * gst/autodetect/gstautoaudiosink.c:
9202           Fix example pipeline in docs.
9203
9204 2006-07-10  Wim Taymans  <wim@fluendo.com>
9205
9206         Patch by: Rob Taylor <robtaylor at floopily dot org>
9207
9208         * gst/udp/gstmultiudpsink.c: (join_multicast),
9209         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
9210         If a destination is added before the stream is set to PAUSED, the
9211         multicast group is not joined as the socket is not created yet. 
9212         Also TTL and LOOP should also be set. Fixes #346921.
9213
9214 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9215
9216         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9217         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9218         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
9219         (gst_ximage_src_init):
9220         * sys/ximage/gstximagesrc.h:
9221         Fix use-damage property to actually work :)
9222         Add startx, starty, endx, endy properties so screencasts other than full
9223         screen ones can work.
9224
9225 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9226
9227         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9228         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9229         (gst_ximage_src_class_init), (gst_ximage_src_init):
9230         * sys/ximage/gstximagesrc.h:
9231         Add use_damage property to offer ability to choose whether to use
9232         XDamage or not.
9233
9234 2006-07-07  Wim Taymans  <wim@fluendo.com>
9235
9236         * gst/goom/filters.c: (zoomFilterSetResolution):
9237         Avoid goom coredumping by clearing memory. 
9238         Fixes 345679.
9239
9240 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
9241
9242         * win32/vs6/libgstid3demux.dsp:
9243         Add a link to libgsttag-0.10.lib.
9244
9245 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9246
9247         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9248         (gst_tag_demux_read_range):
9249         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9250         (gst_id3demux_read_range):
9251           Don't return FLOW_UNEXPECTED when a buffer is before
9252           the start of the stream (which might happen with
9253           large ID3v2 tags if the tag reading was done pullrange
9254           based and we then switched to push mode later on).
9255           Fixes regression introduced by commit from June 29th.
9256
9257 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9258
9259         * ext/taglib/gstid3v2mux.cc:
9260           Make UTF-8 the default encoding when writing string
9261           tags (before, our UTF-8 strings would automatically
9262           be converted to ISO-8859-1 by taglib and written as
9263           ISO-8859-1 fields if that was possible).
9264
9265         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
9266         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
9267         (test_taglib_id3mux_with_tags):
9268           Add test case that makes sure our UTF-8 strings have
9269           actually been written into the tag as UTF-8.
9270
9271 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9272
9273         * configure.ac:
9274           Let's try that again.
9275
9276 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9277
9278         * configure.ac:
9279           Disable monoscope plugin for now until it fulfills
9280           all the requirements.
9281
9282 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9283
9284         * configure.ac:
9285         * gst/monoscope/Makefile.am:
9286         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
9287         (gst_monoscope_class_init), (gst_monoscope_init),
9288         (gst_monoscope_finalize), (gst_monoscope_reset),
9289         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
9290         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
9291         (gst_monoscope_sink_event), (gst_monoscope_src_event),
9292         (gst_monoscope_change_state), (plugin_init):
9293         * gst/monoscope/gstmonoscope.h:
9294           Port monoscope visualisation to 0.10.
9295
9296 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9297
9298         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
9299         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
9300           Return FLOW_UNEXPECTED when at the end of the file, not
9301           FLOW_ERROR. Fixes 'internal stream error' errors that
9302           would sometimes occur in totem when scrubbing to the
9303           end of an ID3v1 tagged mp3 file.
9304
9305 2006-07-03  Edward Hervey  <edward@fluendo.com>
9306
9307         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
9308         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
9309         (gst_pngdec_sink_event), (gst_pngdec_change_state):
9310         * ext/libpng/gstpngdec.h:
9311         Implement buffer clipping/dropping using GstSegment.
9312         This provides accurate seeking.
9313
9314 2006-07-03  Edward Hervey  <edward@fluendo.com>
9315
9316         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9317         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
9318         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
9319         (gst_avi_demux_process_next_entry), (push_tag_lists),
9320         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
9321         * gst/avi/gstavidemux.h:
9322         Proper aggregation of each stream's GstFlowReturn in order to figure out
9323         whether the task should stop or not.
9324         Don't send inline events before pushing out a NEW_SEGMENT, more
9325         specifically for GST_TAG_EVENT.
9326         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
9327         sub-indexes.
9328
9329 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
9330
9331         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9332
9333         * sys/sunaudio/gstsunaudiomixerctrl.c:
9334         (gst_sunaudiomixer_ctrl_build_list):
9335           Move "Monitor" slider to input tab so it works more like
9336           sdtaudiocontrol, which is what people on Solaris are used
9337           to using for their mixer program (#346259).
9338
9339 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9340
9341         * tests/check/elements/level.c: (GST_START_TEST):
9342           fix a leak, clean up at the end
9343
9344 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9345
9346         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9347         (gst_matroska_demux_send_event),
9348         (gst_matroska_demux_loop_stream_parse_id):
9349         * gst/matroska/matroska-ids.h:
9350           Send tag event after newsegment event.
9351
9352 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9353
9354         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9355         (gst_id3demux_read_range):
9356           Make sure we don't return GST_FLOW_OK with a NULL buffer in
9357           certain cases where a read beyond the end of the file is
9358           requested. Fixes #345930.
9359
9360         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9361         (gst_tag_demux_read_range):
9362           Fix same issue here as well.
9363
9364 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9365
9366         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
9367         
9368         Fix hypothetical crash.
9369
9370 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
9371
9372         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9373
9374         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
9375           Do not modify the ports value. If the user has turned off the
9376           built-in speakers, then we should not reset it in the prepare
9377           function, since this causes the built-in speakers to turn
9378           back on anytime the user changes a track in totem, rhythmbox,
9379           etc. (#346066).
9380
9381 2006-06-23  Wim Taymans  <wim@fluendo.com>
9382
9383         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
9384         Fix double caps unref when negotiation fails.
9385
9386 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9387
9388         * ext/annodex/gstcmmldec.c:
9389         * ext/annodex/gstcmmlenc.c:
9390         * ext/annodex/gstcmmlparser.c:
9391         * ext/dv/gstdvdec.c:
9392         * ext/dv/gstdvdemux.c:
9393         * ext/gdk_pixbuf/pixbufscale.c:
9394         * ext/jpeg/gstjpegenc.c:
9395         * ext/jpeg/gstsmokedec.c:
9396         * ext/jpeg/gstsmokeenc.c:
9397         * ext/libpng/gstpngdec.c:
9398         * ext/libpng/gstpngenc.c:
9399         * ext/speex/gstspeexenc.c:
9400         * gst/alpha/gstalphacolor.c:
9401         * gst/cutter/gstcutter.c:
9402         * gst/debug/gstnavigationtest.c:
9403         * gst/icydemux/gsticydemux.c:
9404         * gst/level/gstlevel.c:
9405         * gst/multipart/multipart.c:
9406         * gst/rtp/gstrtpamrpay.c:
9407         * gst/rtp/gstrtpdepay.c:
9408         * gst/rtp/gstrtpilbcpay.c:
9409         * gst/rtp/gstrtpmp4gpay.c:
9410         * gst/rtp/gstrtpmp4vpay.c:
9411         * gst/rtsp/gstrtpdec.c:
9412         * gst/rtsp/gstrtspsrc.c:
9413         * gst/udp/gstdynudpsink.c:
9414         * gst/udp/gstmultiudpsink.c:
9415         * gst/udp/gstudpsrc.c:
9416         * gst/videobox/gstvideobox.c:
9417         * gst/videofilter/gstvideoflip.c:
9418           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
9419           plus two minor macro fixes.
9420
9421 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9422
9423         * gst/matroska/matroska-demux.c:
9424         (gst_matroska_demux_check_subtitle_buffer),
9425         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9426         (gst_matroska_demux_subtitle_caps):
9427         * gst/matroska/matroska-ids.c:
9428         (gst_matroska_track_init_subtitle_context):
9429         * gst/matroska/matroska-ids.h:
9430           Try to fix up broken matroska files containing subtitle
9431           streams with non-UTF8 character encodings (courtesy of
9432           mkvmerge) using either the encoding specified in the
9433           GST_SUBTITLE_ENCODING environment variable or the
9434           current locale's character set if it is non-UTF8.
9435           Fixes #337076.
9436
9437 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9438
9439         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
9440           Set image type from APIC frame as "image-type" field
9441           of GST_TAG_IMAGE buffer caps (#344605).
9442
9443 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
9444
9445         * ext/flac/Makefile.am:
9446         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
9447         (gst_flac_dec_reset_decoders),
9448         (gst_flac_dec_setup_seekable_decoder),
9449         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
9450         (gst_flac_dec_metadata_callback),
9451         (gst_flac_dec_metadata_callback_seekable),
9452         (gst_flac_dec_metadata_callback_stream),
9453         (gst_flac_dec_error_callback),
9454         (gst_flac_dec_error_callback_seekable),
9455         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
9456         (gst_flac_dec_read_stream), (gst_flac_dec_write),
9457         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
9458         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
9459         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
9460         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
9461         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
9462         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
9463         (gst_flac_dec_sink_activate_push),
9464         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
9465         * ext/flac/gstflacdec.h:
9466           Support chain-based operation, should make flac-over-DAAP
9467           work (#340492).
9468
9469 2006-06-20  Wim Taymans  <wim@fluendo.com>
9470
9471         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9472         Doc updates, merge some unused symbols.
9473
9474 2006-06-20  Wim Taymans  <wim@fluendo.com>
9475
9476         * docs/plugins/Makefile.am:
9477         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9478         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9479         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
9480         * gst/rtsp/gstrtspsrc.c:
9481         * gst/rtsp/gstrtspsrc.h:
9482         Added documentation for the rtsp plugin. Fixes #345393.
9483
9484 2006-06-20  Wim Taymans  <wim@fluendo.com>
9485
9486         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9487         (rtsp_connection_close), (rtsp_connection_free):
9488         Use better G_OS_* macros. Fixes #345301 some more.
9489
9490 2006-06-20  Wim Taymans  <wim@fluendo.com>
9491
9492         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9493
9494         * sys/sunaudio/Makefile.am:
9495         * sys/sunaudio/gstsunaudio.c: (plugin_init):
9496         * sys/sunaudio/gstsunaudiomixerctrl.c:
9497         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
9498         (gst_sunaudiomixer_ctrl_list_tracks),
9499         (gst_sunaudiomixer_ctrl_get_volume),
9500         (gst_sunaudiomixer_ctrl_set_volume),
9501         (gst_sunaudiomixer_ctrl_set_mute),
9502         (gst_sunaudiomixer_ctrl_set_record):
9503         * sys/sunaudio/gstsunaudiomixerctrl.h:
9504         * sys/sunaudio/gstsunaudiomixertrack.c:
9505         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
9506         * sys/sunaudio/gstsunaudiomixertrack.h:
9507         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
9508         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
9509         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
9510         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
9511         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
9512         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
9513         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
9514         (gst_sunaudiosrc_reset):
9515         * sys/sunaudio/gstsunaudiosrc.h:
9516         Add a SunAudio source plugin.
9517         Support stereo and right/left channel gain in the mixer plugin.
9518         Support the RECORD flag so that you can switch between line-input and
9519         microphone in gnome-volume-control.
9520         Code cleanups like using an enumerator for track number instead of an 
9521         integer. Fixes #344923.
9522
9523 2006-06-20  Wim Taymans  <wim@fluendo.com>
9524
9525         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
9526
9527         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9528         (rtsp_connection_close):
9529         Make RTSP plugin compile on windows. Fixes #345301.
9530         Some changes to original patch to catch errors better.
9531         use ifdef WIN32 instead of ifndef.
9532
9533 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9534
9535         * configure.ac:
9536         If we have libraw1394 >= 1.2.1, then we need libiec61883.
9537
9538 2006-06-18  Edward Hervey  <edward@fluendo.com>
9539
9540         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
9541         After a failed buffer alloc, we need to abort the jpeg decoding (it
9542         started when parsing headers to figure out how many bytes we need
9543         to request downstream).
9544
9545 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
9546
9547         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9548
9549         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
9550           Make sure we don't read beyond the end of the file (#345232).
9551
9552 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9553
9554         * configure.ac:
9555           Fix --disable-external (can't set conditionals conditionally,
9556           #343602).
9557
9558 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9559
9560         * autogen.sh:
9561         * configure.ac:
9562         * docs/Makefile.am:
9563           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
9564
9565         * docs/plugins/Makefile.am:
9566         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9567         * docs/plugins/inspect/plugin-taglib.xml:
9568           Add/fix apev2mux docs.
9569
9570 2006-06-14  Wim Taymans  <wim@fluendo.com>
9571
9572         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
9573         (gst_dvdec_finalize), (gst_dvdec_sink_event),
9574         (gst_dvdec_change_state):
9575         Reset segment info on flush.
9576         Alloc segment in _init, free in _finalize.
9577
9578         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
9579         Don't send segments twice.
9580
9581 2006-06-14  Wim Taymans  <wim@fluendo.com>
9582
9583         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
9584         Respect segment.stop. Fixes #342592.
9585
9586 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9587
9588         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
9589           No language specified means the implied language is English
9590           according to the matroska spec (partially fixes #344708);
9591           add some more debug output.
9592
9593 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9594
9595         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
9596         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
9597         (gst_wavparse_chain):
9598           When operating chain-based, don't make any assumptions about the
9599           chunking of the incoming data and make streaming work on days other
9600           than the second Thursday after a full moon. Also fix up debug
9601           messages here and there and make use of the most excellent new
9602           gst_pad_query_peer_duration() utility function.
9603           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
9604
9605         * gst/wavparse/gstwavparse.h:
9606           Remove trailing comma after last enum value, some compilers don't
9607           like that.
9608
9609 2006-06-13  Wim Taymans  <wim@fluendo.com>
9610
9611         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
9612         Handle premature EOS gracefully.
9613
9614 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
9615
9616         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
9617           Prevent out of bounds array access when scrubbing towards
9618           the end of the file between the last index entry and the
9619           end. Fixes occasional 'start <= stop' newsegment event
9620           assertions when scrubbing in MJPEG files.
9621
9622 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
9623
9624         * tests/check/elements/.cvsignore:
9625           And another one.
9626
9627 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9628
9629         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9630         (scan_encoded_string), (parse_picture_frame):
9631           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
9632
9633         * configure.ac:
9634           Require core >= 0.10.8 (for GST_TAG_IMAGE and
9635           GST_TAG_PPEVIEW_IMAGE used in the patch above).
9636
9637 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9638
9639         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
9640           gratuitous comment changes
9641         * tests/check/elements/level.c: (GST_START_TEST):
9642           fix level test leaks
9643
9644 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9645
9646         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
9647         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
9648           Use gst_pad_query_peer_duration() utility function here.
9649
9650 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9651
9652         * autogen.sh:
9653           require am17
9654         * configure.ac:
9655         * ext/annodex/Makefile.am:
9656         * ext/cdio/Makefile.am:
9657         * ext/dv/Makefile.am:
9658         * ext/esd/Makefile.am:
9659         * ext/flac/Makefile.am:
9660         * ext/gdk_pixbuf/Makefile.am:
9661         * ext/ladspa/Makefile.am:
9662         * ext/libcaca/Makefile.am:
9663         * ext/speex/Makefile.am:
9664         * ext/taglib/Makefile.am:
9665         * sys/oss/Makefile.am:
9666         * sys/sunaudio/Makefile.am:
9667         * sys/ximage/Makefile.am:
9668           clean up build further
9669
9670 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9671
9672         * gconf/Makefile.am:
9673           Honour --disable-schemas-install configure option. Fixes #344100.
9674
9675 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9676
9677         * tests/examples/level/Makefile.am:
9678           Add -lm to LIBS for pow() function, don't assume one of our
9679           dependencies (such as libxml-2.0) drags it in automatically
9680           (#343603).
9681
9682 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9683
9684         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
9685
9686         * configure.ac:
9687           We should use $SED and not $(SED) in configure.ac (#343678).
9688
9689 2006-06-09  Wim Taymans  <wim@fluendo.com>
9690
9691         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9692
9693         * sys/sunaudio/gstsunaudiomixerctrl.c:
9694         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
9695         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
9696         (gst_sunaudiomixer_ctrl_set_mute):
9697         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
9698         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
9699         (gst_sunaudiosink_write):
9700         Attached find a patch that fixes a number of bugs with the SunAudio
9701         mixer plugin and fixes #344101:
9702         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
9703            tracks onto the tracklist causing gnome-volume-control's preferences
9704            dialog to be messed up and would core dump if you checked/unchecked
9705            any item.
9706         2. We weren't previously setting the MUTE flag properly.  Fixing this
9707            makes gnome-volume-control work better.
9708         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
9709            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
9710            gnome-volume-control look better.
9711         Also some minor cleanup in gstsunaudiosink.c.
9712
9713 2006-06-09  Wim Taymans  <wim@fluendo.com>
9714
9715         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
9716         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
9717         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
9718         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
9719         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
9720         * ext/jpeg/gstjpegdec.h:
9721         API: Added IDCT method property
9722         Small cleanups.
9723         Avoid dynamic allocation of trivial fixed structure.
9724         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
9725
9726 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9727
9728         * configure.ac:
9729         We now require libraw1394 >= 1.1.0 and that version onwards all
9730         have .pc files.
9731
9732 2006-06-02  Edward Hervey  <edward@fluendo.com>
9733
9734         * gst/law/alaw-decode.c: (alawdec_getcaps): 
9735         Trying to get items from an ANY or EMPTY caps is ... stupid.
9736
9737 2006-06-02  Edward Hervey  <edward@fluendo.com>
9738
9739         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
9740         (gst_dvdec_chain), (gst_dvdec_change_state):
9741         * ext/dv/gstdvdec.h:
9742         Added GstSegment handling, now implements dropping/clipping.
9743
9744 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
9745
9746         * ext/aalib/gstaasink.h:
9747         * ext/annodex/gstcmmldec.h:
9748         * ext/cairo/gsttimeoverlay.h:
9749         * ext/dv/gstdvdec.h:
9750         * ext/dv/gstdvdemux.h:
9751         * ext/esd/esdmon.h:
9752         * ext/esd/esdsink.h:
9753         * ext/flac/gstflacenc.h:
9754         * ext/gconf/gstgconfaudiosink.h:
9755         * ext/gconf/gstgconfaudiosrc.h:
9756         * ext/gconf/gstgconfvideosink.h:
9757         * ext/gconf/gstgconfvideosrc.h:
9758         * ext/gdk_pixbuf/gstgdkanimation.h:
9759         * ext/gdk_pixbuf/pixbufscale.h:
9760         * ext/hal/gsthalaudiosink.h:
9761         * ext/hal/gsthalaudiosrc.h:
9762         * ext/jpeg/gstjpegenc.h:
9763         * ext/jpeg/gstsmokedec.h:
9764         * ext/jpeg/gstsmokeenc.h:
9765         * ext/libcaca/gstcacasink.h:
9766         * ext/libmng/gstmngdec.h:
9767         * ext/libmng/gstmngenc.h:
9768         * ext/libpng/gstpngdec.h:
9769         * ext/libpng/gstpngenc.h:
9770         * ext/raw1394/gstdv1394src.h:
9771         * ext/speex/gstspeexenc.h:
9772         * gst/autodetect/gstautoaudiosink.h:
9773         * gst/autodetect/gstautovideosink.h:
9774         * gst/avi/gstavidemux.h:
9775         * gst/cutter/gstcutter.h:
9776         * gst/debug/efence.h:
9777         * gst/debug/gstnavigationtest.h:
9778         * gst/debug/gstnavseek.h:
9779         * gst/flx/gstflxdec.h:
9780         * gst/goom/gstgoom.h:
9781         * gst/icydemux/gsticydemux.h:
9782         * gst/id3demux/gstid3demux.h:
9783         * gst/law/alaw-decode.h:
9784         * gst/law/alaw-encode.h:
9785         * gst/law/mulaw-decode.h:
9786         * gst/law/mulaw-encode.h:
9787         * gst/matroska/matroska-mux.h:
9788         * gst/median/gstmedian.h:
9789         * gst/oldcore/gstaggregator.h:
9790         * gst/oldcore/gstfdsink.h:
9791         * gst/oldcore/gstmd5sink.h:
9792         * gst/oldcore/gstmultifilesrc.h:
9793         * gst/oldcore/gstpipefilter.h:
9794         * gst/oldcore/gstshaper.h:
9795         * gst/oldcore/gststatistics.h:
9796         * gst/rtp/gstasteriskh263.h:
9797         * gst/rtp/gstrtpL16depay.h:
9798         * gst/rtp/gstrtpL16pay.h:
9799         * gst/rtp/gstrtpamrdepay.h:
9800         * gst/rtp/gstrtpamrpay.h:
9801         * gst/rtp/gstrtpdepay.h:
9802         * gst/rtp/gstrtpgsmdepay.h:
9803         * gst/rtp/gstrtpgsmpay.h:
9804         * gst/rtp/gstrtph263pay.h:
9805         * gst/rtp/gstrtph263pdepay.h:
9806         * gst/rtp/gstrtph263ppay.h:
9807         * gst/rtp/gstrtpmp4gpay.h:
9808         * gst/rtp/gstrtpmp4vdepay.h:
9809         * gst/rtp/gstrtpmp4vpay.h:
9810         * gst/rtp/gstrtpmpadepay.h:
9811         * gst/rtp/gstrtpmpapay.h:
9812         * gst/rtp/gstrtppcmadepay.h:
9813         * gst/rtp/gstrtppcmapay.h:
9814         * gst/rtp/gstrtppcmudepay.h:
9815         * gst/rtp/gstrtppcmupay.h:
9816         * gst/rtp/gstrtpspeexdepay.h:
9817         * gst/rtp/gstrtpspeexpay.h:
9818         * gst/rtsp/gstrtpdec.h:
9819         * gst/rtsp/gstrtspsrc.h:
9820         * gst/smpte/gstsmpte.h:
9821         * gst/udp/gstdynudpsink.h:
9822         * gst/udp/gstmultiudpsink.h:
9823         * gst/udp/gstudpsink.h:
9824         * gst/udp/gstudpsrc.h:
9825         * gst/videofilter/gstvideobalance.h:
9826         * gst/videofilter/gstvideoflip.h:
9827         * sys/oss/gstossdmabuffer.h:
9828         * sys/oss/gstossmixerelement.h:
9829         * sys/oss/gstosssink.h:
9830         * sys/oss/gstosssrc.h:
9831         * sys/osxvideo/osxvideosink.h:
9832         * sys/sunaudio/gstsunaudiomixer.h:
9833         * sys/sunaudio/gstsunaudiosink.h:
9834         * sys/ximage/gstximagesrc.h:
9835         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
9836
9837 2006-05-31  Wim Taymans  <wim@fluendo.com>
9838
9839         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
9840         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
9841         (gst_goom_src_setcaps), (gst_goom_src_event),
9842         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
9843         (gst_goom_change_state):
9844         * gst/goom/gstgoom.h:
9845         Handle QoS.
9846         Handle flushing, discont and events.
9847         Fix timestamps and various other cleanups.
9848
9849 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9850
9851         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
9852         Fix bus reset when using libiec61883
9853
9854 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9855
9856         * configure.ac:
9857         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
9858         * ext/raw1394/Makefile.am:
9859         Add CFLAGS.
9860         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
9861         New method, to receive using libiec61883.
9862         (gst_dv1394src_iso_receive),
9863         #ifdef'd out if libiec61883 is present.
9864         (gst_dv1394src_bus_reset),
9865         Get userdata correctly if using libiec61883. 
9866         (gst_dv1394src_create),
9867         When using libiec61883, only poll one fd and no need to read.
9868         (gst_dv1394src_discover_avc_node),
9869         Replace g_warnings.
9870         (gst_dv1394src_start),
9871         Create new handle when we know which dv port.  More reliable
9872         than setting port on an existing handle.  Initialise libiec61883.
9873         (gst_dv1394src_stop):
9874         If using libiec61883, then cleanup its handle properly.
9875         * ext/raw1394/gstdv1394src.h:
9876         Add libiec61883 handle.
9877
9878 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
9879
9880         * gst/avi/gstavidemux.c:
9881           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
9882         * win32/MANIFEST:
9883           sort file listing
9884         * win32/vs6/libgstavi.dsp:
9885           add gstavimux.c to the project
9886         * win32/vs6/libgstid3demux.dsp:
9887           add link to zlib library
9888         * win32/vs6/libgstmatroska.dsp:
9889           add matroska-ids.c to the project
9890
9891 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9892
9893         Patch by: Sebastian Dröge  <mail at slomosnail de >
9894
9895         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9896         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9897         * ext/taglib/Makefile.am:
9898         * ext/taglib/gstapev2mux.cc:
9899         * ext/taglib/gstapev2mux.h:
9900         * ext/taglib/gstid3v2mux.cc:
9901         * ext/taglib/gsttaglibmux.c: (plugin_init):
9902         * ext/taglib/gsttaglibmux.h:
9903           Add apev2mux element (#343122).
9904         
9905         * tests/check/Makefile.am:
9906         * tests/check/elements/apev2mux.c:
9907         (test_taglib_apev2mux_create_tags),
9908         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
9909         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
9910         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
9911         (apev2mux_suite), (main):
9912           Add unit test for apev2mux element.
9913
9914 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9915
9916         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
9917         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
9918         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
9919           GST_PTR_FORMAT should be used to print caps in debug statements.
9920
9921 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9922
9923         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
9924
9925         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
9926         (ape_demux_parse_tags):
9927           Some clean-ups and additions: map APE 'file' tag to
9928           GST_TAG_LOCATION (#343123); add support for extracting
9929           the track count and clean up parsing a bit (#343127).
9930
9931 2006-05-28  Edward Hervey  <edward@fluendo.com>
9932
9933         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
9934         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
9935
9936 2006-05-28  Edward Hervey  <edward@fluendo.com>
9937
9938         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
9939         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
9940         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
9941         * ext/jpeg/gstjpegdec.h:
9942         Clip outgoing buffers according to currently configured segment.
9943
9944 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9945
9946         * ext/taglib/gstid3v2mux.cc:
9947           Handle  writing of track-count or album-volume-count without
9948           track-number or albume-volume-number (in this case the number
9949           will just be set to 0).
9950
9951         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
9952           It would be nice if we actually checked the values received for
9953           track/album-volume number/count in  _check_tags(), rather than
9954           setting them again ...
9955
9956 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9957
9958         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
9959           A track/volume number or count of 0 does not make sense,
9960           just ignore it along with negative numbers (a tag might
9961           only contain a track count without a track number).
9962
9963 2006-05-27  Edward Hervey  <edward@fluendo.com>
9964
9965         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
9966         (gst_jpeg_dec_sink_event):
9967         Abort decompression when receiving FLUSH_STOP. This should avoid
9968         issues when interrupting decoding with flushes.
9969
9970 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
9971
9972         * ext/flac/gstflac.c:
9973           Don't #include file we don't dist any longer.
9974
9975 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
9976
9977         * README:
9978           Replace current README (containing the release notes from
9979           some 0.9.x version) with a proper README taken from the core.
9980
9981 2006-05-24  Wim Taymans  <wim@fluendo.com>
9982
9983         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
9984         Implement EOS correctly by either posting
9985         SEGMENT_DONE or pushing an EOS message depending
9986         on the seek type. Fixes #342592
9987
9988 2006-05-24  Wim Taymans  <wim@fluendo.com>
9989
9990         * gst/law/alaw-decode.c: (gst_alawdec_chain):
9991         * gst/law/alaw-decode.h:
9992         * gst/law/alaw-encode.c: (gst_alawenc_chain):
9993         * gst/law/alaw-encode.h:
9994         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
9995         * gst/law/mulaw-decode.h:
9996         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
9997         * gst/law/mulaw-encode.h:
9998         Some cleanups in the chain functions.
9999         Remove some GStreamer 0.0.2 bits.
10000
10001 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10002
10003         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10004
10005         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
10006           gst_collect_pads_stop() needs to be called before chaining up
10007           to the parent class (#342734).
10008
10009 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10010
10011         * ext/flac/Makefile.am:
10012         * ext/flac/flac_compat.h:
10013         * ext/flac/gstflac.c:
10014         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
10015         * ext/flac/gstflacenc.c:
10016           Remove backwards compatibility cruft for dealing with FLAC API
10017           changes in the 1.0.x series - we require 1.1.1 or newer these days.
10018
10019 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10020
10021         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10022         (gst_matroska_demux_push_xiph_codec_priv_data),
10023         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
10024         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
10025         * gst/matroska/matroska-ids.h:
10026         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
10027         (gst_matroska_mux_video_pad_setcaps),
10028         (xiph3_streamheader_to_codecdata),
10029         (vorbis_streamheader_to_codecdata),
10030         (theora_streamheader_to_codecdata),
10031         (gst_matroska_mux_audio_pad_setcaps),
10032         (gst_matroska_mux_write_data):
10033           Add support for muxing/demuxing theora video (#342448; too bad
10034           none of the usual linux players can actually play this). Playback
10035           in GStreamer will require additional changes to theoradec in -base.
10036           Refactor streamheaders <=> CodecPrivateData code a bit; some small
10037           cleanups.
10038
10039 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10040
10041         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
10042         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
10043           Fix crashes when the horizontal subsampling is 1.
10044           Fixes #342097.
10045
10046 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10047
10048         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10049
10050         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
10051         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10052         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10053         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
10054         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
10055         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10056         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
10057         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10058         (gst_avi_mux_change_state):
10059         * gst/avi/gstavimux.h:
10060           Some enhancements for avimux (#342526):
10061            - add odml (large file) index support
10062            - store codec init data (e.g. huffyuv)
10063            - miscellaneous other fixes/cleanups
10064
10065 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
10066
10067         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10068         Don't output any tag when we encounter a negative track number - the
10069         tag type is uint, so we end up outputting huge positive numbers
10070         instead. (Fixes: #342029)
10071
10072 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10073
10074         * configure.ac:
10075           update for new GSTPB_PLUGINS_DIR
10076
10077 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
10078
10079         * rtp/gst/gstrtph263pay.c:
10080         Properly set static caps for H263 at 34.
10081
10082 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
10083
10084         Patch by: James "Doc" Livingston  <doclivingston gmail com>
10085
10086         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
10087           Merge event tags and tag setter tags correctly (#339918). Also,
10088           don't leak taglist in case of an error.
10089           
10090 2006-05-17  Edward Hervey  <edward@fluendo.com>
10091
10092         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
10093         We can only do caps intersection if the othercaps are non-empty and not
10094         ANY. Else we return the pad template (base_caps).
10095
10096 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
10097
10098         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10099           Fix crash when outputting debugging information for certain
10100           pictures (always good to use the right struct member for
10101           the number of records in an array).
10102
10103 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
10104
10105         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
10106
10107         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
10108         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
10109         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
10110         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
10111         (gst_ebml_read_float), (gst_ebml_read_ascii),
10112         (gst_ebml_read_binary):
10113           Don't create unnecessary sub-buffers all the time. Dramatically
10114           improves performance with multiple concurrently running
10115           matroskademux instances (#341818) (and avoids doing
10116           unnecessarily inefficient things in the general case).
10117
10118 2006-05-16  Edward Hervey  <edward@fluendo.com>
10119
10120         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
10121         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
10122         return value of gst_pad_push_event().
10123
10124 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
10125
10126         * gst/autodetect/gstautoaudiosink.c:
10127         (gst_auto_audio_sink_find_best):
10128         * gst/autodetect/gstautovideosink.c:
10129         (gst_auto_video_sink_find_best):
10130         Make the name of the child element be based on the name of the
10131         parent, so that debug output is more useful.
10132         
10133         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
10134         (parse_insert_string_field), (parse_split_strings):
10135         Rework string parsing to always walk over BOM markers in UTF16
10136         strings, using the endianness indicated by the innermost one,
10137         then trying the opposite endianness if that fails to convert
10138         to valid UTF-8. Fixes #341774
10139
10140 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10141
10142         Patch from: Matthieu <matthieu at fluendo dot com>
10143
10144         * ext/libpng/Makefile.am:
10145         Add LIBPNG_CFLAGS.
10146
10147 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10148
10149         * ext/taglib/gstid3v2mux.cc:
10150           Add support for writing images (APIC frames) into ID3v2
10151           tags (picture type always set to 'other' for now though).
10152
10153 2006-05-14  Michael Smith  <msmith@fluendo.com>
10154
10155         * gst/wavparse/gstwavparse.c:
10156           Update docs; wavparse implements push and pull modes.
10157
10158 2006-05-12  Wim Taymans  <wim@fluendo.com>
10159
10160         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
10161         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
10162         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
10163         Ooops, bitten by the copy-and-paste design paradigm, fixes
10164         seek again.
10165
10166 2006-05-12  Wim Taymans  <wim@fluendo.com>
10167
10168         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10169         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
10170         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
10171         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10172         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
10173         (gst_avi_demux_massage_index),
10174         (gst_avi_demux_calculate_durations_from_index),
10175         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
10176         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10177         (gst_avi_demux_loop):
10178         * gst/avi/gstavidemux.h:
10179         Some cleanups, prepare to use GstSegment.
10180         Fix error in entry walking code.
10181         Fix VBR detection.
10182         Smarter timestamp calculation code.
10183         Uniform error/eos handling.
10184
10185 2006-05-12  Michael Smith  <msmith@fluendo.com>
10186
10187         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
10188         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
10189           Fix use of uninitialised values if we're NOT seeking in ready.
10190           Fix typos.
10191
10192 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
10193
10194         * gst/wavparse/Makefile.am:
10195           Add CFLAGS and LIBS for libgstbase, fixes build on
10196           Cygwin (#341489).
10197
10198 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10199
10200         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
10201           Some more debug info. No need to check whether the string
10202           returned by g_convert() is really UTF-8 - either it is or
10203           we get NULL returned.
10204
10205 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
10206
10207         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
10208           Fix parsing of numeric genre strings some more, by ensuring that
10209           we only try and parse strings that a) Start with '(' and b) Consist
10210           only of digits.
10211           Also, when finding an escaping '((' sequence, bust it back to '(' by
10212           swallowing the first parenthesis
10213
10214 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10215
10216         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
10217         (gst_esdsink_open), (gst_esdsink_close):
10218         * ext/esd/esdsink.h:
10219           Move the esd_get_server_info() into gst_esdsink_open() and fail
10220           with a decent error message on errors.
10221
10222 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10223
10224         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
10225         (gst_esdmon_channels_get_type):
10226         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
10227         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
10228         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
10229         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
10230         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
10231         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
10232         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
10233         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
10234         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
10235         * gst/videomixer/videomixer.c:
10236         (gst_video_mixer_background_get_type):
10237           Const-ify GEnumValue arrays.
10238
10239 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10240
10241         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
10242
10243         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
10244         (gst_avi_mux_do_video_buffer):
10245           Work around gst_buffer_make_metadata_writable() bug that
10246           results in avimux marking all frames in the index as
10247           keyframes (#340859).
10248           
10249 2006-05-08  Wim Taymans  <wim@fluendo.com>
10250
10251         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10252         Make parsing of urls suck slightly less.
10253
10254 2006-05-08  Edward Hervey  <edward@fluendo.com>
10255
10256         * autogen.sh: (CONFIGURE_DEF_OPT): 
10257         libtoolize on Darwin/MacOSX is called glibtoolize.
10258
10259 2006-05-08  Wim Taymans  <wim@fluendo.com>
10260
10261         Patch by: Jens Granseuer <jensgr at gmx dot net>
10262
10263         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
10264         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
10265         C89 compliance fixes. Fixes #340980
10266
10267 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
10268
10269         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10270         * ext/flac/gstflacdec.h:
10271           Handle segment seeks that include the end of the file as stop point
10272           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
10273           message instead of an EOS event in case we're in segment seek
10274           mode (fixes #340699).
10275           
10276 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
10277
10278         * ext/cairo/gsttextoverlay.c:
10279         * ext/flac/gstflacdec.c:
10280         * ext/gdk_pixbuf/pixbufscale.c:
10281         * gst/apetag/gstapedemux.c:
10282         * gst/debug/breakmydata.c:
10283         * gst/debug/testplugin.c:
10284         * gst/matroska/ebml-write.c:
10285         * gst/multipart/multipartdemux.c:
10286         * sys/osxaudio/gstosxaudiosink.c:
10287         * sys/osxaudio/gstosxaudiosrc.c:
10288         Add semicolons after GST_BOILERPLATE[_FULL] so that
10289         indent doesn't mess up following lines.
10290
10291 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
10292
10293         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
10294
10295         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
10296           Don't leak caps when freeing the stream context (#340623).
10297
10298 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
10299
10300         * configure.ac:
10301           Back to CVS
10302
10303 === release 0.10.3 ===
10304
10305 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
10306
10307         * configure.ac:
10308           releasing 0.10.3, "Desplazado"
10309
10310 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10311
10312         * gst/matroska/matroska-mux.c:
10313         (gst_matroska_mux_stream_is_vorbis_header),
10314         (gst_matroska_mux_write_data):
10315           Don't strcmp() NULL strings.
10316           Only start new clusters on video keyframes, not on any
10317           random audio buffer that doesn't have the DELTA_UNIT
10318           flag set (fixes 'make check' again).
10319
10320 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10321
10322         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10323
10324         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
10325         (gst_matroska_mux_stream_is_vorbis_header),
10326         (gst_matroska_mux_write_data):
10327           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
10328           value and then dead-lock when muxing vorbis audio streams
10329           (the three vorbis header buffers carry no timestamp, and it
10330           would try to mux these after all video buffers). Fixes #340346.
10331
10332           Improve clustering: start a new cluster also whenever we get
10333           a keyframe.     
10334
10335 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10336
10337         * win32/common/config.h:
10338         * win32/MANIFEST
10339           add the generated file as well
10340
10341 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10342
10343         * Makefile.am:
10344         * configure.ac:
10345         * win32/common/config.h.in:
10346           add win32 stuff
10347
10348 2006-05-03  Michael Smith  <msmith@fluendo.com>
10349
10350         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
10351           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
10352           SUCKS.
10353
10354 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
10355
10356         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10357         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10358         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10359           don't leak caps-string
10360
10361 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10362
10363         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
10364         (gst_id3demux_sink_activate):
10365           Let core insert default error message for TYPE_NOT_FOUND
10366           errors, it's just as good as our own and has the added
10367           bonus of being translated.
10368
10369 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10370
10371         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
10372         (gst_tag_demux_sink_event):
10373         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
10374         (gst_id3demux_sink_event):
10375           Post an error message when we get an EOS event and were not
10376           able to find out the type of stream.
10377
10378         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
10379         (test_taglib_id3mux_with_tags):
10380           Decrease num-buffers to 16 per iteration again, otherwise the
10381           many memcpy()s and reallocations in the test will hammer slow
10382           CPUs completely and make the test timeout.
10383
10384 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10385
10386         * configure.ac:
10387           figure out where plugins-base plugins are
10388         * tests/check/Makefile.am:
10389           use plugins-base plugins, so we have typefind functions
10390         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
10391           increase num-buffers, this makes sure the test errors out instead
10392           of timing out when no typefind functions are present
10393
10394 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10395
10396         * docs/plugins/Makefile.am:
10397           also check .cc files for gtk-doc markup
10398         * configure.ac:
10399         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10400         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10401         * tests/check/Makefile.am:
10402         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
10403         * ext/Makefile.am:
10404         * ext/taglib/Makefile.am:
10405         * ext/taglib/gstid3v2mux.h:
10406         * ext/taglib/gsttaglibmux.c:
10407         * ext/taglib/gsttaglibmux.h:
10408           move taglib-based id3v2muxer to -good.  Fixes #336110.
10409
10410 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
10411
10412         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10413           ... and fix multichannel/WAVFORMATEX support again.
10414
10415 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
10416
10417         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10418         (gst_wavparse_class_init), (gst_wavparse_dispose),
10419         (gst_wavparse_reset), (gst_wavparse_init),
10420         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
10421         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
10422         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
10423         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
10424         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10425         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10426         (gst_wavparse_stream_data), (gst_wavparse_loop),
10427         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10428         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10429         (gst_wavparse_change_state), (plugin_init):
10430         * gst/wavparse/gstwavparse.h:
10431           Add push (streaming) mode to wavparse (fixes #337625)
10432
10433 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10434
10435         * configure.ac:
10436         * tests/Makefile.am:
10437           add ximagesrc icles test
10438
10439 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10440
10441         * configure.ac:
10442         * docs/plugins/Makefile.am:
10443         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10444         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10445         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
10446         (gst_cmml_enc_push_clip):
10447         * sys/Makefile.am:
10448         * sys/ximage/Makefile.am:
10449         * sys/ximage/gstximagesrc.c:
10450           Move ximagesrc plug-in to good after review.  Fixes #336756.
10451
10452 2006-04-28  Michael Smith  <msmith@fluendo.com>
10453
10454         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
10455         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
10456         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
10457         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
10458         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10459         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
10460         * gst/icydemux/gsticydemux.h:
10461           Fix event handling: cache events when typefinding and forward later.
10462
10463 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10464
10465         * sys/osxaudio/gstosxaudiosink.c:
10466         (plugin_init):
10467          Register osxaudiosrc to the plugin.
10468         * sys/osxaudio/gstosxaudiosrc.c:
10469         (gst_osx_audio_src_osxelement_do_init),
10470         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
10471         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
10472         (gst_osx_audio_src_get_property),
10473         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
10474         (gst_osx_audio_src_osxelement_init):
10475         * sys/osxaudio/gstosxaudiosrc.h:
10476           Port of osxaudiosrc to 0.10.
10477         * sys/osxaudio/Makefile.am:
10478           Add osxaudiosrc
10479
10480 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10481
10482         * sys/osxaudio/gstosxringbuffer.c:
10483         * sys/osxaudio/gstosxringbuffer.h:
10484           Forgot to commit earlier, part of the OSX audio plugin port
10485
10486 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
10487
10488         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
10489         (parse_split_strings):
10490           Recognise and skip any byte order marker (BOM) in
10491           UTF-16 strings.
10492
10493 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10494
10495         * docs/plugins/Makefile.am:
10496         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10497         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10498         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10499         * docs/plugins/inspect/plugin-avi.xml:
10500         * gst/avi/gstavidemux.c:
10501         * gst/avi/gstavimux.c:
10502           Add docs for both avidemux and avimux.
10503
10504 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10505
10506         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10507
10508         * gst/avi/Makefile.am:
10509         * gst/avi/gstavi.c: (plugin_init):
10510         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
10511         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
10512         (gst_avi_mux_class_init), (gst_avi_mux_init),
10513         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10514         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
10515         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
10516         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10517         (gst_avi_mux_riff_get_avix_header),
10518         (gst_avi_mux_riff_get_video_header),
10519         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
10520         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
10521         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10522         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
10523         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
10524         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
10525         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10526         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
10527         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
10528         (gst_avi_mux_change_state):
10529         * gst/avi/gstavimux.h:
10530           Port AVI muxer to GStreamer-0.10 (#332031).
10531
10532         * tests/check/Makefile.am:
10533         * tests/check/elements/avimux.c:
10534         * tests/check/elements/.cvsignore:
10535           Add unit test for AVI muxer.
10536
10537 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
10538
10539         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10540         (gst_wavparse_class_init), (gst_wavparse_reset),
10541         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10542         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10543         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10544         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10545         (gst_wavparse_stream_data), (gst_wavparse_loop),
10546         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
10547         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
10548         (plugin_init):
10549         * gst/wavparse/gstwavparse.h:
10550           reverted patch #337625 for the price of 1 hour sleep
10551
10552 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10553
10554         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10555         (gst_wavparse_class_init), (gst_wavparse_reset),
10556         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10557         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
10558         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10559         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10560         (gst_wavparse_stream_data), (gst_wavparse_loop),
10561         (gst_wavparse_chain), (plugin_init):
10562         * gst/wavparse/gstwavparse.h:
10563           correct partial implementation of push mode
10564           (from my last commit)
10565
10566 2006-04-26  Wim Taymans  <wim@fluendo.com>
10567
10568         * ext/esd/esdsink.c:
10569         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
10570         it is not in esd.h
10571
10572 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
10573
10574         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
10575         (gst_au_parse_class_init), (gst_au_parse_init),
10576         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
10577         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
10578         (gst_au_parse_chain), (gst_au_parse_src_convert),
10579         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
10580         (gst_au_parse_sink_event), (gst_au_parse_src_event),
10581         (gst_au_parse_change_state):
10582         * gst/auparse/gstauparse.h:
10583           Rewrite auparse to suck a little bit less: make source pad
10584           dynamic, so decodebin/playbin work with non-raw formats
10585           like alaw/mulaw; add query function for duration/position
10586           queries; check whether we have enough data before attempting
10587           to parse the header (instead of crashing when that is not the
10588           case); work around audioconvert sucking by swapping endianness
10589           to the native endianness ourselves for float formats; send
10590           initial newsegment event. Fixes #161712.
10591
10592 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10593
10594         * sys/osxaudio/Makefile.am:
10595         * sys/osxaudio/gstosxaudioelement.c:
10596         (gst_osx_audio_element_get_type),
10597         (gst_osx_audio_element_class_init):
10598         * sys/osxaudio/gstosxaudioelement.h:
10599         * sys/osxaudio/gstosxaudiosink.c:
10600         (gst_osx_audio_sink_osxelement_do_init),
10601         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
10602         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
10603         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
10604         (gst_osx_audio_sink_create_ringbuffer),
10605         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
10606         (plugin_init):
10607         * sys/osxaudio/gstosxaudiosink.h:
10608         Port of osxaudiosink to 0.10
10609
10610 2006-04-26  Wim Taymans  <wim@fluendo.com>
10611
10612         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
10613         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
10614         the size of the ringbuffer. This should fix hangs with older 
10615         esd sound servers.
10616
10617 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10618
10619         * ext/aalib/gstaasink.c:
10620         * ext/annodex/gstcmmldec.c:
10621         * ext/annodex/gstcmmlenc.c:
10622         * ext/cairo/gsttextoverlay.c:
10623         * ext/cairo/gsttimeoverlay.c:
10624         * ext/cdio/gstcdiocddasrc.c:
10625         * ext/dv/gstdvdec.c:
10626         * ext/dv/gstdvdemux.c:
10627         * ext/esd/esdmon.c:
10628         * ext/esd/esdsink.c:
10629         * ext/flac/gstflacenc.c:
10630         * ext/flac/gstflactag.c:
10631         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
10632         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
10633         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
10634         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
10635         * ext/gdk_pixbuf/pixbufscale.c:
10636         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10637         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10638         * ext/jpeg/gstjpegdec.c:
10639         * ext/jpeg/gstjpegenc.c:
10640         * ext/jpeg/gstsmokedec.c:
10641         * ext/jpeg/gstsmokeenc.c:
10642         * ext/libcaca/gstcacasink.c:
10643         * ext/libmng/gstmngdec.c:
10644         * ext/libmng/gstmngenc.c:
10645         * ext/libpng/gstpngdec.c:
10646         * ext/libpng/gstpngenc.c:
10647         * ext/mikmod/gstmikmod.c:
10648         * ext/raw1394/gstdv1394src.c:
10649         * ext/shout2/gstshout2.c: (gst_shout2send_init):
10650         * ext/shout2/gstshout2.h:
10651         * ext/speex/gstspeexdec.c:
10652         * ext/speex/gstspeexenc.c:
10653         * gst/alpha/gstalpha.c:
10654         * gst/alpha/gstalphacolor.c:
10655         * gst/apetag/gstapedemux.c:
10656         * gst/auparse/gstauparse.c:
10657         * gst/autodetect/gstautoaudiosink.c:
10658         (gst_auto_audio_sink_base_init):
10659         * gst/autodetect/gstautovideosink.c:
10660         (gst_auto_video_sink_base_init):
10661         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
10662         * gst/avi/gstavimux.c: (gst_avimux_base_init):
10663         * gst/cutter/gstcutter.c:
10664         * gst/debug/breakmydata.c:
10665         * gst/debug/efence.c:
10666         * gst/debug/gstnavigationtest.c:
10667         * gst/debug/gstnavseek.c:
10668         * gst/debug/negotiation.c:
10669         * gst/debug/progressreport.c:
10670         * gst/debug/testplugin.c:
10671         * gst/effectv/gstaging.c:
10672         * gst/effectv/gstdice.c:
10673         * gst/effectv/gstedge.c:
10674         * gst/effectv/gstquark.c:
10675         * gst/effectv/gstrev.c:
10676         * gst/effectv/gstshagadelic.c:
10677         * gst/effectv/gstvertigo.c:
10678         * gst/effectv/gstwarp.c:
10679         * gst/flx/gstflxdec.c:
10680         * gst/goom/gstgoom.c:
10681         * gst/icydemux/gsticydemux.c:
10682         * gst/id3demux/gstid3demux.c:
10683         * gst/interleave/deinterleave.c:
10684         * gst/interleave/interleave.c:
10685         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
10686         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
10687         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
10688         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
10689         * gst/level/gstlevel.c:
10690         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
10691         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
10692         * gst/median/gstmedian.c:
10693         * gst/monoscope/gstmonoscope.c:
10694         * gst/multipart/multipartdemux.c:
10695         * gst/multipart/multipartmux.c:
10696         * gst/oldcore/gstaggregator.c:
10697         * gst/oldcore/gstfdsink.c:
10698         * gst/oldcore/gstmd5sink.c:
10699         * gst/oldcore/gstmultifilesrc.c:
10700         * gst/oldcore/gstpipefilter.c:
10701         * gst/oldcore/gstshaper.c:
10702         * gst/oldcore/gststatistics.c:
10703         * gst/rtp/gstasteriskh263.c:
10704         * gst/rtp/gstrtpL16depay.c:
10705         * gst/rtp/gstrtpL16pay.c:
10706         * gst/rtp/gstrtpamrdepay.c:
10707         * gst/rtp/gstrtpamrpay.c:
10708         * gst/rtp/gstrtpdepay.c:
10709         * gst/rtp/gstrtpgsmpay.c:
10710         * gst/rtp/gstrtph263pay.c:
10711         * gst/rtp/gstrtph263pdepay.c:
10712         * gst/rtp/gstrtph263ppay.c:
10713         * gst/rtp/gstrtpilbcdepay.c:
10714         * gst/rtp/gstrtpmp4gpay.c:
10715         * gst/rtp/gstrtpmp4vdepay.c:
10716         * gst/rtp/gstrtpmp4vpay.c:
10717         * gst/rtp/gstrtpmpadepay.c:
10718         * gst/rtp/gstrtpmpapay.c:
10719         * gst/rtp/gstrtppcmadepay.c:
10720         * gst/rtp/gstrtppcmapay.c:
10721         * gst/rtp/gstrtppcmudepay.c:
10722         * gst/rtp/gstrtppcmupay.c:
10723         * gst/rtp/gstrtpspeexdepay.c:
10724         * gst/rtp/gstrtpspeexpay.c:
10725         * gst/rtsp/gstrtpdec.c:
10726         * gst/rtsp/gstrtspsrc.c:
10727         * gst/smpte/gstsmpte.c:
10728         * gst/udp/gstdynudpsink.c:
10729         * gst/udp/gstmultiudpsink.c:
10730         * gst/udp/gstudpsink.c:
10731         * gst/udp/gstudpsrc.c:
10732         * gst/videobox/gstvideobox.c:
10733         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
10734         * gst/videofilter/gstvideobalance.c:
10735         * gst/videofilter/gstvideoflip.c:
10736         * gst/videofilter/gstvideotemplate.c:
10737         (gst_videotemplate_base_init):
10738         * gst/videomixer/videomixer.c:
10739         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10740         (gst_wavparse_class_init), (gst_wavparse_dispose),
10741         (gst_wavparse_reset), (gst_wavparse_init),
10742         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
10743         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
10744         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
10745         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
10746         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10747         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10748         (gst_wavparse_change_state):
10749         * gst/wavparse/gstwavparse.h:
10750         * sys/oss/gstossmixerelement.c:
10751         * sys/oss/gstosssink.c:
10752         * sys/oss/gstosssrc.c:
10753         * sys/osxaudio/gstosxaudioelement.c:
10754         * sys/osxaudio/gstosxaudiosink.c:
10755         * sys/osxaudio/gstosxaudiosrc.c:
10756         * sys/sunaudio/gstsunaudiomixer.c:
10757         * sys/sunaudio/gstsunaudiosink.c:
10758           Define GstElementDetails as const and also static (when defined as
10759           global)
10760
10761 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10762
10763         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10764           Source pad has fixed caps. If we don't set this, bad
10765           things happen when the window is resized.
10766
10767 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10768
10769         * gst/matroska/Makefile.am:
10770         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10771         (gst_matroska_demux_handle_src_event):
10772         * gst/matroska/matroska-ids.c:
10773         (gst_matroska_track_init_video_context),
10774         (gst_matroska_track_init_audio_context),
10775         (gst_matroska_track_init_subtitle_context),
10776         (gst_matroska_track_init_complex_context):
10777         * gst/matroska/matroska-ids.h:
10778           Handle case where the TrackType ebml chunk does not come before the
10779           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
10780           events.
10781
10782 2006-04-25  Wim Taymans  <wim@fluendo.com>
10783
10784         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10785         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
10786         It's codec_data, not codec_info.
10787
10788 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10789
10790         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10791
10792         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
10793           Handle codec_data for VfW compatibility codec IDs (#339451)
10794
10795         * gst/matroska/matroska-mux.c:
10796         (gst_matroska_mux_video_pad_setcaps):
10797           Same here, handle codec_data and add additional caps we can handle
10798           now to the pad template (huffyuv, dv and h263 video) (#339451)
10799
10800 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10801
10802         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
10803
10804         * gst/matroska/matroska-mux.c:
10805         (gst_matroska_mux_create_buffer_header),
10806         (gst_matroska_mux_write_data):
10807           Fix timestamping of B-frames, use signed integers, do
10808           some rounding (#339678).
10809
10810 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
10811
10812         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
10813         just make it compile with --disable-gst-debug.
10814
10815 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
10816
10817         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
10818         Fix a bad conversion using gst_guint64_to_gdouble.
10819         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
10820         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
10821         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
10822     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
10823         mistake.
10824
10825 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
10826
10827         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
10828         Use gst_guint64_to_gdouble for conversions
10829         * win32/vs6/gst_plugins_good.dsw:
10830         * win32/vs6/libgsticydemux.dsp:
10831         Add a project file for icydemux
10832
10833 2006-04-21  Wim Taymans  <wim@fluendo.com>
10834
10835         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
10836
10837         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10838         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
10839         When splitting audio chunks, the block alignment is not taken in
10840         consideration, so the smaller chunks could be of size which is 
10841         not a multiple of the block alignment. Fixes #336904
10842
10843 2006-04-21  Wim Taymans  <wim@fluendo.com>
10844
10845         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
10846         Use scale functions
10847
10848 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
10849
10850         * ext/dv/gstdv.c: (plugin_init):
10851           Fix build.
10852
10853 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
10854
10855         * gst/debug/progressreport.c: (gst_progress_report_finalize),
10856         (gst_progress_report_class_init), (gst_progress_report_init),
10857         (gst_progress_report_do_query), (gst_progress_report_report),
10858         (gst_progress_report_set_property),
10859         (gst_progress_report_get_property):
10860           Add 'format' property to force querying to a particular format.
10861
10862 2006-04-21  Andy Wingo  <wingo@pobox.com>
10863
10864         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
10865         best, on big endian systems. Drop its rank in that case. OTOH on
10866         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
10867
10868 2006-04-21  Michael Smith  <msmith@fluendo.com>
10869
10870         * configure.ac:
10871         * gst/icydemux/Makefile.am:
10872         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
10873         (gst_icydemux_base_init), (gst_icydemux_class_init),
10874         (gst_icydemux_reset), (gst_icydemux_init),
10875         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
10876         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
10877         (unicodify), (gst_icydemux_unicodify),
10878         (gst_icydemux_parse_and_send_tags),
10879         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10880         (gst_icydemux_chain), (gst_icydemux_change_state),
10881         (gst_icydemux_send_tag_event), (plugin_init):
10882         * gst/icydemux/gsticydemux.h:
10883         * tests/check/Makefile.am:
10884         * tests/check/elements/icydemux.c: (typefind_succeed),
10885         (plugin_init), (icydemux_found_pad), (create_icydemux),
10886         (cleanup_icydemux), (push_data), (GST_START_TEST),
10887         (icydemux_suite), (main):
10888           Add icydemux, and tests.
10889
10890 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10891
10892         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10893           Post SEGMENT_DONE message in TIME format.
10894
10895 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10896
10897         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
10898
10899         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
10900         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
10901           Fix index creation when we have to scan the file to create
10902           an index. There may be other types of RIFF 'LIST' chunks than
10903           'movi' and we need to skip them properly as well or we'll end up
10904           reading garbage (#336889). Some other cosmetic changes.
10905           
10906 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10907
10908         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
10909         (gst_flac_dec_handle_seek_event):
10910           Add support for segment seeks (fixes #338290). Also demote
10911           some recurring debug message from DEBUG to LOG level.
10912
10913 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10914
10915         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10916         (gst_matroskademux_do_index_seek),
10917         (gst_matroska_demux_handle_seek_event),
10918         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
10919         * gst/matroska/matroska-ids.h:
10920           Set DISCONT flag on first buffer after a discontinuity.
10921           Fix newsegment events sent when seeking and honour KEY_UNIT
10922           seek flag. Create pad with bogus caps if we don't recognise
10923           the stream codec id.
10924
10925         * gst/matroska/matroska-demux.h:
10926           Fix GObject macros.
10927
10928 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10929
10930         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10931
10932         * gst/matroska/matroska-demux.c:
10933         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
10934           Handle end of segment properly when set; don't dead-lock when
10935           posting start of segment message when doing a segment seek.
10936           Fixes #338810.
10937
10938 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10939
10940         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
10941         (gst_matroska_demux_plugin_init):
10942           Make mpeg2 aac audio work: create artificial private codec data
10943           chunk which faad2 seems to require, just as we do for mpeg4 aac.
10944           Also call gst_riff_init(). Partially fixes #338767.
10945
10946 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
10947
10948         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
10949         (gst_wavenc_class_init), (gst_wavenc_init),
10950         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
10951         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
10952         (gst_wavenc_chain), (gst_wavenc_change_state):
10953         * gst/wavenc/gstwavenc.h:
10954           Set caps on first outgoing buffer, so that it doesn't error out
10955           immediately with a non-negotiated error (#338716). Rewrite and
10956           clean up a bit; fix setcaps function to parse things properly;
10957           fix sink caps (8bit audio is unsigned and doesn't have depth);
10958           use boilerplate macros; remove unused properties stuff.
10959
10960 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10961
10962         * ext/gdk_pixbuf/gstgdkpixbuf.c:
10963           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
10964           handle MJPEG streams and might be autoplugged for those if the
10965           user doesn't have jpegdec installed (resulting in a cryptic error
10966           message about huffman tables). Better to disable JPEG decoding here
10967           and let the user figure out that she needs to install jpegdec.
10968
10969 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10970
10971         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
10972         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
10973         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
10974         * ext/gdk_pixbuf/gstgdkpixbuf.h:
10975           Make work with packetised/framed input (e.g. png-in-quicktime). Use
10976           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
10977           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
10978           debug messages. Fix boilerplate macros.
10979
10980 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10981
10982         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
10983         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
10984           No need to special-case for Gdk-2.0 any longer, we require
10985           Gdk 2.2 or newer; minor clean-ups.
10986
10987 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10988
10989         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
10990         (gst_shout2send_class_init), (gst_shout2send_init),
10991         (set_shout_metadata), (gst_shout2send_set_metadata),
10992         (gst_shout2send_event), (gst_shout2send_start),
10993         (gst_shout2send_connect), (gst_shout2send_stop),
10994         (gst_shout2send_render), (gst_shout2send_set_property),
10995         (gst_shout2send_get_property), (gst_shout2send_setcaps),
10996         (plugin_init):
10997         * ext/shout2/gstshout2.h:
10998         * po/POTFILES.in:
10999           Rewrite a bit: use GstBaseSink::start and stop instead of a state
11000           change function; use GST_ELEMENT_ERROR for error reporting, not
11001           g_error() or GST_ERROR(); don't unref caps in setcaps function,
11002           will cause crashes or assertion failures; remove (unused) "sync"
11003           property, basesink already has such a property; misc. other
11004           minor fixes and cleanups.
11005
11006 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11007
11008         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
11009         * ext/esd/gstesd.c: (plugin_init):
11010         * po/POTFILES.in:
11011           Add translatable error message for when we cannot
11012           connect to the sound server, as "Cannot open resource
11013           for writing" isn't really an acceptable message to show
11014           to the user in this case.
11015
11016 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11017
11018         * sys/oss/gst-i18n-plugin.h:
11019           Remove bogus file that doesn't belong here.
11020
11021 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11022
11023         Patch by: Philippe Valembois
11024
11025         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11026         (gst_shout2send_set_metadata), (gst_shout2send_event),
11027         (gst_shout2send_render), (gst_shout2send_change_state):
11028         * ext/shout2/gstshout2.h:
11029           Handle tags being received before the connection to
11030           the server is established properly (see #338636).
11031
11032 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11033
11034         * ext/shout2/gstshout2.c: (gst_shout2send_render):
11035           Don't crash in case the connection to the server fails:
11036           don't set pointer to NULL by assigning FALSE; error out
11037           properly by using GST_ELEMENT_ERROR and returning
11038           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
11039           before resetting the pointer.
11040
11041 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
11042
11043         * gst/id3demux/id3tags.c:
11044         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
11045         (Fixes #338713)
11046
11047 2006-04-12  Wim Taymans  <wim@fluendo.com>
11048
11049         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11050         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
11051         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11052         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
11053         (gst_gdk_pixbuf_chain):
11054         Some cleanups.
11055         Added RGBA as a possible output format.
11056         Correctly free the supported mimetypes.
11057         deprecate silent arg, it's not used.
11058         Return result from _alloc_buffer to peer.
11059
11060 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11061
11062         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
11063           Don't leak memory allocated by gst_buffer_new_and_alloc() by
11064           overwriting GST_BUFFER_MALLOCDATA.
11065
11066 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11067
11068         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11069         (user_endrow_callback), (user_end_callback),
11070         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
11071         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
11072         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
11073         * ext/libpng/gstpngdec.h:
11074           Handle more than one frame if the content is framed,
11075           like with png-in-quicktime (#331917).
11076
11077 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11078
11079         * sys/oss/Makefile.am:
11080         * sys/oss/common.h:
11081         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
11082         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
11083         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
11084         (gst_oss_src_unprepare):
11085           - the user-visible error strings were in the wrong category
11086           - and the messages were not marked for translation
11087           - which is actually a good thing, because they were exactly
11088             the kind of message you would never want anyone to see
11089           - the macros were using variables that didn't exist in the macro
11090             arguments
11091           - and they were obviously copied from each other and then modified
11092           - so a common header makes sense
11093
11094 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11095
11096         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11097           Don't try to modify read-only data.
11098
11099         * gst/matroska/matroska-demux.c:
11100         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11101           Fix comment (won't crash any longer now).
11102
11103 2006-04-10  Michael Smith  <msmith@fluendo.com>
11104
11105         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
11106           Use copies of header buffers for caps to avoid circular refcounting
11107           problems (as in theoradec, vorbisdec).
11108
11109         * tests/check/elements/cmmldec.c: (GST_START_TEST):
11110           Fix a typo in test that meant it was testing the wrong thing.
11111
11112         * tests/check/elements/cmmlenc.c: (check_headers):
11113           Fix refcount checks now that we use buffer-copies for caps.
11114
11115 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11116
11117         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
11118         (gst_matroska_demux_handle_seek_event),
11119         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
11120         (gst_matroska_demux_subtitle_caps),
11121         (gst_matroska_demux_plugin_init):
11122           Use static pad templates with ANY caps for audio and video
11123           source pads and get rid of a lot of unnecessary (and partially
11124           broken) code for the template caps. Clean up caps finding
11125           functions. Fixes playback of audio files/streams that do not
11126           contain the sample rate and/or number of channels in the audio
11127           context (happens a lot with vorbis/mp3 .mka files it seems).
11128           Fixes #337183.
11129           Also add myself to copyright holders.
11130
11131 2006-04-10  Michael Smith  <msmith@fluendo.com>
11132
11133         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
11134           Use g_list_delete_link () instead of g_list_remove_link () so that
11135           we free the link as well as the contained data.
11136
11137 2006-04-10  Wim Taymans  <wim@fluendo.com>
11138
11139         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
11140
11141         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
11142         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
11143         (gst_avi_demux_stream_header):
11144         Fix some crashers with empty chunks. (Fixes #337749)
11145
11146 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
11147
11148         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
11149           use G_GINT64_CONSTANT for INT64 constants
11150         * gst/videofilter/gstvideobalance.c:
11151           define rint for WIN32 #define rint(x) (floor((x)+0.5))
11152         * win32/vs6/libgstavi.dsp:
11153          add missing libraries for the link and remove avimux.c from
11154          the project as it isn't ported to 0.10 yet
11155         
11156 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
11157
11158         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11159           Even better would be if we actually did the right thing
11160           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
11161
11162 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11163
11164         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11165           Can't just replace 1LL with 1L here just because MSVC doesn't
11166           support it, as it might lead to incorrect results when doing the
11167           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
11168           force a 64-bit constant in a way that all compilers are happy with.
11169
11170 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11171
11172         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
11173         * ext/esd/esdsink.c: (gst_esdsink_class_init):
11174         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
11175         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
11176         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
11177         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
11178         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
11179         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
11180         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
11181         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
11182         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
11183         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
11184         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
11185         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
11186         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
11187         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
11188         * gst/avi/gstavimux.c: (gst_avimux_class_init):
11189         * gst/debug/efence.c: (gst_efence_class_init):
11190         * gst/debug/negotiation.c: (gst_negotiation_class_init):
11191         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
11192         * gst/goom/gstgoom.c: (gst_goom_class_init):
11193         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
11194         * gst/interleave/deinterleave.c: (deinterleave_class_init):
11195         * gst/interleave/interleave.c: (interleave_class_init):
11196         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
11197         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
11198         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
11199         * gst/median/gstmedian.c: (gst_median_class_init):
11200         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
11201         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
11202         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
11203         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
11204         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
11205         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
11206         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
11207         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
11208         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
11209         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
11210         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
11211         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
11212         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
11213         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
11214         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11215         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
11216         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
11217         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
11218         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
11219         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
11220         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
11221         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
11222         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
11223         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
11224         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
11225         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
11226         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
11227         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11228         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
11229         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
11230         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
11231         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
11232         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
11233         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
11234         * sys/osxaudio/gstosxaudioelement.c:
11235         (gst_osxaudioelement_class_init):
11236         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
11237         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
11238         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
11239         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
11240
11241 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11242
11243         * ext/mikmod/gstmikmod.h:
11244         * gst/level/gstlevel.h:
11245         Fix more broken GObject macros
11246
11247 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11248
11249         * ext/annodex/gstcmmldec.h:
11250         * ext/annodex/gstcmmlenc.h:
11251         * ext/annodex/gstcmmltag.h:
11252         * ext/cairo/gsttextoverlay.h:
11253         * ext/ladspa/gstsignalprocessor.h:
11254         * gst/matroska/ebml-read.h:
11255         * gst/matroska/ebml-write.h:
11256         * sys/osxaudio/gstosxaudioelement.h:
11257         Fix broken GObject macros
11258
11259 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11260
11261         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11262           Don't try to seek beyond the end of the file (would
11263           occasionally display error dialogs in totem when seeking
11264           to the end) (#335869). Will still throw an error though
11265           if the file is truncated and the total_samples value in
11266           the stream header is wrong.
11267
11268 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
11269
11270         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
11271         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
11272         (gst_flac_dec_metadata_callback):
11273         * ext/flac/gstflacdec.h:
11274           If the stream header doesn't contain the total number of samples,
11275           search for the last flac frame at the end of the file and calculate
11276           the total duration from that frame's offset (fixes #337609).
11277
11278 2006-04-07  Edward Hervey  <edward@fluendo.com>
11279
11280         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
11281         Don't unref the GstPadTemplate returned by
11282         gst_element_class_get_pad_template().
11283
11284 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11285
11286         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
11287
11288         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
11289         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
11290         * sys/sunaudio/gstsunaudiosink.h:
11291           Use spec->segsize and spec->segtotal in the prepare function
11292           to initialise the ring buffer instead of using the buffer-time
11293           property (#337421).
11294
11295 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11296
11297         * configure.ac:
11298           Bump core requirements to CVS for gst_pad_query_peer_duration()
11299           which is used by speexdec.
11300
11301 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
11302
11303         * ext/speex/gstspeex.c: (plugin_init):
11304         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
11305         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
11306         (speex_get_sink_query_types), (speex_dec_sink_query),
11307         (speex_get_src_query_types), (speex_dec_src_query),
11308         (speex_dec_src_event), (speex_dec_sink_event),
11309         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
11310         (speex_dec_chain_parse_data), (speex_dec_chain),
11311         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
11312         (speex_dec_change_state):
11313         * ext/speex/gstspeexdec.h:
11314           Fix seeking and duration queries (#337033); clean up and
11315           refactor a bit.
11316
11317 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11318
11319         * ext/raw1394/gstdv1394src.c:
11320           distinguish between device not found and could not open for
11321           reading
11322
11323 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11324
11325         * Makefile.am:
11326         * configure.ac:
11327         * pkgconfig/.cvsignore:
11328         * pkgconfig/Makefile.am:
11329         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
11330           add a .pc file so other modules can use good plugins in tests
11331
11332 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11333
11334         * configure.ac:
11335           clean up, use AS_VERSION and AS_NANO
11336         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
11337           use PACKAGE_VERSION define
11338         * po/af.po:
11339         * po/az.po:
11340         * po/cs.po:
11341         * po/en_GB.po:
11342         * po/hu.po:
11343         * po/it.po:
11344         * po/nb.po:
11345         * po/nl.po:
11346         * po/or.po:
11347         * po/sq.po:
11348         * po/sr.po:
11349         * po/sv.po:
11350         * po/uk.po:
11351         * po/vi.po:
11352           updated
11353
11354 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
11355
11356         * ext\jpeg\smokecodec.c:
11357           use of GST_DEBUG instead of DEBUG(a...) for WIN32
11358         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
11359           move first instruction after all variables declarations
11360         * gst\alpha\gstalpha.c:
11361         * gst\effectv\gstshagadelic.c:
11362         * gst\smpte\paint.c:
11363         * gst\videofilter\gstvideobalance.c:
11364           define M_PI if it's not defined (it's not defined on WIN32)
11365         * gst\cutter\gstcutter.c: (gst_cutter_chain):
11366         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
11367         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
11368         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
11369         (gst_matroska_demux_video_caps):
11370         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
11371         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
11372           use gst_guint64_to_gdouble for conversions
11373         * gst\goom\filters.c: (setPixelRGB_):
11374           fix a debug which was using undefined variable
11375         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
11376         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
11377           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
11378         * win32/vs6:
11379           add vs6 projects files for most of plugins-good
11380         
11381 2006-03-30  j^  <j@bootlab.org>
11382
11383         * ext/aalib/gstaasink.c:
11384         * ext/annodex/gstcmmldec.c:
11385         * ext/annodex/gstcmmlenc.c:
11386         * ext/cairo/gsttextoverlay.c:
11387         * ext/cairo/gsttimeoverlay.c:
11388         * ext/cdio/gstcdiocddasrc.c:
11389         * ext/dv/gstdvdec.c:
11390         * ext/esd/esdmon.c:
11391         * ext/esd/esdsink.c:
11392         * ext/flac/gstflacdec.c:
11393         * ext/flac/gstflacenc.c:
11394         * ext/flac/gstflactag.c:
11395         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11396         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11397         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11398         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11399         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11400         * ext/gdk_pixbuf/pixbufscale.c:
11401         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11402         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11403         * ext/jpeg/gstjpegdec.c:
11404         * ext/jpeg/gstjpegenc.c:
11405         * ext/jpeg/gstsmokedec.c:
11406         * ext/jpeg/gstsmokeenc.c:
11407         * ext/libcaca/gstcacasink.c:
11408         * ext/libmng/gstmngdec.c:
11409         * ext/libmng/gstmngenc.c:
11410         * ext/libpng/gstpngdec.c:
11411         * ext/libpng/gstpngenc.c:
11412         * ext/mikmod/gstmikmod.c:
11413         * ext/raw1394/gstdv1394src.c:
11414         * ext/shout2/gstshout2.c:
11415         * ext/speex/gstspeexdec.c:
11416         * ext/speex/gstspeexenc.c:
11417         * gst/alpha/gstalpha.c:
11418         * gst/alpha/gstalphacolor.c:
11419         * gst/auparse/gstauparse.c:
11420         * gst/autodetect/gstautoaudiosink.c:
11421         (gst_auto_audio_sink_base_init):
11422         * gst/autodetect/gstautovideosink.c:
11423         (gst_auto_video_sink_base_init):
11424         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11425         * gst/cutter/gstcutter.c:
11426         * gst/debug/breakmydata.c:
11427         * gst/debug/efence.c:
11428         * gst/debug/gstnavigationtest.c:
11429         * gst/debug/negotiation.c:
11430         * gst/debug/progressreport.c:
11431         * gst/debug/testplugin.c:
11432         * gst/effectv/gstaging.c:
11433         * gst/effectv/gstdice.c:
11434         * gst/effectv/gstedge.c:
11435         * gst/effectv/gstquark.c:
11436         * gst/effectv/gstrev.c:
11437         * gst/effectv/gstvertigo.c:
11438         * gst/effectv/gstwarp.c:
11439         * gst/flx/gstflxdec.c:
11440         * gst/goom/gstgoom.c:
11441         * gst/interleave/deinterleave.c:
11442         * gst/interleave/interleave.c:
11443         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11444         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11445         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11446         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11447         * gst/level/gstlevel.c:
11448         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11449         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11450         * gst/median/gstmedian.c:
11451         * gst/monoscope/gstmonoscope.c:
11452         * gst/multipart/multipartdemux.c:
11453         * gst/multipart/multipartmux.c:
11454         * gst/oldcore/gstmd5sink.c:
11455         * gst/oldcore/gstmultifilesrc.c:
11456         * gst/oldcore/gstpipefilter.c:
11457         * gst/oldcore/gstshaper.c:
11458         * gst/oldcore/gststatistics.c:
11459         * gst/rtp/gstasteriskh263.c:
11460         * gst/rtp/gstrtpL16depay.c:
11461         * gst/rtp/gstrtpL16pay.c:
11462         * gst/rtp/gstrtpamrdepay.c:
11463         * gst/rtp/gstrtpamrpay.c:
11464         * gst/rtp/gstrtpdepay.c:
11465         * gst/rtp/gstrtpgsmpay.c:
11466         * gst/rtp/gstrtph263pay.c:
11467         * gst/rtp/gstrtph263pdepay.c:
11468         * gst/rtp/gstrtph263ppay.c:
11469         * gst/rtp/gstrtpmp4gpay.c:
11470         * gst/rtp/gstrtpmp4vdepay.c:
11471         * gst/rtp/gstrtpmp4vpay.c:
11472         * gst/rtp/gstrtpmpadepay.c:
11473         * gst/rtp/gstrtpmpapay.c:
11474         * gst/rtp/gstrtppcmadepay.c:
11475         * gst/rtp/gstrtppcmapay.c:
11476         * gst/rtp/gstrtppcmudepay.c:
11477         * gst/rtp/gstrtppcmupay.c:
11478         * gst/rtp/gstrtpspeexdepay.c:
11479         * gst/rtp/gstrtpspeexpay.c:
11480         * gst/rtsp/gstrtpdec.c:
11481         * gst/smpte/gstsmpte.c:
11482         * gst/videobox/gstvideobox.c:
11483         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11484         * gst/videofilter/gstvideobalance.c:
11485         * gst/videofilter/gstvideoflip.c:
11486         * gst/videofilter/gstvideotemplate.c:
11487         (gst_videotemplate_base_init):
11488         * gst/videomixer/videomixer.c:
11489         * gst/wavenc/gstwavenc.c:
11490         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
11491          better/unified long descriptions
11492          Fixed #336602
11493          Some cleanups to auparse, don't send multiple newsegments.
11494
11495 2006-03-29  Wim Taymans  <wim@fluendo.com>
11496
11497         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
11498
11499         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
11500         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
11501         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
11502         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
11503         * ext/dv/gstdvdemux.h:
11504         Seek in READY patch. Only works for pull based mode.
11505         Fixes #323880
11506
11507 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
11508
11509         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
11510         (gst_gdk_pixbuf_event):
11511           Fix two crashers: don't unref the same caps twice, and
11512           set pixbuf loader to NULL after freeing it.
11513
11514 2006-03-27  Wim Taymans  <wim@fluendo.com>
11515
11516         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
11517         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
11518         (gst_speexenc_chain):
11519         * ext/speex/gstspeexenc.h:
11520         Don't leak adapter.
11521         A push *always* takes ownership of the buffer, even on
11522         errors.
11523         Small cleanups.
11524
11525 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
11526
11527         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
11528           Create source pad without leaking.
11529
11530 2006-03-24  Wim Taymans  <wim@fluendo.com>
11531
11532         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11533         * ext/flac/gstflacdec.h:
11534         * ext/flac/gstflacenc.h:
11535         Spifify a bit.
11536         Fix deadly lock order error in seeking code, STREAM_LOCK
11537         cannot be taken within LOCK and the streaming variables are
11538         protected with the STREAM_LOCK anyway.
11539
11540 2006-03-24  Wim Taymans  <wim@fluendo.com>
11541
11542         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
11543         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
11544         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
11545         this patch combines the global init_frames with the stream
11546         init_frames. Rationale being that the global delay should 
11547         be subtracted from any stream delay.
11548         Fixes #335858.
11549
11550 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
11551
11552         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
11553         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
11554         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11555         * gst/videomixer/videomixer.c: (gst_videomixer_init):
11556         use DEBUG_FUNCPTR for collectpads
11557
11558 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
11559
11560         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
11561           Don't crash when encoding images where the number of rows isn't
11562           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
11563
11564 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11565
11566         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
11567         * gst/interleave/deinterleave.c: (deinterleave_change_state):
11568         * gst/interleave/interleave.c: (interleave_change_state):
11569         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
11570           More state change function fixes.
11571
11572 2006-03-23  Wim Taymans  <wim@fluendo.com>
11573
11574         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11575         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
11576         (gst_esdsink_prepare), (gst_esdsink_unprepare),
11577         (gst_esdsink_delay), (gst_esdsink_reset):
11578         * ext/esd/esdsink.h:
11579         Fix esd choppy playback by configuring audiosink
11580         correctly. Fixes #325191
11581
11582 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11583
11584         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
11585           Make state change function thread-safe.
11586
11587 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11588
11589         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
11590         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
11591           Don't try to read beyond the end of the file just because
11592           the header claims a bigger size (like with truncated files).
11593
11594 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11595
11596         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11597         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
11598         (gst_wavparse_stream_data), (gst_wavparse_loop):
11599         * gst/wavparse/gstwavparse.h:
11600           Delay source pad creation until we have the first chunk of
11601           media data, so the we can examine the data and adjust the
11602           caps accordingly if required. This makes playback of .wav
11603           files with DTS-declared-as-PCM content work (#313266).
11604
11605 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
11606
11607         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11608         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11609         Don't attempt typefinding on too-short buffers that have been
11610         completely trimmed away. (Fixes #330239)
11611
11612         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
11613         Improve the debug output
11614
11615 2006-03-21  Wim Taymans  <wim@fluendo.com>
11616
11617         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
11618         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
11619         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
11620         (gst_esdsink_set_property), (gst_esdsink_get_property):
11621         Some cleanups.
11622         Reset fd to -1 when we close them.
11623
11624 2006-03-21  Wim Taymans  <wim@fluendo.com>
11625
11626         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
11627         the OPTIONS request result is optional so don't
11628         fail on it.
11629
11630 2006-03-21  Edward Hervey  <edward@fluendo.com>
11631
11632         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
11633         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
11634         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
11635         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11636         (gst_wavparse_change_state):
11637         gcc 4.1 unreferenced pointer fixes.
11638
11639 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
11640
11641         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11642
11643         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
11644           Fix block alignment calculation. Alignment should be done before
11645           adding the byte offset where the data starts (#335231).
11646
11647 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11648
11649         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
11650           Ensure that we set correct caps on buffers that are transferred
11651           direct from the input.
11652
11653 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11654
11655         * gst/goom/filters.c: (zoomFilterDestroy):
11656         * gst/goom/goom_core.c: (goom_close):
11657           Free filter data when cleaning up. (Fixes: #334995)
11658
11659 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
11660
11661         * configure.ac:
11662           Don't compile udp and rtsp plugins on win32 (mingw) or other
11663           systems that don't have <sys/socket.h> for some reason (#316203).
11664
11665 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11666
11667         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
11668         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
11669         * ext/raw1394/gstdv1394src.h:
11670           Change bus reset handler so it reports useful information such as
11671           whether the device being used connected or disconnected
11672
11673 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11674
11675         * gst/id3demux/id3v2frames.c:
11676         (parse_relative_volume_adjustment_two):
11677           We only care about gain and peak data for the master volume.
11678
11679 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11680
11681         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11682         (parse_id_string), (parse_unique_file_identifier),
11683         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
11684           Read replay gain tags (#323721).
11685
11686 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
11687
11688         * configure.ac:
11689           Bump requirements to gst-plugins-base CVS because
11690           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
11691
11692 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
11693
11694         * rtp/gst/gstrtppcmadepay.c:
11695         Fixed one of the caps in the code from mulaw to alaw.
11696
11697 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
11698
11699         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11700           Ensure that we set caps on the buffers we pass.
11701
11702         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
11703         (gst_id3demux_sink_activate):
11704           Ensure that we set caps on the buffers we pass.
11705
11706           Use STREAM, TYPE_NOT_FOUND as the error class when
11707           typefinding fails.
11708
11709 2006-03-15  Edward Hervey  <edward@fluendo.com>
11710
11711         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
11712         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
11713         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
11714         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
11715         (gst_jpeg_dec_setcaps):
11716         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
11717         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
11718         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
11719         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
11720         (gst_mngdec_src_getcaps):
11721         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11722         (gst_pngdec_caps_create_and_set):
11723         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
11724         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
11725         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
11726         * gst/alpha/gstalpha.c: (gst_alpha_init):
11727         * gst/auparse/gstauparse.c: (gst_au_parse_init):
11728         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
11729         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
11730         * gst/cutter/gstcutter.c: (gst_cutter_init):
11731         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
11732         (gst_efence_checkgetrange):
11733         * gst/debug/negotiation.c: (gst_negotiation_init):
11734         * gst/flx/gstflxdec.c: (gst_flxdec_init):
11735         * gst/goom/gstgoom.c: (gst_goom_init):
11736         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
11737         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
11738         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
11739         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
11740         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
11741         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
11742         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
11743         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11744         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
11745         (gst_wavparse_create_sourcepad):
11746         Fix memleak with gst_static_pad_template_get().
11747         This uses gst_pad_new_from_static_template() instead.
11748         Fixes #333512
11749
11750 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11751
11752         * configure.ac:
11753           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
11754           used by id3demux.
11755
11756         * gst/id3demux/gstid3demux.c: (plugin_init):
11757         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11758         (parse_user_text_identification_frame),
11759         (parse_unique_file_identifier):
11760           Add support for UFID and TXXX frames and extract musicbrainz tags.
11761
11762 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11763
11764         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
11765           Catch short reads, like they might happen with truncated
11766           files (see #305279); remove unnecessary indentation.
11767
11768 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11769
11770         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
11771           Fix DIB image inversion for pictures with a
11772           depth != 8 (#305279).
11773
11774 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11775
11776         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
11777         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
11778         * ext/jpeg/gstjpegdec.h:
11779           Fix durations on outgoing buffers after seeking
11780           in MJPEG files (#334083); some minor clean-ups.
11781
11782 2006-03-13  Wim Taymans  <wim@fluendo.com>
11783
11784         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
11785         (gst_wavparse_change_state):
11786         Implement seek in READY (re-fixes #327658)
11787
11788 2006-03-13  Wim Taymans  <wim@fluendo.com>
11789
11790         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
11791         * ext/esd/esdmon.c: (gst_esdmon_get):
11792         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
11793         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11794         (gst_gdk_pixbuf_sink_getcaps):
11795         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
11796         (gst_jpegenc_setcaps):
11797         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
11798         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
11799         (gst_smokeenc_setcaps):
11800         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
11801         (gst_mngdec_src_getcaps):
11802         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
11803         (gst_mngenc_chain):
11804         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
11805         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
11806         * ext/speex/gstspeexdec.c: (speex_dec_convert),
11807         (speex_dec_src_event), (speex_dec_chain):
11808         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
11809         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
11810         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
11811         (gst_negotiation_pad_link), (gst_negotiation_chain):
11812         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
11813         (gst_flxdec_chain):
11814         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
11815         (deinterleave_chain):
11816         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
11817         * gst/median/gstmedian.c: (gst_median_link):
11818         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
11819         (gst_monoscope_chain):
11820         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
11821         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
11822         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
11823         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
11824         close #333784 unref the result of gst_pad_get_parent()
11825         by: Christophe Fergeau.
11826
11827 2006-03-09  Wim Taymans  <wim@fluendo.com>
11828
11829         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
11830         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
11831         Handle events in push mode better, can now do non-flushing
11832         seeks in push mode as well.
11833
11834 2006-03-07  Wim Taymans  <wim@fluendo.com>
11835
11836         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11837         Applied patch from Kai Vehmanen, fixes #333624.
11838
11839 2006-03-06  Julien MOUTTE  <julien@moutte.net>
11840
11841         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
11842         Implement paletted and grayscale png files handling.
11843         (#150363).
11844
11845 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11846
11847         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
11848         (gst_speexenc_chain):
11849           fix a tag list assert
11850           follow gst-plugins-base/ext/ogg/README; set OFFSET
11851           and OFFSET_END.  Muxes correctly with gst-plugins-base
11852           > 0.9.3
11853
11854 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11855
11856         * gst/id3demux/Makefile.am:
11857         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
11858         (gst_id3demux_chain), (gst_id3demux_sink_activate):
11859           Use new typefind helper functions here as well, and
11860           do typefinding in pull-mode if upstream supports that.
11861
11862 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11863
11864         * sys/sunaudio/gstsunaudiomixerctrl.c:
11865         (gst_sunaudiomixer_ctrl_get_volume),
11866         (gst_sunaudiomixer_ctrl_set_volume):
11867         * sys/sunaudio/gstsunaudiomixertrack.c:
11868         (gst_sunaudiomixer_track_new):
11869           Remove unused variables, breaks build from CVS
11870           with -Werror (#333392, patch by: Benjamin Pineau)
11871
11872 2006-03-03  Wim Taymans  <wim@fluendo.com>
11873
11874         * docs/plugins/Makefile.am:
11875         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11876         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11877         Added wavparse docs.
11878
11879         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11880         (gst_wavparse_reset), (gst_wavparse_init),
11881         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
11882         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
11883         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11884         (gst_wavparse_stream_data), (gst_wavparse_loop),
11885         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
11886         (gst_wavparse_change_state):
11887         * gst/wavparse/gstwavparse.h:
11888         Implement seek in READY (fixes #327658)
11889         Added docs and did some cleanups.
11890
11891 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
11892
11893         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11894         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
11895         (gst_avi_demux_calculate_durations_from_index),
11896         (gst_avi_demux_stream_header):
11897         * gst/avi/gstavidemux.h:
11898           If we have an index, use a duration based on the index instead
11899           of blindly trusting the information in the stream headers
11900           (fixes #331817).
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 smoke and jpeg to the docs.
11909
11910         * ext/jpeg/Makefile.am:
11911         * ext/jpeg/gstjpeg.c: (plugin_init):
11912         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
11913         * ext/jpeg/gstjpegenc.h:
11914         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
11915         (gst_smokedec_chain):
11916         * ext/jpeg/gstsmokedec.h:
11917         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
11918         * ext/jpeg/gstsmokeenc.h:
11919         * ext/jpeg/smokecodec.h:
11920         Port smokedec (fixes #331905).
11921         Added some docs.
11922         Some cleanups.
11923
11924 2006-03-03  Wim Taymans  <wim@fluendo.com>
11925
11926         * docs/plugins/Makefile.am:
11927         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11928         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11929         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11930         Added videobalance and videoflip to the docs.
11931
11932         * gst/videofilter/Makefile.am:
11933         * gst/videofilter/gstvideobalance.c:
11934         (gst_video_balance_update_tables_planar411),
11935         (gst_video_balance_is_passthrough),
11936         (gst_video_balance_update_properties), (oil_tablelookup_u8),
11937         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
11938         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
11939         (gst_video_balance_finalize), (gst_video_balance_class_init),
11940         (gst_video_balance_init), (gst_video_balance_interface_supported),
11941         (gst_video_balance_interface_init),
11942         (gst_video_balance_colorbalance_list_channels),
11943         (gst_video_balance_colorbalance_set_value),
11944         (gst_video_balance_colorbalance_get_value),
11945         (gst_video_balance_colorbalance_init),
11946         (gst_video_balance_set_property), (gst_video_balance_get_property),
11947         (gst_video_balance_get_type), (plugin_init):
11948         * gst/videofilter/gstvideobalance.h:
11949         Ported to 0.10. (Fixes #326160)
11950         Added docs.
11951
11952         * gst/videofilter/gstvideoflip.c:
11953         * gst/videofilter/gstvideoflip.h:
11954         Added docs.
11955
11956 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
11957
11958         * configure.ac:
11959           Bump requirements to current core and -base CVS
11960           (core for new typefind helper API, and -base for the
11961           WAVFORMATEX support that was added to libgstriff and
11962           is needed by wavparse).
11963         
11964         * gst/apetag/Makefile.am:
11965         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
11966         (gst_tag_demux_sink_activate):
11967           Use new typefind helpers for typefinding instead of our
11968           home-grown stuff; also, do typefinding in pull-mode if
11969           upstream supports that.
11970
11971 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
11972
11973         Reviewed by: Christian Schaller <christian@fluendo.com>
11974
11975         This patch fixes bug: 329107
11976
11977         This Changelog entry is for a commit done on February 17
11978
11979         * ext/gconf/gconf.c
11980         * ext/gconf/gconf.h
11981         * ext/gconf/gstgconfaudiosink.c
11982         * ext/gconf/gstgconfaudiosink.h
11983         * gconf/gstreamer.schemas.in
11984
11985 2006-02-28  Wim Taymans  <wim@fluendo.com>
11986
11987         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11988         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
11989         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
11990         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
11991         Use DEBUG_OBJECT more.
11992
11993 2006-02-28  Wim Taymans  <wim@fluendo.com>
11994
11995         * docs/plugins/Makefile.am:
11996         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11997         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11998         Added dvdec and dvdemux to docs.
11999
12000         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
12001         Added docs.
12002         Check frame sizes so we don't crash when don't have enough
12003         data.
12004         Send nice error messages on error.
12005
12006         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
12007         (gst_dvdemux_class_init), (gst_dvdemux_init),
12008         (gst_dvdemux_finalize), (gst_dvdemux_reset),
12009         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12010         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12011         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
12012         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
12013         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
12014         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
12015         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
12016         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
12017         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
12018         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
12019         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
12020         * ext/dv/gstdvdemux.h:
12021         Added docs.
12022         Implement pull mode.
12023         Fix memleaks.
12024         Reduce memcpy for the video demuxing.
12025
12026 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
12027
12028         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
12029         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
12030         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
12031         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
12032           Add a little extra debug. Make the decoder not return NOT_LINKED,
12033           as we want to continue decoding all CMML and emitting tags.
12034
12035 2006-02-27  Michael Smith  <msmith@fluendo.com>
12036
12037         * ext/annodex/gstskeltag.c:
12038         * ext/annodex/gstskeltag.h:
12039           Deleted; these files aren't used any more either.
12040
12041 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12042
12043         * ext/Makefile.am: Fix dist-check.
12044
12045 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12046
12047         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
12048         memleak.
12049
12050 2006-02-25  Alessandro Decina <alessandro@nnva.org>
12051
12052         * ext/annodex/Makefile.am:
12053         * ext/annodex/gstannodex.c:
12054         * ext/annodex/gstcmmldec.c:
12055         * ext/annodex/gstcmmlenc.c:
12056         * ext/annodex/gstcmmlparser.c:
12057         * ext/annodex/gstcmmlparser.h:
12058         * ext/annodex/gstcmmlutils.c:
12059         * tests/check/elements/cmmldec.c:
12060         * tests/check/elements/cmmlenc.c:
12061           Fix a memleak in gst_cmml_track_list_add_clip.
12062           Handle overflows in clip's start and end times.
12063           Add the "encoded" parameter to cmmldec and cmmlenc caps.
12064           Do not parse junk at the end of a CMML preamble buffer.
12065           Register a libxml error handler to not print stuff on stderr.
12066           Check for bad clip start and end times in the testsuites.
12067
12068 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12069
12070         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
12071         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
12072         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
12073         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
12074         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
12075         possible memleaks.
12076
12077 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12078
12079         * tests/check/Makefile.am:
12080         * tests/check/elements/cmmldec.c:
12081         * tests/check/elements/cmmlenc.c: Fix tests so that they use
12082         the plugins-base tags.
12083
12084 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12085
12086         * ext/Makefile.am: Re-enable module.
12087
12088 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12089
12090         * tests/check/Makefile.am: Forgot to remove that test.
12091
12092 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12093
12094         * ext/annodex/Makefile.am:
12095         * ext/annodex/gstannodex.c: (plugin_init):
12096         * ext/annodex/gstcmmldec.c:
12097         * ext/annodex/gstskeldec.c:
12098         * ext/annodex/gstskeldec.h:
12099         * tests/check/Makefile.am:
12100         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
12101
12102 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12103
12104         * tests/check/Makefile.am: Disable those checks as well.
12105
12106 2006-02-24  Julien MOUTTE  <julien@moutte.net>
12107
12108         * ext/Makefile.am: Disable annodex for now until we figure out
12109         how to make it build.
12110         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
12111         Add a rule to your checklist : "please try to at least build 
12112         what you are going to commit into -good, or if you are too lazy
12113         to do that, please check that the buildbots are not crying because
12114         of your commit."
12115
12116 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
12117
12118         * configure.ac:
12119         * ext/Makefile.am:
12120         * ext/gdk_pixbuf/Makefile.am:
12121         * ext/gdk_pixbuf/gstgdkpixbuf.c:
12122         * ext/gdk_pixbuf/gstgdkpixbuf.h:
12123         * ext/gdk_pixbuf/pixbufscale.c:
12124         * ext/gdk_pixbuf/pixbufscale.h:
12125           Gdkpixbuf ported from 0.8 to 0.10 by
12126           Renato Filho <renato.filho@indt.org.br>.
12127           gst_loader and gdkpixbufanimation still need port.
12128
12129 2006-02-24  Michael Smith  <msmith@fluendo.com>
12130
12131         * configure.ac:
12132         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12133         * ext/Makefile.am:
12134         * ext/annodex/Makefile.am:
12135         * ext/annodex/gstannodex.c:
12136         * ext/annodex/gstannodex.h:
12137         * ext/annodex/gstcmmldec.c:
12138         * ext/annodex/gstcmmldec.h:
12139         * ext/annodex/gstcmmlenc.c:
12140         * ext/annodex/gstcmmlenc.h:
12141         * ext/annodex/gstcmmlparser.c:
12142         * ext/annodex/gstcmmlparser.h:
12143         * ext/annodex/gstcmmltag.c:
12144         * ext/annodex/gstcmmltag.h:
12145         * ext/annodex/gstcmmlutils.c:
12146         * ext/annodex/gstcmmlutils.h:
12147         * ext/annodex/gstskeldec.c:
12148         * ext/annodex/gstskeldec.h:
12149         * ext/annodex/gstskeltag.c:
12150         * ext/annodex/gstskeltag.h:
12151         * tests/check/Makefile.am:
12152         * tests/check/elements/cmmldec.c:
12153         * tests/check/elements/cmmlenc.c:
12154         * tests/check/elements/skeldec.c:
12155           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
12156           Includes tests & docs, oh my! Passes Thomas's -good checklist
12157           entirely. Wow.
12158
12159 2006-02-24  Michael Smith  <msmith@fluendo.com>
12160
12161         * autogen.sh:
12162           Check for automake 1.9 as well.
12163
12164 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12165
12166         * ext/flac/gstflacenc.c:
12167           Change min. sample rate to 8kHz to match flacdec's.
12168           
12169 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
12170
12171         * ext/cdio/Makefile.am:
12172           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
12173           required for Cygwin, see #317048)
12174
12175         * gst/rtp/gstasteriskh263.c:
12176           Cygwin has includes for both the unix network socket API
12177           and the windows API, but only one can be included, so fix
12178           includes to only use one or the other, prefering the unxi
12179           one (#317048).
12180
12181 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12182
12183         * rtp/gst/gstrtppcmadepay.c:
12184         * rtp/gst/gstrtppcmadepay.h:
12185         * rtp/gst/gstgstrtppcmapay.c:
12186         * rtp/gst/gstgstrtppcmapay.h:
12187         * rtp/gst/gstrtppcmudepay.c:
12188         * rtp/gst/gstrtppcmudepay.h:
12189         * rtp/gst/gstrtppcmupay.c:
12190         * rtp/gst/gstrtppcmupay.h:
12191         * rtp/gst/Makefile.am:
12192         * rtp/gst/gstrtp.c:
12193         * rtp/gst/README:
12194         Separated the G711 payloaders/depayloaders into separate elements for
12195         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
12196
12197 2006-02-22  Wim Taymans  <wim@fluendo.com>
12198
12199         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
12200         (gst_dvdec_change_state):
12201         * ext/dv/gstdvdec.h:
12202         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
12203         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12204         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12205         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
12206         (gst_dvdemux_flush), (gst_dvdemux_chain),
12207         (gst_dvdemux_change_state):
12208         * ext/dv/gstdvdemux.h:
12209         Ueber spiffify some more, added debug category.
12210         Use _scale.
12211         Use segments, respect playback rate from newsegment.
12212         Fix refcount issue.
12213
12214 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
12215
12216         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
12217         (gst_signal_processor_process):
12218         Fix compilation of LADPSA. It doesn't seem to work, and isn't
12219         enabled for the build, but it helps me win the feature-count
12220         competitions ooh yeah.
12221
12222 2006-02-19  Wim Taymans  <wim@fluendo.com>
12223
12224         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
12225         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
12226         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
12227         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
12228         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12229         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
12230         Use scaling code for added precission and more correct stop
12231         position in case scale==0.
12232
12233 2006-02-19  Wim Taymans  <wim@fluendo.com>
12234
12235         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12236         (gst_flxdec_chain):
12237         * gst/flx/gstflxdec.h:
12238         Implement DURATION query.
12239
12240 2006-02-19  Wim Taymans  <wim@fluendo.com>
12241
12242         * gst/flx/flx_color.h:
12243         * gst/flx/flx_fmt.h:
12244         * gst/flx/gstflxdec.c: (gst_flxdec_init),
12245         (gst_flxdec_src_query_handler), (flx_decode_color),
12246         (gst_flxdec_chain):
12247         * gst/flx/gstflxdec.h:
12248         Set MALLOCDATA for the temp buffers so we don't leak.
12249         Some debug cleanups.
12250         Consume all data in the adapter before leaving the chain
12251         function. Fixes #330678.
12252
12253 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
12254
12255         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12256         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
12257          Handle 0 data size in otherwise valid frames.
12258          Handle numeric strings in 2.4.0 even when not in parentheses 
12259
12260 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
12261
12262         * gst/matroska/matroska-demux.c:
12263         (gst_matroska_demux_subtitle_caps),
12264         (gst_matroska_demux_plugin_init):
12265         * gst/matroska/matroska-ids.h:
12266           Recognise SSA/ASS and USF subtitle formats and
12267           set proper caps when they are found.
12268
12269 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12270
12271         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
12272         (gst_jpeg_dec_chain):
12273           Fix invalid memory access for some odd-sized images
12274           (see image contained in quicktime stream in #327083);
12275           use g_malloc() instead of g_alloca().
12276
12277 2006-02-17  Wim Taymans  <wim@fluendo.com>
12278
12279         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12280         Patch from Sebastien Cote, fixes #319884
12281
12282 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12283
12284         * ext/cdio/gstcdio.c: (plugin_init):
12285           Init debug category (#331253).
12286
12287 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12288
12289         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12290           Pass extra_data to gst_riff_create_audio_caps(), so that
12291           WAVEFORMATEX stuff works. Post audio codec name and post
12292           it as taglist on the bus. Allow up to 8 channesl for raw
12293           PCM in the source pad template caps.
12294
12295 2006-02-16  Wim Taymans  <wim@fluendo.com>
12296
12297         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12298         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
12299         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
12300         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
12301         (gst_multipart_set_property), (gst_multipart_get_property):
12302         Applied #318663. Gives quite a few false positives in
12303         autoscan mode, but it's better than nothing. Not closing yet.
12304
12305 2006-02-16  Wim Taymans  <wim@fluendo.com>
12306
12307         * docs/plugins/Makefile.am:
12308         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12309         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12310         * docs/plugins/gst-plugins-good-plugins.args:
12311         * docs/plugins/inspect/plugin-udp.xml:
12312         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12313         (gst_udpsrc_start):
12314         Update documentation.
12315         Fix args.
12316
12317 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
12318
12319         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12320         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
12321         frame size. (Fixes #331368)
12322
12323 2006-02-16  Wim Taymans  <wim@fluendo.com>
12324
12325         * gst/rtsp/README:
12326         Updated README.
12327
12328         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
12329         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
12330         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
12331         * gst/rtsp/gstrtspsrc.h:
12332         Make sure the RTP port is an even port an try to allocate 
12333         another if not.
12334         Added retry property to control max retries for port allocation.
12335         Make sure RTCP port is RTP port+1.
12336         Cleanup when port allocation fails.
12337         Fixes #319183.
12338         
12339 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12340
12341         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
12342           Don't ignore return value of the parent class's state
12343           change function (#331385, patch by: Wouter Paesen).
12344
12345 2006-02-15  Wim Taymans  <wim@fluendo.com>
12346
12347         * configure.ac:
12348         * docs/plugins/Makefile.am:
12349         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12350         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12351         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12352         * ext/Makefile.am:
12353         * ext/hal/Makefile.am:
12354         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
12355         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
12356         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
12357         (do_toggle_element), (gst_hal_audio_sink_set_property),
12358         (gst_hal_audio_sink_get_property),
12359         (gst_hal_audio_sink_change_state):
12360         * ext/hal/gsthalaudiosink.h:
12361         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
12362         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
12363         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
12364         (do_toggle_element), (gst_hal_audio_src_set_property),
12365         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
12366         * ext/hal/gsthalaudiosrc.h:
12367         * ext/hal/gsthalelements.c: (plugin_init):
12368         * ext/hal/gsthalelements.h:
12369         * ext/hal/hal.c: (gst_hal_get_string),
12370         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
12371         (gst_hal_get_audio_src):
12372         * ext/hal/hal.h:
12373         Add HAL sound device wrapper plugins. Closes #329106
12374
12375 2006-02-15  Wim Taymans  <wim@fluendo.com>
12376
12377         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
12378         Add comment in a fultile attempt to stop the copy-and-paste 
12379         paradigm leading to duplication of bad code.
12380
12381         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
12382         Mime parameters have to be checked case insensitive
12383
12384 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
12385
12386         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
12387           Advance stream time for lagging subtitle streams by sending
12388           newsegment events with the update flag set.
12389
12390 2006-02-14  Edward Hervey  <edward@fluendo.com>
12391
12392         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
12393         There can be bogus data before the hdrl LIST tag in the RIFF header.
12394         It's hard to say if it's not respecting the AVI specifications or not,
12395         but since Google Video is producing AVIs like that and the other player
12396         don't seem to complain, I guess we should do the same.
12397
12398 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
12399
12400         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
12401         (parse_split_strings):
12402         Add more validation to ensure that a char encoding conversion
12403         produced a valid UTF-8 string.
12404
12405 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
12406
12407         Reviewed by: Edward Hervey  <edward@fluendo.com>
12408
12409         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12410         Properly handle end of segment. Closes #330885.
12411
12412 2006-02-13  Wim Taymans  <wim@fluendo.com>
12413
12414         * gst/rtp/gstrtpmp4gpay.h:
12415         For got to commit this one.
12416
12417 2006-02-12  Wim Taymans  <wim@fluendo.com>
12418
12419         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
12420         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
12421         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
12422         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
12423         * gst/rtp/gstrtpmp4gpay.h:
12424         Make more things work.
12425         Handle ACC config strings.
12426
12427 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12428
12429         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
12430           set timestamps if no incoming timestamps set
12431
12432 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
12433
12434         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
12435         (gst_tag_demux_do_typefind):
12436           ... and fix the very same leaks in GstTagDemux.
12437
12438 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
12439
12440         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
12441         (gst_id3demux_do_typefind):
12442         Fix a couple of mem leaks. (Patch by Jonathan Matthew
12443         <jonathan at kaolin dot wh9 dot net>)
12444
12445 2006-02-10  Wim Taymans  <wim@fluendo.com>
12446
12447         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
12448         First set options, then set caps or else the baseclass
12449         will not know about the options, duh.
12450
12451 2006-02-10  Wim Taymans  <wim@fluendo.com>
12452
12453         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
12454         (gst_rtp_mp4v_pay_setcaps):
12455         Don't waste time looking for a config string if we have codec_info
12456         on the incomming caps.
12457
12458 2006-02-10  Wim Taymans  <wim@fluendo.com>
12459
12460         * gst/rtp/README:
12461         Say something about case-sensitivity of caps vs mime-attributes.
12462
12463         * gst/rtp/Makefile.am:
12464         * gst/rtp/gstrtp.c: (plugin_init):
12465         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12466         (gst_rtp_amr_pay_handle_buffer):
12467         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
12468         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
12469         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
12470         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
12471         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
12472         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
12473         (gst_rtp_mp4g_pay_plugin_init):
12474         * gst/rtp/gstrtpmp4gpay.h:
12475         Added beginnings of mpeg4-generic payloader (RFC 3640)
12476
12477 2006-02-09  Wim Taymans  <wim@fluendo.com>
12478
12479         * gst/rtsp/Makefile.am:
12480         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
12481         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
12482         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
12483         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
12484         (gst_rtpdec_change_state):
12485         * gst/rtsp/gstrtpdec.h:
12486         * gst/rtsp/gstrtsp.c: (plugin_init):
12487         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12488         * gst/rtsp/rtspconnection.c: (read_body),
12489         (rtsp_connection_receive):
12490         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
12491         Resurected rtpdec to make rtspsrc happy again.
12492         Skip attributes from the session id.
12493         Don't crash when dumping a message with an empty body.
12494
12495
12496 2006-02-09  Wim Taymans  <wim@fluendo.com>
12497
12498         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12499         Added more meaningfull warnings when something goes wrong.
12500         Clear F bit on outgoing AMR packets.
12501
12502         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12503         (gst_rtp_amr_pay_handle_buffer):
12504         Added debugging category
12505         Support payloading of multiple AMR frames.
12506
12507         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
12508         Added some debugging.
12509
12510 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
12511
12512         * configure.ac:
12513           Back to CVS
12514
12515 === release 0.10.2 ===
12516
12517 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
12518
12519         * configure.ac:
12520           releasing 0.10.2, "Papa was a rolling stone"
12521
12522 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12523
12524         * configure.ac:
12525           Bump core and plugins-base requirement to 0.10.2.2
12526           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
12527
12528 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12529
12530         * ext/flac/gstflac.c: (plugin_init):
12531         * ext/speex/gstspeex.c: (plugin_init):
12532           Register musicbrainz tags.
12533
12534 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12535
12536         * ext/gconf/gconf.h:
12537           Remove declaration of function that no longer exists.
12538
12539 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12540
12541         * ext/shout2/gstshout2.c: (gst_shout2send_render),
12542         (gst_shout2send_setcaps), (gst_shout2send_change_state):
12543         Make shout2 work for non ogg streams
12544
12545 2006-02-06  Wim Taymans  <wim@fluendo.com>
12546
12547         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12548         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
12549         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
12550         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
12551         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
12552         * gst/udp/gstmultiudpsink.h:
12553         Updated docs.
12554         Added properties bytes-served, bytes_to_serve.
12555         Post proper error messages,
12556         Emit client added signal too.
12557
12558 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12559
12560         * docs/plugins/Makefile.am:
12561         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12562         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12563         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12564         (gst_multiudpsink_get_stats):
12565           adding docs for multiudpsink
12566
12567 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12568
12569         * gst/level/gstlevel.c: (gst_level_transform_ip):
12570           peak below decay is not necessarily an error, so don't ERROR log
12571
12572 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12573
12574         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
12575         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
12576         (gst_ebml_write_seek):
12577         * gst/matroska/ebml-write.h:
12578           Make sure we send a newsegment event in BYTES format
12579           before sending buffers (#328531).
12580
12581 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12582
12583         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
12584         (gst_dvdemux_sink_query):
12585         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
12586         * ext/speex/gstspeexdec.c: (speex_get_query_types),
12587         (speex_dec_src_query):
12588         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
12589         (gst_speexenc_sink_query):
12590         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12591         * gst/matroska/matroska-demux.c:
12592         (gst_matroska_demux_get_src_query_types),
12593         (gst_matroska_demux_handle_src_query):
12594         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
12595         (gst_wavparse_pad_query):
12596           Pass unhandled queries upstream instead of just dropping
12597           them (#326446). Update query type arrays here and there.
12598
12599 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12600
12601         * tests/check/elements/matroskamux.c: (setup_src_pad):
12602           Collectpads in core got changed and now also holds a
12603           reference to any pad that is part of it. Fix refcount
12604           checks in test case accordingly.
12605
12606 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12607
12608         * gst/apetag/gstapedemux.h:
12609           Fix include, for now GstTagDemux is in the apetag dir.
12610
12611 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12612
12613         * docs/plugins/Makefile.am:
12614         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12615         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12616         * docs/plugins/inspect/plugin-cdio.xml:
12617           Add cdio plugin to docs.
12618
12619         * ext/cdio/gstcdiocddasrc.c:
12620           Add gtk-doc blurb.
12621
12622         * ext/cdio/gstcdio.c:
12623           The plugin is called 'cdio' not 'cddio'.
12624
12625 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12626
12627         * configure.ac:
12628         * docs/plugins/Makefile.am:
12629         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12630         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12631         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12632         * docs/plugins/inspect/plugin-apetag.xml:
12633         * gst/apetag/Makefile.am:
12634         * gst/apetag/gstapedemux.c:
12635         * gst/apetag/gstapedemux.h:
12636         * gst/apetag/gsttagdemux.c:
12637         * gst/apetag/gsttagdemux.h:
12638           Add APE tag demuxer (#325649).
12639
12640 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12641
12642         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
12643         (gst_gconf_get_default_video_sink),
12644         (gst_gconf_get_default_audio_src),
12645         (gst_gconf_get_default_video_src):
12646         * ext/gconf/gconf.h:
12647         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
12648         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
12649         (do_toggle_element):
12650         * ext/gconf/gstgconfaudiosink.h:
12651         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
12652         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
12653         (do_toggle_element):
12654         * ext/gconf/gstgconfaudiosrc.h:
12655         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
12656         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
12657         (do_toggle_element):
12658         * ext/gconf/gstgconfvideosink.h:
12659         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
12660         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
12661         (do_toggle_element):
12662         * ext/gconf/gstgconfvideosrc.h:
12663           Ignore changing the GConf key to "". Ignore GConf key updates
12664           that don't actually change the string.
12665           For now, ignore the GConf key when the state is > READY, as
12666           it breaks streaming. Sometime it will be nice to bring the
12667           new sink online even mid-stream, by sending NEWSEGMENT info
12668           and possibly prerolling.
12669           (Fixes #326736)
12670
12671 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12672
12673         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
12674         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
12675         (zoomFilterSetResolution), (zoomFilterDestroy),
12676         (zoomFilterFastRGB), (pointFilter):
12677         * gst/goom/filters.h:
12678         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
12679         (goom_update), (goom_close):
12680         * gst/goom/goom_core.h:
12681         * gst/goom/goom_tools.h:
12682         * gst/goom/graphic.c:
12683         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
12684         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
12685         * gst/goom/gstgoom.h:
12686         * gst/goom/lines.c: (goom_lines):
12687         * gst/goom/lines.h:
12688           Make goom reentrant by moving all important static variables
12689           into instance structures.
12690           (Fixes #329181)
12691
12692 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
12693
12694         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
12695         (gst_avi_demux_all_source_pads_unlinked),
12696         (gst_avi_demux_process_next_entry):
12697         * gst/avi/gstavidemux.h:
12698           Third attempt, use gst_pad_is_linked() this time.
12699
12700 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
12701
12702         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12703         (parse_split_strings):
12704         Adjust for data length indicators when parsing (Fixes #329810)
12705         Fix stupid bug parsing UTF-8 tag text.
12706         Output tag strings with multiple fields as multiple tags, so the
12707         app gets all the data.
12708
12709 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12710
12711         * ext/flac/gstflacenc.c:
12712         Fixed a bug add in last commit, where no event is send. Thanks Tim to
12713         show me.
12714         
12715 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12716
12717         * ext/flac/gstflacenc.c:
12718         * gst/matroska/ebml-read.c:
12719         Just make it compile with --disable-gst-debug.
12720
12721 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
12722
12723         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
12724         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
12725         (id3v2_genre_fields_to_taglist):
12726           Never output a tag with a null contents string.
12727
12728 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12729
12730         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
12731           Only pause if all pads are unlinked AND we've tried to send data
12732           on all of them at least once.
12733
12734 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12735
12736         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
12737         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
12738           Make loop function/task pause itself when all source pads are
12739           unlinked.
12740
12741 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12742
12743         * configure.ac:
12744         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
12745           Use new functions from core to render a bin from a
12746           string. Fixes build. Up requirements to core CVS.
12747
12748 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
12749
12750         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
12751           Don't push buffers into the adapter that we are going to
12752           push downstream again without framing anyway. Also, the
12753           adaptor takes ownership of buffers put into it (fixes
12754           auparse pushing invalid buffers for .au files with
12755           ADPCM contents). Finally, set caps on all outgoing buffers.
12756
12757 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
12758
12759         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
12760         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
12761         (gst_id3demux_send_tag_event):
12762         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
12763         Someone should kick my butt. Remove ID3v1 tags from the end of the
12764         file.
12765
12766         Improve error messages. Send the TAG message as soon as we complete
12767         typefinding, instead of waiting until we send the first buffer.
12768         Downstream tag event is still sent before the first buffer.
12769
12770 2006-01-27  Jan Gerber  <j@bootlab.org>
12771
12772         Reviewed by: Andy Wingo <wingo@pobox.com>
12773
12774         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
12775         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
12776         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
12777         to not have warings flooding stderr. this is the suggested way
12778         also used in dvgrab and kino. (#328336)
12779
12780 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
12781
12782         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
12783         (gst_oss_sink_init), (gst_oss_sink_finalise):
12784           Free the device name string when finalised.
12785
12786 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
12787
12788         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
12789           Don't put function calls in g_return_if_fail() statements,
12790           or they'll be replaced with NOOPs if someone compiles with
12791           G_DISABLE_CHECKS defined.
12792           
12793 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
12794
12795         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12796         Never trust ANY information encoded in a media file, especially
12797         when it's giving you sizes. (Fixes #328452)
12798
12799 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
12800
12801         * gst/rtp/gstrtpg711pay.c:
12802         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
12803         bug #325148.
12804
12805 2006-01-23  Edward Hervey  <edward@fluendo.com>
12806
12807         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
12808         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
12809         * gst/matroska/matroska-ids.h:
12810         Added recognition of Real Audio and Video streams in matroska demuxer.
12811
12812 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
12813
12814         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
12815           Remove errant break statement, and fix compilation with
12816           older GCC.
12817
12818 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
12819
12820         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12821
12822         * sys/sunaudio/gstsunaudiomixerctrl.c:
12823         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
12824           Export functions that are needed in other parts of the code,
12825           makes the mixer actually work; adjust magic minimum buffer-time
12826           value from 3ms to 5ms to work around stuttering during mp3
12827           playback (#327765).
12828
12829 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
12830
12831         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12832
12833         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
12834         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
12835           Fix possible deadlock in matroska muxer (#327825).
12836
12837 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
12838
12839         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
12840         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
12841         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
12842         * gst/rtsp/sdpmessage.h:
12843         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
12844         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
12845           C89 fixes: declare variables at the beginning of a block and
12846           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
12847           <jensgr at gmx dot net>).
12848
12849 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
12850
12851         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12852         * gst/id3demux/id3tags.h:
12853         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12854         (parse_comment_frame), (parse_text_identification_frame),
12855         (id3v2_tag_to_taglist), (id3v2_are_digits),
12856         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
12857         (parse_split_strings), (free_tag_strings):
12858           Rewrite parsing of text tags to handle multiple NULL terminated
12859           strings. Parse numeric genre strings and ID3v2 type
12860           "(3)(6)Alternative" style genre strings.
12861           Parse dates that are only YYYY or YYYY-mm format.
12862           (Fixes #328241 and #322154)
12863
12864 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
12865
12866         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12867           Don't forget to initialize liboil, otherwise our oil functions
12868           will crash (fixes #327871; patch by: Christoph Burghardt
12869           <hawkes at web dot de>).
12870
12871 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12872
12873         * configure.ac:
12874           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
12875           like in the core and gst-plugins-base. Fixes #324367 and #326683;
12876           patch by: Brian Cameron <brian dot cameron at sun dot com>
12877
12878 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12879
12880         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
12881         * ext/cdio/gstcdio.h:
12882         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
12883           Fix build for libcdio versions >= 76; give slightly lower rank
12884           than cdparanoia.
12885
12886 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12887
12888         * configure.ac:
12889         * ext/Makefile.am:
12890         * ext/cdio/Makefile.am:
12891         * ext/cdio/gstcdio.c:
12892         * ext/cdio/gstcdio.h:
12893         * ext/cdio/gstcdiocddasrc.c:
12894         * ext/cdio/gstcdiocddasrc.h:
12895           Port libcdio cdda source, formerly known as cddasrc, now known as
12896           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
12897           but that's not tested (fixes #317658).
12898
12899 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12900
12901         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
12902           Fix conversion from TIME to BYTES format (fixes #326864;
12903           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
12904
12905 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
12906
12907         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12908           Fix compilation of id3demux when zlib is not present.
12909           (Fixes #326602; patch by: Sergey Scobich)
12910
12911 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
12912
12913         * ext/esd/Makefile.am:
12914           Add $(ESD_CFLAGS), otherwise build will fail for folks
12915           with libesd in a non-standard prefix (#327009).
12916
12917 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12918
12919         * configure.ac:
12920           back to HEAD
12921
12922 === release 0.10.1 ===
12923
12924 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
12925
12926         * configure.ac:
12927           releasing 0.10.1, "Li"
12928
12929 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12930
12931           patch by: Wim Taymans
12932
12933         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12934           fix memleak.  Fixes #326618
12935
12936 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12937
12938           patch by: Mike Smith
12939
12940         * gst/level/gstlevel.c: (gst_level_message_new),
12941         (gst_level_message_append_channel):
12942           Fix memleak.  Fixes #326612
12943
12944 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12945
12946         * configure.ac:
12947           prereleasing
12948         * po/af.po:
12949         * po/az.po:
12950         * po/cs.po:
12951         * po/en_GB.po:
12952         * po/hu.po:
12953         * po/it.po:
12954         * po/nb.po:
12955         * po/nl.po:
12956         * po/or.po:
12957         * po/sq.po:
12958         * po/sr.po:
12959         * po/sv.po:
12960         * po/uk.po:
12961         * po/vi.po:
12962           update translations
12963
12964 2006-01-10  Michael Smith  <msmith@fluendo.com>
12965
12966         * gst/level/gstlevel.c: (gst_level_class_init),
12967         (gst_level_dispose):
12968           Don't leak filter arrays.
12969
12970 2006-01-09 Brian Cameron <brian.cameron@sun.com>
12971
12972         reviewed by: Christian Schaller <uraeus@gnome.org>
12973         
12974         * configure.ac:
12975         * gst-plugins-good.spec.in:
12976         * sys/Makefile.am:
12977         * sys/sunaudio/Makefile.am:
12978         * sys/sunaudio/gstsunaudio.c: (plugin_init):
12979         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
12980         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
12981         (gst_sunaudiomixer_change_state):
12982         * sys/sunaudio/gstsunaudiomixer.h:
12983         * sys/sunaudio/gstsunaudiomixerctrl.c:
12984         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
12985         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
12986         (gst_sunaudiomixer_ctrl_list_tracks),
12987         (gst_sunaudiomixer_ctrl_get_volume),
12988         (gst_sunaudiomixer_ctrl_set_volume),
12989         (gst_sunaudiomixer_ctrl_set_mute),
12990         (gst_sunaudiomixer_ctrl_set_record):
12991         * sys/sunaudio/gstsunaudiomixerctrl.h:
12992         * sys/sunaudio/gstsunaudiomixertrack.c:
12993         (gst_sunaudiomixer_track_class_init),
12994         (gst_sunaudiomixer_track_init), (fill_labels),
12995         (gst_sunaudiomixer_track_new):
12996         * sys/sunaudio/gstsunaudiomixertrack.h:
12997         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
12998         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
12999         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
13000         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
13001         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
13002         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
13003         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
13004         * sys/sunaudio/gstsunaudiosink.h:
13005
13006         Add SunAudio plugin - tested to make sure it doesn't break
13007         the build under GNU/Linux.      
13008
13009 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
13010
13011         * gst-plugins-good/gst/udp/gstdynudpsink.c:
13012         * gst-plugins-good/gst/udp/gstudpsrc.c:
13013         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
13014         overrides the port or multicast parameters. Fixes bugs #323021.
13015         API addition: adds GstUDPSrc::sockfd property   
13016
13017 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
13018
13019         * ext/gconf/Makefile.am:
13020         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
13021         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
13022         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
13023         (do_toggle_element), (cb_toggle_element),
13024         (gst_gconf_audio_src_change_state):
13025         * ext/gconf/gstgconfaudiosrc.h:
13026         * ext/gconf/gstgconfelements.c: (plugin_init):
13027         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
13028         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
13029         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
13030         (do_toggle_element), (cb_toggle_element),
13031         (gst_gconf_video_src_change_state):
13032         * ext/gconf/gstgconfvideosrc.h:
13033           Add new gconfaudiosrc and gconfvideosrc elements
13034           (needed for gnome-sound-recorder).
13035
13036 2006-01-06  Edward Hervey  <edward@fluendo.com>
13037
13038         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13039         Add gst_element_no_more_pads() for proper decodebin behaviour.
13040         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
13041         (parse_text_identification_frame), (parse_split_strings):
13042         Failure to decode some tags is not a GST_ERROR() but a
13043         GST_WARNING()
13044         When iterating over a chunk of text, check that we haven't gone too
13045         far.
13046
13047 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
13048
13049         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
13050         (plugin_init):
13051           call oil_init() when using liboil
13052
13053 2006-01-04  Wim Taymans  <wim@fluendo.com>
13054
13055         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13056         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13057         Fix leaks.
13058
13059 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
13060
13061         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13062
13063         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
13064         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
13065         (gst_flac_dec_change_state):
13066           Don't g_assert() where we should just return FALSE; remove
13067           unnecessary g_assert(); initialize some fields properly in
13068           state change function (fixes #325504). Also, use
13069           GST_DEBUG_OBJECT in two more places.
13070
13071 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13072
13073         * configure.ac:
13074           also remove smoothwave's Makefile.am
13075         * docs/plugins/Makefile.am:
13076           fix plugin docs
13077
13078 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13079
13080         * tests/examples/Makefile.am:
13081           added missing Makefile.am
13082
13083 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13084
13085         * configure.ac:
13086         * gst/level/Makefile.am:
13087         * gst/level/level-example.c:
13088         * tests/Makefile.am:
13089         * tests/examples/level/Makefile.am:
13090         * tests/examples/level/level-example.c: (message_handler), (main):
13091           moved level-example to tests/examples/level-example
13092         * tests/old/examples/level/demo.c: (main):
13093         * tests/old/examples/level/plot.c: (main):
13094           some initial fixes
13095
13096 2005-12-29  Michael Smith  <msmith@fluendo.com>
13097
13098         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13099         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
13100         * gst/udp/gstmultiudpsink.h:
13101           Track packets sent per client in addition to bytes sent; provide
13102           this info through get-stats signal
13103
13104 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13105
13106         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
13107           Can't use gst_object_unref() on a GstAdapter (#325191).
13108
13109 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
13110
13111         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13112         If a broken tag has 0 bytes payload, at least still skip
13113         the 10 byte header
13114
13115 2005-12-22  Philippe Khalaf  <burger@speedy.org>
13116
13117         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
13118         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13119         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
13120         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13121           Making these depayloaders (H263+ and mpeg4 video) inherit from
13122           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
13123
13124 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13125
13126         * docs/plugins/gst-plugins-good-plugins.args:
13127         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13128         Regenerate the plugin hiearchy.
13129
13130 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13131
13132         * docs/plugins/Makefile.am:
13133         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13134         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13135         * docs/plugins/gst-plugins-good-plugins.args:
13136         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
13137         (gst_id3demux_base_init), (gst_id3demux_class_init),
13138         (gst_id3demux_chain):
13139         * gst/id3demux/gstid3demux.h:
13140           Add documentation for id3demux.
13141           Don't fail if the first buffer is not at offset 0, just
13142           attempt to typefind and do pass through
13143           Rename the gst_type function from gst_gst_id3demux..
13144
13145 2005-12-20  Michael Smith  <msmith@fluendo.com>
13146
13147         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13148         (gst_multiudpsink_add), (gst_multiudpsink_remove),
13149         (gst_multiudpsink_get_stats):
13150         * gst/udp/gstmultiudpsink.h:
13151           Collect statistics; return them from get_stats.
13152
13153 2005-12-19  Edward Hervey  <edward@fluendo.com>
13154
13155         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
13156         Stupid signedness issue...
13157
13158 2005-12-19  Edward Hervey  <edward@fluendo.com>
13159
13160         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13161         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
13162         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
13163         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13164         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
13165         Construct index for indexless files.
13166         Make sure pad/buffers are correctly reset to NULL once we don't need
13167         them anymore, else we get lovely segfaults/assertions.
13168         * gst/wavparse/gstwavparse.c:
13169         Yes, you can have 96KHz audio and wma in wav :(
13170
13171 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
13172
13173         * configure.ac:
13174           Check for optional dependency on zlib for id3demux
13175
13176         * gst/id3demux/Makefile.am:
13177         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
13178         (gst_id3demux_base_init), (gst_id3demux_class_init),
13179         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
13180         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
13181         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
13182         (gst_id3demux_set_property), (gst_id3demux_get_property),
13183         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
13184         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
13185         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
13186         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
13187         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
13188         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
13189         (simple_find_peek), (simple_find_suggest),
13190         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
13191         (plugin_init):
13192         * gst/id3demux/gstid3demux.h:
13193         * gst/id3demux/id3tags.c: (read_synch_uint),
13194         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
13195         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
13196         (id3demux_id3v2_frames_to_tag_list):
13197         * gst/id3demux/id3tags.h:
13198         * gst/id3demux/id3v2.4.0-frames.txt:
13199         * gst/id3demux/id3v2.4.0-structure.txt:
13200         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13201         (parse_comment_frame), (parse_text_identification_frame),
13202         (id3v2_tag_to_taglist), (parse_split_strings):
13203           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
13204           otherwise it discards them. Works on my test files. 
13205
13206         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
13207           Don't send EOS to a non-existing srcpad
13208           The debug category can be static
13209
13210 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
13211
13212         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
13213         * ext/esd/esdsink.c: (gst_esdsink_prepare):
13214         * gst/multipart/multipartdemux.c:
13215           change some char* into char[]
13216
13217 2005-12-16  Wim Taymans  <wim@fluendo.com>
13218
13219         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
13220         (gst_wavparse_other), (gst_wavparse_perform_seek),
13221         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
13222         (gst_wavparse_loop), (gst_wavparse_pad_convert),
13223         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
13224         * gst/wavparse/gstwavparse.h:
13225         Use GstSegment to implement more seeking features.
13226
13227 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
13228
13229         * gst/rtsp/rtspconnection.c:
13230           Add <netinet/in.h> include and move <arpa/inet.h> include
13231           to make things work on OpenBSD as well (fixes #323717;
13232           patch by: Benjamin Pineau)
13233
13234 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
13235
13236         * gst/rtp/gstrtpspeexdepay.c:
13237         * gst/rtp/gstrtpspeexpay.c:
13238         Set clock rate to be fixed in 8000. It fixes bug #324012.
13239
13240 2005-12-14  Philippe Khalaf  <burger@speedy.org>
13241
13242         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
13243         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
13244         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
13245         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13246         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13247         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
13248         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
13249         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13250         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
13251         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13252         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
13253         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
13254         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
13255         * gst-plugins-good/gst/rtp/README:
13256         Fixed payload range in payloder caps. Removed payload range completely
13257         from depayloaders as they don't require payload type in their caps.
13258         In effect, there isn't any specific payload type for any given codec,
13259         only suggestions.
13260         Fixes bug #324011.
13261
13262 2005-12-13  Julien MOUTTE  <julien@moutte.net>
13263
13264         * gst/videomixer/videomixer.c: (gst_videomixer_init),
13265         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13266         (gst_videomixer_collected): Code cleanup and re-enabling 
13267         queued time validity check for correct EOS handling.
13268
13269 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
13270
13271         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13272         (gst_oss_mixer_element_get_property),
13273         (gst_oss_mixer_element_change_state):
13274         Add 'device-name' property and fix state change function.
13275
13276 2005-12-13  Edward Hervey  <edward@fluendo.com>
13277
13278         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
13279         If the speed of the file is null in the header, set the frame_time to
13280         the default setting of GST_SECOND / 70. Which is the default
13281         frame_delay for .fli files as stated in this document :
13282         http://www.compuphase.com/flic.htm
13283         Would be nice to have the time conversion done properly too (duration =
13284         flxh->frames * flxdec->frame_time)
13285
13286 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13287
13288         * docs/plugins/Makefile.am:
13289         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13290         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13291         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13292         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13293         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13294         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
13295         documentation for videomixer on my way with a funny sample
13296         pipeline.
13297
13298 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13299
13300         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13301         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13302         (gst_videomixer_update_queues), (gst_videomixer_collected):
13303         Fix caps negotiation. (#323896)
13304
13305 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
13306
13307         * gst/matroska/matroska-demux.c:
13308         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
13309           Set correct timestamps on audio laces, fixes playback of mp3 from
13310                 matroska.
13311
13312 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
13313
13314         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
13315         (gst_au_parse_class_init), (gst_au_parse_init),
13316         (gst_au_parse_dispose), (gst_au_parse_chain),
13317         (gst_au_parse_change_state), (plugin_init):
13318         * gst/auparse/gstauparse.h:
13319           Use gst_object_unref() for GstObjects instead of
13320           g_object_unref() and fix a mem leak in a debug
13321           statement; while we're at it, also borgify, use
13322           boilerplate macros and clean up a little bit.
13323
13324 2005-12-11  Edward Hervey  <edward@fluendo.com>
13325
13326         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
13327         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
13328         Added pull mode.
13329
13330 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13331
13332         * gst/goom/gstgoom.c:
13333         * gst/level/level-example.c: (main):
13334         * gst/smoothwave/demo-osssrc.c: (main):
13335           Use audiotestsrc instead of sinesrc (#323798).
13336
13337 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
13338
13339         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
13340           more debug-func-ptr usage
13341
13342 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
13343
13344         * gst/flx/flx_color.c: (flx_colorspace_convert):
13345         * gst/flx/flx_color.h:
13346         * gst/flx/flx_fmt.h:
13347         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
13348         * gst/flx/gstflxdec.h:
13349           Now flxdec works on big-endian machines as well.
13350
13351 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13352
13353         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
13354         (gst_fenced_buffer_copy):
13355           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
13356           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
13357           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
13358           and use GST_DEBUG_FUNCPTR for pad functions.
13359
13360 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13361
13362         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
13363         (gst_flac_dec_class_init), (gst_flac_dec_init),
13364         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
13365         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
13366         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
13367         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
13368         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
13369         (gst_flac_dec_change_state):
13370         * ext/flac/gstflacdec.h:
13371           Rewrite flacdec a bit, so that even seeking might work now. Most
13372           importantly, don't act upon any flow return values we get, just tell
13373           the decoder everything's dandy and act on the flow return values
13374           later on in the loop function. We don't want to mess up the internal
13375           decoder state for non-fatal things like flushing pads etc. Other
13376           than that, use GstSegment (segment seeks don't work yet though, but
13377           should be easy to add), use boilerplate macros, drop the superfluous
13378           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
13379           lots of other things.
13380
13381 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13382
13383         * configure.ac:
13384           Update comment in OSS includes check.
13385
13386         * sys/oss/gstossdmabuffer.c:
13387         * sys/oss/gstosshelper.c:
13388         * sys/oss/gstossmixer.c:
13389         * sys/oss/gstossmixertrack.c:
13390         * sys/oss/gstosssink.c:
13391         * sys/oss/gstosssrc.c:
13392         * sys/oss/oss_probe.c:
13393           Don't assume the OSS soundcard.h include is always in
13394           the sys/ directory. Instead, use the existing defines
13395           from config.h to include the right file. Fixes
13396           compilation on OpenBSD 3.8 (#323718).
13397
13398 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13399
13400         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13401         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13402         * docs/plugins/inspect/plugin-1394.xml:
13403         * docs/plugins/inspect/plugin-aasink.xml:
13404         * docs/plugins/inspect/plugin-alaw.xml:
13405         * docs/plugins/inspect/plugin-alpha.xml:
13406         * docs/plugins/inspect/plugin-alphacolor.xml:
13407         * docs/plugins/inspect/plugin-auparse.xml:
13408         * docs/plugins/inspect/plugin-autodetect.xml:
13409         * docs/plugins/inspect/plugin-avi.xml:
13410         * docs/plugins/inspect/plugin-cacasink.xml:
13411         * docs/plugins/inspect/plugin-cairo.xml:
13412         * docs/plugins/inspect/plugin-cutter.xml:
13413         * docs/plugins/inspect/plugin-debug.xml:
13414         * docs/plugins/inspect/plugin-dv.xml:
13415         * docs/plugins/inspect/plugin-efence.xml:
13416         * docs/plugins/inspect/plugin-effectv.xml:
13417         * docs/plugins/inspect/plugin-esdsink.xml:
13418         * docs/plugins/inspect/plugin-flac.xml:
13419         * docs/plugins/inspect/plugin-flxdec.xml:
13420         * docs/plugins/inspect/plugin-gconfelements.xml:
13421         * docs/plugins/inspect/plugin-goom.xml:
13422         * docs/plugins/inspect/plugin-jpeg.xml:
13423         * docs/plugins/inspect/plugin-level.xml:
13424         * docs/plugins/inspect/plugin-matroska.xml:
13425         * docs/plugins/inspect/plugin-mulaw.xml:
13426         * docs/plugins/inspect/plugin-multipart.xml:
13427         * docs/plugins/inspect/plugin-navigationtest.xml:
13428         * docs/plugins/inspect/plugin-ossaudio.xml:
13429         * docs/plugins/inspect/plugin-png.xml:
13430         * docs/plugins/inspect/plugin-rtp.xml:
13431         * docs/plugins/inspect/plugin-rtsp.xml:
13432         * docs/plugins/inspect/plugin-shout2send.xml:
13433         * docs/plugins/inspect/plugin-smpte.xml:
13434         * docs/plugins/inspect/plugin-speex.xml:
13435         * docs/plugins/inspect/plugin-udp.xml:
13436         * docs/plugins/inspect/plugin-videobox.xml:
13437         * docs/plugins/inspect/plugin-videoflip.xml:
13438         * docs/plugins/inspect/plugin-videomixer.xml:
13439         * docs/plugins/inspect/plugin-wavenc.xml:
13440         * docs/plugins/inspect/plugin-wavparse.xml:
13441         * ext/flac/gstflac.c: (plugin_init):
13442         * ext/flac/gstflacdec.c: (flacdec_get_type),
13443         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
13444         (gst_flac_dec_init), (gst_flac_dec_finalize),
13445         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
13446         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
13447         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
13448         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
13449         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
13450         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
13451         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
13452         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
13453         * ext/flac/gstflacdec.h:
13454         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
13455         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
13456         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
13457         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
13458         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
13459         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
13460         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
13461         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
13462         (gst_flac_enc_change_state):
13463         * ext/flac/gstflacenc.h:
13464           borgify and fix up documentation
13465
13466 2005-12-09  Michael Smith  <msmith@fluendo.com>
13467
13468         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
13469           Accept a wider range of flac files, more closely matching flac spec.
13470
13471 2005-12-08  Julien MOUTTE  <julien@moutte.net>
13472
13473         * docs/plugins/Makefile.am: Add multipart elements.
13474         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13475         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
13476         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13477         * gst/multipart/multipartdemux.c:
13478         * gst/multipart/multipartmux.c: Add docs.
13479
13480 2005-12-07  Edward Hervey  <edward@fluendo.com>
13481
13482         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
13483         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
13484         (gst_avi_demux_invert):
13485         Memleak and crasher fixes.
13486         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
13487         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
13488         Memleak fixes
13489
13490 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13491
13492         * ext/aalib/gstaasink.h:
13493         * ext/cairo/gsttextoverlay.h:
13494         * ext/dv/gstdvdec.h:
13495         * ext/dv/gstdvdemux.c:
13496         * ext/dv/gstdvdemux.h:
13497         * ext/esd/esdsink.h:
13498         * ext/flac/flac_compat.h:
13499         * ext/flac/gstflacdec.h:
13500         * ext/flac/gstflacenc.h:
13501         * ext/gconf/gconf.h:
13502         * ext/gconf/gstgconfaudiosink.h:
13503         * ext/gconf/gstgconfvideosink.h:
13504         * ext/gdk_pixbuf/gstgdkanimation.h:
13505         * ext/jpeg/gstjpegdec.h:
13506         * ext/jpeg/smokecodec.h:
13507         * ext/jpeg/smokeformat.h:
13508         * ext/ladspa/gstsignalprocessor.h:
13509         * ext/ladspa/search.c: (LADSPAPluginSearch):
13510         * ext/ladspa/utils.h:
13511         * ext/libmng/gstmng.c:
13512         * ext/libmng/gstmngdec.h:
13513         * ext/libmng/gstmngenc.c:
13514         * ext/libmng/gstmngenc.h:
13515         * ext/libpng/gstpng.c:
13516         * ext/libpng/gstpngenc.c:
13517         * ext/libpng/gstpngenc.h:
13518         * ext/shout2/gstshout2.h:
13519         * ext/speex/gstspeexdec.h:
13520         * ext/speex/gstspeexenc.c:
13521         * ext/speex/gstspeexenc.h:
13522         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13523         * gst/autodetect/gstautoaudiosink.h:
13524         * gst/autodetect/gstautovideosink.h:
13525         * gst/avi/gstavidemux.h:
13526         * gst/cutter/gstcutter.c: (gst_cutter_chain),
13527         (gst_cutter_set_property), (gst_cutter_get_caps):
13528         * gst/cutter/gstcutter.h:
13529         * gst/debug/tests.c: (md5_process_block):
13530         * gst/debug/tests.h:
13531         * gst/effectv/gstwarp.c:
13532         * gst/flx/flx_fmt.h:
13533         * gst/flx/gstflxdec.h:
13534         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
13535         (zoomFilterFastRGB):
13536         * gst/goom/filters.h:
13537         * gst/goom/goom_tools.h:
13538         * gst/law/alaw-encode.c:
13539         * gst/level/gstlevel.c:
13540         * gst/level/gstlevel.h:
13541         * gst/matroska/ebml-write.h:
13542         * gst/matroska/matroska-demux.h:
13543         * gst/matroska/matroska-ids.h:
13544         * gst/matroska/matroska-mux.h:
13545         * gst/monoscope/convolve.c: (convolve_match):
13546         * gst/monoscope/convolve.h:
13547         * gst/multipart/multipartmux.c:
13548         * gst/oldcore/gstaggregator.c:
13549         * gst/oldcore/gstaggregator.h:
13550         * gst/oldcore/gstmd5sink.c: (md5_process_block):
13551         * gst/oldcore/gstmd5sink.h:
13552         * gst/oldcore/gstmultifilesrc.c:
13553         * gst/oldcore/gstmultifilesrc.h:
13554         * gst/oldcore/gstpipefilter.h:
13555         * gst/oldcore/gstshaper.h:
13556         * gst/rtp/gstrtpL16depay.h:
13557         * gst/rtp/gstrtpL16pay.h:
13558         * gst/rtp/gstrtpdepay.h:
13559         * gst/rtp/gstrtpmp4vpay.c:
13560         * gst/rtp/gstrtpmp4vpay.h:
13561         * gst/rtsp/gstrtspsrc.c:
13562         * gst/rtsp/gstrtspsrc.h:
13563         * gst/rtsp/rtspconnection.h:
13564         * gst/rtsp/rtspdefs.h:
13565         * gst/rtsp/rtspmessage.h:
13566         * gst/rtsp/rtsptransport.h:
13567         * gst/rtsp/rtspurl.c:
13568         * gst/rtsp/rtspurl.h:
13569         * gst/rtsp/sdpmessage.c:
13570         * gst/rtsp/sdpmessage.h:
13571         * gst/smpte/barboxwipes.c:
13572         * gst/smpte/gstmask.h:
13573         * gst/smpte/gstsmpte.h:
13574         * gst/smpte/paint.c:
13575         * gst/smpte/paint.h:
13576         * gst/udp/gstdynudpsink.h:
13577         * gst/udp/gstmultiudpsink.h:
13578         * gst/udp/gstudpsink.c:
13579         * gst/udp/gstudpsink.h:
13580         * gst/udp/gstudpsrc.c:
13581         * gst/videomixer/videomixer.c:
13582         * gst/wavenc/riff.h:
13583         * gst/wavparse/gstwavparse.h:
13584         * sys/oss/gstossdmabuffer.h:
13585         * sys/oss/gstossmixer.h:
13586         * sys/oss/gstossmixerelement.h:
13587         * sys/oss/gstossmixertrack.h:
13588         * sys/oss/gstosssink.c:
13589         * sys/oss/gstosssink.h:
13590         * sys/oss/gstosssrc.c:
13591         * sys/oss/gstosssrc.h:
13592         * sys/osxaudio/gstosxaudioelement.h:
13593         * sys/osxaudio/gstosxaudiosink.h:
13594         * sys/osxaudio/gstosxaudiosrc.h:
13595           expand tabs
13596
13597 === release 0.10.0 ===
13598
13599 2005-12-05   <thomas (at) apestaart (dot) org>
13600
13601         * configure.ac:
13602           releasing 0.10.0, "Abondance"
13603
13604 2005-12-05  Andy Wingo  <wingo@pobox.com>
13605
13606         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13607         * ext/flac/gstflacdec.c: (gst_flacdec_write):
13608         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
13609         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
13610         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
13611         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
13612         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13613         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
13614         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
13615         * ext/speex/gstspeexdec.c: (speex_dec_chain):
13616         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
13617         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13618         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
13619         * gst/goom/gstgoom.c: (gst_goom_chain):
13620         * gst/matroska/matroska-demux.c:
13621         (gst_matroska_demux_push_vorbis_codec_priv_data),
13622         (gst_matroska_demux_add_wvpk_header):
13623         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13624         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
13625         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
13626         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
13627         alloc_buffer changes.
13628
13629 2005-12-05  Michael Smith  <msmith@fluendo.com>
13630
13631         * docs/plugins/gst-plugins-good-plugins.args:
13632           Remove args for plugins that aren't in -good.
13633
13634 === release 0.9.7 ===
13635
13636 2005-12-01   <thomas (at) apestaart (dot) org>
13637
13638         * configure.ac:
13639           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
13640
13641 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13642
13643         * docs/plugins/.cvsignore:
13644         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13645         * docs/plugins/inspect/plugin-multipart.xml:
13646         * docs/plugins/inspect/plugin-rtp.xml:
13647           add multipart plugin to docs
13648
13649 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13650
13651         * configure.ac:
13652         * ext/Makefile.am:
13653         * ext/pango/Makefile.am:
13654         * ext/pango/gstclockoverlay.c:
13655         * ext/pango/gstclockoverlay.h:
13656         * ext/pango/gsttextoverlay.c:
13657         * ext/pango/gsttextoverlay.h:
13658         * ext/pango/gsttextrender.c:
13659         * ext/pango/gsttextrender.h:
13660         * ext/pango/gsttimeoverlay.c:
13661         * ext/pango/gsttimeoverlay.h:
13662           move pango to base
13663
13664 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13665
13666         * gst/rtp/Makefile.am:
13667         * gst/rtp/gstrtpL16depay.c:
13668         * gst/rtp/gstrtpL16depay.h:
13669         * gst/rtp/gstrtpL16parse.c:
13670         * gst/rtp/gstrtpL16parse.h:
13671         * gst/rtp/gstrtpgsmdepay.c:
13672         * gst/rtp/gstrtpgsmdepay.h:
13673         * gst/rtp/gstrtpgsmparse.c:
13674         * gst/rtp/gstrtpgsmparse.h:
13675           parsers are depayers
13676
13677 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13678
13679         * gst/rtp/Makefile.am:
13680         * gst/rtp/gstasteriskh263.c:
13681         * gst/rtp/gstrtp.c:
13682         * gst/rtp/gstrtpL16enc.c:
13683         * gst/rtp/gstrtpL16enc.h:
13684         * gst/rtp/gstrtpL16parse.c:
13685         * gst/rtp/gstrtpL16parse.h:
13686         * gst/rtp/gstrtpL16pay.c:
13687         * gst/rtp/gstrtpL16pay.h:
13688         * gst/rtp/gstrtpamrdec.c:
13689         * gst/rtp/gstrtpamrdec.h:
13690         * gst/rtp/gstrtpamrdepay.c:
13691         * gst/rtp/gstrtpamrdepay.h:
13692         * gst/rtp/gstrtpamrenc.c:
13693         * gst/rtp/gstrtpamrenc.h:
13694         * gst/rtp/gstrtpamrpay.c:
13695         * gst/rtp/gstrtpamrpay.h:
13696         * gst/rtp/gstrtpdec.c:
13697         * gst/rtp/gstrtpdec.h:
13698         * gst/rtp/gstrtpdepay.c:
13699         * gst/rtp/gstrtpdepay.h:
13700         * gst/rtp/gstrtpg711dec.c:
13701         * gst/rtp/gstrtpg711dec.h:
13702         * gst/rtp/gstrtpg711depay.c:
13703         * gst/rtp/gstrtpg711depay.h:
13704         * gst/rtp/gstrtpg711enc.c:
13705         * gst/rtp/gstrtpg711enc.h:
13706         * gst/rtp/gstrtpg711pay.c:
13707         * gst/rtp/gstrtpg711pay.h:
13708         * gst/rtp/gstrtpgsmenc.c:
13709         * gst/rtp/gstrtpgsmenc.h:
13710         * gst/rtp/gstrtpgsmparse.c:
13711         * gst/rtp/gstrtpgsmparse.h:
13712         * gst/rtp/gstrtpgsmpay.c:
13713         * gst/rtp/gstrtpgsmpay.h:
13714         * gst/rtp/gstrtph263enc.c:
13715         * gst/rtp/gstrtph263enc.h:
13716         * gst/rtp/gstrtph263pay.c:
13717         * gst/rtp/gstrtph263pay.h:
13718         * gst/rtp/gstrtph263pdec.c:
13719         * gst/rtp/gstrtph263pdec.h:
13720         * gst/rtp/gstrtph263pdepay.c:
13721         * gst/rtp/gstrtph263pdepay.h:
13722         * gst/rtp/gstrtph263penc.c:
13723         * gst/rtp/gstrtph263penc.h:
13724         * gst/rtp/gstrtph263ppay.c:
13725         * gst/rtp/gstrtph263ppay.h:
13726         * gst/rtp/gstrtpmp4vdec.c:
13727         * gst/rtp/gstrtpmp4vdec.h:
13728         * gst/rtp/gstrtpmp4vdepay.c:
13729         * gst/rtp/gstrtpmp4vdepay.h:
13730         * gst/rtp/gstrtpmp4venc.c:
13731         * gst/rtp/gstrtpmp4venc.h:
13732         * gst/rtp/gstrtpmp4vpay.c:
13733         * gst/rtp/gstrtpmp4vpay.h:
13734         * gst/rtp/gstrtpmpadec.c:
13735         * gst/rtp/gstrtpmpadec.h:
13736         * gst/rtp/gstrtpmpadepay.c:
13737         * gst/rtp/gstrtpmpadepay.h:
13738         * gst/rtp/gstrtpmpaenc.c:
13739         * gst/rtp/gstrtpmpaenc.h:
13740         * gst/rtp/gstrtpmpapay.c:
13741         * gst/rtp/gstrtpmpapay.h:
13742         * gst/rtp/gstrtpspeexdec.c:
13743         * gst/rtp/gstrtpspeexdec.h:
13744         * gst/rtp/gstrtpspeexdepay.c:
13745         * gst/rtp/gstrtpspeexdepay.h:
13746         * gst/rtp/gstrtpspeexenc.c:
13747         * gst/rtp/gstrtpspeexenc.h:
13748         * gst/rtp/gstrtpspeexpay.c:
13749         * gst/rtp/gstrtpspeexpay.h:
13750           Do burger's rename for rtp payloaders and depayloaders
13751
13752 2005-11-30  Wim Taymans  <wim@fluendo.com>
13753
13754         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13755         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
13756         * ext/dv/gstdvdemux.h:
13757         Fix seeking in dvdemux again, add some more debug info.
13758
13759 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13760
13761         * configure.ac:
13762           fix tests
13763
13764 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13765
13766         * PORTED_09:
13767         * docs/random/PORTED_09:
13768           move
13769         * tests/Makefile.am:
13770           add
13771         * win32/gst.sln:
13772           remove
13773
13774 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13775
13776         * Makefile.am:
13777         * check/.cvsignore:
13778         * check/Makefile.am:
13779         * check/elements/.cvsignore:
13780         * check/elements/level.c:
13781         * check/elements/matroskamux.c:
13782         * configure.ac:
13783         * examples/Makefile.am:
13784         * examples/capsfilter/Makefile.am:
13785         * examples/capsfilter/capsfilter1.c:
13786         * examples/gob/Makefile.am:
13787         * examples/gob/gst-identity2.gob:
13788         * examples/gstplay/.cvsignore:
13789         * examples/gstplay/Makefile.am:
13790         * examples/gstplay/player.c:
13791         * examples/indexing/.cvsignore:
13792         * examples/indexing/Makefile.am:
13793         * examples/indexing/indexmpeg.c:
13794         * examples/level/Makefile.am:
13795         * examples/level/README:
13796         * examples/level/demo.c:
13797         * examples/level/plot.c:
13798         * examples/stats/Makefile.am:
13799         * examples/stats/mp2ogg.c:
13800         * examples/switch/.cvsignore:
13801         * examples/switch/Makefile.am:
13802         * examples/switch/switcher.c:
13803           move under tests/
13804
13805 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
13806
13807         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
13808         (gst_text_render_class_init), (resize_bitmap),
13809         (gst_text_render_render_text), (gst_text_render_setcaps),
13810         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
13811         (gst_text_render_chain), (gst_text_render_finalize),
13812         (gst_text_render_init), (gst_text_render_set_property):
13813         * ext/pango/gsttextrender.h:
13814           Add missing files.
13815
13816 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
13817
13818         * configure.ac:
13819         * ext/Makefile.am:
13820         * ext/pango/Makefile.am:
13821         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
13822         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
13823         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
13824         * ext/pango/gstclockoverlay.h:
13825         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
13826         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
13827         (gst_text_overlay_finalize), (gst_text_overlay_init),
13828         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
13829         (gst_text_overlay_text_pad_linked),
13830         (gst_text_overlay_text_pad_unlinked),
13831         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
13832         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
13833         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
13834         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
13835         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13836         (gst_text_overlay_change_state), (plugin_init):
13837         * ext/pango/gsttextoverlay.h:
13838         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
13839         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
13840         (gst_time_overlay_class_init), (gst_time_overlay_init):
13841         * ext/pango/gsttimeoverlay.h:
13842           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
13843           and add background shading and text wrapping modes. Make 
13844           timoverlay derive from textoverlay. Also add new clockoverlay
13845           element.
13846
13847 2005-11-30  Julien MOUTTE  <julien@moutte.net>
13848
13849         * gst/udp/Makefile.am: Moved to netbuffer.
13850
13851 2005-11-30  Julien MOUTTE  <julien@moutte.net>
13852
13853         * configure.ac:
13854         * PORTED_O9:
13855         * gst/multipart/Makefile.am:
13856         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
13857         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
13858         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
13859         (gst_multipart_demux_change_state),
13860         (gst_multipart_demux_plugin_init):
13861         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
13862         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
13863         (gst_multipart_mux_sinkconnect),
13864         (gst_multipart_mux_request_new_pad),
13865         (gst_multipart_mux_handle_src_event),
13866         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
13867         (gst_multipart_mux_change_state): Ported multipart mux/demux to
13868         0.9.
13869
13870 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13871
13872         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
13873         * gst/debug/gstnavigationtest.h:
13874         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
13875         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
13876         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
13877         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
13878         * gst/effectv/gstrev.c: (gst_revtv_get_type):
13879         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
13880         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
13881         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
13882         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
13883         (gst_video_flip_get_type):
13884         * gst/videofilter/gstvideoflip.h:
13885           update for symbols change
13886
13887 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13888
13889         * gst/udp/gstdynudpsink.c:
13890         * gst/udp/gstudpsrc.c:
13891           the old gstnet lib was renamed gstnetbuffer (#322257)
13892
13893 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
13894
13895         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
13896         (gst_text_overlay_collected):
13897           Actually render the text from the text pad.
13898
13899 2005-11-29  Edward Hervey  <edward@fluendo.com>
13900
13901         * gst/debug/gstnavseek.c: (gst_navseek_event):
13902         * gst/debug/progressreport.c: (gst_progress_report_event):
13903         Update for GstBaseTransform event virtual method
13904
13905 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13906
13907         * ext/cairo/Makefile.am:
13908           no need to link to videofilter
13909
13910 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13911
13912         * gst/debug/Makefile.am:
13913         * gst/debug/gstnavigationtest.h:
13914         * gst/effectv/Makefile.am:
13915         * gst/effectv/gstaging.c:
13916         * gst/effectv/gstdice.c:
13917         * gst/effectv/gstedge.c:
13918         * gst/effectv/gstquark.c:
13919         * gst/effectv/gstrev.c:
13920         * gst/effectv/gstshagadelic.c:
13921         * gst/effectv/gstvertigo.c:
13922         * gst/effectv/gstwarp.c:
13923         * gst/videofilter/Makefile.am:
13924         * gst/videofilter/gstvideofilter.c:
13925         * gst/videofilter/gstvideofilter.h:
13926         * gst/videofilter/gstvideoflip.h:
13927           remove the videofilter library and link to the one in base
13928
13929 2005-11-28  Edward Hervey  <edward@fluendo.com>
13930
13931         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
13932         Useless check now we're setting the current entry correctly.
13933
13934 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
13935
13936         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
13937         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
13938         (gst_jpegenc_change_state):
13939           Don't leak input buffer in chain function (fixes #322667); make 
13940           state change function thread-safe; don't repeat the current function
13941           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
13942           gst_pad_alloc_buffer(); misc. minor cleanups.
13943
13944 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
13945
13946         * gst/matroska/matroska-mux.c:
13947         (gst_matroska_mux_video_pad_setcaps):
13948         Look for pixel-aspect-ratio in caps, not pixel_width and
13949         pixel_height (Fixes: #322645)
13950
13951 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
13952
13953         * gst/matroska/matroska-mux.c:
13954         (gst_matroska_mux_video_pad_setcaps):
13955         From Michal Benes:
13956         frame duration should be GST_SECOND / framerate, not
13957         GST_SECOND * framerate. (Fixes: #322643)
13958
13959 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13960
13961         * configure.ac:
13962           fix up GST_PLUGIN_LDFLAGS
13963         * gst/rtsp/rtspconnection.c:
13964           fix includes (see #317043)
13965         * gst/videofilter/Makefile.am:
13966           stop installing this library
13967
13968 2005-11-26  Edward Hervey  <edward@fluendo.com>
13969
13970         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
13971         Handle the case where the incoming Video dv stream doesn't have
13972         a pixel aspect ratio set.
13973
13974 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13975
13976         * docs/plugins/Makefile.am:
13977         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13978         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13979         * ext/flac/gstflacdec.c:
13980           document flacdec
13981
13982 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13983
13984         * docs/plugins/Makefile.am:
13985         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13986         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13987         * docs/plugins/inspect/plugin-autodetect.xml:
13988         * ext/cairo/gstcairo.c: (plugin_init):
13989         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
13990         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
13991         (gst_text_overlay_init), (gst_text_overlay_font_init),
13992         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
13993         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
13994         (gst_text_overlay_text_pad_linked),
13995         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
13996         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
13997         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
13998         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13999         (gst_text_overlay_change_state):
14000         * ext/cairo/gsttextoverlay.h:
14001         * ext/cairo/gsttimeoverlay.c:
14002         (gst_cairo_time_overlay_update_font_height),
14003         (gst_cairo_time_overlay_set_caps),
14004         (gst_cairo_time_overlay_get_unit_size),
14005         (gst_cairo_time_overlay_print_smpte_time),
14006         (gst_cairo_time_overlay_transform),
14007         (gst_cairo_time_overlay_base_init),
14008         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
14009         (gst_cairo_time_overlay_get_type):
14010         * ext/cairo/gsttimeoverlay.h:
14011           do some name borgifying
14012           document
14013
14014 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14015
14016         * docs/plugins/Makefile.am:
14017         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14018         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14019         * gst/autodetect/gstautoaudiosink.c:
14020         (gst_auto_audio_sink_base_init):
14021         * gst/autodetect/gstautovideosink.c:
14022         (gst_auto_video_sink_base_init),
14023         (gst_auto_video_sink_factory_filter):
14024           documenting auto*sink
14025           using strstr for the video sink lookup, class field is not ordered
14026         * docs/plugins/inspect/plugin-1394.xml:
14027         * docs/plugins/inspect/plugin-aasink.xml:
14028         * docs/plugins/inspect/plugin-alaw.xml:
14029         * docs/plugins/inspect/plugin-alpha.xml:
14030         * docs/plugins/inspect/plugin-alphacolor.xml:
14031         * docs/plugins/inspect/plugin-auparse.xml:
14032         * docs/plugins/inspect/plugin-autodetect.xml:
14033         * docs/plugins/inspect/plugin-avi.xml:
14034         * docs/plugins/inspect/plugin-cacasink.xml:
14035         * docs/plugins/inspect/plugin-cairo.xml:
14036         * docs/plugins/inspect/plugin-cutter.xml:
14037         * docs/plugins/inspect/plugin-debug.xml:
14038         * docs/plugins/inspect/plugin-dv.xml:
14039         * docs/plugins/inspect/plugin-efence.xml:
14040         * docs/plugins/inspect/plugin-effectv.xml:
14041         * docs/plugins/inspect/plugin-esdsink.xml:
14042         * docs/plugins/inspect/plugin-flac.xml:
14043         * docs/plugins/inspect/plugin-flxdec.xml:
14044         * docs/plugins/inspect/plugin-gconfelements.xml:
14045         * docs/plugins/inspect/plugin-goom.xml:
14046         * docs/plugins/inspect/plugin-jpeg.xml:
14047         * docs/plugins/inspect/plugin-level.xml:
14048         * docs/plugins/inspect/plugin-matroska.xml:
14049         * docs/plugins/inspect/plugin-mulaw.xml:
14050         * docs/plugins/inspect/plugin-navigationtest.xml:
14051         * docs/plugins/inspect/plugin-ossaudio.xml:
14052         * docs/plugins/inspect/plugin-png.xml:
14053         * docs/plugins/inspect/plugin-rtp.xml:
14054         * docs/plugins/inspect/plugin-rtsp.xml:
14055         * docs/plugins/inspect/plugin-shout2send.xml:
14056         * docs/plugins/inspect/plugin-smpte.xml:
14057         * docs/plugins/inspect/plugin-speex.xml:
14058         * docs/plugins/inspect/plugin-udp.xml:
14059         * docs/plugins/inspect/plugin-videobox.xml:
14060         * docs/plugins/inspect/plugin-videoflip.xml:
14061         * docs/plugins/inspect/plugin-videomixer.xml:
14062         * docs/plugins/inspect/plugin-wavenc.xml:
14063         * docs/plugins/inspect/plugin-wavparse.xml:
14064           update for HEAD version
14065
14066 2005-11-25  Michael Smith  <msmith@fluendo.com>
14067
14068         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
14069           Patch from Sebastien Cote to close control sockets in udpsrc.
14070
14071 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14072
14073         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14074         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
14075         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
14076         (gst_quarktv_base_init), (gst_quarktv_class_init),
14077         (gst_quarktv_init): Flush the planes list on reverse caps
14078         negotiation. This was crashing because of differently sized
14079         buffers.
14080
14081 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14082
14083         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
14084         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
14085         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
14086         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
14087         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
14088         (gst_videoflip_set_property), (gst_videoflip_base_init),
14089         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
14090         correctly, fix identity flipping, convert navigation event 
14091         correctly again.
14092
14093 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14094
14095         * configure.ac: back to HEAD
14096
14097 === release 0.9.6 ===
14098
14099 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
14100
14101         * configure.ac:
14102           releasing 0.9.6, "Everything's Not Lost"
14103
14104 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14105
14106         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
14107         Oops, initialise the framerate GValue
14108
14109 2005-11-23  Julien MOUTTE  <julien@moutte.net>
14110
14111         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
14112         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
14113         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
14114         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
14115         (gst_timeoverlay_get_type):
14116         * ext/cairo/gsttimeoverlay.h:
14117         * gst/debug/Makefile.am:
14118         * gst/debug/gstnavigationtest.c:
14119         (gst_navigationtest_handle_src_event),
14120         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
14121         (gst_navigationtest_transform), (gst_navigationtest_change_state),
14122         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
14123         (gst_navigationtest_init), (gst_navigationtest_get_type),
14124         (plugin_init):
14125         * gst/debug/gstnavigationtest.h:
14126         * gst/effectv/Makefile.am:
14127         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
14128         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
14129         (gst_agingtv_base_init), (gst_agingtv_class_init),
14130         (gst_agingtv_init), (gst_agingtv_get_type):
14131         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
14132         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
14133         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
14134         (gst_dicetv_get_type):
14135         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
14136         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
14137         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
14138         (gst_edgetv_get_type):
14139         * gst/effectv/gsteffectv.c:
14140         * gst/effectv/gsteffectv.h:
14141         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14142         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
14143         (gst_quarktv_change_state), (gst_quarktv_base_init),
14144         (gst_quarktv_class_init), (gst_quarktv_init),
14145         (gst_quarktv_get_type):
14146         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
14147         (gst_revtv_get_unit_size), (gst_revtv_transform),
14148         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
14149         (gst_revtv_get_type):
14150         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
14151         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
14152         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
14153         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
14154         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
14155         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
14156         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
14157         (gst_vertigotv_init), (gst_vertigotv_get_type):
14158         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
14159         (gst_warptv_get_unit_size), (gst_warptv_transform),
14160         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
14161         (gst_warptv_get_type):
14162         * gst/videofilter/Makefile.am:
14163         * gst/videofilter/gstvideobalance.c:
14164         * gst/videofilter/gstvideobalance.h:
14165         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
14166         (gst_videofilter_class_init), (gst_videofilter_init):
14167         * gst/videofilter/gstvideofilter.h:
14168         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
14169         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
14170         (gst_videoflip_flip), (gst_videoflip_transform),
14171         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
14172         (gst_videoflip_base_init), (gst_videoflip_class_init),
14173         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
14174         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
14175         BaseTransform, it's just a place holder for now and every video
14176         effect plugin has been ported to use BaseTransform features 
14177         directly. QuarkTV was fixed too (was broken), navigationtest works
14178         and best for the end, videoflip converts navigation events depending
14179         on flip method ! Fixes #320953
14180
14181 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14182
14183         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14184         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
14185         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14186         (gst_goom_src_negotiate), (gst_goom_chain):
14187         * gst/matroska/matroska-mux.c:
14188         (gst_matroska_mux_video_pad_setcaps):
14189         * sys/osxvideo/osxvideosink.m:
14190           Fixes for API changes
14191
14192 2005-11-23  Michael Smith <msmith@fluendo.com>
14193
14194         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
14195         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
14196         * ext/jpeg/gstjpegdec.h:
14197         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
14198         * ext/jpeg/gstjpegenc.h:
14199         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14200         (gst_smokeenc_resync):
14201         * ext/jpeg/gstsmokeenc.h:
14202           JPEG fractiony goodness.
14203
14204 2005-11-22  Michael Smith <msmith@fluendo.com>
14205
14206         * gst/goom/filters.c:
14207         * gst/goom/graphic.h:
14208           Fix compilation by making some functions static inline instead of
14209           extern inline, matching the way they're used.
14210
14211 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14212
14213         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
14214         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
14215         * ext/cairo/gsttextoverlay.h:
14216         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
14217         * ext/gdk_pixbuf/gstgdkpixbuf.h:
14218         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
14219         (gst_pngdec_caps_create_and_set):
14220         * ext/libpng/gstpngdec.h:
14221         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
14222         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
14223         * gst/avi/gstavimux.c: (gst_avimux_init),
14224         (gst_avimux_vidsinkconnect):
14225         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14226         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14227         (gst_goom_src_negotiate), (gst_goom_chain):
14228         * gst/goom/gstgoom.h:
14229         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14230         * gst/matroska/matroska-mux.c:
14231         (gst_matroska_mux_video_pad_setcaps):
14232         * sys/osxvideo/osxvideosink.h:
14233         * sys/osxvideo/osxvideosink.m:
14234           More fractional framerate conversions 
14235
14236 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14237
14238         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14239         * gst/debug/gstnavigationtest.c:
14240         (gst_navigationtest_handle_src_event):
14241         * gst/videofilter/gstvideofilter.c:
14242         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
14243         (gst_videofilter_init):
14244         * gst/videofilter/gstvideofilter.h:
14245           Convert to fractional framerates.
14246
14247 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14248
14249         * ext/aalib/gstaasink.c:
14250         * ext/dv/gstdvdec.c:
14251         * ext/esd/esdmon.c:
14252         * ext/flac/gstflacenc.c:
14253         * ext/gdk_pixbuf/pixbufscale.c:
14254         * ext/libcaca/gstcacasink.c:
14255         * ext/shout2/gstshout2.c:
14256         * gst/alpha/gstalpha.c:
14257         * gst/oldcore/gstaggregator.c:
14258         * gst/oldcore/gstshaper.c:
14259         * gst/smpte/barboxwipes.c:
14260         * gst/smpte/gstsmpte.c:
14261         * gst/videobox/gstvideobox.c:
14262         * gst/videofilter/gstvideoflip.c:
14263         * gst/videomixer/videomixer.c:
14264           fix up more enums
14265
14266 2005-11-22  Michael Smith <msmith@fluendo.com>
14267
14268         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
14269         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
14270         (gst_videomixer_update_queues):
14271           Fractional framerates, videomixer.
14272
14273 2005-11-22  Michael Smith <msmith@fluendo.com>
14274
14275         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
14276         * ext/dv/gstdvdec.h:
14277         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
14278         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
14279         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
14280         (gst_dvdemux_flush):
14281         * ext/dv/gstdvdemux.h:
14282           Fractional framerates for DV. 
14283
14284 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14285
14286         * gst/autodetect/gstautoaudiosink.c:
14287         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14288         * gst/autodetect/gstautovideosink.c:
14289         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
14290           Use gst_plugin_feature_list_free() to free feature list and
14291           in the case of autovideosink free the list at all. Also
14292           miscellaneous cosmetic fixes.
14293
14294 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14295
14296         * gst/cutter/gstcutter.c: (gst_cutter_chain),
14297         (gst_cutter_set_property), (gst_cutter_get_caps):
14298           copy calculation code from level; remove use of some audio
14299           functions
14300
14301 2005-11-22  Andy Wingo  <wingo@pobox.com>
14302
14303         * Update for gst_tag_setter API changes.
14304
14305 2005-11-22  Andy Wingo  <wingo@pobox.com>
14306
14307         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
14308         (gst_dvdemux_demux_frame)
14309         * ext/flac/gstflacdec.c (gst_flacdec_write)
14310         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
14311         (gst_flacenc_sink_event)
14312         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
14313         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
14314         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
14315         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
14316         * gst/auparse/gstauparse.c (gst_auparse_chain)
14317         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
14318         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
14319         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
14320         (gst_avi_demux_handle_seek)
14321         * gst/goom/gstgoom.c (gst_goom_event)
14322         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
14323         * gst/matroska/matroska-demux.c
14324         (gst_matroska_demux_handle_seek_event)
14325         (gst_matroska_demux_loop_stream_parse_id)
14326         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
14327         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
14328         (gst_wavparse_stream_headers): Run update-funcnames.
14329
14330 2005-11-22  Edward Hervey  <edward@fluendo.com>
14331
14332         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
14333         (gst_dv1394src_init), (gst_dv1394src_dispose),
14334         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
14335         (gst_dv1394src_uri_set_uri):
14336         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
14337         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
14338         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
14339         URIHandler interface and element properties are now properly
14340         synchronized for DV1394src and UDPSrc
14341
14342 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14343
14344         * ext/flac/Makefile.am:
14345         * ext/speex/Makefile.am:
14346           libgsttagedit has been renamed to libgsttag.
14347
14348 2005-11-21  Wim Taymans  <wim@fluendo.com>
14349
14350         * gst/rtsp/rtspconnection.c: (read_body):
14351         Apply patch from Sebastien Cote to fix #319184.
14352
14353 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14354
14355         * configure.ac:
14356         * gst/cutter/Makefile.am:
14357         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
14358         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
14359         (gst_cutter_set_property), (gst_cutter_get_property),
14360         (plugin_init), (gst_cutter_get_caps):
14361           port cutter
14362         * gst/level/gstlevel.c:
14363           fix up plugin details
14364
14365 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14366
14367         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
14368         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
14369         (gst_flacdec_src_event):
14370         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
14371         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
14372         (gst_signal_processor_getrange), (gst_signal_processor_chain):
14373         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14374         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
14375         (gst_flxdec_sink_event_handler):
14376         * gst/matroska/matroska-demux.c:
14377         (gst_matroska_demux_handle_seek_event):
14378         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
14379           Update for stream lock API changes: don't take stream log
14380           in sink event handlers any longer and change GST_STREAM_LOCK
14381           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
14382           functions.
14383
14384 2005-11-21  Michael Smith <msmith@fluendo.com>
14385
14386         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
14387           gst_object_unref, not g_object_unref
14388
14389 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14390
14391         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
14392         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
14393           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
14394
14395 2005-11-21  Michael Smith <msmith@fluendo.com>
14396
14397         * gst/auparse/Makefile.am:
14398         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
14399         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
14400         (gst_auparse_change_state):
14401         * gst/auparse/gstauparse.h:
14402           Partially fix #161712. playbin still doesn't work on these files,
14403           (on the bug report, Andy says we aren't typefinding it for some
14404           reason?) but at least auparse isn't totally busted like it was before.
14405
14406 2005-11-21  Andy Wingo  <wingo@pobox.com>
14407
14408         * *.h:
14409         * *.c: Ran scripts/update-macros. Oh yes.
14410
14411 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14412
14413         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
14414           Filler events are gone for now, comment out section generating
14415           them.
14416
14417 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
14418
14419         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14420         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
14421         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14422         * sys/osxvideo/osxvideosink.m:
14423           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
14424           (#322027)
14425
14426 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14427
14428         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
14429         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
14430         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14431         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
14432         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
14433         (gst_avi_demux_stream_data):
14434         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14435         * gst/wavenc/gstwavenc.c: (write_metadata):
14436         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
14437         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
14438         Fixes for GST_FOURCC_FORMAT API change.
14439
14440 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14441
14442         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
14443         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
14444         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
14445         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14446         (gst_text_overlay_change_state):
14447         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
14448         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
14449         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
14450         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
14451         * gst/videomixer/videomixer.c: (gst_videomixer_init),
14452         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
14453         (gst_videomixer_change_state):
14454           Fix for collect pads API change. Also fix textoverlay state
14455           change function.
14456
14457 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14458
14459         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
14460         GST_PAD_IS_USABLE by something approaching it.
14461
14462 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14463
14464         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
14465         API changes.
14466         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
14467         but also fix the code that was not checking return values from
14468         pad_push neither using pad_alloc_buffer.
14469
14470 2005-11-18  Edward Hervey  <edward@fluendo.com>
14471
14472         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14473         (gst_pngenc_chain):
14474         Added debug category
14475         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
14476         goes to EOS.
14477
14478 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
14479
14480         * gst/rtp/Makefile.am
14481         * gst/rtp/gstrtp.c
14482         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
14483         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
14484         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
14485         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
14486         * gst/rtp/gstrtpg711enc.h:
14487         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
14488         * gst/rtp/gstrtpspeexenc.c:
14489         * gst/rtp/gstrtpspeexenc.h:
14490         * gst/rtp/gstrtpspeexdec.c:
14491         * gst/rtp/gstrtpspeexdec.h:
14492         Created Speex payloader and depayloader; Optimize G711 payloader to
14493         use adapter and send packets until MTU size.
14494
14495 2005-11-16  Wim Taymans  <wim@fluendo.com>
14496
14497         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
14498         Fix leak in check.
14499
14500 2005-11-16  Wim Taymans  <wim@fluendo.com>
14501
14502         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
14503         Fix state change.
14504
14505 2005-11-16  Andy Wingo  <wingo@pobox.com>
14506
14507         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
14508         (gst_udpsrc_create): Move comment.
14509
14510 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
14511
14512         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14513
14514         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
14515           When seeking, seek to closest index entry at or before the requested
14516           seek position, not just the closest one (#321001).
14517
14518 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
14519
14520         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
14521         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
14522           Invert DIB images again (see #132341).
14523
14524 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14525
14526         * configure.ac:
14527           rework configure.ac file
14528         * ext/aalib/gstaasink.c:
14529         * ext/cairo/gstcairo.c:
14530         * ext/dv/gstdv.c:
14531         * ext/esd/gstesd.c:
14532         * ext/flac/gstflac.c:
14533         * ext/gconf/gstgconfelements.c:
14534         * ext/gdk_pixbuf/gstgdkpixbuf.c:
14535         * ext/jpeg/gstjpeg.c:
14536         * ext/ladspa/gstladspa.c:
14537         * ext/libcaca/gstcacasink.c:
14538         * ext/libmng/gstmng.c:
14539         * ext/libpng/gstpng.c:
14540         * ext/mikmod/gstmikmod.c:
14541         * ext/pango/gsttextoverlay.c:
14542         * ext/pango/gsttimeoverlay.c:
14543         * ext/raw1394/gst1394.c:
14544         * ext/speex/gstspeex.c:
14545         * gst/alpha/Makefile.am:
14546         * gst/alpha/gstalpha.c:
14547         * gst/alpha/gstalphacolor.c:
14548         * gst/auparse/gstauparse.c:
14549         * gst/autodetect/gstautoaudiosink.c:
14550         (gst_auto_audio_sink_factory_filter),
14551         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14552         * gst/autodetect/gstautodetect.c:
14553         * gst/avi/gstavi.c:
14554         * gst/cutter/gstcutter.c:
14555         * gst/debug/efence.c:
14556         * gst/debug/gstdebug.c:
14557         * gst/debug/gstnavigationtest.c:
14558         * gst/effectv/gsteffectv.c:
14559         * gst/flx/gstflxdec.c:
14560         * gst/goom/gstgoom.c:
14561         * gst/interleave/plugin.c:
14562         * gst/law/alaw.c:
14563         * gst/law/mulaw.c:
14564         * gst/level/gstlevel.c:
14565         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14566         * gst/matroska/matroska.c:
14567         * gst/median/gstmedian.c:
14568         * gst/monoscope/gstmonoscope.c:
14569         * gst/multipart/multipart.c:
14570         * gst/oldcore/gstelements.c:
14571         * gst/rtp/gstrtp.c:
14572         * gst/rtsp/gstrtsp.c:
14573         * gst/smoothwave/gstsmoothwave.c:
14574         * gst/smpte/gstsmpte.c:
14575         * gst/udp/gstudp.c:
14576         * gst/videobox/gstvideobox.c:
14577         * gst/videofilter/gstgamma.c:
14578         * gst/videofilter/gstvideobalance.c:
14579         * gst/videofilter/gstvideoflip.c:
14580         * gst/videofilter/gstvideotemplate.c:
14581         * gst/videomixer/videomixer.c:
14582         * gst/wavenc/gstwavenc.c:
14583         * gst/wavparse/gstwavparse.c:
14584         * sys/oss/gstossaudio.c:
14585         * sys/osxaudio/gstosxaudio.c:
14586           update GST_PLUGIN_DEFINE
14587         * gst/rtp/Makefile.am:
14588         * gst/rtp/gstasteriskh263.c:
14589           check for htons/htonl headers and possibly link to winsock2 lib
14590
14591 2005-11-12  Edward Hervey  <edward@fluendo.com>
14592
14593         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
14594         Only GST_DEBUG() information on the valid components.
14595
14596 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14597
14598         * configure.ac: back to HEAD
14599
14600 === release 0.9.5 ===
14601
14602 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
14603
14604         * configure.ac:
14605           releasing 0.9.5, "Phone Alarm"
14606
14607 2005-11-11  Edward Hervey  <edward@fluendo.com>
14608
14609         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14610         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
14611         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
14612         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14613         (gst_avi_demux_loop):
14614         * gst/avi/gstavidemux.h:
14615         Yeah, implement proper seeking. Exact seeking and segment seeking.
14616         Still need to do some checks for segment_stop.
14617
14618 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14619
14620         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14621
14622         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14623           Don't try to ready buffer duration from buffer that we don't
14624           own any  longer and that might already have been unreffed.
14625           (#321136)
14626
14627 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
14628
14629         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
14630         (flx_decode_delta_flc), (gst_flxdec_chain):
14631         Attempting to optimize the code for embedded systems.
14632
14633 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
14634
14635         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14636
14637         * sys/oss/gstosssink.c: (gst_oss_sink_close):
14638           Don't re-use already closed file descriptor. (#320920)
14639
14640 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14641
14642         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
14643         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
14644         (gst_oss_sink_prepare):
14645         * sys/oss/gstosssink.h:
14646           Cache probed caps; fix debug output for SET_PARAM macros.
14647
14648 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14649
14650         * ext/cairo/Makefile.am:
14651         * ext/cairo/gstcairo.c: (plugin_init):
14652         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14653         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14654         (gst_text_overlay_init), (gst_text_overlay_font_init),
14655         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14656         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14657         (gst_text_overlay_text_pad_linked),
14658         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14659         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14660         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14661         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14662         (gst_text_overlay_change_state):
14663         * ext/cairo/gsttextoverlay.h:
14664           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
14665           property and redo positioning. Doesn't handle upstream renegotiation
14666           yet though.
14667
14668 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14669
14670         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14671         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14672         (gst_avi_demux_loop):
14673           No need to take the STREAM_LOCK in the loop function. Improve
14674           some debug messages. Don't leak pad names in debug messages.
14675
14676 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14677
14678         * gst/matroska/matroska-demux.c:
14679         (gst_matroska_demux_push_vorbis_codec_priv_data),
14680         (gst_matroska_demux_add_wvpk_header):
14681           Don't error out when the source pad isn't linked.
14682
14683 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
14684
14685         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
14686         (gst_gconf_audio_sink_change_state):
14687         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
14688         (gst_gconf_video_sink_change_state):
14689           Fix state change functions here as well and set kid
14690           to NULL state before removing it.
14691
14692 2005-11-01  Edward Hervey  <edward@fluendo.com>
14693
14694         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
14695         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
14696         Added proper event handlind, 
14697         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
14698         ignored),
14699         and don't set a duration of 0 for buffers otherwise they are discarded
14700         by GstBaseSink.
14701
14702         GstWavEnc needs some serious loving, after going through the code I'm
14703         really wondering how this can stay in -good ...
14704
14705 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14706
14707         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
14708         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
14709         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
14710         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
14711         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
14712         (gst_matroska_mux_collected):
14713           Fix leaks and invalid memory access as reported by valgrind
14714
14715 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14716
14717         Patch by: Michal Benes <michal.benes@xeris.cz>
14718
14719         * check/Makefile.am:
14720         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14721         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
14722         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
14723           add a unit test for matroskamux
14724           fix the bugs that the unit test exposed
14725
14726 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
14727
14728         * gst/autodetect/gstautoaudiosink.c:
14729         (gst_auto_audio_sink_class_init),
14730         (gst_auto_audio_sink_change_state):
14731         * gst/autodetect/gstautovideosink.c:
14732         (gst_auto_video_sink_class_init),
14733         (gst_auto_video_sink_change_state):
14734           Fix state change function and use GST_DEBUG_FUNCPTR in
14735           class_init.
14736
14737 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14738
14739         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14740
14741         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
14742         (gst_ebml_write_reset), (gst_ebml_write_element_new):
14743         * gst/matroska/ebml-write.h:
14744         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14745           Set timestamps on outgoing ebml headers as well, so that the
14746           element after matroskamux can get the timestamp already when
14747           reading the first ebml element and doesn't have to wait for
14748           the actual data buffer for that (#320308).
14749           
14750 2005-10-31  Andy Wingo  <wingo@pobox.com>
14751
14752         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
14753         (gst_videomixer_pad_link): Kill some memleaks.
14754         (gst_videomixer_pad_get_property): Style fix.
14755         (gst_videomixer_pad_set_property): Style fix.
14756         (gst_videomixer_pad_init): Style fix.
14757         (gst_videomixer_update_queues): Kill memleak.
14758         (gst_videomixer_loop): Kill memleak.
14759         (gst_videomixer_collected): Kill memleak.
14760
14761 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
14762
14763         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
14764         gst_auparse_change_state:
14765         Just some cleanup.
14766
14767 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
14768
14769         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
14770         Add checks to GST_FLOW_NOT_LINKED for values returned
14771         from gst_pad_push.
14772         
14773 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14774
14775         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
14776         (gst_rtpg711dec_process):
14777         * gst/rtp/gstrtpgsmenc.c:
14778         Payloader now sets some default caps on the srcpad if caps on the sinkpad
14779         are never set. This is important for the g711 to work with burger's rtpbin
14780         element.
14781
14782 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
14783
14784         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
14785         (gst_speexenc_push_buffer):
14786         Add checks for return values from gst_pad_push and
14787         gst_pad_alloc_buffer.
14788
14789 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
14790
14791         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14792
14793         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
14794         (gst_matroska_demux_parse_info),
14795         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14796         (gst_matroska_demux_parse_cluster):
14797         * gst/matroska/matroska-ids.h:
14798         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
14799         (gst_matroska_mux_init), (gst_matroska_mux_start),
14800         (gst_matroska_mux_create_buffer_header),
14801         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
14802         (gst_matroska_mux_get_property):
14803         * gst/matroska/matroska-mux.h:
14804           Add SimpleBlock support to matroska demuxer and muxer (part of
14805           Matroska v2). (#319731)
14806
14807 2005-10-28  Wim Taymans  <wim@fluendo.com>
14808
14809         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
14810         (gst_jpeg_dec_change_state):
14811         * ext/jpeg/gstjpegdec.h:
14812         Cleanups. Don't create caps for every chain.
14813
14814 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
14815
14816         * gst/law/alaw-encode.c: (gst_alawenc_init),
14817         (alawenc_setcaps), (gst_alawenc_chain)
14818         * gst/law/alaw-encode.h:
14819         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
14820         (mulawenc_setcaps), (gst_mulawenc_chain)
14821         * gst/law/mulaw-encode.h:
14822         Set timestamp on buffer and it allows RTP G711 elements
14823         work properly.
14824
14825 2005-10-27  Wim Taymans  <wim@fluendo.com>
14826
14827         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
14828         Set correct format on oss instead of a silly value. 
14829
14830 2005-10-27  Julien MOUTTE  <julien@moutte.net>
14831
14832         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14833         (gst_video_box_transform_caps), (gst_video_box_set_caps),
14834         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
14835         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
14836         I420 rendering as well, doesn't bring much for my platform.
14837         Might help on some other platforms.
14838
14839 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
14840
14841         * gst/rtp/gstrtpgsmenc.c:
14842         * gst/rtp/gstrtpgsmparse.c:
14843         Declaring the padtemplate correctly.
14844
14845 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14846
14847         * gst/rtp/gstrtpg711dec.c:
14848         * gst/rtp/gstrtpg711enc.c:
14849         * gst/rtp/gstrtpgsmenc.c:
14850         * gst/rtp/gstrtpgsmparse.c:
14851         Setting the proper copyright notice.
14852
14853 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14854
14855         * gst/videobox/Makefile.am: Use liboil.
14856         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14857         (gst_video_box_set_property), (gst_video_box_transform_caps),
14858         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
14859         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
14860         using liboil. Will dot the same to I420 border generation
14861         tomorrow.
14862
14863 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14864
14865         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
14866         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
14867         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
14868         * gst/rtp/gstrtpg711dec.h:
14869         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
14870         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
14871         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
14872         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
14873         (gst_rtpgsmenc_handle_buffer):
14874         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
14875         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
14876         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
14877         * gst/rtp/gstrtpgsmparse.h:
14878         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
14879         inherits from the basertpdepayloader.
14880
14881 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14882
14883         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14884         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
14885         (gst_video_box_ayuv): Removing this forgotten debug.
14886
14887 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14888
14889         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14890         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
14891         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
14892
14893 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
14894
14895         * sys/oss/gstossaudio.c:
14896         * sys/oss/gstossdmabuffer.c:
14897         * sys/oss/gstosshelper.c:
14898         * sys/oss/gstossmixer.c:
14899         * sys/oss/gstossmixerelement.c:
14900         * sys/oss/gstossmixertrack.c:
14901         * sys/oss/gstosssink.c:
14902         * sys/oss/gstosssrc.c:
14903           Actually use the 'oss' debug category we register.
14904
14905 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14906
14907         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
14908         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
14909         Use gst_pad_get_parent and drop the ref that was added through
14910         that call.
14911
14912 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14913
14914         * gst/rtp/gstrtpgsmenc.c:
14915           Fix compilation
14916
14917 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
14918
14919         * gst/rtp/gstrtpg711dec.c
14920         Just removed a couple of lines of weird code used during
14921         development/test time.
14922
14923 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
14924
14925         * gst/rtp/Makefile.am
14926         * gst/rtp/gstrtp.c
14927         * gst/rtp/gstrtpg711enc.c
14928         * gst/rtp/gstrtpg711enc.h
14929         * gst/rtp/gstrtpg711dec.c
14930         * gst/rtp/gstrtpg711dec.h
14931         Created G711 payloader and depayloader (it supports mulaw and alaw
14932         (dec)encoders)
14933
14934 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14935
14936         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14937         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
14938         Doh ! I introduced wingo's bug again ! Sorry...
14939
14940 2005-10-25  Christian Schaller <christian@fluendo.com> 
14941
14942         * gst/rtp/Makefile.am: add missing header files for disting
14943
14944 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
14945
14946         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
14947         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
14948         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
14949         (gst_rtpgsmenc_handle_buffer):
14950         * gst/rtp/gstrtpgsmenc.h:
14951         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
14952         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
14953         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
14954         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
14955         * gst/rtp/gstrtpgsmparse.h:
14956         Getting the GSM (de)payloader working and compatible with our plans for RTP.
14957
14958 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14959
14960         * ext/libpng/gstpngdec.c: (user_info_callback),
14961         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
14962         a newsegment event, move some redundant code in a single place.
14963
14964 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14965
14966         * ext/libpng/gstpngdec.c: (user_info_callback),
14967         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
14968         hack to get correct colors order when we have a png image with
14969         alpha channel.
14970
14971 2005-10-24  Edward Hervey  <edward@fluendo.com>
14972
14973         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
14974         Call gst_element_no_more_pads when there will be no more pads.
14975
14976 2005-10-24  Wim Taymans  <wim@fluendo.com>
14977
14978         * gst/rtp/Makefile.am:
14979         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
14980         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
14981         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
14982         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
14983         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
14984         (gst_asteriskh263_plugin_init):
14985         * gst/rtp/gstasteriskh263.h:
14986         * gst/rtp/gstrtp.c: (plugin_init):
14987         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
14988         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
14989         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
14990         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
14991         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
14992         (gst_rtph263enc_plugin_init):
14993         * gst/rtp/gstrtph263enc.h:
14994         Added two new payloaders, an RFC 2190 payloader for h263 and
14995         a payload convertor for an asterisk server.
14996
14997 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
14998
14999         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15000           Set bytes_per_sample correctly (is not always 4, but 
15001           depends on width and number of channels).
15002
15003 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15004
15005         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
15006         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
15007         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
15008         (gst_flacenc_sink_event), (gst_flacenc_chain),
15009         (gst_flacenc_set_property), (gst_flacenc_get_property),
15010         (gst_flacenc_change_state):
15011         * ext/flac/gstflacenc.h:
15012           Fix seeking, so that flacenc can rewrite the header with the
15013           correct duration and amount of samples and all that at EOS;
15014           also set timestamps and granulepos on outgoing buffers; add
15015           debug category; fix state change function.
15016           
15017 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15018
15019         * gst/videomixer/videomixer.c: Don't restrict video geometry
15020         from 16 to 4096.
15021
15022 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15023
15024         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15025         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15026         Fix caps negotiation correctly, add debugging category.
15027
15028 2005-10-24  Christian Schaller  <christian@fluendo.com>
15029
15030         * configure.ac: Port over Thomas's change from base listing all plugins
15031
15032 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15033
15034         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
15035         a sink pad.
15036
15037 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15038
15039         * configure.ac:
15040         * docs/upload.mak:
15041           back to HEAD
15042
15043 === release 0.9.4 ===
15044
15045 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15046
15047         * configure.ac:
15048           Releasing 0.9.4, "Dromiceiomimus"
15049
15050 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
15051
15052         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
15053         (gst_speexenc_src_query):
15054           Add position and duration query, fix query type function.
15055           
15056         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15057         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15058           Let's not set non-fixed caps on source pads.
15059
15060 2005-10-21  Wim Taymans  <wim@fluendo.com>
15061
15062         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15063         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
15064         (gst_avi_demux_handle_seek):
15065         Set correct stream_time in newsegment event.
15066         avi can also handle a duration query now.
15067
15068 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
15069
15070         * gst/matroska/matroska-demux.c:
15071         (gst_matroska_demux_handle_src_query),
15072         (gst_matroska_demux_handle_seek_event),
15073         (gst_matroska_demux_loop_stream_parse_id):
15074           Fix duration query; fix basetime in newsegment event after
15075           seek; fix duration in initial newsegment event.
15076
15077         * gst/matroska/matroska-mux.c:
15078         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
15079           Extract number of channels and samplerate from vorbis headers;
15080           add some debug messages when querying the durations of the
15081           input streams.
15082
15083 2005-10-20  Wim Taymans  <wim@fluendo.com>
15084
15085         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15086         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15087         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15088         Set stream time correctly in newsegment.
15089
15090 2005-10-20  Wim Taymans  <wim@fluendo.com>
15091
15092         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15093         Correctly fill in the stream time.
15094
15095 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15096
15097         * check/elements/level.c: (GST_START_TEST):
15098         * gst/level/gstlevel.c: (gst_level_message_new):
15099         * gst/level/level-example.c: (message_handler):
15100           use ELEMENT messages instead
15101
15102 2005-10-19  Wim Taymans  <wim@fluendo.com>
15103
15104         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
15105         (gst_dvdemux_src_query):
15106         * ext/flac/gstflacdec.c: (gst_flacdec_length),
15107         (gst_flacdec_src_query):
15108         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
15109         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
15110         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
15111         * gst/debug/gstnavseek.c: (gst_navseek_seek):
15112         * gst/debug/progressreport.c: (gst_progress_report_report):
15113         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
15114         * gst/matroska/matroska-demux.c:
15115         (gst_matroska_demux_handle_src_query):
15116         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
15117         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15118         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15119         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15120         (gst_wavparse_srcpad_event):
15121         API change fix.
15122
15123 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
15124
15125         * gst/goom/filters.c:
15126         * gst/goom/graphic.h:
15127         * gst/goom/lines.c:
15128           Make inline functions either 'static inline' or 'extern inline',
15129           otherwise the Forte compiler apparently won't inline them (#317300).
15130
15131 2005-10-19  Julien MOUTTE  <julien@moutte.net>
15132
15133         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15134         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
15135         (user_info_callback), (user_endrow_callback), (user_end_callback),
15136         (user_read_data), (gst_pngdec_caps_create_and_set),
15137         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
15138         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
15139         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
15140         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
15141         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
15142         very nice and handle push/pull based model. if you have filesrc
15143         connected to it, it will do random access to load the png file.
15144         If you have a network source that can't do _getrange, it does 
15145         progressive loading through the chain function.
15146         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15147         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
15148         thanks to Master Wim Taymans ;-)
15149
15150 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
15151
15152         * gst/matroska/Makefile.am:
15153         * gst/matroska/ebml-read.c:
15154         * gst/matroska/ebml-read.h:
15155         * gst/matroska/matroska-demux.c:
15156         * gst/matroska/matroska-demux.h:
15157         * gst/matroska/matroska.c: (plugin_init):
15158           Ported matroska demuxer to 0.9.
15159
15160 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
15161
15162         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15163
15164         * gst/matroska/matroska-mux.c:
15165         (gst_matroska_mux_video_pad_setcaps),
15166         (gst_matroska_mux_audio_pad_setcaps):
15167           Fix mpeg4 input handling (#318847); also, while we're at it,
15168           fix media type for Motion-JPEG: should be image/jpeg.
15169
15170 2005-10-18  Wim Taymans  <wim@fluendo.com>
15171
15172         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15173         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15174         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15175         Fix for segment-start/stop API change.
15176
15177 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15178
15179         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15180         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
15181         way.
15182
15183 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15184
15185         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15186         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
15187         output declared in transform_caps.
15188
15189 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15190
15191         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
15192
15193 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15194
15195         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15196         (gst_video_box_get_unit_size): Fix wrong size calculations and
15197         implement get_unit_size correctly.
15198
15199 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15200
15201         * configure.ac:
15202           Enable flx plugin.
15203
15204         * gst/flx/gstflxdec.c: (flx_decode_chunks):
15205           Fix gcc4 signedness issue.
15206
15207 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15208
15209         * configure.ac: Adding videomixer.
15210         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15211         (user_read_data), (gst_pngdec_chain): More debugging.
15212         * gst/alpha/Makefile.am: Adding alphacolor
15213         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
15214         (gst_alpha_color_class_init), (gst_alpha_color_init),
15215         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
15216         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
15217         (plugin_init): Ported to 0.9 using in place base tranform.
15218         * gst/videomixer/Makefile.am:
15219         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15220         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
15221         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
15222         (gst_videomixer_pad_init), (gst_videomixer_class_init),
15223         (gst_videomixer_init), (gst_videomixer_getcaps),
15224         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
15225         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15226         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
15227         to 0.9 using collectpads.
15228
15229 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
15230
15231         * configure.ac:
15232         * gst/flx/Makefile.am:
15233         * gst/flx/gstflxdec.c: (gst_flxdec_init),
15234         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
15235         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
15236         * gst/flx/gstflxdec.h:
15237         flx plugin ported to 0.9
15238
15239 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15240
15241         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
15242           use new gst_version_string()
15243
15244 2005-10-16  Andy Wingo  <wingo@pobox.com>
15245
15246         * configure.ac: GLIB_CHECK.
15247
15248 2005-10-15  Julien MOUTTE  <julien@moutte.net>
15249
15250         * ext/libpng/Makefile.am:
15251         * ext/libpng/gstpng.c: (plugin_init):
15252         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15253         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
15254         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
15255
15256 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
15257
15258         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15259
15260         * configure.ac:
15261         * gst/matroska/Makefile.am:
15262         * gst/matroska/ebml-ids.h:
15263         * gst/matroska/ebml-write.c:
15264         * gst/matroska/ebml-write.h:
15265         * gst/matroska/matroska-ids.h:
15266         * gst/matroska/matroska-mux.c:
15267         * gst/matroska/matroska-mux.h:
15268         * gst/matroska/matroska.c: (plugin_init):
15269           Port matroska muxer to 0.9 (#318847).
15270
15271 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
15272
15273         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
15274         (comment_init), (comment_add):
15275           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
15276           use GST_READ_UINT32_LE() and friends rather than the private
15277           implementation of those same macros.
15278
15279 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
15280
15281         * examples/stats/mp2ogg.c:
15282           more typo fixes
15283
15284 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
15285
15286         * examples/indexing/indexmpeg.c: (main):
15287         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
15288         (gst_esdmon_close_audio), (gst_esdmon_change_state):
15289         * ext/esd/esdmon.h:
15290         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
15291         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
15292         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15293         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15294         * gst/avi/gstavimux.c: (gst_avimux_init):
15295         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
15296         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
15297         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
15298         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
15299         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
15300         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
15301         * gst/oldcore/gstmultifilesrc.h:
15302         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
15303         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
15304         (gst_pipefilter_change_state):
15305         * gst/oldcore/gstpipefilter.h:
15306         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
15307         * gst/videomixer/videomixer.c: (gst_videomixer_init):
15308         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
15309         * sys/osxaudio/gstosxaudiosink.h:
15310         * sys/osxaudio/gstosxaudiosrc.h:
15311           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
15312           moved bitshift from macro to enum definition
15313
15314 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15315
15316         * ext/Makefile.am:
15317         * ext/cairo/Makefile.am:
15318         * ext/cairo/gstcairo.c: (plugin_init):
15319         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
15320         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
15321         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
15322         * ext/cairo/gsttimeoverlay.h:
15323           update of cairo-based timeoverlay to 1.0 Cairo API
15324           doesn't work yet for resizing of output sink
15325
15326 2005-10-11  Wim Taymans  <wim@fluendo.com>
15327
15328         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
15329         newsegment API fix.
15330
15331 2005-10-11  Wim Taymans  <wim@fluendo.com>
15332
15333         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
15334         (gst_dvdemux_demux_frame):
15335         * ext/flac/gstflacdec.c: (gst_flacdec_write):
15336         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15337         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
15338         (gst_avi_demux_handle_seek):
15339         * gst/goom/gstgoom.c: (gst_goom_event):
15340         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
15341         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15342         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15343         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15344         (gst_wavparse_srcpad_event):
15345         newsegment API update.
15346
15347 2005-10-11  Andy Wingo  <wingo@pobox.com>
15348
15349         * ext/speex/gstspeexenc.c: Signedness cleanups.
15350
15351 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
15352
15353         * PORTED_09:
15354         * ext/speex/Makefile.am:
15355         * ext/speex/gstspeex.c:
15356         * ext/speex/gstspeexenc.c:
15357         Speexenc ported to 0.9
15358
15359 2005-10-10  Wim Taymans  <wim@fluendo.com>
15360
15361         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
15362         (gst_oss_sink_init), (gst_oss_sink_set_property),
15363         (gst_oss_sink_get_property), (gst_oss_sink_open),
15364         (gst_oss_sink_prepare), (gst_oss_sink_reset):
15365         * sys/oss/gstosssink.h:
15366         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
15367         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
15368         (gst_oss_src_prepare):
15369         Cleanups, make device configurable in the sink, handle and report
15370         errors.
15371
15372 2005-10-10  Wim Taymans  <wim@fluendo.com>
15373
15374         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
15375         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
15376         Make sure element is NULL before removing from the bin.
15377
15378 2005-10-07  Andy Wingo  <wingo@pobox.com>
15379
15380         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
15381         block forever in a read().
15382         (gst_dv1394src_bus_reset): Post a message when the cable is
15383         unplugged.
15384         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
15385         (gst_dv1394src_bus_reset): Don't unref the message.
15386
15387         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
15388         hacking. The only change should be that the state change stuff was
15389         put into basesrc's start() and stop() routines, which coalesces
15390         some steps.
15391
15392 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15393
15394         * configure.ac:
15395           Add check for mmap
15396           
15397         * gst/debug/Makefile.am:
15398           Only compile efence plugin on systems that have mmap.
15399
15400 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15401
15402         * gst/debug/Makefile.am:
15403         * gst/debug/breakmydata.c:
15404         * gst/debug/gstdebug.c:
15405         * gst/debug/gstnavigationtest.c:
15406         * gst/debug/gstnavseek.c: 
15407         * gst/debug/gstnavseek.h:
15408         * gst/debug/progressreport.c: 
15409         * gst/debug/testplugin.c:
15410           Port progressreport, navseek, navigationtest, testsink and
15411           breakmydata.
15412
15413 2005-10-05  Edward Hervey  <edward@fluendo.com>
15414
15415         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
15416         (gst_dvdemux_src_query):
15417         Fixes for better conversion
15418
15419 2005-10-04  Michael Smith <msmith@fluendo.com>
15420
15421         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
15422         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15423         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
15424         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
15425           Set state of elements to NULL before removing from bins.
15426           Set state of test element to NULL if we failed to move it to READY
15427
15428 2005-10-04  Edward Hervey  <edward@fluendo.com>
15429
15430         * ext/dv/Makefile.am:
15431         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
15432         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
15433         Corrected the query function for position so it doesn't forget what
15434         format was asked, and calls the conversion functions on the correct pad.
15435
15436 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15437
15438         * configure.ac:
15439           back to development
15440
15441 === release 0.9.3 ===
15442
15443 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15444
15445         * configure.ac:
15446           Releasing 0.9.3, "Aramis"
15447
15448 2005-10-03  Andy Wingo  <wingo@pobox.com>
15449
15450         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
15451         error returns.
15452
15453 2005-10-02  Andy Wingo  <wingo@pobox.com>
15454
15455         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
15456
15457         * ext/flac/gstflacenc.c: Ported to 0.9.
15458
15459         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
15460
15461         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
15462         and link to gsttagedit. Enable flacenc.
15463
15464         * ext/flac/gstflacdec.c: Re-enable tag reading.
15465
15466 2005-09-30  Wim Taymans  <wim@fluendo.com>
15467
15468         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15469         * gst/rtp/gstrtpgsmparse.c:
15470         * gst/rtp/gstrtph263penc.c:
15471         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15472         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15473         (gst_rtpmp4venc_set_property):
15474         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15475         Various class and caps fixes from Andre Magalhaes (andrunko)
15476
15477 2005-09-29  Wim Taymans  <wim@fluendo.com>
15478
15479         * gst/level/level-example.c: (main):
15480         Update for new bus API.
15481
15482 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15483
15484         * configure.ac:
15485           Fix unexpanded autoconf macro GST_DOC, which has been renamed
15486           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
15487
15488 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
15489
15490         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
15491           Fix playback of mono streams (bytes_per_sample should be set
15492           from the sample width and the number of channels negotiated,
15493           and not just be set to 4) (#317338)
15494
15495 2005-09-26  Wim Taymans  <wim@fluendo.com>
15496
15497         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
15498         (gst_rtpmpaenc_handle_buffer):
15499         Set buffer duration correctly.
15500
15501 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
15502
15503         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
15504         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
15505         (gst_avi_demux_change_state):
15506           Don't crash when encountering a stream with an unknown fourcc or
15507           codec id. Instead, create a pad of type video/x-avi-unknown or
15508           audio/x-avi-unknown, which as a side-effect also results in less
15509           confusing error messages in players ('no decoder' vs. 'no streams');
15510           minor fixes to state change function and class_init function.
15511
15512 2005-09-24  Wim Taymans  <wim@fluendo.com>
15513
15514         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15515         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15516         These are sinks.
15517
15518 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15519
15520         * check/elements/level.c: (GST_START_TEST):
15521           fix test for new GstClockTime use
15522         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
15523         (gst_level_transform_ip):
15524         * gst/level/gstlevel.h:
15525           fix up the decay peak, ensuring the decay peak is never lower
15526           than the peak for that interval
15527
15528 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15529
15530         * docs/plugins/gst-plugins-good-plugins.args:
15531         * docs/plugins/inspect/plugin-alpha.xml:
15532         * docs/plugins/inspect/plugin-rtp.xml:
15533         * gst/level/gstlevel.c: (gst_level_set_caps),
15534         (gst_level_transform_ip):
15535           updating docs
15536
15537 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15538
15539         * Makefile.am:
15540         * check/elements/level.c: (GST_START_TEST):
15541         * gst/level/Makefile.am:
15542         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
15543         (gst_level_set_property), (gst_level_get_property),
15544         (gst_level_set_caps), (gst_level_message_new),
15545         (gst_level_transform_ip):
15546         * gst/level/gstlevel.h:
15547         * gst/level/level-example.c: (message_handler), (main):
15548           convert to using GstClockTime for all time values, finally.
15549
15550 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15551
15552         * gst/auparse/Makefile.am:
15553         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15554           fix up build
15555         * configure.ac:
15556         * ext/cairo/Makefile.am:
15557         * ext/dv/Makefile.am:
15558         * ext/esd/Makefile.am:
15559         * ext/flac/Makefile.am:
15560         * ext/gconf/Makefile.am:
15561         * ext/gdk_pixbuf/Makefile.am:
15562         * ext/jpeg/Makefile.am:
15563         * ext/ladspa/Makefile.am:
15564         * ext/libcaca/Makefile.am:
15565         * ext/libmng/Makefile.am:
15566         * ext/libpng/Makefile.am:
15567         * ext/mikmod/Makefile.am:
15568         * ext/pango/Makefile.am:
15569         * ext/raw1394/Makefile.am:
15570         * ext/shout2/Makefile.am:
15571         * ext/speex/Makefile.am:
15572         * gst/alpha/Makefile.am:
15573         * gst/autodetect/Makefile.am:
15574         * gst/avi/Makefile.am:
15575         * gst/cutter/Makefile.am:
15576         * gst/debug/Makefile.am:
15577         * gst/effectv/Makefile.am:
15578         * gst/flx/Makefile.am:
15579         * gst/goom/Makefile.am:
15580         * gst/interleave/Makefile.am:
15581         * gst/law/Makefile.am:
15582         * gst/matroska/Makefile.am:
15583         * gst/median/Makefile.am:
15584         * gst/monoscope/Makefile.am:
15585         * gst/multipart/Makefile.am:
15586         * gst/oldcore/Makefile.am:
15587         * gst/rtp/Makefile.am:
15588         * gst/rtsp/Makefile.am:
15589         * gst/smoothwave/Makefile.am:
15590         * gst/smpte/Makefile.am:
15591         * gst/videobox/Makefile.am:
15592         * gst/videofilter/Makefile.am:
15593         * gst/videomixer/Makefile.am:
15594         * gst/wavenc/Makefile.am:
15595         * gst/wavparse/Makefile.am:
15596         * sys/oss/Makefile.am:
15597         * sys/osxaudio/Makefile.am:
15598         * sys/osxvideo/Makefile.am:
15599           fix up GST_LIBS use
15600
15601 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15602
15603         * gst/auparse/Makefile.am:
15604         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15605           fix build of auparse
15606
15607 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
15608
15609         * configure.ac:
15610         * PORTED_09:
15611         * gst/auparse/gstauparse.c:
15612         * gst/auparse/gstauparse.h:
15613         Auparse ported to 0.9.
15614
15615 2005-09-22  Wim Taymans  <wim@fluendo.com>
15616
15617         * gst/rtp/TODO:
15618         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
15619         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15620         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15621         (gst_rtpmp4venc_set_property):
15622         * gst/rtp/gstrtpmp4venc.h:
15623         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15624         * gst/rtp/gstrtpmpaenc.h:
15625         Use is_filled to both check MTU and max-ptime of base class.
15626
15627 2005-09-22  Wim Taymans  <wim@fluendo.com>
15628
15629         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15630         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15631         (gst_rtpmp4venc_set_property):
15632         Don't fragment packets with multiple frames.
15633
15634 2005-09-22  Wim Taymans  <wim@fluendo.com>
15635
15636         * gst/rtp/TODO:
15637         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15638         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15639         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
15640         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
15641         (gst_rtpmp4venc_get_property):
15642         * gst/rtp/gstrtpmp4venc.h:
15643         Remove g_print.
15644         Update TODO
15645         Make payload encoder a bit smarter and more correct with
15646         timestamps.
15647         Added option in payloader to include config string in-band.
15648
15649 2005-09-21  Wim Taymans  <wim@fluendo.com>
15650
15651         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15652         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15653         (gst_rtspsrc_send):
15654         Strip spaces for key/value pairs.
15655
15656 2005-09-21  Wim Taymans  <wim@fluendo.com>
15657
15658         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15659         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15660         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
15661         (gst_rtspsrc_change_state):
15662         More SDP parsing and caps setting.
15663         Do NO_PREROLL differently.
15664         add pads only after negotiated.
15665
15666         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
15667         (gst_udpsrc_getcaps):
15668         Implement the getcaps function.
15669
15670 2005-09-21  Wim Taymans  <wim@fluendo.com>
15671
15672         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
15673         (gst_rtpamrdec_chain):
15674         Handle multiple AMr packets per payload. Handle CRC and
15675         parse ILL/ILP.
15676
15677         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15678         Make caps params strings for easy SDP mapping.
15679         
15680         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
15681         Handle capsnego better.
15682
15683         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15684         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
15685         Generate and parse config string in the caps.
15686
15687 2005-09-21  Wim Taymans  <wim@fluendo.com>
15688
15689         * gst/rtp/README:
15690         Update README
15691
15692         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
15693         Make extra params as strings.
15694
15695         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
15696         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15697         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
15698         Make state change return NO_PREROLL as this is a live
15699         source.
15700
15701         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15702         Don't unref old caps when NULL.
15703
15704 2005-09-20  Wim Taymans  <wim@fluendo.com>
15705
15706         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
15707         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15708         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
15709         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
15710         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
15711         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
15712         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
15713         * gst/rtsp/sdpmessage.h:
15714         Add URI handler.
15715         Parse SDP and create caps.
15716
15717 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
15718
15719         * gst/alpha/gstalpha.c:
15720           fix element description
15721
15722 2005-09-19  Wim Taymans  <wim@fluendo.com>
15723
15724         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
15725         Don't check payload for now.
15726
15727 2005-09-19  Wim Taymans  <wim@fluendo.com>
15728
15729         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
15730         (gst_wavparse_init), (gst_wavparse_parse_file_header),
15731         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
15732         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15733         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15734         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
15735         (gst_wavparse_change_state):
15736         * gst/wavparse/gstwavparse.h:
15737         Fix wavparse some more.
15738
15739 2005-09-19  Wim Taymans  <wim@fluendo.com>
15740
15741         * check/elements/level.c: (GST_START_TEST):
15742         Fix for bus API change.
15743
15744 2005-09-19  Wim Taymans  <wim@fluendo.com>
15745
15746         * gst/level/level-example.c: (main):
15747         Fix for new bus API.
15748
15749         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15750         Set caps on pads.
15751
15752 2005-09-15  Wim Taymans  <wim@fluendo.com>
15753
15754         * gst/rtp/Makefile.am:
15755         * gst/rtp/README:
15756         * gst/rtp/gstrtp.c: (plugin_init):
15757         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
15758         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
15759         (gst_rtpamrdec_change_state):
15760         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
15761         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
15762         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
15763         * gst/rtp/gstrtpamrenc.h:
15764         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15765         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
15766         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
15767         * gst/rtp/gstrtpgsmenc.h:
15768         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
15769         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
15770         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
15771         (gst_rtpgsmparse_change_state):
15772         * gst/rtp/gstrtpgsmparse.h:
15773         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
15774         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
15775         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
15776         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
15777         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
15778         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
15779         * gst/rtp/gstrtph263penc.h:
15780         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
15781         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
15782         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
15783         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
15784         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
15785         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
15786         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
15787         * gst/rtp/gstrtpmp4venc.h:
15788         * gst/rtp/gstrtpmpadec.c:
15789         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
15790         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
15791         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
15792         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
15793         * gst/rtp/gstrtpmpaenc.h:
15794         Updates to payloader/depayloaders, make payloaders use
15795         the base classes.
15796         Updated README with suggested RTP caps and how to convert
15797         to/from SDP.
15798         Added config descriptor in mp4v payloader.
15799
15800 2005-09-15  Andy Wingo  <wingo@pobox.com>
15801
15802         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
15803         * gst/autodetect/gstautovideosink.c
15804         (gst_auto_video_sink_find_best): Update for new registry API.
15805
15806 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15807
15808         * common/c-to-xml.py:
15809         * common/gtk-doc-plugins.mak:
15810           a simple py script to generate valid xml from a C example
15811           probably also need to strip an MIT license when we decide
15812         * docs/plugins/Makefile.am:
15813         * gst/level/Makefile.am:
15814         * gst/level/gstlevel.c: (gst_level_init):
15815         * gst/level/level-example.c: (message_handler), (main):
15816           add an example to level that will show up in the docs
15817         * gst/rtp/TODO:
15818           add a note for the future
15819
15820 2005-09-14  Michael Smith <msmith@fluendo.com>
15821
15822         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
15823           Actually define the debug object being used in wavenc. Fixes #316205
15824
15825 2005-09-14  Michael Smith <msmith@fluendo.com>
15826
15827         * gst/smpte/Makefile.am:
15828           Link against GST_BASE_LIBS, to get it linked against libgstbase;
15829           needed to build on windows (bug 316204)
15830
15831 2005-09-12  Andy Wingo  <wingo@pobox.com>
15832
15833         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
15834
15835 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
15836
15837         * configure.ac:
15838         * gst/fdsrc/Makefile.am:
15839         * gst/fdsrc/gstfdsrc.c:
15840         * gst/fdsrc/gstfdsrc.h:
15841           Move fdsrc back into gstreamer core elements.
15842
15843         * gst/level/gstlevel.c: (gst_level_class_init),
15844         (gst_level_transform_ip):
15845         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
15846           Basetransform changes.
15847
15848 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15849
15850         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
15851         * ext/jpeg/smokecodec.c: (find_best_size):
15852           fix compiler warnings
15853
15854 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15855
15856         * gst-plugins-good.spec.in:
15857           spec file fixes
15858         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
15859         (gst_multiudpsink_render), (gst_multiudpsink_add),
15860         (gst_multiudpsink_clear):
15861           it actually helps to actually stream if we hook up the
15862           "add" signal to an actual implementation
15863         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
15864           some debugging
15865
15866 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
15867
15868         * ext/jpeg/Makefile.am:
15869         * ext/jpeg/gstjpeg.c
15870         * ext/jpeg/gstjpegenc.c:
15871         * ext/jpeg/gstsmokeenc.c:
15872
15873 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15874
15875         * ext/flac/gstflacdec.c:
15876         * ext/flac/gstflacenc.c:
15877         * ext/flac/gstflactag.c:
15878         * ext/speex/gstspeexenc.c:
15879           gsttaginterface.h -> gsttagsetter.h
15880
15881 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
15882
15883         * configure.ac:
15884         * gst/debug/Makefile.am:
15885         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
15886         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
15887         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
15888         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
15889         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
15890           Port to 0.9 and re-enable efence plugin.
15891
15892 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
15893
15894         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
15895         (gst_flacdec_write), (gst_flacdec_convert_src):
15896         * ext/flac/gstflacdec.h:
15897           Add support for flac files with 24/32 bits per sample; and misc.
15898           minor clean-ups. Seeking is still partly broken (for me at least).
15899
15900 2005-09-06  Wim Taymans  <wim@fluendo.com>
15901
15902         * gst/rtp/Makefile.am:
15903         * gst/rtp/gstrtp.c: (plugin_init):
15904         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
15905         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
15906         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
15907         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
15908         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
15909         (gst_rtpmp4vdec_plugin_init):
15910         * gst/rtp/gstrtpmp4vdec.h:
15911         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
15912         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
15913         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
15914         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
15915         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
15916         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
15917         * gst/rtp/gstrtpmp4venc.h:
15918         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
15919         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
15920         Added mpeg4 video payload encoder/decoder.
15921         Added some docs in mpa payloader.
15922
15923 === release 0.9.1 ===
15924
15925 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15926
15927         * NEWS:
15928         * README:
15929         * RELEASE:
15930         * autogen.sh:
15931         * configure.ac:
15932           releasing 0.9.1, "Blondie"
15933
15934 2005-09-05  Andy Wingo  <wingo@pobox.com>
15935
15936         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
15937         here from the state change handler, so we fire signals without
15938         holding the state lock.
15939
15940 2005-09-02  Andy Wingo  <wingo@pobox.com>
15941
15942         * All plugins updated for element state changes.
15943
15944 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15945
15946         * Makefile.am:
15947         * check/.cvsignore:
15948         * check/Makefile.am:
15949         * check/elements/.cvsignore:
15950         * check/elements/level.c: (setup_level), (cleanup_level),
15951         (GST_START_TEST), (level_suite), (main):
15952           add a test for level
15953         * common/release.mak:
15954           move the enum checking to release.mak
15955         * configure.ac:
15956           add valgrind and check checking
15957         * gst/level/gstlevel.c: (gst_level_transform):
15958         * gst/level/gstlevel.h:
15959           fix Andy's cast bug
15960           convert a field to int
15961           fix the arithmetic to int when checking for emit so that a
15962           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
15963
15964 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15965
15966         * Makefile.am:
15967         * configure.ac:
15968           add docs to build
15969         * common/plugins.xsl:
15970           wrap Description into a refsect2
15971         * docs/Makefile.am:
15972         * docs/plugins/Makefile.am:
15973         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15974         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15975         * gst/goom/Makefile.am:
15976         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
15977         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
15978         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
15979         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
15980         (gst_goom_change_state):
15981         * gst/goom/gstgoom.h:
15982           GstGOOM -> GstGoom
15983           add an example launch line
15984         * gst/level/gstlevel.h:
15985         * gst/monoscope/gstmonoscope.c:
15986           cleanups
15987
15988 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15989
15990         * configure.ac:
15991         * docs/plugins/Makefile.am:
15992         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15993         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15994         * docs/plugins/gst-plugins-good-plugins.types:
15995           document elements and plugins.  Shazam !
15996
15997 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15998
15999         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
16000           be found under doc/random/ChangeLog-0.8