sys/ximage/gstximagesrc.c: Free allocated Damage memory before closing our connection...
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
2
3         * sys/ximage/gstximagesrc.c:
4         Free allocated Damage memory before closing our connection to the
5         X server. Fixes: #515706
6
7 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
8
9         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
10         * tests/check/Makefile.am:
11         * tests/check/gst-plugins-good.supp:
12         Add a few libjpeg suppressions and initialize a variable to
13         make smokeenc valgrind clean. Fixes bug #515701.
14
15 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
16
17         * gst/avi/gstavidemux.c:
18         Revert patch which sends timestamps only on keyframes, as it
19         breaks playback with current gst-ffmpeg.
20
21         Fixes: #515562
22
23 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
24
25         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
26         * tests/check/elements/multifile.c: (GST_START_TEST):
27         Close some memory leaks spotted by the unit test. Fixes bug #515697.
28
29 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
30
31         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
32         Use and unset the GError when pipeline creation fails instead of
33         simply leaking it. Fixes bug #515704.
34
35 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
36
37         * gst/audiofx/audioamplify.c:
38         * gst/audiofx/audiochebband.c:
39         * gst/audiofx/audiocheblimit.c:
40         * gst/audiofx/audiodynamic.c:
41         * gst/audiofx/audioinvert.c:
42         * gst/audiofx/audiopanorama.c:
43         * gst/audiofx/audiowsincband.c:
44         * gst/audiofx/audiowsinclimit.c:
45         Fix long description of audiofx elements. Fixes bug #515457.
46
47 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
48
49         * docs/plugins/Makefile.am:
50         * gst/spectrum/gstspectrum.c:
51         * tests/examples/spectrum/.cvsignore:
52         * tests/examples/spectrum/Makefile.am:
53         * tests/examples/spectrum/spectrum-example.c:
54
55         Add a simple example application for the spectrum element, include it
56         in the docs, and fix some documentation ambiguities.
57
58         Fixes: #348085
59
60 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
61
62         * gst/equalizer/Makefile.am:
63         * gst/spectrum/Makefile.am:
64         Fix includes order
65
66         * tests/check/Makefile.am:
67         Exclude v4l2src from the states test - it takes too long to start.
68
69         * tests/check/elements/spectrum.c:
70         Make the test run properly with CK_FORK=no
71
72 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
73
74         * gst/audiofix/Makefile.am: add missing header files 
75
76 2008-02-08  Julien Moutte  <julien@fluendo.com>
77
78         * gst/matroska/matroska-demux.c:
79         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
80         keyframe and delta units correctly when dealign with a BlockGroup.
81         Fixes: #514397
82
83 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
84
85         * tests/check/elements/.cvsignore:
86         Spell the new tests correctly in .cvsignore
87
88 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
89
90         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
91           Need to use gsize here for the size, fixes compiler warning.
92
93         * tests/examples/equalizer/.cvsignore:
94         * tests/examples/equalizer/Makefile.am:
95         * tests/examples/spectrum/.cvsignore:
96         * tests/examples/spectrum/Makefile.am:
97           Add missing files to fix the build.
98
99 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
100
101         * configure.ac:
102         * docs/plugins/Makefile.am:
103         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
104         * docs/plugins/gst-plugins-good-plugins-sections.txt:
105         * docs/plugins/gst-plugins-good-plugins.args:
106         * docs/plugins/gst-plugins-good-plugins.hierarchy:
107         * docs/plugins/inspect/plugin-multifile.xml:
108         * tests/check/Makefile.am:
109         * tests/check/elements/.cvsignore:
110
111         Move multifile plugin from -bad.
112         Fixes: #490283
113
114 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
115
116         * configure.ac:
117         * docs/plugins/Makefile.am:
118         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
119         * docs/plugins/gst-plugins-good-plugins-sections.txt:
120         * docs/plugins/gst-plugins-good-plugins.args:
121         * docs/plugins/gst-plugins-good-plugins.hierarchy:
122         * docs/plugins/inspect/plugin-spectrum.xml:
123         * gst/spectrum/Makefile.am:
124         * tests/check/Makefile.am:
125         * tests/check/elements/.cvsignore:
126         * tests/examples/Makefile.am:
127
128         Move spectrum plugin from -bad.
129         Move examples into tests/examples/spectrum.
130
131 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
132
133         * configure.ac:
134         * docs/plugins/Makefile.am:
135         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
136         * docs/plugins/gst-plugins-good-plugins-sections.txt:
137         * docs/plugins/gst-plugins-good-plugins.args:
138         * docs/plugins/gst-plugins-good-plugins.hierarchy:
139         * docs/plugins/gst-plugins-good-plugins.interfaces:
140         * docs/plugins/inspect/plugin-equalizer.xml:
141         * gst/equalizer/Makefile.am:
142         * tests/check/Makefile.am:
143         * tests/examples/Makefile.am:
144         Move the equalizer plugin across from -bad
145
146         * tests/check/elements/.cvsignore:
147         Add equalizer, audiosincwband and audiosincwlimit
148
149         * tests/check/elements/equalizer.c:
150         Fix compiler warnings
151
152         Fixes: #415627
153
154 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
155
156         * configure.ac:
157         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
158         are treated like releases and build without it.
159
160 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
161
162         * docs/plugins/Makefile.am:
163         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
164         * docs/plugins/gst-plugins-good-plugins-sections.txt:
165         * docs/plugins/gst-plugins-good-plugins.args:
166         * docs/plugins/inspect/plugin-audiofx.xml:
167         * gst/audiofx/Makefile.am:
168         * gst/audiofx/audiofx.c:
169         * gst/audiofx/audiowsincband.c:
170         * gst/audiofx/audiowsincband.h:
171         * gst/audiofx/audiowsinclimit.c:
172         * gst/audiofx/audiowsinclimit.h:
173         * tests/check/Makefile.am:
174         * tests/check/elements/audiowsincband.c:
175         * tests/check/elements/audiowsinclimit.c:
176
177         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
178         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
179         respectively.
180
181         Fixes: #467666
182
183 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
184
185         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
186         * tests/check/elements/icydemux.c:
187           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
188           caps, and add a somewhat useful debug message. Plus test.
189
190 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
191
192         * gst/rtsp/gstrtspsrc.c:
193         Include unistd.h only if HAVE_UNISTD_H is defined
194         * win32/common/config.h.in:
195         * win32/common/config.h:
196         Define socklen_t as it seems it's not defined in default 
197         Visual Studio headers.
198         * win32/vs6/libgstalpha.dsp:
199         * win32/vs6/libgstapetag.dsp:
200         * win32/vs6/libgstavi.dsp:
201         * win32/vs6/libgstrtp.dsp:
202         * win32/vs6/libgstrtsp.dsp:
203         * win32/vs6/libgstvideomixer.dsp:
204         Update project file dependencies and add new source files       
205
206 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
207
208         Patch by: Bjarne Rosengren <bjarne at axis dot com>
209
210         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
211         Don't leak buffers when we don't push them downstream.
212         Fixes bug #514965.
213
214 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
215
216         * configure.ac:
217           Bump requirements to (good) released versions to avoid
218           confusion and make implicit core requirement explicit.
219
220 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
221
222         * docs/plugins/Makefile.am:
223         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
224         * docs/plugins/gst-plugins-good-plugins-sections.txt:
225         * docs/plugins/gst-plugins-good-plugins.args:
226         * docs/plugins/inspect/plugin-audiofx.xml:
227         * gst/audiofx/Makefile.am:
228         * gst/audiofx/audiochebband.c:
229         * gst/audiofx/audiochebband.h:
230         * gst/audiofx/audiocheblimit.c:
231         * gst/audiofx/audiocheblimit.h:
232         * gst/audiofx/audiochebyshevfreqband.c:
233         * gst/audiofx/audiochebyshevfreqband.h:
234         * gst/audiofx/audiochebyshevfreqlimit.c:
235         * gst/audiofx/audiochebyshevfreqlimit.h:
236         * gst/audiofx/audiofx.c:
237         * tests/check/Makefile.am:
238         * tests/check/elements/.cvsignore:
239         * tests/check/elements/audiochebband.c:
240         * tests/check/elements/audiocheblimit.c:
241         * tests/check/elements/audiochebyshevfreqband.c:
242         * tests/check/elements/audiochebyshevfreqlimit.c:
243
244         Rename audiochebyshevfreqband -> audiochebband and
245         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
246         surgery.
247
248         Closes: #491811
249
250 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
251
252         Patch by: orjan <orjanf at axis dot com>
253
254         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
255         Fix caps memory leak. Fixes #514573.
256
257 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
258
259         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
260         If there's no entries in the subindex, don't try to do anything stupid,
261         just return.
262
263 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
264
265         Patch by: John Millikin <jmillikin at gmail dot com>
266
267         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
268           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
269           Fix extraction of picture blocks with newer libflac versions again:
270           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
271
272 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
273
274         * tests/check/Makefile.am:
275           Add rtp-payloading test to VALGRIND_TO_FIX.
276
277         * tests/check/elements/rtp-payloading.c:
278           Add semicolons after GST_TEST_END so gst-indent gets the
279           formatting right; make test less verbose in general, but
280           more verbose in the error case (which should probably
281           make the test fail anyway).
282
283 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
284
285         * docs/plugins/Makefile.am:
286         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
287         * docs/plugins/gst-plugins-good-plugins-sections.txt:
288         * gst/avi/gstavisubtitle.c:
289         Add documentation for avisubtitle and change class to
290         Codec/Parser/Subtitle
291
292 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
293
294         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
295         Treat ENOTTY (driver does not implement ioctl) the same as
296         EINVAL since it implies there are no available standards.
297
298         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
299         (gst_v4l2src_get_nearest_size):
300         Replace gst_v4l2src_get_size_limits with 2 calls to new function
301         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
302         probe if the driver does not support VIDIOC_TRY_FMT for whatever
303         reason, and if we aren't yet actively capturing.
304
305         * sys/v4l2/v4l2src_calls.h:
306         Remove replaced function declaration.
307
308 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
309
310         * configure.ac:
311         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
312         API.
313
314 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
315
316         * configure.ac:
317         Fix typo.
318
319 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
320
321         * gst/alpha/Makefile.am:
322         * gst/alpha/gstalpha.c:
323
324         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
325         some stuff, and making buffer-alloc and resizing work automatically.
326         No longer crashes on odd frame widths and heights, although there
327         seems to be a disagreement with ffmpegcolorspace about what size
328         an AYUV frame with odd height should be.
329
330 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
331
332         Patch by: Alessandro Decina <alessandro at nnva dot org>
333
334         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
335         * ext/libpng/gstpngenc.h:
336         Preallocate the output buffer so that g_memdup() and
337         gst_buffer_merge() aren't needed anymore. This greatly improves
338         performances and fixes #512544.
339
340 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
341
342         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
343         (gst_avi_demux_stream_data):
344         GStreamer timestamps are PTS values while AVI only knows about DTS
345         timestamps. Make sure we only copy the DTS as the buffer timestamp when
346         we are dealing with a key frame.
347
348 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
349
350         * tests/check/Makefile.am:
351         * tests/check/elements/.cvsignore:
352         * tests/check/elements/rtp-payloading.c:
353           Add add testsuite for the rtp-payloader that tries simulating
354           dataflow. Needs more test data.
355
356 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
357
358         * tests/check/elements/alphacolor.c:
359           Remove two unused variables.
360
361 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
362
363         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
364           Use g_ascii_strtoll() instead of atoll, which is only
365           available in C99.
366
367 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
368
369         * gst/rtp/Makefile.am:
370         * gst/rtp/gstrtp.c:
371         * gst/rtp/gstrtpmpvpay.c:
372         * gst/rtp/gstrtpmpvpay.h:
373         Add MPEG2 video payloader
374
375 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
376
377         * gst/level/gstlevel.c:
378         Use #include <math.h> instead of #include "math.h".
379
380 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
381
382         * tests/check/Makefile.am:
383         Fix up some CFLAGS sets.
384         Don't include gconfvideosrc in the states test.
385
386         * tests/check/elements/autodetect.c: (GST_START_TEST):
387         Add some error strings to fail_unless arguments to fix some weird
388         compiler errors on Solaris.
389
390 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
391
392         * configure.ac:
393         Detect video4linux headers on Solaris too.
394         * sys/v4l2/gstv4l2colorbalance.h:
395         * sys/v4l2/gstv4l2object.h:
396         * sys/v4l2/v4l2_calls.c:
397         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
398         (gst_v4l2_buffer_new):
399
400         Make v4l2 build on Solaris.
401         Patch by: Brian Cameron  <brian.cameron at sun dot com>
402         Fixes: #510505
403
404 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
405
406         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
407           Update list from (still local) scanning script.
408
409 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
410
411         Based on a patch by:
412             Victor STINNER <victor dot stinner at haypocalc dot com>
413
414         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
415         Set variable to NULL after freeing it to prevent double frees
416         or make failures by another use of it afterwards more obvious
417         and fix use of it after the freeing. Fixes bug #510592.
418
419 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
420
421         * gst/udp/gstmultiudpsink.c:
422         use GST_WARNING for logging
423
424 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
425
426         * gst/udp/gstmultiudpsink.c:
427         Don't try to leave a multicast group with an invalid socket
428
429 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
430
431         * ext/flac/gstflacdec.c:
432           Fix compilation against flac 1.1.2 (as on debian stable), where
433           the picture metadata defines and structs don't exist yet.
434           Fixes #509301.
435
436 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
437
438         Patch by: Olivier Crete <tester at tester dot ca>
439
440         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
441         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
442         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
443         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
444         * gst/udp/gstmultiudpsink.h:
445         Add property to automatically join a multicast group or not. This can be
446         useful when sharing a socket between multiple elements.
447         Fixes #509531.
448
449 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
450
451         * gst/videomixer/Makefile.am:
452           Add controller flags.
453
454 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
455
456         * gst/videomixer/videomixer.c:
457           Also commit the missing gst_object_sync_values().
458
459 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
460
461         * docs/plugins/Makefile.am:
462           Remove duplicate entry.
463
464 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
465
466         * docs/plugins/Makefile.am:
467         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
468         * docs/plugins/gst-plugins-good-plugins-sections.txt:
469         * docs/plugins/inspect/plugin-gamma.xml:
470         * docs/plugins/inspect/plugin-monoscope.xml:
471         * docs/plugins/inspect/plugin-video4linux2.xml:
472           Add 3 more plugins to docs.
473
474 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
475
476         * docs/plugins/gst-plugins-good-plugins-sections.txt:
477         * sys/osxvideo/osxvideosink.h:
478           Revert previous change caused by a file that got stuck on an old
479           revision.
480
481 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
482
483         * docs/plugins/gst-plugins-good-plugins-sections.txt:
484         * gst/multipart/Makefile.am:
485         * gst/multipart/multipartdemux.c:
486         * gst/multipart/multipartdemux.h:
487         * gst/multipart/multipartmux.c:
488         * gst/multipart/multipartmux.h:
489           Re-add multipartdemux to the docs. Last round of section cleanup.
490
491 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
492
493         * docs/plugins/Makefile.am:
494         * docs/plugins/gst-plugins-good-plugins-sections.txt:
495         * sys/osxaudio/gstosxaudiosink.h:
496         * sys/osxvideo/osxvideosink.h:
497           Managed to resolve most unused declarations. Filed a bug for one left.          
498
499 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
500
501         * docs/plugins/gst-plugins-good-plugins-sections.txt:
502           Cleanup section file.
503
504 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
505
506         * docs/plugins/Makefile.am:
507         * docs/plugins/gst-plugins-good-plugins.args:
508         * docs/plugins/gst-plugins-good-plugins.signals:
509         * docs/plugins/inspect/plugin-alaw.xml:
510         * docs/plugins/inspect/plugin-alpha.xml:
511         * docs/plugins/inspect/plugin-alphacolor.xml:
512         * docs/plugins/inspect/plugin-annodex.xml:
513         * docs/plugins/inspect/plugin-apetag.xml:
514         * docs/plugins/inspect/plugin-audiofx.xml:
515         * docs/plugins/inspect/plugin-auparse.xml:
516         * docs/plugins/inspect/plugin-autodetect.xml:
517         * docs/plugins/inspect/plugin-avi.xml:
518         * docs/plugins/inspect/plugin-cairo.xml:
519         * docs/plugins/inspect/plugin-cdio.xml:
520         * docs/plugins/inspect/plugin-cutter.xml:
521         * docs/plugins/inspect/plugin-debug.xml:
522         * docs/plugins/inspect/plugin-dv.xml:
523         * docs/plugins/inspect/plugin-efence.xml:
524         * docs/plugins/inspect/plugin-effectv.xml:
525         * docs/plugins/inspect/plugin-flac.xml:
526         * docs/plugins/inspect/plugin-flxdec.xml:
527         * docs/plugins/inspect/plugin-gconfelements.xml:
528         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
529         * docs/plugins/inspect/plugin-goom.xml:
530         * docs/plugins/inspect/plugin-halelements.xml:
531         * docs/plugins/inspect/plugin-icydemux.xml:
532         * docs/plugins/inspect/plugin-id3demux.xml:
533         * docs/plugins/inspect/plugin-jpeg.xml:
534         * docs/plugins/inspect/plugin-ladspa.xml:
535         * docs/plugins/inspect/plugin-level.xml:
536         * docs/plugins/inspect/plugin-matroska.xml:
537         * docs/plugins/inspect/plugin-mulaw.xml:
538         * docs/plugins/inspect/plugin-multipart.xml:
539         * docs/plugins/inspect/plugin-navigationtest.xml:
540         * docs/plugins/inspect/plugin-png.xml:
541         * docs/plugins/inspect/plugin-quicktime.xml:
542         * docs/plugins/inspect/plugin-rtp.xml:
543         * docs/plugins/inspect/plugin-rtsp.xml:
544         * docs/plugins/inspect/plugin-shout2send.xml:
545         * docs/plugins/inspect/plugin-smpte.xml:
546         * docs/plugins/inspect/plugin-speex.xml:
547         * docs/plugins/inspect/plugin-taglib.xml:
548         * docs/plugins/inspect/plugin-udp.xml:
549         * docs/plugins/inspect/plugin-videobalance.xml:
550         * docs/plugins/inspect/plugin-videobox.xml:
551         * docs/plugins/inspect/plugin-videocrop.xml:
552         * docs/plugins/inspect/plugin-videoflip.xml:
553         * docs/plugins/inspect/plugin-videomixer.xml:
554         * docs/plugins/inspect/plugin-wavenc.xml:
555         * docs/plugins/inspect/plugin-wavpack.xml:
556         * docs/plugins/inspect/plugin-wavparse.xml:
557           Update plugin docs.
558
559         * gst/videomixer/Makefile.am:
560         * gst/videomixer/videomixer.c:
561         * gst/videomixer/videomixer.h:
562         * gst/videomixer/videomixerpad.h:
563           Split out header to fix warnings from the doc-build.
564
565 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
566
567         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
568
569         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
570         Use atoll to parse the rtptime with enough precision. Fixes #509329.
571
572 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
573
574         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
575         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
576           Initialise variables to work around (false) 'foo might be used
577           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
578
579 2008-01-11  David Schleef  <ds@schleef.org>
580
581         * docs/plugins/.cvsignore:
582         * tests/check/pipelines/.cvsignore:
583           Ignore more files for the buildbot.
584
585 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
586
587         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
588         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
589         Generate the image-type values correctly. Leave them out of the caps
590         when outputting a "preview image" tag, since it only makes sense
591         to have one of those - the type is irrelevant.
592
593         * sys/sunaudio/gstsunaudiomixerctrl.c:
594         (gst_sunaudiomixer_ctrl_open):
595         If we can, mark the mixer multiple open when we use it, in case
596         (for some reason) the process wants to open it again elsewhere.
597
598 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
599
600         Patch by: Olivier Crete <tester at tester dot ca>
601
602         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
603         * gst/rtp/gstrtptheorapay.c:
604         Fix the clock rate to 90000 as required by the RFC.
605         Fixes #508644.
606
607 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
608
609         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
610           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
611
612 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
613
614         * autogen.sh:
615           Add -Wno-portability to the automake parameters to stop warnings
616           about GNU make extensions being used. We require GNU make in almost
617           every Makefile anyway.
618           
619         * configure.ac:
620           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
621           at the same time is required for per target flags.
622
623 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
624
625         * gst/videomixer/videomixer.c: (gst_videomixer_init):
626         Fix error from my last commit.
627
628 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
629
630         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
631
632         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
633           Make sure the ISO 639-X language code in ID3v2 COMM frames
634           is actually valid UTF-8 (or rather: ASCII), so we don't end
635           up with non-UTF8 strings in tags if there's garbage in the
636           language field. Also make sure the language code is always
637           lower case. Fixes: #508291.
638
639 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
640
641         * ChangeLog:
642           Fix ChangeLog typo.
643
644 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
645
646         * Makefile.am:
647           Include lcov.mak to allow building coverage reports. Guard
648           check-torture target like in the other packages.
649
650 2008-01-09  Sameer Naik  <sameer@damagehead.com>
651
652         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
653
654         * gst/videomixer/videomixer.c:
655         (gst_videomixer_set_master_geometry), (_do_init),
656         (gst_videomixer_child_proxy_get_child_by_index),
657         (gst_videomixer_child_proxy_get_children_count),
658         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
659         (gst_videomixer_init), (gst_videomixer_request_new_pad),
660         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
661         Implement GstChildProxy interface.
662         Send newsegment at the right moment
663         Fixes #488879
664
665 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
666
667         * gst/alpha/Makefile.am:
668         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
669         (gst_alpha_sink_event), (gst_alpha_chain),
670         (gst_alpha_change_state), (plugin_init):
671         Make the various properties of 'alpha' controllable. This allows doing
672         niceties like fade-in/fade-out.
673
674 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
675
676         * gst/rtp/gstasteriskh263.c:
677         * gst/rtp/gstrtpL16depay.c:
678         * gst/rtp/gstrtpac3depay.c:
679         * gst/rtp/gstrtpamrpay.c:
680         * gst/rtp/gstrtpdepay.c:
681         * gst/rtp/gstrtpgsmdepay.c:
682         * gst/rtp/gstrtph263depay.c:
683         * gst/rtp/gstrtph263pdepay.c:
684         * gst/rtp/gstrtph263ppay.c:
685         * gst/rtp/gstrtph264depay.c:
686         * gst/rtp/gstrtph264pay.c:
687         * gst/rtp/gstrtpmp2tdepay.c:
688         * gst/rtp/gstrtpmp4adepay.c:
689         * gst/rtp/gstrtpmp4gdepay.c:
690         * gst/rtp/gstrtpmp4gpay.c:
691         * gst/rtp/gstrtpmp4vdepay.c:
692         * gst/rtp/gstrtpmpadepay.c:
693         * gst/rtp/gstrtpmpvdepay.c:
694         * gst/rtp/gstrtpsv3vdepay.c:
695         * gst/rtp/gstrtptheoradepay.c:
696         * gst/rtp/gstrtptheorapay.c:
697         * gst/rtp/gstrtpvorbisdepay.c:
698         * gst/rtp/gstrtpvorbispay.c:
699           Remove copy/paste unused code (property setters and getter) found by
700           the coverage suite (yay, saves ~20k on disk).
701
702 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
703
704         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
705           (videosink_templ):
706           Also fix up pad templates to indicate that image/jpeg doesn't
707           absolutely require the framerate property to be set (#504081).
708
709 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
710
711         Based on patch by: Wouter Cloetens  <wouter at mind be>
712
713         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
714           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
715           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
716         * gst/matroska/matroska-mux.h:
717           Keep track of first and last timestamps for each incoming stream,
718           so we can calculate the total duration for live sources and other
719           input where we can't query the duration from the start or where
720           there's no constant framerate from which we can deduce the
721           duration; also use calculated/observed duration if it is bigger
722           than the previously queried duration. Furthermore, use
723           gst_pad_query_peer_duration() and take into account that it may
724           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
725           screws up comparisons when using unsigned integers. Fixes #504081.
726
727 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
728
729         * configure.ac:
730         * gst/audiofx/audioamplify.c:
731         (gst_audio_amplify_clipping_method_get_type),
732         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
733         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
734         (gst_audio_dynamic_transform_ip):
735         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
736         (gst_audio_invert_transform_ip):
737         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
738         (gst_audio_panorama_transform):
739         * gst/level/gstlevel.c: (gst_level_init):
740         Make elements GST_BUFFER_FLAG_GAP aware and call
741         gst_base_transform_set_gap_aware for this.
742         Bump core requirement to CVS.
743         
744         * gst/audiofx/audiochebyshevfreqband.c:
745         (gst_audio_chebyshev_freq_band_transform_ip):
746         * gst/audiofx/audiochebyshevfreqlimit.c:
747         (gst_audio_chebyshev_freq_limit_transform_ip):
748         Also sync GObject properties to the controller if operating
749         in passthrough mode.
750
751 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
752
753         * sys/directdraw/gstdirectdrawsink.c:
754           (gst_directdraw_sink_window_thread):
755           FALSE is not a gpointer.
756
757 2008-01-05  Julien Moutte  <julien@fluendo.com>
758
759         * sys/directdraw/gstdirectdrawsink.c:
760         (gst_directdraw_sink_set_window_id),
761         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
762         (gst_directdraw_sink_buffer_alloc),
763         (gst_directdraw_sink_draw_borders),
764         (gst_directdraw_sink_show_frame),
765         (gst_directdraw_sink_setup_ddraw),
766         (gst_directdraw_sink_window_thread),
767         (gst_directdraw_sink_get_ddrawcaps),
768         (gst_directdraw_sink_surface_create): Make sure we create our
769         internal window only when we need it. That will give a chance to
770         the application to get the prepare-xwindow-id bus message. Draw
771         black borders when keeping aspect ratio. Handle the case where our
772         rendering window disappears (closed or errors) like other sinks
773         do. Various 80 columns fixes, improve state change order. That
774         element could need some more love.
775
776 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
777
778         * ext/taglib/gstapev2mux.h:
779         * ext/taglib/gstid3v2mux.h:
780         Remove useless typedefs without new type name. Fixes a warning with
781         gcc 4.3.
782
783 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
784
785         Patch by: John Millikin <jmillikin at gmail dot com>
786
787         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
788         (gst_flac_dec_setup_stream_decoder),
789         (gst_flac_normalize_picture_mime_type),
790         (gst_flac_extract_picture_buffer),
791         (gst_flac_dec_metadata_callback):
792         Emit metadata messages when a PICTURE block is encountered.
793         Fixes #506715.
794
795 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
796
797         * gst/avi/gstavi.c:
798         increase rank because no known issues anymore ...
799         * gst/avi/gstavisubtitle.c:
800         send subtitle name to the srcpad
801
802 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
803
804         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
805         * gst/rtsp/gstrtspsrc.h:
806         Implement redirect for the DESCRIBE reply. Fixes #506025.
807
808 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
809
810         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
811         Fix 'xyz may be used uninitialized' compiler warnings caused
812         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
813         abort() in any case but properly report the error.
814
815 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
816
817         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
818         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
819         * sys/ximage/gstximagesrc.c: (composite_pixel):
820           Fix 'xyz may be used uninitialized' compiler warnings caused
821           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
822           not really nice to abort in any case). Fixes #505745.
823
824 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
825
826         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
827           Small unit test fix (has no practical impact at the moment,
828           since we're only feeding utf8 and hence just create a sub-
829           buffer for the output).
830
831 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
832
833         * gst/avi/gstavisubtitle.c:
834         * tests/check/elements/avisubtitle.c:
835         Add seeking support for avi subtitle
836
837 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
838
839         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
840         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
841         (gst_flac_dec_write):
842         * ext/flac/gstflacdec.h:
843         Remove some unused vars.
844         Do more cleanup of leftover events and tags.
845         Output tags after the segment event. Fixes #504018.
846
847 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
848
849         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
850           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
851           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
852           Detect other UTF byte order markers and convert to UTF-8 as
853           appropriate.
854
855 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
856
857         * gst/avi/gstavisubtitle.c: (src_template),
858           (gst_avi_subtitle_extract_utf8_file),
859           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
860           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
861           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
862         * gst/avi/gstavisubtitle.h:
863           Refactor a bit; fix name extraction; don't assume all the data
864           in the chunk is actually subtitle data, there may be padding at
865           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
866           file so it's there to send again after a seek (for future use).
867
868 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
869
870         * gst/avi/Makefile.am:
871         * gst/avi/gstavi.c:
872         * gst/avi/gstavisubtitle.c:
873         * gst/avi/gstavisubtitle.h:
874         * tests/check/Makefile.am:
875         * tests/check/elements/avisubtitle.c:
876         * win32/common/config.h:
877                 Add avi subtitle element for bug #442034. Need seeking support
878                 and more support for character conversion.
879
880 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
881
882         * Makefile.am:
883           Include common/win32.mak for CRLF check of win32 project
884           files (see #393626).
885
886         * win32/vs6/libgstpng.dsp:
887           Fix line endings and do cvs admin -kb.
888
889 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
890
891         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
892         Actually drop the buffers which are outside the currently configured
893         segment instead of just emitting a WARNING.
894
895 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
896
897         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
898         (gst_flac_dec_write):
899         * ext/flac/gstflacdec.h:
900         Send segments from the streaming thread. Fixes #502187.
901         Fix segment seeking and a bunch of other seeking cases.
902
903 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
904
905         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
906           Parse WOAF frames and put the result into GST_TAG_CONTACT,
907           which is where it would end up if the same information was
908           put in a vorbis comment (don't think it's worth adding a
909           new URI tag for this). Fixes #488112.
910
911 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
912
913         * configure.ac:
914           We need core/base 0.10.15 or later.
915
916 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
917
918         Patch by: Mark Nauwelaerts <manauw skynet be>
919
920         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
921         Fix regression in stream numbering. Fixes #502655.
922
923 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
924
925         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
926
927         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
928         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
929         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
930         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
931         (gst_rtp_h264_pay_handle_buffer):
932         * gst/rtp/gstrtph264pay.h:
933         Use higher performance start-code searching.
934         Parse NALs and store SPS, PPS and profile in the caps so that they can
935         be used in the SDP. Fixes #502814.
936
937 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
938
939         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
940         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
941           Init some structs to zero before we pass them to ioctl, which
942           avoids valgrind warnings.  Also fix a small memory leak.
943
944 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
945
946         Patch by: Wouter Cloetens <wouter at mind dot be>
947
948         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
949         Copy timestamp from input to output. Not very perfect yet but better
950         than nothing. Fixes #503023.
951
952 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
953
954         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
955           Also print a useful error message with the old Wavpack API
956           if possible.
957
958 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
959
960         * ext/wavpack/gstwavpackdec.c:
961           More build fixes for old libwavpack versions: include config.h so
962           that WAVPACK_OLD_API is actually defined as detected; only use
963           WavpackGetErrorMessage if it is available. This fixes the build
964           on debian stable for me.
965
966 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
967
968         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
969         * ext/wavpack/gstwavpackparse.c:
970           (gst_wavpack_parse_create_src_pad):
971           Workaround the non-existance of WavpackGetChannelMask in Wavpack
972           versions below 4.40.0.
973
974 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
975
976         * configure.ac:
977           And now do it right for real...
978
979 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
980
981         * configure.ac:
982           Correctly reset $LIBS to not contain -lm.
983
984 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
985
986         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
987
988         * configure.ac:
989         * ext/cairo/gsttimeoverlay.c:
990           (gst_cairo_time_overlay_print_smpte_time):
991           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
992           and checking for rint() and implementing it ourself if it doesn't
993           exist. Fixes #497293.
994
995 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
996
997         * configure.ac:
998           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
999
1000 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
1001
1002         * sys/oss/gstosshelper.c:
1003         Verify that the format returned after the ioctl is the one
1004         we requested. It is valid for the ioctl to succeed while
1005         substituting an alternate 'supported' sample format.
1006
1007 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
1008
1009         * sys/oss/gstossaudio.c: (plugin_init):
1010         * sys/oss/gstosssink.c: (gst_oss_sink_open):
1011         * sys/oss/gstosssrc.c: (gst_oss_src_open):
1012           Post decent (and translated) error message when we can't
1013           open the audio device for some reason.
1014
1015 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
1016
1017         * sys/oss/gstosssink.c:
1018         * sys/oss/gstosssrc.c:
1019         Allow the AUDIODEV environment variable to redirect us
1020         to a different default OSS device, like sunaudiosink does
1021         on Solaris (makes audio play automatically on SunRays).
1022
1023 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
1024
1025         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
1026         * gst/audiofx/audiochebyshevfreqband.c:
1027         (gst_audio_chebyshev_freq_band_transform_ip):
1028         * gst/audiofx/audiochebyshevfreqlimit.c:
1029         (gst_audio_chebyshev_freq_limit_transform_ip):
1030         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
1031         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
1032         The transform_ip() methods should do nothing if in passthrough mode.
1033         It might get non-writable buffers in that case but the buffer might
1034         as well be writable.
1035
1036         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
1037         The transform() methods won't be called in passthrough mode and
1038         otherwise the buffer is always writable so don't check here.
1039
1040 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
1041
1042         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
1043           Fix seeking in .wav files again (#501775).  Some people seem to think
1044           they don't need to test their changes when they're just 'reflowing'
1045           some code.
1046
1047 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1048
1049         * gst/autodetect/gstautovideosink.c:
1050         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
1051         (gst_auto_video_sink_init),
1052         (gst_auto_video_sink_create_element_with_pretty_name),
1053         (gst_auto_video_sink_find_best),
1054         (gst_auto_video_sink_set_property),
1055         (gst_auto_video_sink_get_property):
1056         * gst/autodetect/gstautovideosink.h:
1057         Fix docs.
1058         Use same error reporting code as autoaudiosink.
1059         Add property to filter sinks based on caps. Only select raw video sinks
1060         by default for backwards compat.
1061         API: GstAutoVideoSink::filter-caps
1062
1063 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1064
1065         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1066
1067         * gst/autodetect/gstautoaudiosink.c:
1068         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
1069         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
1070         (gst_auto_audio_sink_set_property),
1071         (gst_auto_audio_sink_get_property):
1072         * gst/autodetect/gstautoaudiosink.h:
1073         Add property to filter sinks based on caps. Only select raw audio sinks
1074         by default for backwards compat.  Fixes #417420.
1075         API: GstAutoAudioSink::filter-caps
1076
1077 2007-11-29  Michael Smith <msmith@fluendo.com>
1078
1079         Patch by: Arek Korbik <arkadini@gmail.com>
1080
1081         * gst/videobox/gstvideobox.c: (plugin_init):
1082           Initialise liboil in plugin_init()
1083
1084 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
1085
1086         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
1087         Post error before sending EOS. Fixes #499178.
1088
1089 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
1090
1091         * win32/vs6/gst_plugins_good.dsw:
1092         * win32/vs6/libgstpng.dsp:
1093         Add a project file for libgstpng
1094
1095 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
1096
1097         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
1098         (gst_rtp_h263_depay_process):
1099         Code beautification.
1100         Added debug statements.
1101         Don't bit-shift everything, just do operations on last/first byte
1102         instead.
1103
1104 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
1105
1106         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
1107
1108         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
1109         Fix wrong comparison in overrun check. Fixes #499239 some more.
1110
1111 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
1112
1113         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
1114         (gst_rtp_h263_depay_process):
1115         * gst/rtp/gstrtph263depay.h:
1116         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
1117         stream.
1118
1119 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
1120
1121         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
1122
1123         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1124         (gst_rtp_mp4a_depay_process):
1125         * gst/rtp/gstrtpmp4adepay.h:
1126         Fix depayloading when multiple frames are inside one RTP packet.
1127         Fixes #499239.
1128
1129 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1130
1131         * gst/level/gstlevel.c:
1132           Add GAP-flag support.
1133
1134 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
1135
1136         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
1137         Read the I flag for Mode A h263 rtp stream and set the
1138         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
1139         Fixes #499383
1140
1141 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1142
1143         * gst/level/gstlevel.c:
1144           Remove some dead code and do cleanups.
1145
1146 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1147
1148         * tests/check/pipelines/simple-launch-lines.c:
1149           Improve the tests by allowing to set a target state.
1150
1151 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
1152
1153         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
1154         Don't check the caps of the output buffer if they're equal some
1155         other caps. The caps can change in a backward compatible way
1156         and did at this point.
1157
1158 2007-11-24  Julien MOUTTE  <julien@moutte.net>
1159
1160         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
1161         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
1162         (gst_qtdemux_seek_to_previous_keyframe),
1163         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
1164         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
1165         reverse playback support.
1166
1167 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1168
1169         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
1170         Also set the channel layout on the Wavpack caps if we're having
1171         a mono layout. Of course only do it for "audio/x-wavpack".
1172
1173 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1174
1175         * ext/wavpack/gstwavpackcommon.c:
1176         (gst_wavpack_get_default_channel_mask),
1177         (gst_wavpack_set_channel_layout),
1178         (gst_wavpack_get_default_channel_positions),
1179         (gst_wavpack_get_channel_mask_from_positions),
1180         (gst_wavpack_set_channel_mapping):
1181         * ext/wavpack/gstwavpackcommon.h:
1182         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
1183         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
1184         * ext/wavpack/gstwavpackdec.h:
1185         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1186         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
1187         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
1188         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
1189         (gst_wavpack_enc_rewrite_first_block),
1190         (gst_wavpack_enc_sink_event):
1191         * ext/wavpack/gstwavpackenc.h:
1192         * ext/wavpack/gstwavpackparse.c:
1193         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
1194         (gst_wavpack_parse_scan_to_find_sample),
1195         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
1196         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
1197         * ext/wavpack/gstwavpackparse.h:
1198         Add support for encoding, parsing and decoding multichannel
1199         files with up to 8 channels. This also improves the robustness
1200         of parsing quite a bit.
1201
1202         * ext/wavpack/gstwavpackstreamreader.c:
1203         (gst_wavpack_stream_reader_read_bytes),
1204         (gst_wavpack_stream_reader_get_pos),
1205         (gst_wavpack_stream_reader_set_pos_abs),
1206         (gst_wavpack_stream_reader_set_pos_rel),
1207         (gst_wavpack_stream_reader_push_back_byte),
1208         (gst_wavpack_stream_reader_get_length),
1209         (gst_wavpack_stream_reader_can_seek),
1210         (gst_wavpack_stream_reader_write_bytes):
1211         Improve debugging.
1212
1213 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1214
1215         * ext/libpng/gstpngdec.c:
1216         * ext/libpng/gstpngdec.h:
1217           Don't release the png-memory from within the callback.
1218
1219 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1220
1221         Patch by: René Stadler <mail at renestadler dot de>
1222
1223         * ext/libpng/gstpngenc.c:
1224           Don't leak buffer data memory. Fixes #498395.
1225
1226 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1227
1228         Patch by: René Stadler <mail at renestadler dot de>
1229
1230         * tests/check/pipelines/simple-launch-lines.c:
1231           Tests for #498395.
1232
1233 2007-11-20  Julien MOUTTE  <julien@moutte.net>
1234
1235         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
1236         (gst_tag_lib_mux_adjust_event_offsets):
1237         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
1238         * sys/osxaudio/Makefile.am:
1239         * sys/osxvideo/cocoawindow.h:
1240         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
1241
1242 2007-11-15  David Schleef  <ds@schleef.org>
1243
1244         * ext/cairo/gsttextoverlay.c:
1245           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
1246
1247 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1248
1249         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
1250
1251         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
1252         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
1253         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
1254         * gst/rtp/gstrtpmp2tpay.h:
1255         Fill the MTU with as many packets as possible. Fixes #491323.
1256
1257 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1258
1259         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1260
1261         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
1262         Fix some more leaks. Fixes #497007.
1263
1264 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1265
1266         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1267
1268         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
1269         (gst_rtspsrc_stream_configure_tcp):
1270         Fix 3 pad leaks. Fixes #496983.
1271
1272 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1273
1274         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1275
1276         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
1277         Fix small leak. Fixes #497017.
1278
1279 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1280
1281         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1282         (gst_qtdemux_prepare_current_sample),
1283         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
1284         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
1285         * gst/qtdemux/qtdemux_fourcc.h:
1286         * gst/qtdemux/qtdemux_types.c:
1287         Add suppport for theora in quicktime according to XiphQT.
1288
1289 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
1290
1291         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
1292         (gst_v4l2src_init), (gst_v4l2src_set_property),
1293         (gst_v4l2src_get_property):
1294         * sys/v4l2/gstv4l2src.h:
1295         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1296           Always copy buffers by default (handle safer with bugged drivers)
1297           and added a property to make it possible to use mmap effectively (no
1298           copy if possible) when application wants to. Fixes: #480557.
1299
1300 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1301
1302         * gst/id3demux/id3tags.c:
1303         * gst/id3demux/id3tags.h:
1304         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
1305           We don't want the same string multiple times in a tag list for the
1306           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
1307           this doesn't happen and remove special-case code for GST_TAG_GENRE.
1308
1309 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1310
1311         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
1312           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
1313           into ID3v2 TXXX frames (fixes #347848).
1314
1315 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1316
1317         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1318           Don't leak sdp message contents (fixes #496773).
1319
1320         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
1321           Don't leak URI string.
1322
1323 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1324
1325         Patch by: Julien Puydt <julien dot puydt at laposte net>
1326
1327         * ext/raw1394/Makefile.am:
1328         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
1329           (gst_1394_property_probe_get_properties),
1330           (gst_1394_property_probe_probe_property),
1331           (gst_1394_property_probe_needs_probe),
1332           (gst_1394_property_probe_get_values),
1333           (gst_1394_property_probe_interface_init),
1334           (gst_1394_type_add_property_probe_interface):
1335         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
1336         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
1337           (gst_dv1394src_init), (gst_dv1394src_dispose),
1338           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
1339           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
1340           (gst_dv1394src_update_device_name):
1341         * ext/raw1394/gstdv1394src.h:
1342           Implement GstPropertyProbe interface and add "device-name" property,
1343           so applications can use this to probe for available devices in the
1344           same way they can already with v4lsrc and v4l2src (however horrible
1345           this property probe interface may be). Fixes #358841.
1346
1347 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1348
1349         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1350
1351         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
1352           (gst_rtspsrc_parse_range):
1353           Don't leak event, don't leak range (fixes #496752).
1354
1355 2007-11-14  Michael Smith <msmith@fluendo.com>
1356
1357         Patch by: Arek Korbik <arkadini@gmail.com>
1358
1359         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
1360           Detect RGBA/BGRA correctly on little endian systems.
1361
1362 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1363
1364         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1365           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
1366           corresponding ioctl() call fails even though the driver claims to
1367           support this format, just fall back to the pre-2.6.19 kernel
1368           routine that creates caps with suitable height and width ranges
1369           (see #448278).
1370
1371 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1372
1373         Patch by: Mark Nauwelaerts <manauw skynet be>
1374
1375         * gst/matroska/matroska-demux.c:
1376           (gst_matroska_demux_push_dvd_clut_change_event),
1377           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1378           (gst_matroska_demux_subtitle_caps):
1379         * gst/matroska/matroska-ids.h:
1380           Extract palette data for dvd subpicture streams and send it
1381           downstream as custom gstreamer dvd event (fixes #453417).
1382
1383 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1384
1385         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
1386           Implement minimal parsing of the passed pango font description
1387           string, so passing a font size works the same as with the
1388           pango textoverlay plugin; fixes #455086.
1389           (Maybe we could just use pangocairo here at some point).
1390
1391 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1392
1393         * gst/avi/gstavidemux.c:
1394         * gst/wavparse/gstwavparse.c:
1395           Return the result in _activate_pull(). Don't ref element there.
1396
1397 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1398
1399         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
1400         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
1401         (gst_wavparse_srcpad_event):
1402           Ref the element when we should, but not when we its not needed. Reflow
1403           the event_handling to not leak the event.       
1404
1405 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
1406
1407         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1408         (qtdemux_parse_samples):
1409         Properly free QTDemuxSamples array.
1410         Protect table write with a sensible check, some files apparently DO contain
1411         stts values starting with 0 :(
1412
1413 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1414
1415         * gst/avi/gstavidemux.c:
1416         * gst/qtdemux/qtdemux.c:
1417           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
1418           previous commit messed up.
1419
1420 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1421
1422         * gst/avi/gstavidemux.c:
1423         * gst/qtdemux/qtdemux.c:
1424           Sync _handle_src_event() with oggdemux. In avidemux also ref the
1425           element when we should, but not when we its not needed.
1426
1427 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
1428
1429         * gst/wavparse/gstwavparse.c:
1430           Return FALSE if we can't handle a query instead of changing the
1431           format. Ignore fact when dealing with mpeg audio.
1432
1433 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1434
1435         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1436
1437         * configure.ac:
1438         * gst/udp/gstdynudpsink.c:
1439         * gst/udp/gstdynudpsink.h:
1440         * gst/udp/gstmultiudpsink.c:
1441         * gst/udp/gstmultiudpsink.h:
1442         * gst/udp/gstudpsink.c:
1443         * gst/udp/gstudpsink.h:
1444           Fix includes for MSVC and GLib-2.14.0 (#492388).
1445
1446         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
1447           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
1448
1449 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
1450
1451         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
1452         (gst_mulawdec_chain):
1453         * gst/law/mulaw-decode.h:
1454         Calculate outgoing buffer duration if incoming buffer didn't have a
1455         valid duration.
1456
1457 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
1458
1459         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
1460         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
1461         Smarter combine_flow code that also deals with downstream elements
1462         returning UNEXPECTED when they receive data out of the segment
1463         boundaries. Fixes #491305.
1464
1465 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1466
1467         * sys/v4l2/v4l2src_calls.c:
1468           Fix 'unused variable' compiler warning when compiling against
1469           older kernel headers.
1470
1471 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
1472
1473         * ext/taglib/gstid3v2mux.cc (add_funcs):
1474           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
1475
1476 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
1477
1478         * tests/check/pipelines/simple-launch-lines.c:
1479            Improve the tests a little more.
1480
1481 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
1482
1483         patch by: Yun Zheng Hu
1484
1485         * sys/osxaudio/gstosxaudiosrc.c:
1486         Use default input device instead of default output device and
1487         only memcpy actual available bytes.
1488
1489 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
1490
1491         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1492           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
1493           early. It is temporary until we find something better.
1494
1495 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1496
1497         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1498
1499         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
1500         Fix race when pausing a RTSP stream in interleaved.
1501         Fixes #475784.
1502
1503 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1504
1505         Patch by: Peter Kjellerstedt <pkj at axis com>
1506
1507         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
1508         Use correct unref function for buffers. #488844.
1509
1510 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
1511
1512         * gst/avi/gstavimux.c:
1513         * tests/check/elements/avimux.c:
1514           Add some debug and sync tests with the fix.     
1515
1516 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1517
1518         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1519
1520         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1521         When the socket is used by the app for other purposes, don't generate an
1522         error if there is activaty on the socket that is not data related.
1523         Fixes #487488.
1524
1525 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1526
1527         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
1528         (gst_v4l2src_grab_frame):
1529         Add some more debug info. Generate an error when we run out of buffers
1530         for some reason. See #480557.
1531
1532 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1533
1534         Patch by: Anders Skargren <anders dot skargren at axis dot com>
1535
1536         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
1537         Set marker bit correctly.
1538
1539 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
1540
1541         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1542         Use allowed name for the GstStructure.
1543
1544 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
1545
1546         * ext/gconf/gstswitchsink.c:
1547         * gst/autodetect/gstautoaudiosink.c:
1548           Use new gst_bus_pop_filtered().
1549
1550 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1551
1552         * sys/v4l2/gstv4l2src.c:
1553         * sys/v4l2/v4l2src_calls.c:
1554           When probing the formats and sizes a camera supports, make
1555           sure the best ones (highest resolution, prefered format)
1556           end up at the beginning of the probed caps and the less
1557           desirable ones at the end.  This is important because the
1558           order within the caps matters for things like fixation and
1559           negotiation, ie. what format is chosen in the end.
1560           With recent kernels, the current probing code will end up
1561           querying the supported sizes from lowest resolution to
1562           highest resolution, adding them to the probed caps in that
1563           order, resulting to v4l2src fixating to the lowest possible
1564           resolution if downstream does not express a size preference.
1565           Also make up a somewhat random ranking of prefered output
1566           formats for the same reason. Fixes #485828.
1567         
1568 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1569
1570         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
1571
1572         * gst/id3demux/id3v2frames.c:
1573           Extract license/copyright URIs from ID3v2 WCOP frames
1574           (Fixes #447000).
1575
1576         * tests/check/elements/id3demux.c:
1577         * tests/files/Makefile.am:
1578         * tests/files/id3-447000-wcop.tag:
1579           Add simple unit test.
1580
1581 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1582
1583         * ext/taglib/gstid3v2mux.cc:
1584           Add support for license/copyright URI tags (ID3v2 WCOP frame).
1585           Prerequisite for #447000.
1586
1587 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
1588
1589         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
1590         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
1591         a GstClockTime.
1592
1593 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1594
1595         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1596         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
1597         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
1598         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
1599         (gst_rtspsrc_change_state):
1600         More seeking fixes, mostly passing around the new playback segment in
1601         order to configure it properly.
1602         Also reset base_time of udp sources when setting them back to PLAYING as
1603         a temporary hack until core supports seek in live sources properly.
1604
1605 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1606
1607         * gst/rtp/gstrtpmp4adepay.c:
1608         Fix caps as to not confuse autopluggers.
1609
1610 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1611
1612         * gst/id3demux/gstid3demux.c:
1613         * gst/id3demux/gstid3demux.h:
1614         * gst/id3demux/id3tags.c:
1615         * gst/id3demux/id3tags.h:
1616         * gst/id3demux/id3v2frames.c:
1617           Port ID3 tag demuxer over to the new GstTagDemux in -base
1618           (now would be a good time to test re-importing your music
1619           collection).
1620
1621 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1622
1623         * gst/apetag/Makefile.am:
1624         * gst/apetag/gstapedemux.c:
1625         * gst/apetag/gstapedemux.h:
1626         * gst/apetag/gsttagdemux.c:
1627         * gst/apetag/gsttagdemux.h:
1628           Port APE tag demuxer over to the new GstTagDemux in -base.
1629
1630 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
1631
1632         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1633         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
1634         (gst_rtspsrc_handle_internal_src_query),
1635         (gst_rtspsrc_handle_src_query), (new_session_pad),
1636         (gst_rtspsrc_stream_configure_tcp),
1637         (gst_rtspsrc_stream_configure_transport),
1638         (gst_rtspsrc_loop_send_cmd):
1639         Improve flushing behaviour.
1640         Set state of the udp sources to PAUSE/PLAYING correctly.
1641         Handle events and queries for UDP and TCP transport now.
1642
1643 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1644
1645         * gst/rtp/gstrtpgsmdepay.c:
1646         * gst/rtp/gstrtpgsmpay.c:
1647           Add log category.
1648
1649 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1650
1651         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
1652
1653         * tests/check/Makefile.am:
1654         * tests/check/pipelines/simple-launch-lines.c:
1655           Add unit tests for payloaders/depayloaders.
1656
1657 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1658
1659         * gst/avi/gstavimux.c:
1660         * gst/avi/gstavimux.h:
1661           Also save codec data for audio streams. Fixes #482495.
1662
1663 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1664
1665         * gst/avi/gstavimux.c:
1666           Fix "Index entry has invalid stream nr 1".
1667           Add support for muxing aac - work in progress (see #482495).
1668
1669 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1670
1671         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
1672         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
1673         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1674         * gst/rtsp/gstrtspsrc.h:
1675         Parse bandwidth modifiers, they are not yet configured in the session
1676         manager because we don't have an API for that yet.
1677
1678 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1679
1680         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
1681         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1682         Use shiny new function in -base to get the default clock-rate.
1683         Update some docs.
1684
1685 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
1686
1687         * win32/MANIFEST:
1688         Add files to win32 manifest.
1689         * win32/vs6/libgstaudiofx.dsp:
1690         * win32/vs6/libgstqtdemux.dsp:
1691         * win32/vs6/libgstrtp.dsp:
1692         * win32/vs6/libgstrtsp.dsp:
1693         Update project files.
1694
1695 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
1696
1697         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
1698         (gst_rtspsrc_play):
1699         * gst/rtsp/gstrtspsrc.h:
1700         In TCP mode, only timestamp the first buffer. TCP is not real time and
1701         it does not make sense to try to skew compensate, also some servers send
1702         the first batch of data in a burst.
1703
1704 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
1705
1706         * gst/matroska/matroska-demux.c:
1707           Fix setting the discont flag on the first buffer
1708           pushed downstream for formats with private codec
1709           data that needs to be deserialised into buffers
1710           (such as vorbis and FLAC when in a matroska container).
1711
1712 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
1713
1714         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1715
1716         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
1717         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
1718         (gst_rtp_mp4v_pay_handle_buffer):
1719         * gst/rtp/gstrtpmp4vpay.h:
1720         Free the config string. Fixes #480707.
1721         Clean up the timestamp code a little.
1722
1723 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1724
1725         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1726         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
1727         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
1728         * gst/rtsp/gstrtspsrc.h:
1729         Set timestamps on RTP buffers in interleaved mode.
1730         Mark first buffers with a DISCONT.
1731         Remove flush hack now that sync for live sources has been figured out.
1732
1733 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1734
1735         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1736         Update documentation.
1737
1738 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1739
1740         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
1741         (gst_rtp_xqt_depay_change_state):
1742         * gst/qtdemux/gstrtpxqtdepay.h:
1743         Fail if we don't know the quicktime format.
1744
1745 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
1746
1747         * ext/flac/gstflacenc.c:
1748         * ext/flac/gstflacenc.h:
1749           Save the flow return from the last gst_pad_push() and
1750           make sure we pass the right flow return value upstream
1751           in the case of failure; minor clean-ups.
1752
1753 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1754
1755         * ext/taglib/gstapev2mux.cc:
1756         * ext/taglib/gstid3v2mux.cc:
1757         * gst/apetag/gstapedemux.c:
1758           Add support for the new GST_TAG_COMPOSER (#459809).
1759
1760 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1761
1762         * gst/law/alaw-decode.c:
1763         * gst/law/alaw-decode.h:
1764         * gst/law/alaw-encode.c:
1765         * gst/law/alaw-encode.h:
1766         * gst/law/alaw.c:
1767         * gst/law/mulaw-conversion.h:
1768           Compulsive clean-ups: use boilerplate macros, add debug
1769           categories, fix up things to conform to symbol nomenklatura,
1770           etc.
1771
1772 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1773
1774         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1775
1776         * gst/law/alaw-decode.c:
1777         * gst/law/alaw-encode.c:
1778           Use static tables for A-Law decoding and encoding; this makes
1779           A-Law decoding and encoding less CPU-intensive, but increases
1780           the binary size a bit. Leaving old code around for now,
1781           selectable by a define in the code. Fixes #435435.
1782
1783 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1784
1785         * configure.ac:
1786         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
1787         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
1788         in configure.ac.
1789
1790 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1791
1792         Patch by: <j at bootlab dot org>
1793
1794         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1795         Add fourccs for MPEG2 HDV streams. Fixes #479960.
1796
1797 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
1798
1799         * sys/oss/gstosshelper.c:
1800           Use GST_WARNING instead of a g_critical. This situation is not caused
1801           by the application.
1802
1803 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1804
1805         * po/LINGUAS:
1806         * po/nl.po:
1807           Updated translations.
1808
1809 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1810
1811         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
1812
1813         * po/eu.po:
1814           Added Basque translation.
1815
1816 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1817
1818         translated by: Abel Cheung <abelcheung@gmail.com>
1819
1820         * po/zh_HK.po:
1821         * po/zh_TW.po:
1822           Added Chinese (traditional and Hong Kong) translation.
1823
1824 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1825
1826         translated by: Jakub Bogusz <qboosh@pld-linux.org>
1827
1828         * po/pl.po:
1829           Added Polish translation.
1830
1831 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1832
1833         translated by: Ilkka Tuohela <hile@iki.fi>
1834
1835         * po/fi.po:
1836           Added Finnish translation.
1837
1838 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1839
1840         translated by: Jorge González González <aloriel@gmail.com>
1841
1842         * po/es.po:
1843           Added Spanish translation.
1844
1845 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1846
1847         translated by: Mogens Jaeger <mogens@jaeger.tf>
1848
1849         * po/da.po:
1850           Added Danish translation.
1851
1852 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1853
1854         translated by: Funda Wang <fundawang@linux.net.cn>
1855
1856         * po/zh_CN.po:
1857           Added Chinese (simplified) translation.
1858
1859 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1860
1861         translated by: Alexander Shopov <ash@contact.bg>
1862
1863         * po/bg.po:
1864           Added Bulgarian translation.
1865
1866 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
1867
1868         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
1869         Set outgoing packet duration because we can. Fixes #478244 some more.
1870
1871 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
1872
1873         * ext/cairo/gsttextoverlay.c:
1874           Add info about static leak.
1875         
1876         * tests/check/Makefile.am:
1877         * tests/check/generic/states.c:
1878           Improved state change unit test.
1879
1880 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
1881
1882         * docs/plugins/.cvsignore:
1883         * tests/check/.cvsignore:
1884           Ignore registries in any format.
1885
1886 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
1887
1888         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
1889         Removed some unused code.
1890
1891         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1892         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
1893         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
1894         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
1895         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
1896         (gst_rtp_theora_pay_flush_packet):
1897         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
1898         Try to preserve the incomming buffer duration on the outgoing
1899         packets. Fixes #478244.
1900
1901 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
1902
1903         * ext/taglib/gstapev2mux.cc:
1904         * ext/taglib/gstid3v2mux.cc:
1905           Work around compiler warnings with g++-4.2 when assigning a
1906           string constant to a gchar * (partially fixes #478092).
1907
1908 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
1909
1910         * configure.ac:
1911           We require core CVS now for gst_base_src_set_do_timestamp().
1912
1913 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1914
1915         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
1916         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1917         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
1918         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
1919         (gst_rtspsrc_handle_message):
1920         Fix compiler warnings shown with Forte.
1921
1922 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
1923
1924         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
1925         (gst_rtspsrc_dup_printf):
1926         Give meaningfull error when all streams failed to configure for some
1927         reason.
1928
1929 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
1930
1931         * gst/rtp/README:
1932         Update README with the design for synchronisation rules of RTP on
1933         sender and receiver.
1934
1935 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
1936
1937         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
1938         (gst_wavparse_chain):
1939         Don't push EOS from the chain function, the element
1940         driving the pipeline is responsible for this. The bug
1941         this was meant to fix seems to be queue not forwarding
1942         EOS in all cases (see #476514).
1943
1944 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
1945
1946         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
1947         (gst_level_transform_ip):
1948         * gst/level/gstlevel.h:
1949         Use basetransform segment so that it is correctly managed on flushes and
1950         start/stop.
1951         Report message timestamp as stream time, which is what an application
1952         can understand.
1953
1954 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
1955
1956         * ext/taglib/gstapev2mux.cc:
1957         * ext/taglib/gstapev2mux.h:
1958         * ext/taglib/gsttaglibmux.c:
1959         * tests/check/elements/apev2mux.c:
1960         Update my mail address.
1961
1962 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
1963
1964         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
1965         (gst_wavparse_loop), (gst_wavparse_chain):
1966         Add EOS logic for the push-based mode too. Fixes #476514.
1967
1968 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
1969
1970         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
1971         * gst/law/alaw-encode.h:
1972         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1973         (gst_mulawenc_chain):
1974         * gst/law/mulaw-encode.h:
1975         Fix law encoder timestamps.
1976
1977 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
1978
1979         * ext/gconf/gstgconfaudiosink.c:
1980           Fix warning when building without debug.
1981
1982         * sys/oss/gstossmixertrack.c:
1983           Use const like in alsamixertrack.c (fixes warnings).
1984
1985 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
1986
1987         * sys/v4l2/v4l2src_calls.c:
1988         (gst_v4l2src_probe_caps_for_format_and_size):
1989         Fix framerate detection code some more.
1990         Handle the case where there is a weird step in the stepwise framerates.
1991         Don't overwrite the min interval with the framerate, use a temp variable
1992         instead.
1993         Use max in the Continuous framerate intervals instead of step, which is
1994         1 according to the docs. Fixes #475424.
1995
1996 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
1997
1998         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
1999         Make udpsrc timestamp outgoing buffers based on when they were received.
2000         Also make it output a segment in time.
2001
2002 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
2003
2004         * gst/avi/gstavidemux.c:
2005           Plug a little leak. Little code cleanups.
2006
2007 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
2008
2009         * configure.ac:
2010           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
2011           flac versions, 's good for cross-compilation karma.
2012
2013 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
2014
2015         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
2016
2017         * gst/rtp/gstrtph263pay.c:
2018           Fix up header structure so that compilers don't add padding
2019           between the structure fields, since that would lead to us
2020           sending RTP packets with broken headers (as is currently the
2021           case when compiling with MSVC). Also see similar fixes in
2022           libgstrtp in gst-plugins-base. (#474616; #471194)
2023
2024 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
2025
2026         * sys/v4l2/v4l2src_calls.c:
2027         (gst_v4l2src_probe_caps_for_format_and_size):
2028         Don't overwrite our GValue with 0 but instead use the previously
2029         computed value. Fixes #471823 some more.
2030
2031 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2032
2033         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2034           No tabs in this file please, or gtk-doc will end up documenting
2035           rather absurd class hierarchies.
2036
2037 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2038
2039         * ext/gconf/gstswitchsink.c:
2040           If the new kid element fails to change state for some reason
2041           (e.g. esdsink not being able to connect to the sound server),
2042           forward the error message it posted on the bus instead of just
2043           posting a generic 'Internal state change error: please file a
2044           bug' error message. Fixes #471364.
2045
2046 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2047
2048         * gst/qtdemux/Makefile.am:
2049         * gst/qtdemux/qtdemux.c:
2050           Don't assume tags are encoded as UTF-8 (#473670).
2051
2052 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2053
2054         * sys/v4l2/gstv4l2src.c:
2055         * sys/v4l2/gstv4l2src.h:
2056         * sys/v4l2/v4l2src_calls.c:
2057           Implement LATENCY queries in the crudest way possible so I don't
2058           have to use sync=false any longer when testing with videosinks.
2059
2060 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2061
2062         * configure.ac:
2063           Fix build.
2064
2065 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2066
2067         * sys/v4l2/v4l2src_calls.c:
2068         (gst_v4l2src_probe_caps_for_format_and_size):
2069         Add some more debugging in the framerate function.
2070         Iterate stepwise framerate up to and _including_ the max and if nothing
2071         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
2072         don't end up with an empty list. Fixes #471823
2073
2074 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2075
2076         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2077         (gst_multiudpsink_set_clients_string),
2078         (gst_multiudpsink_get_clients_string),
2079         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
2080         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
2081         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
2082         (gst_multiudpsink_clear):
2083         Add property do configure destination address/port pairs
2084         API:GstMultiUDPSink::clients
2085
2086 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2087
2088         * tests/examples/Makefile.am:
2089         * tests/examples/rtp/Makefile.am:
2090         * tests/examples/rtp/client-H263p-AMR.sh:
2091         * tests/examples/rtp/client-H263p-PCMA.sdp:
2092         * tests/examples/rtp/client-H263p-PCMA.sh:
2093         * tests/examples/rtp/client-H264-PCMA.sdp:
2094         * tests/examples/rtp/client-H264-PCMA.sh:
2095         * tests/examples/rtp/client-PCMA.sh:
2096         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
2097         * tests/examples/rtp/server-alsasrc-PCMA.sh:
2098         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
2099         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2100         Added some RTP example scripts for sending and receiving RTP streams.
2101
2102 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2103
2104         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
2105         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
2106         Restructure the setcaps function so that we can also compute the
2107         expected GStreamer output size of the video frames.
2108         Set frame_byte_size correctly so that read-based devices have a chance
2109         of working correctly.
2110         When grabbing a frame, discard frames that are not of the expected size.
2111         Some cameras don't output the right framesize for the first buffer.
2112         Try only a couple of times to get a valid frame, else error out.
2113
2114         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
2115         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
2116         Add some more debug info when scanning the device.
2117
2118         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
2119         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
2120         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
2121         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
2122         Add some more debug info when dequeing a frame.
2123
2124 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2125
2126         * gst/wavparse/gstwavparse.c:
2127           More code cleanups. Add some more comment and improve debugs logs.
2128
2129 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2130
2131         * gst/wavparse/gstwavparse.c:
2132         * gst/wavparse/gstwavparse.h:
2133           Implement seek-query. Refactor duration calculations. Appropriate use
2134           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
2135           out of loops.
2136
2137 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
2138
2139         * gst/avi/gstavidemux.c:
2140           Implement seek-query.
2141
2142 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
2143
2144         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
2145         (gst_rtspsrc_dup_printf):
2146         Use new basesink async property to make sparse RTCP packet not wait for
2147         preroll.
2148
2149 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
2150
2151         * gst/audiofx/Makefile.am:
2152         Dist the right file.
2153
2154 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
2155
2156         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
2157         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
2158         Make sure we generate and parse floating point values in the POSIX
2159         locale instead of the current locale. 
2160
2161 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
2162
2163         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
2164         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
2165         (gst_rtspsrc_play):
2166         * gst/rtsp/gstrtspsrc.h:
2167         Fix method detection again.
2168         Keep track of when we must send a Range header.
2169         Use segment values for Range, Speed and Scale headers.
2170         Parse Speed and Scale headers to update the segment values.
2171
2172 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
2173
2174         patch by: Mark Nauwelaerts <manauw@skynet.be>
2175
2176         * sys/v4l2/v4l2src_calls.c:
2177           Handle optional v4l2 ioctls gracefully.
2178
2179 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
2180
2181         * gst/rtp/Makefile.am:
2182         * gst/rtp/gstrtp.c: (plugin_init):
2183         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
2184         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
2185         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
2186         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
2187         (gst_rtp_h263_depay_get_property),
2188         (gst_rtp_h263_depay_change_state),
2189         (gst_rtp_h263_depay_plugin_init):
2190         * gst/rtp/gstrtph263depay.h:
2191         Added an H263 depayloader. Fixes #369392.
2192
2193         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
2194         (gst_rtp_h263p_depay_process):
2195         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
2196         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
2197         Make the H263+ pay/depayloader support H263-1998 and H263-2000
2198         payloads.
2199         Also alow plain H263 on the h263p payloaders. Fixes #465040.
2200
2201 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2202
2203         * gst/audiofx/audiochebyshevfreqband.c:
2204         * gst/audiofx/audiochebyshevfreqlimit.c:
2205         Add small comparision with the windowed sinc filters in the docs.
2206
2207 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2208
2209         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
2210         (audiochebyshevfreqband_suite):
2211         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
2212         (audiochebyshevfreqlimit_suite):
2213         Also test 32 bit float mode and the type 2 variants of the filters.
2214
2215 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
2216
2217         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2218         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2219         (gst_rtspsrc_loop):
2220         Refactor the udp and interleaved loop function a bit.
2221
2222 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2223
2224         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2225         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
2226         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
2227         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2228         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2229         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
2230         * gst/rtsp/gstrtspsrc.h:
2231         Protect connection activity with a new lock, avoids deadlocks when going
2232         to PAUSED. Fixes #455808.
2233
2234 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2235
2236         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
2237         Fix debug statement.
2238
2239 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2240
2241         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
2242         Fix stray %u in debug line as spotted by Saur on IRC.
2243
2244 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
2245
2246         * gst/audiofx/audiochebyshevfreqband.c:
2247         (gst_audio_chebyshev_freq_band_class_init):
2248         * gst/audiofx/audiochebyshevfreqlimit.c:
2249         (gst_audio_chebyshev_freq_limit_class_init):
2250         Use generator macros for the process functions for the different
2251         sample types, add lower upper boundaries for the GObject properties
2252         so automatically generated UIs can use sliders and add a note about
2253         the number of poles as a too high number of poles combined with
2254         very low or very high frequencies will produce only noise.
2255         * docs/plugins/gst-plugins-good-plugins.args:
2256         Regenerated for the property changes.
2257
2258 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2259
2260         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
2261         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
2262         (gst_rtspsrc_stream_configure_udp_sink),
2263         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
2264         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2265         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2266         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
2267         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
2268         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2269         * gst/rtsp/gstrtspsrc.h:
2270         Improve timeout handling.
2271         Use the same socket for sending and receiving RTCP packets so that some
2272         servers can track clients better.
2273         Improve connection closed handling. Try to reconnect.
2274         Don't overwrite our content base with NULL.
2275         Improve debugging.
2276         Improve range parsing and handling.
2277         Remove flushing hack now that core does the right thing.
2278
2279 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2280
2281         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2282         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
2283         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
2284         (gst_multiudpsink_close), (gst_multiudpsink_add):
2285         * gst/udp/gstmultiudpsink.h:
2286         Add support for getting and setting the socket to use.
2287
2288         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2289         (gst_udpsrc_create), (gst_udpsrc_get_property):
2290         Add support for getting the currently used socket.
2291
2292 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
2293
2294         reviewed by: Stefan Kost  <ensonic@users.sf.net>
2295
2296         * gst/audiofx/Makefile.am:
2297         * gst/audiofx/audiochebyshevfreqband.c:
2298         (gst_audio_chebyshev_freq_band_mode_get_type),
2299         (gst_audio_chebyshev_freq_band_base_init),
2300         (gst_audio_chebyshev_freq_band_dispose),
2301         (gst_audio_chebyshev_freq_band_class_init),
2302         (gst_audio_chebyshev_freq_band_init),
2303         (generate_biquad_coefficients), (calculate_gain),
2304         (generate_coefficients),
2305         (gst_audio_chebyshev_freq_band_set_property),
2306         (gst_audio_chebyshev_freq_band_get_property),
2307         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
2308         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
2309         (gst_audio_chebyshev_freq_band_start):
2310         * gst/audiofx/audiochebyshevfreqband.h:
2311         * gst/audiofx/audiochebyshevfreqlimit.c:
2312         (gst_audio_chebyshev_freq_limit_mode_get_type),
2313         (gst_audio_chebyshev_freq_limit_base_init),
2314         (gst_audio_chebyshev_freq_limit_dispose),
2315         (gst_audio_chebyshev_freq_limit_class_init),
2316         (gst_audio_chebyshev_freq_limit_init),
2317         (generate_biquad_coefficients), (calculate_gain),
2318         (generate_coefficients),
2319         (gst_audio_chebyshev_freq_limit_set_property),
2320         (gst_audio_chebyshev_freq_limit_get_property),
2321         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
2322         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
2323         (gst_audio_chebyshev_freq_limit_start):
2324         * gst/audiofx/audiochebyshevfreqlimit.h:
2325         * gst/audiofx/audiofx.c: (plugin_init):
2326         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
2327         Fixes #464800.
2328
2329         * tests/check/Makefile.am:
2330         * tests/check/elements/.cvsignore:
2331         * tests/check/elements/audiochebyshevfreqband.c:
2332         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
2333         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
2334         * tests/check/elements/audiochebyshevfreqlimit.c:
2335         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
2336         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
2337         Add unit tests for the chebyshev filters.
2338
2339         * docs/plugins/Makefile.am:
2340         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2341         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2342         * docs/plugins/gst-plugins-good-plugins.args:
2343         * docs/plugins/inspect/plugin-1394.xml:
2344         * docs/plugins/inspect/plugin-audiofx.xml:
2345         * docs/plugins/inspect/plugin-dv.xml:
2346         * docs/plugins/inspect/plugin-flac.xml:
2347         * docs/plugins/inspect/plugin-jpeg.xml:
2348         * docs/plugins/inspect/plugin-png.xml:
2349         * docs/plugins/inspect/plugin-rtp.xml:
2350         * docs/plugins/inspect/plugin-shout2send.xml:
2351         * docs/plugins/inspect/plugin-wavpack.xml:
2352         And add docs for the chebyshev filters. While doing
2353         that also run make update in docs/plugins.
2354
2355 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2356
2357         * ext/annodex/gstcmmltag.c:
2358         * gst/rtp/gstrtpvorbispay.c:
2359           Make ro memory to share.
2360
2361 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2362
2363         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2364         Improve UDP performance by avoiding a select() when we have data
2365         available immediatly.
2366
2367 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2368
2369         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
2370         (gst_rtp_dec_class_init):
2371         * gst/rtsp/gstrtpdec.h:
2372         Add (dummy) SSRC management signals.
2373
2374         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
2375         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
2376         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
2377         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
2378         (on_timeout), (gst_rtspsrc_stream_configure_manager),
2379         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
2380         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2381         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2382         * gst/rtsp/gstrtspsrc.h:
2383         Add connection-speed property.
2384         Add find_stream helper functions.
2385         Handle stream EOS based on BYE messages or SSRC timeout.
2386         Returns SUCCESS from the state change function as we hide our async
2387         elements from the parent.
2388
2389 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2390
2391         * gst/debug/rndbuffersize.c:
2392           Fix da leak.
2393
2394 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
2395
2396         * gst/debug/Makefile.am:
2397         * gst/debug/breakmydata.c:
2398         * gst/debug/gstdebug.c:
2399         * gst/debug/negotiation.c:
2400         * gst/debug/progressreport.c:
2401         * gst/debug/rndbuffersize.c:
2402         * gst/debug/testplugin.c:
2403           Add new test element and clean-up the others a little.
2404
2405 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
2406
2407         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2408         Fix parsing of mp4a version 0 atoms. Fixes #465774.
2409
2410 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
2411
2412         * gst/rtp/gstrtpilbcdepay.c:
2413           Include stdlib.
2414
2415 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
2416
2417         * gst/rtp/gstrtpmpvdepay.c:
2418         Set the mpegversion in the caps so that autoplugging does not get
2419         confused.
2420
2421 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2422
2423         * po/hu.po:
2424         * po/uk.po:
2425         * po/vi.po:
2426           Updated translations.
2427
2428 2007-08-08  Michael Smith <msmith@fluendo.com>
2429
2430         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
2431           Render right border in the correct location.
2432
2433 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
2434
2435         Patch by: Olivier Crete <tester at tester dot ca>
2436
2437         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
2438         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2439         Make mode property a string. Fixes #464475.
2440
2441 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2442
2443         * ext/flac/gstflacenc.c:
2444           Widen caps to match decoder a bit and add more FIXMEs.
2445
2446 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2447
2448         patch by: Mark Nauwelaerts <manauw@skynet.be>
2449
2450         * gst/avi/gstavimux.c:
2451           Fix ODML index tag numbering. Fixes #463624.
2452
2453 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
2454
2455         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
2456         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2457         (gst_rtspsrc_stream_configure_tcp),
2458         (gst_rtspsrc_stream_configure_udp_sink):
2459         Fix default clock-rate for realmedia.
2460         Fix parsing of transport.
2461         Don't try to link NULL pads.
2462
2463 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
2464
2465         * po/POTFILES.skip:
2466           Add POTFILES.skip with list of source files that aren't disted at the
2467           moment but contain translatable strings. Should hopefully pacify
2468           broken tools and make it clearer that these files are left out
2469           intentionally (#461600).
2470
2471 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
2472
2473         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
2474         If the buffer was entirely clipped ... don't try sending it :)
2475
2476 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2477
2478         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
2479         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
2480         (gst_rtspsrc_create_transports_string),
2481         (gst_rtspsrc_prepare_transports):
2482         If we don't hav a session manager, set the caps on outgoing buffers
2483         ourselves.
2484         Force PAUSE/PLAY methods for now until the extensions can overwrite.
2485         Append final bit of the transport string even when it does not contain a
2486         placeholder.
2487
2488 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2489
2490         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
2491         (gst_rtsp_ext_list_connect):
2492         * gst/rtsp/gstrtspext.h:
2493         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2494         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
2495         Clean up the interface list.
2496         Allow connecting to interface signals for the extensions.
2497         Remove old extension code.
2498         Free list on cleanup.
2499         Allow extensions to send additional RTSP messages.
2500
2501 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2502
2503         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
2504         Handle a NULL gconf key gracefully by rendering the default element.
2505
2506 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2507
2508         * gst/rtsp/gstrtspext.h:
2509         Fix include path for extension interface.
2510
2511 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2512
2513         * gst/audiofx/audioamplify.h:
2514         Also remove a now unecessary variable here.
2515
2516 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2517
2518         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
2519         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
2520         * gst/audiofx/audiodynamic.c:
2521         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
2522         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
2523         * gst/audiofx/audiodynamic.h:
2524         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
2525         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
2526         * gst/audiofx/audioinvert.h:
2527         Don't save format information ourselves, this is already saved in
2528         GstAudioFilter.
2529
2530 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
2531
2532         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2533         (gst_rtsp_ext_list_stream_select):
2534         * gst/rtsp/gstrtspext.h:
2535         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
2536         Use rank to filter out extensions.
2537         Add url to stream_select interface call.
2538
2539 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2540
2541         * gst/rtsp/Makefile.am:
2542         * gst/rtsp/base64.c:
2543         * gst/rtsp/base64.h:
2544         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2545         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
2546         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
2547         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
2548         (gst_rtsp_ext_list_setup_media),
2549         (gst_rtsp_ext_list_configure_stream),
2550         (gst_rtsp_ext_list_get_transports),
2551         (gst_rtsp_ext_list_stream_select):
2552         * gst/rtsp/gstrtspext.h:
2553         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
2554         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
2555         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
2556         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2557         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
2558         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
2559         (gst_rtspsrc_stream_configure_tcp),
2560         (gst_rtspsrc_stream_configure_mcast),
2561         (gst_rtspsrc_stream_configure_udp),
2562         (gst_rtspsrc_stream_configure_udp_sink),
2563         (gst_rtspsrc_stream_configure_transport),
2564         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2565         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2566         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
2567         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
2568         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2569         (gst_rtspsrc_parse_methods),
2570         (gst_rtspsrc_create_transports_string),
2571         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
2572         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
2573         (gst_rtspsrc_play), (gst_rtspsrc_pause),
2574         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
2575         * gst/rtsp/gstrtspsrc.h:
2576         * gst/rtsp/rtsp.h:
2577         * gst/rtsp/rtspconnection.c:
2578         * gst/rtsp/rtspconnection.h:
2579         * gst/rtsp/rtspdefs.c:
2580         * gst/rtsp/rtspdefs.h:
2581         * gst/rtsp/rtspext.h:
2582         * gst/rtsp/rtspextwms.c:
2583         * gst/rtsp/rtspextwms.h:
2584         * gst/rtsp/rtspmessage.c:
2585         * gst/rtsp/rtspmessage.h:
2586         * gst/rtsp/rtsprange.c:
2587         * gst/rtsp/rtsprange.h:
2588         * gst/rtsp/rtsptransport.c:
2589         * gst/rtsp/rtsptransport.h:
2590         * gst/rtsp/rtspurl.c:
2591         * gst/rtsp/rtspurl.h:
2592         * gst/rtsp/sdp.h:
2593         * gst/rtsp/sdpmessage.c:
2594         * gst/rtsp/sdpmessage.h:
2595         * gst/rtsp/test.c:
2596         Use shiny new RTSP and SDP library.
2597         Implement RTSP extensions using the new interface.
2598         Remove a lot of old code.
2599
2600 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
2601
2602         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2603         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
2604
2605 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2606
2607         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2608         Don't unref the outgoing buffer twice when dropping it because it's
2609         outside of the segment.
2610
2611 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2612
2613         * configure.ac:
2614         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
2615         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
2616         Use the new buffer clipping function from gstaudio here and
2617         require gst-plugins-base CVS.
2618         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
2619         For framed Wavpack buffers we require a valid timestamp.
2620
2621 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
2622
2623         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
2624         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
2625         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
2626         Clip raw audio and video when we can, keep track of current output
2627         segment.
2628         Don't leak buffers and events when there is no output pad.
2629         Improve debugging here and there.
2630
2631 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
2632
2633         * configure.ac:
2634           Sync liboil check with plugins-base.
2635
2636 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
2637
2638         * ext/annodex/Makefile.am:
2639           Fix CFLAGS/LIBS.
2640
2641         * ext/cdio/gstcdiocddasrc.c:
2642         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
2643           Include stdlib
2644
2645         * ext/cairo/Makefile.am:
2646         * gst/videofilter/Makefile.am:
2647         * tests/examples/level/Makefile.am:
2648           Use $(LIBM) instead of -lm
2649
2650 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2651
2652         * sys/v4l2/gstv4l2src.c:
2653           Add another example pipeline.
2654
2655 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2656
2657         Patch by: Alexander Eichner <alexeichi@yahoo.de>
2658
2659         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2660           Use define here.
2661
2662         * sys/v4l2/gstv4l2tuner.c:
2663         (gst_v4l2_tuner_set_frequency_and_notify):
2664           Don't touch the property - its still disabled.
2665
2666         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
2667         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
2668         * sys/v4l2/v4l2src_calls.h:
2669           Improve fallback format negotionation. Fixes #451388
2670
2671 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2672
2673         * tests/check/elements/videocrop.c: (GST_START_TEST):
2674           Fix the test.
2675
2676 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2677
2678         * docs/plugins/Makefile.am:
2679         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2680         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2681         * docs/plugins/inspect/plugin-jpeg.xml:
2682         * docs/plugins/inspect/plugin-png.xml:
2683         * ext/jpeg/gstjpegdec.c:
2684         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
2685         (gst_pngdec_sink_setcaps):
2686           More docs. More logs in pngdec.
2687
2688 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
2689
2690         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2691           Initialize num_buffers with minimum value.
2692
2693         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
2694         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
2695           Handle frame-size query failure gracefully.
2696
2697 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
2698
2699         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2700         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
2701         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
2702         of qt/aac files.
2703
2704 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
2705
2706         * ext/wavpack/gstwavpackdec.c:
2707         (gst_wavpack_dec_clip_outgoing_buffer):
2708         Fix buffer clipping to correctly clip to the segment stop.
2709
2710 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
2711
2712         * configure.ac:
2713         * tests/Makefile.am:
2714         Remove bogus check for libcheck, since we check for
2715         gstreamer-check and it pulls in the required info from there,
2716         and we weren't actually _using_ the information for libcheck
2717         ourselves anyway.
2718
2719 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
2720
2721         * configure.ac:
2722           Use pkg-config to locate check.
2723
2724 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
2725
2726         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
2727         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
2728         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
2729         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2730         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
2731         * gst/effectv/gstaging.c: (gst_agingtv_transform):
2732         * gst/effectv/gstdice.c: (gst_dicetv_transform):
2733         * gst/effectv/gstedge.c: (gst_edgetv_transform):
2734         * gst/effectv/gstquark.c: (gst_quarktv_transform):
2735         * gst/effectv/gstrev.c: (gst_revtv_transform):
2736         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
2737         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
2738         * gst/effectv/gstwarp.c: (gst_warptv_transform):
2739         * gst/matroska/matroska-demux.c:
2740         (gst_matroska_demux_add_wvpk_header),
2741         (gst_matroska_demux_check_subtitle_buffer),
2742         (gst_matroska_decode_buffer):
2743         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
2744           Fix build against core CVS.
2745
2746 2007-07-10  Edward Hervey  <bilboed@gmail.com>
2747
2748         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
2749         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
2750         don't have enough granularity to convert that boolean into a
2751         GstFlowReturn.
2752
2753 2007-07-06  Michael Smith <msmith@fluendo.com>
2754
2755         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
2756         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
2757         (gst_alawdec_change_state):
2758         * gst/law/alaw-decode.h:
2759         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
2760         (gst_mulawdec_class_init), (gst_mulawdec_init),
2761         (gst_mulawdec_chain), (gst_mulawdec_change_state):
2762         * gst/law/mulaw-decode.h:
2763           Fix capsnego bogosity in *law decoders. 
2764
2765 2007-07-06  Michael Smith <msmith@fluendo.com>
2766
2767         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
2768         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
2769         (gst_smokeenc_change_state):
2770         * ext/jpeg/gstsmokeenc.h:
2771           Remove stupidity in get/set caps functions.
2772           Fix some refcounting problems.
2773
2774 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
2775
2776         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
2777         Remove endianness-flipping hack that seems to have been required
2778         only because of a bug in ffmpegcolorspace.
2779         Partially Fixes: #451908
2780
2781 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
2782
2783         * docs/plugins/Makefile.am:
2784           Simplify --extra-dir as gtkdoc scans recursively.
2785
2786 2007-07-03  Wim Taymans,,,  <set EMAIL_ADDRESS environment variable>
2787
2788         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2789
2790         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2791         Set the encoding-name in the rtp caps to all uppercase, as required by
2792         the caps spec.
2793         Some small cleanups in the error paths. Fixes #453037.
2794
2795 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
2796
2797         * ext/wavpack/gstwavpackparse.c:
2798         (gst_wavpack_parse_index_get_last_entry),
2799         (gst_wavpack_parse_index_get_entry_from_sample),
2800         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
2801         (gst_wavpack_parse_scan_to_find_sample):
2802         * ext/wavpack/gstwavpackparse.h:
2803         Use a GSList for the GArray that is used like a list anyway.
2804
2805 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
2806
2807         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
2808         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
2809         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
2810           Add state change function where we set 0/1 as default framerate in
2811           case our setcaps function isn't called, like it might not in a
2812           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
2813           gdkpixbufdec trying to create caps with a 0/0 framerate.
2814           Also post an error message on the bus if gst_pad_push() fails when
2815           called from our sink event handler (+1 for flow returns for event
2816           functions in 0.11) instead of failing silently.
2817
2818 2007-06-27  Wim Taymans  <wim@fluendo.com>
2819
2820         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
2821         Cast stack args to the proper types. Fixes #451249.
2822
2823 2007-06-27  Wim Taymans  <wim@fluendo.com>
2824
2825         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2826         (new_session_pad), (gst_rtspsrc_setup_streams):
2827         * gst/rtsp/gstrtspsrc.h:
2828         For container formats we only need to activate one of the streams so
2829         that we correctly signal no-more-pads. Fixes #451015.
2830
2831 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
2832
2833         * docs/plugins/gst-plugins-good-plugins.args:
2834         * docs/plugins/inspect/plugin-aasink.xml:
2835         * docs/plugins/inspect/plugin-alaw.xml:
2836         * docs/plugins/inspect/plugin-alpha.xml:
2837         * docs/plugins/inspect/plugin-alphacolor.xml:
2838         * docs/plugins/inspect/plugin-annodex.xml:
2839         * docs/plugins/inspect/plugin-apetag.xml:
2840         * docs/plugins/inspect/plugin-audiofx.xml:
2841         * docs/plugins/inspect/plugin-auparse.xml:
2842         * docs/plugins/inspect/plugin-autodetect.xml:
2843         * docs/plugins/inspect/plugin-avi.xml:
2844         * docs/plugins/inspect/plugin-cacasink.xml:
2845         * docs/plugins/inspect/plugin-cairo.xml:
2846         * docs/plugins/inspect/plugin-cdio.xml:
2847         * docs/plugins/inspect/plugin-cutter.xml:
2848         * docs/plugins/inspect/plugin-debug.xml:
2849         * docs/plugins/inspect/plugin-efence.xml:
2850         * docs/plugins/inspect/plugin-effectv.xml:
2851         * docs/plugins/inspect/plugin-esdsink.xml:
2852         * docs/plugins/inspect/plugin-flac.xml:
2853         * docs/plugins/inspect/plugin-flxdec.xml:
2854         * docs/plugins/inspect/plugin-gconfelements.xml:
2855         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2856         * docs/plugins/inspect/plugin-goom.xml:
2857         * docs/plugins/inspect/plugin-halelements.xml:
2858         * docs/plugins/inspect/plugin-icydemux.xml:
2859         * docs/plugins/inspect/plugin-id3demux.xml:
2860         * docs/plugins/inspect/plugin-jpeg.xml:
2861         * docs/plugins/inspect/plugin-ladspa.xml:
2862         * docs/plugins/inspect/plugin-level.xml:
2863         * docs/plugins/inspect/plugin-matroska.xml:
2864         * docs/plugins/inspect/plugin-mulaw.xml:
2865         * docs/plugins/inspect/plugin-multipart.xml:
2866         * docs/plugins/inspect/plugin-navigationtest.xml:
2867         * docs/plugins/inspect/plugin-ossaudio.xml:
2868         * docs/plugins/inspect/plugin-png.xml:
2869         * docs/plugins/inspect/plugin-quicktime.xml:
2870         * docs/plugins/inspect/plugin-rtp.xml:
2871         * docs/plugins/inspect/plugin-rtsp.xml:
2872         * docs/plugins/inspect/plugin-smpte.xml:
2873         * docs/plugins/inspect/plugin-speex.xml:
2874         * docs/plugins/inspect/plugin-taglib.xml:
2875         * docs/plugins/inspect/plugin-udp.xml:
2876         * docs/plugins/inspect/plugin-videobalance.xml:
2877         * docs/plugins/inspect/plugin-videobox.xml:
2878         * docs/plugins/inspect/plugin-videocrop.xml:
2879         * docs/plugins/inspect/plugin-videoflip.xml:
2880         * docs/plugins/inspect/plugin-videomixer.xml:
2881         * docs/plugins/inspect/plugin-wavenc.xml:
2882         * docs/plugins/inspect/plugin-wavparse.xml:
2883         * docs/plugins/inspect/plugin-ximagesrc.xml:
2884           Update docs with caps info.
2885
2886 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
2887
2888         * po/POTFILES.in:
2889           Add more files with translatable strings (#450878).
2890
2891 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
2892
2893         * MAINTAINERS:
2894         Updating all the maintainers files
2895
2896 2007-06-22  Edward Hervey  <edward@fluendo.com>
2897
2898         * ext/flac/gstflactag.c: (gst_flac_tag_init):
2899         * gst/interleave/deinterleave.c: (deinterleave_init),
2900         (deinterleave_sink_link):
2901         * gst/interleave/interleave.c: (interleave_init):
2902         * gst/median/gstmedian.c: (gst_median_init):
2903         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
2904         Fix memory leaks.
2905         * tests/check/elements/id3demux.c: (pad_added_cb):
2906         Remove unused variable.
2907
2908 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
2909
2910         * ext/gconf/gconf.h:
2911         Make the prototype of gst_gconf_get_key_for_sink_profile
2912         match the implementation.
2913         Patch by: Damien Carbery <damien dot carbery at sun dot com>
2914         Fixes: #449747
2915
2916 2007-06-20  Michael Smith <msmith@fluendo.com>
2917
2918         * gst/rtp/gstrtpdepay.c:
2919           Fix description - rtpdepay is not a payloader.
2920
2921 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
2922
2923         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
2924         (qtdemux_video_caps):
2925         * gst/qtdemux/qtdemux_fourcc.h:
2926           Add MJPG to the variants of motion jpeg.
2927
2928 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
2929
2930         * tests/check/Makefile.am:
2931         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
2932         * tests/check/elements/videocrop.c: (GST_START_TEST):
2933         * tests/check/elements/videofilter.c:
2934         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
2935         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
2936           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
2937           error flags are included and it errors out on compiler warnings
2938           for CVS builds; remove unused variables in various unit tests.
2939
2940 2007-06-19  Wim Taymans  <wim@fluendo.com>
2941
2942         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2943         (rtsp_connection_close), (rtsp_connection_free):
2944         Use threadsafe inet_ntop to convert an ip number to a string. 
2945         Fixes #447961.
2946         Don't leak fd (and ip) when freeing a connection without first closing
2947         it.
2948
2949 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
2950
2951         * configure.ac:
2952         Back to CVS
2953
2954         * gst-plugins-good.doap:
2955         Add 0.10.6 to the doap file.
2956
2957 === release 0.10.6 ===
2958
2959 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
2960
2961         * configure.ac:
2962           releasing 0.10.6, "Wobble Board"
2963
2964 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
2965
2966         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2967         (rtsp_connection_free):
2968           Revert previous commit again, since we are frozen (sorry).
2969
2970 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
2971
2972         Patch by: Peter Kjellerstedt <pkj at axis com>
2973
2974         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2975         (rtsp_connection_free):
2976           inet_ntoa() uses a static buffer internally, so we need to copy the
2977           returned string if we want to store it for later (#447961).
2978
2979 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
2980
2981         * win32/vs6/autogen.dsp:
2982         * win32/vs6/gst_plugins_good.dsw:
2983         * win32/vs6/libgstalaw.dsp:
2984         * win32/vs6/libgstalpha.dsp:
2985         * win32/vs6/libgstalphacolor.dsp:
2986         * win32/vs6/libgstapetag.dsp:
2987         * win32/vs6/libgstaudiofx.dsp:
2988         * win32/vs6/libgstauparse.dsp:
2989         * win32/vs6/libgstautodetect.dsp:
2990         * win32/vs6/libgstavi.dsp:
2991         * win32/vs6/libgstcutter.dsp:
2992         * win32/vs6/libgstdirectdraw.dsp:
2993         * win32/vs6/libgstdirectsound.dsp:
2994         * win32/vs6/libgsteffectv.dsp:
2995         * win32/vs6/libgstflx.dsp:
2996         * win32/vs6/libgstgoom.dsp:
2997         * win32/vs6/libgsticydemux.dsp:
2998         * win32/vs6/libgstid3demux.dsp:
2999         * win32/vs6/libgstinterleave.dsp:
3000         * win32/vs6/libgstjpeg.dsp:
3001         * win32/vs6/libgstlevel.dsp:
3002         * win32/vs6/libgstmatroska.dsp:
3003         * win32/vs6/libgstmedian.dsp:
3004         * win32/vs6/libgstmonoscope.dsp:
3005         * win32/vs6/libgstmulaw.dsp:
3006         * win32/vs6/libgstmultipart.dsp:
3007         * win32/vs6/libgstqtdemux.dsp:
3008         * win32/vs6/libgstrtp.dsp:
3009         * win32/vs6/libgstrtsp.dsp:
3010         * win32/vs6/libgstsmpte.dsp:
3011         * win32/vs6/libgstspeex.dsp:
3012         * win32/vs6/libgstudp.dsp:
3013         * win32/vs6/libgstvideobalance.dsp:
3014         * win32/vs6/libgstvideobox.dsp:
3015         * win32/vs6/libgstvideocrop.dsp:
3016         * win32/vs6/libgstvideoflip.dsp:
3017         * win32/vs6/libgstvideomixer.dsp:
3018         * win32/vs6/libgstwaveform.dsp:
3019         * win32/vs6/libgstwavenc.dsp:
3020         * win32/vs6/libgstwavparse.dsp:
3021         Mark *.dsp & *.dsw as binary files and convert to DOS line
3022         endings, as they don't load into VS6 correctly otherwise.
3023
3024 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3025
3026         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3027         (rtsp_connection_connect):
3028         Fix the MingW build. 
3029         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
3030         Fixes: #446981
3031
3032 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3033
3034         * tests/check/elements/.cvsignore:
3035         * tests/icles/.cvsignore:
3036         Hush the buildbots up
3037
3038 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3039
3040         * configure.ac:
3041         * sys/Makefile.am:
3042         * sys/directdraw/Makefile.am:
3043         * sys/directsound/Makefile.am:
3044         * sys/waveform/Makefile.am:
3045         Make sure to dist everything needed for win32 builds.
3046
3047 2007-06-14  Edward Hervey  <edward@fluendo.com>
3048
3049         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
3050         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
3051         caps.
3052         Fixes #447458
3053
3054 2007-06-13  Wim Taymans  <wim@fluendo.com>
3055
3056         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
3057         Make sure we allocate enough memory for the codec_data.
3058         Fixes #447210.
3059
3060 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
3061
3062         * win32/MANIFEST:
3063         Add videocrop project file to the win32 manifest.
3064         * win32/vs6/gst_plugins_good.dsw:
3065         Add qtdemux,videocrop and waveform projects to the workspace.
3066         * win32/vs6/libgstqtdemux.dsp:
3067         Add zlib to the link list of qtdemux.
3068         * win32/vs6/libgstvideocrop.dsp:
3069         Add a project file for videocrop.
3070
3071 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3072
3073         * po/POTFILES.in:
3074         Add qtdemux for translation
3075
3076 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3077
3078         * configure.ac:
3079         * docs/plugins/Makefile.am:
3080         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3081         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3082         * docs/plugins/inspect/plugin-videocrop.xml:
3083         * gst-plugins-good.spec.in:
3084         * sys/Makefile.am:
3085         * tests/check/Makefile.am:
3086         * tests/icles/Makefile.am:
3087         * tests/icles/videocrop-test.c:
3088         Move videocrop and osxvideo from -bad.
3089
3090 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3091
3092         * configure.ac:
3093         * docs/plugins/Makefile.am:
3094         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3095         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3096         * docs/plugins/gst-plugins-good-plugins.args:
3097         * docs/plugins/inspect/plugin-qtdemux.xml:
3098         * docs/plugins/inspect/plugin-quicktime.xml:
3099         * win32/MANIFEST:
3100         Move qtdemux from -bad.
3101
3102         * gst-plugins-good.spec.in:
3103         Update spec file to reflect moving of qtdemux and wavpack
3104
3105 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3106         
3107         * win32/MANIFEST:
3108         * docs/plugins/Makefile.am:
3109         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3110         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3111         * docs/plugins/inspect/plugin-directdraw.xml:
3112         * docs/plugins/inspect/plugin-directsound.xml:
3113         * docs/plugins/inspect/plugin-waveform.xml:
3114         Move the waveform plugin from -bad too. Update the inspect xml
3115         files to mention Plugins Good instead of Plugins Bad.
3116
3117 2007-06-12  Andy Wingo  <wingo@pobox.com>
3118
3119         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
3120         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
3121         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
3122         finalization and resuscitation. No longer public.
3123         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
3124         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
3125         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
3126         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
3127         miniobject semantics, and be threadsafe.
3128         (gst_v4l2src_queue_frame): Remove this function, as we just call
3129         the ioctls directly in the two places where we queue buffers.
3130         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
3131         directly.
3132         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
3133         to allocate the pool, which also preallocates the GstBuffers.
3134         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
3135         queueing the frames directly.
3136         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
3137         mmap buffers have been dequeued.
3138
3139         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
3140         real MiniObject instead of rolling our own refcounting and
3141         finalizing. Give it a lock.
3142         (struct _GstV4l2Buffer): Remove one intermediary object, having
3143         the buffers hold the struct v4l2_buffer directly.
3144
3145         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
3146         capture_init so that it can set them on the buffers that it will
3147         create.
3148         (gst_v4l2src_get_read): For better or for worse, include the
3149         timestamping and offsetting code here; really we should be using
3150         bufferalloc though.
3151         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
3152         preallocated, mmap'd buffers.
3153
3154 2007-06-11  Wim Taymans  <wim@fluendo.com>
3155
3156         Patch by: daniel fischer <dan at f3c dot com>
3157
3158         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
3159         (gst_ximage_src_get_caps):
3160         Actually use the display_name property so that we can dump any
3161         available X display. Fixes #445905.
3162
3163 2007-06-11  Wim Taymans  <wim@fluendo.com>
3164
3165         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3166
3167         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
3168         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
3169         Add missing rate fields to caps. Fixes #441118.
3170
3171 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
3172
3173         * win32/vs6/gst_plugins_good.dsw:
3174         * win32/vs8/gst-plugins-good.sln:
3175         Add DirectSound and DirectDraw sinks project files to
3176         workspace and solution files.
3177
3178 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3179
3180         Patch by: Josh Coalson <xflac at yahoo dot com>,
3181         updated by Alexis Ballier <aballier at gentoo dot org>:
3182
3183         * configure.ac:
3184         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
3185         (gst_flac_dec_setup_seekable_decoder),
3186         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
3187         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
3188         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
3189         * ext/flac/gstflacdec.h:
3190         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3191         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
3192         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
3193         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
3194         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
3195         (gst_flac_enc_chain), (gst_flac_enc_set_property),
3196         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
3197         * ext/flac/gstflacenc.h:
3198         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
3199         
3200 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3201
3202         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
3203         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
3204         not necessary anymore as we need at least that core version. 
3205
3206 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3207
3208         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3209         (gst_wavpack_dec_chain):
3210         * ext/wavpack/gstwavpackdec.h:
3211         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3212         (gst_wavpack_parse_push_buffer):
3213         * ext/wavpack/gstwavpackparse.h:
3214         Improve discont handling by checking if the next Wavpack block has
3215         the expected, following block index.
3216
3217 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3218
3219         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
3220           Fix element description.
3221
3222 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3223
3224         * configure.ac:
3225         * docs/plugins/Makefile.am:
3226         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3227         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3228         * docs/plugins/gst-plugins-good-plugins.args:
3229         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3230         * docs/plugins/gst-plugins-good-plugins.signals:
3231         * docs/plugins/inspect/plugin-autodetect.xml:
3232         * docs/plugins/inspect/plugin-gconfelements.xml:
3233         * docs/plugins/inspect/plugin-ladspa.xml:
3234         * docs/plugins/inspect/plugin-rtp.xml:
3235         * docs/plugins/inspect/plugin-wavpack.xml:
3236         * ext/Makefile.am:
3237         * tests/check/Makefile.am:
3238           move wavpack plugin.  See #352605.
3239
3240 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
3241
3242         * configure.ac:
3243         * docs/plugins/Makefile.am:
3244         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3245         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3246         * docs/plugins/gst-plugins-good-plugins.args:
3247         * sys/Makefile.am:
3248         * win32/MANIFEST:
3249         Add DirectDraw & DirectSound plugins to the build and docs.
3250
3251 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
3252
3253         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
3254         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
3255           When operating in pull mode, error out correct on not-linked.
3256
3257 2007-06-06  Andy Wingo  <wingo@pobox.com>
3258
3259         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
3260         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
3261         format and size if the ioctls are defined; should fix compilation
3262         on Linux < 2.16.19.
3263
3264 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
3265
3266         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
3267           Printf fixes in debug statements; use LOG level for debug statements
3268           that are printed for each and every frame; convert c++ comments to
3269           C-style comments; not much point using g_try_malloc() if we then not
3270           even check the return value.
3271
3272 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
3273
3274         * configure.ac:
3275           Bump requirements to released versions (core and base 0.10.13).
3276
3277         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
3278           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
3279           own implementation.
3280
3281 2007-06-05  Andy Wingo  <wingo@pobox.com>
3282
3283         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
3284         some useless comments.
3285
3286         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
3287         frames before calling STREAMON, that might leave them in a state
3288         where they can't be dequeued if we go back to NULL without calling
3289         STREAMON, according to the docs.
3290         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
3291         before we call STREAMON.
3292         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
3293         failures. (For me this code hung.) The pool refcounting is still
3294         crack; added a note to that effect.
3295
3296 2007-06-05  Wim Taymans  <wim@fluendo.com>
3297
3298         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
3299         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
3300         Add support for mapping gst structure names to the MIME type equivalent.
3301         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
3302
3303 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3304
3305         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3306         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
3307         (gst_wavenc_chain), (gst_wavenc_change_state):
3308         * gst/wavenc/gstwavenc.h:
3309         Properly write wav files with width!=depth by having the depth most
3310         significant bytes set and all others zero. Fixes #442535.
3311
3312 2007-06-01  Wim Taymans  <wim@fluendo.com>
3313
3314         * gst/rtsp/rtspconnection.c:
3315         Add include to make buildbot happy.
3316
3317 2007-06-01  Wim Taymans  <wim@fluendo.com>
3318
3319         Patch by: Peter Kjellerstedt  <pkj at axis com>
3320
3321         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3322         (rtsp_connection_connect), (add_date_header),
3323         (rtsp_connection_send), (parse_response_status),
3324         (parse_request_line), (parse_line), (rtsp_connection_receive):
3325         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
3326         * gst/rtsp/rtspdefs.h:
3327         * gst/rtsp/rtspmessage.c: (key_value_foreach),
3328         (rtsp_message_init_request), (rtsp_message_init_response),
3329         (rtsp_message_remove_header), (rtsp_message_append_headers),
3330         (rtsp_message_dump):
3331         * gst/rtsp/rtspmessage.h:
3332         Improves version checking, allowing an RTSP server to reply with "505
3333         RTSP Version not supported.
3334         Adds a Date header to all messages.
3335         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
3336         want to be able to send a response even if something in the request was
3337         invalid. EINVAL is only used when passing wrong arguments to functions.
3338         Do not handle an invalid method in parse_request_line(). Defer this to
3339         the caller so it can respond with "405 Method Not Allowed".
3340         Improves parsing of the timeout parameter to the Session header,
3341         allowing whitespace after the semicolon. 
3342         Avoids a compiler warning due to variables shadowing a function argument.
3343
3344 2007-06-01  Wim Taymans  <wim@fluendo.com>
3345
3346         Based on Patch by: Daniel Charles <dcharles at ti dot com>
3347
3348         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
3349         (gst_rtp_amr_depay_process):
3350         * gst/rtp/gstrtpamrdepay.h:
3351         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
3352         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
3353         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
3354         * gst/rtp/gstrtpamrpay.h:
3355         Add support for AMR-WB.
3356         Small cleanups such as using BOILERPLATE.
3357
3358 2007-05-31  Wim Taymans  <wim@fluendo.com>
3359
3360         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
3361         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
3362
3363 2007-05-30  Andy Wingo  <wingo@pobox.com>
3364
3365         * sys/v4l2/gstv4l2object.h: 
3366         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
3367         unintended changes.
3368
3369         * sys/v4l2/v4l2src_calls.h: 
3370         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
3371         the format list in the order that the driver gives it to us.
3372         (gst_v4l2src_probe_caps_for_format_and_size)
3373         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
3374         based on the capabilities of the device.
3375         (gst_v4l2src_grab_frame): Update for object variable renaming.
3376         (gst_v4l2src_set_capture): Update to be strict in its parameters,
3377         as in the set_caps below.
3378         (gst_v4l2src_capture_init): Update for object variable renaming,
3379         and reflow.
3380         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
3381         (gst_v4l2src_capture_deinit): Update for object variable renaming.
3382         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
3383         (gst_v4l2src_get_fps): Remove; these functions don't have much
3384         meaning outside of an atomic set_caps method.
3385         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
3386         known.
3387
3388         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
3389         call to update_fps; not sure about this change.
3390         (gst_v4l2_tuner_set_norm): Work around the fact that for the
3391         moment we don't have an update_fps_func.
3392
3393         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
3394         structures in the object, just store what we need. Do store the
3395         probed caps of the device. Don't store the current frame rate.
3396
3397         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
3398         update_fps_function, for now. Update for new object variable
3399         naming.
3400         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
3401         new object variable naming.
3402         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
3403         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
3404         (gst_v4l2src_get_caps): Rework to probe the device for supported
3405         frame sizes and frame rates.
3406         (gst_v4l2src_set_caps): Rework to be strict in the given
3407         parameters: if someone asks us to have a certain size and rate,
3408         that is what we configure.
3409         (gst_v4l2src_get_read): Update for object variable naming. Don't
3410         leak buffers on short reads.
3411         (gst_v4l2src_get_mmap): Update for object variable naming, and add
3412         comments.
3413         (gst_v4l2src_create): Update for object variable naming.
3414
3415 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3416
3417         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
3418         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
3419         * gst/avi/gstavidemux.h:
3420           Parse subtitle text streams instead of erroring out (#442034). Still
3421           needs a parser for the subtitles to actually show up.
3422
3423 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3424
3425         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
3426         (gst_avi_demux_loop):
3427           Make _push_event() return TRUE if the event could be pushed on at
3428           least one pad and not only if it could be pushed on all pads,
3429           otherwise we'll end up posting an error message on EOS if one or
3430           more source pads are not connected.
3431
3432 2007-05-28  Wim Taymans  <wim@fluendo.com>
3433
3434         * gst/rtsp/rtsptransport.c:
3435         Use renamed RTP bin.
3436
3437 2007-05-28  Wim Taymans  <wim@fluendo.com>
3438
3439         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
3440
3441         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
3442         (gst_video_box_set_property), (gst_video_box_transform_caps),
3443         (video_box_recalc_transform), (gst_video_box_set_caps),
3444         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
3445         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
3446         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
3447         (gst_video_box_i420_i420), (gst_video_box_transform),
3448         (plugin_init):
3449         Add AYUV->AYUV and AYUV->I420 formats. 
3450         Fix negotiation and I420->AYUV conversion.
3451         Fixes #429329.
3452
3453 2007-05-26  Wim Taymans  <wim@fluendo.com>
3454
3455         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
3456         Use different variables for nested for loops so that the outer loop
3457         functions properly and speex files with multiple frames per buffer work
3458         properly.
3459         Fixes #441408.
3460
3461 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3462
3463         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
3464           Don't leak newsegment events.
3465
3466 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3467
3468         * gst/wavparse/Makefile.am:
3469           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
3470           drags it in.
3471
3472 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3473
3474         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3475         (notgst_value_array_append_buffer),
3476         (gst_flac_enc_process_stream_headers),
3477         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
3478         (gst_flac_enc_change_state):
3479         * ext/flac/gstflacenc.h:
3480           Collect headers, add "streamheader" field to output caps and set
3481           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
3482           produces output according to the official FLAC-to-Ogg mapping
3483           instead of completely broken files. Fixes #426044.
3484
3485 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3486
3487         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
3488         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
3489         (gst_id3demux_sink_event):
3490         * gst/id3demux/gstid3demux.h:
3491         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
3492         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
3493         (gst_tag_demux_send_new_segment):
3494         Handle and adjust new-segment events so that downstream really
3495         sees a stream with the tag pieces stripped off the front and back.
3496         Fixes strangeness in seeking when mp3 decoders use the new-segment
3497         byte position to estimate their current playback position timestamp
3498         and then the arriving buffers don't match up.
3499
3500 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3501
3502         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
3503           Don't unnecessarily perform a READY->NULL->READY transition on the
3504           detected audio sink when starting up. Fixes: #440127
3505
3506 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
3507
3508         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
3509         (gst_flac_enc_chain):
3510           Don't crash in chain function if setcaps hasn't been called.
3511
3512 2007-05-24  Wim Taymans  <wim@fluendo.com>
3513
3514         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
3515         Init value to avoid infinte loops.
3516
3517 2007-05-24  Wim Taymans  <wim@fluendo.com>
3518
3519         Patch by: Peter Kjellerstedt  <pkj at axis com>
3520
3521         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
3522         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
3523         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3524         (gst_rtspsrc_play):
3525         (rtsp_connection_send), (rtsp_connection_receive):
3526         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
3527         Fix for new API.
3528
3529         * gst/rtsp/rtspconnection.c: (add_auth_header),
3530         Only add authorisation and session headers when sending messages.
3531
3532         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
3533         (rtsp_message_init_request), (rtsp_message_init_response),
3534         (rtsp_message_unset), (rtsp_message_add_header),
3535         (rtsp_message_remove_header), (rtsp_message_get_header),
3536         (rtsp_message_append_headers), (dump_key_value),
3537         (rtsp_message_dump):
3538         * gst/rtsp/rtspmessage.h:
3539         Add support for multiple headers of the same type by storing the parsed
3540         headers in a GArray instaed of a hashtable.
3541
3542 2007-05-21  Wim Taymans  <wim@fluendo.com>
3543
3544         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
3545         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
3546         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
3547         safer shutdown.
3548
3549 2007-05-21  Wim Taymans  <wim@fluendo.com>
3550
3551         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
3552         * gst/rtsp/gstrtpdec.h:
3553         Added signal for backwards compat.
3554
3555 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3556         
3557         Patch by: René Stadler <mail at renestadler dot de>
3558
3559         * configure.ac:
3560         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
3561         (gst_au_parse_parse_header), (gst_au_parse_chain):
3562         * gst/auparse/gstauparse.h:
3563         Use audioconvert for converting from non-native endianness floats
3564         in auparse instead of doing it ourself. Fixes #424527.
3565         This needs the audioconvert from plugins-base CVS.
3566         
3567 2007-05-21  Wim Taymans  <wim@fluendo.com>
3568
3569         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3570         (gst_rtp_h263p_pay_flush):
3571         Fix enum registration.
3572
3573 2007-05-21  Wim Taymans  <wim@fluendo.com>
3574
3575         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
3576
3577         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3578         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
3579         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
3580         (gst_rtp_h263p_pay_flush):
3581         * gst/rtp/gstrtph263ppay.h:
3582         Add new fragmentation mode base on GOB headers. Fixes #438940.
3583
3584 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
3585
3586         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
3587           Printf format fix.
3588
3589 2007-05-18  Wim Taymans  <wim@fluendo.com>
3590
3591         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
3592         Don't crash when an unsupported transport error was returned by the
3593         server, just try to configure the next stream. Fixes #439255.
3594
3595 2007-05-18  Wim Taymans  <wim@fluendo.com>
3596
3597         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
3598         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
3599         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
3600         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3601         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
3602         * gst/rtsp/gstrtspsrc.h:
3603         Add TCP timeout property and use it for all TCP connection.
3604
3605         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3606         (rtsp_connection_write), (rtsp_connection_next_timeout),
3607         (rtsp_connection_reset_timeout):
3608         Make connect and writes cancelable and make them use the timeout.
3609
3610 2007-05-18  Wim Taymans  <wim@fluendo.com>
3611
3612         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3613         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
3614         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3615         (gst_rtspsrc_setup_streams):
3616         Refactor timeout handling.
3617         Also send keep-alive when dealing with TCP transport.
3618
3619         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3620         (rtsp_connection_free), (rtsp_connection_next_timeout),
3621         (rtsp_connection_reset_timeout):
3622         * gst/rtsp/rtspconnection.h:
3623         Use a timer to handle the session timeouts, add some methods to deal
3624         with timeouts.
3625
3626 2007-05-17  Wim Taymans  <wim@fluendo.com>
3627
3628         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
3629         (gst_rtspsrc_setup_streams):
3630         Ignore streams that fail the setup command, we will retry with a
3631         different transport later on.
3632
3633         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
3634         (rtsp_ext_wms_configure_stream):
3635         Fix encoding name case.
3636
3637 2007-05-16  Edward Hervey  <edward@fluendo.com>
3638
3639         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
3640         Fix build on macosx.
3641
3642 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3643
3644         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
3645         Replace direct comparison of a string with the string literal "" with
3646         a comparison of the first character with '\0'. Fixes #438926.
3647
3648 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3649
3650         * gst/debug/breakmydata.c (gst_break_my_data_init):
3651           One more try. This should be the proper fix now.
3652
3653 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3654
3655         * gst/debug/breakmydata.c:
3656           Ooops, no // comments please.
3657
3658 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3659
3660         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
3661         (gst_break_my_data_init):
3662           Fix gst_buffer_is_writable() assertion.
3663
3664 2007-05-14  David Schleef  <ds@schleef.org>
3665
3666         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
3667           video/x-raw-bayer.  Fixes #314160.
3668
3669 2007-05-14  Wim Taymans  <wim@fluendo.com>
3670
3671         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
3672         (gst_rtp_theora_depay_parse_configuration):
3673         * gst/rtp/gstrtptheorapay.c: (encode_base64),
3674         (gst_rtp_theora_pay_finish_headers),
3675         (gst_rtp_theora_pay_handle_buffer):
3676         Update theora pay/depayloader in a similar to vorbis.
3677
3678         * gst/rtp/gstrtpvorbisdepay.c:
3679         (gst_rtp_vorbis_depay_parse_configuration):
3680         Update docs.
3681
3682 2007-05-14  Wim Taymans  <wim@fluendo.com>
3683
3684         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
3685         When we try to execute a method that is not supported by the server,
3686         don't error out but remove the method from the accepted methods so that
3687         we never try to perform this method again.
3688
3689 2007-05-14  Wim Taymans  <wim@fluendo.com>
3690
3691         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
3692         Remove annoying _dump_mem.
3693
3694 2007-05-14  Wim Taymans  <wim@fluendo.com>
3695
3696         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
3697         Parse range correctly.
3698
3699         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
3700         The baseurl now always has a '/' at the start.
3701
3702 2007-05-14  Wim Taymans  <wim@fluendo.com>
3703
3704         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
3705         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
3706         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3707         Factor out caps configuration and configure more stuff such as the time
3708         ranges and speed/scale values.
3709
3710         * gst/rtsp/rtsptransport.c:
3711         Add Copyright after non-trival fixes.
3712
3713 2007-05-12  Wim Taymans  <wim@fluendo.com>
3714
3715         Patch by: Peter Kjellerstedt  <pkj at axis com>
3716
3717         * gst/rtsp/gstrtspsrc.h:
3718         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
3719         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
3720         (rtsp_message_get_header):
3721         * gst/rtsp/rtspmessage.h:
3722         Make channel guint8 where possible.
3723         Make rtsp_message_init_data() take the channel as a guint8.
3724
3725         * gst/rtsp/rtspdefs.c:
3726         Fixed a typo: Timout -> Timeout
3727
3728         * gst/rtsp/rtspdefs.h:
3729         Make RTSP_CHECK() behave as a statement.
3730
3731         * gst/rtsp/sdpmessage.c:
3732         Avoid a compiler warning in INIT_ARRAY().
3733         Fixes #437692.
3734
3735 2007-05-12  Wim Taymans  <wim@fluendo.com>
3736
3737         Patch by: Peter Kjellerstedt  <pkj at axis com>
3738
3739         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
3740         (rtsp_url_get_request_uri):
3741         * gst/rtsp/rtspurl.h:
3742         Add support for query parameters to RTSP URLs.
3743
3744 2007-05-12  Wim Taymans  <wim@fluendo.com>
3745
3746         Patch by: Peter Kjellerstedt  <pkj at axis com>
3747
3748         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
3749         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
3750         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
3751         (rtsp_transport_parse), (rtsp_transport_as_text):
3752         * gst/rtsp/rtsptransport.h:
3753         Add validation to rtsp_transport_parse().
3754         Add rtsp_transport_as_text() to generate an RTSP header from an
3755         RTSPTransport.
3756         Change ssrc to guint (was a string) since that is what it is, even
3757         though it is sent as a hex string.
3758         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
3759         incorrect, which can be seen when looking at the examples in the RFC).
3760         Fixes #437670.
3761
3762 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
3763
3764         Patch by: Eric Anholt
3765
3766         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
3767           gst_ximage_src_ximage_get):
3768         Use union of all damage between frames to make it faster.
3769         Fixes bug #342463.
3770         Also fix crasher when cursor is at bottom right of window.
3771
3772 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
3773
3774         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
3775           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
3776           streaming mode regression for file from #343837 with 'bext' chunk
3777           before the 'fmt' chunk.
3778
3779 2007-05-11  Wim Taymans  <wim@fluendo.com>
3780
3781         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
3782         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
3783         (gst_rtspsrc_handle_src_event),
3784         (gst_rtspsrc_stream_configure_manager),
3785         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
3786         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
3787         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3788         * gst/rtsp/gstrtspsrc.h:
3789         * gst/rtsp/rtspdefs.h:
3790         Preliminary seek support.
3791         Activate internal pads so that we can receive events on them.
3792         Don't try to parse a range string when it's NULL.
3793
3794 2007-05-11  Wim Taymans  <wim@fluendo.com>
3795
3796         * gst/rtp/README:
3797         Update README with new RTP variables that will be used for
3798         synchronisation.
3799
3800         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
3801         (gst_rtp_vorbis_depay_parse_configuration),
3802         (gst_rtp_vorbis_depay_process):
3803         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
3804         (gst_rtp_vorbis_pay_finish_headers),
3805         (gst_rtp_vorbis_pay_handle_buffer):
3806         Update vorbis pay and depayloader to draft-04.
3807
3808 2007-05-11  Wim Taymans  <wim@fluendo.com>
3809
3810         * gst/rtsp/rtsptransport.c:
3811         UDP MCAST is actually the default for RTP/AVP.
3812 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
3813
3814         * gst/level/gstlevel.c: (gst_level_transform_ip):
3815         Use guint8 * instead of gpointer then vs6 can build 
3816         in_data += (filter->width / 8).
3817
3818 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
3819
3820         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
3821           gst_ximage_src_ximage_get):
3822         * sys/ximage/gstximagesrc.h (last_ximage):
3823         When using Damage actually keep the last frame, and not assume
3824         that the buffer we get already has the last frame on it.
3825         Copy the cursor over if we specify a non-zero start x and
3826         start y.
3827
3828 2007-05-11  Wim Taymans  <wim@fluendo.com>
3829
3830         * gst/rtsp/rtsptransport.c:
3831         Make UDP the default transport when not specified.
3832
3833 2007-05-09  David Schleef  <ds@schleef.org>
3834
3835         * gst/level/gstlevel.c:
3836           Revert last change.
3837
3838 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
3839
3840         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
3841         (gst_level_transform_ip):
3842         Use guint8 * instead of gpointer then vs6 know the size of data
3843         pointed when moving the pointer.
3844         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
3845         Move instructions after variables declaration.
3846         * win32/vs6/autogen.dsp:
3847         * win32/vs6/libgstrtp.dsp:
3848         * win32/vs6/libgstrtsp.dsp:
3849         Update vs6 project files.
3850
3851 2007-05-09  Wim Taymans  <wim@fluendo.com>
3852
3853         * gst/rtsp/Makefile.am:
3854         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
3855         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
3856         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
3857         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
3858         (rtsp_range_free):
3859         * gst/rtsp/rtsprange.h:
3860         Add code to parse time ranges.
3861         Report DURATION on the stream when possible.
3862
3863 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
3864
3865         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
3866         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
3867         (gst_videomixer_collected):
3868           Fix strides calculation for AYUV (it's just width*4) (#436910).
3869
3870 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3871
3872         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
3873         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
3874         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
3875         Sync the GObject properties before each processing step to properly
3876         work with the controller.
3877
3878 2007-05-04  Wim Taymans  <wim@fluendo.com>
3879
3880         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3881         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3882         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3883         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
3884         (gst_rtspsrc_change_state):
3885         Let more error state trickle down so that we can catch more error
3886         cases.
3887         Handle keep-alive a little smarter by selecting a method the server
3888         actually supports.
3889         Fix a race in UDP streaming shutdown.
3890
3891 2007-05-04  Wim Taymans  <wim@fluendo.com>
3892
3893         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
3894         Ignore errors when trying to use the keep-alive messages.
3895
3896 2007-05-04  Wim Taymans  <wim@fluendo.com>
3897
3898         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
3899         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
3900         (gst_rtspsrc_stream_configure_manager),
3901         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
3902         (gst_rtspsrc_stream_configure_mcast),
3903         (gst_rtspsrc_stream_configure_udp),
3904         (gst_rtspsrc_stream_configure_udp_sink),
3905         (gst_rtspsrc_stream_configure_transport):
3906         Send RTCP messages back to the server over the TCP connection.
3907
3908         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
3909         (rtsp_connection_send), (rtsp_connection_read), (read_body),
3910         (rtsp_connection_receive):
3911         * gst/rtsp/rtspconnection.h:
3912         Factor out and expose lowlevel _write and _read methods.
3913         Implement sending data messages to the server.
3914
3915 2007-05-03  Wim Taymans  <wim@fluendo.com>
3916
3917         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
3918         (gst_multipart_mux_collected):
3919         Fix timestamps on outgoing buffers.
3920
3921 2007-05-03  Wim Taymans  <wim@fluendo.com>
3922
3923         * gst/multipart/multipartmux.c:
3924         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
3925         (gst_multipart_mux_change_state):
3926         Emit NEWSEGMENT events before pushing the first buffer.
3927
3928 2007-05-03  Wim Taymans  <wim@fluendo.com>
3929
3930         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
3931         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
3932         (gst_rtspsrc_handle_src_query),
3933         (gst_rtspsrc_stream_configure_manager),
3934         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
3935         (gst_rtspsrc_stream_configure_mcast),
3936         (gst_rtspsrc_stream_configure_udp),
3937         (gst_rtspsrc_stream_configure_udp_sink),
3938         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
3939         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
3940         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
3941         (gst_rtspsrc_pause):
3942         Refactor transport configuration code.
3943         Create internal pads for TCP transport so that we can implement events
3944         and queries.
3945         Handle events and queries.
3946         Parse range from the SDP.
3947         Fix race in pause handler where the connection could still be flushing.
3948
3949 2007-05-02  Wim Taymans  <wim@fluendo.com>
3950
3951         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3952         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
3953         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
3954         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
3955         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
3956         (gst_rtspsrc_change_state):
3957         * gst/rtsp/gstrtspsrc.h:
3958         Fix race when multiple udp sources post timeouts, just act on the first
3959         received timeout.
3960         Protect stream list with a recursive lock to fix some races.
3961         Flush connection when we need to do a reconnect or stop.
3962         Make state lock recursive.
3963
3964         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3965         (rtsp_connection_close):
3966         Some small cleanups.
3967
3968 2007-05-02  Wim Taymans  <wim@fluendo.com>
3969
3970         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
3971         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
3972         Only set DISCONT when there actually is a discont or when we just
3973         started.
3974
3975 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3976
3977         * ext/flac/gstflac.c: (plugin_init):
3978         Call bindtextdomain() to get localized strings.
3979
3980 2007-05-02  Wim Taymans  <wim@fluendo.com>
3981
3982         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
3983         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
3984         (gst_wavparse_stream_data):
3985         * gst/wavparse/gstwavparse.h:
3986         Be a bit more clever when dealing with VBR files with FACT tags, we
3987         don't want to timestamp buffers in that case but the estimated BPS can
3988         be used for seeking.
3989         Only send close segment in the streaming thread.
3990
3991 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3992
3993         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
3994         Correctly post an error on the bus if something went wrong in the loop
3995         function. This fixes a few cases where the task was paused and nothing
3996         happened anymore.
3997
3998 2007-05-02  Wim Taymans  <wim@fluendo.com>
3999
4000         * gst/rtsp/test.c: (main):
4001         Fix compilation of deprecated test just because I'm too lazy to delete
4002         it.
4003
4004 2007-05-02  Wim Taymans  <wim@fluendo.com>
4005
4006         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4007         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4008         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
4009         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
4010         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4011         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
4012         * gst/rtsp/gstrtspsrc.h:
4013         Fix sending RTCP to the right place.
4014         Fix bug in reffing the wrong UDP element.
4015         Use new pad names for the session manager.
4016         Implement handling server requests in interleaved and UDP modes.
4017         Handle session keep-alive in UDP modes.
4018         Remove GCond for handling UDP timeouts.
4019
4020         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4021         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4022         (rtsp_connection_receive), (rtsp_connection_close):
4023         * gst/rtsp/rtspconnection.h:
4024         Store connection IP address for later.
4025         Add timeout args to all operations that might block forever.
4026         Parse session timeout.
4027         Only close sockets when not already closed.
4028
4029         * gst/rtsp/rtspdefs.c:
4030         * gst/rtsp/rtspdefs.h:
4031         Add timeout return value and error string.
4032
4033         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
4034         Add small comment.
4035
4036 2007-05-01  Wim Taymans  <wim@fluendo.com>
4037
4038         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4039
4040         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
4041         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
4042         * gst/rtp/gstrtpmp4vpay.h:
4043         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
4044
4045 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
4046
4047         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4048           Remove v4l2src from docs, since it breaks the docs build, and the
4049           plugin is only built if --enable-experimental is used anyway.
4050
4051         * docs/plugins/Makefile.am:
4052           Spaces => tab.
4053
4054 2007-04-29  Wim Taymans  <wim@fluendo.com>
4055
4056         * gst/udp/gstmultiudpsink.c: (leave_multicast),
4057         (gst_multiudpsink_add), (gst_multiudpsink_remove):
4058         Add code to drop membership of a multicast group.
4059
4060         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
4061         (gst_udpsink_set_uri):
4062         Implement URI handler.
4063
4064         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4065         (gst_rtspsrc_parse_rtpinfo):
4066         Use URI handler to make udpsink instace.
4067         Improve code to configure port and destination.
4068
4069 2007-04-29  Wim Taymans  <wim@fluendo.com>
4070
4071         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
4072         Fix multicast detection.
4073         Don't try to join a multicast group if the address is not multicast.
4074
4075         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
4076         Small debug improvement.
4077
4078 2007-04-27  Wim Taymans  <wim@fluendo.com>
4079
4080         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4081         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4082         (gst_rtspsrc_handle_message):
4083         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
4084         parent.
4085
4086 2007-04-27  Wim Taymans  <wim@fluendo.com>
4087
4088         * gst/rtp/gstrtpilbcdepay.h:
4089         Fix mode property when specified as an arg.
4090
4091 2007-04-26  Edward Hervey  <edward@fluendo.com>
4092
4093         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4094         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4095         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4096         * docs/plugins/inspect/plugin-osxaudio.xml:
4097         Add documentation for osxaudio plugin.
4098
4099 2007-04-26  Wim Taymans  <wim@fluendo.com>
4100
4101         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4102         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4103         (gst_rtspsrc_open), (gst_rtspsrc_close),
4104         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4105         (gst_rtspsrc_pause):
4106         * gst/rtsp/gstrtspsrc.h:
4107         Protect state changes with a lock.
4108
4109         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4110         (parse_line):
4111         * gst/rtsp/rtspconnection.h:
4112         Remove some unused stuff.
4113
4114 2007-04-26  Wim Taymans  <wim@fluendo.com>
4115
4116         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4117         Handle the case where there are exactly 0 bytes to read and the ioctl
4118         did not report an error. Fixes #433530.
4119
4120 2007-04-26  Wim Taymans  <wim@fluendo.com>
4121
4122         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4123         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4124         * gst/wavparse/gstwavparse.h:
4125         Apply DISCONT to buffers.
4126         Only apply timestamp to the first sample after a DISCONT, too many VBR
4127         files cause random jitter in the timestamps. Fixes #433119.
4128
4129 2007-04-25  Wim Taymans  <wim@fluendo.com>
4130
4131         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
4132         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
4133         (gst_rtp_dec_get_property):
4134         * gst/rtsp/gstrtpdec.h:
4135         Add dummy latency property to be backwards compat with rtpbin.
4136
4137         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4138         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4139         (gst_rtspsrc_stream_configure_transport),
4140         (gst_rtspsrc_parse_rtpinfo):
4141         * gst/rtsp/gstrtspsrc.h:
4142         Add latency property and configure in the session manager.
4143         Don't set invalid clock-base and seqnum-base on caps, some servers
4144         sometimes don't send them.
4145
4146 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4147
4148         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
4149         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
4150           Double-check that RGB input caps are really RGBA caps (apparently
4151           the core doesn't always catch it if those caps aren't a subset of
4152           our template caps, also see #421543). Fixes #429319 in a way.
4153           Also, don't leak the pad template in the transform_caps function.
4154
4155         * tests/check/Makefile.am:
4156         * tests/check/elements/.cvsignore:
4157         * tests/check/elements/alphacolor.c: (setup_alphacolor),
4158         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
4159         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
4160         (GST_START_TEST), (alphacolor_suite):
4161           Add some basic unit tests for alphacolor.
4162
4163 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4164
4165         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
4166           If we get a fatal flow return in the loop function, first post the
4167           error message and only then send the EOS event downstream, otherwise
4168           applications might get an eos message before the error message and
4169           think everything was ok (related to #429319).
4170
4171 2007-04-25  Wim Taymans  <wim@fluendo.com>
4172
4173         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4174         Read the channel byte as an unsigned byte.
4175
4176 2007-04-25  Wim Taymans  <wim@fluendo.com>
4177
4178         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
4179         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
4180         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
4181         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
4182         (gst_rtp_gsm_depay_setcaps):
4183         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4184         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
4185         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
4186         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
4187         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
4188         (gst_ilbc_depay_get_property):
4189         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
4190         * gst/rtp/gstrtpmp4adepay.c:
4191         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
4192         (gst_rtp_pcma_depay_setcaps):
4193         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
4194         (gst_rtp_pcmu_depay_setcaps):
4195         Make sure we configure the clock_rate in the baseclass in the setcaps
4196         function. Fixes #431282.
4197
4198 2007-04-25  Wim Taymans  <wim@fluendo.com>
4199
4200         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4201         (gst_rtspsrc_stream_free), (request_pt_map),
4202         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
4203         * gst/rtsp/gstrtspsrc.h:
4204         Parse server address from SDP.
4205         Hook up a udpsink to send RTCP back to the server.
4206
4207         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4208         * gst/rtsp/rtsptransport.h:
4209         Add some docs.
4210
4211 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
4212
4213         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4214           Make header field check conditional. Fixes #433135
4215
4216 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
4217
4218         * docs/plugins/Makefile.am:
4219         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4220         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4221         * docs/plugins/inspect/plugin-alphacolor.xml:
4222         * gst/alpha/Makefile.am:
4223         * gst/alpha/gstalphacolor.c:
4224         * gst/alpha/gstalphacolor.h:
4225           Add minimal docs blurb to alphacolor; split out headers into
4226           separate header file for gtk-doc.
4227
4228 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
4229
4230         * gst/debug/progressreport.c: (gst_progress_report_report):
4231           Don't try to post NULL message (in case we can't query upstream
4232           position or duration).
4233
4234 2007-04-18  Michael Smith  <msmith@fluendo.com>
4235
4236         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
4237         (gst_cutter_get_caps):
4238         * gst/cutter/gstcutter.h:
4239           Fix some of the most obvious bugs in cutter. Now doesn't leak
4240           everything if input is silent.
4241
4242 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
4243
4244         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4245         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
4246         * gst/wavenc/gstwavenc.h:
4247         Wav apparently only supports width==GST_ROUND_UP(depth), everything
4248         else results in a invalid block align and invalid files.
4249
4250 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
4251
4252         Patch by: Snaik <snaik32 gmail com>
4253
4254         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
4255           Add missing break statement for BOX_HORIZONTAL case.
4256
4257 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4258
4259         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
4260
4261         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4262         Use correct format strings for integer types.
4263
4264 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4265
4266         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
4267         (gst_wavparse_create_sourcepad):
4268         Use gst_riff_create_audio_template_caps () instead of the local caps.
4269         This makes updates of the local caps unecessary whenever libgstriff
4270         gets support for new formats.
4271
4272 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4273
4274         Patch by: Brian Cameron  <brian.cameron at sun dot com>
4275
4276         * sys/sunaudio/gstsunaudio.c:
4277         * sys/sunaudio/gstsunaudiomixer.c:
4278         * sys/sunaudio/gstsunaudiomixer.h:
4279         * sys/sunaudio/gstsunaudiomixerctrl.c:
4280         * sys/sunaudio/gstsunaudiomixerctrl.h:
4281         * sys/sunaudio/gstsunaudiomixertrack.h:
4282         * sys/sunaudio/gstsunaudiosink.c:
4283         * sys/sunaudio/gstsunaudiosink.h:
4284         * sys/sunaudio/gstsunaudiosrc.c:
4285         * sys/sunaudio/gstsunaudiosrc.h:
4286           Fix and/or update copyright attributions (#430228).
4287
4288 2007-04-13  Wim Taymans  <wim@fluendo.com>
4289
4290         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4291         Fix docs.
4292
4293         * gst/rtsp/URLS:
4294         Add some more example urls.
4295
4296         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4297         (gst_rtp_dec_chain_rtp):
4298         Better debugging.
4299
4300         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
4301         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4302         (gst_rtspsrc_parse_rtpinfo):
4303         Remove unused code.
4304
4305 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4306
4307         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4308         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4309         (gst_wavparse_stream_data):
4310           Relax the audio/mpeg caps again and add FIXME: comment.
4311
4312 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4313
4314         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4315         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4316         (gst_wavparse_stream_data):
4317         * gst/wavparse/gstwavparse.h:
4318           More sanity check for the header fields. Fix type for 'rate' header
4319           field.
4320
4321 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4322
4323         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
4324         (gst_icydemux_unicodify):
4325           If the metadata strings we get in the stream are not UTF-8, try to
4326           interpret them according to the character encodings specified in the
4327           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
4328           only fall back to locale/ISO-8859-1 if those aren't set or don't
4329           work. Should fix #428901.
4330
4331 2007-04-12  Wim Taymans  <wim@fluendo.com>
4332
4333         * gst/rtp/gstrtph264depay.c:
4334         Use the proper sync word for SPS and PPS.
4335
4336 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4337
4338         * gst/rtp/Makefile.am:
4339         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
4340           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
4341         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
4342           Add a simple hashing implementation that we can use to generate
4343           a 24-bit ident value based on the codebooks for vorbis and theora.
4344         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
4345           gst_rtp_theora_pay_handle_buffer):
4346         * gst/rtp/gstrtpvorbisdepay.c
4347           (gst_rtp_vorbis_depay_parse_configuration,
4348           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
4349         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
4350           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
4351           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
4352           Use the hashing function, ensuring that the same codebooks result
4353           in the same ident and thus the same SDP description.
4354           Various log fixes/changes.
4355
4356 2007-04-12  Wim Taymans  <wim@fluendo.com>
4357
4358         Patch by: jerry tan <jerry dot tan at sun dot com>
4359
4360         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
4361         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
4362         application's responsibility to make sure it open the device once.
4363         Remove a careless error if AUDIODEV is set. Fixes #392620.
4364
4365 2007-04-12  Wim Taymans  <wim@fluendo.com>
4366
4367         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4368         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
4369         * gst/rtsp/gstrtpdec.h:
4370         Make backward compat with rtpbin by adding the request-pt-map signals.
4371
4372         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
4373         (new_session_pad), (request_pt_map),
4374         (gst_rtspsrc_stream_configure_transport),
4375         (gst_rtspsrc_stream_configure_caps),
4376         (gst_rtspsrc_activate_streams):
4377         * gst/rtsp/gstrtspsrc.h:
4378         Implement request-pt-map signals instead of setting caps on the buffers
4379         for the session manager.
4380
4381 2007-04-11  Wim Taymans  <wim@fluendo.com>
4382
4383         * gst/udp/gstudp.c: (plugin_init):
4384         Register GstNetBuffer in plugin_init so that the type can be used from
4385         multiple threads without races.
4386
4387 2007-04-10  Wim Taymans  <wim@fluendo.com>
4388
4389         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
4390         (gst_rtp_amr_depay_process):
4391         Fix depayloader clock_rate and some cleanups.
4392
4393         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
4394         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4395         * gst/rtp/gstrtph264depay.h:
4396         Don't push codec_data in the adapter because it might get flushed when
4397         we get a discont.
4398
4399         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4400         Handle multiple AU per packet.
4401
4402         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
4403         (gst_rtp_sv3v_depay_plugin_init):
4404         Disable rank, this one does not work.
4405         Remove timestamping, base class does that.
4406
4407 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
4408
4409         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
4410           limit caps to the formats we announce in the template
4411
4412         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4413         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4414         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
4415           fix some crashers/asserts when dealing with broken files
4416
4417 2007-04-10  Wim Taymans  <wim@fluendo.com>
4418
4419         Patch by: Peter Kjellerstedt  <pkj at axis com>
4420
4421         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
4422         * gst/rtp/gstrtpL16depay.c:
4423         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4424         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
4425         (gst_rtp_speex_depay_setcaps):
4426         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4427         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
4428         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
4429         Fix some compiler warnings. Fixes #428182.
4430
4431 2007-04-06  Wim Taymans  <wim@fluendo.com>
4432
4433         * gst/rtsp/Makefile.am:
4434         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
4435         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
4436         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
4437         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
4438         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
4439         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
4440         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
4441         (create_rtcp), (gst_rtp_dec_request_new_pad),
4442         (gst_rtp_dec_release_pad):
4443         * gst/rtsp/gstrtpdec.h:
4444         * gst/rtsp/gstrtsp.c: (plugin_init):
4445         Morph RTPDec into something compatible with RTPBin as a fallback.
4446         Various other style fixes.
4447
4448         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
4449         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
4450         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
4451         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
4452         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4453         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
4454         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4455         * gst/rtsp/gstrtspsrc.h:
4456         Implement RTPBin session manager handling.
4457         Don't try to add empty properties to caps.
4458         Implement fallback session manager, handling.
4459         Don't combine errors from RTCP streams, just ignore them.
4460
4461         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
4462         * gst/rtsp/rtsptransport.h:
4463         Implement fallback session manager.
4464         Make RTPBin the default one when available.
4465
4466 2007-04-05  Wim Taymans  <wim@fluendo.com>
4467
4468         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4469         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
4470         This element is ready to be autoplugged.
4471
4472 2007-04-05  Julien MOUTTE  <julien@moutte.net>
4473
4474         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
4475         Don't leave the offsets defined by upstream element on the
4476         compressed data buffer we are pushing downstream. Make them
4477         GST_BUFFER_OFFSET_NONE.
4478
4479 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
4480
4481         * gst/avi/README:
4482         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
4483         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
4484         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
4485         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
4486         (gst_avi_demux_calculate_durations_from_index),
4487         (gst_avi_demux_stream_header_push),
4488         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
4489         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
4490           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
4491
4492 2007-04-03  Wim Taymans  <wim@fluendo.com>
4493
4494         * gst/smpte/barboxwipes.c:
4495         Fix error as spotted by Snaik <snaik32 at gmail dot com>
4496
4497 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4498
4499         * gst/wavparse/gstwavparse.c:
4500         Support audio/x-raw-float in wav files. This only works with
4501         plugins-base CVS, using an older version doesn't have any
4502         disadvantages though.
4503
4504 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4505
4506         * configure.ac:
4507         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4508         (gst_au_parse_parse_header), (gst_au_parse_chain):
4509         * gst/auparse/gstauparse.h:
4510         Revert last change as we don't want plugins-good to depend on
4511         plugins-base CVS now.
4512
4513 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4514
4515         * configure.ac:
4516         Require gst-plugins-base CVS for audioconvert with non-native
4517         float support and width/depth fix in libgstriff.
4518
4519         Patch by: René Stadler <mail at renestadler dot de>
4520
4521         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4522         (gst_au_parse_parse_header), (gst_au_parse_chain):
4523         * gst/auparse/gstauparse.h:
4524         Don't swap the floats ourself if they're not in native endianness.
4525         Instead let audioconvert handle this. Fixes #339838.
4526
4527 2007-03-29  Wim Taymans  <wim@fluendo.com>
4528
4529         * gst/rtp/gstasteriskh263.h:
4530         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
4531         (gst_rtp_h263p_depay_change_state):
4532         * gst/rtp/gstrtph263pdepay.h:
4533         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4534         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
4535         (gst_rtp_h264_depay_change_state):
4536         * gst/rtp/gstrtph264depay.h:
4537         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4538         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
4539         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4540         Flush adapter on disconts.
4541
4542 2007-03-29  Wim Taymans  <wim@fluendo.com>
4543
4544         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
4545         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
4546         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
4547         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
4548         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4549         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
4550         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4551         (gst_rtp_mp4v_depay_process):
4552         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
4553         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
4554         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
4555         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
4556         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
4557         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4558         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
4559         Use more efficient adapter and rtpbuffer methods when possible.
4560
4561 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4562
4563         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4564         (gst_wavenc_sink_setcaps):
4565         Correctly handle width!=depth input.
4566         * gst/wavparse/gstwavparse.c:
4567         Already export in the caps that width==8 uses unsigned samples and
4568         everything else uses signed samples.
4569
4570 2007-03-29  Wim Taymans  <wim@fluendo.com>
4571
4572         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4573
4574         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
4575         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
4576         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
4577         (gst_dynudpsink_close):
4578         * gst/udp/gstdynudpsink.h:
4579         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
4580         (gst_udpsrc_create), (gst_udpsrc_set_property),
4581         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
4582         * gst/udp/gstudpsrc.h:
4583         Rework the socket allocation a bit based on the sockfd argument so that
4584         it becomes usable.
4585         Add a closefd property to instruct the udp elements to close the custom
4586         file descriptors when going to READY. Fixes #423304.
4587         API:GstUDPSrc::closefd property
4588         API:GstDynUDPSink::closefd property
4589
4590 2007-03-29  Wim Taymans  <wim@fluendo.com>
4591
4592         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4593
4594         * gst/rtp/Makefile.am:
4595         * gst/rtp/gstrtp.c: (plugin_init):
4596         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
4597         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4598         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
4599         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4600         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
4601         (gst_rtp_h264_pay_plugin_init):
4602         * gst/rtp/gstrtph264pay.h:
4603         Added H264 payloader. Fixes #423782.
4604
4605         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4606         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4607         Small fixes.
4608
4609 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4610
4611         * gst/wavparse/gstwavparse.c:
4612         Actually support depths from 1 to 32, not only 8 to 32.
4613
4614 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4615
4616         * gst/wavparse/gstwavparse.c:
4617         Add support for wav files containing audio/x-raw-int with random
4618         depths between 1 and 32 bits.
4619
4620 2007-03-28  Wim Taymans  <wim@fluendo.com>
4621
4622         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
4623
4624         * gst/rtp/Makefile.am:
4625         * gst/rtp/gstrtp.c: (plugin_init):
4626         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
4627         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
4628         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
4629         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
4630         (gst_rtp_mp4a_depay_get_property),
4631         (gst_rtp_mp4a_depay_change_state),
4632         (gst_rtp_mp4a_depay_plugin_init):
4633         * gst/rtp/gstrtpmp4adepay.h:
4634         Added MP4A-LATM depayloader. Fixes #417792.
4635
4636         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4637         (gst_rtp_mp4v_depay_process):
4638         Fixup depayloader, setting codec_data, using more efficient adaptor and
4639         rtpbuffer handling.
4640
4641         * gst/rtsp/URLS:
4642         Add url to test above.
4643
4644 2007-03-25  Wim Taymans  <wim@fluendo.com>
4645
4646         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
4647         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
4648         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
4649         (gst_rtspsrc_media_to_caps),
4650         (gst_rtspsrc_stream_configure_transport),
4651         (gst_rtspsrc_stream_configure_caps),
4652         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
4653         * gst/rtsp/gstrtspsrc.h:
4654         Handle default clock-rates for static payload types, rearrange stuff so
4655         that the rtpmap field in the sdp can override the defaults.
4656         Parse RTP-Info field to get the seqnum and timebase fields that should
4657         go in the caps.
4658         Delay configuring caps after we got the RTP-Info from the PLAY reply from
4659         the server. 
4660
4661 2007-03-22  Wim Taymans  <wim@fluendo.com>
4662
4663         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
4664
4665         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
4666         Accept complex pipeline descriptions as an audio profile instead of just
4667         a single element. Fixes #420658.
4668
4669 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
4670
4671         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
4672           Rename registered type in preparation of GstTagDemux moving to
4673           -base at some point in the future.
4674
4675 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
4676
4677         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4678           Streaming mode fixes: don't unref buffer we don't own any longer;
4679           remove bogus adapter flush. Fixes #419338.
4680
4681 2007-03-17  David Schleef  <ds@schleef.org>
4682
4683         * REQUIREMENTS: Change the format to key/value, add a bunch of
4684           information, remove a bunch of requirements that are for
4685           other GStreamer packages.
4686
4687 2007-03-17  David Schleef  <ds@schleef.org>
4688
4689         * REQUIREMENTS: Fix a few things.  This file really needs a
4690         good once-over.
4691
4692 2007-03-15  Edward Hervey  <edward@fluendo.com>
4693
4694         * sys/Makefile.am:
4695         Don't forget to distribute the sys/osxaudio/ directory.
4696
4697 2007-03-15  Edward Hervey  <edward@fluendo.com>
4698
4699         * configure.ac:
4700         * sys/Makefile.am:
4701         * sys/osxaudio/Makefile.am:
4702         * sys/osxaudio/gstosxaudio.c:
4703         * sys/osxaudio/gstosxaudiosink.c:
4704         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
4705         (gst_osx_audio_sink_getcaps),
4706         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
4707         * sys/osxaudio/gstosxaudiosrc.c:
4708         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
4709         (gst_osx_audio_src_create_ringbuffer):
4710         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
4711         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
4712         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
4713         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
4714         * sys/osxaudio/gstosxringbuffer.h:
4715         Activate osxaudio in gst-plugins-good with proper build setup.
4716         Add inlined documentation.
4717         Fix debug statements
4718         Fix ringbuffer when pausing.
4719         Fixes #323471
4720
4721 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4722         * gst/rtp/gstrtppcmapay.c:
4723         * gst/rtp/gstrtppcmapay.h:
4724         * gst/rtp/gstrtppcmupay.c:
4725         * gst/rtp/gstrtppcmupay.h:
4726         Ported mulaw and alaw payloaders to use new base class
4727
4728 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4729
4730         * po/af.po:
4731         * po/az.po:
4732         * po/cs.po:
4733         * po/en_GB.po:
4734         * po/it.po:
4735         * po/nl.po:
4736         * po/or.po:
4737         * po/sq.po:
4738         * po/sr.po:
4739         * po/sv.po:
4740         * po/uk.po:
4741         * po/vi.po:
4742           Update translations.
4743
4744 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
4745
4746         * configure.ac:
4747           Fix string replace error (AG_AG_GST_* => AG_GST_*).
4748
4749 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4750
4751         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
4752           Fix handling of -1 values for start and stop values when seeking,
4753           and SEEK_CUR+SEEK_END here as well.
4754
4755 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
4756
4757         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
4758           Fix handling of -1 values for start and stop values when seeking, 
4759           and SEEK_CUR+SEEK_END.
4760
4761 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4762
4763         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
4764           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
4765           the image format a variable-length NUL-terminated string; in
4766           versions before that the image format is a fixed-length string of
4767           3 characters (see #348644 for a sample tag).
4768           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
4769
4770 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
4771
4772         * win32/MANIFEST:
4773         Add new project files to MANIFEST.
4774         * win32/vs6/libgstaudiofx.dsp:
4775         * win32/vs6/libgstrtp.dsp:
4776         * win32/vs6/libgstrtsp.dsp:
4777         Update project files.
4778         
4779 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
4780
4781         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
4782         (gst_avi_demux_parse_index):
4783         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
4784         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
4785           Printf format fixes; also add some missing quotes in translated
4786           strings. Fixes #416728 and #416727.
4787
4788 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4789
4790         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
4791           Tim and I can't think of any reason the child audio sink needs to 
4792           be set back to NULL after successfully determining that it can 
4793           reach READY - it gets immediately set back to READY by the caller
4794           anyway, causing an unnecessary close/open of any audio devices
4795           involved.
4796
4797 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4798
4799         * po/LINGUAS:
4800         * po/ja.po:
4801           Add ja.po file from #377306.
4802
4803 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4804
4805         * sys/sunaudio/gstsunaudio.c: (plugin_init):
4806         * sys/sunaudio/gstsunaudiomixertrack.c:
4807         (gst_sunaudiomixer_track_new):
4808           Actually translate sunaudio mixer track labels instead of just
4809           marking the strings as translatable (#377306); clean up weird
4810           label string mapping code that serves no apparent purpose. Also
4811           set the 'untranslated-label' property when creating mixer tracks
4812           if the GstMixerTrack base class supports this.
4813
4814         * tests/check/Makefile.am:
4815         * tests/check/elements/.cvsignore:
4816         * tests/check/elements/sunaudio.c: (GST_START_TEST),
4817         (sunaudio_suite):
4818           Very minimalistic unit test for sunaudiomixer element (compiles, but not
4819           actually tested on a system where sunaudiomixer is available).
4820
4821 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4822
4823         * tests/check/Makefile.am:
4824         Re-enable the states test and see if it works on the buildbots.
4825
4826 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4827
4828         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
4829         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
4830         (gst_dvdec_change_state):
4831         * ext/dv/gstdvdec.h:
4832         Infer pixel-aspect-ratio from the video frame format if it isn't
4833         provided by the container, as happens when playing DV from AVI
4834         or Quicktime containers.
4835
4836         Patch by: Wim Taymans <wim@fluendo.com>
4837         Fixes #380944
4838
4839 2007-03-09  Wim Taymans  <wim@fluendo.com>
4840
4841         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
4842         When activated, remove the udpsrc timeout, we have dataflow and timeouts
4843         will later be handled by the jitterbuffer.
4844
4845 2007-03-09  Wim Taymans  <wim@fluendo.com>
4846
4847         * ext/taglib/gstid3v2mux.cc:
4848         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
4849         Fixes #414496.
4850         
4851         Patch by: Alex Lancaster <alexl at users sourceforge net>
4852
4853 2007-03-09  Wim Taymans  <wim@fluendo.com>
4854
4855         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4856         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
4857         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
4858         (gst_avi_demux_chain):
4859         Fix stream position reporting after a seek. Fixes #416445.
4860
4861 2007-03-08  Wim Taymans  <wim@fluendo.com>
4862
4863         Patch by: René Stadler <mail at renestadler dot de>
4864
4865         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4866         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
4867         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
4868         Make avidemux accept optional header chunks in any order.
4869         Fixes #415446.
4870
4871 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
4872
4873         * tests/check/Makefile.am:
4874         Disable the states check until the remaining Valgrind errors
4875         are fixed or suppressed.
4876
4877 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4878
4879         * tests/check/elements/.cvsignore:
4880           Add audiodynamic check to .cvsignore
4881
4882 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4883
4884         reviewed by: Stefan Kost  <ensonic@users.sf.net>
4885
4886         * gst/audiofx/Makefile.am:
4887         * gst/audiofx/audiodynamic.c:
4888         (gst_audio_dynamic_characteristics_get_type),
4889         (gst_audio_dynamic_mode_get_type),
4890         (gst_audio_dynamic_set_process_function),
4891         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
4892         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
4893         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
4894         (gst_audio_dynamic_transform_hard_knee_compressor_int),
4895         (gst_audio_dynamic_transform_hard_knee_compressor_float),
4896         (gst_audio_dynamic_transform_soft_knee_compressor_int),
4897         (gst_audio_dynamic_transform_soft_knee_compressor_float),
4898         (gst_audio_dynamic_transform_hard_knee_expander_int),
4899         (gst_audio_dynamic_transform_hard_knee_expander_float),
4900         (gst_audio_dynamic_transform_soft_knee_expander_int),
4901         (gst_audio_dynamic_transform_soft_knee_expander_float),
4902         (gst_audio_dynamic_transform_ip):
4903         * gst/audiofx/audiodynamic.h:
4904         * gst/audiofx/audiofx.c: (plugin_init):
4905         Add new audiodynamic element which can act as a compressor or
4906         expander. Supported are hard-knee and soft-knee operation modes with
4907         user-specified ratio and threshold.
4908         Attack and release parameters are not yet implemented but will follow.
4909         * docs/plugins/Makefile.am:
4910         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4911         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4912         * docs/plugins/gst-plugins-good-plugins.args:
4913         * docs/plugins/inspect/plugin-audiofx.xml:
4914         Integrate audiodynamic into the docs.
4915         * tests/check/Makefile.am:
4916         * tests/check/elements/audiodynamic.c: (setup_dynamic),
4917         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
4918         Add unit test for audiodynamic.
4919
4920 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
4921
4922         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
4923         Free handles that we allocated when exiting via the error paths.
4924
4925 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
4926
4927         * gst/level/gstlevel.c: (gst_level_class_init),
4928         (gst_level_set_caps), (gst_level_start), (gst_level_event),
4929         (gst_level_transform_ip):
4930         * gst/level/gstlevel.h:
4931           Resolve message timestamps against the playback segment.
4932
4933 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4934
4935         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
4936         (gst_id3demux_sink_activate):
4937           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
4938           caps passed to it (previously one code path assumed it took ownership
4939           while another one assumed it didn't, while in fact it sometimes did and
4940           sometimes didn't ...).
4941
4942         * configure.ac:
4943         * tests/files/Makefile.am:
4944         * tests/files/id3-407349-1.tag:
4945         * tests/files/id3-407349-2.tag:
4946           Add directory where data for unit tests can be stored.
4947
4948         * tests/Makefile.am:
4949         * tests/check/Makefile.am:
4950         * tests/check/elements/.cvsignore:
4951         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
4952         (read_tags_from_file), (run_check_for_file),
4953         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
4954           Add unit test for id3demux, and in particular for bug #407349. Only
4955           testing pull-mode for now; push mode doesn't work yet because the test
4956           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
4957
4958 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4959
4960         * tests/check/Makefile.am:
4961           Add missing backslash at end of line.
4962
4963 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
4964
4965         Trigger rebuild.
4966
4967 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4968
4969         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
4970         * gst/id3demux/id3tags.h:
4971         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
4972         (parse_obsolete_tdat_frame):
4973           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
4974           the four-digit number will be interpreted as a year, whereas it is
4975           month and day in DDMM format. Instead, parse TDAT frames and fix up
4976           the date in the GST_TAG_DATE tag later if we also extracted a year.
4977           Fixes #407349.
4978
4979 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
4980
4981         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
4982         (gst_switch_commit_new_kid):
4983         Fix up the dispose logic so it doesn't leak, and fix setting of 
4984         the child state so that we don't set a child to our current state 
4985         just as we are changing it to something else.
4986
4987 2007-03-06  Wim Taymans  <wim@fluendo.com>
4988
4989         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
4990         (gst_goom_chain):
4991         * gst/goom/gstgoom.h:
4992         Document, fix and improve goom adapter behaviour.
4993         Fixes #407006.
4994
4995 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4996
4997         * ext/esd/esdsink.c: (gst_esdsink_open):
4998         Unref static pad template after using it.
4999
5000 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5001
5002         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5003         (gst_switch_commit_new_kid):
5004         Fix up the reference counting of the child elements.
5005
5006 2007-03-05  Wim Taymans  <wim@fluendo.com>
5007
5008         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
5009         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
5010         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
5011         Fix encoding-name case.
5012
5013 2007-03-05  Wim Taymans  <wim@fluendo.com>
5014
5015         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
5016         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
5017         (gst_rtp_speex_depay_process):
5018         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
5019         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
5020         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
5021         (gst_rtp_speex_pay_change_state):
5022         * gst/rtp/gstrtpspeexpay.h:
5023         Fix speex (de)payloader. Fixes #358040.
5024
5025 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5026
5027         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
5028         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
5029         Install fakesink in NULL by fixing some broken logic. This obviates
5030         the need to manually set _IS_SINK.
5031         Add some comments and remove a little cruft while I'm at it.
5032
5033 2007-03-05  Wim Taymans  <wim@fluendo.com>
5034
5035         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
5036         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
5037
5038 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
5039
5040         * po/POTFILES.in:
5041           Update.
5042
5043 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5044
5045         * tests/check/Makefile.am:
5046         Gah! Also disable gconfvideosink from the tests, otherwise
5047         it will instantiate autovideosink, and dfbvideosink and
5048         leak on the buildbots.
5049
5050 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5051
5052         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
5053         (gst_cdio_cdda_src_finalize):
5054         Make sure we always destroy our libcdio handle.
5055
5056 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5057
5058         * tests/check/Makefile.am:
5059         Disable autovideosink so the buildbots don't barf over memory
5060         leaked in the directfb sink.
5061
5062 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5063
5064         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
5065         Chain up in dispose
5066
5067 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5068
5069         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
5070         (gst_multipart_find_pad_by_mime):
5071         Use gst_pad_new_from_static_template instead of
5072         static_pad_template_get+pad_new.
5073
5074 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5075
5076         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
5077         Catch the case where no clock has been set.
5078
5079 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5080
5081         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
5082         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
5083         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
5084         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
5085         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
5086         (gst_gconf_audio_src_finalize), (do_toggle_element):
5087         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
5088         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
5089         (do_toggle_element):
5090         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
5091         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
5092         (gst_gconf_video_src_finalize), (do_toggle_element):
5093         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
5094         (gst_switch_sink_reset), (gst_switch_sink_set_child):
5095         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
5096         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
5097         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5098         (gst_shout2send_init), (gst_shout2send_finalize):
5099         * gst/debug/testplugin.c: (gst_test_class_init),
5100         (gst_test_finalize):
5101         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
5102         (gst_flxdec_dispose):
5103         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
5104         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
5105         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5106         (gst_rtspsrc_finalize):
5107         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
5108         * gst/rtsp/rtspextwms.h:
5109         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
5110         (gst_smpte_finalize):
5111         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
5112         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
5113         (gst_udpsink_finalize):
5114         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
5115         (gst_wavparse_sink_activate):
5116         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
5117         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
5118         (gst_oss_src_finalize):
5119         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
5120         * sys/v4l2/gstv4l2object.h:
5121         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5122         (gst_v4l2src_finalize):
5123         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
5124
5125         Fix a bunch of leaks shown by the newly-added states test.
5126
5127 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5128
5129         * ext/dv/gstdvdec.c: (gst_dvdec_init):
5130         Use gst_pad_new_from_static_template instead of 
5131         static_pad_template_get+pad_new.
5132
5133 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
5134
5135         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5136
5137         * ext/libcaca/Makefile.am:
5138         * gst/debug/Makefile.am:
5139           Don't mix tabs and spaces (#414168).
5140
5141 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5142
5143         * tests/check/generic/.cvsignore:
5144           Ignore files to please buildbot.
5145
5146 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5147
5148         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
5149         (gst_wavparse_stream_data):
5150           Unbreak my previous commit (swapped nominator & denominator). Tim,
5151           thanks for spotting.
5152
5153 2007-03-02  Wim Taymans  <wim@fluendo.com>
5154
5155         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
5156         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
5157         (gst_cdio_cdda_src_finalize):
5158         Small code cleanups.
5159         Don't use pad_alloc as the base class cannot deal with the error codes.
5160
5161 2007-03-02  Wim Taymans  <wim@fluendo.com>
5162
5163         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
5164         (gst_udpsrc_create):
5165         Fix doc.
5166
5167 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5168
5169         Patch by: René Stadler <mail@renestadler.de>
5170
5171         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
5172         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
5173         (gst_wavparse_stream_data):
5174           Handle rounding better to not drop last sample frame. Fixes #356692
5175
5176 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
5177
5178         * tests/check/Makefile.am:
5179         Disable cacasink from the states check too - it also calls exit(1)
5180         on us when it can't find a terminal to talk to.
5181
5182 2007-03-02  Wim Taymans  <wim@fluendo.com>
5183
5184         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5185
5186         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5187         (gst_udpsrc_create), (gst_udpsrc_set_property),
5188         (gst_udpsrc_get_property):
5189         * gst/udp/gstudpsrc.h:
5190         Add support to strip proprietary headers. Fixes #350296.
5191
5192 2007-03-02  Wim Taymans  <wim@fluendo.com>
5193
5194         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
5195         Fix compilation.
5196
5197 2007-03-02  Wim Taymans  <wim@fluendo.com>
5198
5199         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5200
5201         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
5202         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
5203         (gst_rtp_mp2t_depay_set_property),
5204         (gst_rtp_mp2t_depay_get_property):
5205         * gst/rtp/gstrtpmp2tdepay.h:
5206         Add support to strip off proprietary headers. Fixes #350278.
5207
5208 2007-03-02  Wim Taymans  <wim@fluendo.com>
5209
5210         * ext/hal/hal.c:
5211         Fix compilation.
5212
5213 2007-03-02  Wim Taymans  <wim@fluendo.com>
5214
5215         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
5216         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
5217         (gst_sunaudiosrc_open):
5218         * sys/sunaudio/gstsunaudiosrc.h:
5219         Remove device-name from GstSunAudioSrc. Fixes #412597.
5220
5221 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5222
5223         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5224         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5225         Having NULL as UDI previously selected the default sink/src. Change
5226         this back but mention it in the debug output.
5227         * ext/hal/hal.c: (gst_hal_get_alsa_element),
5228         (gst_hal_get_oss_element), (gst_hal_get_string),
5229         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
5230         (gst_hal_get_audio_src):
5231         * ext/hal/hal.h:
5232         Refactor a bit, check all error conditions, greatly improve debugging
5233         and fix some possible memory leaks. Also implement OSS support
5234         and allow specifying an UDI that points to a real device. For this the
5235         child device which supports ALSA (preferred) or OSS is used.
5236         As a side effect this makes it impossible now to get a alsasink in
5237         halaudiosrc and a alsasrc in halaudiosink.
5238
5239 2007-03-01  Wim Taymans  <wim@fluendo.com>
5240
5241         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
5242         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
5243         Errors from the udp sources are not fatal unless all of them are in
5244         error.
5245
5246 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5247
5248         * tests/check/Makefile.am:
5249         Disable aasink in the states test. I suspect this is the element that
5250         is calling exit(1) when it can't proceed.
5251
5252 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5253
5254         * tests/check/Makefile.am:
5255         Draw plugins in from the build tree sys/ dir, rather than picking
5256         up the already installed versions.
5257
5258 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5259
5260         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
5261         Error out correctly when getting xcontext fails.
5262
5263 2007-03-01  Wim Taymans  <wim@fluendo.com>
5264
5265         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
5266         Make state change to PAUSED NO_PREROLL because that's what it will be in
5267         the future and rtspsrc relies on it.
5268
5269         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
5270         (gst_rtspsrc_change_state):
5271         Don't error out when we don't get an error from the state change
5272         function.
5273
5274 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5275
5276         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5277         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5278           Check if the device UDI is set before trying to query HAL
5279           about it and give a useful error message if it wasn't set.
5280         * ext/hal/hal.c: (gst_hal_get_string):
5281           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
5282           gives an assertion failure in D-Bus when running with
5283           DBUS_FATAL_WARNINGS=1.
5284
5285 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5286
5287         * configure.ac:
5288           Convert to new AG_GST style.
5289
5290 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5291
5292         * tests/check/Makefile.am:
5293         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
5294           add test for states
5295
5296 2007-02-28  Wim Taymans  <wim@fluendo.com>
5297
5298         * tests/check/elements/.cvsignore:
5299         Add new videofilter check to .cvsignore.
5300
5301 2007-02-28  Wim Taymans  <wim@fluendo.com>
5302
5303         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
5304         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5305         (gst_avi_demux_loop), (gst_avi_demux_chain):
5306         Fix combined flow return. Fixes #412608.
5307
5308 2007-02-28  Wim Taymans  <wim@fluendo.com>
5309
5310         * gst/videofilter/Makefile.am:
5311         Dist header..
5312
5313 2007-02-28  Wim Taymans  <wim@fluendo.com>
5314
5315         * gst/videofilter/gstgamma.h:
5316         Add header too.
5317
5318 2007-02-28  Wim Taymans  <wim@fluendo.com>
5319
5320         Patch by: Mark Nauwelaerts <manauw at skynet be>
5321
5322         * gst/videofilter/Makefile.am:
5323         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
5324         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
5325         (gst_gamma_get_property), (gst_gamma_calculate_tables),
5326         (oil_tablelookup_u8), (gst_gamma_set_caps),
5327         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
5328         Port gamma filter to 0.10. Fixes #412704.
5329
5330         * tests/check/Makefile.am:
5331         * tests/check/elements/videofilter.c: (setup_filter),
5332         (cleanup_filter), (check_filter), (GST_START_TEST),
5333         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
5334         Add unit tests for videofilters.
5335
5336 2007-02-28  Wim Taymans  <wim@fluendo.com>
5337
5338         * gst/rtsp/URLS:
5339         Add another interesting test url.
5340
5341         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
5342         Don't allow getting header fields from data packets.
5343
5344 2007-02-28  Michael Smith  <msmith@fluendo.com>
5345
5346         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5347         (gst_shout2send_init), (gst_shout2send_start),
5348         (gst_shout2send_set_property), (gst_shout2send_get_property):
5349         * ext/shout2/gstshout2.h:
5350           Add a property for username.
5351
5352 2007-02-27  Christian Schallerr <christian@fluendo.com>
5353
5354         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
5355
5356 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5357
5358         * gst/rtsp/Makefile.am:
5359         Fix make check too.
5360
5361 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5362
5363         * gst/rtsp/base64.c: (util_base64_encode):
5364         * gst/rtsp/base64.h:
5365         Commit missing files for base64 encoding.
5366
5367 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5368
5369         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5370
5371         * configure.ac:
5372         * ext/annodex/Makefile.am:
5373         * ext/jpeg/Makefile.am:
5374         * ext/speex/Makefile.am:
5375         * gst/alpha/Makefile.am:
5376         * gst/cutter/Makefile.am:
5377         * gst/debug/Makefile.am:
5378         * gst/effectv/Makefile.am:
5379         * gst/goom/Makefile.am:
5380         * gst/level/Makefile.am:
5381         * gst/smpte/Makefile.am:
5382         * gst/videofilter/Makefile.am:
5383           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
5384
5385 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5386
5387         * gst/rtsp/Makefile.am:
5388         * gst/rtsp/rtspconnection.c: (append_auth_header),
5389         (rtsp_connection_send), (rtsp_connection_set_auth):
5390         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
5391         from icecast to replace it. Relicensed from GPL courtesy of Mike
5392         Smith.
5393
5394 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5395
5396         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
5397         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
5398         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
5399         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
5400         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
5401         (gst_rtspsrc_uri_set_uri):
5402         * gst/rtsp/gstrtspsrc.h:
5403         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5404         (append_auth_header), (rtsp_connection_send),
5405         (rtsp_connection_free), (rtsp_connection_set_auth):
5406         * gst/rtsp/rtspconnection.h:
5407         * gst/rtsp/rtspdefs.h:
5408         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
5409         * gst/rtsp/rtspurl.h:
5410
5411         Implement simple Basic Authentication support so that urls like
5412         rtsp://user:pass@hostname/rtspstream work on hosts that require
5413         authentication.
5414
5415 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
5416
5417         * sys/v4l2/gstv4l2object.c:
5418         * sys/v4l2/gstv4l2tuner.c:
5419         * sys/v4l2/v4l2_calls.c:
5420         Fix segfault when oppening a radio device.
5421         
5422 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
5423
5424         * gst/level/gstlevel.c: (gst_level_set_caps),
5425         (gst_level_transform_ip):
5426         * sys/v4l2/README:
5427         * tests/check/elements/level.c: (GST_START_TEST):
5428           Fix level for multi-channel case.
5429
5430 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
5431
5432         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
5433         (gst_level_transform_ip):
5434         * gst/level/gstlevel.h:
5435           Use function pointer for process function and add process functions
5436           for float audio.
5437
5438 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
5439
5440         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5441         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5442         (gst_v4l2src_capture_init):
5443           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
5444           fixes #407369
5445
5446 2007-02-18  Wim Taymans  <wim@fluendo.com>
5447
5448         * gst/rtp/Makefile.am:
5449         * gst/rtp/gstrtp.c: (plugin_init):
5450         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
5451         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
5452         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
5453         (gst_rtp_mp2t_pay_plugin_init):
5454         * gst/rtp/gstrtpmp2tpay.h:
5455         Added simple mpeg transport stream payloader.
5456
5457 2007-02-16  Wim Taymans  <wim@fluendo.com>
5458
5459         * gst/rtsp/URLS:
5460         Add example H264 rtsp url.
5461
5462         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5463         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
5464         Don't convert values to lowercase or we might mess up base64 encoded
5465         properties.
5466
5467 2007-02-16  Wim Taymans  <wim@fluendo.com>
5468
5469         * gst/rtp/README:
5470         Fix case of string params.
5471
5472         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5473         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5474         Fix depayloader, support more packet types.
5475         Add sync codes to make sure the packetizer can do its job.
5476
5477         * gst/rtp/gstrtpmp4gdepay.c:
5478         * gst/rtp/gstrtpmp4gpay.c:
5479         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
5480         Fix caps case again.
5481
5482 2007-02-15  Wim Taymans  <wim@fluendo.com>
5483
5484         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
5485         Set right caps on output buffers.
5486
5487 2007-02-14  Wim Taymans  <wim@fluendo.com>
5488
5489         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
5490         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
5491         Clear stack allocated SDPMedia struct before calling _init() on it.
5492         Clarify this in the docs as well.
5493
5494 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
5495
5496         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
5497         (do_change_child):
5498         Don't reset the profile when going switching states, as it makes
5499         the element non-reusable.
5500
5501 2007-02-14  Wim Taymans  <wim@fluendo.com>
5502
5503         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
5504         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
5505         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
5506         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
5507         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
5508         (sdp_parse_line):
5509         * gst/rtsp/sdpmessage.h:
5510         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
5511         Fix memory management of SDP messages. Fixes #407793.
5512
5513 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
5514
5515         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
5516
5517         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
5518         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
5519
5520 2007-02-14  Wim Taymans  <wim@fluendo.com>
5521
5522         Patch by: jp.liu <jp_liu at astrocom dot cn>
5523
5524         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
5525         Fix parsing of password field in url. Fixes #407797.
5526
5527 2007-02-14  Wim Taymans  <wim@fluendo.com>
5528
5529         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
5530         (gst_wavparse_reset), (gst_wavparse_init),
5531         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
5532         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
5533         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
5534         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
5535         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
5536         (gst_wavparse_loop), (gst_wavparse_chain),
5537         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
5538         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
5539         (plugin_init):
5540         * gst/wavparse/gstwavparse.h:
5541         Update docs.
5542         Use boilerplate.
5543         Various code cleanups.
5544         When the bitrate is not known (bps == 0 or compressed formats) let
5545         downstream element guestimate the duration and position and don't
5546         generate timestamps or durations. Fixes #405213.
5547         Fix EOS and ERROR conditions in chain mode, we just need to forward the
5548         error flowreturn upstream.
5549
5550 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
5551
5552         * ext/gconf/Makefile.am:
5553         * ext/gconf/gconf.c: (gst_gconf_get_string),
5554         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
5555         (gst_gconf_render_bin_with_default):
5556         * ext/gconf/gconf.h:
5557         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
5558         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
5559         (gst_gconf_audio_sink_dispose), (do_change_child),
5560         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
5561         (cb_change_child), (gst_gconf_audio_sink_change_state):
5562         * ext/gconf/gstgconfaudiosink.h:
5563         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
5564         (gst_switch_sink_class_init), (gst_switch_sink_reset),
5565         (gst_switch_sink_init), (gst_switch_sink_dispose),
5566         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
5567         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
5568         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
5569         * ext/gconf/gstswitchsink.h:
5570         * gst/autodetect/gstautoaudiosink.c:
5571         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
5572         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
5573         (gst_auto_audio_sink_detect):
5574         * gst/autodetect/gstautovideosink.c:
5575         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
5576         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
5577         (gst_auto_video_sink_detect):
5578         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
5579         and a child that implements the GConf key monitoring. The end goal of
5580         this is an audio sink that can be changed on the fly, but at the 
5581         moment it still only changes on the next READY transition.
5582
5583 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5584
5585         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5586         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5587         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
5588         (gst_avi_demux_calculate_durations_from_index),
5589         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5590         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5591         (gst_avi_demux_loop):
5592           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
5593
5594 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5595
5596         * configure.ac:
5597         * docs/plugins/Makefile.am:
5598           Add crossreferences to glib/gobject/gstream docs.
5599
5600 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5601
5602         * gst/monoscope/Makefile.am:
5603         * gst/monoscope/gstmonoscope.c:
5604           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
5605           (but no LIBS, since we only use defines from the headers).
5606
5607 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5608
5609         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
5610
5611         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
5612         (gst_wavparse_stream_data):
5613           Fix massive memory leak when operating in streaming mode due to
5614           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
5615           Fixes #407057.
5616
5617 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5618
5619         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
5620         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
5621         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
5622         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
5623         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5624         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
5625         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
5626         (gst_avi_demux_calculate_durations_from_index),
5627         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5628         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
5629         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
5630         * gst/avi/gstavidemux.h:
5631           Save some memory (8%) by repacking the index entry structure (more to
5632           come). Add more FIXMEs to questionable parts.
5633
5634 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5635
5636         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
5637         (gst_v4l2src_get_caps):
5638         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5639         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5640         (gst_v4l2src_capture_init):
5641           More FIXME comments and messaging changes.
5642
5643 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5644
5645         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
5646         (gst_goom_change_state):
5647         * gst/goom/gstgoom.h:
5648           Improved docs and use GST_DEBUG_FUNCPTR.
5649
5650         * gst/level/gstlevel.c: (gst_level_class_init):
5651           Use GST_DEBUG_FUNCPTR.
5652
5653         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
5654         (gst_monoscope_chain), (gst_monoscope_change_state):
5655           Improved docs source cleanups.
5656
5657 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5658
5659         * gst/debug/Makefile.am:
5660         * gst/debug/gstdebug.c: (plugin_init):
5661         * gst/debug/gstpushfilesrc.c:
5662         * gst/debug/gstpushfilesrc.h:
5663           Add code for a pushfilesrc element that implements a pushfile:// URI
5664           handler, to make debugging push-mode operation of demuxer/decoders
5665           that support both easier in connection with seek/playbin/etc.
5666           The element isn't registered at the moment.
5667
5668 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
5669
5670         * gst/avi/gstavimux.c:
5671           Comment a #if 0 in caps template definition as VS6 seems to 
5672         do not support it.
5673         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
5674           Use gst_guint64_to_gdouble for conversion.
5675         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
5676           Move variables declaration before the first instruction.
5677         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
5678           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
5679           And don't include netdb.h for G_OS_WIN32
5680         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
5681           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
5682           by VS6 then use an other way to initialize SDPMedia structure.
5683         * gst/udp/gstdynudpsink.h:
5684         * gst/udp/gstdynudpnetutils.h:
5685           Do not include <sys/time.h> for G_OS_WIN32
5686         * gst/udp/gstudpsrc.c:
5687           Define socklen_t as int for G_OS_WIN32
5688         * win/common/config.h.in:
5689           Undef HAVE_NETINET_IN_H
5690         * win32/vs6/gst_plugins_good.dsw:
5691         * win32/vs6/libgstrtp.dsp:
5692         * win32/vs6/libgstrtsp.dsp:
5693         * win32/vs6/libgstautogen.dsp:
5694         * win32/vs6/libgstaudiofx.dsp:
5695         * win32/vs6/libgstudp.dsp:
5696           Add and update project files.
5697         * win32/common/gstudp-enumtypes.c:
5698         * win32/common/gstudp-enumtypes.h:
5699           Add a copy of udp enumtypes to win32/common as in core 
5700           and base.
5701         
5702 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
5703
5704         * configure.ac:
5705           Activate monoscope when building with --enable-experimental. Fix
5706           --enable-external configure switch description.
5707
5708         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
5709         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
5710           Help gst-indent.
5711
5712 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
5713
5714         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
5715           Explicitly cast result of pointer arithmetic to integer in order to
5716           avoid compiler warnings on some 64-bit systems. Should fix #406018.
5717
5718 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5719
5720         * gst/debug/progressreport.c:
5721           Some more docs.
5722
5723 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5724
5725         * docs/plugins/inspect/plugin-rtp.xml:
5726           Update for new elements.
5727
5728         * gst/debug/progressreport.h:
5729           Commit newly-created header file as well.
5730
5731 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5732
5733         * docs/plugins/Makefile.am:
5734         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5735         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5736         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5737         * gst/debug/Makefile.am:
5738         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
5739         (gst_progress_report_do_query), (gst_progress_report_report):
5740           Make progressreport element post messages with the current progress
5741           on the bus. Also add some basic docs for it.
5742
5743 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5744
5745         * ext/hal/hal.c: (gst_hal_get_string):
5746         * ext/hal/hal.h:
5747           Some small cleanups; deal with errors when parsing the HAL ALSA
5748           capabilities a bit better.
5749
5750 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5751
5752         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
5753           Let's try this again and use the right cast this time.
5754
5755 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5756
5757         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
5758           Add cast to avoid compiler warnings with older GLib versions
5759           where the nick/name members in GEnumValue are not declared as
5760           constant strings.
5761
5762 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5763
5764         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
5765         (gst_gconf_render_bin_from_key),
5766         (gst_gconf_get_default_audio_sink):
5767         * ext/gconf/gconf.h:
5768         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
5769         (do_toggle_element), (gst_gconf_audio_sink_set_property),
5770         (gst_gconf_audio_sink_get_property):
5771           In gconfaudiosink, get the right key as the old key in do_toggle
5772           (ie. one dependent on the profile selected). Log some more stuff so
5773           we can see what's actually going on.
5774
5775 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
5776
5777         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
5778         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
5779         (gst_audio_amplify_set_process_function),
5780         (gst_audio_amplify_setup):
5781         * gst/audiofx/audioamplify.h:
5782         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
5783         (gst_audio_invert_class_init), (gst_audio_invert_setup):
5784         * gst/audiofx/audioinvert.h:
5785         Some small cleanups and port both elements to the new GstAudioFilter
5786         base class to save a few lines of common code.
5787         * gst/audiofx/Makefile.am:
5788         Link against libgstaudio for the above changes
5789
5790 2007-01-29  Wim Taymans  <wim@fluendo.com>
5791
5792         * tests/check/elements/.cvsignore:
5793         Some more ignores.
5794
5795 2007-01-26  Wim Taymans  <wim@fluendo.com>
5796
5797         Patch by: charles <charlesg3 at gmail dot com>
5798
5799         * ext/shout2/gstshout2.c: (gst_shout2send_init),
5800         (set_shout_metadata), (gst_shout2send_event):
5801         * ext/shout2/gstshout2.h:
5802         Properly handle tags in shout2send. Fixes #399825.
5803
5804 2007-01-25  Wim Taymans  <wim@fluendo.com>
5805
5806         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5807         (gst_rtspsrc_activate_streams):
5808         Convert SDP fields to upper/lowercase following the rules in the SDP to
5809         caps document. 
5810
5811 2007-01-25  Wim Taymans  <wim@fluendo.com>
5812
5813         * gst/rtp/README:
5814         * gst/rtp/gstrtpilbcdepay.c:
5815         * gst/rtp/gstrtpilbcpay.c:
5816         * gst/rtp/gstrtpmp4gdepay.c:
5817         * gst/rtp/gstrtpmp4gpay.c:
5818         * gst/rtp/gstrtpspeexdepay.c:
5819         * gst/rtp/gstrtpspeexpay.c:
5820         * gst/rtp/gstrtpsv3vdepay.c:
5821         * gst/rtp/gstrtptheoradepay.c:
5822         * gst/rtp/gstrtptheorapay.c:
5823         * gst/rtp/gstrtpvorbisdepay.c:
5824         * gst/rtp/gstrtpvorbispay.c:
5825         Fix case of encoding-name and key/value pairs to match the document.
5826         This is to make interoperation with SDP case-insensitive as required by
5827         the relevant RFCs.
5828
5829 2007-01-25  Wim Taymans  <wim@fluendo.com>
5830
5831         * configure.ac:
5832         Bump required -core/-base to CVS
5833
5834 2007-01-25  Wim Taymans  <wim@fluendo.com>
5835
5836         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
5837         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
5838         * gst/rtp/gstrtpL16pay.h:
5839         Fill up to MTU using adapter.
5840         Timestamp rtp packets.
5841
5842 2007-01-25  Edward Hervey  <edward@fluendo.com>
5843
5844         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5845         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
5846         Use G_GSIZE_FORMAT in print statements for portability.
5847         Fixes build on macosx.
5848
5849 2007-01-24  Wim Taymans  <wim@fluendo.com>
5850
5851         * gst/rtp/Makefile.am:
5852         * gst/rtp/gstrtp.c: (plugin_init):
5853         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
5854         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
5855         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
5856         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
5857         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
5858         (gst_rtp_L16_depay_plugin_init):
5859         * gst/rtp/gstrtpL16depay.h:
5860         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
5861         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
5862         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
5863         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
5864         (gst_rtp_L16_pay_plugin_init):
5865         * gst/rtp/gstrtpL16pay.h:
5866         Port and enable raw audio payloader/depayloader. Needs a bit more work
5867         on the payloader side.
5868
5869 2007-01-24  Wim Taymans  <wim@fluendo.com>
5870
5871         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
5872         (gst_rtspsrc_stream_configure_transport),
5873         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
5874         * gst/rtsp/gstrtspsrc.h:
5875         Only unblock the udp pads when we linked and activated them all.
5876         Fixes #395688.
5877
5878 2007-01-24  Wim Taymans  <wim@fluendo.com>
5879
5880         * gst/rtp/Makefile.am:
5881         * gst/rtp/gstrtp.c: (plugin_init):
5882         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
5883         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
5884         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
5885         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
5886         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
5887         * gst/rtp/gstrtpac3depay.h:
5888         Added simple AC3 depayloader (RFC 4184).
5889
5890         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
5891         Fix a leak.
5892
5893 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
5894
5895         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5896
5897         * gst/audiofx/Makefile.am:
5898         * gst/audiofx/audioamplify.c:
5899         (gst_audio_amplify_clipping_method_get_type),
5900         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
5901         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
5902         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
5903         (gst_audio_amplify_set_caps),
5904         (gst_audio_amplify_transform_int_clip),
5905         (gst_audio_amplify_transform_int_wrap_negative),
5906         (gst_audio_amplify_transform_int_wrap_positive),
5907         (gst_audio_amplify_transform_float_clip),
5908         (gst_audio_amplify_transform_float_wrap_negative),
5909         (gst_audio_amplify_transform_float_wrap_positive),
5910         (gst_audio_amplify_transform_ip):
5911         * gst/audiofx/audioamplify.h:
5912         * gst/audiofx/audiofx.c: (plugin_init):
5913         Add new element "audioamplify". This allows scaling of raw audio
5914         samples, similar to the "volume" element, but provides different modes
5915         for clipping and allows unlimited amplification. It's mainly targeted
5916         for creative sound design and not as a replacement of the "volume"
5917         element. Fixes #397162
5918         * docs/plugins/Makefile.am:
5919         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5920         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5921         * docs/plugins/gst-plugins-good-plugins.args:
5922         * docs/plugins/inspect/plugin-audiofx.xml:
5923         Add docs for audioamplify and integrate them into the build system
5924         * tests/check/Makefile.am:
5925         * tests/check/elements/audioamplify.c: (setup_amplify),
5926         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
5927         Add fairly extensive unit test suite for audioamplify
5928
5929 2007-01-24  Wim Taymans  <wim@fluendo.com>
5930
5931         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
5932         Unblock pads after adding the pads to the element so that autopluggers
5933         get a change to link something. Possibly fixes #395688.
5934
5935 2007-01-24  Wim Taymans  <wim@fluendo.com>
5936
5937         * gst/rtp/gstrtpamrdepay.c:
5938         * gst/rtp/gstrtpgsmdepay.c:
5939         * gst/rtp/gstrtph263pdepay.c:
5940         * gst/rtp/gstrtph263ppay.c:
5941         * gst/rtp/gstrtph264depay.c:
5942         * gst/rtp/gstrtpilbcdepay.c:
5943         * gst/rtp/gstrtpmp2tdepay.c:
5944         * gst/rtp/gstrtpmp4gdepay.c:
5945         * gst/rtp/gstrtpmp4gpay.c:
5946         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
5947         * gst/rtp/gstrtpmp4vpay.c:
5948         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
5949         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
5950         (gst_rtp_mpa_depay_process):
5951         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
5952         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
5953         * gst/rtp/gstrtppcmadepay.c:
5954         * gst/rtp/gstrtppcmudepay.c:
5955         * gst/rtp/gstrtpspeexdepay.c:
5956         * gst/rtp/gstrtpspeexpay.c:
5957         * gst/rtp/gstrtpsv3vdepay.c:
5958         * gst/rtp/gstrtptheoradepay.c:
5959         * gst/rtp/gstrtptheorapay.c:
5960         * gst/rtp/gstrtpvorbisdepay.c:
5961         * gst/rtp/gstrtpvorbispay.c:
5962         Fix caps with payload numbers.
5963         Add some fixed payload numbers to caps when possible.
5964
5965 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
5966
5967         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5968
5969         * gst/audiofx/Makefile.am:
5970         * gst/audiofx/audiofx.c: (plugin_init):
5971         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
5972         (gst_audio_invert_class_init), (gst_audio_invert_init),
5973         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
5974         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
5975         (gst_audio_invert_transform_float),
5976         (gst_audio_invert_transform_ip):
5977         * gst/audiofx/audioinvert.h:
5978         Add new audiofx element "audioinvert". This element swaps the upper
5979         and lower half of samples and can be used for example for a
5980         wide-stereo effect. Fixes #396057
5981         * docs/plugins/Makefile.am:
5982         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5983         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5984         * docs/plugins/gst-plugins-good-plugins.args:
5985         * docs/plugins/inspect/plugin-audiofx.xml:
5986         Add docs for the audioinvert element and add them to the build system.
5987         * tests/check/Makefile.am:
5988         * tests/check/elements/audioinvert.c: (setup_invert),
5989         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
5990         Add unit test suite for the audioinvert element.
5991
5992 2007-01-23  Wim Taymans  <wim@fluendo.com>
5993
5994         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
5995         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
5996         Parse config params as string and int.
5997         Parse and use AU header length
5998
5999 2007-01-23  Wim Taymans  <wim@fluendo.com>
6000
6001         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
6002         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
6003         * gst/smpte/gstmask.c: (_gst_mask_register):
6004         * gst/smpte/gstmask.h:
6005         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
6006         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
6007         (gst_smpte_paint_triangle_clock):
6008         constify some static structs.
6009         Don't update the mask if nothing changed to the params.
6010         Make sure we never draw outside of the picture. Fixes #398325.
6011
6012 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
6013
6014         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
6015           Error out properly when pull_range fails while we're reading the
6016           headers, instead of just pausing the task silently. Fixes #399338.
6017
6018 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
6019
6020         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6021           Some more sanity checks to make sure the input formats match and the
6022           input pads are actually negotiated, in case someone tries to feed
6023           buffers from fakesrc or filesrc. Fixes #398299.
6024           Also const-ify an array, just because we can.
6025
6026 2007-01-19  Edward Hervey  <edward@fluendo.com>
6027
6028         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
6029         Ignore previous commit, that was only valid for widths and heights
6030         that are multiples of 4.
6031         Copy over size/stride macros from jpegdec. This allows the element
6032         to work with any width,height...
6033         ... but puts in evidence that the actual transformations only work
6034         with width/height that are multiples of 4.
6035
6036 2007-01-19  Edward Hervey  <edward@fluendo.com>
6037
6038         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6039         Allocate buffers of the right size.
6040         The proper size of a I420 buffer in bytes is:
6041         
6042             width * height * 3
6043             ------------------
6044                     2
6045
6046 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6047
6048         * gst/smpte/gstsmpte.c: (gst_smpte_init):
6049           Proxy getcaps on sink pads too, so that we either end up with the
6050           same dimensions on all pads or error out if that's not possible
6051           (seems to work even!). Fixes #398086, I think.
6052
6053 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6054
6055         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6056         * docs/plugins/gst-plugins-good-plugins.args:
6057         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6058           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
6059           fix integer properties with -1 as minimum value.
6060
6061         * docs/plugins/inspect/plugin-1394.xml:
6062         * docs/plugins/inspect/plugin-aasink.xml:
6063         * docs/plugins/inspect/plugin-alaw.xml:
6064         * docs/plugins/inspect/plugin-alpha.xml:
6065         * docs/plugins/inspect/plugin-alphacolor.xml:
6066         * docs/plugins/inspect/plugin-annodex.xml:
6067         * docs/plugins/inspect/plugin-apetag.xml:
6068         * docs/plugins/inspect/plugin-audiofx.xml:
6069         * docs/plugins/inspect/plugin-auparse.xml:
6070         * docs/plugins/inspect/plugin-autodetect.xml:
6071         * docs/plugins/inspect/plugin-avi.xml:
6072         * docs/plugins/inspect/plugin-cacasink.xml:
6073         * docs/plugins/inspect/plugin-cairo.xml:
6074         * docs/plugins/inspect/plugin-cdio.xml:
6075         * docs/plugins/inspect/plugin-cutter.xml:
6076         * docs/plugins/inspect/plugin-debug.xml:
6077         * docs/plugins/inspect/plugin-dv.xml:
6078         * docs/plugins/inspect/plugin-efence.xml:
6079         * docs/plugins/inspect/plugin-effectv.xml:
6080         * docs/plugins/inspect/plugin-esdsink.xml:
6081         * docs/plugins/inspect/plugin-flac.xml:
6082         * docs/plugins/inspect/plugin-flxdec.xml:
6083         * docs/plugins/inspect/plugin-gconfelements.xml:
6084         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6085         * docs/plugins/inspect/plugin-goom.xml:
6086         * docs/plugins/inspect/plugin-halelements.xml:
6087         * docs/plugins/inspect/plugin-icydemux.xml:
6088         * docs/plugins/inspect/plugin-id3demux.xml:
6089         * docs/plugins/inspect/plugin-jpeg.xml:
6090         * docs/plugins/inspect/plugin-level.xml:
6091         * docs/plugins/inspect/plugin-matroska.xml:
6092         * docs/plugins/inspect/plugin-mulaw.xml:
6093         * docs/plugins/inspect/plugin-multipart.xml:
6094         * docs/plugins/inspect/plugin-navigationtest.xml:
6095         * docs/plugins/inspect/plugin-ossaudio.xml:
6096         * docs/plugins/inspect/plugin-png.xml:
6097         * docs/plugins/inspect/plugin-rtp.xml:
6098         * docs/plugins/inspect/plugin-rtsp.xml:
6099         * docs/plugins/inspect/plugin-shout2send.xml:
6100         * docs/plugins/inspect/plugin-smpte.xml:
6101         * docs/plugins/inspect/plugin-speex.xml:
6102         * docs/plugins/inspect/plugin-taglib.xml:
6103         * docs/plugins/inspect/plugin-udp.xml:
6104         * docs/plugins/inspect/plugin-videobalance.xml:
6105         * docs/plugins/inspect/plugin-videobox.xml:
6106         * docs/plugins/inspect/plugin-videoflip.xml:
6107         * docs/plugins/inspect/plugin-videomixer.xml:
6108         * docs/plugins/inspect/plugin-wavenc.xml:
6109         * docs/plugins/inspect/plugin-wavparse.xml:
6110         * docs/plugins/inspect/plugin-ximagesrc.xml:
6111           Update to CVS.
6112
6113 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
6114
6115         Patch by: Sebastian Dröge <slomo circular-chaos org>
6116
6117         * gst/audiofx/audiopanorama.c:
6118           Fix doc section name (Fixes #397946)
6119
6120 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
6121
6122         * sys/v4l2/gstv4l2object.c:
6123         (gst_v4l2_object_install_properties_helper),
6124         (gst_v4l2_object_set_property_helper),
6125         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
6126         * sys/v4l2/gstv4l2object.h:
6127         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6128         (gst_v4l2src_init), (gst_v4l2src_set_property),
6129         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
6130         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6131         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6132         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
6133         (gst_v4l2src_capture_deinit):
6134           Fix EIO handing when capturing. Add new property to specify the number of
6135           buffers to enque (and remove the borked num-buffers usage).
6136
6137 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
6138
6139         Patch by: Sebastian Dröge <slomo circular-chaos org>
6140
6141         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
6142         (gst_audio_panorama_set_process_function):
6143           Use a function array for process methods, add more docs and define the
6144           startindex of enums.
6145
6146 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6147
6148         Patch by: Mark Nauwelaerts <manauw at skynet be>
6149
6150         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
6151         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
6152         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
6153         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
6154         (gst_avi_mux_riff_get_avi_header),
6155         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
6156         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
6157         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
6158         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
6159         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
6160         (gst_avi_mux_change_state):
6161         * gst/avi/gstavimux.h:
6162         * tests/check/elements/avimux.c: (teardown_src_pad):
6163           Add support for more than one audio stream; write better AVIX
6164           header; refactor code a bit; don't announce vorbis caps on our audio
6165           sink pads since we don't support it anyway. Closes #379298.
6166
6167 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
6168
6169         Patch by: Sebastian Dröge <slomo circular-chaos org>
6170
6171         * gst/audiofx/audiopanorama.c:
6172         (gst_audio_panorama_method_get_type),
6173         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
6174         (gst_audio_panorama_set_process_function),
6175         (gst_audio_panorama_set_property),
6176         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
6177         (gst_audio_panorama_transform_m2s_int_simple),
6178         (gst_audio_panorama_transform_s2s_int_simple),
6179         (gst_audio_panorama_transform_m2s_float_simple),
6180         (gst_audio_panorama_transform_s2s_float_simple):
6181         * gst/audiofx/audiopanorama.h:
6182           Add 'method' property and provide a simple (non-psychoacustic)
6183           processing method (#394859).
6184
6185         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
6186         (panorama_suite):
6187           Tests for new method.
6188
6189 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6190
6191         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
6192         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
6193           Set correct caps on outgoing pulled buffers, or things blow up
6194           after recent core changes.
6195
6196 2007-01-11  Wim Taymans  <wim@fluendo.com>
6197
6198         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6199
6200         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
6201         (gst_multipart_mux_request_new_pad),
6202         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
6203         (gst_multipart_mux_change_state):
6204         Return FLOW errors ASAP. Fixes #394977.
6205         Misc cleanups.
6206
6207 2007-01-11  Wim Taymans  <wim@fluendo.com>
6208
6209         Patch by: Lutz Mueller <lutz at topfrose dot de>
6210
6211         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
6212         Check for stream pad before activating. 
6213
6214 2007-01-10  Wim Taymans  <wim@fluendo.com>
6215
6216         Patch by: Peter Kjellerstedt  <pkj at axis com>
6217
6218         * gst/rtsp/COPYING.MIT:
6219         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6220         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
6221         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
6222         (gst_rtspsrc_stream_configure_transport),
6223         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
6224         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
6225         (gst_rtspsrc_parse_methods),
6226         (gst_rtspsrc_create_transports_string),
6227         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
6228         (gst_rtspsrc_open), (gst_rtspsrc_close):
6229         * gst/rtsp/gstrtspsrc.h:
6230         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6231         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
6232         (parse_request_line), (parse_line), (rtsp_connection_read),
6233         (rtsp_connection_close):
6234         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
6235         (rtsp_method_as_text), (rtsp_header_as_text),
6236         (rtsp_status_as_text), (rtsp_find_header_field),
6237         (rtsp_find_method):
6238         * gst/rtsp/rtspdefs.h:
6239         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
6240         (rtsp_ext_wms_configure_stream):
6241         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
6242         (rtsp_message_new_request), (rtsp_message_init_request),
6243         (rtsp_message_new_response), (rtsp_message_init_response),
6244         (rtsp_message_init_data), (rtsp_message_unset),
6245         (rtsp_message_free), (rtsp_message_add_header),
6246         (rtsp_message_get_header), (rtsp_message_set_body),
6247         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
6248         * gst/rtsp/rtspmessage.h:
6249         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
6250         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
6251         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
6252         (sdp_message_dump):
6253         Allow url to be NULL to be able to use it for server connections.
6254         Can now send responses as well as requests.
6255         No longer hangs in an endless loop if EOF is received.
6256         Can now convert a status code to a text string.
6257         Return RTSP_HDR_INVALID for unknown headers.
6258         Return RTSP_INVALID for unknown methods.
6259         Copy CSeq and Session headers from the request.
6260         Only free memory corresponding to the currently set message type.
6261         Added const to function arguments as appropriate.
6262         Avoid a compiler warning when initializing nmedia.
6263         Use guint rather than gint to avoid compiler warnings.
6264         Fix crasher in wms extension.
6265         Factor out stream setup from open_connection.
6266         Delay activation of streams when actual data is received from the
6267         server, this prepares us to do proper protocol switching.
6268         Added new license.
6269         Fixes #380895.
6270
6271
6272 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
6273
6274         Patch by: Sebastian Dröge <slomo ubuntu com>
6275
6276         * docs/plugins/Makefile.am:
6277         * gst/audiofx/audiopanorama.c:
6278           Some small docs fixes (#394851).
6279
6280 2007-01-09  Wim Taymans  <wim@fluendo.com>
6281
6282         * gst/avi/gstavidemux.c:
6283         Fix docs.
6284
6285 2007-01-09  Wim Taymans  <wim@fluendo.com>
6286
6287         * gst/rtp/Makefile.am:
6288         * gst/rtp/gstrtp.c: (plugin_init):
6289         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
6290         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
6291         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
6292         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
6293         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
6294         * gst/rtp/gstrtpmpvdepay.h:
6295           Added RFC 2250 MPEG Video Depayloader.
6296
6297         * gst/rtp/gstrtpL16depay.h:
6298         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
6299         (gst_rtp_h263p_depay_process):
6300         Fix Header file. Small cleanups.
6301
6302         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
6303         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
6304         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
6305         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
6306         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
6307         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
6308         (gst_rtp_mp4v_depay_change_state):
6309         Remove usused code. Remove Adapter from state Change. Added debug.
6310
6311         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
6312         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
6313         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
6314         * gst/rtp/gstrtpmpadepay.h:
6315         Subclass base depayloader.
6316         Added debug.
6317         Support static payload type assignment as well.
6318
6319         * gst/rtp/gstrtpmpapay.c:
6320         Fix caps.
6321
6322 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6323
6324         Patch by: Vincent Torri  <vtorri at univ-evry fr>
6325
6326         * ext/jpeg/gstjpegdec.c:
6327         * ext/jpeg/gstjpegenc.c:
6328         * ext/jpeg/smokecodec.c:
6329           These libjpeg callbacks should return a 'boolean' (unsigned char
6330           apparently) and not a 'gboolean' (which maps to gint). Fixes
6331           warnings when compiling with MingW (#393427).
6332
6333         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6334           Use ioctlsocket on win32.
6335
6336         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6337           Some printf format fixes for win32.
6338
6339 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
6340
6341         * gst/cutter/gstcutter.c: (gst_cutter_chain):
6342           Use gst_guint64_to_gdouble for conversion.
6343         * win32/vs6/libgstmatroska.dsp:
6344           Add zlib to the link.
6345         * win32/vs6/libgstvideobox.dsp:
6346           Update liboil library name (project is linked to 
6347           liboil-0.3-0.lib now).
6348           
6349 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6350
6351         * gst/matroska/Makefile.am:
6352           If zlib is available and used, we must link it explicitly for
6353           things to work on MingW (fixes #392855).
6354
6355 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
6356
6357         * ext/esd/esdsink.c: (gst_esdsink_delay):
6358           Don't return bogus values when esd_get_delay() fails for some
6359           reason (#392189).
6360
6361 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6362
6363         * sys/ximage/gstximagesrc.c: (composite_pixel):
6364           Fix presumably copy'n'pasto for 16bpp depth.
6365
6366 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6367
6368         * gst/matroska/matroska-mux.c:
6369         (gst_matroska_mux_audio_pad_setcaps):
6370           The "signed" field in audio caps is of boolean type, trying to use
6371           gst_structure_get_int() to extract it will fail. Fixing this makes
6372           matroskamux accept raw audio input (#387121) (use at your own risk
6373           though, due to the matroska spec being not entirely useful in this
6374           respect).
6375           Also fix up raw audio structures in template caps so that they
6376           represent what our setcaps function will actually accept, so that
6377           converters know what to convert to.
6378           Finally, don't fail if there isn't an "endianness" field in 8-bit
6379           PCM caps.
6380
6381 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
6382
6383         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6384         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6385         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6386         (teardown_cmmldec):
6387         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6388         (teardown_cmmlenc):
6389         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6390           reapply consistent pad (de)activation
6391
6392 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
6393
6394         * configure.ac:
6395         Back to CVS
6396
6397         * gst-plugins-good.doap:
6398         Add 0.10.5 doap entry
6399
6400 === release 0.10.5 ===
6401
6402 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
6403
6404         * configure.ac:
6405           releasing 0.10.5, "The Path of Thorns"
6406
6407 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6408
6409         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6410         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6411         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6412         (teardown_cmmldec):
6413         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6414         (teardown_cmmlenc):
6415         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6416           revert my freeze breakage
6417
6418 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6419
6420         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6421         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6422         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6423         (teardown_cmmldec):
6424         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6425         (teardown_cmmlenc):
6426         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6427           consistent pad (de)activation
6428
6429 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
6430
6431         * configure.ac:
6432         * ext/Makefile.am:
6433         Disable LADPSA, as it has moved to the -bad module for the duration.
6434
6435 2006-12-18  Wim Taymans  <wim@fluendo.com>
6436
6437         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
6438         (gst_signal_processor_event):
6439         Reset flow_state back to _OK after a flush stop so that we exit our
6440         error state after the flush. Fixes #374213
6441
6442 2006-12-16  David Schleef  <ds@schleef.org>
6443
6444         * sys/osxvideo/osxvideosink.h:
6445         * sys/osxvideo/osxvideosink.m:
6446           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
6447
6448 2006-12-16  David Schleef  <ds@schleef.org>
6449
6450         Patch by: Vijay Santhanam <vijay santhanam gmail com>
6451
6452         * sys/osxvideo/Makefile.am:
6453         * sys/osxvideo/osxvideosink.h:
6454         * sys/osxvideo/osxvideosink.m:
6455           Preliminary patch for porting osxvideosink
6456
6457 2006-12-16  Wim Taymans  <wim@fluendo.com>
6458
6459         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6460
6461         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
6462         (gst_videomixer_set_master_geometry),
6463         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
6464         (gst_videomixer_reset), (gst_videomixer_init),
6465         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
6466         (gst_videomixer_release_pad), (gst_videomixer_collected),
6467         (gst_videomixer_change_state):
6468         Introduce some locking around the videomixer state so that it does not
6469         crash when adding/removing pads. Fixes #383043.
6470
6471 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6472
6473         * configure.ac:
6474           Make sure libcaca can actually be used instead of just checking for
6475           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
6476           cross-compiling (fixes #384587).
6477
6478 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6479
6480         * Makefile.am:
6481         * gst-plugins-good.doap:
6482         * gst-plugins-good.spec.in:
6483           adding doap file
6484
6485 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6486
6487         * configure.ac:
6488           libflac-1.1.3 changed API again, but we can't build against it yet,
6489           so make sure our check doesn't use libflac-1.1.3 and add a comment
6490           to this effect.
6491
6492 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6493
6494         * gst/effectv/gstquark.c: (gst_quarktv_transform),
6495         (gst_quarktv_planetable_clear):
6496           Add some NULL pointer checks (possibly related to #385623).
6497
6498 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
6499
6500         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
6501         (gst_tag_demux_chain):
6502         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
6503           In streaming mode, if the first buffer we get doesn't have an
6504           offset, fix it up to be 0, otherwise trimming won't work later on
6505           and we'll be typefinding application/x-id3, which may result in
6506           decodebin plugging an endless number of id3demux elements as a
6507           consequence. Fixes #385031.
6508           
6509 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6510
6511         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
6512           Ignore the buffer_time the sound device reports. Turns out it is 
6513           sometimes completely bogus and we're better off without it.
6514
6515 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6516
6517         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6518         (gst_matroska_demux_video_caps):
6519         * gst/matroska/matroska-ids.c:
6520         (gst_matroska_track_init_video_context):
6521         * gst/matroska/matroska-ids.h:
6522           Try harder to extract the framerate for video tracks correctly and
6523           save it directly instead of converting it back and forth a few
6524           times. Mostly makes a difference for very small framerates (<1).
6525           Fixes #380199.
6526
6527 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6528
6529         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
6530         (gst_gconf_audio_src_dispose), (do_toggle_element):
6531         * ext/gconf/gstgconfaudiosrc.h:
6532           Remove gconf notify hook when the gconfaudiosrc element is
6533           destroyed, otherwise the callback may be called on an
6534           already-destroyed instance and bad things happen. Should fix
6535           #378184.
6536           Also ignore gconf key changes when the source is already running.
6537
6538 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6539
6540         Patch by: Sebastian Dröge  <mail at slomosnail de>
6541
6542         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6543           We need to be able to read and parse any possible floating point string
6544           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
6545           will parse the former only in certain locales though, so we really need
6546           to canonicalise the separator to '.' and then use g_ascii_strtod() to
6547           make sure we can parse either version at all times.
6548           Fixes #382982 for real.
6549
6550 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6551
6552         * sys/sunaudio/gstsunaudiomixerctrl.c:
6553         * sys/sunaudio/gstsunaudiosrc.c:
6554
6555         Use the sunaudio debug category.
6556
6557         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
6558         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
6559         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
6560         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
6561         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
6562         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
6563         (gst_sunaudiosink_reset):
6564         * sys/sunaudio/gstsunaudiosink.h:
6565
6566         Uses the sunaudio debug category for all debug output
6567         Implements the _delay() callback to synchronise video playback better
6568         Change the segtotal and segsize values back to the parent class 
6569           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
6570           respectively)
6571         Measure the samples written to the device vs. played.
6572         Keep track of segments in the device by writing empty eof frames, and
6573         sleep using a GCond when we get too far ahead and risk overrunning the
6574         sink's ringbuffer.
6575
6576         Fixes: #360673
6577
6578 2006-12-08  Wim Taymans  <wim@fluendo.com>
6579
6580         Patch by: Sebastian Dröge  <mail at slomosnail de >
6581
6582         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6583         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
6584         * gst/audiofx/audiopanorama.h:
6585         Fix audiopanorame with float samples. Fixes #383726.
6586
6587 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6588
6589         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
6590         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
6591         (gst_sunaudiosrc_reset):
6592
6593         Implement reset functions to unblock the src/sink more quickly on 
6594         state change requests.
6595         Patch by: Brian Cameron <brian dot cameron at sun com>
6596
6597 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6598
6599         * sys/sunaudio/gstsunaudiomixer.c:
6600         (gst_sunaudiomixer_change_state):
6601         Construct the correct mixer device name when the AUDIODEV env var
6602         is set.
6603
6604         Patch by: Jerry Tan <jerry.tan at sun dot com>
6605         Fixes: #383596
6606
6607 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6608
6609         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
6610         Apply patch to open the mixer control and set the MULTIPLE_OPEN
6611         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
6612         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
6613         Patch by: Jerry Tan <jerry.tan at sun dot com>
6614         Fixes: #349015
6615
6616 2006-12-07  Wim Taymans  <wim@fluendo.com>
6617
6618         * gst/smpte/gstmask.h:
6619         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
6620         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
6621         (gst_smpte_collected), (gst_smpte_set_property),
6622         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
6623         * gst/smpte/gstsmpte.h:
6624         Port to 0.10 some more. 
6625         Added duration property to specify the duration of the transition.
6626         Make framerate a fraction.
6627         Deprecate fps property, we only use negotiated fps.
6628         Added docs.
6629         Fix collectpad usage.
6630         Reset state in READY.
6631         Send NEWSEGMENT event.
6632         Fix racy updates of object properties.
6633         Added debug category.
6634         Fixes #383323.
6635
6636 2006-12-06  Wim Taymans  <wim@fluendo.com>
6637
6638         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6639
6640         * gst/videomixer/videomixer.c:
6641         (gst_videomixer_set_master_geometry),
6642         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
6643         Don't reset xpos and ypos in the setcaps function because causes
6644         unexpected behaviour.
6645         Fixes #382179.
6646
6647 2006-12-06  Wim Taymans  <wim@fluendo.com>
6648
6649         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
6650         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
6651         Keep track of the buffer timestamp in the collectdata member instead
6652         of modifying the buffer without making the metadata writable first.
6653         Fixes #382277.
6654
6655 2006-12-06  Wim Taymans  <wim@fluendo.com>
6656
6657         Patch by: Rob Taylor <robtaylor at floopily dot org>
6658
6659         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
6660         If using multicast in udpsrc, bind to the multicast address rather than
6661         IN_ADDR_ANY.
6662         This allows the simultanous use of multiple udpsrcs listening on
6663         different multicat addresses. Without this all udpsrcs will receive all
6664         packets from all subscribed multicast addresses.
6665         Fixes #383001.
6666
6667 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6668
6669         * ext/taglib/gstid3v2mux.cc:
6670         Don't attempt to write a NULL frame into the ID3 tag set when the 
6671         createFrame method returned NULL.
6672         Fixes: #381857
6673         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
6674
6675 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6676
6677         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6678         Use g_strtod() instead of sscanf to parse doubles, so that it will
6679         try parsing in the C locale if the current locale fails.
6680         Fixes: #382982
6681         Patch by: Sebastian Dröge  <mail at slomosnail de >
6682
6683 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
6684
6685         * win32/MANIFEST:
6686         Fix compilation on win32 under VS8
6687         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
6688         Partially fixes #381175
6689
6690 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6691
6692         * gst/avi/gstavimux.c:
6693           accept all mpegversions,fixes #380825
6694           spotted by: Jerome Alet  
6695
6696 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6697
6698         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6699         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
6700         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
6701         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
6702           cleanup the error message a bit more
6703
6704 2006-11-28  Wim Taymans  <wim@fluendo.com>
6705
6706         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
6707         Fix width and height properties.
6708
6709         * ext/libcaca/gstcacasink.h:
6710         Fix compilation on newer libcaca that require us to include a new
6711         header. Fixes #379918.
6712
6713 2006-11-28  Wim Taymans  <wim@fluendo.com>
6714
6715         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6716         * gst/rtsp/gstrtspsrc.h:
6717         * gst/rtsp/rtspext.h:
6718         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
6719         (rtsp_ext_wms_get_context):
6720         Add method so that extensions can choose to disable the setup of
6721         a stream.
6722         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
6723
6724 2006-11-27  Wim Taymans  <wim@fluendo.com>
6725
6726         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6727
6728         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6729         Push header in a separate buffer instead of memcpy:ing all data.
6730         Change LF => CRLF in headers.
6731         Move trailing LF to header. Fixes #379792.
6732
6733 2006-11-27  Wim Taymans  <wim@fluendo.com>
6734
6735         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
6736         Small buffer overflow fix and improve debugging.
6737
6738 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6739
6740         * ext/esd/esdmon.h:
6741         * ext/esd/esdsink.h:
6742           remove obsolete _factory_init protos
6743
6744 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6745
6746         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
6747         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
6748         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
6749         (gst_avi_demux_read_subindexes_push),
6750         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
6751         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6752         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
6753         (gst_avi_demux_massage_index),
6754         (gst_avi_demux_calculate_durations_from_index),
6755         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
6756         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
6757         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
6758           remove dead code, tweak debugs statements, add comments, use
6759           _uint64_scale instead _uint64_scale_int when using guint64 values,
6760           small optimizations, reflow some error handling
6761
6762 2006-11-22  Edward Hervey  <edward@fluendo.com>
6763
6764         * po/.cvsignore:
6765         We never put .pot files in cvs. Let's ignore them all.
6766
6767 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6768
6769         * po/POTFILES.in:
6770           ... but better exclude files that aren't disted.
6771
6772 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6773
6774         * po/POTFILES.in:
6775           Add v4l2 source files to list of files with translations, so the
6776           strings are actually extracted (however bad they still may be).
6777
6778 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6779
6780         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
6781           Minor clean-ups: const-ify static array, remove trailing comma from
6782           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
6783
6784 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
6785
6786         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
6787         Make sure that g_free always gets called on the same pointer that was 
6788         returned by g_malloc.  Fixes #376594.
6789         Do not leak memory if decompressed size is wrong.
6790         Remove unneeded check of return value of g_malloc.
6791         Patch by: René Stadler <mail@renestadler.de>
6792
6793 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
6794
6795         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
6796           Add missing curly brackets.
6797
6798 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
6799
6800         * sys/v4l2/v4l2src_calls.c:
6801         Fix capture_deinit.
6802
6803 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6804
6805         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
6806         (gst_matroska_mux_request_new_pad):
6807           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
6808
6809         * tests/check/elements/matroskamux.c: (setup_src_pad),
6810         (setup_sink_pad), (GST_START_TEST):
6811         Activate pads before using them.
6812
6813 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6814
6815         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
6816           Initialise variable to get rid of bogus compiler warning.
6817
6818 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
6819
6820         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
6821
6822         * gst/rtp/gstrtph263pay.c:
6823         * gst/rtp/gstrtph263pdepay.c:
6824         * gst/rtp/gstrtph263ppay.c:
6825           Specify H.263 variant and version in the caps (fixes #361637)
6826
6827 2006-11-15  Wim Taymans  <wim@fluendo.com>
6828
6829         * gst/rtsp/rtspconnection.c: (read_body):
6830         Don't set a data pointer to NULL and a size > 0 when we deal
6831         with empty packets.
6832
6833         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
6834         (rtsp_message_init_response), (rtsp_message_init_data),
6835         (rtsp_message_unset), (rtsp_message_free),
6836         (rtsp_message_take_body):
6837         Check that we can't create invalid empty packets. 
6838
6839 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
6840
6841         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6842
6843         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
6844         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
6845         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
6846         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6847         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
6848         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
6849         * gst/matroska/matroska-mux.h:
6850           Add basic tag writing support; implement releasing pads (#374658).
6851
6852 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
6853
6854         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6855         (gst_matroska_demux_audio_caps):
6856           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
6857
6858 2006-11-14  David Schleef  <ds@schleef.org>
6859
6860         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
6861
6862 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6863
6864         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
6865
6866         * win32/vs8/gst-plugins-good.sln:
6867         * win32/vs8/libgst1394.vcproj:
6868         * win32/vs8/libgstaasink.vcproj:
6869         * win32/vs8/libgstalaw.vcproj:
6870         * win32/vs8/libgstalpha.vcproj:
6871         * win32/vs8/libgstalphacolor.vcproj:
6872         * win32/vs8/libgstannodex.vcproj:
6873         * win32/vs8/libgstapetag.vcproj:
6874         * win32/vs8/libgstaudiofx.vcproj:
6875         * win32/vs8/libgstauparse.vcproj:
6876         * win32/vs8/libgstautodetect.vcproj:
6877         * win32/vs8/libgstavi.vcproj:
6878         * win32/vs8/libgstcacasink.vcproj:
6879         * win32/vs8/libgstcdio.vcproj:
6880         * win32/vs8/libgstcutter.vcproj:
6881         * win32/vs8/libgstdv.vcproj:
6882         * win32/vs8/libgsteffectv.vcproj:
6883         * win32/vs8/libgstflac.vcproj:
6884         * win32/vs8/libgstflxdec.vcproj:
6885         * win32/vs8/libgstgoom.vcproj:
6886         * win32/vs8/libgsticydemux.vcproj:
6887         * win32/vs8/libgstid3demux.vcproj:
6888         * win32/vs8/libgstjpeg.vcproj:
6889         * win32/vs8/libgstladspa.vcproj:
6890         * win32/vs8/libgstlevel.vcproj:
6891         * win32/vs8/libgstmatroska.vcproj:
6892         * win32/vs8/libgstmikmod.vcproj:
6893         * win32/vs8/libgstmng.vcproj:
6894         * win32/vs8/libgstmonoscope.vcproj:
6895         * win32/vs8/libgstmulaw.vcproj:
6896         * win32/vs8/libgstmultipart.vcproj:
6897         * win32/vs8/libgstpng.vcproj:
6898         * win32/vs8/libgstrtp.vcproj:
6899         * win32/vs8/libgstrtsp.vcproj:
6900         * win32/vs8/libgstshout2.vcproj:
6901         * win32/vs8/libgstsmpte.vcproj:
6902         * win32/vs8/libgstspeex.vcproj:
6903         * win32/vs8/libgsttaglib.vcproj:
6904         * win32/vs8/libgstudp.vcproj:
6905         * win32/vs8/libgstvideobalance.vcproj:
6906         * win32/vs8/libgstvideobox.vcproj:
6907         * win32/vs8/libgstvideoflip.vcproj:
6908         * win32/vs8/libgstvideomixer.vcproj:
6909         * win32/vs8/libgstwavenc.vcproj:
6910         * win32/vs8/libgstwavparse.vcproj:
6911           Make end-of-line returns unixy, so that when the files are checked
6912           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
6913           Hopefully fixes #366492.
6914
6915 2006-11-14  Wim Taymans  <wim@fluendo.com>
6916
6917         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
6918         Disable init_frames delay timestamp adjustment, it does not
6919         seem to be needed at all. Fixes #369621.
6920
6921 2006-11-13  Wim Taymans  <wim@fluendo.com>
6922
6923         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6924
6925         * gst/videomixer/videomixer.c:
6926         (gst_videomixer_set_master_geometry),
6927         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
6928         (gst_videomixer_collect_free), (gst_videomixer_reset),
6929         (gst_videomixer_init), (gst_videomixer_finalize),
6930         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
6931         (gst_videomixer_collected), (gst_videomixer_change_state):
6932         Fix memleak by unref'ing collectpads instance (when finalizing)
6933         Implement releasing a request pad. Fixes #374479.
6934
6935 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
6936
6937         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
6938
6939         * win32/vs8/gst-plugins-good.sln:
6940         * win32/vs8/libgst1394.vcproj:
6941         * win32/vs8/libgstaasink.vcproj:
6942         * win32/vs8/libgstalaw.vcproj:
6943         * win32/vs8/libgstalpha.vcproj:
6944         * win32/vs8/libgstalphacolor.vcproj:
6945         * win32/vs8/libgstannodex.vcproj:
6946         * win32/vs8/libgstapetag.vcproj:
6947         * win32/vs8/libgstaudiofx.vcproj:
6948         * win32/vs8/libgstauparse.vcproj:
6949         * win32/vs8/libgstautodetect.vcproj:
6950         * win32/vs8/libgstavi.vcproj:
6951         * win32/vs8/libgstcacasink.vcproj:
6952         * win32/vs8/libgstcdio.vcproj:
6953         * win32/vs8/libgstcutter.vcproj:
6954         * win32/vs8/libgstdv.vcproj:
6955         * win32/vs8/libgsteffectv.vcproj:
6956         * win32/vs8/libgstflac.vcproj:
6957         * win32/vs8/libgstflxdec.vcproj:
6958         * win32/vs8/libgstgoom.vcproj:
6959         * win32/vs8/libgsticydemux.vcproj:
6960         * win32/vs8/libgstid3demux.vcproj:
6961         * win32/vs8/libgstjpeg.vcproj:
6962         * win32/vs8/libgstladspa.vcproj:
6963         * win32/vs8/libgstlevel.vcproj:
6964         * win32/vs8/libgstmatroska.vcproj:
6965         * win32/vs8/libgstmikmod.vcproj:
6966         * win32/vs8/libgstmng.vcproj:
6967         * win32/vs8/libgstmonoscope.vcproj:
6968         * win32/vs8/libgstmulaw.vcproj:
6969         * win32/vs8/libgstmultipart.vcproj:
6970         * win32/vs8/libgstpng.vcproj:
6971         * win32/vs8/libgstrtp.vcproj:
6972         * win32/vs8/libgstrtsp.vcproj:
6973         * win32/vs8/libgstshout2.vcproj:
6974         * win32/vs8/libgstsmpte.vcproj:
6975         * win32/vs8/libgstspeex.vcproj:
6976         * win32/vs8/libgsttaglib.vcproj:
6977         * win32/vs8/libgstudp.vcproj:
6978         * win32/vs8/libgstvideobalance.vcproj:
6979         * win32/vs8/libgstvideobox.vcproj:
6980         * win32/vs8/libgstvideoflip.vcproj:
6981         * win32/vs8/libgstvideomixer.vcproj:
6982         * win32/vs8/libgstwavenc.vcproj:
6983         * win32/vs8/libgstwavparse.vcproj:
6984           Add VS8 project files (note that many of the plugins in ext are
6985           disabled by default). Fixes #366492.
6986
6987 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
6988
6989         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6990           we do not translate debug messages
6991
6992 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
6993
6994         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
6995           fix categorisation, make short desc more explicit, remove unused code
6996           Fixes #372021
6997
6998 2006-11-08  Wim Taymans  <wim@fluendo.com>
6999
7000         * gst/rtp/gstrtpL16depay.c:
7001         * gst/rtp/gstrtpamrdepay.c:
7002         * gst/rtp/gstrtpamrpay.c:
7003         * gst/rtp/gstrtpgsmdepay.c:
7004         * gst/rtp/gstrtph263pay.c:
7005         * gst/rtp/gstrtph263pdepay.c:
7006         * gst/rtp/gstrtph263ppay.c:
7007         * gst/rtp/gstrtph264depay.c:
7008         * gst/rtp/gstrtpmp2tdepay.c:
7009         * gst/rtp/gstrtpmp4gdepay.c:
7010         * gst/rtp/gstrtpmp4gpay.c:
7011         * gst/rtp/gstrtpmp4vdepay.c:
7012         * gst/rtp/gstrtpmp4vpay.c:
7013         * gst/rtp/gstrtpmpadepay.c:
7014         * gst/rtp/gstrtpmpapay.c:
7015         * gst/rtp/gstrtppcmadepay.c:
7016         * gst/rtp/gstrtppcmapay.c:
7017         * gst/rtp/gstrtppcmudepay.c:
7018         * gst/rtp/gstrtppcmupay.c:
7019         * gst/rtp/gstrtpspeexdepay.c:
7020         * gst/rtp/gstrtpspeexpay.c:
7021         * gst/rtp/gstrtpsv3vdepay.c:
7022         Fix element descriptions.
7023
7024 2006-11-08  Wim Taymans  <wim@fluendo.com>
7025
7026         * gst/rtp/gstrtpvorbisdepay.c:
7027         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
7028         Fix description.
7029         Small cleanup in the payloader.
7030
7031 2006-11-08  Wim Taymans  <wim@fluendo.com>
7032
7033         * gst/rtp/Makefile.am:
7034         * gst/rtp/gstrtp.c: (plugin_init):
7035         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
7036         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
7037         (gst_rtp_theora_depay_finalize),
7038         (gst_rtp_theora_depay_parse_configuration),
7039         (gst_rtp_theora_depay_setcaps),
7040         (gst_rtp_theora_depay_switch_codebook),
7041         (gst_rtp_theora_depay_process),
7042         (gst_rtp_theora_depay_set_property),
7043         (gst_rtp_theora_depay_get_property),
7044         (gst_rtp_theora_depay_change_state),
7045         (gst_rtp_theora_depay_plugin_init):
7046         * gst/rtp/gstrtptheoradepay.h:
7047         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
7048         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
7049         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
7050         (gst_rtp_theora_pay_init_packet),
7051         (gst_rtp_theora_pay_flush_packet),
7052         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
7053         (gst_rtp_theora_pay_handle_buffer),
7054         (gst_rtp_theora_pay_plugin_init):
7055         * gst/rtp/gstrtptheorapay.h:
7056         Add theora pay/depayloaders.
7057
7058 2006-11-06  Wim Taymans  <wim@fluendo.com>
7059
7060         * gst/rtp/Makefile.am:
7061         We depend on gsttag to generate the vorbis comments.
7062
7063         * gst/rtp/gstrtpvorbisdepay.c:
7064         (gst_rtp_vorbis_depay_parse_configuration),
7065         (gst_rtp_vorbis_depay_setcaps),
7066         (gst_rtp_vorbis_depay_switch_codebook),
7067         (gst_rtp_vorbis_depay_process):
7068         * gst/rtp/gstrtpvorbisdepay.h:
7069         Parse configuration string in the depayloader.
7070         Implement selecting and switching to a new codebook.
7071         Receiving vorbis over RTP now works.
7072
7073         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
7074         (gst_rtp_vorbis_pay_init_packet),
7075         (gst_rtp_vorbis_pay_finish_headers),
7076         (gst_rtp_vorbis_pay_handle_buffer):
7077         * gst/rtp/gstrtpvorbispay.h:
7078         Set timestamps on outgoing buffers and RTP packets.
7079         Fix configuration string, prepend number of Packet headers.
7080         Fix encoding of ident string.
7081         Add delivery-method to caps.
7082         Streaming vorbis over RTP now works.
7083
7084 2006-11-06  Wim Taymans  <wim@fluendo.com>
7085
7086         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7087         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
7088         (gst_rtp_vorbis_pay_handle_buffer):
7089         * gst/rtp/gstrtpvorbispay.h:
7090         Generate a valid configuration string in the caps based on the
7091         vorbis headers.
7092
7093 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7094
7095         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
7096         * ext/cdio/gstcdio.h:
7097         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
7098           Move CD-TEXT utility function into common file so it can also be
7099           used by a future cdioparanoiasrc.
7100
7101 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
7102         
7103         * sys/v4l2/Makefile.am:
7104         * sys/v4l2/gstv4l2object.c:
7105         * sys/v4l2/gstv4l2src.c:
7106         * sys/v4l2/gstv4l2xoverlay.c:
7107         * sys/v4l2/v4l2_calls.c:
7108         * sys/v4l2/v4l2src_calls.c:
7109         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
7110         xoverlay code that is still not implemented.
7111
7112 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
7113
7114         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
7115           We require a -base more recent than 0.10.9, so it's safe to use
7116           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
7117
7118         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
7119         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
7120           Use _newsegment_full() now that we depend on a recent enough core.
7121
7122         * gst/wavparse/gstwavparse.c:
7123           Remove cruft that we don't need any longer now that we depend on
7124           a recent enough -base.
7125
7126 2006-10-31  Wim Taymans  <wim@fluendo.com>
7127
7128         * gst/rtp/Makefile.am:
7129         * gst/rtp/gstrtp.c: (plugin_init):
7130         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
7131         (gst_rtpilbcpay_setcaps):
7132         Fix and activate ILBC pay and depayloaders. Fixes #368162.
7133
7134 2006-10-31  Wim Taymans  <wim@fluendo.com>
7135
7136         * ext/speex/gstspeexdec.c: (speex_dec_convert),
7137         (speex_dec_sink_event), (speex_dec_chain_parse_header):
7138         Some small cleanups, use _scale.
7139
7140 2006-10-31  Wim Taymans  <wim@fluendo.com>
7141
7142         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
7143         Use higher precision scale function.
7144
7145 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
7146
7147         Patch by: Michal Benes  <michal dot benes at itonis tv>
7148
7149         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
7150         (gst_matroska_demux_read_track_encodings),
7151         (gst_matroska_decode_buffer):
7152           Fix several issues with encoded/compressed/encrypted/signed tracks;
7153           also, remove superfluous newline characters from some debug
7154           statements. (#366155)
7155
7156 2006-10-30  Wim Taymans  <wim@fluendo.com>
7157
7158         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
7159         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
7160         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
7161         (gst_smokedec_change_state):
7162         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
7163         (gst_smokeenc_init), (gst_smokeenc_finalize),
7164         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
7165         (gst_smokeenc_resync), (gst_smokeenc_chain),
7166         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
7167         (gst_smokeenc_change_state):
7168         Various cleanups, capsnego and leak fixes.
7169
7170 2006-10-30  Wim Taymans  <wim@fluendo.com>
7171
7172         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7173
7174         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
7175         Fix videomixer so that it can handle any combination of framerates.
7176         Fixes #367221.
7177
7178 2006-10-28  Wim Taymans  <wim@fluendo.com>
7179
7180         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7181         (gst_avi_demux_parse_file_header),
7182         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
7183         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
7184         (gst_avi_demux_chain):
7185         Fix position query for audio. also fixes timestamps in streaming
7186         mode and bug #364958.
7187         Small cleanups.
7188
7189 2006-10-27  Wim Taymans  <wim@fluendo.com>
7190
7191         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
7192         * ext/libpng/gstpngenc.h:
7193         Fix strides. Fixes #364856.
7194         Cleanup capsnego.
7195         Set caps on outgoing buffers.
7196
7197 2006-10-18  Wim Taymans  <wim@fluendo.com>
7198
7199         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
7200
7201         * gst/rtp/gstrtpgsmpay.c:
7202         * gst/rtp/gstrtph263pay.c:
7203         * gst/rtp/gstrtpmpapay.c:
7204         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
7205         (gst_rtp_pcma_pay_handle_buffer):
7206         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
7207         Add static payload numbers in addition to the dynamic ones.
7208         Fixes #361639.
7209
7210 2006-10-18  Wim Taymans  <wim@fluendo.com>
7211
7212         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7213         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
7214         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
7215         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
7216         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
7217         * gst/rtsp/rtspdefs.h:
7218         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7219         * gst/rtsp/rtspurl.h:
7220         Reuse already existing enum for lower transport.
7221         Add rtspt and rtspu protocols.
7222         Send redirect to rtspt when udp times out.
7223
7224 2006-10-18  Wim Taymans  <wim@fluendo.com>
7225
7226         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
7227         (gst_wavparse_stream_data):
7228         Fix seeking some more, mostly for speed changes.
7229
7230 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7231
7232         Patch by: Fredrik Persson  <frepe at bredband net>
7233
7234         * sys/v4l2/gstv4l2tuner.c:
7235         * sys/v4l2/gstv4l2tuner.h:
7236           Fix _set_channel(): remove useless g_object_notify() for "channel"
7237           property that doesn't exist any longer and therefore now also
7238           useless redirect (#338818).
7239
7240 2006-10-17  Wim Taymans  <wim@fluendo.com>
7241
7242         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
7243         Some drivers do not support unsetting the non-blocking flag once the
7244         device is opened. In those cases, close/open the device in
7245         non-blocking mode. Fixes #362673.
7246
7247 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7248
7249         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7250         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7251         (gst_v4l2src_get_fps):
7252           dear stefan, framespersecond is not frameperiod, reverting but adding
7253           comment
7254
7255 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7256
7257         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7258         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7259         (gst_v4l2src_get_fps):
7260           Numerator is numerator and denominator is denominator. Say that aloud
7261           5 times and retry after next beer.
7262
7263 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
7264
7265         Patch by: Josep Torra Valles  <josep at fluendo com>
7266
7267         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
7268         * ext/esd/esdsink.c: (gst_esdsink_write):
7269         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
7270         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
7271         (gst_flac_dec_send_newsegment):
7272         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
7273         (gst_flac_enc_tell_callback):
7274         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
7275         (smokecodec_parse_header), (smokecodec_decode):
7276         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
7277         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
7278         * gst/goom/Makefile.am:
7279         * gst/goom/gstgoom.c:
7280         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
7281         * gst/rtsp/gstrtspsrc.c:
7282         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7283         * gst/udp/gstudpsink.c:
7284         * gst/udp/gstudpsrc.c:
7285         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
7286         * sys/sunaudio/gstsunaudiomixertrack.h:
7287           Fix a bunch of problems discovered by the Forte compiler, mostly type
7288           mixups and pointer arithmetics with void pointers. Fixes #362603.
7289
7290 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7291
7292         * ext/speex/gstspeex.c: (plugin_init):
7293         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
7294         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
7295         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
7296         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
7297         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
7298         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
7299         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
7300         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
7301         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
7302         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
7303         (gst_speex_enc_chain), (gst_speex_enc_get_property),
7304         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
7305         * ext/speex/gstspeexenc.h:
7306           Miscellaneous clean-ups, among other things: speexenc => enc to
7307           enhance code readability; change speexenc => speex_enc; in chain
7308           function unref input buffer in case of error; take reference in
7309           event function; use boilerplate macro; use gst_pad_query_peer_*
7310           convenience functions.
7311
7312 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7313
7314         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
7315         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
7316         (gst_speexenc_set_header_on_caps):
7317           Fix some mem leaks.
7318
7319 2006-10-11  Wim Taymans  <wim@fluendo.com>
7320
7321         * gst/rtsp/URLS:
7322         Added some other URL.
7323
7324         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
7325         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
7326         (gst_rtspsrc_open), (gst_rtspsrc_play),
7327         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7328         * gst/rtsp/gstrtspsrc.h:
7329         Work on fallback to TCP connection when the UDP socket times out.
7330         Handler server requests, just reply with OK for now.
7331
7332         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7333         * gst/rtsp/rtspdefs.h:
7334         Added some more Real extension headers.
7335
7336         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7337         Fix parsing of urls with a ':' that is not part of the hostname:port
7338         part of the url.
7339
7340 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7341
7342         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
7343         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
7344         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
7345           Activate pad before adding it to the already-running element.
7346
7347         * tests/check/elements/icydemux.c: (icydemux_found_pad):
7348           Activate newly-created pad too.
7349
7350 2006-10-11  Wim Taymans  <wim@fluendo.com>
7351
7352         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
7353
7354         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7355         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
7356         (gst_udpsrc_start):
7357         Fix some leaks in caps and uris. Fixes #361252.
7358
7359 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
7360
7361         * gst/wavparse/Makefile.am:
7362           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
7363
7364 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
7365
7366         * sys/v4l2/gstv4l2xoverlay.c:
7367         * sys/v4l2/gstv4l2xoverlay.h:
7368         Fix build as per the patch in #338818 comment 36.
7369
7370 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
7371
7372         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
7373           Activate pads before adding them to the source.
7374
7375 2006-10-06  Wim Taymans  <wim@fluendo.com>
7376
7377         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
7378         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
7379         Activate pads before adding.
7380
7381 2006-10-06  Wim Taymans  <wim@fluendo.com>
7382
7383         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
7384         (gst_multipart_find_pad_by_mime):
7385         Activate pads before adding.
7386
7387         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
7388         BOILERPLATE sets parent_class for us.
7389
7390 2006-10-06  Wim Taymans  <wim@fluendo.com>
7391
7392         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
7393         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7394         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
7395         (gst_rtspsrc_alloc_udp_ports),
7396         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7397         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
7398         (gst_rtspsrc_create_transports_string),
7399         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
7400         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7401         * gst/rtsp/gstrtspsrc.h:
7402         Rework how the transport string is constructed, try to share channels
7403         and udp ports.
7404         Make most of the stuff less dependant on RTP as we are also going to use
7405         it for RDT.
7406         Add support for transport specific session managers.
7407
7408         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
7409         Implement _flush().
7410
7411         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7412         * gst/rtsp/rtspdefs.h:
7413         Add generic error return code.
7414
7415         * gst/rtsp/rtspext.h:
7416         Add support for pluggable tranport strings.
7417
7418         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
7419         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
7420         (rtsp_ext_wms_get_context):
7421         Detect WMServer and activate the extension.
7422
7423         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
7424         (rtsp_transport_get_manager), (rtsp_transport_parse):
7425         * gst/rtsp/rtsptransport.h:
7426         Added methods to get mime/manager for certain transports.
7427
7428 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
7429
7430         * ext/cairo/gsttimeoverlay.c:
7431         (gst_cairo_time_overlay_update_font_height):
7432         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
7433         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
7434         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
7435         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
7436         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
7437         * ext/libpng/gstpngdec.c: (user_endrow_callback):
7438         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
7439         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
7440         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
7441         (gst_avi_demux_stream_data):
7442         * gst/cutter/gstcutter.c: (gst_cutter_chain):
7443         * gst/debug/efence.c: (gst_efence_buffer_alloc),
7444         (gst_fenced_buffer_copy):
7445         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7446         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
7447         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
7448         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
7449         (gst_rtspsrc_handle_message):
7450         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
7451         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
7452           Printf format fixes.
7453
7454 2006-10-04  Wim Taymans  <wim@fluendo.com>
7455
7456         * gst/rtsp/Makefile.am:
7457         Dist new .h file too.
7458
7459 2006-10-04  Wim Taymans  <wim@fluendo.com>
7460
7461         * gst/rtsp/Makefile.am:
7462         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
7463         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
7464         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7465         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7466         (gst_rtspsrc_parse_rtpmap),
7467         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
7468         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7469         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
7470         * gst/rtsp/gstrtspsrc.h:
7471         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7472         * gst/rtsp/rtspdefs.h:
7473         * gst/rtsp/rtspext.h:
7474         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
7475         (rtsp_ext_wms_get_context):
7476         * gst/rtsp/rtspextwms.h:
7477         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
7478         (rtsp_transport_parse):
7479         * gst/rtsp/rtsptransport.h:
7480         Factor out extension in separate module.
7481         Fix getcaps to filter against the padtemplate.
7482         Use Content-Base if the server gives one.
7483         Rework the transport parsing a bit for future extensions.
7484         Added some Real Header field definitions.
7485
7486 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7487
7488         * docs/plugins/Makefile.am:
7489         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7490         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7491           added v4l2 stubs
7492         * gst-plugins-good.spec.in:
7493           add v4l2
7494
7495 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
7496
7497         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7498           Extract disc/album/medium number and count and try harder
7499           to extract track number/count.
7500
7501 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7502
7503         * configure.ac:
7504         * sys/Makefile.am:
7505           add build stuff for v4l2, needs --enable-experimental until
7506           the last bits are resolved
7507
7508 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
7509
7510         * tests/check/Makefile.am:
7511           Disable autodetect test temporarily, so that the build bots
7512           update -bad and the ranks of unreliable video sinks in there.
7513
7514         * tests/check/elements/autodetect.c: (GST_START_TEST):
7515           Skip test if no usable videosink is found.
7516
7517 2006-09-29  Wim Taymans  <wim@fluendo.com>
7518
7519         * gst/rtsp/URLS:
7520         Add some more URLs.
7521
7522         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7523         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
7524         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7525         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
7526         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7527         (gst_rtspsrc_loop), (gst_rtspsrc_send),
7528         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7529         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
7530         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7531         * gst/rtsp/gstrtspsrc.h:
7532         Add timeout property to control UDP timeouts.
7533         Fix error messages.
7534         Also start a loop function when operating in UDP mode so that we can
7535         do some more stuff async.
7536         Handle element messages from udpsrc to detect timeouts. If a timeout
7537         happens we currently generate an error.
7538         API: rtspsrc::timeout property.
7539
7540         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7541         (gst_udpsrc_create):
7542         Really implement the timeout in microseconds and not milliseconds.
7543
7544 2006-09-29  Wim Taymans  <wim@fluendo.com>
7545
7546         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7547         (gst_udpsrc_create), (gst_udpsrc_set_property),
7548         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
7549         * gst/udp/gstudpsrc.h:
7550         Added property to post a message on timeout.
7551         Updated docs.
7552         When restarting the select, initialize the fdsets again.
7553         Init control sockets so we don't accidentally close a random socket.
7554         API: GstUDPSrc::timeout property
7555
7556 2006-09-29  Wim Taymans  <wim@fluendo.com>
7557
7558         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
7559         Fix flag registration.
7560
7561         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7562         Reading 0 also means 'no more commands'
7563
7564 2006-09-29  Wim Taymans  <wim@fluendo.com>
7565
7566         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7567
7568         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7569         Fix possible infinite loop when shutting down, a read can also return
7570         0 to indicate no more messages are available. Fixes #358156.
7571
7572 2006-09-25  Wim Taymans  <wim@fluendo.com>
7573
7574         * gst/autodetect/gstautoaudiosink.c:
7575         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
7576         (gst_auto_audio_sink_find_best):
7577         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
7578         Small cleanups.
7579         don't try to set "sync" property when it is not available.
7580
7581 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7582
7583         Patch by: Peter Kjellerstedt  <pkj at axis com>
7584
7585         * gst/alpha/gstalpha.c:
7586         * gst/rtp/gstrtpamrdepay.c:
7587         * gst/rtsp/gstrtspsrc.c:
7588         * gst/udp/gstudpsrc.c:
7589         * gst/videomixer/videomixer.c:
7590           Include stdlib.h in some more places, makes things compile
7591           with uClibc and -Werror (#357592).
7592
7593 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7594
7595         * ext/jpeg/gstjpegdec.c:
7596           Set minimum height to 8 (from 16), our code should handle
7597           that fine. Some of the buttons on the apple trailer site
7598           are apparently only 15 pixels high (see #357470).
7599
7600 2006-09-23  Wim Taymans  <wim@fluendo.com>
7601
7602         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
7603         (gst_rtspsrc_open):
7604         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7605         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7606         (rtsp_connection_receive):
7607         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7608         * gst/rtsp/rtspdefs.h:
7609         Improve error reporting.
7610
7611 2006-09-23  Wim Taymans  <wim@fluendo.com>
7612
7613         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
7614         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
7615         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
7616         * gst/rtp/gstrtpdepay.c:
7617         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
7618         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
7619         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
7620         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
7621         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
7622         (gst_rtp_mp2t_depay_plugin_init):
7623         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
7624         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
7625         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
7626         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
7627         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
7628         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
7629         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
7630         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
7631         Fix klass typos.
7632         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
7633
7634 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7635
7636         * configure.ac:
7637           Need  -base CVS for gst_base_rtp_depayload_push_ts().
7638
7639 2006-09-22  Wim Taymans  <wim@fluendo.com>
7640
7641         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
7642         Don't check for a tag that is never there and check if we read the
7643         correct tag. Fixes seeking again.
7644         We must post an error when all pads are unlinked.
7645
7646 2006-09-22  Wim Taymans  <wim@fluendo.com>
7647
7648         * gst/rtp/Makefile.am:
7649         * gst/rtp/gstrtp.c: (plugin_init):
7650         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
7651         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7652         (gst_rtp_vorbis_pay_reset_packet),
7653         (gst_rtp_vorbis_pay_init_packet),
7654         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
7655         (gst_rtp_vorbis_pay_handle_buffer):
7656         More fixage, set endoder-params correctly in the payloader.
7657
7658 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7659
7660         * gst/autodetect/gstautoaudiosink.c:
7661         (gst_auto_audio_sink_base_init):
7662         * gst/autodetect/gstautovideosink.c:
7663         (gst_auto_video_sink_base_init):
7664           Make static pad templates static to appease valgrind's leak
7665           detector.
7666
7667         * tests/check/Makefile.am:
7668         * tests/check/elements/.cvsignore:
7669         * tests/check/elements/autodetect.c: (GST_START_TEST),
7670         (autodetect_suite):
7671           Add simple test for the ghostpad lockup on shutdown fixed in core
7672           CVS (audio bit disabled because it would need dozens of alsa
7673           suppressions and I'm too lazy to add those now).
7674
7675 2006-09-22  Wim Taymans  <wim@fluendo.com>
7676
7677         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
7678         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
7679         Small cleanups.
7680
7681         * gst/rtp/Makefile.am:
7682         * gst/rtp/gstrtp.c: (plugin_init):
7683         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
7684         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
7685         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
7686         (gst_rtp_vorbis_depay_process),
7687         (gst_rtp_vorbis_depay_set_property),
7688         (gst_rtp_vorbis_depay_get_property),
7689         (gst_rtp_vorbis_depay_change_state),
7690         (gst_rtp_vorbis_depay_plugin_init):
7691         * gst/rtp/gstrtpvorbisdepay.h:
7692         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
7693         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
7694         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
7695         (gst_rtp_vorbis_pay_flush_packet),
7696         (gst_rtp_vorbis_pay_append_buffer),
7697         (gst_rtp_vorbis_pay_handle_buffer),
7698         (gst_rtp_vorbis_pay_plugin_init):
7699         * gst/rtp/gstrtpvorbispay.h:
7700         Add experimental vorbis pay and depayloaders.
7701
7702 2006-09-21  Wim Taymans  <wim@fluendo.com>
7703
7704         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
7705         Fix profile-level-id parsing and setup.
7706
7707 2006-09-21  Wim Taymans  <wim@fluendo.com>
7708
7709         * gst/udp/README:
7710         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
7711         Update README, simple cleanup.
7712
7713 2006-09-21  Wim Taymans  <wim@fluendo.com>
7714
7715         * gst/rtp/README:
7716         Update README with some examples.
7717
7718         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
7719         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
7720         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
7721         (gst_rtp_mp4g_pay_setcaps):
7722         * gst/rtp/gstrtpmp4gpay.h:
7723         Make optional RTP parameters of type STRING, as required by the
7724         application/x-rtp caps specification.
7725
7726 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
7727
7728         * gst/rtp/gstrtph263pdepay.c:
7729         * gst/rtp/gstrtph263ppay.c:
7730         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
7731         RTP header.
7732
7733 2006-09-20  Wim Taymans  <wim@fluendo.com>
7734
7735         * gst/rtp/Makefile.am:
7736         And makefile too.
7737
7738 2006-09-20  Wim Taymans  <wim@fluendo.com>
7739
7740         * gst/rtp/gstrtp.c: (plugin_init):
7741         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
7742         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
7743         (decode_base64), (gst_rtp_asf_depay_setcaps),
7744         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
7745         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
7746         (gst_rtp_asf_depay_plugin_init):
7747         * gst/rtp/gstrtpasfdepay.h:
7748         Added preliminary ASF depayloader.
7749
7750         * gst/rtp/gstrtph264depay.c: (decode_base64):
7751         Fix base64 decoding.
7752
7753 2006-09-20  Wim Taymans  <wim@fluendo.com>
7754
7755         * gst/rtsp/URLS:
7756         Added some test URLS.
7757
7758         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7759         (gst_rtspsrc_loop), (gst_rtspsrc_open):
7760         * gst/rtsp/gstrtspsrc.h:
7761         When creating streams, give access to the complete SDP.
7762         Fix some leaks.
7763         Collect and merge global stream properties in stream caps.
7764         Preliminary support for WMServer.
7765
7766         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7767         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7768         (rtsp_connection_receive):
7769         * gst/rtsp/rtspconnection.h:
7770         Make connection interruptable.
7771         Refactor to make it reconnectable.
7772         Don't fail on short reads when reading data packets.
7773
7774         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
7775         (rtsp_url_get_port):
7776         * gst/rtsp/rtspurl.h:
7777         Add methods for getting/setting the port.
7778
7779         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
7780         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
7781         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
7782         (sdp_media_get_format), (sdp_parse_line),
7783         (sdp_message_parse_buffer):
7784         Fix headers. 
7785         Add methods for getting multiple attributes with the same name.
7786         Increase buffer size when parsing.
7787         Fix parsing of a=foo fields.
7788
7789         * gst/rtsp/test.c: (main):
7790         Update to new connection API.
7791
7792         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
7793         (rtsp_message_init_response), (rtsp_message_init_data),
7794         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
7795         * gst/rtsp/rtspmessage.h:
7796         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
7797         * gst/rtsp/rtsptransport.h:
7798         * gst/rtsp/sdp.h:
7799         * gst/rtsp/sdpmessage.h:
7800         * gst/rtsp/gstrtsp.c:
7801         * gst/rtsp/gstrtsp.h:
7802         * gst/rtsp/gstrtpdec.c:
7803         * gst/rtsp/gstrtpdec.h:
7804         * gst/rtsp/rtsp.h:
7805         * gst/rtsp/rtspdefs.c:
7806         * gst/rtsp/rtspdefs.h:
7807         Dual licensed under MIT and LGPL now.
7808
7809 2006-09-19  Wim Taymans  <wim@fluendo.com>
7810
7811         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
7812         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
7813         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
7814         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7815         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
7816         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7817         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
7818         * gst/rtsp/gstrtspsrc.h:
7819         Reorganize stream parsing and creation.
7820         Detect container formats in interleaved mode.
7821         Keep more state about the streams.
7822         Assume a server also supports PLAY if it does not say.
7823         Add unicast and interleaved properties to TCP transport requests to make
7824         some servers happy (WMServer).
7825
7826         * gst/rtsp/sdpmessage.h:
7827         Add some defines for the standard Bandwidth types.
7828
7829 2006-09-19  Wim Taymans  <wim@fluendo.com>
7830
7831         * gst/rtsp/test.c: (main):
7832         Fix build.
7833
7834 2006-09-19  Wim Taymans  <wim@fluendo.com>
7835
7836         * gst/wavparse/gstwavparse.c:
7837         Add ms-gsm to the src template.
7838
7839 2006-09-18  Wim Taymans  <wim@fluendo.com>
7840
7841         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
7842         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
7843         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
7844         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
7845         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
7846         * gst/rtsp/gstrtspsrc.h:
7847         Small cleanups, added documentation.
7848         Try to clean up the requests and responses.
7849         Refactor parsing the supported methods.
7850
7851         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
7852         (rtsp_connection_create), (rtsp_connection_send),
7853         (parse_response_status), (parse_request_line),
7854         (rtsp_connection_receive), (rtsp_connection_close),
7855         (rtsp_connection_free):
7856         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
7857         (rtsp_transport_init), (rtsp_transport_parse),
7858         (rtsp_transport_free):
7859         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7860         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
7861         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
7862         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
7863         Use g_return_val some more.
7864
7865         * gst/rtsp/rtspdefs.h:
7866         Add more enum values to track initial states.
7867
7868         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
7869         (rtsp_message_init_request), (rtsp_message_new_response),
7870         (rtsp_message_init_response), (rtsp_message_init_data),
7871         (rtsp_message_unset), (rtsp_message_free),
7872         (rtsp_message_add_header), (rtsp_message_remove_header),
7873         (rtsp_message_get_header), (rtsp_message_set_body),
7874         (rtsp_message_take_body), (rtsp_message_get_body),
7875         (rtsp_message_steal_body), (rtsp_message_dump):
7876         * gst/rtsp/rtspmessage.h:
7877         Reorder arguments, object goes as the first one.
7878         Use g_return_val some more.
7879
7880 2006-09-18  Wim Taymans  <wim@fluendo.com>
7881
7882         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
7883         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
7884         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
7885         * gst/rtsp/gstrtspsrc.h:
7886         Export sometimes source pad with correct caps on the template, create
7887         the ghostpad from the template.
7888         Remove RTCP template as we never expose RTCP.
7889         Protect against invalid body size.
7890         Avoid memcpy when creating the output buffer.
7891         Properly post an error and send EOS when the loop function is shut down.
7892
7893 2006-09-18  Wim Taymans  <wim@fluendo.com>
7894
7895         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
7896
7897         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7898         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
7899         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
7900         * gst/rtsp/gstrtspsrc.h:
7901         Make sure we can never set an invalid location.
7902
7903         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
7904         * gst/rtsp/rtspmessage.h:
7905         Added _steal_body method for future use.
7906
7907         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
7908         Make freeing of NULL url return immediatly.
7909
7910 2006-09-18  Wim Taymans  <wim@fluendo.com>
7911
7912         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
7913
7914         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
7915         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
7916         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
7917         (gst_rtspsrc_change_state):
7918         * gst/rtsp/gstrtspsrc.h:
7919         Use boilerplate.
7920         Make rtspsrc subclass GstBin to make state changes easier.
7921         Add Range header field on the PLAY request.
7922
7923 2006-09-18  Wim Taymans  <wim@fluendo.com>
7924
7925         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
7926
7927         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
7928         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
7929         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
7930         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
7931         * gst/rtsp/rtspconnection.c: (inet_aton):
7932         Small cleanups.
7933         when multicast is selected as the transport, create UDP sources and
7934         connect to the multicast group.
7935         Move parsing and setting of caps to a common place.
7936         Fixes #349894.
7937
7938 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
7939
7940         * ext/flac/gstflactag.c:
7941         * gst/alpha/gstalpha.c:
7942         * gst/debug/breakmydata.c:
7943         * gst/debug/negotiation.c:
7944         * gst/debug/testplugin.c:
7945         * gst/effectv/gstaging.c:
7946         * gst/effectv/gstdice.c:
7947         * gst/effectv/gstedge.c:
7948         * gst/effectv/gstquark.c:
7949         * gst/effectv/gstrev.c:
7950         * gst/effectv/gstshagadelic.c:
7951         * gst/effectv/gstvertigo.c:
7952         * gst/effectv/gstwarp.c:
7953         * gst/multipart/multipartdemux.c:
7954         * gst/multipart/multipartmux.c:
7955         * gst/videobox/gstvideobox.c:
7956         * gst/videofilter/gstgamma.c:
7957         * gst/videofilter/gstvideotemplate.c:
7958         * gst/videomixer/videomixer.c:
7959         * sys/sunaudio/gstsunaudiosrc.h:
7960         More G_OBJECT macro fixing.
7961
7962 2006-09-16  Wim Taymans  <wim@fluendo.com>
7963
7964         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
7965
7966         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
7967         Correctly set the dwLength in strh.
7968         With this patch, the file duration is now displayed correctly in window
7969         media player and the AVI plays completely. Fixes #356147
7970
7971 2006-09-15  Wim Taymans  <wim@fluendo.com>
7972
7973         Patch by: Darren Kenny <darren dot kenny at sun dot com>
7974
7975         * sys/sunaudio/gstsunaudiomixerctrl.c:
7976         (gst_sunaudiomixer_ctrl_build_list):
7977         Set the output track as the MASTER so that the gnome-settings-daemon
7978         keybindings for changing the volume using the keyboard works.
7979         Fixes #356142.
7980
7981 2006-09-15  Wim Taymans  <wim@fluendo.com>
7982
7983         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
7984         Fix documentation, it is not possible to control the framerate of jpegdec
7985         using filtered caps yet. Fixes #355210.
7986         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
7987         stop when there is an error.
7988
7989 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
7990
7991         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
7992         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
7993           Don't interpret a first buffer with an offset of NONE as
7994           'from the middle of the stream', but only a first buffer
7995           that has a valid buffer offset that's non-zero (see #345449).
7996
7997 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
7998
7999         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
8000         (gst_icydemux_typefind_or_forward):
8001         * gst/icydemux/gsticydemux.h:
8002           When we merge/collect multiple incoming buffers for typefinding
8003           purposes, keep an initial 0 offset on the first outgoing buffer
8004           as well (otherwise id3demux won't work right). Fixes #345449.
8005           Also Make buffer metadata writable before setting buffer caps.
8006
8007         * tests/check/elements/icydemux.c: (typefind_succeed),
8008         (cleanup_icydemux), (push_data), (GST_START_TEST),
8009         (icydemux_suite):
8010           Small test case for the above.
8011
8012 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
8013
8014         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
8015         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
8016         (gst_avi_demux_stream_header_push),
8017         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8018         (gst_avi_demux_loop):
8019           More code reuse and better logging in _peek_chunk(). Reintroduce check
8020           for chunk sizes before reading them (avoid oom). Better handling for 
8021           invalid chunksizes when streaming.
8022
8023 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
8024
8025         * gst/level/gstlevel.c: (gst_level_set_property):
8026         * gst/level/gstlevel.h:
8027           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
8028           René Stadler
8029
8030 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
8031
8032         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8033         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8034         (gst_avi_demux_stream_data):
8035           Revert one change to fix streaming avi (adapter size != data size).
8036
8037 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8038
8039         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
8040
8041         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
8042         (gst_matroska_demux_reset),
8043         (gst_matroska_demux_read_track_encodings),
8044         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
8045         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8046         (gst_matroska_demux_subtitle_caps):
8047         * gst/matroska/matroska-ids.h:
8048           Add support for VOBSUB subtitle tracks and zlib-compressed
8049           tracks. Make sure we start on a keyframe after a seek. (#343348)
8050
8051 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8052
8053         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
8054         (gst_matroska_demux_push_flac_codec_priv_data),
8055         (gst_matroska_demux_push_xiph_codec_priv_data),
8056         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8057         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
8058         * gst/matroska/matroska-ids.h:
8059           Add basic FLAC support (#311586), not perfect yet though, needs some
8060           tweaking in flacdec; also, seeking could be better.
8061           Do better bounds checking when deserialising vorbis stream headers
8062           to make sure we don't read beyond the end of the buffer on bad input.
8063
8064 2006-09-04  Wim Taymans  <wim@fluendo.com>
8065
8066         Patch by: Alessandro Decina <alessandro at nnva dot org>
8067
8068         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
8069         Seeking back in a file containing a CMML stream errors out if the seek
8070         goes back up to the CMML headers. This is because after the seek the xml
8071         processing instruction <?xml ...?> is submitted to the xml parser again, 
8072         which results in an error. The attached patch fixes the problem. 
8073         Fixes #353908.
8074
8075         * ext/annodex/gstcmmlenc.h:
8076         Fix authors name.
8077
8078
8079 2006-08-28  Andy Wingo  <wingo@pobox.com>
8080
8081         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
8082         New helper function to lessen the ifdefs.
8083         (GST_INFO_OBJECT): 
8084         (gst_dv1394src_iso_receive): Use it.
8085         (gst_dv1394src_create): Also use the control sockets in iec61883
8086         mode.
8087         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
8088         handle for AVC operations; fixes #348233.
8089
8090 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8091
8092         * configure.ac:
8093         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8094         * docs/plugins/inspect/plugin-audiofx.xml:
8095         * docs/plugins/inspect/plugin-audiofxgood.xml:
8096         * gst/audiofx/Makefile.am:
8097         * gst/audiofx/audiofx.c:
8098         * gst/audiofxgood/.cvsignore:
8099         * gst/audiofxgood/Makefile.am:
8100         * gst/audiofxgood/audiofx.c:
8101         * gst/audiofxgood/audiopanorama.c:
8102         * gst/audiofxgood/audiopanorama.h:
8103           Rename again (audiofxgood -> audiofx).
8104
8105 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8106
8107         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
8108         (gst_avi_demux_stream_scan):
8109           Initialze variables.
8110
8111 2006-08-25  Wim Taymans  <wim@fluendo.com>
8112
8113         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8114         (gst_avi_demux_init), (gst_avi_demux_finalize),
8115         (gst_avi_demux_reset), (gst_avi_demux_index_last),
8116         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
8117         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
8118         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8119         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
8120         (gst_avi_demux_massage_index),
8121         (gst_avi_demux_calculate_durations_from_index),
8122         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
8123         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8124         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
8125         (gst_avi_demux_change_state):
8126         * gst/avi/gstavidemux.h:
8127         More attempts to turn this into readable code.
8128         Don't leak adapters.
8129         Calculate duration according to index more efficiently.
8130         Don't try to act like we drive the pipeline in chain mode.
8131
8132 2006-08-25  Wim Taymans  <wim@fluendo.com>
8133
8134         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
8135         Fix build.
8136
8137 2006-08-25  Wim Taymans  <wim@fluendo.com>
8138
8139         Patch by: Alessandro Decina <alessandro at nnva dot org>
8140
8141         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
8142         Do some extra sanity checks.
8143         Fixes #350340.
8144
8145         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
8146         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
8147         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
8148         Check if clip->start_time is valid before adding the clip to the
8149         track list.
8150         Reset enc->preamble going from PAUSED to READY.
8151         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
8152         only used for EOS.
8153         Only post an error message if we were the one that created the fatal
8154         GstFlowReturn value.
8155
8156         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
8157         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
8158         Parse the seconds field of the npt-sec time format using %llu rather than
8159         %d and check that the value scaled by GST_SECOND doesn't overflow.
8160         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
8161         Lookup a clip's track with clip->track rather than clip->id which
8162         makes no sense.
8163         Identify a clip by its track and start time and not its xml id.
8164         do some more input checking and make sure we don't do undefined shifts.
8165
8166         * tests/check/elements/cmmldec.c: (setup_cmmldec),
8167         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
8168         (cmml_tag_message_pop), (check_headers), (push_clip_full),
8169         (push_clip), (push_empty_clip), (check_output_clip),
8170         (GST_START_TEST), (cmmldec_suite):
8171         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
8172         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
8173         (check_headers), (push_clip), (check_clip_times), (check_clip),
8174         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
8175         Added some more checks.
8176
8177 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8178
8179         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
8180         (gst_audio_panorama_set_property),
8181         (gst_audio_panorama_get_property),
8182         (gst_audio_panorama_transform_m2s_int),
8183         (gst_audio_panorama_transform_s2s_int),
8184         (gst_audio_panorama_transform_m2s_float),
8185         (gst_audio_panorama_transform_s2s_float):
8186         * gst/audiofxgood/audiopanorama.h:
8187         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8188           Make also the pan-property float (saves scaling and yields better
8189           resolution)
8190
8191 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8192
8193         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8194         (gst_audio_panorama_transform_m2s_float),
8195         (gst_audio_panorama_transform_s2s_float):
8196           ChangeLog surgery to add cymax's real name
8197
8198
8199 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8200
8201         Patch by: René Stadler <mail@renestadler.de>
8202
8203         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8204         (gst_audio_panorama_transform_m2s_int),
8205         (gst_audio_panorama_transform_s2s_int),
8206         (gst_audio_panorama_transform_m2s_float),
8207         (gst_audio_panorama_transform_s2s_float),
8208         (gst_audio_panorama_transform):
8209         * gst/audiofxgood/audiopanorama.h:
8210           Added float support
8211
8212 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8213
8214         * gst/audiofxgood/audiopanorama.c:
8215         (gst_audio_panorama_transform_m2s):
8216           Fix docs & debug category. Add Fixme for volume pan levels.
8217
8218 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8219
8220         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8221         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8222         (gst_avi_demux_stream_header_pull),
8223         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8224         (gst_avi_demux_chain):
8225           unbreak AVI index handling, some more debug, remove an obsolete
8226           adapter_flush that caused streaming to wander off in the wild
8227
8228 2006-08-24  Wim Taymans  <wim@fluendo.com>
8229
8230         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8231         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
8232         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
8233         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8234         (gst_avi_demux_calculate_durations_from_index),
8235         (gst_avi_demux_stream_header_push),
8236         (gst_avi_demux_stream_header_pull):
8237         * gst/avi/gstavidemux.h:
8238         Some more cleanups. 
8239         Fix totalFrames parsing in ODML.
8240         Disable use of index for length calculation in case of ODML as this is
8241         broken now.
8242
8243 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
8244
8245         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
8246           Use libgsttag helper function here too.
8247
8248 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
8249
8250         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8251         (gst_avi_demux_init), (gst_avi_demux_dispose),
8252         (gst_avi_demux_reset), (gst_avi_demux_index_next),
8253         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
8254         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8255         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
8256         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
8257         (gst_avi_demux_parse_subindex),
8258         (gst_avi_demux_read_subindexes_push),
8259         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
8260         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8261         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
8262         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
8263         (gst_avi_demux_stream_header_pull),
8264         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8265         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
8266         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
8267         (gst_avi_demux_change_state):
8268         * gst/avi/gstavidemux.h:
8269           Initial streaming support for avidemux (fixes #336465)
8270
8271 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8272
8273         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8274           There is no taglibmux element ...
8275
8276         * gst/rtsp/gstrtspsrc.c:
8277           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
8278           was complaining about unknown entity here.
8279
8280 2006-08-22  Wim Taymans  <wim@fluendo.com>
8281
8282         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8283         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
8284         (gst_avi_demux_process_next_entry):
8285         * gst/avi/gstavidemux.h:
8286         Mark DISCONT.
8287         Remove old unused fields and reorder the struct a bit.
8288
8289 2006-08-22  Wim Taymans  <wim@fluendo.com>
8290
8291         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8292         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
8293         (gst_rtspsrc_pause):
8294         * gst/rtsp/gstrtspsrc.h:
8295         * sys/oss/gstosssink.c: (gst_oss_sink_open),
8296         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
8297         Small documentation updates.
8298
8299 2006-08-22  Wim Taymans  <wim@fluendo.com>
8300
8301         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8302         (gst_avi_demux_index_entry_for_time),
8303         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8304         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
8305         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8306         (gst_avi_demux_next_data_buffer),
8307         (gst_avi_demux_calculate_durations_from_index),
8308         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
8309         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
8310         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8311         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
8312         * gst/avi/gstavidemux.h:
8313         Precalc most of the duration query for each stream.
8314         Make seeking more correct.
8315         Use GstSegment to track position and duration.
8316         Code cleanups and leak fixes.
8317         Calculate correct total duration based on index length.
8318
8319 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
8320
8321         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
8322         (parse_insert_string_field):
8323           If strings in text fields are marked ISO8859-1, but contain
8324           valid UTF-8 already, then handle them as UTF-8 and ignore
8325           the encoding. (#351794)
8326
8327 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8328
8329         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
8330         (gst_flac_dec_write), (gst_flac_dec_loop),
8331         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
8332         (gst_flac_dec_src_query):
8333         * ext/flac/gstflacdec.h:
8334           Make flac-in-ogg work (#352100).
8335
8336 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8337
8338         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
8339           Don't unref buffers of which we've already given away
8340           ownership to the adapter.
8341
8342 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8343
8344         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
8345           Make metadata extraction actually work.
8346
8347         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
8348         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
8349         (gst_speexenc_chain):
8350           Fix metadata writing: replace old code which wrote completely
8351           broken tags with libgsttag-based code. Plus miscellaneous
8352           code cleanups (use static pad templates etc.) and a bunch
8353           of leak fixes.
8354
8355 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8356
8357         * gst/audiopanorama/.cvsignore:
8358         * gst/audiopanorama/Makefile.am:
8359         * gst/audiopanorama/audiofx.c:
8360         * gst/audiopanorama/audiopanorama.c:
8361         * gst/audiopanorama/audiopanorama.h:
8362           die! die! die! you should never have been there
8363
8364 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
8365
8366         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8367         Fix invalid memory access in audiopanorama test suite.
8368
8369 2006-08-21  Edward Hervey  <edward@fluendo.com>
8370
8371         * tests/check/elements/.cvsignore:
8372         ignore built file
8373
8374 2006-08-21  Wim Taymans  <wim@fluendo.com>
8375
8376         * gst/rtp/Makefile.am:
8377         Fix the build again.
8378
8379 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8380
8381         * gst/audiofxgood/.cvsignore:
8382         * gst/audiofxgood/Makefile.am:
8383         * gst/audiofxgood/audiofx.c: (plugin_init):
8384         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8385         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8386         (gst_audio_panorama_set_property),
8387         (gst_audio_panorama_get_property),
8388         (gst_audio_panorama_get_unit_size),
8389         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8390         (gst_audio_panorama_transform_m2s),
8391         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8392         * gst/audiofxgood/audiopanorama.h:
8393           resubmit with the desired name *again*
8394
8395 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8396
8397         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
8398         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
8399           use g_assert in _get_unit_size
8400
8401 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8402
8403         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8404         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8405         * docs/plugins/inspect/plugin-audiofxgood.xml:
8406           cleanup -unused.txt to make it useful, add previously missing docs
8407
8408         * ext/Makefile.am:
8409           Quietly (accidentally) enable LADSPA for building by default, 
8410           despite the fact that it doesn't meet the plugin checklist.
8411             -- Added by Jan Schmidt 18 Dec 2006
8412
8413         * ext/esd/esdmon.c:
8414         * ext/esd/esdsink.c:
8415         * ext/esd/gstesd.c: (plugin_init):
8416           reflow to get rid of two external symbols
8417
8418         * gst/audiofxgood/audiofx.c: (plugin_init):
8419           re-add
8420
8421 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8422
8423         * configure.ac:
8424         * gst/audiofxgood/.cvsignore:
8425         * gst/audiofxgood/Makefile.am:
8426         * gst/audiofxgood/audiofx.c
8427         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8428         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8429         (gst_audio_panorama_set_property),
8430         (gst_audio_panorama_get_property),
8431         (gst_audio_panorama_get_unit_size),
8432         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8433         (gst_audio_panorama_transform_m2s),
8434         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8435         * gst/audiofxgood/audiopanorama.h:
8436         * tests/check/Makefile.am:
8437         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
8438         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
8439         (panorama_suite), (main):
8440         Add audiofxgood plugin with audiopanorama element
8441
8442 2006-08-18  Wim Taymans  <wim@fluendo.com>
8443
8444         * docs/plugins/Makefile.am:
8445         More Oss docs fixage. 
8446
8447 2006-08-18  Wim Taymans  <wim@fluendo.com>
8448
8449         * gst/rtp/Makefile.am:
8450         * gst/rtp/gstrtp.c: (plugin_init):
8451         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
8452         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
8453         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
8454         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
8455         (gst_rtp_sv3v_depay_get_property),
8456         (gst_rtp_sv3v_depay_change_state),
8457         (gst_rtp_sv3v_depay_plugin_init):
8458         * gst/rtp/gstrtpsv3vdepay.h:
8459         Added experimental SVQ3 depayloader.
8460
8461 2006-08-18  Edward Hervey  <edward@fluendo.com>
8462
8463         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
8464         (gst_dvdemux_loop), (gst_dvdemux_change_state):
8465         * ext/dv/gstdvdemux.h:
8466         When handling seek requests, don't send the newsegment event from the
8467         calling thread. Instead save it so it can be sent from the streaming
8468         thread.
8469
8470 2006-08-17  Wim Taymans  <wim@fluendo.com>
8471
8472         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8473
8474         * gst/multipart/multipartdemux.c: (multipart_parse_header):
8475         Accept leading whitespace before the boundary
8476         This patch makes the demuxer allow some whitespace before the actual
8477         boundary. This makes the demuxer work with the ``old'' gstreamer
8478         multipartmuxer again (which placed an extra \n before the start
8479         of the stream) Fixes #349068.
8480
8481 2006-08-17  Wim Taymans  <wim@fluendo.com>
8482
8483         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
8484         Error out on non-implemented stuff.
8485
8486 2006-08-16  Wim Taymans  <wim@fluendo.com>
8487
8488         Patch by: Andy Wingo <wingo at pobox dot com>
8489
8490         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
8491         (gst_signal_processor_start), (gst_signal_processor_stop),
8492         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
8493         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
8494         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
8495         (gst_signal_processor_change_state):
8496         Make ladspa elements reusable. Fixes #350006.
8497
8498 2006-08-16  Wim Taymans  <wim@fluendo.com>
8499
8500         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
8501         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
8502         names as possible. Fixes #349901.
8503
8504 2006-08-16  Wim Taymans  <wim@fluendo.com>
8505
8506         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
8507         (gst_signal_processor_do_pushes):
8508         A push() gives away our refcount so we should not use the buffer on the
8509         pen anymore.
8510
8511 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8512
8513         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8514         (gst_oss_mixer_element_finalize):
8515           Don't leak device string.
8516
8517 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8518
8519         * configure.ac:
8520           Require CVS of GStreamer core and -base (for
8521           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
8522
8523         * ext/taglib/gstid3v2mux.cc:
8524           Write extended comment tags properly (#348762).
8525
8526         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
8527         (parse_comment_frame):
8528           Extract COMM frames into extended comments, which makes it
8529           easier to properly retain the description bit of the tag
8530           and maintain this information when re-tagging (#348762).
8531
8532 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8533
8534         * tests/check/Makefile.am:
8535           Don't try to run annodex unit tests if the annodex
8536           plugin has not been built (Fixes #351116).
8537
8538 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8539
8540         * gst/autodetect/gstautoaudiosink.c:
8541         (gst_auto_audio_sink_find_best):
8542           When we can't find a usable audiosink, don't error out,
8543           but use a fake sink instead and post a warning message
8544           on the bus (#341278).
8545
8546 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8547
8548         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
8549         * sys/oss/gstosssink.c:
8550         * sys/oss/gstosssrc.c:
8551           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
8552           ossmixer's new device property.
8553
8554         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8555         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8556           Add docs for OSS elements.
8557
8558         * docs/plugins/inspect/plugin-aasink.xml:
8559         * docs/plugins/inspect/plugin-alaw.xml:
8560         * docs/plugins/inspect/plugin-alpha.xml:
8561         * docs/plugins/inspect/plugin-alphacolor.xml:
8562         * docs/plugins/inspect/plugin-annodex.xml:
8563         * docs/plugins/inspect/plugin-apetag.xml:
8564         * docs/plugins/inspect/plugin-auparse.xml:
8565         * docs/plugins/inspect/plugin-autodetect.xml:
8566         * docs/plugins/inspect/plugin-avi.xml:
8567         * docs/plugins/inspect/plugin-cacasink.xml:
8568         * docs/plugins/inspect/plugin-cairo.xml:
8569         * docs/plugins/inspect/plugin-cdio.xml:
8570         * docs/plugins/inspect/plugin-cutter.xml:
8571         * docs/plugins/inspect/plugin-debug.xml:
8572         * docs/plugins/inspect/plugin-dv.xml:
8573         * docs/plugins/inspect/plugin-efence.xml:
8574         * docs/plugins/inspect/plugin-effectv.xml:
8575         * docs/plugins/inspect/plugin-esdsink.xml:
8576         * docs/plugins/inspect/plugin-flac.xml:
8577         * docs/plugins/inspect/plugin-flxdec.xml:
8578         * docs/plugins/inspect/plugin-gconfelements.xml:
8579         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8580         * docs/plugins/inspect/plugin-goom.xml:
8581         * docs/plugins/inspect/plugin-halelements.xml:
8582         * docs/plugins/inspect/plugin-icydemux.xml:
8583         * docs/plugins/inspect/plugin-id3demux.xml:
8584         * docs/plugins/inspect/plugin-jpeg.xml:
8585         * docs/plugins/inspect/plugin-level.xml:
8586         * docs/plugins/inspect/plugin-matroska.xml:
8587         * docs/plugins/inspect/plugin-mulaw.xml:
8588         * docs/plugins/inspect/plugin-multipart.xml:
8589         * docs/plugins/inspect/plugin-navigationtest.xml:
8590         * docs/plugins/inspect/plugin-ossaudio.xml:
8591         * docs/plugins/inspect/plugin-png.xml:
8592         * docs/plugins/inspect/plugin-rtp.xml:
8593         * docs/plugins/inspect/plugin-rtsp.xml:
8594         * docs/plugins/inspect/plugin-shout2send.xml:
8595         * docs/plugins/inspect/plugin-smpte.xml:
8596         * docs/plugins/inspect/plugin-speex.xml:
8597         * docs/plugins/inspect/plugin-taglib.xml:
8598         * docs/plugins/inspect/plugin-udp.xml:
8599         * docs/plugins/inspect/plugin-videobalance.xml:
8600         * docs/plugins/inspect/plugin-videobox.xml:
8601         * docs/plugins/inspect/plugin-videoflip.xml:
8602         * docs/plugins/inspect/plugin-videomixer.xml:
8603         * docs/plugins/inspect/plugin-wavenc.xml:
8604         * docs/plugins/inspect/plugin-wavparse.xml:
8605         * docs/plugins/inspect/plugin-ximagesrc.xml:
8606           Update to CVS version.
8607           
8608 2006-08-16  Wim Taymans  <wim@fluendo.com>
8609
8610         * gst/rtp/gstrtpamrdepay.c:
8611         * gst/rtp/gstrtpmp4gdepay.c:
8612         Caps extra properties must be defined as strings for
8613         depayloaders because they are generated from an SDP.
8614
8615         * gst/rtp/Makefile.am:
8616         * gst/rtp/gstrtp.c: (plugin_init):
8617         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
8618         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
8619         (gst_rtp_h264_depay_finalize), (decode_base64),
8620         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
8621         (gst_rtp_h264_depay_set_property),
8622         (gst_rtp_h264_depay_get_property),
8623         (gst_rtp_h264_depay_change_state),
8624         (gst_rtp_h264_depay_plugin_init):
8625         * gst/rtp/gstrtph264depay.h:
8626         Added basic, not completely functional RFC 3984 H264 depayloader.
8627
8628 2006-08-16  Wim Taymans  <wim@fluendo.com>
8629
8630         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
8631         Add pads after setting them up.
8632
8633         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8634         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
8635         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
8636         (gst_rtspsrc_stream_setup_rtp),
8637         (gst_rtspsrc_stream_configure_transport),
8638         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
8639         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
8640         (gst_rtspsrc_pause):
8641         * gst/rtsp/gstrtspsrc.h:
8642         Fix interleaved mode.
8643          - Protect streaming with lock.
8644          - Combine flows
8645          - set caps on outgoing buffers.
8646          - strip trailing \0 from data packets.
8647          - Configure RTP/RTCP in stream.
8648         Use DEBUG_OBJECT more.
8649
8650 2006-08-16  Wim Taymans  <wim@fluendo.com>
8651
8652         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
8653         Turn a g_print into a DEBUG line.
8654
8655 2006-08-13  Wim Taymans  <wim@fluendo.com>
8656
8657         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
8658         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8659         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
8660         (gst_oss_mixer_element_get_property),
8661         (gst_oss_mixer_element_change_state):
8662         * sys/oss/gstossmixerelement.h:
8663         Small cleanups. Better error reporting.
8664         Add device property for the mixer instead of the hardcoded
8665         /dev/mixer. Fixes #350785.
8666         API: GstOssMixerElement::device property
8667
8668 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
8669
8670         Patch by: Jens Granseuer <jensgr at gmx net>
8671
8672         * gconf/Makefile.am:
8673           Make --disable-schemas work right (they still need
8674           to be copied to the installation directory, just not
8675           applied). Fixes #351347 (also #344100).
8676           
8677 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8678
8679         * configure.ac: back to HEAD
8680
8681 === release 0.10.4 ===
8682
8683 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
8684
8685         * configure.ac:
8686           releasing 0.10.4, "Dear Leader"
8687
8688 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8689
8690         Patch by: Edward Hervey <edward@fluendo.com>
8691
8692         * configure.ac:
8693         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8694         (gst_wavparse_stream_data):
8695         Send the newsegment event in the streaming thread.
8696         Fixes #347529
8697
8698 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
8699
8700         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
8701         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
8702         (gst_smokeenc_resync), (gst_smokeenc_chain):
8703           Refuse sink caps in the encoder if width or height is not a
8704           multiple of 16, the encoder does not support that yet (#349939);
8705           along the same lines, check the return value of the encoder
8706           setup function; also remove some debug log clutter.
8707
8708 2006-08-04  Andy Wingo  <wingo@pobox.com>
8709
8710         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
8711         whether a processor can work in place or not, and for keeping
8712         track of its state. Change the FlowReturn instance variable from
8713         "state" to "flow_state", all callers changed.
8714
8715         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
8716         (gst_signal_processor_start, gst_signal_processor_stop)
8717         (gst_signal_processor_cleanup): New functions to manage the
8718         processor's state.
8719         (gst_signal_processor_setcaps): start() as well as setup() here.
8720         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
8721         (gst_signal_processor_change_state): Stop and cleanup the
8722         processor as we go to NULL.
8723
8724         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
8725         INPLACE_BROKEN is not set.
8726
8727         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
8728         Do the alloc_buffer in bytes, not frames.
8729         
8730 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8731
8732         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
8733         Fix rgb masks when recording in < 24bpp.
8734
8735 2006-08-04  Andy Wingo  <wingo@pobox.com>
8736
8737         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
8738         (gst_signal_processor_prepare)
8739         (gst_signal_processor_update_inputs)
8740         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
8741         (gst_signal_processor_flush)
8742         (gst_signal_processor_sink_activate_push)
8743         (gst_signal_processor_src_activate_pull)
8744         (gst_signal_processor_change_state): Remove the last of the code
8745         that assumes that we process whole buffers at a time. Fix some
8746         debugging. Seems to work now in some cases.
8747         (gst_signal_processor_src_activate_pull): BPB
8748
8749 2006-08-01  Andy Wingo  <wingo@pobox.com>
8750
8751         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
8752         Fix nframes-choosing.
8753         (gst_signal_processor_init): Init pending_in and pending_out.
8754
8755         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
8756         more default sample rate, although we never check that the sample
8757         rate actually gets set. Something for the future.
8758         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
8759         (gst_signal_processor_event): Refcount fixen.
8760         (gst_signal_processor_process): Pull the number of frames to
8761         process from the sizes of the buffers in the input pens.
8762         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
8763         (gst_signal_processor_do_pulls): Add an nframes argument, and use
8764         it instead of buffer_frames.
8765         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
8766         to do_pulls.
8767         (gst_signal_processor_chain)
8768         (gst_signal_processor_sink_activate_push)
8769         (gst_signal_processor_src_activate_pull):  Refcount fixen.
8770
8771         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
8772
8773 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
8774
8775         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
8776         (gst_signal_processor_process):
8777           don't query buffer-frames from caps, add lots of debug-log,
8778           try fix for assert (#349189)
8779
8780 2006-07-31  Wim Taymans  <wim@fluendo.com>
8781
8782         * gst/udp/gstudpsrc.c:
8783         Fix docs.
8784
8785 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
8786
8787         * ext/ladspa/gstsignalprocessor.c:
8788         (gst_signal_processor_add_pad_from_template),
8789         (gst_signal_processor_init), (gst_signal_processor_setcaps),
8790         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
8791         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
8792         (gst_signal_processor_sink_activate_push),
8793         (gst_signal_processor_src_activate_pull),
8794         (gst_signal_processor_change_state):
8795          Add debugs logs here and there, add more error handling, add some
8796          FIXME comments, filed #349189
8797
8798 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8799
8800         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
8801         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
8802         Set caps on buffer correctly.  Fixes bug #349155.
8803
8804 2006-07-28  Wim Taymans  <wim@fluendo.com>
8805
8806         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8807
8808         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
8809         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
8810         (gst_multipart_demux_finalize), (get_line_end),
8811         (multipart_parse_header), (multipart_find_boundary),
8812         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
8813         (gst_multipart_set_property), (gst_multipart_get_property):
8814         Uses GstAdapter instead of own buffering.
8815         Actually parses the mime-type correctly (In tests the mime-type was
8816         always "" with the old version).
8817         Uses the Content-length header if available to speed up things.
8818         Reliably autoscans the boundary name by default.
8819         Fixes #349068.
8820
8821         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
8822         Don't start the stream with a \n.
8823
8824 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
8825
8826         Patch by: Brian Cameron <brian dot cameron at sun com>
8827
8828         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
8829           Open source with O_NONBLOCK (#349015).
8830
8831 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
8832
8833         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8834         (gst_avi_demux_massage_index):
8835         * gst/avi/gstavidemux.h:
8836           Whitespace fixes and more debug
8837
8838 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
8839
8840         * gst/autodetect/gstautoaudiosink.c:
8841         (gst_auto_audio_sink_create_element_with_pretty_name),
8842         (gst_auto_audio_sink_find_best),
8843         (gst_auto_audio_sink_change_state):
8844           Get rid of old and unused magic sound-server properties stuff.
8845           Add suffix to child sink's name that makes it easy to see from
8846           the name alone which type it actually is (alsa, oss, esd, etc.).
8847
8848 2006-07-27  Wim Taymans  <wim@fluendo.com>
8849
8850         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8851         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
8852         (gst_udpsrc_start):
8853         * gst/udp/gstudpsrc.h:
8854         Rename "buffer" to "buffer-size" to make clear it is a size we set and
8855         not some sort of feature we enable.
8856
8857 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
8858
8859         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
8860           Use CLOSE_SOCKET() here instead of close() to maintain
8861           win32 workiness.
8862
8863 2006-07-27  Wim Taymans  <wim@fluendo.com>
8864
8865         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
8866
8867         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8868         (gst_udpsrc_create), (gst_udpsrc_set_property),
8869         (gst_udpsrc_get_property), (gst_udpsrc_start):
8870         * gst/udp/gstudpsrc.h:
8871         Added "buffer-size" property to control the kernel receive buffer size.
8872         Update documentation.
8873         Small cleanups. Fixes #348752.
8874         API: buffer-size property
8875
8876 2006-07-26  Wim Taymans  <wim@fluendo.com>
8877
8878         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
8879
8880         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
8881         (gst_rtp_pcma_pay_handle_buffer):
8882         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
8883         (gst_rtp_pcmu_pay_handle_buffer):
8884         Fix timestamp calculation on outgoing RTP packets.
8885         Fixes #348675.
8886
8887 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8888
8889         * ext/taglib/gstid3v2mux.cc:
8890           Fix writing of comment frames (should be COMM not TCOM),
8891           is still sub-optimal though, since we don't retain or
8892           extract the comment descriptions properly (#334375,
8893           also see #334375).
8894
8895 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8896
8897         * gst/wavparse/gstwavparse.c:
8898           #define 'fact' RIFF chunk if we are not compiling against
8899           -base CVS (we don't want to depend on -base CVS for this
8900           one define only, and also not for release order reasons).
8901
8902 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8903
8904         * ext/taglib/gstid3v2mux.cc:
8905           Handle multiple tags of the same type properly. Re-inject
8906           unparsed ID3v2 frames that we get as binary blobs from
8907           id3demux into the tag again so we don't lose information
8908           when retagging (#334375).
8909
8910 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
8911
8912         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
8913           Document newly-added properties properly, so that there is a
8914           'Since: 0.10.4' in the plugin docs. Convert some property
8915           names into canonical GObject style (GObject will do that
8916           internally anyway).
8917
8918 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
8919
8920         * gst/id3demux/id3tags.c:
8921         (id3demux_add_id3v2_frame_blob_to_taglist):
8922           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
8923           well, and add the version to the blob's buffer caps, since that
8924           information will be needed for deserialisation later on (#348644).
8925
8926 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
8927
8928         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
8929         (gst_avi_demux_parse_stream):
8930          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
8931          indentation and spacing.
8932
8933 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8934
8935         * docs/plugins/Makefile.am:
8936         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8937         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8938         * docs/plugins/gst-plugins-good-plugins.args:
8939         * docs/plugins/inspect/plugin-1394.xml:
8940         * docs/plugins/inspect/plugin-aasink.xml:
8941         * docs/plugins/inspect/plugin-alaw.xml:
8942         * docs/plugins/inspect/plugin-alpha.xml:
8943         * docs/plugins/inspect/plugin-alphacolor.xml:
8944         * docs/plugins/inspect/plugin-annodex.xml:
8945         * docs/plugins/inspect/plugin-apetag.xml:
8946         * docs/plugins/inspect/plugin-auparse.xml:
8947         * docs/plugins/inspect/plugin-autodetect.xml:
8948         * docs/plugins/inspect/plugin-avi.xml:
8949         * docs/plugins/inspect/plugin-cacasink.xml:
8950         * docs/plugins/inspect/plugin-cairo.xml:
8951         * docs/plugins/inspect/plugin-cdio.xml:
8952         * docs/plugins/inspect/plugin-cutter.xml:
8953         * docs/plugins/inspect/plugin-debug.xml:
8954         * docs/plugins/inspect/plugin-dv.xml:
8955         * docs/plugins/inspect/plugin-efence.xml:
8956         * docs/plugins/inspect/plugin-effectv.xml:
8957         * docs/plugins/inspect/plugin-esdsink.xml:
8958         * docs/plugins/inspect/plugin-flac.xml:
8959         * docs/plugins/inspect/plugin-flxdec.xml:
8960         * docs/plugins/inspect/plugin-gconfelements.xml:
8961         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8962         * docs/plugins/inspect/plugin-goom.xml:
8963         * docs/plugins/inspect/plugin-halelements.xml:
8964         * docs/plugins/inspect/plugin-icydemux.xml:
8965         * docs/plugins/inspect/plugin-id3demux.xml:
8966         * docs/plugins/inspect/plugin-jpeg.xml:
8967         * docs/plugins/inspect/plugin-level.xml:
8968         * docs/plugins/inspect/plugin-matroska.xml:
8969         * docs/plugins/inspect/plugin-mulaw.xml:
8970         * docs/plugins/inspect/plugin-multipart.xml:
8971         * docs/plugins/inspect/plugin-navigationtest.xml:
8972         * docs/plugins/inspect/plugin-ossaudio.xml:
8973         * docs/plugins/inspect/plugin-png.xml:
8974         * docs/plugins/inspect/plugin-rtp.xml:
8975         * docs/plugins/inspect/plugin-rtsp.xml:
8976         * docs/plugins/inspect/plugin-shout2send.xml:
8977         * docs/plugins/inspect/plugin-smpte.xml:
8978         * docs/plugins/inspect/plugin-speex.xml:
8979         * docs/plugins/inspect/plugin-udp.xml:
8980         * docs/plugins/inspect/plugin-videobalance.xml:
8981         * docs/plugins/inspect/plugin-videobox.xml:
8982         * docs/plugins/inspect/plugin-videoflip.xml:
8983         * docs/plugins/inspect/plugin-videomixer.xml:
8984         * docs/plugins/inspect/plugin-wavenc.xml:
8985         * docs/plugins/inspect/plugin-wavparse.xml:
8986         * docs/plugins/inspect/plugin-ximagesrc.xml:
8987           Update files to CVS/Prerelease version, add esdsink docs.
8988
8989         * ext/esd/esdsink.c:
8990           Add gtk-doc blurb.
8991
8992         * gst/rtp/gstrtpmp4vpay.c:
8993           Fix typo in element description.
8994
8995 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8996
8997         * ext/esd/esdsink.c: (gst_esdsink_open),
8998         (gst_esdsink_factory_init):
8999           Prevent libesd from auto-spawning a sound daemon if it
9000           is not already running. Now that we don't do evil stuff
9001           like that any longer we can give esdsink a rank so that
9002           autoaudiosink will try it as well if all other audio
9003           sinks fail (#343051).
9004
9005 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9006
9007         * ext/esd/Makefile.am:
9008           Oops, need to remove README from EXTRA_DIST as well.
9009
9010 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9011
9012         * ext/esd/README:
9013           Remove, it contains nothing useful anyway.
9014
9015         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
9016         (gst_esdsink_delay):
9017           Some small clean-ups; use GST_BOILERPLATE etc.
9018
9019 2006-07-24  Wim Taymans  <wim@fluendo.com>
9020
9021         * gst/law/alaw-decode.c: (alawdec_getcaps):
9022         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
9023         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
9024         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
9025         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
9026
9027 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
9028
9029         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
9030         (gst_wavparse_other), (gst_wavparse_perform_seek),
9031         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
9032         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
9033         (gst_wavparse_pad_query):
9034         * gst/wavparse/gstwavparse.h:
9035           Use information from 'fact' chunk for length calculation of compressed
9036           samples. Calculate bps if bogus value is found in wav header (embeded
9037           mp2/mp3).
9038           
9039
9040 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9041
9042         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
9043
9044         * configure.ac:
9045         * gst/udp/Makefile.am:
9046         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
9047         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
9048         * gst/udp/gstdynudpsink.h:
9049         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
9050         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
9051         * gst/udp/gstmultiudpsink.h:
9052         * gst/udp/gstudp.c: (plugin_init):
9053         * gst/udp/gstudpsink.h:
9054         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
9055         (gst_udpsrc_start), (gst_udpsrc_stop):
9056         * gst/udp/gstudpsrc.h:
9057         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
9058         (gst_udp_net_utils_win32_wsa_startup):
9059         * gst/udp/gstudpnetutils.h:
9060           Port udp plugin to win32 (#345288).
9061
9062 2006-07-24  Wim Taymans  <wim@fluendo.com>
9063
9064         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
9065         Remove unwanted DEBUG line.
9066
9067 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9068
9069         * gst/id3demux/gstid3demux.c: (plugin_init):
9070         * gst/id3demux/id3tags.c:
9071         (id3demux_add_id3v2_frame_blob_to_taglist):
9072         * gst/id3demux/id3tags.h:
9073           On second thought, it might be wiser and more efficient
9074           not to do tag registration from a streaming thread.
9075
9076 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9077
9078         * gst/id3demux/id3tags.c:
9079         (id3demux_add_id3v2_frame_blob_to_taglist),
9080         (id3demux_id3v2_frames_to_tag_list):
9081           Put ID3v2 frames we can't parse as binary blobs into private
9082           tags, so that they are not lost when retagging, at least once
9083           id3v2mux has been taught to re-inject those frames again.
9084           See bug #334375.
9085
9086 2006-07-21  Wim Taymans  <wim@fluendo.com>
9087
9088         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9089         (gst_avi_demux_process_next_entry):
9090         Fix some leaks.
9091
9092         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
9093         Don't use \n in debug lines.
9094
9095 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
9096
9097         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9098         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9099           Add annodex and icydemux, cleanup the sections a bit
9100
9101 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
9102
9103         Patch by: Alex Lancaster <alexl at users sourceforge net>
9104
9105         * ext/taglib/gstid3v2mux.cc:
9106           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
9107           ID3v2 TSSE frames (#347898).
9108
9109 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
9110
9111         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
9112           Respect mpegversion for "video/mpeg" and give message in case of
9113           unhandled versions.
9114
9115 2006-07-17  Wim Taymans  <wim@fluendo.com>
9116
9117         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
9118         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
9119         (gst_pngdec_chain), (gst_pngdec_sink_event),
9120         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
9121         (gst_pngdec_sink_activate_push):
9122         * ext/libpng/gstpngdec.h:
9123         Use statically allocated segment instead of leaking.
9124         Various cleanups.
9125         Fix flush and seek handling.
9126
9127 2006-07-16  Wim Taymans  <wim@fluendo.com>
9128
9129         * gst/rtp/Makefile.am:
9130         * gst/rtp/gstrtp.c: (plugin_init):
9131         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
9132         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
9133         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
9134         (gst_rtp_mp4g_depay_set_property),
9135         (gst_rtp_mp4g_depay_get_property),
9136         (gst_rtp_mp4g_depay_change_state),
9137         (gst_rtp_mp4g_depay_plugin_init):
9138         * gst/rtp/gstrtpmp4gdepay.h:
9139         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
9140         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
9141         (gst_rtp_mp4g_pay_flush):
9142         Added simple generic mpeg4 depayloader.
9143         Fix generic mpeg4 payloader.
9144
9145 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
9146
9147         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
9148           Don't try doing state changes on a NULL pointer.
9149
9150 2006-07-14  Wim Taymans  <wim@fluendo.com>
9151
9152         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
9153
9154         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
9155         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
9156         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9157         * gst/rtp/gstrtpamrdepay.h:
9158         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
9159         Fixes #321191
9160
9161 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9162
9163         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9164         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
9165         Fix segfault when moving mouse pointer to the bottom right corner.
9166
9167 2006-07-12  Wim Taymans  <wim@fluendo.com>
9168
9169         * gst/rtp/Makefile.am:
9170         * gst/rtp/gstrtp.c: (plugin_init):
9171         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
9172         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
9173         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
9174         (gst_rtp_mp2t_depay_set_property),
9175         (gst_rtp_mp2t_depay_get_property),
9176         (gst_rtp_mp2t_depay_change_state),
9177         (gst_rtp_mp2t_depay_plugin_init):
9178         * gst/rtp/gstrtpmp2tdepay.h:
9179         Added mpeg2 TS depayloader. Closing #347234.
9180
9181 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
9182
9183         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
9184           Remove g_assert that shouldn't be there and was triggered
9185           after trying to open a device that doesn't exist or can't
9186           be opened for some other reason (#347972).
9187
9188 2006-07-10  Edward Hervey  <edward@fluendo.com>
9189
9190         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9191         (gst_avi_demux_stream_header), (push_tag_lists):
9192         * gst/avi/gstavidemux.h:
9193         Don't push tag events found by gst_riff_parse_info() before outputting
9194         GST_EVENT_NEWSEGMENT.
9195
9196 2006-07-10  Wim Taymans  <wim@fluendo.com>
9197
9198         * gst/rtsp/Makefile.am:
9199         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
9200         (rtsp_connection_close):
9201         * gst/rtsp/rtspdefs.h:
9202         replaced closesocket and close in code with one CLOSE_SOCKET. 
9203         Some more cleanups. Fixes #345301.
9204
9205 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
9206
9207         * gst/autodetect/gstautoaudiosink.c:
9208           Fix example pipeline in docs.
9209
9210 2006-07-10  Wim Taymans  <wim@fluendo.com>
9211
9212         Patch by: Rob Taylor <robtaylor at floopily dot org>
9213
9214         * gst/udp/gstmultiudpsink.c: (join_multicast),
9215         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
9216         If a destination is added before the stream is set to PAUSED, the
9217         multicast group is not joined as the socket is not created yet. 
9218         Also TTL and LOOP should also be set. Fixes #346921.
9219
9220 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9221
9222         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9223         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9224         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
9225         (gst_ximage_src_init):
9226         * sys/ximage/gstximagesrc.h:
9227         Fix use-damage property to actually work :)
9228         Add startx, starty, endx, endy properties so screencasts other than full
9229         screen ones can work.
9230
9231 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9232
9233         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9234         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9235         (gst_ximage_src_class_init), (gst_ximage_src_init):
9236         * sys/ximage/gstximagesrc.h:
9237         Add use_damage property to offer ability to choose whether to use
9238         XDamage or not.
9239
9240 2006-07-07  Wim Taymans  <wim@fluendo.com>
9241
9242         * gst/goom/filters.c: (zoomFilterSetResolution):
9243         Avoid goom coredumping by clearing memory. 
9244         Fixes 345679.
9245
9246 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
9247
9248         * win32/vs6/libgstid3demux.dsp:
9249         Add a link to libgsttag-0.10.lib.
9250
9251 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9252
9253         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9254         (gst_tag_demux_read_range):
9255         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9256         (gst_id3demux_read_range):
9257           Don't return FLOW_UNEXPECTED when a buffer is before
9258           the start of the stream (which might happen with
9259           large ID3v2 tags if the tag reading was done pullrange
9260           based and we then switched to push mode later on).
9261           Fixes regression introduced by commit from June 29th.
9262
9263 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9264
9265         * ext/taglib/gstid3v2mux.cc:
9266           Make UTF-8 the default encoding when writing string
9267           tags (before, our UTF-8 strings would automatically
9268           be converted to ISO-8859-1 by taglib and written as
9269           ISO-8859-1 fields if that was possible).
9270
9271         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
9272         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
9273         (test_taglib_id3mux_with_tags):
9274           Add test case that makes sure our UTF-8 strings have
9275           actually been written into the tag as UTF-8.
9276
9277 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9278
9279         * configure.ac:
9280           Let's try that again.
9281
9282 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9283
9284         * configure.ac:
9285           Disable monoscope plugin for now until it fulfills
9286           all the requirements.
9287
9288 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9289
9290         * configure.ac:
9291         * gst/monoscope/Makefile.am:
9292         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
9293         (gst_monoscope_class_init), (gst_monoscope_init),
9294         (gst_monoscope_finalize), (gst_monoscope_reset),
9295         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
9296         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
9297         (gst_monoscope_sink_event), (gst_monoscope_src_event),
9298         (gst_monoscope_change_state), (plugin_init):
9299         * gst/monoscope/gstmonoscope.h:
9300           Port monoscope visualisation to 0.10.
9301
9302 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9303
9304         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
9305         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
9306           Return FLOW_UNEXPECTED when at the end of the file, not
9307           FLOW_ERROR. Fixes 'internal stream error' errors that
9308           would sometimes occur in totem when scrubbing to the
9309           end of an ID3v1 tagged mp3 file.
9310
9311 2006-07-03  Edward Hervey  <edward@fluendo.com>
9312
9313         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
9314         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
9315         (gst_pngdec_sink_event), (gst_pngdec_change_state):
9316         * ext/libpng/gstpngdec.h:
9317         Implement buffer clipping/dropping using GstSegment.
9318         This provides accurate seeking.
9319
9320 2006-07-03  Edward Hervey  <edward@fluendo.com>
9321
9322         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9323         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
9324         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
9325         (gst_avi_demux_process_next_entry), (push_tag_lists),
9326         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
9327         * gst/avi/gstavidemux.h:
9328         Proper aggregation of each stream's GstFlowReturn in order to figure out
9329         whether the task should stop or not.
9330         Don't send inline events before pushing out a NEW_SEGMENT, more
9331         specifically for GST_TAG_EVENT.
9332         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
9333         sub-indexes.
9334
9335 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
9336
9337         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9338
9339         * sys/sunaudio/gstsunaudiomixerctrl.c:
9340         (gst_sunaudiomixer_ctrl_build_list):
9341           Move "Monitor" slider to input tab so it works more like
9342           sdtaudiocontrol, which is what people on Solaris are used
9343           to using for their mixer program (#346259).
9344
9345 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9346
9347         * tests/check/elements/level.c: (GST_START_TEST):
9348           fix a leak, clean up at the end
9349
9350 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9351
9352         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9353         (gst_matroska_demux_send_event),
9354         (gst_matroska_demux_loop_stream_parse_id):
9355         * gst/matroska/matroska-ids.h:
9356           Send tag event after newsegment event.
9357
9358 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9359
9360         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9361         (gst_id3demux_read_range):
9362           Make sure we don't return GST_FLOW_OK with a NULL buffer in
9363           certain cases where a read beyond the end of the file is
9364           requested. Fixes #345930.
9365
9366         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9367         (gst_tag_demux_read_range):
9368           Fix same issue here as well.
9369
9370 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9371
9372         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
9373         
9374         Fix hypothetical crash.
9375
9376 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
9377
9378         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9379
9380         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
9381           Do not modify the ports value. If the user has turned off the
9382           built-in speakers, then we should not reset it in the prepare
9383           function, since this causes the built-in speakers to turn
9384           back on anytime the user changes a track in totem, rhythmbox,
9385           etc. (#346066).
9386
9387 2006-06-23  Wim Taymans  <wim@fluendo.com>
9388
9389         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
9390         Fix double caps unref when negotiation fails.
9391
9392 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9393
9394         * ext/annodex/gstcmmldec.c:
9395         * ext/annodex/gstcmmlenc.c:
9396         * ext/annodex/gstcmmlparser.c:
9397         * ext/dv/gstdvdec.c:
9398         * ext/dv/gstdvdemux.c:
9399         * ext/gdk_pixbuf/pixbufscale.c:
9400         * ext/jpeg/gstjpegenc.c:
9401         * ext/jpeg/gstsmokedec.c:
9402         * ext/jpeg/gstsmokeenc.c:
9403         * ext/libpng/gstpngdec.c:
9404         * ext/libpng/gstpngenc.c:
9405         * ext/speex/gstspeexenc.c:
9406         * gst/alpha/gstalphacolor.c:
9407         * gst/cutter/gstcutter.c:
9408         * gst/debug/gstnavigationtest.c:
9409         * gst/icydemux/gsticydemux.c:
9410         * gst/level/gstlevel.c:
9411         * gst/multipart/multipart.c:
9412         * gst/rtp/gstrtpamrpay.c:
9413         * gst/rtp/gstrtpdepay.c:
9414         * gst/rtp/gstrtpilbcpay.c:
9415         * gst/rtp/gstrtpmp4gpay.c:
9416         * gst/rtp/gstrtpmp4vpay.c:
9417         * gst/rtsp/gstrtpdec.c:
9418         * gst/rtsp/gstrtspsrc.c:
9419         * gst/udp/gstdynudpsink.c:
9420         * gst/udp/gstmultiudpsink.c:
9421         * gst/udp/gstudpsrc.c:
9422         * gst/videobox/gstvideobox.c:
9423         * gst/videofilter/gstvideoflip.c:
9424           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
9425           plus two minor macro fixes.
9426
9427 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9428
9429         * gst/matroska/matroska-demux.c:
9430         (gst_matroska_demux_check_subtitle_buffer),
9431         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9432         (gst_matroska_demux_subtitle_caps):
9433         * gst/matroska/matroska-ids.c:
9434         (gst_matroska_track_init_subtitle_context):
9435         * gst/matroska/matroska-ids.h:
9436           Try to fix up broken matroska files containing subtitle
9437           streams with non-UTF8 character encodings (courtesy of
9438           mkvmerge) using either the encoding specified in the
9439           GST_SUBTITLE_ENCODING environment variable or the
9440           current locale's character set if it is non-UTF8.
9441           Fixes #337076.
9442
9443 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9444
9445         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
9446           Set image type from APIC frame as "image-type" field
9447           of GST_TAG_IMAGE buffer caps (#344605).
9448
9449 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
9450
9451         * ext/flac/Makefile.am:
9452         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
9453         (gst_flac_dec_reset_decoders),
9454         (gst_flac_dec_setup_seekable_decoder),
9455         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
9456         (gst_flac_dec_metadata_callback),
9457         (gst_flac_dec_metadata_callback_seekable),
9458         (gst_flac_dec_metadata_callback_stream),
9459         (gst_flac_dec_error_callback),
9460         (gst_flac_dec_error_callback_seekable),
9461         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
9462         (gst_flac_dec_read_stream), (gst_flac_dec_write),
9463         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
9464         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
9465         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
9466         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
9467         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
9468         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
9469         (gst_flac_dec_sink_activate_push),
9470         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
9471         * ext/flac/gstflacdec.h:
9472           Support chain-based operation, should make flac-over-DAAP
9473           work (#340492).
9474
9475 2006-06-20  Wim Taymans  <wim@fluendo.com>
9476
9477         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9478         Doc updates, merge some unused symbols.
9479
9480 2006-06-20  Wim Taymans  <wim@fluendo.com>
9481
9482         * docs/plugins/Makefile.am:
9483         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9484         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9485         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
9486         * gst/rtsp/gstrtspsrc.c:
9487         * gst/rtsp/gstrtspsrc.h:
9488         Added documentation for the rtsp plugin. Fixes #345393.
9489
9490 2006-06-20  Wim Taymans  <wim@fluendo.com>
9491
9492         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9493         (rtsp_connection_close), (rtsp_connection_free):
9494         Use better G_OS_* macros. Fixes #345301 some more.
9495
9496 2006-06-20  Wim Taymans  <wim@fluendo.com>
9497
9498         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9499
9500         * sys/sunaudio/Makefile.am:
9501         * sys/sunaudio/gstsunaudio.c: (plugin_init):
9502         * sys/sunaudio/gstsunaudiomixerctrl.c:
9503         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
9504         (gst_sunaudiomixer_ctrl_list_tracks),
9505         (gst_sunaudiomixer_ctrl_get_volume),
9506         (gst_sunaudiomixer_ctrl_set_volume),
9507         (gst_sunaudiomixer_ctrl_set_mute),
9508         (gst_sunaudiomixer_ctrl_set_record):
9509         * sys/sunaudio/gstsunaudiomixerctrl.h:
9510         * sys/sunaudio/gstsunaudiomixertrack.c:
9511         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
9512         * sys/sunaudio/gstsunaudiomixertrack.h:
9513         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
9514         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
9515         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
9516         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
9517         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
9518         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
9519         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
9520         (gst_sunaudiosrc_reset):
9521         * sys/sunaudio/gstsunaudiosrc.h:
9522         Add a SunAudio source plugin.
9523         Support stereo and right/left channel gain in the mixer plugin.
9524         Support the RECORD flag so that you can switch between line-input and
9525         microphone in gnome-volume-control.
9526         Code cleanups like using an enumerator for track number instead of an 
9527         integer. Fixes #344923.
9528
9529 2006-06-20  Wim Taymans  <wim@fluendo.com>
9530
9531         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
9532
9533         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9534         (rtsp_connection_close):
9535         Make RTSP plugin compile on windows. Fixes #345301.
9536         Some changes to original patch to catch errors better.
9537         use ifdef WIN32 instead of ifndef.
9538
9539 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9540
9541         * configure.ac:
9542         If we have libraw1394 >= 1.2.1, then we need libiec61883.
9543
9544 2006-06-18  Edward Hervey  <edward@fluendo.com>
9545
9546         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
9547         After a failed buffer alloc, we need to abort the jpeg decoding (it
9548         started when parsing headers to figure out how many bytes we need
9549         to request downstream).
9550
9551 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
9552
9553         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9554
9555         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
9556           Make sure we don't read beyond the end of the file (#345232).
9557
9558 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9559
9560         * configure.ac:
9561           Fix --disable-external (can't set conditionals conditionally,
9562           #343602).
9563
9564 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9565
9566         * autogen.sh:
9567         * configure.ac:
9568         * docs/Makefile.am:
9569           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
9570
9571         * docs/plugins/Makefile.am:
9572         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9573         * docs/plugins/inspect/plugin-taglib.xml:
9574           Add/fix apev2mux docs.
9575
9576 2006-06-14  Wim Taymans  <wim@fluendo.com>
9577
9578         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
9579         (gst_dvdec_finalize), (gst_dvdec_sink_event),
9580         (gst_dvdec_change_state):
9581         Reset segment info on flush.
9582         Alloc segment in _init, free in _finalize.
9583
9584         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
9585         Don't send segments twice.
9586
9587 2006-06-14  Wim Taymans  <wim@fluendo.com>
9588
9589         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
9590         Respect segment.stop. Fixes #342592.
9591
9592 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9593
9594         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
9595           No language specified means the implied language is English
9596           according to the matroska spec (partially fixes #344708);
9597           add some more debug output.
9598
9599 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9600
9601         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
9602         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
9603         (gst_wavparse_chain):
9604           When operating chain-based, don't make any assumptions about the
9605           chunking of the incoming data and make streaming work on days other
9606           than the second Thursday after a full moon. Also fix up debug
9607           messages here and there and make use of the most excellent new
9608           gst_pad_query_peer_duration() utility function.
9609           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
9610
9611         * gst/wavparse/gstwavparse.h:
9612           Remove trailing comma after last enum value, some compilers don't
9613           like that.
9614
9615 2006-06-13  Wim Taymans  <wim@fluendo.com>
9616
9617         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
9618         Handle premature EOS gracefully.
9619
9620 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
9621
9622         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
9623           Prevent out of bounds array access when scrubbing towards
9624           the end of the file between the last index entry and the
9625           end. Fixes occasional 'start <= stop' newsegment event
9626           assertions when scrubbing in MJPEG files.
9627
9628 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
9629
9630         * tests/check/elements/.cvsignore:
9631           And another one.
9632
9633 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9634
9635         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9636         (scan_encoded_string), (parse_picture_frame):
9637           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
9638
9639         * configure.ac:
9640           Require core >= 0.10.8 (for GST_TAG_IMAGE and
9641           GST_TAG_PPEVIEW_IMAGE used in the patch above).
9642
9643 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9644
9645         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
9646           gratuitous comment changes
9647         * tests/check/elements/level.c: (GST_START_TEST):
9648           fix level test leaks
9649
9650 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9651
9652         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
9653         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
9654           Use gst_pad_query_peer_duration() utility function here.
9655
9656 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9657
9658         * autogen.sh:
9659           require am17
9660         * configure.ac:
9661         * ext/annodex/Makefile.am:
9662         * ext/cdio/Makefile.am:
9663         * ext/dv/Makefile.am:
9664         * ext/esd/Makefile.am:
9665         * ext/flac/Makefile.am:
9666         * ext/gdk_pixbuf/Makefile.am:
9667         * ext/ladspa/Makefile.am:
9668         * ext/libcaca/Makefile.am:
9669         * ext/speex/Makefile.am:
9670         * ext/taglib/Makefile.am:
9671         * sys/oss/Makefile.am:
9672         * sys/sunaudio/Makefile.am:
9673         * sys/ximage/Makefile.am:
9674           clean up build further
9675
9676 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9677
9678         * gconf/Makefile.am:
9679           Honour --disable-schemas-install configure option. Fixes #344100.
9680
9681 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9682
9683         * tests/examples/level/Makefile.am:
9684           Add -lm to LIBS for pow() function, don't assume one of our
9685           dependencies (such as libxml-2.0) drags it in automatically
9686           (#343603).
9687
9688 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9689
9690         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
9691
9692         * configure.ac:
9693           We should use $SED and not $(SED) in configure.ac (#343678).
9694
9695 2006-06-09  Wim Taymans  <wim@fluendo.com>
9696
9697         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9698
9699         * sys/sunaudio/gstsunaudiomixerctrl.c:
9700         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
9701         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
9702         (gst_sunaudiomixer_ctrl_set_mute):
9703         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
9704         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
9705         (gst_sunaudiosink_write):
9706         Attached find a patch that fixes a number of bugs with the SunAudio
9707         mixer plugin and fixes #344101:
9708         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
9709            tracks onto the tracklist causing gnome-volume-control's preferences
9710            dialog to be messed up and would core dump if you checked/unchecked
9711            any item.
9712         2. We weren't previously setting the MUTE flag properly.  Fixing this
9713            makes gnome-volume-control work better.
9714         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
9715            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
9716            gnome-volume-control look better.
9717         Also some minor cleanup in gstsunaudiosink.c.
9718
9719 2006-06-09  Wim Taymans  <wim@fluendo.com>
9720
9721         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
9722         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
9723         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
9724         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
9725         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
9726         * ext/jpeg/gstjpegdec.h:
9727         API: Added IDCT method property
9728         Small cleanups.
9729         Avoid dynamic allocation of trivial fixed structure.
9730         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
9731
9732 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9733
9734         * configure.ac:
9735         We now require libraw1394 >= 1.1.0 and that version onwards all
9736         have .pc files.
9737
9738 2006-06-02  Edward Hervey  <edward@fluendo.com>
9739
9740         * gst/law/alaw-decode.c: (alawdec_getcaps): 
9741         Trying to get items from an ANY or EMPTY caps is ... stupid.
9742
9743 2006-06-02  Edward Hervey  <edward@fluendo.com>
9744
9745         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
9746         (gst_dvdec_chain), (gst_dvdec_change_state):
9747         * ext/dv/gstdvdec.h:
9748         Added GstSegment handling, now implements dropping/clipping.
9749
9750 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
9751
9752         * ext/aalib/gstaasink.h:
9753         * ext/annodex/gstcmmldec.h:
9754         * ext/cairo/gsttimeoverlay.h:
9755         * ext/dv/gstdvdec.h:
9756         * ext/dv/gstdvdemux.h:
9757         * ext/esd/esdmon.h:
9758         * ext/esd/esdsink.h:
9759         * ext/flac/gstflacenc.h:
9760         * ext/gconf/gstgconfaudiosink.h:
9761         * ext/gconf/gstgconfaudiosrc.h:
9762         * ext/gconf/gstgconfvideosink.h:
9763         * ext/gconf/gstgconfvideosrc.h:
9764         * ext/gdk_pixbuf/gstgdkanimation.h:
9765         * ext/gdk_pixbuf/pixbufscale.h:
9766         * ext/hal/gsthalaudiosink.h:
9767         * ext/hal/gsthalaudiosrc.h:
9768         * ext/jpeg/gstjpegenc.h:
9769         * ext/jpeg/gstsmokedec.h:
9770         * ext/jpeg/gstsmokeenc.h:
9771         * ext/libcaca/gstcacasink.h:
9772         * ext/libmng/gstmngdec.h:
9773         * ext/libmng/gstmngenc.h:
9774         * ext/libpng/gstpngdec.h:
9775         * ext/libpng/gstpngenc.h:
9776         * ext/raw1394/gstdv1394src.h:
9777         * ext/speex/gstspeexenc.h:
9778         * gst/autodetect/gstautoaudiosink.h:
9779         * gst/autodetect/gstautovideosink.h:
9780         * gst/avi/gstavidemux.h:
9781         * gst/cutter/gstcutter.h:
9782         * gst/debug/efence.h:
9783         * gst/debug/gstnavigationtest.h:
9784         * gst/debug/gstnavseek.h:
9785         * gst/flx/gstflxdec.h:
9786         * gst/goom/gstgoom.h:
9787         * gst/icydemux/gsticydemux.h:
9788         * gst/id3demux/gstid3demux.h:
9789         * gst/law/alaw-decode.h:
9790         * gst/law/alaw-encode.h:
9791         * gst/law/mulaw-decode.h:
9792         * gst/law/mulaw-encode.h:
9793         * gst/matroska/matroska-mux.h:
9794         * gst/median/gstmedian.h:
9795         * gst/oldcore/gstaggregator.h:
9796         * gst/oldcore/gstfdsink.h:
9797         * gst/oldcore/gstmd5sink.h:
9798         * gst/oldcore/gstmultifilesrc.h:
9799         * gst/oldcore/gstpipefilter.h:
9800         * gst/oldcore/gstshaper.h:
9801         * gst/oldcore/gststatistics.h:
9802         * gst/rtp/gstasteriskh263.h:
9803         * gst/rtp/gstrtpL16depay.h:
9804         * gst/rtp/gstrtpL16pay.h:
9805         * gst/rtp/gstrtpamrdepay.h:
9806         * gst/rtp/gstrtpamrpay.h:
9807         * gst/rtp/gstrtpdepay.h:
9808         * gst/rtp/gstrtpgsmdepay.h:
9809         * gst/rtp/gstrtpgsmpay.h:
9810         * gst/rtp/gstrtph263pay.h:
9811         * gst/rtp/gstrtph263pdepay.h:
9812         * gst/rtp/gstrtph263ppay.h:
9813         * gst/rtp/gstrtpmp4gpay.h:
9814         * gst/rtp/gstrtpmp4vdepay.h:
9815         * gst/rtp/gstrtpmp4vpay.h:
9816         * gst/rtp/gstrtpmpadepay.h:
9817         * gst/rtp/gstrtpmpapay.h:
9818         * gst/rtp/gstrtppcmadepay.h:
9819         * gst/rtp/gstrtppcmapay.h:
9820         * gst/rtp/gstrtppcmudepay.h:
9821         * gst/rtp/gstrtppcmupay.h:
9822         * gst/rtp/gstrtpspeexdepay.h:
9823         * gst/rtp/gstrtpspeexpay.h:
9824         * gst/rtsp/gstrtpdec.h:
9825         * gst/rtsp/gstrtspsrc.h:
9826         * gst/smpte/gstsmpte.h:
9827         * gst/udp/gstdynudpsink.h:
9828         * gst/udp/gstmultiudpsink.h:
9829         * gst/udp/gstudpsink.h:
9830         * gst/udp/gstudpsrc.h:
9831         * gst/videofilter/gstvideobalance.h:
9832         * gst/videofilter/gstvideoflip.h:
9833         * sys/oss/gstossdmabuffer.h:
9834         * sys/oss/gstossmixerelement.h:
9835         * sys/oss/gstosssink.h:
9836         * sys/oss/gstosssrc.h:
9837         * sys/osxvideo/osxvideosink.h:
9838         * sys/sunaudio/gstsunaudiomixer.h:
9839         * sys/sunaudio/gstsunaudiosink.h:
9840         * sys/ximage/gstximagesrc.h:
9841         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
9842
9843 2006-05-31  Wim Taymans  <wim@fluendo.com>
9844
9845         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
9846         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
9847         (gst_goom_src_setcaps), (gst_goom_src_event),
9848         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
9849         (gst_goom_change_state):
9850         * gst/goom/gstgoom.h:
9851         Handle QoS.
9852         Handle flushing, discont and events.
9853         Fix timestamps and various other cleanups.
9854
9855 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9856
9857         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
9858         Fix bus reset when using libiec61883
9859
9860 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9861
9862         * configure.ac:
9863         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
9864         * ext/raw1394/Makefile.am:
9865         Add CFLAGS.
9866         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
9867         New method, to receive using libiec61883.
9868         (gst_dv1394src_iso_receive),
9869         #ifdef'd out if libiec61883 is present.
9870         (gst_dv1394src_bus_reset),
9871         Get userdata correctly if using libiec61883. 
9872         (gst_dv1394src_create),
9873         When using libiec61883, only poll one fd and no need to read.
9874         (gst_dv1394src_discover_avc_node),
9875         Replace g_warnings.
9876         (gst_dv1394src_start),
9877         Create new handle when we know which dv port.  More reliable
9878         than setting port on an existing handle.  Initialise libiec61883.
9879         (gst_dv1394src_stop):
9880         If using libiec61883, then cleanup its handle properly.
9881         * ext/raw1394/gstdv1394src.h:
9882         Add libiec61883 handle.
9883
9884 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
9885
9886         * gst/avi/gstavidemux.c:
9887           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
9888         * win32/MANIFEST:
9889           sort file listing
9890         * win32/vs6/libgstavi.dsp:
9891           add gstavimux.c to the project
9892         * win32/vs6/libgstid3demux.dsp:
9893           add link to zlib library
9894         * win32/vs6/libgstmatroska.dsp:
9895           add matroska-ids.c to the project
9896
9897 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9898
9899         Patch by: Sebastian Dröge  <mail at slomosnail de >
9900
9901         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9902         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9903         * ext/taglib/Makefile.am:
9904         * ext/taglib/gstapev2mux.cc:
9905         * ext/taglib/gstapev2mux.h:
9906         * ext/taglib/gstid3v2mux.cc:
9907         * ext/taglib/gsttaglibmux.c: (plugin_init):
9908         * ext/taglib/gsttaglibmux.h:
9909           Add apev2mux element (#343122).
9910         
9911         * tests/check/Makefile.am:
9912         * tests/check/elements/apev2mux.c:
9913         (test_taglib_apev2mux_create_tags),
9914         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
9915         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
9916         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
9917         (apev2mux_suite), (main):
9918           Add unit test for apev2mux element.
9919
9920 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9921
9922         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
9923         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
9924         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
9925           GST_PTR_FORMAT should be used to print caps in debug statements.
9926
9927 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9928
9929         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
9930
9931         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
9932         (ape_demux_parse_tags):
9933           Some clean-ups and additions: map APE 'file' tag to
9934           GST_TAG_LOCATION (#343123); add support for extracting
9935           the track count and clean up parsing a bit (#343127).
9936
9937 2006-05-28  Edward Hervey  <edward@fluendo.com>
9938
9939         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
9940         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
9941
9942 2006-05-28  Edward Hervey  <edward@fluendo.com>
9943
9944         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
9945         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
9946         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
9947         * ext/jpeg/gstjpegdec.h:
9948         Clip outgoing buffers according to currently configured segment.
9949
9950 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9951
9952         * ext/taglib/gstid3v2mux.cc:
9953           Handle  writing of track-count or album-volume-count without
9954           track-number or albume-volume-number (in this case the number
9955           will just be set to 0).
9956
9957         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
9958           It would be nice if we actually checked the values received for
9959           track/album-volume number/count in  _check_tags(), rather than
9960           setting them again ...
9961
9962 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9963
9964         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
9965           A track/volume number or count of 0 does not make sense,
9966           just ignore it along with negative numbers (a tag might
9967           only contain a track count without a track number).
9968
9969 2006-05-27  Edward Hervey  <edward@fluendo.com>
9970
9971         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
9972         (gst_jpeg_dec_sink_event):
9973         Abort decompression when receiving FLUSH_STOP. This should avoid
9974         issues when interrupting decoding with flushes.
9975
9976 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
9977
9978         * ext/flac/gstflac.c:
9979           Don't #include file we don't dist any longer.
9980
9981 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
9982
9983         * README:
9984           Replace current README (containing the release notes from
9985           some 0.9.x version) with a proper README taken from the core.
9986
9987 2006-05-24  Wim Taymans  <wim@fluendo.com>
9988
9989         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
9990         Implement EOS correctly by either posting
9991         SEGMENT_DONE or pushing an EOS message depending
9992         on the seek type. Fixes #342592
9993
9994 2006-05-24  Wim Taymans  <wim@fluendo.com>
9995
9996         * gst/law/alaw-decode.c: (gst_alawdec_chain):
9997         * gst/law/alaw-decode.h:
9998         * gst/law/alaw-encode.c: (gst_alawenc_chain):
9999         * gst/law/alaw-encode.h:
10000         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
10001         * gst/law/mulaw-decode.h:
10002         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
10003         * gst/law/mulaw-encode.h:
10004         Some cleanups in the chain functions.
10005         Remove some GStreamer 0.0.2 bits.
10006
10007 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10008
10009         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10010
10011         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
10012           gst_collect_pads_stop() needs to be called before chaining up
10013           to the parent class (#342734).
10014
10015 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10016
10017         * ext/flac/Makefile.am:
10018         * ext/flac/flac_compat.h:
10019         * ext/flac/gstflac.c:
10020         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
10021         * ext/flac/gstflacenc.c:
10022           Remove backwards compatibility cruft for dealing with FLAC API
10023           changes in the 1.0.x series - we require 1.1.1 or newer these days.
10024
10025 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10026
10027         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10028         (gst_matroska_demux_push_xiph_codec_priv_data),
10029         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
10030         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
10031         * gst/matroska/matroska-ids.h:
10032         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
10033         (gst_matroska_mux_video_pad_setcaps),
10034         (xiph3_streamheader_to_codecdata),
10035         (vorbis_streamheader_to_codecdata),
10036         (theora_streamheader_to_codecdata),
10037         (gst_matroska_mux_audio_pad_setcaps),
10038         (gst_matroska_mux_write_data):
10039           Add support for muxing/demuxing theora video (#342448; too bad
10040           none of the usual linux players can actually play this). Playback
10041           in GStreamer will require additional changes to theoradec in -base.
10042           Refactor streamheaders <=> CodecPrivateData code a bit; some small
10043           cleanups.
10044
10045 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10046
10047         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
10048         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
10049           Fix crashes when the horizontal subsampling is 1.
10050           Fixes #342097.
10051
10052 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10053
10054         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10055
10056         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
10057         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10058         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10059         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
10060         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
10061         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10062         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
10063         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10064         (gst_avi_mux_change_state):
10065         * gst/avi/gstavimux.h:
10066           Some enhancements for avimux (#342526):
10067            - add odml (large file) index support
10068            - store codec init data (e.g. huffyuv)
10069            - miscellaneous other fixes/cleanups
10070
10071 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
10072
10073         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10074         Don't output any tag when we encounter a negative track number - the
10075         tag type is uint, so we end up outputting huge positive numbers
10076         instead. (Fixes: #342029)
10077
10078 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10079
10080         * configure.ac:
10081           update for new GSTPB_PLUGINS_DIR
10082
10083 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
10084
10085         * rtp/gst/gstrtph263pay.c:
10086         Properly set static caps for H263 at 34.
10087
10088 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
10089
10090         Patch by: James "Doc" Livingston  <doclivingston gmail com>
10091
10092         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
10093           Merge event tags and tag setter tags correctly (#339918). Also,
10094           don't leak taglist in case of an error.
10095           
10096 2006-05-17  Edward Hervey  <edward@fluendo.com>
10097
10098         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
10099         We can only do caps intersection if the othercaps are non-empty and not
10100         ANY. Else we return the pad template (base_caps).
10101
10102 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
10103
10104         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10105           Fix crash when outputting debugging information for certain
10106           pictures (always good to use the right struct member for
10107           the number of records in an array).
10108
10109 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
10110
10111         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
10112
10113         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
10114         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
10115         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
10116         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
10117         (gst_ebml_read_float), (gst_ebml_read_ascii),
10118         (gst_ebml_read_binary):
10119           Don't create unnecessary sub-buffers all the time. Dramatically
10120           improves performance with multiple concurrently running
10121           matroskademux instances (#341818) (and avoids doing
10122           unnecessarily inefficient things in the general case).
10123
10124 2006-05-16  Edward Hervey  <edward@fluendo.com>
10125
10126         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
10127         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
10128         return value of gst_pad_push_event().
10129
10130 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
10131
10132         * gst/autodetect/gstautoaudiosink.c:
10133         (gst_auto_audio_sink_find_best):
10134         * gst/autodetect/gstautovideosink.c:
10135         (gst_auto_video_sink_find_best):
10136         Make the name of the child element be based on the name of the
10137         parent, so that debug output is more useful.
10138         
10139         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
10140         (parse_insert_string_field), (parse_split_strings):
10141         Rework string parsing to always walk over BOM markers in UTF16
10142         strings, using the endianness indicated by the innermost one,
10143         then trying the opposite endianness if that fails to convert
10144         to valid UTF-8. Fixes #341774
10145
10146 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10147
10148         Patch from: Matthieu <matthieu at fluendo dot com>
10149
10150         * ext/libpng/Makefile.am:
10151         Add LIBPNG_CFLAGS.
10152
10153 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10154
10155         * ext/taglib/gstid3v2mux.cc:
10156           Add support for writing images (APIC frames) into ID3v2
10157           tags (picture type always set to 'other' for now though).
10158
10159 2006-05-14  Michael Smith  <msmith@fluendo.com>
10160
10161         * gst/wavparse/gstwavparse.c:
10162           Update docs; wavparse implements push and pull modes.
10163
10164 2006-05-12  Wim Taymans  <wim@fluendo.com>
10165
10166         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
10167         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
10168         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
10169         Ooops, bitten by the copy-and-paste design paradigm, fixes
10170         seek again.
10171
10172 2006-05-12  Wim Taymans  <wim@fluendo.com>
10173
10174         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10175         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
10176         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
10177         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10178         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
10179         (gst_avi_demux_massage_index),
10180         (gst_avi_demux_calculate_durations_from_index),
10181         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
10182         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10183         (gst_avi_demux_loop):
10184         * gst/avi/gstavidemux.h:
10185         Some cleanups, prepare to use GstSegment.
10186         Fix error in entry walking code.
10187         Fix VBR detection.
10188         Smarter timestamp calculation code.
10189         Uniform error/eos handling.
10190
10191 2006-05-12  Michael Smith  <msmith@fluendo.com>
10192
10193         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
10194         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
10195           Fix use of uninitialised values if we're NOT seeking in ready.
10196           Fix typos.
10197
10198 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
10199
10200         * gst/wavparse/Makefile.am:
10201           Add CFLAGS and LIBS for libgstbase, fixes build on
10202           Cygwin (#341489).
10203
10204 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10205
10206         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
10207           Some more debug info. No need to check whether the string
10208           returned by g_convert() is really UTF-8 - either it is or
10209           we get NULL returned.
10210
10211 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
10212
10213         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
10214           Fix parsing of numeric genre strings some more, by ensuring that
10215           we only try and parse strings that a) Start with '(' and b) Consist
10216           only of digits.
10217           Also, when finding an escaping '((' sequence, bust it back to '(' by
10218           swallowing the first parenthesis
10219
10220 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10221
10222         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
10223         (gst_esdsink_open), (gst_esdsink_close):
10224         * ext/esd/esdsink.h:
10225           Move the esd_get_server_info() into gst_esdsink_open() and fail
10226           with a decent error message on errors.
10227
10228 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10229
10230         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
10231         (gst_esdmon_channels_get_type):
10232         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
10233         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
10234         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
10235         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
10236         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
10237         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
10238         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
10239         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
10240         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
10241         * gst/videomixer/videomixer.c:
10242         (gst_video_mixer_background_get_type):
10243           Const-ify GEnumValue arrays.
10244
10245 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10246
10247         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
10248
10249         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
10250         (gst_avi_mux_do_video_buffer):
10251           Work around gst_buffer_make_metadata_writable() bug that
10252           results in avimux marking all frames in the index as
10253           keyframes (#340859).
10254           
10255 2006-05-08  Wim Taymans  <wim@fluendo.com>
10256
10257         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10258         Make parsing of urls suck slightly less.
10259
10260 2006-05-08  Edward Hervey  <edward@fluendo.com>
10261
10262         * autogen.sh: (CONFIGURE_DEF_OPT): 
10263         libtoolize on Darwin/MacOSX is called glibtoolize.
10264
10265 2006-05-08  Wim Taymans  <wim@fluendo.com>
10266
10267         Patch by: Jens Granseuer <jensgr at gmx dot net>
10268
10269         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
10270         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
10271         C89 compliance fixes. Fixes #340980
10272
10273 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
10274
10275         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10276         * ext/flac/gstflacdec.h:
10277           Handle segment seeks that include the end of the file as stop point
10278           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
10279           message instead of an EOS event in case we're in segment seek
10280           mode (fixes #340699).
10281           
10282 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
10283
10284         * ext/cairo/gsttextoverlay.c:
10285         * ext/flac/gstflacdec.c:
10286         * ext/gdk_pixbuf/pixbufscale.c:
10287         * gst/apetag/gstapedemux.c:
10288         * gst/debug/breakmydata.c:
10289         * gst/debug/testplugin.c:
10290         * gst/matroska/ebml-write.c:
10291         * gst/multipart/multipartdemux.c:
10292         * sys/osxaudio/gstosxaudiosink.c:
10293         * sys/osxaudio/gstosxaudiosrc.c:
10294         Add semicolons after GST_BOILERPLATE[_FULL] so that
10295         indent doesn't mess up following lines.
10296
10297 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
10298
10299         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
10300
10301         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
10302           Don't leak caps when freeing the stream context (#340623).
10303
10304 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
10305
10306         * configure.ac:
10307           Back to CVS
10308
10309 === release 0.10.3 ===
10310
10311 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
10312
10313         * configure.ac:
10314           releasing 0.10.3, "Desplazado"
10315
10316 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10317
10318         * gst/matroska/matroska-mux.c:
10319         (gst_matroska_mux_stream_is_vorbis_header),
10320         (gst_matroska_mux_write_data):
10321           Don't strcmp() NULL strings.
10322           Only start new clusters on video keyframes, not on any
10323           random audio buffer that doesn't have the DELTA_UNIT
10324           flag set (fixes 'make check' again).
10325
10326 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10327
10328         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10329
10330         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
10331         (gst_matroska_mux_stream_is_vorbis_header),
10332         (gst_matroska_mux_write_data):
10333           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
10334           value and then dead-lock when muxing vorbis audio streams
10335           (the three vorbis header buffers carry no timestamp, and it
10336           would try to mux these after all video buffers). Fixes #340346.
10337
10338           Improve clustering: start a new cluster also whenever we get
10339           a keyframe.     
10340
10341 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10342
10343         * win32/common/config.h:
10344         * win32/MANIFEST
10345           add the generated file as well
10346
10347 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10348
10349         * Makefile.am:
10350         * configure.ac:
10351         * win32/common/config.h.in:
10352           add win32 stuff
10353
10354 2006-05-03  Michael Smith  <msmith@fluendo.com>
10355
10356         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
10357           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
10358           SUCKS.
10359
10360 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
10361
10362         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10363         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10364         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10365           don't leak caps-string
10366
10367 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10368
10369         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
10370         (gst_id3demux_sink_activate):
10371           Let core insert default error message for TYPE_NOT_FOUND
10372           errors, it's just as good as our own and has the added
10373           bonus of being translated.
10374
10375 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10376
10377         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
10378         (gst_tag_demux_sink_event):
10379         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
10380         (gst_id3demux_sink_event):
10381           Post an error message when we get an EOS event and were not
10382           able to find out the type of stream.
10383
10384         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
10385         (test_taglib_id3mux_with_tags):
10386           Decrease num-buffers to 16 per iteration again, otherwise the
10387           many memcpy()s and reallocations in the test will hammer slow
10388           CPUs completely and make the test timeout.
10389
10390 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10391
10392         * configure.ac:
10393           figure out where plugins-base plugins are
10394         * tests/check/Makefile.am:
10395           use plugins-base plugins, so we have typefind functions
10396         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
10397           increase num-buffers, this makes sure the test errors out instead
10398           of timing out when no typefind functions are present
10399
10400 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10401
10402         * docs/plugins/Makefile.am:
10403           also check .cc files for gtk-doc markup
10404         * configure.ac:
10405         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10406         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10407         * tests/check/Makefile.am:
10408         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
10409         * ext/Makefile.am:
10410         * ext/taglib/Makefile.am:
10411         * ext/taglib/gstid3v2mux.h:
10412         * ext/taglib/gsttaglibmux.c:
10413         * ext/taglib/gsttaglibmux.h:
10414           move taglib-based id3v2muxer to -good.  Fixes #336110.
10415
10416 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
10417
10418         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10419           ... and fix multichannel/WAVFORMATEX support again.
10420
10421 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
10422
10423         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10424         (gst_wavparse_class_init), (gst_wavparse_dispose),
10425         (gst_wavparse_reset), (gst_wavparse_init),
10426         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
10427         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
10428         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
10429         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
10430         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10431         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10432         (gst_wavparse_stream_data), (gst_wavparse_loop),
10433         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10434         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10435         (gst_wavparse_change_state), (plugin_init):
10436         * gst/wavparse/gstwavparse.h:
10437           Add push (streaming) mode to wavparse (fixes #337625)
10438
10439 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10440
10441         * configure.ac:
10442         * tests/Makefile.am:
10443           add ximagesrc icles test
10444
10445 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10446
10447         * configure.ac:
10448         * docs/plugins/Makefile.am:
10449         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10450         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10451         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
10452         (gst_cmml_enc_push_clip):
10453         * sys/Makefile.am:
10454         * sys/ximage/Makefile.am:
10455         * sys/ximage/gstximagesrc.c:
10456           Move ximagesrc plug-in to good after review.  Fixes #336756.
10457
10458 2006-04-28  Michael Smith  <msmith@fluendo.com>
10459
10460         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
10461         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
10462         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
10463         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
10464         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10465         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
10466         * gst/icydemux/gsticydemux.h:
10467           Fix event handling: cache events when typefinding and forward later.
10468
10469 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10470
10471         * sys/osxaudio/gstosxaudiosink.c:
10472         (plugin_init):
10473          Register osxaudiosrc to the plugin.
10474         * sys/osxaudio/gstosxaudiosrc.c:
10475         (gst_osx_audio_src_osxelement_do_init),
10476         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
10477         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
10478         (gst_osx_audio_src_get_property),
10479         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
10480         (gst_osx_audio_src_osxelement_init):
10481         * sys/osxaudio/gstosxaudiosrc.h:
10482           Port of osxaudiosrc to 0.10.
10483         * sys/osxaudio/Makefile.am:
10484           Add osxaudiosrc
10485
10486 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10487
10488         * sys/osxaudio/gstosxringbuffer.c:
10489         * sys/osxaudio/gstosxringbuffer.h:
10490           Forgot to commit earlier, part of the OSX audio plugin port
10491
10492 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
10493
10494         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
10495         (parse_split_strings):
10496           Recognise and skip any byte order marker (BOM) in
10497           UTF-16 strings.
10498
10499 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10500
10501         * docs/plugins/Makefile.am:
10502         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10503         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10504         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10505         * docs/plugins/inspect/plugin-avi.xml:
10506         * gst/avi/gstavidemux.c:
10507         * gst/avi/gstavimux.c:
10508           Add docs for both avidemux and avimux.
10509
10510 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10511
10512         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10513
10514         * gst/avi/Makefile.am:
10515         * gst/avi/gstavi.c: (plugin_init):
10516         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
10517         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
10518         (gst_avi_mux_class_init), (gst_avi_mux_init),
10519         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10520         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
10521         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
10522         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10523         (gst_avi_mux_riff_get_avix_header),
10524         (gst_avi_mux_riff_get_video_header),
10525         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
10526         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
10527         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10528         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
10529         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
10530         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
10531         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10532         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
10533         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
10534         (gst_avi_mux_change_state):
10535         * gst/avi/gstavimux.h:
10536           Port AVI muxer to GStreamer-0.10 (#332031).
10537
10538         * tests/check/Makefile.am:
10539         * tests/check/elements/avimux.c:
10540         * tests/check/elements/.cvsignore:
10541           Add unit test for AVI muxer.
10542
10543 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
10544
10545         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10546         (gst_wavparse_class_init), (gst_wavparse_reset),
10547         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10548         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10549         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10550         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10551         (gst_wavparse_stream_data), (gst_wavparse_loop),
10552         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
10553         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
10554         (plugin_init):
10555         * gst/wavparse/gstwavparse.h:
10556           reverted patch #337625 for the price of 1 hour sleep
10557
10558 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10559
10560         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10561         (gst_wavparse_class_init), (gst_wavparse_reset),
10562         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10563         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
10564         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10565         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10566         (gst_wavparse_stream_data), (gst_wavparse_loop),
10567         (gst_wavparse_chain), (plugin_init):
10568         * gst/wavparse/gstwavparse.h:
10569           correct partial implementation of push mode
10570           (from my last commit)
10571
10572 2006-04-26  Wim Taymans  <wim@fluendo.com>
10573
10574         * ext/esd/esdsink.c:
10575         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
10576         it is not in esd.h
10577
10578 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
10579
10580         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
10581         (gst_au_parse_class_init), (gst_au_parse_init),
10582         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
10583         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
10584         (gst_au_parse_chain), (gst_au_parse_src_convert),
10585         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
10586         (gst_au_parse_sink_event), (gst_au_parse_src_event),
10587         (gst_au_parse_change_state):
10588         * gst/auparse/gstauparse.h:
10589           Rewrite auparse to suck a little bit less: make source pad
10590           dynamic, so decodebin/playbin work with non-raw formats
10591           like alaw/mulaw; add query function for duration/position
10592           queries; check whether we have enough data before attempting
10593           to parse the header (instead of crashing when that is not the
10594           case); work around audioconvert sucking by swapping endianness
10595           to the native endianness ourselves for float formats; send
10596           initial newsegment event. Fixes #161712.
10597
10598 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10599
10600         * sys/osxaudio/Makefile.am:
10601         * sys/osxaudio/gstosxaudioelement.c:
10602         (gst_osx_audio_element_get_type),
10603         (gst_osx_audio_element_class_init):
10604         * sys/osxaudio/gstosxaudioelement.h:
10605         * sys/osxaudio/gstosxaudiosink.c:
10606         (gst_osx_audio_sink_osxelement_do_init),
10607         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
10608         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
10609         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
10610         (gst_osx_audio_sink_create_ringbuffer),
10611         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
10612         (plugin_init):
10613         * sys/osxaudio/gstosxaudiosink.h:
10614         Port of osxaudiosink to 0.10
10615
10616 2006-04-26  Wim Taymans  <wim@fluendo.com>
10617
10618         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
10619         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
10620         the size of the ringbuffer. This should fix hangs with older 
10621         esd sound servers.
10622
10623 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10624
10625         * ext/aalib/gstaasink.c:
10626         * ext/annodex/gstcmmldec.c:
10627         * ext/annodex/gstcmmlenc.c:
10628         * ext/cairo/gsttextoverlay.c:
10629         * ext/cairo/gsttimeoverlay.c:
10630         * ext/cdio/gstcdiocddasrc.c:
10631         * ext/dv/gstdvdec.c:
10632         * ext/dv/gstdvdemux.c:
10633         * ext/esd/esdmon.c:
10634         * ext/esd/esdsink.c:
10635         * ext/flac/gstflacenc.c:
10636         * ext/flac/gstflactag.c:
10637         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
10638         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
10639         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
10640         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
10641         * ext/gdk_pixbuf/pixbufscale.c:
10642         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10643         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10644         * ext/jpeg/gstjpegdec.c:
10645         * ext/jpeg/gstjpegenc.c:
10646         * ext/jpeg/gstsmokedec.c:
10647         * ext/jpeg/gstsmokeenc.c:
10648         * ext/libcaca/gstcacasink.c:
10649         * ext/libmng/gstmngdec.c:
10650         * ext/libmng/gstmngenc.c:
10651         * ext/libpng/gstpngdec.c:
10652         * ext/libpng/gstpngenc.c:
10653         * ext/mikmod/gstmikmod.c:
10654         * ext/raw1394/gstdv1394src.c:
10655         * ext/shout2/gstshout2.c: (gst_shout2send_init):
10656         * ext/shout2/gstshout2.h:
10657         * ext/speex/gstspeexdec.c:
10658         * ext/speex/gstspeexenc.c:
10659         * gst/alpha/gstalpha.c:
10660         * gst/alpha/gstalphacolor.c:
10661         * gst/apetag/gstapedemux.c:
10662         * gst/auparse/gstauparse.c:
10663         * gst/autodetect/gstautoaudiosink.c:
10664         (gst_auto_audio_sink_base_init):
10665         * gst/autodetect/gstautovideosink.c:
10666         (gst_auto_video_sink_base_init):
10667         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
10668         * gst/avi/gstavimux.c: (gst_avimux_base_init):
10669         * gst/cutter/gstcutter.c:
10670         * gst/debug/breakmydata.c:
10671         * gst/debug/efence.c:
10672         * gst/debug/gstnavigationtest.c:
10673         * gst/debug/gstnavseek.c:
10674         * gst/debug/negotiation.c:
10675         * gst/debug/progressreport.c:
10676         * gst/debug/testplugin.c:
10677         * gst/effectv/gstaging.c:
10678         * gst/effectv/gstdice.c:
10679         * gst/effectv/gstedge.c:
10680         * gst/effectv/gstquark.c:
10681         * gst/effectv/gstrev.c:
10682         * gst/effectv/gstshagadelic.c:
10683         * gst/effectv/gstvertigo.c:
10684         * gst/effectv/gstwarp.c:
10685         * gst/flx/gstflxdec.c:
10686         * gst/goom/gstgoom.c:
10687         * gst/icydemux/gsticydemux.c:
10688         * gst/id3demux/gstid3demux.c:
10689         * gst/interleave/deinterleave.c:
10690         * gst/interleave/interleave.c:
10691         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
10692         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
10693         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
10694         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
10695         * gst/level/gstlevel.c:
10696         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
10697         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
10698         * gst/median/gstmedian.c:
10699         * gst/monoscope/gstmonoscope.c:
10700         * gst/multipart/multipartdemux.c:
10701         * gst/multipart/multipartmux.c:
10702         * gst/oldcore/gstaggregator.c:
10703         * gst/oldcore/gstfdsink.c:
10704         * gst/oldcore/gstmd5sink.c:
10705         * gst/oldcore/gstmultifilesrc.c:
10706         * gst/oldcore/gstpipefilter.c:
10707         * gst/oldcore/gstshaper.c:
10708         * gst/oldcore/gststatistics.c:
10709         * gst/rtp/gstasteriskh263.c:
10710         * gst/rtp/gstrtpL16depay.c:
10711         * gst/rtp/gstrtpL16pay.c:
10712         * gst/rtp/gstrtpamrdepay.c:
10713         * gst/rtp/gstrtpamrpay.c:
10714         * gst/rtp/gstrtpdepay.c:
10715         * gst/rtp/gstrtpgsmpay.c:
10716         * gst/rtp/gstrtph263pay.c:
10717         * gst/rtp/gstrtph263pdepay.c:
10718         * gst/rtp/gstrtph263ppay.c:
10719         * gst/rtp/gstrtpilbcdepay.c:
10720         * gst/rtp/gstrtpmp4gpay.c:
10721         * gst/rtp/gstrtpmp4vdepay.c:
10722         * gst/rtp/gstrtpmp4vpay.c:
10723         * gst/rtp/gstrtpmpadepay.c:
10724         * gst/rtp/gstrtpmpapay.c:
10725         * gst/rtp/gstrtppcmadepay.c:
10726         * gst/rtp/gstrtppcmapay.c:
10727         * gst/rtp/gstrtppcmudepay.c:
10728         * gst/rtp/gstrtppcmupay.c:
10729         * gst/rtp/gstrtpspeexdepay.c:
10730         * gst/rtp/gstrtpspeexpay.c:
10731         * gst/rtsp/gstrtpdec.c:
10732         * gst/rtsp/gstrtspsrc.c:
10733         * gst/smpte/gstsmpte.c:
10734         * gst/udp/gstdynudpsink.c:
10735         * gst/udp/gstmultiudpsink.c:
10736         * gst/udp/gstudpsink.c:
10737         * gst/udp/gstudpsrc.c:
10738         * gst/videobox/gstvideobox.c:
10739         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
10740         * gst/videofilter/gstvideobalance.c:
10741         * gst/videofilter/gstvideoflip.c:
10742         * gst/videofilter/gstvideotemplate.c:
10743         (gst_videotemplate_base_init):
10744         * gst/videomixer/videomixer.c:
10745         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10746         (gst_wavparse_class_init), (gst_wavparse_dispose),
10747         (gst_wavparse_reset), (gst_wavparse_init),
10748         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
10749         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
10750         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
10751         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
10752         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10753         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10754         (gst_wavparse_change_state):
10755         * gst/wavparse/gstwavparse.h:
10756         * sys/oss/gstossmixerelement.c:
10757         * sys/oss/gstosssink.c:
10758         * sys/oss/gstosssrc.c:
10759         * sys/osxaudio/gstosxaudioelement.c:
10760         * sys/osxaudio/gstosxaudiosink.c:
10761         * sys/osxaudio/gstosxaudiosrc.c:
10762         * sys/sunaudio/gstsunaudiomixer.c:
10763         * sys/sunaudio/gstsunaudiosink.c:
10764           Define GstElementDetails as const and also static (when defined as
10765           global)
10766
10767 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10768
10769         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10770           Source pad has fixed caps. If we don't set this, bad
10771           things happen when the window is resized.
10772
10773 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10774
10775         * gst/matroska/Makefile.am:
10776         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10777         (gst_matroska_demux_handle_src_event):
10778         * gst/matroska/matroska-ids.c:
10779         (gst_matroska_track_init_video_context),
10780         (gst_matroska_track_init_audio_context),
10781         (gst_matroska_track_init_subtitle_context),
10782         (gst_matroska_track_init_complex_context):
10783         * gst/matroska/matroska-ids.h:
10784           Handle case where the TrackType ebml chunk does not come before the
10785           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
10786           events.
10787
10788 2006-04-25  Wim Taymans  <wim@fluendo.com>
10789
10790         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10791         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
10792         It's codec_data, not codec_info.
10793
10794 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10795
10796         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10797
10798         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
10799           Handle codec_data for VfW compatibility codec IDs (#339451)
10800
10801         * gst/matroska/matroska-mux.c:
10802         (gst_matroska_mux_video_pad_setcaps):
10803           Same here, handle codec_data and add additional caps we can handle
10804           now to the pad template (huffyuv, dv and h263 video) (#339451)
10805
10806 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10807
10808         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
10809
10810         * gst/matroska/matroska-mux.c:
10811         (gst_matroska_mux_create_buffer_header),
10812         (gst_matroska_mux_write_data):
10813           Fix timestamping of B-frames, use signed integers, do
10814           some rounding (#339678).
10815
10816 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
10817
10818         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
10819         just make it compile with --disable-gst-debug.
10820
10821 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
10822
10823         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
10824         Fix a bad conversion using gst_guint64_to_gdouble.
10825         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
10826         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
10827         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
10828     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
10829         mistake.
10830
10831 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
10832
10833         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
10834         Use gst_guint64_to_gdouble for conversions
10835         * win32/vs6/gst_plugins_good.dsw:
10836         * win32/vs6/libgsticydemux.dsp:
10837         Add a project file for icydemux
10838
10839 2006-04-21  Wim Taymans  <wim@fluendo.com>
10840
10841         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
10842
10843         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10844         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
10845         When splitting audio chunks, the block alignment is not taken in
10846         consideration, so the smaller chunks could be of size which is 
10847         not a multiple of the block alignment. Fixes #336904
10848
10849 2006-04-21  Wim Taymans  <wim@fluendo.com>
10850
10851         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
10852         Use scale functions
10853
10854 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
10855
10856         * ext/dv/gstdv.c: (plugin_init):
10857           Fix build.
10858
10859 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
10860
10861         * gst/debug/progressreport.c: (gst_progress_report_finalize),
10862         (gst_progress_report_class_init), (gst_progress_report_init),
10863         (gst_progress_report_do_query), (gst_progress_report_report),
10864         (gst_progress_report_set_property),
10865         (gst_progress_report_get_property):
10866           Add 'format' property to force querying to a particular format.
10867
10868 2006-04-21  Andy Wingo  <wingo@pobox.com>
10869
10870         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
10871         best, on big endian systems. Drop its rank in that case. OTOH on
10872         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
10873
10874 2006-04-21  Michael Smith  <msmith@fluendo.com>
10875
10876         * configure.ac:
10877         * gst/icydemux/Makefile.am:
10878         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
10879         (gst_icydemux_base_init), (gst_icydemux_class_init),
10880         (gst_icydemux_reset), (gst_icydemux_init),
10881         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
10882         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
10883         (unicodify), (gst_icydemux_unicodify),
10884         (gst_icydemux_parse_and_send_tags),
10885         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10886         (gst_icydemux_chain), (gst_icydemux_change_state),
10887         (gst_icydemux_send_tag_event), (plugin_init):
10888         * gst/icydemux/gsticydemux.h:
10889         * tests/check/Makefile.am:
10890         * tests/check/elements/icydemux.c: (typefind_succeed),
10891         (plugin_init), (icydemux_found_pad), (create_icydemux),
10892         (cleanup_icydemux), (push_data), (GST_START_TEST),
10893         (icydemux_suite), (main):
10894           Add icydemux, and tests.
10895
10896 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10897
10898         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10899           Post SEGMENT_DONE message in TIME format.
10900
10901 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10902
10903         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
10904
10905         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
10906         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
10907           Fix index creation when we have to scan the file to create
10908           an index. There may be other types of RIFF 'LIST' chunks than
10909           'movi' and we need to skip them properly as well or we'll end up
10910           reading garbage (#336889). Some other cosmetic changes.
10911           
10912 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10913
10914         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
10915         (gst_flac_dec_handle_seek_event):
10916           Add support for segment seeks (fixes #338290). Also demote
10917           some recurring debug message from DEBUG to LOG level.
10918
10919 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10920
10921         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10922         (gst_matroskademux_do_index_seek),
10923         (gst_matroska_demux_handle_seek_event),
10924         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
10925         * gst/matroska/matroska-ids.h:
10926           Set DISCONT flag on first buffer after a discontinuity.
10927           Fix newsegment events sent when seeking and honour KEY_UNIT
10928           seek flag. Create pad with bogus caps if we don't recognise
10929           the stream codec id.
10930
10931         * gst/matroska/matroska-demux.h:
10932           Fix GObject macros.
10933
10934 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10935
10936         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10937
10938         * gst/matroska/matroska-demux.c:
10939         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
10940           Handle end of segment properly when set; don't dead-lock when
10941           posting start of segment message when doing a segment seek.
10942           Fixes #338810.
10943
10944 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10945
10946         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
10947         (gst_matroska_demux_plugin_init):
10948           Make mpeg2 aac audio work: create artificial private codec data
10949           chunk which faad2 seems to require, just as we do for mpeg4 aac.
10950           Also call gst_riff_init(). Partially fixes #338767.
10951
10952 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
10953
10954         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
10955         (gst_wavenc_class_init), (gst_wavenc_init),
10956         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
10957         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
10958         (gst_wavenc_chain), (gst_wavenc_change_state):
10959         * gst/wavenc/gstwavenc.h:
10960           Set caps on first outgoing buffer, so that it doesn't error out
10961           immediately with a non-negotiated error (#338716). Rewrite and
10962           clean up a bit; fix setcaps function to parse things properly;
10963           fix sink caps (8bit audio is unsigned and doesn't have depth);
10964           use boilerplate macros; remove unused properties stuff.
10965
10966 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10967
10968         * ext/gdk_pixbuf/gstgdkpixbuf.c:
10969           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
10970           handle MJPEG streams and might be autoplugged for those if the
10971           user doesn't have jpegdec installed (resulting in a cryptic error
10972           message about huffman tables). Better to disable JPEG decoding here
10973           and let the user figure out that she needs to install jpegdec.
10974
10975 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10976
10977         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
10978         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
10979         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
10980         * ext/gdk_pixbuf/gstgdkpixbuf.h:
10981           Make work with packetised/framed input (e.g. png-in-quicktime). Use
10982           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
10983           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
10984           debug messages. Fix boilerplate macros.
10985
10986 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10987
10988         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
10989         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
10990           No need to special-case for Gdk-2.0 any longer, we require
10991           Gdk 2.2 or newer; minor clean-ups.
10992
10993 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10994
10995         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
10996         (gst_shout2send_class_init), (gst_shout2send_init),
10997         (set_shout_metadata), (gst_shout2send_set_metadata),
10998         (gst_shout2send_event), (gst_shout2send_start),
10999         (gst_shout2send_connect), (gst_shout2send_stop),
11000         (gst_shout2send_render), (gst_shout2send_set_property),
11001         (gst_shout2send_get_property), (gst_shout2send_setcaps),
11002         (plugin_init):
11003         * ext/shout2/gstshout2.h:
11004         * po/POTFILES.in:
11005           Rewrite a bit: use GstBaseSink::start and stop instead of a state
11006           change function; use GST_ELEMENT_ERROR for error reporting, not
11007           g_error() or GST_ERROR(); don't unref caps in setcaps function,
11008           will cause crashes or assertion failures; remove (unused) "sync"
11009           property, basesink already has such a property; misc. other
11010           minor fixes and cleanups.
11011
11012 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11013
11014         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
11015         * ext/esd/gstesd.c: (plugin_init):
11016         * po/POTFILES.in:
11017           Add translatable error message for when we cannot
11018           connect to the sound server, as "Cannot open resource
11019           for writing" isn't really an acceptable message to show
11020           to the user in this case.
11021
11022 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11023
11024         * sys/oss/gst-i18n-plugin.h:
11025           Remove bogus file that doesn't belong here.
11026
11027 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11028
11029         Patch by: Philippe Valembois
11030
11031         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11032         (gst_shout2send_set_metadata), (gst_shout2send_event),
11033         (gst_shout2send_render), (gst_shout2send_change_state):
11034         * ext/shout2/gstshout2.h:
11035           Handle tags being received before the connection to
11036           the server is established properly (see #338636).
11037
11038 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11039
11040         * ext/shout2/gstshout2.c: (gst_shout2send_render):
11041           Don't crash in case the connection to the server fails:
11042           don't set pointer to NULL by assigning FALSE; error out
11043           properly by using GST_ELEMENT_ERROR and returning
11044           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
11045           before resetting the pointer.
11046
11047 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
11048
11049         * gst/id3demux/id3tags.c:
11050         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
11051         (Fixes #338713)
11052
11053 2006-04-12  Wim Taymans  <wim@fluendo.com>
11054
11055         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11056         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
11057         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11058         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
11059         (gst_gdk_pixbuf_chain):
11060         Some cleanups.
11061         Added RGBA as a possible output format.
11062         Correctly free the supported mimetypes.
11063         deprecate silent arg, it's not used.
11064         Return result from _alloc_buffer to peer.
11065
11066 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11067
11068         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
11069           Don't leak memory allocated by gst_buffer_new_and_alloc() by
11070           overwriting GST_BUFFER_MALLOCDATA.
11071
11072 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11073
11074         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11075         (user_endrow_callback), (user_end_callback),
11076         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
11077         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
11078         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
11079         * ext/libpng/gstpngdec.h:
11080           Handle more than one frame if the content is framed,
11081           like with png-in-quicktime (#331917).
11082
11083 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11084
11085         * sys/oss/Makefile.am:
11086         * sys/oss/common.h:
11087         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
11088         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
11089         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
11090         (gst_oss_src_unprepare):
11091           - the user-visible error strings were in the wrong category
11092           - and the messages were not marked for translation
11093           - which is actually a good thing, because they were exactly
11094             the kind of message you would never want anyone to see
11095           - the macros were using variables that didn't exist in the macro
11096             arguments
11097           - and they were obviously copied from each other and then modified
11098           - so a common header makes sense
11099
11100 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11101
11102         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11103           Don't try to modify read-only data.
11104
11105         * gst/matroska/matroska-demux.c:
11106         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11107           Fix comment (won't crash any longer now).
11108
11109 2006-04-10  Michael Smith  <msmith@fluendo.com>
11110
11111         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
11112           Use copies of header buffers for caps to avoid circular refcounting
11113           problems (as in theoradec, vorbisdec).
11114
11115         * tests/check/elements/cmmldec.c: (GST_START_TEST):
11116           Fix a typo in test that meant it was testing the wrong thing.
11117
11118         * tests/check/elements/cmmlenc.c: (check_headers):
11119           Fix refcount checks now that we use buffer-copies for caps.
11120
11121 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11122
11123         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
11124         (gst_matroska_demux_handle_seek_event),
11125         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
11126         (gst_matroska_demux_subtitle_caps),
11127         (gst_matroska_demux_plugin_init):
11128           Use static pad templates with ANY caps for audio and video
11129           source pads and get rid of a lot of unnecessary (and partially
11130           broken) code for the template caps. Clean up caps finding
11131           functions. Fixes playback of audio files/streams that do not
11132           contain the sample rate and/or number of channels in the audio
11133           context (happens a lot with vorbis/mp3 .mka files it seems).
11134           Fixes #337183.
11135           Also add myself to copyright holders.
11136
11137 2006-04-10  Michael Smith  <msmith@fluendo.com>
11138
11139         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
11140           Use g_list_delete_link () instead of g_list_remove_link () so that
11141           we free the link as well as the contained data.
11142
11143 2006-04-10  Wim Taymans  <wim@fluendo.com>
11144
11145         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
11146
11147         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
11148         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
11149         (gst_avi_demux_stream_header):
11150         Fix some crashers with empty chunks. (Fixes #337749)
11151
11152 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
11153
11154         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
11155           use G_GINT64_CONSTANT for INT64 constants
11156         * gst/videofilter/gstvideobalance.c:
11157           define rint for WIN32 #define rint(x) (floor((x)+0.5))
11158         * win32/vs6/libgstavi.dsp:
11159          add missing libraries for the link and remove avimux.c from
11160          the project as it isn't ported to 0.10 yet
11161         
11162 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
11163
11164         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11165           Even better would be if we actually did the right thing
11166           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
11167
11168 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11169
11170         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11171           Can't just replace 1LL with 1L here just because MSVC doesn't
11172           support it, as it might lead to incorrect results when doing the
11173           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
11174           force a 64-bit constant in a way that all compilers are happy with.
11175
11176 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11177
11178         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
11179         * ext/esd/esdsink.c: (gst_esdsink_class_init):
11180         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
11181         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
11182         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
11183         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
11184         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
11185         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
11186         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
11187         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
11188         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
11189         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
11190         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
11191         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
11192         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
11193         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
11194         * gst/avi/gstavimux.c: (gst_avimux_class_init):
11195         * gst/debug/efence.c: (gst_efence_class_init):
11196         * gst/debug/negotiation.c: (gst_negotiation_class_init):
11197         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
11198         * gst/goom/gstgoom.c: (gst_goom_class_init):
11199         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
11200         * gst/interleave/deinterleave.c: (deinterleave_class_init):
11201         * gst/interleave/interleave.c: (interleave_class_init):
11202         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
11203         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
11204         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
11205         * gst/median/gstmedian.c: (gst_median_class_init):
11206         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
11207         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
11208         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
11209         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
11210         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
11211         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
11212         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
11213         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
11214         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
11215         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
11216         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
11217         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
11218         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
11219         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
11220         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11221         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
11222         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
11223         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
11224         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
11225         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
11226         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
11227         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
11228         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
11229         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
11230         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
11231         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
11232         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
11233         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11234         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
11235         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
11236         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
11237         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
11238         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
11239         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
11240         * sys/osxaudio/gstosxaudioelement.c:
11241         (gst_osxaudioelement_class_init):
11242         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
11243         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
11244         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
11245         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
11246
11247 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11248
11249         * ext/mikmod/gstmikmod.h:
11250         * gst/level/gstlevel.h:
11251         Fix more broken GObject macros
11252
11253 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11254
11255         * ext/annodex/gstcmmldec.h:
11256         * ext/annodex/gstcmmlenc.h:
11257         * ext/annodex/gstcmmltag.h:
11258         * ext/cairo/gsttextoverlay.h:
11259         * ext/ladspa/gstsignalprocessor.h:
11260         * gst/matroska/ebml-read.h:
11261         * gst/matroska/ebml-write.h:
11262         * sys/osxaudio/gstosxaudioelement.h:
11263         Fix broken GObject macros
11264
11265 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11266
11267         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11268           Don't try to seek beyond the end of the file (would
11269           occasionally display error dialogs in totem when seeking
11270           to the end) (#335869). Will still throw an error though
11271           if the file is truncated and the total_samples value in
11272           the stream header is wrong.
11273
11274 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
11275
11276         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
11277         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
11278         (gst_flac_dec_metadata_callback):
11279         * ext/flac/gstflacdec.h:
11280           If the stream header doesn't contain the total number of samples,
11281           search for the last flac frame at the end of the file and calculate
11282           the total duration from that frame's offset (fixes #337609).
11283
11284 2006-04-07  Edward Hervey  <edward@fluendo.com>
11285
11286         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
11287         Don't unref the GstPadTemplate returned by
11288         gst_element_class_get_pad_template().
11289
11290 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11291
11292         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
11293
11294         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
11295         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
11296         * sys/sunaudio/gstsunaudiosink.h:
11297           Use spec->segsize and spec->segtotal in the prepare function
11298           to initialise the ring buffer instead of using the buffer-time
11299           property (#337421).
11300
11301 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11302
11303         * configure.ac:
11304           Bump core requirements to CVS for gst_pad_query_peer_duration()
11305           which is used by speexdec.
11306
11307 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
11308
11309         * ext/speex/gstspeex.c: (plugin_init):
11310         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
11311         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
11312         (speex_get_sink_query_types), (speex_dec_sink_query),
11313         (speex_get_src_query_types), (speex_dec_src_query),
11314         (speex_dec_src_event), (speex_dec_sink_event),
11315         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
11316         (speex_dec_chain_parse_data), (speex_dec_chain),
11317         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
11318         (speex_dec_change_state):
11319         * ext/speex/gstspeexdec.h:
11320           Fix seeking and duration queries (#337033); clean up and
11321           refactor a bit.
11322
11323 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11324
11325         * ext/raw1394/gstdv1394src.c:
11326           distinguish between device not found and could not open for
11327           reading
11328
11329 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11330
11331         * Makefile.am:
11332         * configure.ac:
11333         * pkgconfig/.cvsignore:
11334         * pkgconfig/Makefile.am:
11335         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
11336           add a .pc file so other modules can use good plugins in tests
11337
11338 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11339
11340         * configure.ac:
11341           clean up, use AS_VERSION and AS_NANO
11342         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
11343           use PACKAGE_VERSION define
11344         * po/af.po:
11345         * po/az.po:
11346         * po/cs.po:
11347         * po/en_GB.po:
11348         * po/hu.po:
11349         * po/it.po:
11350         * po/nb.po:
11351         * po/nl.po:
11352         * po/or.po:
11353         * po/sq.po:
11354         * po/sr.po:
11355         * po/sv.po:
11356         * po/uk.po:
11357         * po/vi.po:
11358           updated
11359
11360 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
11361
11362         * ext\jpeg\smokecodec.c:
11363           use of GST_DEBUG instead of DEBUG(a...) for WIN32
11364         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
11365           move first instruction after all variables declarations
11366         * gst\alpha\gstalpha.c:
11367         * gst\effectv\gstshagadelic.c:
11368         * gst\smpte\paint.c:
11369         * gst\videofilter\gstvideobalance.c:
11370           define M_PI if it's not defined (it's not defined on WIN32)
11371         * gst\cutter\gstcutter.c: (gst_cutter_chain):
11372         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
11373         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
11374         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
11375         (gst_matroska_demux_video_caps):
11376         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
11377         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
11378           use gst_guint64_to_gdouble for conversions
11379         * gst\goom\filters.c: (setPixelRGB_):
11380           fix a debug which was using undefined variable
11381         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
11382         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
11383           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
11384         * win32/vs6:
11385           add vs6 projects files for most of plugins-good
11386         
11387 2006-03-30  j^  <j@bootlab.org>
11388
11389         * ext/aalib/gstaasink.c:
11390         * ext/annodex/gstcmmldec.c:
11391         * ext/annodex/gstcmmlenc.c:
11392         * ext/cairo/gsttextoverlay.c:
11393         * ext/cairo/gsttimeoverlay.c:
11394         * ext/cdio/gstcdiocddasrc.c:
11395         * ext/dv/gstdvdec.c:
11396         * ext/esd/esdmon.c:
11397         * ext/esd/esdsink.c:
11398         * ext/flac/gstflacdec.c:
11399         * ext/flac/gstflacenc.c:
11400         * ext/flac/gstflactag.c:
11401         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11402         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11403         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11404         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11405         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11406         * ext/gdk_pixbuf/pixbufscale.c:
11407         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11408         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11409         * ext/jpeg/gstjpegdec.c:
11410         * ext/jpeg/gstjpegenc.c:
11411         * ext/jpeg/gstsmokedec.c:
11412         * ext/jpeg/gstsmokeenc.c:
11413         * ext/libcaca/gstcacasink.c:
11414         * ext/libmng/gstmngdec.c:
11415         * ext/libmng/gstmngenc.c:
11416         * ext/libpng/gstpngdec.c:
11417         * ext/libpng/gstpngenc.c:
11418         * ext/mikmod/gstmikmod.c:
11419         * ext/raw1394/gstdv1394src.c:
11420         * ext/shout2/gstshout2.c:
11421         * ext/speex/gstspeexdec.c:
11422         * ext/speex/gstspeexenc.c:
11423         * gst/alpha/gstalpha.c:
11424         * gst/alpha/gstalphacolor.c:
11425         * gst/auparse/gstauparse.c:
11426         * gst/autodetect/gstautoaudiosink.c:
11427         (gst_auto_audio_sink_base_init):
11428         * gst/autodetect/gstautovideosink.c:
11429         (gst_auto_video_sink_base_init):
11430         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11431         * gst/cutter/gstcutter.c:
11432         * gst/debug/breakmydata.c:
11433         * gst/debug/efence.c:
11434         * gst/debug/gstnavigationtest.c:
11435         * gst/debug/negotiation.c:
11436         * gst/debug/progressreport.c:
11437         * gst/debug/testplugin.c:
11438         * gst/effectv/gstaging.c:
11439         * gst/effectv/gstdice.c:
11440         * gst/effectv/gstedge.c:
11441         * gst/effectv/gstquark.c:
11442         * gst/effectv/gstrev.c:
11443         * gst/effectv/gstvertigo.c:
11444         * gst/effectv/gstwarp.c:
11445         * gst/flx/gstflxdec.c:
11446         * gst/goom/gstgoom.c:
11447         * gst/interleave/deinterleave.c:
11448         * gst/interleave/interleave.c:
11449         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11450         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11451         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11452         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11453         * gst/level/gstlevel.c:
11454         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11455         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11456         * gst/median/gstmedian.c:
11457         * gst/monoscope/gstmonoscope.c:
11458         * gst/multipart/multipartdemux.c:
11459         * gst/multipart/multipartmux.c:
11460         * gst/oldcore/gstmd5sink.c:
11461         * gst/oldcore/gstmultifilesrc.c:
11462         * gst/oldcore/gstpipefilter.c:
11463         * gst/oldcore/gstshaper.c:
11464         * gst/oldcore/gststatistics.c:
11465         * gst/rtp/gstasteriskh263.c:
11466         * gst/rtp/gstrtpL16depay.c:
11467         * gst/rtp/gstrtpL16pay.c:
11468         * gst/rtp/gstrtpamrdepay.c:
11469         * gst/rtp/gstrtpamrpay.c:
11470         * gst/rtp/gstrtpdepay.c:
11471         * gst/rtp/gstrtpgsmpay.c:
11472         * gst/rtp/gstrtph263pay.c:
11473         * gst/rtp/gstrtph263pdepay.c:
11474         * gst/rtp/gstrtph263ppay.c:
11475         * gst/rtp/gstrtpmp4gpay.c:
11476         * gst/rtp/gstrtpmp4vdepay.c:
11477         * gst/rtp/gstrtpmp4vpay.c:
11478         * gst/rtp/gstrtpmpadepay.c:
11479         * gst/rtp/gstrtpmpapay.c:
11480         * gst/rtp/gstrtppcmadepay.c:
11481         * gst/rtp/gstrtppcmapay.c:
11482         * gst/rtp/gstrtppcmudepay.c:
11483         * gst/rtp/gstrtppcmupay.c:
11484         * gst/rtp/gstrtpspeexdepay.c:
11485         * gst/rtp/gstrtpspeexpay.c:
11486         * gst/rtsp/gstrtpdec.c:
11487         * gst/smpte/gstsmpte.c:
11488         * gst/videobox/gstvideobox.c:
11489         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11490         * gst/videofilter/gstvideobalance.c:
11491         * gst/videofilter/gstvideoflip.c:
11492         * gst/videofilter/gstvideotemplate.c:
11493         (gst_videotemplate_base_init):
11494         * gst/videomixer/videomixer.c:
11495         * gst/wavenc/gstwavenc.c:
11496         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
11497          better/unified long descriptions
11498          Fixed #336602
11499          Some cleanups to auparse, don't send multiple newsegments.
11500
11501 2006-03-29  Wim Taymans  <wim@fluendo.com>
11502
11503         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
11504
11505         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
11506         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
11507         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
11508         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
11509         * ext/dv/gstdvdemux.h:
11510         Seek in READY patch. Only works for pull based mode.
11511         Fixes #323880
11512
11513 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
11514
11515         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
11516         (gst_gdk_pixbuf_event):
11517           Fix two crashers: don't unref the same caps twice, and
11518           set pixbuf loader to NULL after freeing it.
11519
11520 2006-03-27  Wim Taymans  <wim@fluendo.com>
11521
11522         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
11523         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
11524         (gst_speexenc_chain):
11525         * ext/speex/gstspeexenc.h:
11526         Don't leak adapter.
11527         A push *always* takes ownership of the buffer, even on
11528         errors.
11529         Small cleanups.
11530
11531 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
11532
11533         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
11534           Create source pad without leaking.
11535
11536 2006-03-24  Wim Taymans  <wim@fluendo.com>
11537
11538         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11539         * ext/flac/gstflacdec.h:
11540         * ext/flac/gstflacenc.h:
11541         Spifify a bit.
11542         Fix deadly lock order error in seeking code, STREAM_LOCK
11543         cannot be taken within LOCK and the streaming variables are
11544         protected with the STREAM_LOCK anyway.
11545
11546 2006-03-24  Wim Taymans  <wim@fluendo.com>
11547
11548         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
11549         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
11550         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
11551         this patch combines the global init_frames with the stream
11552         init_frames. Rationale being that the global delay should 
11553         be subtracted from any stream delay.
11554         Fixes #335858.
11555
11556 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
11557
11558         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
11559         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
11560         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11561         * gst/videomixer/videomixer.c: (gst_videomixer_init):
11562         use DEBUG_FUNCPTR for collectpads
11563
11564 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
11565
11566         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
11567           Don't crash when encoding images where the number of rows isn't
11568           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
11569
11570 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11571
11572         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
11573         * gst/interleave/deinterleave.c: (deinterleave_change_state):
11574         * gst/interleave/interleave.c: (interleave_change_state):
11575         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
11576           More state change function fixes.
11577
11578 2006-03-23  Wim Taymans  <wim@fluendo.com>
11579
11580         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11581         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
11582         (gst_esdsink_prepare), (gst_esdsink_unprepare),
11583         (gst_esdsink_delay), (gst_esdsink_reset):
11584         * ext/esd/esdsink.h:
11585         Fix esd choppy playback by configuring audiosink
11586         correctly. Fixes #325191
11587
11588 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11589
11590         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
11591           Make state change function thread-safe.
11592
11593 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11594
11595         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
11596         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
11597           Don't try to read beyond the end of the file just because
11598           the header claims a bigger size (like with truncated files).
11599
11600 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11601
11602         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11603         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
11604         (gst_wavparse_stream_data), (gst_wavparse_loop):
11605         * gst/wavparse/gstwavparse.h:
11606           Delay source pad creation until we have the first chunk of
11607           media data, so the we can examine the data and adjust the
11608           caps accordingly if required. This makes playback of .wav
11609           files with DTS-declared-as-PCM content work (#313266).
11610
11611 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
11612
11613         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11614         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11615         Don't attempt typefinding on too-short buffers that have been
11616         completely trimmed away. (Fixes #330239)
11617
11618         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
11619         Improve the debug output
11620
11621 2006-03-21  Wim Taymans  <wim@fluendo.com>
11622
11623         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
11624         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
11625         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
11626         (gst_esdsink_set_property), (gst_esdsink_get_property):
11627         Some cleanups.
11628         Reset fd to -1 when we close them.
11629
11630 2006-03-21  Wim Taymans  <wim@fluendo.com>
11631
11632         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
11633         the OPTIONS request result is optional so don't
11634         fail on it.
11635
11636 2006-03-21  Edward Hervey  <edward@fluendo.com>
11637
11638         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
11639         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
11640         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
11641         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11642         (gst_wavparse_change_state):
11643         gcc 4.1 unreferenced pointer fixes.
11644
11645 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
11646
11647         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11648
11649         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
11650           Fix block alignment calculation. Alignment should be done before
11651           adding the byte offset where the data starts (#335231).
11652
11653 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11654
11655         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
11656           Ensure that we set correct caps on buffers that are transferred
11657           direct from the input.
11658
11659 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11660
11661         * gst/goom/filters.c: (zoomFilterDestroy):
11662         * gst/goom/goom_core.c: (goom_close):
11663           Free filter data when cleaning up. (Fixes: #334995)
11664
11665 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
11666
11667         * configure.ac:
11668           Don't compile udp and rtsp plugins on win32 (mingw) or other
11669           systems that don't have <sys/socket.h> for some reason (#316203).
11670
11671 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11672
11673         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
11674         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
11675         * ext/raw1394/gstdv1394src.h:
11676           Change bus reset handler so it reports useful information such as
11677           whether the device being used connected or disconnected
11678
11679 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11680
11681         * gst/id3demux/id3v2frames.c:
11682         (parse_relative_volume_adjustment_two):
11683           We only care about gain and peak data for the master volume.
11684
11685 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11686
11687         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11688         (parse_id_string), (parse_unique_file_identifier),
11689         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
11690           Read replay gain tags (#323721).
11691
11692 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
11693
11694         * configure.ac:
11695           Bump requirements to gst-plugins-base CVS because
11696           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
11697
11698 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
11699
11700         * rtp/gst/gstrtppcmadepay.c:
11701         Fixed one of the caps in the code from mulaw to alaw.
11702
11703 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
11704
11705         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11706           Ensure that we set caps on the buffers we pass.
11707
11708         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
11709         (gst_id3demux_sink_activate):
11710           Ensure that we set caps on the buffers we pass.
11711
11712           Use STREAM, TYPE_NOT_FOUND as the error class when
11713           typefinding fails.
11714
11715 2006-03-15  Edward Hervey  <edward@fluendo.com>
11716
11717         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
11718         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
11719         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
11720         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
11721         (gst_jpeg_dec_setcaps):
11722         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
11723         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
11724         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
11725         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
11726         (gst_mngdec_src_getcaps):
11727         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11728         (gst_pngdec_caps_create_and_set):
11729         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
11730         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
11731         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
11732         * gst/alpha/gstalpha.c: (gst_alpha_init):
11733         * gst/auparse/gstauparse.c: (gst_au_parse_init):
11734         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
11735         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
11736         * gst/cutter/gstcutter.c: (gst_cutter_init):
11737         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
11738         (gst_efence_checkgetrange):
11739         * gst/debug/negotiation.c: (gst_negotiation_init):
11740         * gst/flx/gstflxdec.c: (gst_flxdec_init):
11741         * gst/goom/gstgoom.c: (gst_goom_init):
11742         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
11743         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
11744         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
11745         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
11746         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
11747         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
11748         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
11749         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11750         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
11751         (gst_wavparse_create_sourcepad):
11752         Fix memleak with gst_static_pad_template_get().
11753         This uses gst_pad_new_from_static_template() instead.
11754         Fixes #333512
11755
11756 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11757
11758         * configure.ac:
11759           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
11760           used by id3demux.
11761
11762         * gst/id3demux/gstid3demux.c: (plugin_init):
11763         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11764         (parse_user_text_identification_frame),
11765         (parse_unique_file_identifier):
11766           Add support for UFID and TXXX frames and extract musicbrainz tags.
11767
11768 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11769
11770         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
11771           Catch short reads, like they might happen with truncated
11772           files (see #305279); remove unnecessary indentation.
11773
11774 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11775
11776         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
11777           Fix DIB image inversion for pictures with a
11778           depth != 8 (#305279).
11779
11780 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11781
11782         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
11783         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
11784         * ext/jpeg/gstjpegdec.h:
11785           Fix durations on outgoing buffers after seeking
11786           in MJPEG files (#334083); some minor clean-ups.
11787
11788 2006-03-13  Wim Taymans  <wim@fluendo.com>
11789
11790         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
11791         (gst_wavparse_change_state):
11792         Implement seek in READY (re-fixes #327658)
11793
11794 2006-03-13  Wim Taymans  <wim@fluendo.com>
11795
11796         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
11797         * ext/esd/esdmon.c: (gst_esdmon_get):
11798         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
11799         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11800         (gst_gdk_pixbuf_sink_getcaps):
11801         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
11802         (gst_jpegenc_setcaps):
11803         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
11804         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
11805         (gst_smokeenc_setcaps):
11806         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
11807         (gst_mngdec_src_getcaps):
11808         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
11809         (gst_mngenc_chain):
11810         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
11811         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
11812         * ext/speex/gstspeexdec.c: (speex_dec_convert),
11813         (speex_dec_src_event), (speex_dec_chain):
11814         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
11815         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
11816         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
11817         (gst_negotiation_pad_link), (gst_negotiation_chain):
11818         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
11819         (gst_flxdec_chain):
11820         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
11821         (deinterleave_chain):
11822         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
11823         * gst/median/gstmedian.c: (gst_median_link):
11824         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
11825         (gst_monoscope_chain):
11826         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
11827         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
11828         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
11829         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
11830         close #333784 unref the result of gst_pad_get_parent()
11831         by: Christophe Fergeau.
11832
11833 2006-03-09  Wim Taymans  <wim@fluendo.com>
11834
11835         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
11836         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
11837         Handle events in push mode better, can now do non-flushing
11838         seeks in push mode as well.
11839
11840 2006-03-07  Wim Taymans  <wim@fluendo.com>
11841
11842         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11843         Applied patch from Kai Vehmanen, fixes #333624.
11844
11845 2006-03-06  Julien MOUTTE  <julien@moutte.net>
11846
11847         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
11848         Implement paletted and grayscale png files handling.
11849         (#150363).
11850
11851 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11852
11853         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
11854         (gst_speexenc_chain):
11855           fix a tag list assert
11856           follow gst-plugins-base/ext/ogg/README; set OFFSET
11857           and OFFSET_END.  Muxes correctly with gst-plugins-base
11858           > 0.9.3
11859
11860 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11861
11862         * gst/id3demux/Makefile.am:
11863         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
11864         (gst_id3demux_chain), (gst_id3demux_sink_activate):
11865           Use new typefind helper functions here as well, and
11866           do typefinding in pull-mode if upstream supports that.
11867
11868 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11869
11870         * sys/sunaudio/gstsunaudiomixerctrl.c:
11871         (gst_sunaudiomixer_ctrl_get_volume),
11872         (gst_sunaudiomixer_ctrl_set_volume):
11873         * sys/sunaudio/gstsunaudiomixertrack.c:
11874         (gst_sunaudiomixer_track_new):
11875           Remove unused variables, breaks build from CVS
11876           with -Werror (#333392, patch by: Benjamin Pineau)
11877
11878 2006-03-03  Wim Taymans  <wim@fluendo.com>
11879
11880         * docs/plugins/Makefile.am:
11881         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11882         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11883         Added wavparse docs.
11884
11885         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11886         (gst_wavparse_reset), (gst_wavparse_init),
11887         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
11888         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
11889         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11890         (gst_wavparse_stream_data), (gst_wavparse_loop),
11891         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
11892         (gst_wavparse_change_state):
11893         * gst/wavparse/gstwavparse.h:
11894         Implement seek in READY (fixes #327658)
11895         Added docs and did some cleanups.
11896
11897 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
11898
11899         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11900         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
11901         (gst_avi_demux_calculate_durations_from_index),
11902         (gst_avi_demux_stream_header):
11903         * gst/avi/gstavidemux.h:
11904           If we have an index, use a duration based on the index instead
11905           of blindly trusting the information in the stream headers
11906           (fixes #331817).
11907
11908 2006-03-03  Wim Taymans  <wim@fluendo.com>
11909
11910         * docs/plugins/Makefile.am:
11911         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11912         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11913         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11914         Added smoke and jpeg to the docs.
11915
11916         * ext/jpeg/Makefile.am:
11917         * ext/jpeg/gstjpeg.c: (plugin_init):
11918         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
11919         * ext/jpeg/gstjpegenc.h:
11920         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
11921         (gst_smokedec_chain):
11922         * ext/jpeg/gstsmokedec.h:
11923         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
11924         * ext/jpeg/gstsmokeenc.h:
11925         * ext/jpeg/smokecodec.h:
11926         Port smokedec (fixes #331905).
11927         Added some docs.
11928         Some cleanups.
11929
11930 2006-03-03  Wim Taymans  <wim@fluendo.com>
11931
11932         * docs/plugins/Makefile.am:
11933         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11934         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11935         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11936         Added videobalance and videoflip to the docs.
11937
11938         * gst/videofilter/Makefile.am:
11939         * gst/videofilter/gstvideobalance.c:
11940         (gst_video_balance_update_tables_planar411),
11941         (gst_video_balance_is_passthrough),
11942         (gst_video_balance_update_properties), (oil_tablelookup_u8),
11943         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
11944         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
11945         (gst_video_balance_finalize), (gst_video_balance_class_init),
11946         (gst_video_balance_init), (gst_video_balance_interface_supported),
11947         (gst_video_balance_interface_init),
11948         (gst_video_balance_colorbalance_list_channels),
11949         (gst_video_balance_colorbalance_set_value),
11950         (gst_video_balance_colorbalance_get_value),
11951         (gst_video_balance_colorbalance_init),
11952         (gst_video_balance_set_property), (gst_video_balance_get_property),
11953         (gst_video_balance_get_type), (plugin_init):
11954         * gst/videofilter/gstvideobalance.h:
11955         Ported to 0.10. (Fixes #326160)
11956         Added docs.
11957
11958         * gst/videofilter/gstvideoflip.c:
11959         * gst/videofilter/gstvideoflip.h:
11960         Added docs.
11961
11962 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
11963
11964         * configure.ac:
11965           Bump requirements to current core and -base CVS
11966           (core for new typefind helper API, and -base for the
11967           WAVFORMATEX support that was added to libgstriff and
11968           is needed by wavparse).
11969         
11970         * gst/apetag/Makefile.am:
11971         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
11972         (gst_tag_demux_sink_activate):
11973           Use new typefind helpers for typefinding instead of our
11974           home-grown stuff; also, do typefinding in pull-mode if
11975           upstream supports that.
11976
11977 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
11978
11979         Reviewed by: Christian Schaller <christian@fluendo.com>
11980
11981         This patch fixes bug: 329107
11982
11983         This Changelog entry is for a commit done on February 17
11984
11985         * ext/gconf/gconf.c
11986         * ext/gconf/gconf.h
11987         * ext/gconf/gstgconfaudiosink.c
11988         * ext/gconf/gstgconfaudiosink.h
11989         * gconf/gstreamer.schemas.in
11990
11991 2006-02-28  Wim Taymans  <wim@fluendo.com>
11992
11993         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11994         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
11995         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
11996         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
11997         Use DEBUG_OBJECT more.
11998
11999 2006-02-28  Wim Taymans  <wim@fluendo.com>
12000
12001         * docs/plugins/Makefile.am:
12002         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12003         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12004         Added dvdec and dvdemux to docs.
12005
12006         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
12007         Added docs.
12008         Check frame sizes so we don't crash when don't have enough
12009         data.
12010         Send nice error messages on error.
12011
12012         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
12013         (gst_dvdemux_class_init), (gst_dvdemux_init),
12014         (gst_dvdemux_finalize), (gst_dvdemux_reset),
12015         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12016         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12017         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
12018         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
12019         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
12020         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
12021         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
12022         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
12023         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
12024         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
12025         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
12026         * ext/dv/gstdvdemux.h:
12027         Added docs.
12028         Implement pull mode.
12029         Fix memleaks.
12030         Reduce memcpy for the video demuxing.
12031
12032 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
12033
12034         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
12035         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
12036         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
12037         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
12038           Add a little extra debug. Make the decoder not return NOT_LINKED,
12039           as we want to continue decoding all CMML and emitting tags.
12040
12041 2006-02-27  Michael Smith  <msmith@fluendo.com>
12042
12043         * ext/annodex/gstskeltag.c:
12044         * ext/annodex/gstskeltag.h:
12045           Deleted; these files aren't used any more either.
12046
12047 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12048
12049         * ext/Makefile.am: Fix dist-check.
12050
12051 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12052
12053         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
12054         memleak.
12055
12056 2006-02-25  Alessandro Decina <alessandro@nnva.org>
12057
12058         * ext/annodex/Makefile.am:
12059         * ext/annodex/gstannodex.c:
12060         * ext/annodex/gstcmmldec.c:
12061         * ext/annodex/gstcmmlenc.c:
12062         * ext/annodex/gstcmmlparser.c:
12063         * ext/annodex/gstcmmlparser.h:
12064         * ext/annodex/gstcmmlutils.c:
12065         * tests/check/elements/cmmldec.c:
12066         * tests/check/elements/cmmlenc.c:
12067           Fix a memleak in gst_cmml_track_list_add_clip.
12068           Handle overflows in clip's start and end times.
12069           Add the "encoded" parameter to cmmldec and cmmlenc caps.
12070           Do not parse junk at the end of a CMML preamble buffer.
12071           Register a libxml error handler to not print stuff on stderr.
12072           Check for bad clip start and end times in the testsuites.
12073
12074 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12075
12076         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
12077         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
12078         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
12079         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
12080         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
12081         possible memleaks.
12082
12083 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12084
12085         * tests/check/Makefile.am:
12086         * tests/check/elements/cmmldec.c:
12087         * tests/check/elements/cmmlenc.c: Fix tests so that they use
12088         the plugins-base tags.
12089
12090 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12091
12092         * ext/Makefile.am: Re-enable module.
12093
12094 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12095
12096         * tests/check/Makefile.am: Forgot to remove that test.
12097
12098 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12099
12100         * ext/annodex/Makefile.am:
12101         * ext/annodex/gstannodex.c: (plugin_init):
12102         * ext/annodex/gstcmmldec.c:
12103         * ext/annodex/gstskeldec.c:
12104         * ext/annodex/gstskeldec.h:
12105         * tests/check/Makefile.am:
12106         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
12107
12108 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12109
12110         * tests/check/Makefile.am: Disable those checks as well.
12111
12112 2006-02-24  Julien MOUTTE  <julien@moutte.net>
12113
12114         * ext/Makefile.am: Disable annodex for now until we figure out
12115         how to make it build.
12116         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
12117         Add a rule to your checklist : "please try to at least build 
12118         what you are going to commit into -good, or if you are too lazy
12119         to do that, please check that the buildbots are not crying because
12120         of your commit."
12121
12122 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
12123
12124         * configure.ac:
12125         * ext/Makefile.am:
12126         * ext/gdk_pixbuf/Makefile.am:
12127         * ext/gdk_pixbuf/gstgdkpixbuf.c:
12128         * ext/gdk_pixbuf/gstgdkpixbuf.h:
12129         * ext/gdk_pixbuf/pixbufscale.c:
12130         * ext/gdk_pixbuf/pixbufscale.h:
12131           Gdkpixbuf ported from 0.8 to 0.10 by
12132           Renato Filho <renato.filho@indt.org.br>.
12133           gst_loader and gdkpixbufanimation still need port.
12134
12135 2006-02-24  Michael Smith  <msmith@fluendo.com>
12136
12137         * configure.ac:
12138         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12139         * ext/Makefile.am:
12140         * ext/annodex/Makefile.am:
12141         * ext/annodex/gstannodex.c:
12142         * ext/annodex/gstannodex.h:
12143         * ext/annodex/gstcmmldec.c:
12144         * ext/annodex/gstcmmldec.h:
12145         * ext/annodex/gstcmmlenc.c:
12146         * ext/annodex/gstcmmlenc.h:
12147         * ext/annodex/gstcmmlparser.c:
12148         * ext/annodex/gstcmmlparser.h:
12149         * ext/annodex/gstcmmltag.c:
12150         * ext/annodex/gstcmmltag.h:
12151         * ext/annodex/gstcmmlutils.c:
12152         * ext/annodex/gstcmmlutils.h:
12153         * ext/annodex/gstskeldec.c:
12154         * ext/annodex/gstskeldec.h:
12155         * ext/annodex/gstskeltag.c:
12156         * ext/annodex/gstskeltag.h:
12157         * tests/check/Makefile.am:
12158         * tests/check/elements/cmmldec.c:
12159         * tests/check/elements/cmmlenc.c:
12160         * tests/check/elements/skeldec.c:
12161           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
12162           Includes tests & docs, oh my! Passes Thomas's -good checklist
12163           entirely. Wow.
12164
12165 2006-02-24  Michael Smith  <msmith@fluendo.com>
12166
12167         * autogen.sh:
12168           Check for automake 1.9 as well.
12169
12170 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12171
12172         * ext/flac/gstflacenc.c:
12173           Change min. sample rate to 8kHz to match flacdec's.
12174           
12175 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
12176
12177         * ext/cdio/Makefile.am:
12178           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
12179           required for Cygwin, see #317048)
12180
12181         * gst/rtp/gstasteriskh263.c:
12182           Cygwin has includes for both the unix network socket API
12183           and the windows API, but only one can be included, so fix
12184           includes to only use one or the other, prefering the unxi
12185           one (#317048).
12186
12187 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12188
12189         * rtp/gst/gstrtppcmadepay.c:
12190         * rtp/gst/gstrtppcmadepay.h:
12191         * rtp/gst/gstgstrtppcmapay.c:
12192         * rtp/gst/gstgstrtppcmapay.h:
12193         * rtp/gst/gstrtppcmudepay.c:
12194         * rtp/gst/gstrtppcmudepay.h:
12195         * rtp/gst/gstrtppcmupay.c:
12196         * rtp/gst/gstrtppcmupay.h:
12197         * rtp/gst/Makefile.am:
12198         * rtp/gst/gstrtp.c:
12199         * rtp/gst/README:
12200         Separated the G711 payloaders/depayloaders into separate elements for
12201         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
12202
12203 2006-02-22  Wim Taymans  <wim@fluendo.com>
12204
12205         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
12206         (gst_dvdec_change_state):
12207         * ext/dv/gstdvdec.h:
12208         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
12209         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12210         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12211         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
12212         (gst_dvdemux_flush), (gst_dvdemux_chain),
12213         (gst_dvdemux_change_state):
12214         * ext/dv/gstdvdemux.h:
12215         Ueber spiffify some more, added debug category.
12216         Use _scale.
12217         Use segments, respect playback rate from newsegment.
12218         Fix refcount issue.
12219
12220 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
12221
12222         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
12223         (gst_signal_processor_process):
12224         Fix compilation of LADPSA. It doesn't seem to work, and isn't
12225         enabled for the build, but it helps me win the feature-count
12226         competitions ooh yeah.
12227
12228 2006-02-19  Wim Taymans  <wim@fluendo.com>
12229
12230         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
12231         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
12232         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
12233         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
12234         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12235         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
12236         Use scaling code for added precission and more correct stop
12237         position in case scale==0.
12238
12239 2006-02-19  Wim Taymans  <wim@fluendo.com>
12240
12241         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12242         (gst_flxdec_chain):
12243         * gst/flx/gstflxdec.h:
12244         Implement DURATION query.
12245
12246 2006-02-19  Wim Taymans  <wim@fluendo.com>
12247
12248         * gst/flx/flx_color.h:
12249         * gst/flx/flx_fmt.h:
12250         * gst/flx/gstflxdec.c: (gst_flxdec_init),
12251         (gst_flxdec_src_query_handler), (flx_decode_color),
12252         (gst_flxdec_chain):
12253         * gst/flx/gstflxdec.h:
12254         Set MALLOCDATA for the temp buffers so we don't leak.
12255         Some debug cleanups.
12256         Consume all data in the adapter before leaving the chain
12257         function. Fixes #330678.
12258
12259 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
12260
12261         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12262         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
12263          Handle 0 data size in otherwise valid frames.
12264          Handle numeric strings in 2.4.0 even when not in parentheses 
12265
12266 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
12267
12268         * gst/matroska/matroska-demux.c:
12269         (gst_matroska_demux_subtitle_caps),
12270         (gst_matroska_demux_plugin_init):
12271         * gst/matroska/matroska-ids.h:
12272           Recognise SSA/ASS and USF subtitle formats and
12273           set proper caps when they are found.
12274
12275 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12276
12277         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
12278         (gst_jpeg_dec_chain):
12279           Fix invalid memory access for some odd-sized images
12280           (see image contained in quicktime stream in #327083);
12281           use g_malloc() instead of g_alloca().
12282
12283 2006-02-17  Wim Taymans  <wim@fluendo.com>
12284
12285         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12286         Patch from Sebastien Cote, fixes #319884
12287
12288 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12289
12290         * ext/cdio/gstcdio.c: (plugin_init):
12291           Init debug category (#331253).
12292
12293 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12294
12295         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12296           Pass extra_data to gst_riff_create_audio_caps(), so that
12297           WAVEFORMATEX stuff works. Post audio codec name and post
12298           it as taglist on the bus. Allow up to 8 channesl for raw
12299           PCM in the source pad template caps.
12300
12301 2006-02-16  Wim Taymans  <wim@fluendo.com>
12302
12303         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12304         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
12305         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
12306         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
12307         (gst_multipart_set_property), (gst_multipart_get_property):
12308         Applied #318663. Gives quite a few false positives in
12309         autoscan mode, but it's better than nothing. Not closing yet.
12310
12311 2006-02-16  Wim Taymans  <wim@fluendo.com>
12312
12313         * docs/plugins/Makefile.am:
12314         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12315         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12316         * docs/plugins/gst-plugins-good-plugins.args:
12317         * docs/plugins/inspect/plugin-udp.xml:
12318         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12319         (gst_udpsrc_start):
12320         Update documentation.
12321         Fix args.
12322
12323 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
12324
12325         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12326         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
12327         frame size. (Fixes #331368)
12328
12329 2006-02-16  Wim Taymans  <wim@fluendo.com>
12330
12331         * gst/rtsp/README:
12332         Updated README.
12333
12334         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
12335         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
12336         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
12337         * gst/rtsp/gstrtspsrc.h:
12338         Make sure the RTP port is an even port an try to allocate 
12339         another if not.
12340         Added retry property to control max retries for port allocation.
12341         Make sure RTCP port is RTP port+1.
12342         Cleanup when port allocation fails.
12343         Fixes #319183.
12344         
12345 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12346
12347         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
12348           Don't ignore return value of the parent class's state
12349           change function (#331385, patch by: Wouter Paesen).
12350
12351 2006-02-15  Wim Taymans  <wim@fluendo.com>
12352
12353         * configure.ac:
12354         * docs/plugins/Makefile.am:
12355         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12356         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12357         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12358         * ext/Makefile.am:
12359         * ext/hal/Makefile.am:
12360         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
12361         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
12362         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
12363         (do_toggle_element), (gst_hal_audio_sink_set_property),
12364         (gst_hal_audio_sink_get_property),
12365         (gst_hal_audio_sink_change_state):
12366         * ext/hal/gsthalaudiosink.h:
12367         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
12368         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
12369         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
12370         (do_toggle_element), (gst_hal_audio_src_set_property),
12371         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
12372         * ext/hal/gsthalaudiosrc.h:
12373         * ext/hal/gsthalelements.c: (plugin_init):
12374         * ext/hal/gsthalelements.h:
12375         * ext/hal/hal.c: (gst_hal_get_string),
12376         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
12377         (gst_hal_get_audio_src):
12378         * ext/hal/hal.h:
12379         Add HAL sound device wrapper plugins. Closes #329106
12380
12381 2006-02-15  Wim Taymans  <wim@fluendo.com>
12382
12383         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
12384         Add comment in a fultile attempt to stop the copy-and-paste 
12385         paradigm leading to duplication of bad code.
12386
12387         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
12388         Mime parameters have to be checked case insensitive
12389
12390 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
12391
12392         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
12393           Advance stream time for lagging subtitle streams by sending
12394           newsegment events with the update flag set.
12395
12396 2006-02-14  Edward Hervey  <edward@fluendo.com>
12397
12398         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
12399         There can be bogus data before the hdrl LIST tag in the RIFF header.
12400         It's hard to say if it's not respecting the AVI specifications or not,
12401         but since Google Video is producing AVIs like that and the other player
12402         don't seem to complain, I guess we should do the same.
12403
12404 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
12405
12406         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
12407         (parse_split_strings):
12408         Add more validation to ensure that a char encoding conversion
12409         produced a valid UTF-8 string.
12410
12411 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
12412
12413         Reviewed by: Edward Hervey  <edward@fluendo.com>
12414
12415         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12416         Properly handle end of segment. Closes #330885.
12417
12418 2006-02-13  Wim Taymans  <wim@fluendo.com>
12419
12420         * gst/rtp/gstrtpmp4gpay.h:
12421         For got to commit this one.
12422
12423 2006-02-12  Wim Taymans  <wim@fluendo.com>
12424
12425         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
12426         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
12427         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
12428         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
12429         * gst/rtp/gstrtpmp4gpay.h:
12430         Make more things work.
12431         Handle ACC config strings.
12432
12433 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12434
12435         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
12436           set timestamps if no incoming timestamps set
12437
12438 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
12439
12440         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
12441         (gst_tag_demux_do_typefind):
12442           ... and fix the very same leaks in GstTagDemux.
12443
12444 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
12445
12446         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
12447         (gst_id3demux_do_typefind):
12448         Fix a couple of mem leaks. (Patch by Jonathan Matthew
12449         <jonathan at kaolin dot wh9 dot net>)
12450
12451 2006-02-10  Wim Taymans  <wim@fluendo.com>
12452
12453         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
12454         First set options, then set caps or else the baseclass
12455         will not know about the options, duh.
12456
12457 2006-02-10  Wim Taymans  <wim@fluendo.com>
12458
12459         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
12460         (gst_rtp_mp4v_pay_setcaps):
12461         Don't waste time looking for a config string if we have codec_info
12462         on the incomming caps.
12463
12464 2006-02-10  Wim Taymans  <wim@fluendo.com>
12465
12466         * gst/rtp/README:
12467         Say something about case-sensitivity of caps vs mime-attributes.
12468
12469         * gst/rtp/Makefile.am:
12470         * gst/rtp/gstrtp.c: (plugin_init):
12471         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12472         (gst_rtp_amr_pay_handle_buffer):
12473         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
12474         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
12475         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
12476         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
12477         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
12478         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
12479         (gst_rtp_mp4g_pay_plugin_init):
12480         * gst/rtp/gstrtpmp4gpay.h:
12481         Added beginnings of mpeg4-generic payloader (RFC 3640)
12482
12483 2006-02-09  Wim Taymans  <wim@fluendo.com>
12484
12485         * gst/rtsp/Makefile.am:
12486         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
12487         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
12488         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
12489         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
12490         (gst_rtpdec_change_state):
12491         * gst/rtsp/gstrtpdec.h:
12492         * gst/rtsp/gstrtsp.c: (plugin_init):
12493         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12494         * gst/rtsp/rtspconnection.c: (read_body),
12495         (rtsp_connection_receive):
12496         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
12497         Resurected rtpdec to make rtspsrc happy again.
12498         Skip attributes from the session id.
12499         Don't crash when dumping a message with an empty body.
12500
12501
12502 2006-02-09  Wim Taymans  <wim@fluendo.com>
12503
12504         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12505         Added more meaningfull warnings when something goes wrong.
12506         Clear F bit on outgoing AMR packets.
12507
12508         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12509         (gst_rtp_amr_pay_handle_buffer):
12510         Added debugging category
12511         Support payloading of multiple AMR frames.
12512
12513         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
12514         Added some debugging.
12515
12516 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
12517
12518         * configure.ac:
12519           Back to CVS
12520
12521 === release 0.10.2 ===
12522
12523 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
12524
12525         * configure.ac:
12526           releasing 0.10.2, "Papa was a rolling stone"
12527
12528 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12529
12530         * configure.ac:
12531           Bump core and plugins-base requirement to 0.10.2.2
12532           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
12533
12534 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12535
12536         * ext/flac/gstflac.c: (plugin_init):
12537         * ext/speex/gstspeex.c: (plugin_init):
12538           Register musicbrainz tags.
12539
12540 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12541
12542         * ext/gconf/gconf.h:
12543           Remove declaration of function that no longer exists.
12544
12545 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12546
12547         * ext/shout2/gstshout2.c: (gst_shout2send_render),
12548         (gst_shout2send_setcaps), (gst_shout2send_change_state):
12549         Make shout2 work for non ogg streams
12550
12551 2006-02-06  Wim Taymans  <wim@fluendo.com>
12552
12553         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12554         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
12555         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
12556         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
12557         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
12558         * gst/udp/gstmultiudpsink.h:
12559         Updated docs.
12560         Added properties bytes-served, bytes_to_serve.
12561         Post proper error messages,
12562         Emit client added signal too.
12563
12564 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12565
12566         * docs/plugins/Makefile.am:
12567         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12568         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12569         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12570         (gst_multiudpsink_get_stats):
12571           adding docs for multiudpsink
12572
12573 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12574
12575         * gst/level/gstlevel.c: (gst_level_transform_ip):
12576           peak below decay is not necessarily an error, so don't ERROR log
12577
12578 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12579
12580         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
12581         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
12582         (gst_ebml_write_seek):
12583         * gst/matroska/ebml-write.h:
12584           Make sure we send a newsegment event in BYTES format
12585           before sending buffers (#328531).
12586
12587 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12588
12589         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
12590         (gst_dvdemux_sink_query):
12591         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
12592         * ext/speex/gstspeexdec.c: (speex_get_query_types),
12593         (speex_dec_src_query):
12594         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
12595         (gst_speexenc_sink_query):
12596         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12597         * gst/matroska/matroska-demux.c:
12598         (gst_matroska_demux_get_src_query_types),
12599         (gst_matroska_demux_handle_src_query):
12600         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
12601         (gst_wavparse_pad_query):
12602           Pass unhandled queries upstream instead of just dropping
12603           them (#326446). Update query type arrays here and there.
12604
12605 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12606
12607         * tests/check/elements/matroskamux.c: (setup_src_pad):
12608           Collectpads in core got changed and now also holds a
12609           reference to any pad that is part of it. Fix refcount
12610           checks in test case accordingly.
12611
12612 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12613
12614         * gst/apetag/gstapedemux.h:
12615           Fix include, for now GstTagDemux is in the apetag dir.
12616
12617 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12618
12619         * docs/plugins/Makefile.am:
12620         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12621         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12622         * docs/plugins/inspect/plugin-cdio.xml:
12623           Add cdio plugin to docs.
12624
12625         * ext/cdio/gstcdiocddasrc.c:
12626           Add gtk-doc blurb.
12627
12628         * ext/cdio/gstcdio.c:
12629           The plugin is called 'cdio' not 'cddio'.
12630
12631 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12632
12633         * configure.ac:
12634         * docs/plugins/Makefile.am:
12635         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12636         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12637         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12638         * docs/plugins/inspect/plugin-apetag.xml:
12639         * gst/apetag/Makefile.am:
12640         * gst/apetag/gstapedemux.c:
12641         * gst/apetag/gstapedemux.h:
12642         * gst/apetag/gsttagdemux.c:
12643         * gst/apetag/gsttagdemux.h:
12644           Add APE tag demuxer (#325649).
12645
12646 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12647
12648         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
12649         (gst_gconf_get_default_video_sink),
12650         (gst_gconf_get_default_audio_src),
12651         (gst_gconf_get_default_video_src):
12652         * ext/gconf/gconf.h:
12653         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
12654         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
12655         (do_toggle_element):
12656         * ext/gconf/gstgconfaudiosink.h:
12657         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
12658         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
12659         (do_toggle_element):
12660         * ext/gconf/gstgconfaudiosrc.h:
12661         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
12662         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
12663         (do_toggle_element):
12664         * ext/gconf/gstgconfvideosink.h:
12665         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
12666         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
12667         (do_toggle_element):
12668         * ext/gconf/gstgconfvideosrc.h:
12669           Ignore changing the GConf key to "". Ignore GConf key updates
12670           that don't actually change the string.
12671           For now, ignore the GConf key when the state is > READY, as
12672           it breaks streaming. Sometime it will be nice to bring the
12673           new sink online even mid-stream, by sending NEWSEGMENT info
12674           and possibly prerolling.
12675           (Fixes #326736)
12676
12677 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12678
12679         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
12680         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
12681         (zoomFilterSetResolution), (zoomFilterDestroy),
12682         (zoomFilterFastRGB), (pointFilter):
12683         * gst/goom/filters.h:
12684         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
12685         (goom_update), (goom_close):
12686         * gst/goom/goom_core.h:
12687         * gst/goom/goom_tools.h:
12688         * gst/goom/graphic.c:
12689         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
12690         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
12691         * gst/goom/gstgoom.h:
12692         * gst/goom/lines.c: (goom_lines):
12693         * gst/goom/lines.h:
12694           Make goom reentrant by moving all important static variables
12695           into instance structures.
12696           (Fixes #329181)
12697
12698 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
12699
12700         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
12701         (gst_avi_demux_all_source_pads_unlinked),
12702         (gst_avi_demux_process_next_entry):
12703         * gst/avi/gstavidemux.h:
12704           Third attempt, use gst_pad_is_linked() this time.
12705
12706 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
12707
12708         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12709         (parse_split_strings):
12710         Adjust for data length indicators when parsing (Fixes #329810)
12711         Fix stupid bug parsing UTF-8 tag text.
12712         Output tag strings with multiple fields as multiple tags, so the
12713         app gets all the data.
12714
12715 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12716
12717         * ext/flac/gstflacenc.c:
12718         Fixed a bug add in last commit, where no event is send. Thanks Tim to
12719         show me.
12720         
12721 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12722
12723         * ext/flac/gstflacenc.c:
12724         * gst/matroska/ebml-read.c:
12725         Just make it compile with --disable-gst-debug.
12726
12727 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
12728
12729         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
12730         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
12731         (id3v2_genre_fields_to_taglist):
12732           Never output a tag with a null contents string.
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           Only pause if all pads are unlinked AND we've tried to send data
12738           on all of them at least once.
12739
12740 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12741
12742         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
12743         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
12744           Make loop function/task pause itself when all source pads are
12745           unlinked.
12746
12747 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12748
12749         * configure.ac:
12750         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
12751           Use new functions from core to render a bin from a
12752           string. Fixes build. Up requirements to core CVS.
12753
12754 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
12755
12756         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
12757           Don't push buffers into the adapter that we are going to
12758           push downstream again without framing anyway. Also, the
12759           adaptor takes ownership of buffers put into it (fixes
12760           auparse pushing invalid buffers for .au files with
12761           ADPCM contents). Finally, set caps on all outgoing buffers.
12762
12763 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
12764
12765         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
12766         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
12767         (gst_id3demux_send_tag_event):
12768         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
12769         Someone should kick my butt. Remove ID3v1 tags from the end of the
12770         file.
12771
12772         Improve error messages. Send the TAG message as soon as we complete
12773         typefinding, instead of waiting until we send the first buffer.
12774         Downstream tag event is still sent before the first buffer.
12775
12776 2006-01-27  Jan Gerber  <j@bootlab.org>
12777
12778         Reviewed by: Andy Wingo <wingo@pobox.com>
12779
12780         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
12781         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
12782         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
12783         to not have warings flooding stderr. this is the suggested way
12784         also used in dvgrab and kino. (#328336)
12785
12786 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
12787
12788         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
12789         (gst_oss_sink_init), (gst_oss_sink_finalise):
12790           Free the device name string when finalised.
12791
12792 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
12793
12794         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
12795           Don't put function calls in g_return_if_fail() statements,
12796           or they'll be replaced with NOOPs if someone compiles with
12797           G_DISABLE_CHECKS defined.
12798           
12799 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
12800
12801         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12802         Never trust ANY information encoded in a media file, especially
12803         when it's giving you sizes. (Fixes #328452)
12804
12805 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
12806
12807         * gst/rtp/gstrtpg711pay.c:
12808         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
12809         bug #325148.
12810
12811 2006-01-23  Edward Hervey  <edward@fluendo.com>
12812
12813         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
12814         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
12815         * gst/matroska/matroska-ids.h:
12816         Added recognition of Real Audio and Video streams in matroska demuxer.
12817
12818 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
12819
12820         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
12821           Remove errant break statement, and fix compilation with
12822           older GCC.
12823
12824 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
12825
12826         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12827
12828         * sys/sunaudio/gstsunaudiomixerctrl.c:
12829         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
12830           Export functions that are needed in other parts of the code,
12831           makes the mixer actually work; adjust magic minimum buffer-time
12832           value from 3ms to 5ms to work around stuttering during mp3
12833           playback (#327765).
12834
12835 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
12836
12837         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12838
12839         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
12840         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
12841           Fix possible deadlock in matroska muxer (#327825).
12842
12843 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
12844
12845         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
12846         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
12847         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
12848         * gst/rtsp/sdpmessage.h:
12849         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
12850         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
12851           C89 fixes: declare variables at the beginning of a block and
12852           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
12853           <jensgr at gmx dot net>).
12854
12855 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
12856
12857         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12858         * gst/id3demux/id3tags.h:
12859         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12860         (parse_comment_frame), (parse_text_identification_frame),
12861         (id3v2_tag_to_taglist), (id3v2_are_digits),
12862         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
12863         (parse_split_strings), (free_tag_strings):
12864           Rewrite parsing of text tags to handle multiple NULL terminated
12865           strings. Parse numeric genre strings and ID3v2 type
12866           "(3)(6)Alternative" style genre strings.
12867           Parse dates that are only YYYY or YYYY-mm format.
12868           (Fixes #328241 and #322154)
12869
12870 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
12871
12872         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12873           Don't forget to initialize liboil, otherwise our oil functions
12874           will crash (fixes #327871; patch by: Christoph Burghardt
12875           <hawkes at web dot de>).
12876
12877 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12878
12879         * configure.ac:
12880           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
12881           like in the core and gst-plugins-base. Fixes #324367 and #326683;
12882           patch by: Brian Cameron <brian dot cameron at sun dot com>
12883
12884 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12885
12886         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
12887         * ext/cdio/gstcdio.h:
12888         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
12889           Fix build for libcdio versions >= 76; give slightly lower rank
12890           than cdparanoia.
12891
12892 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12893
12894         * configure.ac:
12895         * ext/Makefile.am:
12896         * ext/cdio/Makefile.am:
12897         * ext/cdio/gstcdio.c:
12898         * ext/cdio/gstcdio.h:
12899         * ext/cdio/gstcdiocddasrc.c:
12900         * ext/cdio/gstcdiocddasrc.h:
12901           Port libcdio cdda source, formerly known as cddasrc, now known as
12902           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
12903           but that's not tested (fixes #317658).
12904
12905 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12906
12907         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
12908           Fix conversion from TIME to BYTES format (fixes #326864;
12909           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
12910
12911 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
12912
12913         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12914           Fix compilation of id3demux when zlib is not present.
12915           (Fixes #326602; patch by: Sergey Scobich)
12916
12917 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
12918
12919         * ext/esd/Makefile.am:
12920           Add $(ESD_CFLAGS), otherwise build will fail for folks
12921           with libesd in a non-standard prefix (#327009).
12922
12923 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12924
12925         * configure.ac:
12926           back to HEAD
12927
12928 === release 0.10.1 ===
12929
12930 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
12931
12932         * configure.ac:
12933           releasing 0.10.1, "Li"
12934
12935 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12936
12937           patch by: Wim Taymans
12938
12939         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12940           fix memleak.  Fixes #326618
12941
12942 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12943
12944           patch by: Mike Smith
12945
12946         * gst/level/gstlevel.c: (gst_level_message_new),
12947         (gst_level_message_append_channel):
12948           Fix memleak.  Fixes #326612
12949
12950 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12951
12952         * configure.ac:
12953           prereleasing
12954         * po/af.po:
12955         * po/az.po:
12956         * po/cs.po:
12957         * po/en_GB.po:
12958         * po/hu.po:
12959         * po/it.po:
12960         * po/nb.po:
12961         * po/nl.po:
12962         * po/or.po:
12963         * po/sq.po:
12964         * po/sr.po:
12965         * po/sv.po:
12966         * po/uk.po:
12967         * po/vi.po:
12968           update translations
12969
12970 2006-01-10  Michael Smith  <msmith@fluendo.com>
12971
12972         * gst/level/gstlevel.c: (gst_level_class_init),
12973         (gst_level_dispose):
12974           Don't leak filter arrays.
12975
12976 2006-01-09 Brian Cameron <brian.cameron@sun.com>
12977
12978         reviewed by: Christian Schaller <uraeus@gnome.org>
12979         
12980         * configure.ac:
12981         * gst-plugins-good.spec.in:
12982         * sys/Makefile.am:
12983         * sys/sunaudio/Makefile.am:
12984         * sys/sunaudio/gstsunaudio.c: (plugin_init):
12985         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
12986         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
12987         (gst_sunaudiomixer_change_state):
12988         * sys/sunaudio/gstsunaudiomixer.h:
12989         * sys/sunaudio/gstsunaudiomixerctrl.c:
12990         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
12991         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
12992         (gst_sunaudiomixer_ctrl_list_tracks),
12993         (gst_sunaudiomixer_ctrl_get_volume),
12994         (gst_sunaudiomixer_ctrl_set_volume),
12995         (gst_sunaudiomixer_ctrl_set_mute),
12996         (gst_sunaudiomixer_ctrl_set_record):
12997         * sys/sunaudio/gstsunaudiomixerctrl.h:
12998         * sys/sunaudio/gstsunaudiomixertrack.c:
12999         (gst_sunaudiomixer_track_class_init),
13000         (gst_sunaudiomixer_track_init), (fill_labels),
13001         (gst_sunaudiomixer_track_new):
13002         * sys/sunaudio/gstsunaudiomixertrack.h:
13003         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
13004         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
13005         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
13006         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
13007         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
13008         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
13009         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
13010         * sys/sunaudio/gstsunaudiosink.h:
13011
13012         Add SunAudio plugin - tested to make sure it doesn't break
13013         the build under GNU/Linux.      
13014
13015 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
13016
13017         * gst-plugins-good/gst/udp/gstdynudpsink.c:
13018         * gst-plugins-good/gst/udp/gstudpsrc.c:
13019         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
13020         overrides the port or multicast parameters. Fixes bugs #323021.
13021         API addition: adds GstUDPSrc::sockfd property   
13022
13023 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
13024
13025         * ext/gconf/Makefile.am:
13026         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
13027         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
13028         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
13029         (do_toggle_element), (cb_toggle_element),
13030         (gst_gconf_audio_src_change_state):
13031         * ext/gconf/gstgconfaudiosrc.h:
13032         * ext/gconf/gstgconfelements.c: (plugin_init):
13033         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
13034         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
13035         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
13036         (do_toggle_element), (cb_toggle_element),
13037         (gst_gconf_video_src_change_state):
13038         * ext/gconf/gstgconfvideosrc.h:
13039           Add new gconfaudiosrc and gconfvideosrc elements
13040           (needed for gnome-sound-recorder).
13041
13042 2006-01-06  Edward Hervey  <edward@fluendo.com>
13043
13044         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13045         Add gst_element_no_more_pads() for proper decodebin behaviour.
13046         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
13047         (parse_text_identification_frame), (parse_split_strings):
13048         Failure to decode some tags is not a GST_ERROR() but a
13049         GST_WARNING()
13050         When iterating over a chunk of text, check that we haven't gone too
13051         far.
13052
13053 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
13054
13055         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
13056         (plugin_init):
13057           call oil_init() when using liboil
13058
13059 2006-01-04  Wim Taymans  <wim@fluendo.com>
13060
13061         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13062         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13063         Fix leaks.
13064
13065 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
13066
13067         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13068
13069         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
13070         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
13071         (gst_flac_dec_change_state):
13072           Don't g_assert() where we should just return FALSE; remove
13073           unnecessary g_assert(); initialize some fields properly in
13074           state change function (fixes #325504). Also, use
13075           GST_DEBUG_OBJECT in two more places.
13076
13077 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13078
13079         * configure.ac:
13080           also remove smoothwave's Makefile.am
13081         * docs/plugins/Makefile.am:
13082           fix plugin docs
13083
13084 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13085
13086         * tests/examples/Makefile.am:
13087           added missing Makefile.am
13088
13089 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13090
13091         * configure.ac:
13092         * gst/level/Makefile.am:
13093         * gst/level/level-example.c:
13094         * tests/Makefile.am:
13095         * tests/examples/level/Makefile.am:
13096         * tests/examples/level/level-example.c: (message_handler), (main):
13097           moved level-example to tests/examples/level-example
13098         * tests/old/examples/level/demo.c: (main):
13099         * tests/old/examples/level/plot.c: (main):
13100           some initial fixes
13101
13102 2005-12-29  Michael Smith  <msmith@fluendo.com>
13103
13104         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13105         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
13106         * gst/udp/gstmultiudpsink.h:
13107           Track packets sent per client in addition to bytes sent; provide
13108           this info through get-stats signal
13109
13110 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13111
13112         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
13113           Can't use gst_object_unref() on a GstAdapter (#325191).
13114
13115 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
13116
13117         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13118         If a broken tag has 0 bytes payload, at least still skip
13119         the 10 byte header
13120
13121 2005-12-22  Philippe Khalaf  <burger@speedy.org>
13122
13123         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
13124         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13125         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
13126         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13127           Making these depayloaders (H263+ and mpeg4 video) inherit from
13128           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
13129
13130 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13131
13132         * docs/plugins/gst-plugins-good-plugins.args:
13133         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13134         Regenerate the plugin hiearchy.
13135
13136 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13137
13138         * docs/plugins/Makefile.am:
13139         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13140         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13141         * docs/plugins/gst-plugins-good-plugins.args:
13142         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
13143         (gst_id3demux_base_init), (gst_id3demux_class_init),
13144         (gst_id3demux_chain):
13145         * gst/id3demux/gstid3demux.h:
13146           Add documentation for id3demux.
13147           Don't fail if the first buffer is not at offset 0, just
13148           attempt to typefind and do pass through
13149           Rename the gst_type function from gst_gst_id3demux..
13150
13151 2005-12-20  Michael Smith  <msmith@fluendo.com>
13152
13153         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13154         (gst_multiudpsink_add), (gst_multiudpsink_remove),
13155         (gst_multiudpsink_get_stats):
13156         * gst/udp/gstmultiudpsink.h:
13157           Collect statistics; return them from get_stats.
13158
13159 2005-12-19  Edward Hervey  <edward@fluendo.com>
13160
13161         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
13162         Stupid signedness issue...
13163
13164 2005-12-19  Edward Hervey  <edward@fluendo.com>
13165
13166         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13167         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
13168         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
13169         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13170         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
13171         Construct index for indexless files.
13172         Make sure pad/buffers are correctly reset to NULL once we don't need
13173         them anymore, else we get lovely segfaults/assertions.
13174         * gst/wavparse/gstwavparse.c:
13175         Yes, you can have 96KHz audio and wma in wav :(
13176
13177 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
13178
13179         * configure.ac:
13180           Check for optional dependency on zlib for id3demux
13181
13182         * gst/id3demux/Makefile.am:
13183         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
13184         (gst_id3demux_base_init), (gst_id3demux_class_init),
13185         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
13186         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
13187         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
13188         (gst_id3demux_set_property), (gst_id3demux_get_property),
13189         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
13190         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
13191         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
13192         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
13193         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
13194         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
13195         (simple_find_peek), (simple_find_suggest),
13196         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
13197         (plugin_init):
13198         * gst/id3demux/gstid3demux.h:
13199         * gst/id3demux/id3tags.c: (read_synch_uint),
13200         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
13201         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
13202         (id3demux_id3v2_frames_to_tag_list):
13203         * gst/id3demux/id3tags.h:
13204         * gst/id3demux/id3v2.4.0-frames.txt:
13205         * gst/id3demux/id3v2.4.0-structure.txt:
13206         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13207         (parse_comment_frame), (parse_text_identification_frame),
13208         (id3v2_tag_to_taglist), (parse_split_strings):
13209           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
13210           otherwise it discards them. Works on my test files. 
13211
13212         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
13213           Don't send EOS to a non-existing srcpad
13214           The debug category can be static
13215
13216 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
13217
13218         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
13219         * ext/esd/esdsink.c: (gst_esdsink_prepare):
13220         * gst/multipart/multipartdemux.c:
13221           change some char* into char[]
13222
13223 2005-12-16  Wim Taymans  <wim@fluendo.com>
13224
13225         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
13226         (gst_wavparse_other), (gst_wavparse_perform_seek),
13227         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
13228         (gst_wavparse_loop), (gst_wavparse_pad_convert),
13229         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
13230         * gst/wavparse/gstwavparse.h:
13231         Use GstSegment to implement more seeking features.
13232
13233 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
13234
13235         * gst/rtsp/rtspconnection.c:
13236           Add <netinet/in.h> include and move <arpa/inet.h> include
13237           to make things work on OpenBSD as well (fixes #323717;
13238           patch by: Benjamin Pineau)
13239
13240 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
13241
13242         * gst/rtp/gstrtpspeexdepay.c:
13243         * gst/rtp/gstrtpspeexpay.c:
13244         Set clock rate to be fixed in 8000. It fixes bug #324012.
13245
13246 2005-12-14  Philippe Khalaf  <burger@speedy.org>
13247
13248         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
13249         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
13250         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
13251         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13252         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13253         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
13254         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
13255         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13256         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
13257         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13258         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
13259         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
13260         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
13261         * gst-plugins-good/gst/rtp/README:
13262         Fixed payload range in payloder caps. Removed payload range completely
13263         from depayloaders as they don't require payload type in their caps.
13264         In effect, there isn't any specific payload type for any given codec,
13265         only suggestions.
13266         Fixes bug #324011.
13267
13268 2005-12-13  Julien MOUTTE  <julien@moutte.net>
13269
13270         * gst/videomixer/videomixer.c: (gst_videomixer_init),
13271         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13272         (gst_videomixer_collected): Code cleanup and re-enabling 
13273         queued time validity check for correct EOS handling.
13274
13275 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
13276
13277         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13278         (gst_oss_mixer_element_get_property),
13279         (gst_oss_mixer_element_change_state):
13280         Add 'device-name' property and fix state change function.
13281
13282 2005-12-13  Edward Hervey  <edward@fluendo.com>
13283
13284         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
13285         If the speed of the file is null in the header, set the frame_time to
13286         the default setting of GST_SECOND / 70. Which is the default
13287         frame_delay for .fli files as stated in this document :
13288         http://www.compuphase.com/flic.htm
13289         Would be nice to have the time conversion done properly too (duration =
13290         flxh->frames * flxdec->frame_time)
13291
13292 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13293
13294         * docs/plugins/Makefile.am:
13295         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13296         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13297         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13298         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13299         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13300         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
13301         documentation for videomixer on my way with a funny sample
13302         pipeline.
13303
13304 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13305
13306         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13307         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13308         (gst_videomixer_update_queues), (gst_videomixer_collected):
13309         Fix caps negotiation. (#323896)
13310
13311 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
13312
13313         * gst/matroska/matroska-demux.c:
13314         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
13315           Set correct timestamps on audio laces, fixes playback of mp3 from
13316                 matroska.
13317
13318 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
13319
13320         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
13321         (gst_au_parse_class_init), (gst_au_parse_init),
13322         (gst_au_parse_dispose), (gst_au_parse_chain),
13323         (gst_au_parse_change_state), (plugin_init):
13324         * gst/auparse/gstauparse.h:
13325           Use gst_object_unref() for GstObjects instead of
13326           g_object_unref() and fix a mem leak in a debug
13327           statement; while we're at it, also borgify, use
13328           boilerplate macros and clean up a little bit.
13329
13330 2005-12-11  Edward Hervey  <edward@fluendo.com>
13331
13332         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
13333         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
13334         Added pull mode.
13335
13336 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13337
13338         * gst/goom/gstgoom.c:
13339         * gst/level/level-example.c: (main):
13340         * gst/smoothwave/demo-osssrc.c: (main):
13341           Use audiotestsrc instead of sinesrc (#323798).
13342
13343 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
13344
13345         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
13346           more debug-func-ptr usage
13347
13348 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
13349
13350         * gst/flx/flx_color.c: (flx_colorspace_convert):
13351         * gst/flx/flx_color.h:
13352         * gst/flx/flx_fmt.h:
13353         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
13354         * gst/flx/gstflxdec.h:
13355           Now flxdec works on big-endian machines as well.
13356
13357 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13358
13359         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
13360         (gst_fenced_buffer_copy):
13361           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
13362           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
13363           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
13364           and use GST_DEBUG_FUNCPTR for pad functions.
13365
13366 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13367
13368         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
13369         (gst_flac_dec_class_init), (gst_flac_dec_init),
13370         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
13371         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
13372         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
13373         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
13374         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
13375         (gst_flac_dec_change_state):
13376         * ext/flac/gstflacdec.h:
13377           Rewrite flacdec a bit, so that even seeking might work now. Most
13378           importantly, don't act upon any flow return values we get, just tell
13379           the decoder everything's dandy and act on the flow return values
13380           later on in the loop function. We don't want to mess up the internal
13381           decoder state for non-fatal things like flushing pads etc. Other
13382           than that, use GstSegment (segment seeks don't work yet though, but
13383           should be easy to add), use boilerplate macros, drop the superfluous
13384           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
13385           lots of other things.
13386
13387 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13388
13389         * configure.ac:
13390           Update comment in OSS includes check.
13391
13392         * sys/oss/gstossdmabuffer.c:
13393         * sys/oss/gstosshelper.c:
13394         * sys/oss/gstossmixer.c:
13395         * sys/oss/gstossmixertrack.c:
13396         * sys/oss/gstosssink.c:
13397         * sys/oss/gstosssrc.c:
13398         * sys/oss/oss_probe.c:
13399           Don't assume the OSS soundcard.h include is always in
13400           the sys/ directory. Instead, use the existing defines
13401           from config.h to include the right file. Fixes
13402           compilation on OpenBSD 3.8 (#323718).
13403
13404 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13405
13406         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13407         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13408         * docs/plugins/inspect/plugin-1394.xml:
13409         * docs/plugins/inspect/plugin-aasink.xml:
13410         * docs/plugins/inspect/plugin-alaw.xml:
13411         * docs/plugins/inspect/plugin-alpha.xml:
13412         * docs/plugins/inspect/plugin-alphacolor.xml:
13413         * docs/plugins/inspect/plugin-auparse.xml:
13414         * docs/plugins/inspect/plugin-autodetect.xml:
13415         * docs/plugins/inspect/plugin-avi.xml:
13416         * docs/plugins/inspect/plugin-cacasink.xml:
13417         * docs/plugins/inspect/plugin-cairo.xml:
13418         * docs/plugins/inspect/plugin-cutter.xml:
13419         * docs/plugins/inspect/plugin-debug.xml:
13420         * docs/plugins/inspect/plugin-dv.xml:
13421         * docs/plugins/inspect/plugin-efence.xml:
13422         * docs/plugins/inspect/plugin-effectv.xml:
13423         * docs/plugins/inspect/plugin-esdsink.xml:
13424         * docs/plugins/inspect/plugin-flac.xml:
13425         * docs/plugins/inspect/plugin-flxdec.xml:
13426         * docs/plugins/inspect/plugin-gconfelements.xml:
13427         * docs/plugins/inspect/plugin-goom.xml:
13428         * docs/plugins/inspect/plugin-jpeg.xml:
13429         * docs/plugins/inspect/plugin-level.xml:
13430         * docs/plugins/inspect/plugin-matroska.xml:
13431         * docs/plugins/inspect/plugin-mulaw.xml:
13432         * docs/plugins/inspect/plugin-multipart.xml:
13433         * docs/plugins/inspect/plugin-navigationtest.xml:
13434         * docs/plugins/inspect/plugin-ossaudio.xml:
13435         * docs/plugins/inspect/plugin-png.xml:
13436         * docs/plugins/inspect/plugin-rtp.xml:
13437         * docs/plugins/inspect/plugin-rtsp.xml:
13438         * docs/plugins/inspect/plugin-shout2send.xml:
13439         * docs/plugins/inspect/plugin-smpte.xml:
13440         * docs/plugins/inspect/plugin-speex.xml:
13441         * docs/plugins/inspect/plugin-udp.xml:
13442         * docs/plugins/inspect/plugin-videobox.xml:
13443         * docs/plugins/inspect/plugin-videoflip.xml:
13444         * docs/plugins/inspect/plugin-videomixer.xml:
13445         * docs/plugins/inspect/plugin-wavenc.xml:
13446         * docs/plugins/inspect/plugin-wavparse.xml:
13447         * ext/flac/gstflac.c: (plugin_init):
13448         * ext/flac/gstflacdec.c: (flacdec_get_type),
13449         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
13450         (gst_flac_dec_init), (gst_flac_dec_finalize),
13451         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
13452         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
13453         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
13454         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
13455         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
13456         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
13457         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
13458         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
13459         * ext/flac/gstflacdec.h:
13460         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
13461         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
13462         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
13463         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
13464         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
13465         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
13466         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
13467         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
13468         (gst_flac_enc_change_state):
13469         * ext/flac/gstflacenc.h:
13470           borgify and fix up documentation
13471
13472 2005-12-09  Michael Smith  <msmith@fluendo.com>
13473
13474         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
13475           Accept a wider range of flac files, more closely matching flac spec.
13476
13477 2005-12-08  Julien MOUTTE  <julien@moutte.net>
13478
13479         * docs/plugins/Makefile.am: Add multipart elements.
13480         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13481         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
13482         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13483         * gst/multipart/multipartdemux.c:
13484         * gst/multipart/multipartmux.c: Add docs.
13485
13486 2005-12-07  Edward Hervey  <edward@fluendo.com>
13487
13488         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
13489         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
13490         (gst_avi_demux_invert):
13491         Memleak and crasher fixes.
13492         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
13493         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
13494         Memleak fixes
13495
13496 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13497
13498         * ext/aalib/gstaasink.h:
13499         * ext/cairo/gsttextoverlay.h:
13500         * ext/dv/gstdvdec.h:
13501         * ext/dv/gstdvdemux.c:
13502         * ext/dv/gstdvdemux.h:
13503         * ext/esd/esdsink.h:
13504         * ext/flac/flac_compat.h:
13505         * ext/flac/gstflacdec.h:
13506         * ext/flac/gstflacenc.h:
13507         * ext/gconf/gconf.h:
13508         * ext/gconf/gstgconfaudiosink.h:
13509         * ext/gconf/gstgconfvideosink.h:
13510         * ext/gdk_pixbuf/gstgdkanimation.h:
13511         * ext/jpeg/gstjpegdec.h:
13512         * ext/jpeg/smokecodec.h:
13513         * ext/jpeg/smokeformat.h:
13514         * ext/ladspa/gstsignalprocessor.h:
13515         * ext/ladspa/search.c: (LADSPAPluginSearch):
13516         * ext/ladspa/utils.h:
13517         * ext/libmng/gstmng.c:
13518         * ext/libmng/gstmngdec.h:
13519         * ext/libmng/gstmngenc.c:
13520         * ext/libmng/gstmngenc.h:
13521         * ext/libpng/gstpng.c:
13522         * ext/libpng/gstpngenc.c:
13523         * ext/libpng/gstpngenc.h:
13524         * ext/shout2/gstshout2.h:
13525         * ext/speex/gstspeexdec.h:
13526         * ext/speex/gstspeexenc.c:
13527         * ext/speex/gstspeexenc.h:
13528         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13529         * gst/autodetect/gstautoaudiosink.h:
13530         * gst/autodetect/gstautovideosink.h:
13531         * gst/avi/gstavidemux.h:
13532         * gst/cutter/gstcutter.c: (gst_cutter_chain),
13533         (gst_cutter_set_property), (gst_cutter_get_caps):
13534         * gst/cutter/gstcutter.h:
13535         * gst/debug/tests.c: (md5_process_block):
13536         * gst/debug/tests.h:
13537         * gst/effectv/gstwarp.c:
13538         * gst/flx/flx_fmt.h:
13539         * gst/flx/gstflxdec.h:
13540         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
13541         (zoomFilterFastRGB):
13542         * gst/goom/filters.h:
13543         * gst/goom/goom_tools.h:
13544         * gst/law/alaw-encode.c:
13545         * gst/level/gstlevel.c:
13546         * gst/level/gstlevel.h:
13547         * gst/matroska/ebml-write.h:
13548         * gst/matroska/matroska-demux.h:
13549         * gst/matroska/matroska-ids.h:
13550         * gst/matroska/matroska-mux.h:
13551         * gst/monoscope/convolve.c: (convolve_match):
13552         * gst/monoscope/convolve.h:
13553         * gst/multipart/multipartmux.c:
13554         * gst/oldcore/gstaggregator.c:
13555         * gst/oldcore/gstaggregator.h:
13556         * gst/oldcore/gstmd5sink.c: (md5_process_block):
13557         * gst/oldcore/gstmd5sink.h:
13558         * gst/oldcore/gstmultifilesrc.c:
13559         * gst/oldcore/gstmultifilesrc.h:
13560         * gst/oldcore/gstpipefilter.h:
13561         * gst/oldcore/gstshaper.h:
13562         * gst/rtp/gstrtpL16depay.h:
13563         * gst/rtp/gstrtpL16pay.h:
13564         * gst/rtp/gstrtpdepay.h:
13565         * gst/rtp/gstrtpmp4vpay.c:
13566         * gst/rtp/gstrtpmp4vpay.h:
13567         * gst/rtsp/gstrtspsrc.c:
13568         * gst/rtsp/gstrtspsrc.h:
13569         * gst/rtsp/rtspconnection.h:
13570         * gst/rtsp/rtspdefs.h:
13571         * gst/rtsp/rtspmessage.h:
13572         * gst/rtsp/rtsptransport.h:
13573         * gst/rtsp/rtspurl.c:
13574         * gst/rtsp/rtspurl.h:
13575         * gst/rtsp/sdpmessage.c:
13576         * gst/rtsp/sdpmessage.h:
13577         * gst/smpte/barboxwipes.c:
13578         * gst/smpte/gstmask.h:
13579         * gst/smpte/gstsmpte.h:
13580         * gst/smpte/paint.c:
13581         * gst/smpte/paint.h:
13582         * gst/udp/gstdynudpsink.h:
13583         * gst/udp/gstmultiudpsink.h:
13584         * gst/udp/gstudpsink.c:
13585         * gst/udp/gstudpsink.h:
13586         * gst/udp/gstudpsrc.c:
13587         * gst/videomixer/videomixer.c:
13588         * gst/wavenc/riff.h:
13589         * gst/wavparse/gstwavparse.h:
13590         * sys/oss/gstossdmabuffer.h:
13591         * sys/oss/gstossmixer.h:
13592         * sys/oss/gstossmixerelement.h:
13593         * sys/oss/gstossmixertrack.h:
13594         * sys/oss/gstosssink.c:
13595         * sys/oss/gstosssink.h:
13596         * sys/oss/gstosssrc.c:
13597         * sys/oss/gstosssrc.h:
13598         * sys/osxaudio/gstosxaudioelement.h:
13599         * sys/osxaudio/gstosxaudiosink.h:
13600         * sys/osxaudio/gstosxaudiosrc.h:
13601           expand tabs
13602
13603 === release 0.10.0 ===
13604
13605 2005-12-05   <thomas (at) apestaart (dot) org>
13606
13607         * configure.ac:
13608           releasing 0.10.0, "Abondance"
13609
13610 2005-12-05  Andy Wingo  <wingo@pobox.com>
13611
13612         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13613         * ext/flac/gstflacdec.c: (gst_flacdec_write):
13614         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
13615         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
13616         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
13617         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
13618         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13619         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
13620         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
13621         * ext/speex/gstspeexdec.c: (speex_dec_chain):
13622         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
13623         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13624         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
13625         * gst/goom/gstgoom.c: (gst_goom_chain):
13626         * gst/matroska/matroska-demux.c:
13627         (gst_matroska_demux_push_vorbis_codec_priv_data),
13628         (gst_matroska_demux_add_wvpk_header):
13629         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13630         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
13631         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
13632         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
13633         alloc_buffer changes.
13634
13635 2005-12-05  Michael Smith  <msmith@fluendo.com>
13636
13637         * docs/plugins/gst-plugins-good-plugins.args:
13638           Remove args for plugins that aren't in -good.
13639
13640 === release 0.9.7 ===
13641
13642 2005-12-01   <thomas (at) apestaart (dot) org>
13643
13644         * configure.ac:
13645           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
13646
13647 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13648
13649         * docs/plugins/.cvsignore:
13650         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13651         * docs/plugins/inspect/plugin-multipart.xml:
13652         * docs/plugins/inspect/plugin-rtp.xml:
13653           add multipart plugin to docs
13654
13655 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13656
13657         * configure.ac:
13658         * ext/Makefile.am:
13659         * ext/pango/Makefile.am:
13660         * ext/pango/gstclockoverlay.c:
13661         * ext/pango/gstclockoverlay.h:
13662         * ext/pango/gsttextoverlay.c:
13663         * ext/pango/gsttextoverlay.h:
13664         * ext/pango/gsttextrender.c:
13665         * ext/pango/gsttextrender.h:
13666         * ext/pango/gsttimeoverlay.c:
13667         * ext/pango/gsttimeoverlay.h:
13668           move pango to base
13669
13670 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13671
13672         * gst/rtp/Makefile.am:
13673         * gst/rtp/gstrtpL16depay.c:
13674         * gst/rtp/gstrtpL16depay.h:
13675         * gst/rtp/gstrtpL16parse.c:
13676         * gst/rtp/gstrtpL16parse.h:
13677         * gst/rtp/gstrtpgsmdepay.c:
13678         * gst/rtp/gstrtpgsmdepay.h:
13679         * gst/rtp/gstrtpgsmparse.c:
13680         * gst/rtp/gstrtpgsmparse.h:
13681           parsers are depayers
13682
13683 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13684
13685         * gst/rtp/Makefile.am:
13686         * gst/rtp/gstasteriskh263.c:
13687         * gst/rtp/gstrtp.c:
13688         * gst/rtp/gstrtpL16enc.c:
13689         * gst/rtp/gstrtpL16enc.h:
13690         * gst/rtp/gstrtpL16parse.c:
13691         * gst/rtp/gstrtpL16parse.h:
13692         * gst/rtp/gstrtpL16pay.c:
13693         * gst/rtp/gstrtpL16pay.h:
13694         * gst/rtp/gstrtpamrdec.c:
13695         * gst/rtp/gstrtpamrdec.h:
13696         * gst/rtp/gstrtpamrdepay.c:
13697         * gst/rtp/gstrtpamrdepay.h:
13698         * gst/rtp/gstrtpamrenc.c:
13699         * gst/rtp/gstrtpamrenc.h:
13700         * gst/rtp/gstrtpamrpay.c:
13701         * gst/rtp/gstrtpamrpay.h:
13702         * gst/rtp/gstrtpdec.c:
13703         * gst/rtp/gstrtpdec.h:
13704         * gst/rtp/gstrtpdepay.c:
13705         * gst/rtp/gstrtpdepay.h:
13706         * gst/rtp/gstrtpg711dec.c:
13707         * gst/rtp/gstrtpg711dec.h:
13708         * gst/rtp/gstrtpg711depay.c:
13709         * gst/rtp/gstrtpg711depay.h:
13710         * gst/rtp/gstrtpg711enc.c:
13711         * gst/rtp/gstrtpg711enc.h:
13712         * gst/rtp/gstrtpg711pay.c:
13713         * gst/rtp/gstrtpg711pay.h:
13714         * gst/rtp/gstrtpgsmenc.c:
13715         * gst/rtp/gstrtpgsmenc.h:
13716         * gst/rtp/gstrtpgsmparse.c:
13717         * gst/rtp/gstrtpgsmparse.h:
13718         * gst/rtp/gstrtpgsmpay.c:
13719         * gst/rtp/gstrtpgsmpay.h:
13720         * gst/rtp/gstrtph263enc.c:
13721         * gst/rtp/gstrtph263enc.h:
13722         * gst/rtp/gstrtph263pay.c:
13723         * gst/rtp/gstrtph263pay.h:
13724         * gst/rtp/gstrtph263pdec.c:
13725         * gst/rtp/gstrtph263pdec.h:
13726         * gst/rtp/gstrtph263pdepay.c:
13727         * gst/rtp/gstrtph263pdepay.h:
13728         * gst/rtp/gstrtph263penc.c:
13729         * gst/rtp/gstrtph263penc.h:
13730         * gst/rtp/gstrtph263ppay.c:
13731         * gst/rtp/gstrtph263ppay.h:
13732         * gst/rtp/gstrtpmp4vdec.c:
13733         * gst/rtp/gstrtpmp4vdec.h:
13734         * gst/rtp/gstrtpmp4vdepay.c:
13735         * gst/rtp/gstrtpmp4vdepay.h:
13736         * gst/rtp/gstrtpmp4venc.c:
13737         * gst/rtp/gstrtpmp4venc.h:
13738         * gst/rtp/gstrtpmp4vpay.c:
13739         * gst/rtp/gstrtpmp4vpay.h:
13740         * gst/rtp/gstrtpmpadec.c:
13741         * gst/rtp/gstrtpmpadec.h:
13742         * gst/rtp/gstrtpmpadepay.c:
13743         * gst/rtp/gstrtpmpadepay.h:
13744         * gst/rtp/gstrtpmpaenc.c:
13745         * gst/rtp/gstrtpmpaenc.h:
13746         * gst/rtp/gstrtpmpapay.c:
13747         * gst/rtp/gstrtpmpapay.h:
13748         * gst/rtp/gstrtpspeexdec.c:
13749         * gst/rtp/gstrtpspeexdec.h:
13750         * gst/rtp/gstrtpspeexdepay.c:
13751         * gst/rtp/gstrtpspeexdepay.h:
13752         * gst/rtp/gstrtpspeexenc.c:
13753         * gst/rtp/gstrtpspeexenc.h:
13754         * gst/rtp/gstrtpspeexpay.c:
13755         * gst/rtp/gstrtpspeexpay.h:
13756           Do burger's rename for rtp payloaders and depayloaders
13757
13758 2005-11-30  Wim Taymans  <wim@fluendo.com>
13759
13760         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13761         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
13762         * ext/dv/gstdvdemux.h:
13763         Fix seeking in dvdemux again, add some more debug info.
13764
13765 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13766
13767         * configure.ac:
13768           fix tests
13769
13770 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13771
13772         * PORTED_09:
13773         * docs/random/PORTED_09:
13774           move
13775         * tests/Makefile.am:
13776           add
13777         * win32/gst.sln:
13778           remove
13779
13780 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13781
13782         * Makefile.am:
13783         * check/.cvsignore:
13784         * check/Makefile.am:
13785         * check/elements/.cvsignore:
13786         * check/elements/level.c:
13787         * check/elements/matroskamux.c:
13788         * configure.ac:
13789         * examples/Makefile.am:
13790         * examples/capsfilter/Makefile.am:
13791         * examples/capsfilter/capsfilter1.c:
13792         * examples/gob/Makefile.am:
13793         * examples/gob/gst-identity2.gob:
13794         * examples/gstplay/.cvsignore:
13795         * examples/gstplay/Makefile.am:
13796         * examples/gstplay/player.c:
13797         * examples/indexing/.cvsignore:
13798         * examples/indexing/Makefile.am:
13799         * examples/indexing/indexmpeg.c:
13800         * examples/level/Makefile.am:
13801         * examples/level/README:
13802         * examples/level/demo.c:
13803         * examples/level/plot.c:
13804         * examples/stats/Makefile.am:
13805         * examples/stats/mp2ogg.c:
13806         * examples/switch/.cvsignore:
13807         * examples/switch/Makefile.am:
13808         * examples/switch/switcher.c:
13809           move under tests/
13810
13811 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
13812
13813         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
13814         (gst_text_render_class_init), (resize_bitmap),
13815         (gst_text_render_render_text), (gst_text_render_setcaps),
13816         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
13817         (gst_text_render_chain), (gst_text_render_finalize),
13818         (gst_text_render_init), (gst_text_render_set_property):
13819         * ext/pango/gsttextrender.h:
13820           Add missing files.
13821
13822 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
13823
13824         * configure.ac:
13825         * ext/Makefile.am:
13826         * ext/pango/Makefile.am:
13827         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
13828         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
13829         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
13830         * ext/pango/gstclockoverlay.h:
13831         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
13832         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
13833         (gst_text_overlay_finalize), (gst_text_overlay_init),
13834         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
13835         (gst_text_overlay_text_pad_linked),
13836         (gst_text_overlay_text_pad_unlinked),
13837         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
13838         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
13839         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
13840         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
13841         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13842         (gst_text_overlay_change_state), (plugin_init):
13843         * ext/pango/gsttextoverlay.h:
13844         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
13845         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
13846         (gst_time_overlay_class_init), (gst_time_overlay_init):
13847         * ext/pango/gsttimeoverlay.h:
13848           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
13849           and add background shading and text wrapping modes. Make 
13850           timoverlay derive from textoverlay. Also add new clockoverlay
13851           element.
13852
13853 2005-11-30  Julien MOUTTE  <julien@moutte.net>
13854
13855         * gst/udp/Makefile.am: Moved to netbuffer.
13856
13857 2005-11-30  Julien MOUTTE  <julien@moutte.net>
13858
13859         * configure.ac:
13860         * PORTED_O9:
13861         * gst/multipart/Makefile.am:
13862         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
13863         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
13864         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
13865         (gst_multipart_demux_change_state),
13866         (gst_multipart_demux_plugin_init):
13867         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
13868         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
13869         (gst_multipart_mux_sinkconnect),
13870         (gst_multipart_mux_request_new_pad),
13871         (gst_multipart_mux_handle_src_event),
13872         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
13873         (gst_multipart_mux_change_state): Ported multipart mux/demux to
13874         0.9.
13875
13876 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13877
13878         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
13879         * gst/debug/gstnavigationtest.h:
13880         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
13881         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
13882         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
13883         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
13884         * gst/effectv/gstrev.c: (gst_revtv_get_type):
13885         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
13886         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
13887         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
13888         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
13889         (gst_video_flip_get_type):
13890         * gst/videofilter/gstvideoflip.h:
13891           update for symbols change
13892
13893 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13894
13895         * gst/udp/gstdynudpsink.c:
13896         * gst/udp/gstudpsrc.c:
13897           the old gstnet lib was renamed gstnetbuffer (#322257)
13898
13899 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
13900
13901         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
13902         (gst_text_overlay_collected):
13903           Actually render the text from the text pad.
13904
13905 2005-11-29  Edward Hervey  <edward@fluendo.com>
13906
13907         * gst/debug/gstnavseek.c: (gst_navseek_event):
13908         * gst/debug/progressreport.c: (gst_progress_report_event):
13909         Update for GstBaseTransform event virtual method
13910
13911 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13912
13913         * ext/cairo/Makefile.am:
13914           no need to link to videofilter
13915
13916 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13917
13918         * gst/debug/Makefile.am:
13919         * gst/debug/gstnavigationtest.h:
13920         * gst/effectv/Makefile.am:
13921         * gst/effectv/gstaging.c:
13922         * gst/effectv/gstdice.c:
13923         * gst/effectv/gstedge.c:
13924         * gst/effectv/gstquark.c:
13925         * gst/effectv/gstrev.c:
13926         * gst/effectv/gstshagadelic.c:
13927         * gst/effectv/gstvertigo.c:
13928         * gst/effectv/gstwarp.c:
13929         * gst/videofilter/Makefile.am:
13930         * gst/videofilter/gstvideofilter.c:
13931         * gst/videofilter/gstvideofilter.h:
13932         * gst/videofilter/gstvideoflip.h:
13933           remove the videofilter library and link to the one in base
13934
13935 2005-11-28  Edward Hervey  <edward@fluendo.com>
13936
13937         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
13938         Useless check now we're setting the current entry correctly.
13939
13940 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
13941
13942         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
13943         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
13944         (gst_jpegenc_change_state):
13945           Don't leak input buffer in chain function (fixes #322667); make 
13946           state change function thread-safe; don't repeat the current function
13947           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
13948           gst_pad_alloc_buffer(); misc. minor cleanups.
13949
13950 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
13951
13952         * gst/matroska/matroska-mux.c:
13953         (gst_matroska_mux_video_pad_setcaps):
13954         Look for pixel-aspect-ratio in caps, not pixel_width and
13955         pixel_height (Fixes: #322645)
13956
13957 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
13958
13959         * gst/matroska/matroska-mux.c:
13960         (gst_matroska_mux_video_pad_setcaps):
13961         From Michal Benes:
13962         frame duration should be GST_SECOND / framerate, not
13963         GST_SECOND * framerate. (Fixes: #322643)
13964
13965 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13966
13967         * configure.ac:
13968           fix up GST_PLUGIN_LDFLAGS
13969         * gst/rtsp/rtspconnection.c:
13970           fix includes (see #317043)
13971         * gst/videofilter/Makefile.am:
13972           stop installing this library
13973
13974 2005-11-26  Edward Hervey  <edward@fluendo.com>
13975
13976         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
13977         Handle the case where the incoming Video dv stream doesn't have
13978         a pixel aspect ratio set.
13979
13980 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13981
13982         * docs/plugins/Makefile.am:
13983         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13984         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13985         * ext/flac/gstflacdec.c:
13986           document flacdec
13987
13988 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13989
13990         * docs/plugins/Makefile.am:
13991         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13992         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13993         * docs/plugins/inspect/plugin-autodetect.xml:
13994         * ext/cairo/gstcairo.c: (plugin_init):
13995         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
13996         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
13997         (gst_text_overlay_init), (gst_text_overlay_font_init),
13998         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
13999         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14000         (gst_text_overlay_text_pad_linked),
14001         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14002         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14003         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14004         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14005         (gst_text_overlay_change_state):
14006         * ext/cairo/gsttextoverlay.h:
14007         * ext/cairo/gsttimeoverlay.c:
14008         (gst_cairo_time_overlay_update_font_height),
14009         (gst_cairo_time_overlay_set_caps),
14010         (gst_cairo_time_overlay_get_unit_size),
14011         (gst_cairo_time_overlay_print_smpte_time),
14012         (gst_cairo_time_overlay_transform),
14013         (gst_cairo_time_overlay_base_init),
14014         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
14015         (gst_cairo_time_overlay_get_type):
14016         * ext/cairo/gsttimeoverlay.h:
14017           do some name borgifying
14018           document
14019
14020 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14021
14022         * docs/plugins/Makefile.am:
14023         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14024         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14025         * gst/autodetect/gstautoaudiosink.c:
14026         (gst_auto_audio_sink_base_init):
14027         * gst/autodetect/gstautovideosink.c:
14028         (gst_auto_video_sink_base_init),
14029         (gst_auto_video_sink_factory_filter):
14030           documenting auto*sink
14031           using strstr for the video sink lookup, class field is not ordered
14032         * docs/plugins/inspect/plugin-1394.xml:
14033         * docs/plugins/inspect/plugin-aasink.xml:
14034         * docs/plugins/inspect/plugin-alaw.xml:
14035         * docs/plugins/inspect/plugin-alpha.xml:
14036         * docs/plugins/inspect/plugin-alphacolor.xml:
14037         * docs/plugins/inspect/plugin-auparse.xml:
14038         * docs/plugins/inspect/plugin-autodetect.xml:
14039         * docs/plugins/inspect/plugin-avi.xml:
14040         * docs/plugins/inspect/plugin-cacasink.xml:
14041         * docs/plugins/inspect/plugin-cairo.xml:
14042         * docs/plugins/inspect/plugin-cutter.xml:
14043         * docs/plugins/inspect/plugin-debug.xml:
14044         * docs/plugins/inspect/plugin-dv.xml:
14045         * docs/plugins/inspect/plugin-efence.xml:
14046         * docs/plugins/inspect/plugin-effectv.xml:
14047         * docs/plugins/inspect/plugin-esdsink.xml:
14048         * docs/plugins/inspect/plugin-flac.xml:
14049         * docs/plugins/inspect/plugin-flxdec.xml:
14050         * docs/plugins/inspect/plugin-gconfelements.xml:
14051         * docs/plugins/inspect/plugin-goom.xml:
14052         * docs/plugins/inspect/plugin-jpeg.xml:
14053         * docs/plugins/inspect/plugin-level.xml:
14054         * docs/plugins/inspect/plugin-matroska.xml:
14055         * docs/plugins/inspect/plugin-mulaw.xml:
14056         * docs/plugins/inspect/plugin-navigationtest.xml:
14057         * docs/plugins/inspect/plugin-ossaudio.xml:
14058         * docs/plugins/inspect/plugin-png.xml:
14059         * docs/plugins/inspect/plugin-rtp.xml:
14060         * docs/plugins/inspect/plugin-rtsp.xml:
14061         * docs/plugins/inspect/plugin-shout2send.xml:
14062         * docs/plugins/inspect/plugin-smpte.xml:
14063         * docs/plugins/inspect/plugin-speex.xml:
14064         * docs/plugins/inspect/plugin-udp.xml:
14065         * docs/plugins/inspect/plugin-videobox.xml:
14066         * docs/plugins/inspect/plugin-videoflip.xml:
14067         * docs/plugins/inspect/plugin-videomixer.xml:
14068         * docs/plugins/inspect/plugin-wavenc.xml:
14069         * docs/plugins/inspect/plugin-wavparse.xml:
14070           update for HEAD version
14071
14072 2005-11-25  Michael Smith  <msmith@fluendo.com>
14073
14074         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
14075           Patch from Sebastien Cote to close control sockets in udpsrc.
14076
14077 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14078
14079         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14080         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
14081         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
14082         (gst_quarktv_base_init), (gst_quarktv_class_init),
14083         (gst_quarktv_init): Flush the planes list on reverse caps
14084         negotiation. This was crashing because of differently sized
14085         buffers.
14086
14087 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14088
14089         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
14090         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
14091         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
14092         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
14093         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
14094         (gst_videoflip_set_property), (gst_videoflip_base_init),
14095         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
14096         correctly, fix identity flipping, convert navigation event 
14097         correctly again.
14098
14099 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14100
14101         * configure.ac: back to HEAD
14102
14103 === release 0.9.6 ===
14104
14105 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
14106
14107         * configure.ac:
14108           releasing 0.9.6, "Everything's Not Lost"
14109
14110 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14111
14112         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
14113         Oops, initialise the framerate GValue
14114
14115 2005-11-23  Julien MOUTTE  <julien@moutte.net>
14116
14117         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
14118         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
14119         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
14120         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
14121         (gst_timeoverlay_get_type):
14122         * ext/cairo/gsttimeoverlay.h:
14123         * gst/debug/Makefile.am:
14124         * gst/debug/gstnavigationtest.c:
14125         (gst_navigationtest_handle_src_event),
14126         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
14127         (gst_navigationtest_transform), (gst_navigationtest_change_state),
14128         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
14129         (gst_navigationtest_init), (gst_navigationtest_get_type),
14130         (plugin_init):
14131         * gst/debug/gstnavigationtest.h:
14132         * gst/effectv/Makefile.am:
14133         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
14134         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
14135         (gst_agingtv_base_init), (gst_agingtv_class_init),
14136         (gst_agingtv_init), (gst_agingtv_get_type):
14137         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
14138         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
14139         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
14140         (gst_dicetv_get_type):
14141         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
14142         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
14143         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
14144         (gst_edgetv_get_type):
14145         * gst/effectv/gsteffectv.c:
14146         * gst/effectv/gsteffectv.h:
14147         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14148         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
14149         (gst_quarktv_change_state), (gst_quarktv_base_init),
14150         (gst_quarktv_class_init), (gst_quarktv_init),
14151         (gst_quarktv_get_type):
14152         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
14153         (gst_revtv_get_unit_size), (gst_revtv_transform),
14154         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
14155         (gst_revtv_get_type):
14156         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
14157         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
14158         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
14159         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
14160         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
14161         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
14162         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
14163         (gst_vertigotv_init), (gst_vertigotv_get_type):
14164         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
14165         (gst_warptv_get_unit_size), (gst_warptv_transform),
14166         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
14167         (gst_warptv_get_type):
14168         * gst/videofilter/Makefile.am:
14169         * gst/videofilter/gstvideobalance.c:
14170         * gst/videofilter/gstvideobalance.h:
14171         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
14172         (gst_videofilter_class_init), (gst_videofilter_init):
14173         * gst/videofilter/gstvideofilter.h:
14174         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
14175         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
14176         (gst_videoflip_flip), (gst_videoflip_transform),
14177         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
14178         (gst_videoflip_base_init), (gst_videoflip_class_init),
14179         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
14180         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
14181         BaseTransform, it's just a place holder for now and every video
14182         effect plugin has been ported to use BaseTransform features 
14183         directly. QuarkTV was fixed too (was broken), navigationtest works
14184         and best for the end, videoflip converts navigation events depending
14185         on flip method ! Fixes #320953
14186
14187 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14188
14189         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14190         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
14191         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14192         (gst_goom_src_negotiate), (gst_goom_chain):
14193         * gst/matroska/matroska-mux.c:
14194         (gst_matroska_mux_video_pad_setcaps):
14195         * sys/osxvideo/osxvideosink.m:
14196           Fixes for API changes
14197
14198 2005-11-23  Michael Smith <msmith@fluendo.com>
14199
14200         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
14201         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
14202         * ext/jpeg/gstjpegdec.h:
14203         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
14204         * ext/jpeg/gstjpegenc.h:
14205         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14206         (gst_smokeenc_resync):
14207         * ext/jpeg/gstsmokeenc.h:
14208           JPEG fractiony goodness.
14209
14210 2005-11-22  Michael Smith <msmith@fluendo.com>
14211
14212         * gst/goom/filters.c:
14213         * gst/goom/graphic.h:
14214           Fix compilation by making some functions static inline instead of
14215           extern inline, matching the way they're used.
14216
14217 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14218
14219         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
14220         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
14221         * ext/cairo/gsttextoverlay.h:
14222         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
14223         * ext/gdk_pixbuf/gstgdkpixbuf.h:
14224         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
14225         (gst_pngdec_caps_create_and_set):
14226         * ext/libpng/gstpngdec.h:
14227         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
14228         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
14229         * gst/avi/gstavimux.c: (gst_avimux_init),
14230         (gst_avimux_vidsinkconnect):
14231         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14232         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14233         (gst_goom_src_negotiate), (gst_goom_chain):
14234         * gst/goom/gstgoom.h:
14235         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14236         * gst/matroska/matroska-mux.c:
14237         (gst_matroska_mux_video_pad_setcaps):
14238         * sys/osxvideo/osxvideosink.h:
14239         * sys/osxvideo/osxvideosink.m:
14240           More fractional framerate conversions 
14241
14242 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14243
14244         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14245         * gst/debug/gstnavigationtest.c:
14246         (gst_navigationtest_handle_src_event):
14247         * gst/videofilter/gstvideofilter.c:
14248         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
14249         (gst_videofilter_init):
14250         * gst/videofilter/gstvideofilter.h:
14251           Convert to fractional framerates.
14252
14253 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14254
14255         * ext/aalib/gstaasink.c:
14256         * ext/dv/gstdvdec.c:
14257         * ext/esd/esdmon.c:
14258         * ext/flac/gstflacenc.c:
14259         * ext/gdk_pixbuf/pixbufscale.c:
14260         * ext/libcaca/gstcacasink.c:
14261         * ext/shout2/gstshout2.c:
14262         * gst/alpha/gstalpha.c:
14263         * gst/oldcore/gstaggregator.c:
14264         * gst/oldcore/gstshaper.c:
14265         * gst/smpte/barboxwipes.c:
14266         * gst/smpte/gstsmpte.c:
14267         * gst/videobox/gstvideobox.c:
14268         * gst/videofilter/gstvideoflip.c:
14269         * gst/videomixer/videomixer.c:
14270           fix up more enums
14271
14272 2005-11-22  Michael Smith <msmith@fluendo.com>
14273
14274         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
14275         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
14276         (gst_videomixer_update_queues):
14277           Fractional framerates, videomixer.
14278
14279 2005-11-22  Michael Smith <msmith@fluendo.com>
14280
14281         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
14282         * ext/dv/gstdvdec.h:
14283         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
14284         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
14285         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
14286         (gst_dvdemux_flush):
14287         * ext/dv/gstdvdemux.h:
14288           Fractional framerates for DV. 
14289
14290 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14291
14292         * gst/autodetect/gstautoaudiosink.c:
14293         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14294         * gst/autodetect/gstautovideosink.c:
14295         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
14296           Use gst_plugin_feature_list_free() to free feature list and
14297           in the case of autovideosink free the list at all. Also
14298           miscellaneous cosmetic fixes.
14299
14300 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14301
14302         * gst/cutter/gstcutter.c: (gst_cutter_chain),
14303         (gst_cutter_set_property), (gst_cutter_get_caps):
14304           copy calculation code from level; remove use of some audio
14305           functions
14306
14307 2005-11-22  Andy Wingo  <wingo@pobox.com>
14308
14309         * Update for gst_tag_setter API changes.
14310
14311 2005-11-22  Andy Wingo  <wingo@pobox.com>
14312
14313         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
14314         (gst_dvdemux_demux_frame)
14315         * ext/flac/gstflacdec.c (gst_flacdec_write)
14316         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
14317         (gst_flacenc_sink_event)
14318         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
14319         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
14320         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
14321         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
14322         * gst/auparse/gstauparse.c (gst_auparse_chain)
14323         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
14324         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
14325         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
14326         (gst_avi_demux_handle_seek)
14327         * gst/goom/gstgoom.c (gst_goom_event)
14328         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
14329         * gst/matroska/matroska-demux.c
14330         (gst_matroska_demux_handle_seek_event)
14331         (gst_matroska_demux_loop_stream_parse_id)
14332         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
14333         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
14334         (gst_wavparse_stream_headers): Run update-funcnames.
14335
14336 2005-11-22  Edward Hervey  <edward@fluendo.com>
14337
14338         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
14339         (gst_dv1394src_init), (gst_dv1394src_dispose),
14340         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
14341         (gst_dv1394src_uri_set_uri):
14342         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
14343         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
14344         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
14345         URIHandler interface and element properties are now properly
14346         synchronized for DV1394src and UDPSrc
14347
14348 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14349
14350         * ext/flac/Makefile.am:
14351         * ext/speex/Makefile.am:
14352           libgsttagedit has been renamed to libgsttag.
14353
14354 2005-11-21  Wim Taymans  <wim@fluendo.com>
14355
14356         * gst/rtsp/rtspconnection.c: (read_body):
14357         Apply patch from Sebastien Cote to fix #319184.
14358
14359 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14360
14361         * configure.ac:
14362         * gst/cutter/Makefile.am:
14363         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
14364         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
14365         (gst_cutter_set_property), (gst_cutter_get_property),
14366         (plugin_init), (gst_cutter_get_caps):
14367           port cutter
14368         * gst/level/gstlevel.c:
14369           fix up plugin details
14370
14371 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14372
14373         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
14374         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
14375         (gst_flacdec_src_event):
14376         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
14377         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
14378         (gst_signal_processor_getrange), (gst_signal_processor_chain):
14379         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14380         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
14381         (gst_flxdec_sink_event_handler):
14382         * gst/matroska/matroska-demux.c:
14383         (gst_matroska_demux_handle_seek_event):
14384         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
14385           Update for stream lock API changes: don't take stream log
14386           in sink event handlers any longer and change GST_STREAM_LOCK
14387           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
14388           functions.
14389
14390 2005-11-21  Michael Smith <msmith@fluendo.com>
14391
14392         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
14393           gst_object_unref, not g_object_unref
14394
14395 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14396
14397         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
14398         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
14399           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
14400
14401 2005-11-21  Michael Smith <msmith@fluendo.com>
14402
14403         * gst/auparse/Makefile.am:
14404         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
14405         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
14406         (gst_auparse_change_state):
14407         * gst/auparse/gstauparse.h:
14408           Partially fix #161712. playbin still doesn't work on these files,
14409           (on the bug report, Andy says we aren't typefinding it for some
14410           reason?) but at least auparse isn't totally busted like it was before.
14411
14412 2005-11-21  Andy Wingo  <wingo@pobox.com>
14413
14414         * *.h:
14415         * *.c: Ran scripts/update-macros. Oh yes.
14416
14417 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14418
14419         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
14420           Filler events are gone for now, comment out section generating
14421           them.
14422
14423 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
14424
14425         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14426         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
14427         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14428         * sys/osxvideo/osxvideosink.m:
14429           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
14430           (#322027)
14431
14432 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14433
14434         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
14435         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
14436         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14437         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
14438         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
14439         (gst_avi_demux_stream_data):
14440         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14441         * gst/wavenc/gstwavenc.c: (write_metadata):
14442         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
14443         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
14444         Fixes for GST_FOURCC_FORMAT API change.
14445
14446 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14447
14448         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
14449         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
14450         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
14451         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14452         (gst_text_overlay_change_state):
14453         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
14454         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
14455         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
14456         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
14457         * gst/videomixer/videomixer.c: (gst_videomixer_init),
14458         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
14459         (gst_videomixer_change_state):
14460           Fix for collect pads API change. Also fix textoverlay state
14461           change function.
14462
14463 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14464
14465         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
14466         GST_PAD_IS_USABLE by something approaching it.
14467
14468 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14469
14470         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
14471         API changes.
14472         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
14473         but also fix the code that was not checking return values from
14474         pad_push neither using pad_alloc_buffer.
14475
14476 2005-11-18  Edward Hervey  <edward@fluendo.com>
14477
14478         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14479         (gst_pngenc_chain):
14480         Added debug category
14481         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
14482         goes to EOS.
14483
14484 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
14485
14486         * gst/rtp/Makefile.am
14487         * gst/rtp/gstrtp.c
14488         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
14489         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
14490         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
14491         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
14492         * gst/rtp/gstrtpg711enc.h:
14493         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
14494         * gst/rtp/gstrtpspeexenc.c:
14495         * gst/rtp/gstrtpspeexenc.h:
14496         * gst/rtp/gstrtpspeexdec.c:
14497         * gst/rtp/gstrtpspeexdec.h:
14498         Created Speex payloader and depayloader; Optimize G711 payloader to
14499         use adapter and send packets until MTU size.
14500
14501 2005-11-16  Wim Taymans  <wim@fluendo.com>
14502
14503         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
14504         Fix leak in check.
14505
14506 2005-11-16  Wim Taymans  <wim@fluendo.com>
14507
14508         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
14509         Fix state change.
14510
14511 2005-11-16  Andy Wingo  <wingo@pobox.com>
14512
14513         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
14514         (gst_udpsrc_create): Move comment.
14515
14516 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
14517
14518         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14519
14520         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
14521           When seeking, seek to closest index entry at or before the requested
14522           seek position, not just the closest one (#321001).
14523
14524 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
14525
14526         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
14527         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
14528           Invert DIB images again (see #132341).
14529
14530 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14531
14532         * configure.ac:
14533           rework configure.ac file
14534         * ext/aalib/gstaasink.c:
14535         * ext/cairo/gstcairo.c:
14536         * ext/dv/gstdv.c:
14537         * ext/esd/gstesd.c:
14538         * ext/flac/gstflac.c:
14539         * ext/gconf/gstgconfelements.c:
14540         * ext/gdk_pixbuf/gstgdkpixbuf.c:
14541         * ext/jpeg/gstjpeg.c:
14542         * ext/ladspa/gstladspa.c:
14543         * ext/libcaca/gstcacasink.c:
14544         * ext/libmng/gstmng.c:
14545         * ext/libpng/gstpng.c:
14546         * ext/mikmod/gstmikmod.c:
14547         * ext/pango/gsttextoverlay.c:
14548         * ext/pango/gsttimeoverlay.c:
14549         * ext/raw1394/gst1394.c:
14550         * ext/speex/gstspeex.c:
14551         * gst/alpha/Makefile.am:
14552         * gst/alpha/gstalpha.c:
14553         * gst/alpha/gstalphacolor.c:
14554         * gst/auparse/gstauparse.c:
14555         * gst/autodetect/gstautoaudiosink.c:
14556         (gst_auto_audio_sink_factory_filter),
14557         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14558         * gst/autodetect/gstautodetect.c:
14559         * gst/avi/gstavi.c:
14560         * gst/cutter/gstcutter.c:
14561         * gst/debug/efence.c:
14562         * gst/debug/gstdebug.c:
14563         * gst/debug/gstnavigationtest.c:
14564         * gst/effectv/gsteffectv.c:
14565         * gst/flx/gstflxdec.c:
14566         * gst/goom/gstgoom.c:
14567         * gst/interleave/plugin.c:
14568         * gst/law/alaw.c:
14569         * gst/law/mulaw.c:
14570         * gst/level/gstlevel.c:
14571         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14572         * gst/matroska/matroska.c:
14573         * gst/median/gstmedian.c:
14574         * gst/monoscope/gstmonoscope.c:
14575         * gst/multipart/multipart.c:
14576         * gst/oldcore/gstelements.c:
14577         * gst/rtp/gstrtp.c:
14578         * gst/rtsp/gstrtsp.c:
14579         * gst/smoothwave/gstsmoothwave.c:
14580         * gst/smpte/gstsmpte.c:
14581         * gst/udp/gstudp.c:
14582         * gst/videobox/gstvideobox.c:
14583         * gst/videofilter/gstgamma.c:
14584         * gst/videofilter/gstvideobalance.c:
14585         * gst/videofilter/gstvideoflip.c:
14586         * gst/videofilter/gstvideotemplate.c:
14587         * gst/videomixer/videomixer.c:
14588         * gst/wavenc/gstwavenc.c:
14589         * gst/wavparse/gstwavparse.c:
14590         * sys/oss/gstossaudio.c:
14591         * sys/osxaudio/gstosxaudio.c:
14592           update GST_PLUGIN_DEFINE
14593         * gst/rtp/Makefile.am:
14594         * gst/rtp/gstasteriskh263.c:
14595           check for htons/htonl headers and possibly link to winsock2 lib
14596
14597 2005-11-12  Edward Hervey  <edward@fluendo.com>
14598
14599         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
14600         Only GST_DEBUG() information on the valid components.
14601
14602 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14603
14604         * configure.ac: back to HEAD
14605
14606 === release 0.9.5 ===
14607
14608 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
14609
14610         * configure.ac:
14611           releasing 0.9.5, "Phone Alarm"
14612
14613 2005-11-11  Edward Hervey  <edward@fluendo.com>
14614
14615         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14616         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
14617         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
14618         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14619         (gst_avi_demux_loop):
14620         * gst/avi/gstavidemux.h:
14621         Yeah, implement proper seeking. Exact seeking and segment seeking.
14622         Still need to do some checks for segment_stop.
14623
14624 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14625
14626         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14627
14628         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14629           Don't try to ready buffer duration from buffer that we don't
14630           own any  longer and that might already have been unreffed.
14631           (#321136)
14632
14633 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
14634
14635         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
14636         (flx_decode_delta_flc), (gst_flxdec_chain):
14637         Attempting to optimize the code for embedded systems.
14638
14639 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
14640
14641         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14642
14643         * sys/oss/gstosssink.c: (gst_oss_sink_close):
14644           Don't re-use already closed file descriptor. (#320920)
14645
14646 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14647
14648         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
14649         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
14650         (gst_oss_sink_prepare):
14651         * sys/oss/gstosssink.h:
14652           Cache probed caps; fix debug output for SET_PARAM macros.
14653
14654 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14655
14656         * ext/cairo/Makefile.am:
14657         * ext/cairo/gstcairo.c: (plugin_init):
14658         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14659         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14660         (gst_text_overlay_init), (gst_text_overlay_font_init),
14661         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14662         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14663         (gst_text_overlay_text_pad_linked),
14664         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14665         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14666         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14667         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14668         (gst_text_overlay_change_state):
14669         * ext/cairo/gsttextoverlay.h:
14670           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
14671           property and redo positioning. Doesn't handle upstream renegotiation
14672           yet though.
14673
14674 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14675
14676         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14677         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14678         (gst_avi_demux_loop):
14679           No need to take the STREAM_LOCK in the loop function. Improve
14680           some debug messages. Don't leak pad names in debug messages.
14681
14682 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14683
14684         * gst/matroska/matroska-demux.c:
14685         (gst_matroska_demux_push_vorbis_codec_priv_data),
14686         (gst_matroska_demux_add_wvpk_header):
14687           Don't error out when the source pad isn't linked.
14688
14689 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
14690
14691         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
14692         (gst_gconf_audio_sink_change_state):
14693         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
14694         (gst_gconf_video_sink_change_state):
14695           Fix state change functions here as well and set kid
14696           to NULL state before removing it.
14697
14698 2005-11-01  Edward Hervey  <edward@fluendo.com>
14699
14700         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
14701         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
14702         Added proper event handlind, 
14703         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
14704         ignored),
14705         and don't set a duration of 0 for buffers otherwise they are discarded
14706         by GstBaseSink.
14707
14708         GstWavEnc needs some serious loving, after going through the code I'm
14709         really wondering how this can stay in -good ...
14710
14711 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14712
14713         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
14714         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
14715         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
14716         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
14717         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
14718         (gst_matroska_mux_collected):
14719           Fix leaks and invalid memory access as reported by valgrind
14720
14721 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14722
14723         Patch by: Michal Benes <michal.benes@xeris.cz>
14724
14725         * check/Makefile.am:
14726         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14727         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
14728         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
14729           add a unit test for matroskamux
14730           fix the bugs that the unit test exposed
14731
14732 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
14733
14734         * gst/autodetect/gstautoaudiosink.c:
14735         (gst_auto_audio_sink_class_init),
14736         (gst_auto_audio_sink_change_state):
14737         * gst/autodetect/gstautovideosink.c:
14738         (gst_auto_video_sink_class_init),
14739         (gst_auto_video_sink_change_state):
14740           Fix state change function and use GST_DEBUG_FUNCPTR in
14741           class_init.
14742
14743 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14744
14745         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14746
14747         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
14748         (gst_ebml_write_reset), (gst_ebml_write_element_new):
14749         * gst/matroska/ebml-write.h:
14750         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14751           Set timestamps on outgoing ebml headers as well, so that the
14752           element after matroskamux can get the timestamp already when
14753           reading the first ebml element and doesn't have to wait for
14754           the actual data buffer for that (#320308).
14755           
14756 2005-10-31  Andy Wingo  <wingo@pobox.com>
14757
14758         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
14759         (gst_videomixer_pad_link): Kill some memleaks.
14760         (gst_videomixer_pad_get_property): Style fix.
14761         (gst_videomixer_pad_set_property): Style fix.
14762         (gst_videomixer_pad_init): Style fix.
14763         (gst_videomixer_update_queues): Kill memleak.
14764         (gst_videomixer_loop): Kill memleak.
14765         (gst_videomixer_collected): Kill memleak.
14766
14767 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
14768
14769         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
14770         gst_auparse_change_state:
14771         Just some cleanup.
14772
14773 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
14774
14775         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
14776         Add checks to GST_FLOW_NOT_LINKED for values returned
14777         from gst_pad_push.
14778         
14779 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14780
14781         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
14782         (gst_rtpg711dec_process):
14783         * gst/rtp/gstrtpgsmenc.c:
14784         Payloader now sets some default caps on the srcpad if caps on the sinkpad
14785         are never set. This is important for the g711 to work with burger's rtpbin
14786         element.
14787
14788 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
14789
14790         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
14791         (gst_speexenc_push_buffer):
14792         Add checks for return values from gst_pad_push and
14793         gst_pad_alloc_buffer.
14794
14795 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
14796
14797         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14798
14799         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
14800         (gst_matroska_demux_parse_info),
14801         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14802         (gst_matroska_demux_parse_cluster):
14803         * gst/matroska/matroska-ids.h:
14804         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
14805         (gst_matroska_mux_init), (gst_matroska_mux_start),
14806         (gst_matroska_mux_create_buffer_header),
14807         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
14808         (gst_matroska_mux_get_property):
14809         * gst/matroska/matroska-mux.h:
14810           Add SimpleBlock support to matroska demuxer and muxer (part of
14811           Matroska v2). (#319731)
14812
14813 2005-10-28  Wim Taymans  <wim@fluendo.com>
14814
14815         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
14816         (gst_jpeg_dec_change_state):
14817         * ext/jpeg/gstjpegdec.h:
14818         Cleanups. Don't create caps for every chain.
14819
14820 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
14821
14822         * gst/law/alaw-encode.c: (gst_alawenc_init),
14823         (alawenc_setcaps), (gst_alawenc_chain)
14824         * gst/law/alaw-encode.h:
14825         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
14826         (mulawenc_setcaps), (gst_mulawenc_chain)
14827         * gst/law/mulaw-encode.h:
14828         Set timestamp on buffer and it allows RTP G711 elements
14829         work properly.
14830
14831 2005-10-27  Wim Taymans  <wim@fluendo.com>
14832
14833         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
14834         Set correct format on oss instead of a silly value. 
14835
14836 2005-10-27  Julien MOUTTE  <julien@moutte.net>
14837
14838         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14839         (gst_video_box_transform_caps), (gst_video_box_set_caps),
14840         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
14841         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
14842         I420 rendering as well, doesn't bring much for my platform.
14843         Might help on some other platforms.
14844
14845 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
14846
14847         * gst/rtp/gstrtpgsmenc.c:
14848         * gst/rtp/gstrtpgsmparse.c:
14849         Declaring the padtemplate correctly.
14850
14851 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14852
14853         * gst/rtp/gstrtpg711dec.c:
14854         * gst/rtp/gstrtpg711enc.c:
14855         * gst/rtp/gstrtpgsmenc.c:
14856         * gst/rtp/gstrtpgsmparse.c:
14857         Setting the proper copyright notice.
14858
14859 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14860
14861         * gst/videobox/Makefile.am: Use liboil.
14862         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14863         (gst_video_box_set_property), (gst_video_box_transform_caps),
14864         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
14865         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
14866         using liboil. Will dot the same to I420 border generation
14867         tomorrow.
14868
14869 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14870
14871         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
14872         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
14873         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
14874         * gst/rtp/gstrtpg711dec.h:
14875         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
14876         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
14877         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
14878         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
14879         (gst_rtpgsmenc_handle_buffer):
14880         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
14881         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
14882         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
14883         * gst/rtp/gstrtpgsmparse.h:
14884         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
14885         inherits from the basertpdepayloader.
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): Removing this forgotten debug.
14892
14893 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14894
14895         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14896         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
14897         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
14898
14899 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
14900
14901         * sys/oss/gstossaudio.c:
14902         * sys/oss/gstossdmabuffer.c:
14903         * sys/oss/gstosshelper.c:
14904         * sys/oss/gstossmixer.c:
14905         * sys/oss/gstossmixerelement.c:
14906         * sys/oss/gstossmixertrack.c:
14907         * sys/oss/gstosssink.c:
14908         * sys/oss/gstosssrc.c:
14909           Actually use the 'oss' debug category we register.
14910
14911 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14912
14913         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
14914         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
14915         Use gst_pad_get_parent and drop the ref that was added through
14916         that call.
14917
14918 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14919
14920         * gst/rtp/gstrtpgsmenc.c:
14921           Fix compilation
14922
14923 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
14924
14925         * gst/rtp/gstrtpg711dec.c
14926         Just removed a couple of lines of weird code used during
14927         development/test time.
14928
14929 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
14930
14931         * gst/rtp/Makefile.am
14932         * gst/rtp/gstrtp.c
14933         * gst/rtp/gstrtpg711enc.c
14934         * gst/rtp/gstrtpg711enc.h
14935         * gst/rtp/gstrtpg711dec.c
14936         * gst/rtp/gstrtpg711dec.h
14937         Created G711 payloader and depayloader (it supports mulaw and alaw
14938         (dec)encoders)
14939
14940 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14941
14942         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14943         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
14944         Doh ! I introduced wingo's bug again ! Sorry...
14945
14946 2005-10-25  Christian Schaller <christian@fluendo.com> 
14947
14948         * gst/rtp/Makefile.am: add missing header files for disting
14949
14950 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
14951
14952         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
14953         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
14954         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
14955         (gst_rtpgsmenc_handle_buffer):
14956         * gst/rtp/gstrtpgsmenc.h:
14957         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
14958         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
14959         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
14960         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
14961         * gst/rtp/gstrtpgsmparse.h:
14962         Getting the GSM (de)payloader working and compatible with our plans for RTP.
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): Push
14968         a newsegment event, move some redundant code in a single place.
14969
14970 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14971
14972         * ext/libpng/gstpngdec.c: (user_info_callback),
14973         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
14974         hack to get correct colors order when we have a png image with
14975         alpha channel.
14976
14977 2005-10-24  Edward Hervey  <edward@fluendo.com>
14978
14979         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
14980         Call gst_element_no_more_pads when there will be no more pads.
14981
14982 2005-10-24  Wim Taymans  <wim@fluendo.com>
14983
14984         * gst/rtp/Makefile.am:
14985         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
14986         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
14987         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
14988         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
14989         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
14990         (gst_asteriskh263_plugin_init):
14991         * gst/rtp/gstasteriskh263.h:
14992         * gst/rtp/gstrtp.c: (plugin_init):
14993         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
14994         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
14995         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
14996         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
14997         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
14998         (gst_rtph263enc_plugin_init):
14999         * gst/rtp/gstrtph263enc.h:
15000         Added two new payloaders, an RFC 2190 payloader for h263 and
15001         a payload convertor for an asterisk server.
15002
15003 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15004
15005         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15006           Set bytes_per_sample correctly (is not always 4, but 
15007           depends on width and number of channels).
15008
15009 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15010
15011         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
15012         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
15013         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
15014         (gst_flacenc_sink_event), (gst_flacenc_chain),
15015         (gst_flacenc_set_property), (gst_flacenc_get_property),
15016         (gst_flacenc_change_state):
15017         * ext/flac/gstflacenc.h:
15018           Fix seeking, so that flacenc can rewrite the header with the
15019           correct duration and amount of samples and all that at EOS;
15020           also set timestamps and granulepos on outgoing buffers; add
15021           debug category; fix state change function.
15022           
15023 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15024
15025         * gst/videomixer/videomixer.c: Don't restrict video geometry
15026         from 16 to 4096.
15027
15028 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15029
15030         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15031         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15032         Fix caps negotiation correctly, add debugging category.
15033
15034 2005-10-24  Christian Schaller  <christian@fluendo.com>
15035
15036         * configure.ac: Port over Thomas's change from base listing all plugins
15037
15038 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15039
15040         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
15041         a sink pad.
15042
15043 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15044
15045         * configure.ac:
15046         * docs/upload.mak:
15047           back to HEAD
15048
15049 === release 0.9.4 ===
15050
15051 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15052
15053         * configure.ac:
15054           Releasing 0.9.4, "Dromiceiomimus"
15055
15056 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
15057
15058         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
15059         (gst_speexenc_src_query):
15060           Add position and duration query, fix query type function.
15061           
15062         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15063         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15064           Let's not set non-fixed caps on source pads.
15065
15066 2005-10-21  Wim Taymans  <wim@fluendo.com>
15067
15068         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15069         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
15070         (gst_avi_demux_handle_seek):
15071         Set correct stream_time in newsegment event.
15072         avi can also handle a duration query now.
15073
15074 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
15075
15076         * gst/matroska/matroska-demux.c:
15077         (gst_matroska_demux_handle_src_query),
15078         (gst_matroska_demux_handle_seek_event),
15079         (gst_matroska_demux_loop_stream_parse_id):
15080           Fix duration query; fix basetime in newsegment event after
15081           seek; fix duration in initial newsegment event.
15082
15083         * gst/matroska/matroska-mux.c:
15084         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
15085           Extract number of channels and samplerate from vorbis headers;
15086           add some debug messages when querying the durations of the
15087           input streams.
15088
15089 2005-10-20  Wim Taymans  <wim@fluendo.com>
15090
15091         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15092         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15093         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15094         Set stream time correctly in newsegment.
15095
15096 2005-10-20  Wim Taymans  <wim@fluendo.com>
15097
15098         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15099         Correctly fill in the stream time.
15100
15101 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15102
15103         * check/elements/level.c: (GST_START_TEST):
15104         * gst/level/gstlevel.c: (gst_level_message_new):
15105         * gst/level/level-example.c: (message_handler):
15106           use ELEMENT messages instead
15107
15108 2005-10-19  Wim Taymans  <wim@fluendo.com>
15109
15110         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
15111         (gst_dvdemux_src_query):
15112         * ext/flac/gstflacdec.c: (gst_flacdec_length),
15113         (gst_flacdec_src_query):
15114         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
15115         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
15116         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
15117         * gst/debug/gstnavseek.c: (gst_navseek_seek):
15118         * gst/debug/progressreport.c: (gst_progress_report_report):
15119         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
15120         * gst/matroska/matroska-demux.c:
15121         (gst_matroska_demux_handle_src_query):
15122         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
15123         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15124         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15125         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15126         (gst_wavparse_srcpad_event):
15127         API change fix.
15128
15129 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
15130
15131         * gst/goom/filters.c:
15132         * gst/goom/graphic.h:
15133         * gst/goom/lines.c:
15134           Make inline functions either 'static inline' or 'extern inline',
15135           otherwise the Forte compiler apparently won't inline them (#317300).
15136
15137 2005-10-19  Julien MOUTTE  <julien@moutte.net>
15138
15139         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15140         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
15141         (user_info_callback), (user_endrow_callback), (user_end_callback),
15142         (user_read_data), (gst_pngdec_caps_create_and_set),
15143         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
15144         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
15145         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
15146         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
15147         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
15148         very nice and handle push/pull based model. if you have filesrc
15149         connected to it, it will do random access to load the png file.
15150         If you have a network source that can't do _getrange, it does 
15151         progressive loading through the chain function.
15152         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15153         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
15154         thanks to Master Wim Taymans ;-)
15155
15156 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
15157
15158         * gst/matroska/Makefile.am:
15159         * gst/matroska/ebml-read.c:
15160         * gst/matroska/ebml-read.h:
15161         * gst/matroska/matroska-demux.c:
15162         * gst/matroska/matroska-demux.h:
15163         * gst/matroska/matroska.c: (plugin_init):
15164           Ported matroska demuxer to 0.9.
15165
15166 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
15167
15168         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15169
15170         * gst/matroska/matroska-mux.c:
15171         (gst_matroska_mux_video_pad_setcaps),
15172         (gst_matroska_mux_audio_pad_setcaps):
15173           Fix mpeg4 input handling (#318847); also, while we're at it,
15174           fix media type for Motion-JPEG: should be image/jpeg.
15175
15176 2005-10-18  Wim Taymans  <wim@fluendo.com>
15177
15178         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15179         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15180         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15181         Fix for segment-start/stop API change.
15182
15183 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15184
15185         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15186         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
15187         way.
15188
15189 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15190
15191         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15192         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
15193         output declared in transform_caps.
15194
15195 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15196
15197         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
15198
15199 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15200
15201         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15202         (gst_video_box_get_unit_size): Fix wrong size calculations and
15203         implement get_unit_size correctly.
15204
15205 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15206
15207         * configure.ac:
15208           Enable flx plugin.
15209
15210         * gst/flx/gstflxdec.c: (flx_decode_chunks):
15211           Fix gcc4 signedness issue.
15212
15213 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15214
15215         * configure.ac: Adding videomixer.
15216         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15217         (user_read_data), (gst_pngdec_chain): More debugging.
15218         * gst/alpha/Makefile.am: Adding alphacolor
15219         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
15220         (gst_alpha_color_class_init), (gst_alpha_color_init),
15221         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
15222         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
15223         (plugin_init): Ported to 0.9 using in place base tranform.
15224         * gst/videomixer/Makefile.am:
15225         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15226         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
15227         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
15228         (gst_videomixer_pad_init), (gst_videomixer_class_init),
15229         (gst_videomixer_init), (gst_videomixer_getcaps),
15230         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
15231         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15232         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
15233         to 0.9 using collectpads.
15234
15235 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
15236
15237         * configure.ac:
15238         * gst/flx/Makefile.am:
15239         * gst/flx/gstflxdec.c: (gst_flxdec_init),
15240         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
15241         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
15242         * gst/flx/gstflxdec.h:
15243         flx plugin ported to 0.9
15244
15245 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15246
15247         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
15248           use new gst_version_string()
15249
15250 2005-10-16  Andy Wingo  <wingo@pobox.com>
15251
15252         * configure.ac: GLIB_CHECK.
15253
15254 2005-10-15  Julien MOUTTE  <julien@moutte.net>
15255
15256         * ext/libpng/Makefile.am:
15257         * ext/libpng/gstpng.c: (plugin_init):
15258         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15259         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
15260         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
15261
15262 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
15263
15264         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15265
15266         * configure.ac:
15267         * gst/matroska/Makefile.am:
15268         * gst/matroska/ebml-ids.h:
15269         * gst/matroska/ebml-write.c:
15270         * gst/matroska/ebml-write.h:
15271         * gst/matroska/matroska-ids.h:
15272         * gst/matroska/matroska-mux.c:
15273         * gst/matroska/matroska-mux.h:
15274         * gst/matroska/matroska.c: (plugin_init):
15275           Port matroska muxer to 0.9 (#318847).
15276
15277 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
15278
15279         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
15280         (comment_init), (comment_add):
15281           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
15282           use GST_READ_UINT32_LE() and friends rather than the private
15283           implementation of those same macros.
15284
15285 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
15286
15287         * examples/stats/mp2ogg.c:
15288           more typo fixes
15289
15290 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
15291
15292         * examples/indexing/indexmpeg.c: (main):
15293         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
15294         (gst_esdmon_close_audio), (gst_esdmon_change_state):
15295         * ext/esd/esdmon.h:
15296         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
15297         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
15298         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15299         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15300         * gst/avi/gstavimux.c: (gst_avimux_init):
15301         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
15302         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
15303         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
15304         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
15305         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
15306         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
15307         * gst/oldcore/gstmultifilesrc.h:
15308         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
15309         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
15310         (gst_pipefilter_change_state):
15311         * gst/oldcore/gstpipefilter.h:
15312         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
15313         * gst/videomixer/videomixer.c: (gst_videomixer_init):
15314         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
15315         * sys/osxaudio/gstosxaudiosink.h:
15316         * sys/osxaudio/gstosxaudiosrc.h:
15317           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
15318           moved bitshift from macro to enum definition
15319
15320 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15321
15322         * ext/Makefile.am:
15323         * ext/cairo/Makefile.am:
15324         * ext/cairo/gstcairo.c: (plugin_init):
15325         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
15326         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
15327         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
15328         * ext/cairo/gsttimeoverlay.h:
15329           update of cairo-based timeoverlay to 1.0 Cairo API
15330           doesn't work yet for resizing of output sink
15331
15332 2005-10-11  Wim Taymans  <wim@fluendo.com>
15333
15334         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
15335         newsegment API fix.
15336
15337 2005-10-11  Wim Taymans  <wim@fluendo.com>
15338
15339         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
15340         (gst_dvdemux_demux_frame):
15341         * ext/flac/gstflacdec.c: (gst_flacdec_write):
15342         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15343         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
15344         (gst_avi_demux_handle_seek):
15345         * gst/goom/gstgoom.c: (gst_goom_event):
15346         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
15347         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15348         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15349         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15350         (gst_wavparse_srcpad_event):
15351         newsegment API update.
15352
15353 2005-10-11  Andy Wingo  <wingo@pobox.com>
15354
15355         * ext/speex/gstspeexenc.c: Signedness cleanups.
15356
15357 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
15358
15359         * PORTED_09:
15360         * ext/speex/Makefile.am:
15361         * ext/speex/gstspeex.c:
15362         * ext/speex/gstspeexenc.c:
15363         Speexenc ported to 0.9
15364
15365 2005-10-10  Wim Taymans  <wim@fluendo.com>
15366
15367         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
15368         (gst_oss_sink_init), (gst_oss_sink_set_property),
15369         (gst_oss_sink_get_property), (gst_oss_sink_open),
15370         (gst_oss_sink_prepare), (gst_oss_sink_reset):
15371         * sys/oss/gstosssink.h:
15372         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
15373         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
15374         (gst_oss_src_prepare):
15375         Cleanups, make device configurable in the sink, handle and report
15376         errors.
15377
15378 2005-10-10  Wim Taymans  <wim@fluendo.com>
15379
15380         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
15381         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
15382         Make sure element is NULL before removing from the bin.
15383
15384 2005-10-07  Andy Wingo  <wingo@pobox.com>
15385
15386         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
15387         block forever in a read().
15388         (gst_dv1394src_bus_reset): Post a message when the cable is
15389         unplugged.
15390         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
15391         (gst_dv1394src_bus_reset): Don't unref the message.
15392
15393         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
15394         hacking. The only change should be that the state change stuff was
15395         put into basesrc's start() and stop() routines, which coalesces
15396         some steps.
15397
15398 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15399
15400         * configure.ac:
15401           Add check for mmap
15402           
15403         * gst/debug/Makefile.am:
15404           Only compile efence plugin on systems that have mmap.
15405
15406 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15407
15408         * gst/debug/Makefile.am:
15409         * gst/debug/breakmydata.c:
15410         * gst/debug/gstdebug.c:
15411         * gst/debug/gstnavigationtest.c:
15412         * gst/debug/gstnavseek.c: 
15413         * gst/debug/gstnavseek.h:
15414         * gst/debug/progressreport.c: 
15415         * gst/debug/testplugin.c:
15416           Port progressreport, navseek, navigationtest, testsink and
15417           breakmydata.
15418
15419 2005-10-05  Edward Hervey  <edward@fluendo.com>
15420
15421         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
15422         (gst_dvdemux_src_query):
15423         Fixes for better conversion
15424
15425 2005-10-04  Michael Smith <msmith@fluendo.com>
15426
15427         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
15428         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15429         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
15430         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
15431           Set state of elements to NULL before removing from bins.
15432           Set state of test element to NULL if we failed to move it to READY
15433
15434 2005-10-04  Edward Hervey  <edward@fluendo.com>
15435
15436         * ext/dv/Makefile.am:
15437         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
15438         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
15439         Corrected the query function for position so it doesn't forget what
15440         format was asked, and calls the conversion functions on the correct pad.
15441
15442 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15443
15444         * configure.ac:
15445           back to development
15446
15447 === release 0.9.3 ===
15448
15449 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15450
15451         * configure.ac:
15452           Releasing 0.9.3, "Aramis"
15453
15454 2005-10-03  Andy Wingo  <wingo@pobox.com>
15455
15456         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
15457         error returns.
15458
15459 2005-10-02  Andy Wingo  <wingo@pobox.com>
15460
15461         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
15462
15463         * ext/flac/gstflacenc.c: Ported to 0.9.
15464
15465         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
15466
15467         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
15468         and link to gsttagedit. Enable flacenc.
15469
15470         * ext/flac/gstflacdec.c: Re-enable tag reading.
15471
15472 2005-09-30  Wim Taymans  <wim@fluendo.com>
15473
15474         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15475         * gst/rtp/gstrtpgsmparse.c:
15476         * gst/rtp/gstrtph263penc.c:
15477         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15478         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15479         (gst_rtpmp4venc_set_property):
15480         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15481         Various class and caps fixes from Andre Magalhaes (andrunko)
15482
15483 2005-09-29  Wim Taymans  <wim@fluendo.com>
15484
15485         * gst/level/level-example.c: (main):
15486         Update for new bus API.
15487
15488 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15489
15490         * configure.ac:
15491           Fix unexpanded autoconf macro GST_DOC, which has been renamed
15492           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
15493
15494 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
15495
15496         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
15497           Fix playback of mono streams (bytes_per_sample should be set
15498           from the sample width and the number of channels negotiated,
15499           and not just be set to 4) (#317338)
15500
15501 2005-09-26  Wim Taymans  <wim@fluendo.com>
15502
15503         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
15504         (gst_rtpmpaenc_handle_buffer):
15505         Set buffer duration correctly.
15506
15507 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
15508
15509         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
15510         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
15511         (gst_avi_demux_change_state):
15512           Don't crash when encountering a stream with an unknown fourcc or
15513           codec id. Instead, create a pad of type video/x-avi-unknown or
15514           audio/x-avi-unknown, which as a side-effect also results in less
15515           confusing error messages in players ('no decoder' vs. 'no streams');
15516           minor fixes to state change function and class_init function.
15517
15518 2005-09-24  Wim Taymans  <wim@fluendo.com>
15519
15520         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15521         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15522         These are sinks.
15523
15524 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15525
15526         * check/elements/level.c: (GST_START_TEST):
15527           fix test for new GstClockTime use
15528         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
15529         (gst_level_transform_ip):
15530         * gst/level/gstlevel.h:
15531           fix up the decay peak, ensuring the decay peak is never lower
15532           than the peak for that interval
15533
15534 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15535
15536         * docs/plugins/gst-plugins-good-plugins.args:
15537         * docs/plugins/inspect/plugin-alpha.xml:
15538         * docs/plugins/inspect/plugin-rtp.xml:
15539         * gst/level/gstlevel.c: (gst_level_set_caps),
15540         (gst_level_transform_ip):
15541           updating docs
15542
15543 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15544
15545         * Makefile.am:
15546         * check/elements/level.c: (GST_START_TEST):
15547         * gst/level/Makefile.am:
15548         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
15549         (gst_level_set_property), (gst_level_get_property),
15550         (gst_level_set_caps), (gst_level_message_new),
15551         (gst_level_transform_ip):
15552         * gst/level/gstlevel.h:
15553         * gst/level/level-example.c: (message_handler), (main):
15554           convert to using GstClockTime for all time values, finally.
15555
15556 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15557
15558         * gst/auparse/Makefile.am:
15559         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15560           fix up build
15561         * configure.ac:
15562         * ext/cairo/Makefile.am:
15563         * ext/dv/Makefile.am:
15564         * ext/esd/Makefile.am:
15565         * ext/flac/Makefile.am:
15566         * ext/gconf/Makefile.am:
15567         * ext/gdk_pixbuf/Makefile.am:
15568         * ext/jpeg/Makefile.am:
15569         * ext/ladspa/Makefile.am:
15570         * ext/libcaca/Makefile.am:
15571         * ext/libmng/Makefile.am:
15572         * ext/libpng/Makefile.am:
15573         * ext/mikmod/Makefile.am:
15574         * ext/pango/Makefile.am:
15575         * ext/raw1394/Makefile.am:
15576         * ext/shout2/Makefile.am:
15577         * ext/speex/Makefile.am:
15578         * gst/alpha/Makefile.am:
15579         * gst/autodetect/Makefile.am:
15580         * gst/avi/Makefile.am:
15581         * gst/cutter/Makefile.am:
15582         * gst/debug/Makefile.am:
15583         * gst/effectv/Makefile.am:
15584         * gst/flx/Makefile.am:
15585         * gst/goom/Makefile.am:
15586         * gst/interleave/Makefile.am:
15587         * gst/law/Makefile.am:
15588         * gst/matroska/Makefile.am:
15589         * gst/median/Makefile.am:
15590         * gst/monoscope/Makefile.am:
15591         * gst/multipart/Makefile.am:
15592         * gst/oldcore/Makefile.am:
15593         * gst/rtp/Makefile.am:
15594         * gst/rtsp/Makefile.am:
15595         * gst/smoothwave/Makefile.am:
15596         * gst/smpte/Makefile.am:
15597         * gst/videobox/Makefile.am:
15598         * gst/videofilter/Makefile.am:
15599         * gst/videomixer/Makefile.am:
15600         * gst/wavenc/Makefile.am:
15601         * gst/wavparse/Makefile.am:
15602         * sys/oss/Makefile.am:
15603         * sys/osxaudio/Makefile.am:
15604         * sys/osxvideo/Makefile.am:
15605           fix up GST_LIBS use
15606
15607 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15608
15609         * gst/auparse/Makefile.am:
15610         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15611           fix build of auparse
15612
15613 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
15614
15615         * configure.ac:
15616         * PORTED_09:
15617         * gst/auparse/gstauparse.c:
15618         * gst/auparse/gstauparse.h:
15619         Auparse ported to 0.9.
15620
15621 2005-09-22  Wim Taymans  <wim@fluendo.com>
15622
15623         * gst/rtp/TODO:
15624         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
15625         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15626         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15627         (gst_rtpmp4venc_set_property):
15628         * gst/rtp/gstrtpmp4venc.h:
15629         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15630         * gst/rtp/gstrtpmpaenc.h:
15631         Use is_filled to both check MTU and max-ptime of base class.
15632
15633 2005-09-22  Wim Taymans  <wim@fluendo.com>
15634
15635         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15636         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15637         (gst_rtpmp4venc_set_property):
15638         Don't fragment packets with multiple frames.
15639
15640 2005-09-22  Wim Taymans  <wim@fluendo.com>
15641
15642         * gst/rtp/TODO:
15643         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15644         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15645         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
15646         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
15647         (gst_rtpmp4venc_get_property):
15648         * gst/rtp/gstrtpmp4venc.h:
15649         Remove g_print.
15650         Update TODO
15651         Make payload encoder a bit smarter and more correct with
15652         timestamps.
15653         Added option in payloader to include config string in-band.
15654
15655 2005-09-21  Wim Taymans  <wim@fluendo.com>
15656
15657         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15658         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15659         (gst_rtspsrc_send):
15660         Strip spaces for key/value pairs.
15661
15662 2005-09-21  Wim Taymans  <wim@fluendo.com>
15663
15664         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15665         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15666         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
15667         (gst_rtspsrc_change_state):
15668         More SDP parsing and caps setting.
15669         Do NO_PREROLL differently.
15670         add pads only after negotiated.
15671
15672         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
15673         (gst_udpsrc_getcaps):
15674         Implement the getcaps function.
15675
15676 2005-09-21  Wim Taymans  <wim@fluendo.com>
15677
15678         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
15679         (gst_rtpamrdec_chain):
15680         Handle multiple AMr packets per payload. Handle CRC and
15681         parse ILL/ILP.
15682
15683         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15684         Make caps params strings for easy SDP mapping.
15685         
15686         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
15687         Handle capsnego better.
15688
15689         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15690         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
15691         Generate and parse config string in the caps.
15692
15693 2005-09-21  Wim Taymans  <wim@fluendo.com>
15694
15695         * gst/rtp/README:
15696         Update README
15697
15698         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
15699         Make extra params as strings.
15700
15701         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
15702         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15703         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
15704         Make state change return NO_PREROLL as this is a live
15705         source.
15706
15707         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15708         Don't unref old caps when NULL.
15709
15710 2005-09-20  Wim Taymans  <wim@fluendo.com>
15711
15712         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
15713         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15714         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
15715         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
15716         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
15717         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
15718         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
15719         * gst/rtsp/sdpmessage.h:
15720         Add URI handler.
15721         Parse SDP and create caps.
15722
15723 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
15724
15725         * gst/alpha/gstalpha.c:
15726           fix element description
15727
15728 2005-09-19  Wim Taymans  <wim@fluendo.com>
15729
15730         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
15731         Don't check payload for now.
15732
15733 2005-09-19  Wim Taymans  <wim@fluendo.com>
15734
15735         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
15736         (gst_wavparse_init), (gst_wavparse_parse_file_header),
15737         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
15738         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15739         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15740         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
15741         (gst_wavparse_change_state):
15742         * gst/wavparse/gstwavparse.h:
15743         Fix wavparse some more.
15744
15745 2005-09-19  Wim Taymans  <wim@fluendo.com>
15746
15747         * check/elements/level.c: (GST_START_TEST):
15748         Fix for bus API change.
15749
15750 2005-09-19  Wim Taymans  <wim@fluendo.com>
15751
15752         * gst/level/level-example.c: (main):
15753         Fix for new bus API.
15754
15755         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15756         Set caps on pads.
15757
15758 2005-09-15  Wim Taymans  <wim@fluendo.com>
15759
15760         * gst/rtp/Makefile.am:
15761         * gst/rtp/README:
15762         * gst/rtp/gstrtp.c: (plugin_init):
15763         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
15764         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
15765         (gst_rtpamrdec_change_state):
15766         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
15767         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
15768         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
15769         * gst/rtp/gstrtpamrenc.h:
15770         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15771         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
15772         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
15773         * gst/rtp/gstrtpgsmenc.h:
15774         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
15775         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
15776         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
15777         (gst_rtpgsmparse_change_state):
15778         * gst/rtp/gstrtpgsmparse.h:
15779         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
15780         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
15781         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
15782         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
15783         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
15784         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
15785         * gst/rtp/gstrtph263penc.h:
15786         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
15787         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
15788         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
15789         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
15790         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
15791         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
15792         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
15793         * gst/rtp/gstrtpmp4venc.h:
15794         * gst/rtp/gstrtpmpadec.c:
15795         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
15796         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
15797         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
15798         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
15799         * gst/rtp/gstrtpmpaenc.h:
15800         Updates to payloader/depayloaders, make payloaders use
15801         the base classes.
15802         Updated README with suggested RTP caps and how to convert
15803         to/from SDP.
15804         Added config descriptor in mp4v payloader.
15805
15806 2005-09-15  Andy Wingo  <wingo@pobox.com>
15807
15808         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
15809         * gst/autodetect/gstautovideosink.c
15810         (gst_auto_video_sink_find_best): Update for new registry API.
15811
15812 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15813
15814         * common/c-to-xml.py:
15815         * common/gtk-doc-plugins.mak:
15816           a simple py script to generate valid xml from a C example
15817           probably also need to strip an MIT license when we decide
15818         * docs/plugins/Makefile.am:
15819         * gst/level/Makefile.am:
15820         * gst/level/gstlevel.c: (gst_level_init):
15821         * gst/level/level-example.c: (message_handler), (main):
15822           add an example to level that will show up in the docs
15823         * gst/rtp/TODO:
15824           add a note for the future
15825
15826 2005-09-14  Michael Smith <msmith@fluendo.com>
15827
15828         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
15829           Actually define the debug object being used in wavenc. Fixes #316205
15830
15831 2005-09-14  Michael Smith <msmith@fluendo.com>
15832
15833         * gst/smpte/Makefile.am:
15834           Link against GST_BASE_LIBS, to get it linked against libgstbase;
15835           needed to build on windows (bug 316204)
15836
15837 2005-09-12  Andy Wingo  <wingo@pobox.com>
15838
15839         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
15840
15841 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
15842
15843         * configure.ac:
15844         * gst/fdsrc/Makefile.am:
15845         * gst/fdsrc/gstfdsrc.c:
15846         * gst/fdsrc/gstfdsrc.h:
15847           Move fdsrc back into gstreamer core elements.
15848
15849         * gst/level/gstlevel.c: (gst_level_class_init),
15850         (gst_level_transform_ip):
15851         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
15852           Basetransform changes.
15853
15854 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15855
15856         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
15857         * ext/jpeg/smokecodec.c: (find_best_size):
15858           fix compiler warnings
15859
15860 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15861
15862         * gst-plugins-good.spec.in:
15863           spec file fixes
15864         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
15865         (gst_multiudpsink_render), (gst_multiudpsink_add),
15866         (gst_multiudpsink_clear):
15867           it actually helps to actually stream if we hook up the
15868           "add" signal to an actual implementation
15869         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
15870           some debugging
15871
15872 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
15873
15874         * ext/jpeg/Makefile.am:
15875         * ext/jpeg/gstjpeg.c
15876         * ext/jpeg/gstjpegenc.c:
15877         * ext/jpeg/gstsmokeenc.c:
15878
15879 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15880
15881         * ext/flac/gstflacdec.c:
15882         * ext/flac/gstflacenc.c:
15883         * ext/flac/gstflactag.c:
15884         * ext/speex/gstspeexenc.c:
15885           gsttaginterface.h -> gsttagsetter.h
15886
15887 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
15888
15889         * configure.ac:
15890         * gst/debug/Makefile.am:
15891         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
15892         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
15893         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
15894         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
15895         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
15896           Port to 0.9 and re-enable efence plugin.
15897
15898 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
15899
15900         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
15901         (gst_flacdec_write), (gst_flacdec_convert_src):
15902         * ext/flac/gstflacdec.h:
15903           Add support for flac files with 24/32 bits per sample; and misc.
15904           minor clean-ups. Seeking is still partly broken (for me at least).
15905
15906 2005-09-06  Wim Taymans  <wim@fluendo.com>
15907
15908         * gst/rtp/Makefile.am:
15909         * gst/rtp/gstrtp.c: (plugin_init):
15910         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
15911         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
15912         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
15913         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
15914         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
15915         (gst_rtpmp4vdec_plugin_init):
15916         * gst/rtp/gstrtpmp4vdec.h:
15917         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
15918         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
15919         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
15920         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
15921         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
15922         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
15923         * gst/rtp/gstrtpmp4venc.h:
15924         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
15925         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
15926         Added mpeg4 video payload encoder/decoder.
15927         Added some docs in mpa payloader.
15928
15929 === release 0.9.1 ===
15930
15931 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15932
15933         * NEWS:
15934         * README:
15935         * RELEASE:
15936         * autogen.sh:
15937         * configure.ac:
15938           releasing 0.9.1, "Blondie"
15939
15940 2005-09-05  Andy Wingo  <wingo@pobox.com>
15941
15942         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
15943         here from the state change handler, so we fire signals without
15944         holding the state lock.
15945
15946 2005-09-02  Andy Wingo  <wingo@pobox.com>
15947
15948         * All plugins updated for element state changes.
15949
15950 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15951
15952         * Makefile.am:
15953         * check/.cvsignore:
15954         * check/Makefile.am:
15955         * check/elements/.cvsignore:
15956         * check/elements/level.c: (setup_level), (cleanup_level),
15957         (GST_START_TEST), (level_suite), (main):
15958           add a test for level
15959         * common/release.mak:
15960           move the enum checking to release.mak
15961         * configure.ac:
15962           add valgrind and check checking
15963         * gst/level/gstlevel.c: (gst_level_transform):
15964         * gst/level/gstlevel.h:
15965           fix Andy's cast bug
15966           convert a field to int
15967           fix the arithmetic to int when checking for emit so that a
15968           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
15969
15970 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15971
15972         * Makefile.am:
15973         * configure.ac:
15974           add docs to build
15975         * common/plugins.xsl:
15976           wrap Description into a refsect2
15977         * docs/Makefile.am:
15978         * docs/plugins/Makefile.am:
15979         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15980         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15981         * gst/goom/Makefile.am:
15982         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
15983         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
15984         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
15985         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
15986         (gst_goom_change_state):
15987         * gst/goom/gstgoom.h:
15988           GstGOOM -> GstGoom
15989           add an example launch line
15990         * gst/level/gstlevel.h:
15991         * gst/monoscope/gstmonoscope.c:
15992           cleanups
15993
15994 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15995
15996         * configure.ac:
15997         * docs/plugins/Makefile.am:
15998         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15999         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16000         * docs/plugins/gst-plugins-good-plugins.types:
16001           document elements and plugins.  Shazam !
16002
16003 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16004
16005         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
16006           be found under doc/random/ChangeLog-0.8