sys/v4l2/v4l2src_calls.c: Chain up the finalize functions. Fixes bug #515984.
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
2
3         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
4         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
5         (gst_v4l2_buffer_pool_class_init):
6         Chain up the finalize functions. Fixes bug #515984.
7
8 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
9
10         * sys/ximage/ximageutil.c:
11         Chain up in the finalize function for our custom
12         buffer sub-class.
13         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
14         Fixes: #515706
15
16 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
17
18         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
19         (gst_fenced_buffer_class_init):
20         Properly chain up finalize method. Fixes bug #515979.
21
22 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
23
24         * sys/ximage/gstximagesrc.c:
25         Free allocated Damage memory before closing our connection to the
26         X server. Partially fixes: #515706
27
28 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
29
30         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
31         * tests/check/Makefile.am:
32         * tests/check/gst-plugins-good.supp:
33         Add a few libjpeg suppressions and initialize a variable to
34         make smokeenc valgrind clean. Fixes bug #515701.
35
36 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
37
38         * gst/avi/gstavidemux.c:
39         Revert patch which sends timestamps only on keyframes, as it
40         breaks playback with current gst-ffmpeg.
41
42         Fixes: #515562
43
44 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
45
46         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
47         * tests/check/elements/multifile.c: (GST_START_TEST):
48         Close some memory leaks spotted by the unit test. Fixes bug #515697.
49
50 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
51
52         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
53         Use and unset the GError when pipeline creation fails instead of
54         simply leaking it. Fixes bug #515704.
55
56 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
57
58         * gst/audiofx/audioamplify.c:
59         * gst/audiofx/audiochebband.c:
60         * gst/audiofx/audiocheblimit.c:
61         * gst/audiofx/audiodynamic.c:
62         * gst/audiofx/audioinvert.c:
63         * gst/audiofx/audiopanorama.c:
64         * gst/audiofx/audiowsincband.c:
65         * gst/audiofx/audiowsinclimit.c:
66         Fix long description of audiofx elements. Fixes bug #515457.
67
68 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
69
70         * docs/plugins/Makefile.am:
71         * gst/spectrum/gstspectrum.c:
72         * tests/examples/spectrum/.cvsignore:
73         * tests/examples/spectrum/Makefile.am:
74         * tests/examples/spectrum/spectrum-example.c:
75
76         Add a simple example application for the spectrum element, include it
77         in the docs, and fix some documentation ambiguities.
78
79         Fixes: #348085
80
81 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
82
83         * gst/equalizer/Makefile.am:
84         * gst/spectrum/Makefile.am:
85         Fix includes order
86
87         * tests/check/Makefile.am:
88         Exclude v4l2src from the states test - it takes too long to start.
89
90         * tests/check/elements/spectrum.c:
91         Make the test run properly with CK_FORK=no
92
93 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
94
95         * gst/audiofix/Makefile.am: add missing header files 
96
97 2008-02-08  Julien Moutte  <julien@fluendo.com>
98
99         * gst/matroska/matroska-demux.c:
100         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
101         keyframe and delta units correctly when dealign with a BlockGroup.
102         Fixes: #514397
103
104 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
105
106         * tests/check/elements/.cvsignore:
107         Spell the new tests correctly in .cvsignore
108
109 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
110
111         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
112           Need to use gsize here for the size, fixes compiler warning.
113
114         * tests/examples/equalizer/.cvsignore:
115         * tests/examples/equalizer/Makefile.am:
116         * tests/examples/spectrum/.cvsignore:
117         * tests/examples/spectrum/Makefile.am:
118           Add missing files to fix the build.
119
120 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
121
122         * configure.ac:
123         * docs/plugins/Makefile.am:
124         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
125         * docs/plugins/gst-plugins-good-plugins-sections.txt:
126         * docs/plugins/gst-plugins-good-plugins.args:
127         * docs/plugins/gst-plugins-good-plugins.hierarchy:
128         * docs/plugins/inspect/plugin-multifile.xml:
129         * tests/check/Makefile.am:
130         * tests/check/elements/.cvsignore:
131
132         Move multifile plugin from -bad.
133         Fixes: #490283
134
135 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
136
137         * configure.ac:
138         * docs/plugins/Makefile.am:
139         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
140         * docs/plugins/gst-plugins-good-plugins-sections.txt:
141         * docs/plugins/gst-plugins-good-plugins.args:
142         * docs/plugins/gst-plugins-good-plugins.hierarchy:
143         * docs/plugins/inspect/plugin-spectrum.xml:
144         * gst/spectrum/Makefile.am:
145         * tests/check/Makefile.am:
146         * tests/check/elements/.cvsignore:
147         * tests/examples/Makefile.am:
148
149         Move spectrum plugin from -bad.
150         Move examples into tests/examples/spectrum.
151
152 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
153
154         * configure.ac:
155         * docs/plugins/Makefile.am:
156         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
157         * docs/plugins/gst-plugins-good-plugins-sections.txt:
158         * docs/plugins/gst-plugins-good-plugins.args:
159         * docs/plugins/gst-plugins-good-plugins.hierarchy:
160         * docs/plugins/gst-plugins-good-plugins.interfaces:
161         * docs/plugins/inspect/plugin-equalizer.xml:
162         * gst/equalizer/Makefile.am:
163         * tests/check/Makefile.am:
164         * tests/examples/Makefile.am:
165         Move the equalizer plugin across from -bad
166
167         * tests/check/elements/.cvsignore:
168         Add equalizer, audiosincwband and audiosincwlimit
169
170         * tests/check/elements/equalizer.c:
171         Fix compiler warnings
172
173         Fixes: #415627
174
175 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
176
177         * configure.ac:
178         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
179         are treated like releases and build without it.
180
181 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
182
183         * docs/plugins/Makefile.am:
184         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
185         * docs/plugins/gst-plugins-good-plugins-sections.txt:
186         * docs/plugins/gst-plugins-good-plugins.args:
187         * docs/plugins/inspect/plugin-audiofx.xml:
188         * gst/audiofx/Makefile.am:
189         * gst/audiofx/audiofx.c:
190         * gst/audiofx/audiowsincband.c:
191         * gst/audiofx/audiowsincband.h:
192         * gst/audiofx/audiowsinclimit.c:
193         * gst/audiofx/audiowsinclimit.h:
194         * tests/check/Makefile.am:
195         * tests/check/elements/audiowsincband.c:
196         * tests/check/elements/audiowsinclimit.c:
197
198         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
199         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
200         respectively.
201
202         Fixes: #467666
203
204 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
205
206         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
207         * tests/check/elements/icydemux.c:
208           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
209           caps, and add a somewhat useful debug message. Plus test.
210
211 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
212
213         * gst/rtsp/gstrtspsrc.c:
214         Include unistd.h only if HAVE_UNISTD_H is defined
215         * win32/common/config.h.in:
216         * win32/common/config.h:
217         Define socklen_t as it seems it's not defined in default 
218         Visual Studio headers.
219         * win32/vs6/libgstalpha.dsp:
220         * win32/vs6/libgstapetag.dsp:
221         * win32/vs6/libgstavi.dsp:
222         * win32/vs6/libgstrtp.dsp:
223         * win32/vs6/libgstrtsp.dsp:
224         * win32/vs6/libgstvideomixer.dsp:
225         Update project file dependencies and add new source files       
226
227 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
228
229         Patch by: Bjarne Rosengren <bjarne at axis dot com>
230
231         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
232         Don't leak buffers when we don't push them downstream.
233         Fixes bug #514965.
234
235 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
236
237         * configure.ac:
238           Bump requirements to (good) released versions to avoid
239           confusion and make implicit core requirement explicit.
240
241 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
242
243         * docs/plugins/Makefile.am:
244         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
245         * docs/plugins/gst-plugins-good-plugins-sections.txt:
246         * docs/plugins/gst-plugins-good-plugins.args:
247         * docs/plugins/inspect/plugin-audiofx.xml:
248         * gst/audiofx/Makefile.am:
249         * gst/audiofx/audiochebband.c:
250         * gst/audiofx/audiochebband.h:
251         * gst/audiofx/audiocheblimit.c:
252         * gst/audiofx/audiocheblimit.h:
253         * gst/audiofx/audiochebyshevfreqband.c:
254         * gst/audiofx/audiochebyshevfreqband.h:
255         * gst/audiofx/audiochebyshevfreqlimit.c:
256         * gst/audiofx/audiochebyshevfreqlimit.h:
257         * gst/audiofx/audiofx.c:
258         * tests/check/Makefile.am:
259         * tests/check/elements/.cvsignore:
260         * tests/check/elements/audiochebband.c:
261         * tests/check/elements/audiocheblimit.c:
262         * tests/check/elements/audiochebyshevfreqband.c:
263         * tests/check/elements/audiochebyshevfreqlimit.c:
264
265         Rename audiochebyshevfreqband -> audiochebband and
266         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
267         surgery.
268
269         Closes: #491811
270
271 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
272
273         Patch by: orjan <orjanf at axis dot com>
274
275         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
276         Fix caps memory leak. Fixes #514573.
277
278 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
279
280         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
281         If there's no entries in the subindex, don't try to do anything stupid,
282         just return.
283
284 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
285
286         Patch by: John Millikin <jmillikin at gmail dot com>
287
288         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
289           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
290           Fix extraction of picture blocks with newer libflac versions again:
291           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
292
293 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
294
295         * tests/check/Makefile.am:
296           Add rtp-payloading test to VALGRIND_TO_FIX.
297
298         * tests/check/elements/rtp-payloading.c:
299           Add semicolons after GST_TEST_END so gst-indent gets the
300           formatting right; make test less verbose in general, but
301           more verbose in the error case (which should probably
302           make the test fail anyway).
303
304 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
305
306         * docs/plugins/Makefile.am:
307         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
308         * docs/plugins/gst-plugins-good-plugins-sections.txt:
309         * gst/avi/gstavisubtitle.c:
310         Add documentation for avisubtitle and change class to
311         Codec/Parser/Subtitle
312
313 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
314
315         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
316         Treat ENOTTY (driver does not implement ioctl) the same as
317         EINVAL since it implies there are no available standards.
318
319         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
320         (gst_v4l2src_get_nearest_size):
321         Replace gst_v4l2src_get_size_limits with 2 calls to new function
322         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
323         probe if the driver does not support VIDIOC_TRY_FMT for whatever
324         reason, and if we aren't yet actively capturing.
325
326         * sys/v4l2/v4l2src_calls.h:
327         Remove replaced function declaration.
328
329 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
330
331         * configure.ac:
332         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
333         API.
334
335 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
336
337         * configure.ac:
338         Fix typo.
339
340 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
341
342         * gst/alpha/Makefile.am:
343         * gst/alpha/gstalpha.c:
344
345         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
346         some stuff, and making buffer-alloc and resizing work automatically.
347         No longer crashes on odd frame widths and heights, although there
348         seems to be a disagreement with ffmpegcolorspace about what size
349         an AYUV frame with odd height should be.
350
351 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
352
353         Patch by: Alessandro Decina <alessandro at nnva dot org>
354
355         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
356         * ext/libpng/gstpngenc.h:
357         Preallocate the output buffer so that g_memdup() and
358         gst_buffer_merge() aren't needed anymore. This greatly improves
359         performances and fixes #512544.
360
361 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
362
363         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
364         (gst_avi_demux_stream_data):
365         GStreamer timestamps are PTS values while AVI only knows about DTS
366         timestamps. Make sure we only copy the DTS as the buffer timestamp when
367         we are dealing with a key frame.
368
369 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
370
371         * tests/check/Makefile.am:
372         * tests/check/elements/.cvsignore:
373         * tests/check/elements/rtp-payloading.c:
374           Add add testsuite for the rtp-payloader that tries simulating
375           dataflow. Needs more test data.
376
377 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
378
379         * tests/check/elements/alphacolor.c:
380           Remove two unused variables.
381
382 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
383
384         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
385           Use g_ascii_strtoll() instead of atoll, which is only
386           available in C99.
387
388 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
389
390         * gst/rtp/Makefile.am:
391         * gst/rtp/gstrtp.c:
392         * gst/rtp/gstrtpmpvpay.c:
393         * gst/rtp/gstrtpmpvpay.h:
394         Add MPEG2 video payloader
395
396 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
397
398         * gst/level/gstlevel.c:
399         Use #include <math.h> instead of #include "math.h".
400
401 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
402
403         * tests/check/Makefile.am:
404         Fix up some CFLAGS sets.
405         Don't include gconfvideosrc in the states test.
406
407         * tests/check/elements/autodetect.c: (GST_START_TEST):
408         Add some error strings to fail_unless arguments to fix some weird
409         compiler errors on Solaris.
410
411 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
412
413         * configure.ac:
414         Detect video4linux headers on Solaris too.
415         * sys/v4l2/gstv4l2colorbalance.h:
416         * sys/v4l2/gstv4l2object.h:
417         * sys/v4l2/v4l2_calls.c:
418         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
419         (gst_v4l2_buffer_new):
420
421         Make v4l2 build on Solaris.
422         Patch by: Brian Cameron  <brian.cameron at sun dot com>
423         Fixes: #510505
424
425 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
426
427         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
428           Update list from (still local) scanning script.
429
430 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
431
432         Based on a patch by:
433             Victor STINNER <victor dot stinner at haypocalc dot com>
434
435         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
436         Set variable to NULL after freeing it to prevent double frees
437         or make failures by another use of it afterwards more obvious
438         and fix use of it after the freeing. Fixes bug #510592.
439
440 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
441
442         * gst/udp/gstmultiudpsink.c:
443         use GST_WARNING for logging
444
445 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
446
447         * gst/udp/gstmultiudpsink.c:
448         Don't try to leave a multicast group with an invalid socket
449
450 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
451
452         * ext/flac/gstflacdec.c:
453           Fix compilation against flac 1.1.2 (as on debian stable), where
454           the picture metadata defines and structs don't exist yet.
455           Fixes #509301.
456
457 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
458
459         Patch by: Olivier Crete <tester at tester dot ca>
460
461         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
462         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
463         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
464         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
465         * gst/udp/gstmultiudpsink.h:
466         Add property to automatically join a multicast group or not. This can be
467         useful when sharing a socket between multiple elements.
468         Fixes #509531.
469
470 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
471
472         * gst/videomixer/Makefile.am:
473           Add controller flags.
474
475 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
476
477         * gst/videomixer/videomixer.c:
478           Also commit the missing gst_object_sync_values().
479
480 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
481
482         * docs/plugins/Makefile.am:
483           Remove duplicate entry.
484
485 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
486
487         * docs/plugins/Makefile.am:
488         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
489         * docs/plugins/gst-plugins-good-plugins-sections.txt:
490         * docs/plugins/inspect/plugin-gamma.xml:
491         * docs/plugins/inspect/plugin-monoscope.xml:
492         * docs/plugins/inspect/plugin-video4linux2.xml:
493           Add 3 more plugins to docs.
494
495 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
496
497         * docs/plugins/gst-plugins-good-plugins-sections.txt:
498         * sys/osxvideo/osxvideosink.h:
499           Revert previous change caused by a file that got stuck on an old
500           revision.
501
502 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
503
504         * docs/plugins/gst-plugins-good-plugins-sections.txt:
505         * gst/multipart/Makefile.am:
506         * gst/multipart/multipartdemux.c:
507         * gst/multipart/multipartdemux.h:
508         * gst/multipart/multipartmux.c:
509         * gst/multipart/multipartmux.h:
510           Re-add multipartdemux to the docs. Last round of section cleanup.
511
512 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
513
514         * docs/plugins/Makefile.am:
515         * docs/plugins/gst-plugins-good-plugins-sections.txt:
516         * sys/osxaudio/gstosxaudiosink.h:
517         * sys/osxvideo/osxvideosink.h:
518           Managed to resolve most unused declarations. Filed a bug for one left.          
519
520 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
521
522         * docs/plugins/gst-plugins-good-plugins-sections.txt:
523           Cleanup section file.
524
525 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
526
527         * docs/plugins/Makefile.am:
528         * docs/plugins/gst-plugins-good-plugins.args:
529         * docs/plugins/gst-plugins-good-plugins.signals:
530         * docs/plugins/inspect/plugin-alaw.xml:
531         * docs/plugins/inspect/plugin-alpha.xml:
532         * docs/plugins/inspect/plugin-alphacolor.xml:
533         * docs/plugins/inspect/plugin-annodex.xml:
534         * docs/plugins/inspect/plugin-apetag.xml:
535         * docs/plugins/inspect/plugin-audiofx.xml:
536         * docs/plugins/inspect/plugin-auparse.xml:
537         * docs/plugins/inspect/plugin-autodetect.xml:
538         * docs/plugins/inspect/plugin-avi.xml:
539         * docs/plugins/inspect/plugin-cairo.xml:
540         * docs/plugins/inspect/plugin-cdio.xml:
541         * docs/plugins/inspect/plugin-cutter.xml:
542         * docs/plugins/inspect/plugin-debug.xml:
543         * docs/plugins/inspect/plugin-dv.xml:
544         * docs/plugins/inspect/plugin-efence.xml:
545         * docs/plugins/inspect/plugin-effectv.xml:
546         * docs/plugins/inspect/plugin-flac.xml:
547         * docs/plugins/inspect/plugin-flxdec.xml:
548         * docs/plugins/inspect/plugin-gconfelements.xml:
549         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
550         * docs/plugins/inspect/plugin-goom.xml:
551         * docs/plugins/inspect/plugin-halelements.xml:
552         * docs/plugins/inspect/plugin-icydemux.xml:
553         * docs/plugins/inspect/plugin-id3demux.xml:
554         * docs/plugins/inspect/plugin-jpeg.xml:
555         * docs/plugins/inspect/plugin-ladspa.xml:
556         * docs/plugins/inspect/plugin-level.xml:
557         * docs/plugins/inspect/plugin-matroska.xml:
558         * docs/plugins/inspect/plugin-mulaw.xml:
559         * docs/plugins/inspect/plugin-multipart.xml:
560         * docs/plugins/inspect/plugin-navigationtest.xml:
561         * docs/plugins/inspect/plugin-png.xml:
562         * docs/plugins/inspect/plugin-quicktime.xml:
563         * docs/plugins/inspect/plugin-rtp.xml:
564         * docs/plugins/inspect/plugin-rtsp.xml:
565         * docs/plugins/inspect/plugin-shout2send.xml:
566         * docs/plugins/inspect/plugin-smpte.xml:
567         * docs/plugins/inspect/plugin-speex.xml:
568         * docs/plugins/inspect/plugin-taglib.xml:
569         * docs/plugins/inspect/plugin-udp.xml:
570         * docs/plugins/inspect/plugin-videobalance.xml:
571         * docs/plugins/inspect/plugin-videobox.xml:
572         * docs/plugins/inspect/plugin-videocrop.xml:
573         * docs/plugins/inspect/plugin-videoflip.xml:
574         * docs/plugins/inspect/plugin-videomixer.xml:
575         * docs/plugins/inspect/plugin-wavenc.xml:
576         * docs/plugins/inspect/plugin-wavpack.xml:
577         * docs/plugins/inspect/plugin-wavparse.xml:
578           Update plugin docs.
579
580         * gst/videomixer/Makefile.am:
581         * gst/videomixer/videomixer.c:
582         * gst/videomixer/videomixer.h:
583         * gst/videomixer/videomixerpad.h:
584           Split out header to fix warnings from the doc-build.
585
586 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
587
588         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
589
590         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
591         Use atoll to parse the rtptime with enough precision. Fixes #509329.
592
593 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
594
595         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
596         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
597           Initialise variables to work around (false) 'foo might be used
598           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
599
600 2008-01-11  David Schleef  <ds@schleef.org>
601
602         * docs/plugins/.cvsignore:
603         * tests/check/pipelines/.cvsignore:
604           Ignore more files for the buildbot.
605
606 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
607
608         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
609         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
610         Generate the image-type values correctly. Leave them out of the caps
611         when outputting a "preview image" tag, since it only makes sense
612         to have one of those - the type is irrelevant.
613
614         * sys/sunaudio/gstsunaudiomixerctrl.c:
615         (gst_sunaudiomixer_ctrl_open):
616         If we can, mark the mixer multiple open when we use it, in case
617         (for some reason) the process wants to open it again elsewhere.
618
619 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
620
621         Patch by: Olivier Crete <tester at tester dot ca>
622
623         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
624         * gst/rtp/gstrtptheorapay.c:
625         Fix the clock rate to 90000 as required by the RFC.
626         Fixes #508644.
627
628 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
629
630         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
631           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
632
633 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
634
635         * autogen.sh:
636           Add -Wno-portability to the automake parameters to stop warnings
637           about GNU make extensions being used. We require GNU make in almost
638           every Makefile anyway.
639           
640         * configure.ac:
641           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
642           at the same time is required for per target flags.
643
644 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
645
646         * gst/videomixer/videomixer.c: (gst_videomixer_init):
647         Fix error from my last commit.
648
649 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
650
651         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
652
653         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
654           Make sure the ISO 639-X language code in ID3v2 COMM frames
655           is actually valid UTF-8 (or rather: ASCII), so we don't end
656           up with non-UTF8 strings in tags if there's garbage in the
657           language field. Also make sure the language code is always
658           lower case. Fixes: #508291.
659
660 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
661
662         * ChangeLog:
663           Fix ChangeLog typo.
664
665 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
666
667         * Makefile.am:
668           Include lcov.mak to allow building coverage reports. Guard
669           check-torture target like in the other packages.
670
671 2008-01-09  Sameer Naik  <sameer@damagehead.com>
672
673         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
674
675         * gst/videomixer/videomixer.c:
676         (gst_videomixer_set_master_geometry), (_do_init),
677         (gst_videomixer_child_proxy_get_child_by_index),
678         (gst_videomixer_child_proxy_get_children_count),
679         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
680         (gst_videomixer_init), (gst_videomixer_request_new_pad),
681         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
682         Implement GstChildProxy interface.
683         Send newsegment at the right moment
684         Fixes #488879
685
686 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
687
688         * gst/alpha/Makefile.am:
689         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
690         (gst_alpha_sink_event), (gst_alpha_chain),
691         (gst_alpha_change_state), (plugin_init):
692         Make the various properties of 'alpha' controllable. This allows doing
693         niceties like fade-in/fade-out.
694
695 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
696
697         * gst/rtp/gstasteriskh263.c:
698         * gst/rtp/gstrtpL16depay.c:
699         * gst/rtp/gstrtpac3depay.c:
700         * gst/rtp/gstrtpamrpay.c:
701         * gst/rtp/gstrtpdepay.c:
702         * gst/rtp/gstrtpgsmdepay.c:
703         * gst/rtp/gstrtph263depay.c:
704         * gst/rtp/gstrtph263pdepay.c:
705         * gst/rtp/gstrtph263ppay.c:
706         * gst/rtp/gstrtph264depay.c:
707         * gst/rtp/gstrtph264pay.c:
708         * gst/rtp/gstrtpmp2tdepay.c:
709         * gst/rtp/gstrtpmp4adepay.c:
710         * gst/rtp/gstrtpmp4gdepay.c:
711         * gst/rtp/gstrtpmp4gpay.c:
712         * gst/rtp/gstrtpmp4vdepay.c:
713         * gst/rtp/gstrtpmpadepay.c:
714         * gst/rtp/gstrtpmpvdepay.c:
715         * gst/rtp/gstrtpsv3vdepay.c:
716         * gst/rtp/gstrtptheoradepay.c:
717         * gst/rtp/gstrtptheorapay.c:
718         * gst/rtp/gstrtpvorbisdepay.c:
719         * gst/rtp/gstrtpvorbispay.c:
720           Remove copy/paste unused code (property setters and getter) found by
721           the coverage suite (yay, saves ~20k on disk).
722
723 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
724
725         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
726           (videosink_templ):
727           Also fix up pad templates to indicate that image/jpeg doesn't
728           absolutely require the framerate property to be set (#504081).
729
730 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
731
732         Based on patch by: Wouter Cloetens  <wouter at mind be>
733
734         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
735           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
736           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
737         * gst/matroska/matroska-mux.h:
738           Keep track of first and last timestamps for each incoming stream,
739           so we can calculate the total duration for live sources and other
740           input where we can't query the duration from the start or where
741           there's no constant framerate from which we can deduce the
742           duration; also use calculated/observed duration if it is bigger
743           than the previously queried duration. Furthermore, use
744           gst_pad_query_peer_duration() and take into account that it may
745           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
746           screws up comparisons when using unsigned integers. Fixes #504081.
747
748 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
749
750         * configure.ac:
751         * gst/audiofx/audioamplify.c:
752         (gst_audio_amplify_clipping_method_get_type),
753         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
754         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
755         (gst_audio_dynamic_transform_ip):
756         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
757         (gst_audio_invert_transform_ip):
758         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
759         (gst_audio_panorama_transform):
760         * gst/level/gstlevel.c: (gst_level_init):
761         Make elements GST_BUFFER_FLAG_GAP aware and call
762         gst_base_transform_set_gap_aware for this.
763         Bump core requirement to CVS.
764         
765         * gst/audiofx/audiochebyshevfreqband.c:
766         (gst_audio_chebyshev_freq_band_transform_ip):
767         * gst/audiofx/audiochebyshevfreqlimit.c:
768         (gst_audio_chebyshev_freq_limit_transform_ip):
769         Also sync GObject properties to the controller if operating
770         in passthrough mode.
771
772 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
773
774         * sys/directdraw/gstdirectdrawsink.c:
775           (gst_directdraw_sink_window_thread):
776           FALSE is not a gpointer.
777
778 2008-01-05  Julien Moutte  <julien@fluendo.com>
779
780         * sys/directdraw/gstdirectdrawsink.c:
781         (gst_directdraw_sink_set_window_id),
782         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
783         (gst_directdraw_sink_buffer_alloc),
784         (gst_directdraw_sink_draw_borders),
785         (gst_directdraw_sink_show_frame),
786         (gst_directdraw_sink_setup_ddraw),
787         (gst_directdraw_sink_window_thread),
788         (gst_directdraw_sink_get_ddrawcaps),
789         (gst_directdraw_sink_surface_create): Make sure we create our
790         internal window only when we need it. That will give a chance to
791         the application to get the prepare-xwindow-id bus message. Draw
792         black borders when keeping aspect ratio. Handle the case where our
793         rendering window disappears (closed or errors) like other sinks
794         do. Various 80 columns fixes, improve state change order. That
795         element could need some more love.
796
797 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
798
799         * ext/taglib/gstapev2mux.h:
800         * ext/taglib/gstid3v2mux.h:
801         Remove useless typedefs without new type name. Fixes a warning with
802         gcc 4.3.
803
804 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
805
806         Patch by: John Millikin <jmillikin at gmail dot com>
807
808         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
809         (gst_flac_dec_setup_stream_decoder),
810         (gst_flac_normalize_picture_mime_type),
811         (gst_flac_extract_picture_buffer),
812         (gst_flac_dec_metadata_callback):
813         Emit metadata messages when a PICTURE block is encountered.
814         Fixes #506715.
815
816 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
817
818         * gst/avi/gstavi.c:
819         increase rank because no known issues anymore ...
820         * gst/avi/gstavisubtitle.c:
821         send subtitle name to the srcpad
822
823 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
824
825         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
826         * gst/rtsp/gstrtspsrc.h:
827         Implement redirect for the DESCRIBE reply. Fixes #506025.
828
829 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
830
831         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
832         Fix 'xyz may be used uninitialized' compiler warnings caused
833         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
834         abort() in any case but properly report the error.
835
836 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
837
838         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
839         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
840         * sys/ximage/gstximagesrc.c: (composite_pixel):
841           Fix 'xyz may be used uninitialized' compiler warnings caused
842           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
843           not really nice to abort in any case). Fixes #505745.
844
845 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
846
847         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
848           Small unit test fix (has no practical impact at the moment,
849           since we're only feeding utf8 and hence just create a sub-
850           buffer for the output).
851
852 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
853
854         * gst/avi/gstavisubtitle.c:
855         * tests/check/elements/avisubtitle.c:
856         Add seeking support for avi subtitle
857
858 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
859
860         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
861         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
862         (gst_flac_dec_write):
863         * ext/flac/gstflacdec.h:
864         Remove some unused vars.
865         Do more cleanup of leftover events and tags.
866         Output tags after the segment event. Fixes #504018.
867
868 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
869
870         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
871           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
872           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
873           Detect other UTF byte order markers and convert to UTF-8 as
874           appropriate.
875
876 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
877
878         * gst/avi/gstavisubtitle.c: (src_template),
879           (gst_avi_subtitle_extract_utf8_file),
880           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
881           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
882           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
883         * gst/avi/gstavisubtitle.h:
884           Refactor a bit; fix name extraction; don't assume all the data
885           in the chunk is actually subtitle data, there may be padding at
886           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
887           file so it's there to send again after a seek (for future use).
888
889 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
890
891         * gst/avi/Makefile.am:
892         * gst/avi/gstavi.c:
893         * gst/avi/gstavisubtitle.c:
894         * gst/avi/gstavisubtitle.h:
895         * tests/check/Makefile.am:
896         * tests/check/elements/avisubtitle.c:
897         * win32/common/config.h:
898                 Add avi subtitle element for bug #442034. Need seeking support
899                 and more support for character conversion.
900
901 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
902
903         * Makefile.am:
904           Include common/win32.mak for CRLF check of win32 project
905           files (see #393626).
906
907         * win32/vs6/libgstpng.dsp:
908           Fix line endings and do cvs admin -kb.
909
910 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
911
912         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
913         Actually drop the buffers which are outside the currently configured
914         segment instead of just emitting a WARNING.
915
916 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
917
918         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
919         (gst_flac_dec_write):
920         * ext/flac/gstflacdec.h:
921         Send segments from the streaming thread. Fixes #502187.
922         Fix segment seeking and a bunch of other seeking cases.
923
924 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
925
926         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
927           Parse WOAF frames and put the result into GST_TAG_CONTACT,
928           which is where it would end up if the same information was
929           put in a vorbis comment (don't think it's worth adding a
930           new URI tag for this). Fixes #488112.
931
932 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
933
934         * configure.ac:
935           We need core/base 0.10.15 or later.
936
937 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
938
939         Patch by: Mark Nauwelaerts <manauw skynet be>
940
941         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
942         Fix regression in stream numbering. Fixes #502655.
943
944 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
945
946         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
947
948         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
949         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
950         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
951         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
952         (gst_rtp_h264_pay_handle_buffer):
953         * gst/rtp/gstrtph264pay.h:
954         Use higher performance start-code searching.
955         Parse NALs and store SPS, PPS and profile in the caps so that they can
956         be used in the SDP. Fixes #502814.
957
958 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
959
960         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
961         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
962           Init some structs to zero before we pass them to ioctl, which
963           avoids valgrind warnings.  Also fix a small memory leak.
964
965 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
966
967         Patch by: Wouter Cloetens <wouter at mind dot be>
968
969         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
970         Copy timestamp from input to output. Not very perfect yet but better
971         than nothing. Fixes #503023.
972
973 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
974
975         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
976           Also print a useful error message with the old Wavpack API
977           if possible.
978
979 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
980
981         * ext/wavpack/gstwavpackdec.c:
982           More build fixes for old libwavpack versions: include config.h so
983           that WAVPACK_OLD_API is actually defined as detected; only use
984           WavpackGetErrorMessage if it is available. This fixes the build
985           on debian stable for me.
986
987 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
988
989         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
990         * ext/wavpack/gstwavpackparse.c:
991           (gst_wavpack_parse_create_src_pad):
992           Workaround the non-existance of WavpackGetChannelMask in Wavpack
993           versions below 4.40.0.
994
995 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
996
997         * configure.ac:
998           And now do it right for real...
999
1000 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1001
1002         * configure.ac:
1003           Correctly reset $LIBS to not contain -lm.
1004
1005 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1006
1007         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
1008
1009         * configure.ac:
1010         * ext/cairo/gsttimeoverlay.c:
1011           (gst_cairo_time_overlay_print_smpte_time):
1012           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
1013           and checking for rint() and implementing it ourself if it doesn't
1014           exist. Fixes #497293.
1015
1016 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1017
1018         * configure.ac:
1019           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
1020
1021 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
1022
1023         * sys/oss/gstosshelper.c:
1024         Verify that the format returned after the ioctl is the one
1025         we requested. It is valid for the ioctl to succeed while
1026         substituting an alternate 'supported' sample format.
1027
1028 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
1029
1030         * sys/oss/gstossaudio.c: (plugin_init):
1031         * sys/oss/gstosssink.c: (gst_oss_sink_open):
1032         * sys/oss/gstosssrc.c: (gst_oss_src_open):
1033           Post decent (and translated) error message when we can't
1034           open the audio device for some reason.
1035
1036 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
1037
1038         * sys/oss/gstosssink.c:
1039         * sys/oss/gstosssrc.c:
1040         Allow the AUDIODEV environment variable to redirect us
1041         to a different default OSS device, like sunaudiosink does
1042         on Solaris (makes audio play automatically on SunRays).
1043
1044 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
1045
1046         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
1047         * gst/audiofx/audiochebyshevfreqband.c:
1048         (gst_audio_chebyshev_freq_band_transform_ip):
1049         * gst/audiofx/audiochebyshevfreqlimit.c:
1050         (gst_audio_chebyshev_freq_limit_transform_ip):
1051         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
1052         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
1053         The transform_ip() methods should do nothing if in passthrough mode.
1054         It might get non-writable buffers in that case but the buffer might
1055         as well be writable.
1056
1057         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
1058         The transform() methods won't be called in passthrough mode and
1059         otherwise the buffer is always writable so don't check here.
1060
1061 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
1062
1063         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
1064           Fix seeking in .wav files again (#501775).  Some people seem to think
1065           they don't need to test their changes when they're just 'reflowing'
1066           some code.
1067
1068 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1069
1070         * gst/autodetect/gstautovideosink.c:
1071         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
1072         (gst_auto_video_sink_init),
1073         (gst_auto_video_sink_create_element_with_pretty_name),
1074         (gst_auto_video_sink_find_best),
1075         (gst_auto_video_sink_set_property),
1076         (gst_auto_video_sink_get_property):
1077         * gst/autodetect/gstautovideosink.h:
1078         Fix docs.
1079         Use same error reporting code as autoaudiosink.
1080         Add property to filter sinks based on caps. Only select raw video sinks
1081         by default for backwards compat.
1082         API: GstAutoVideoSink::filter-caps
1083
1084 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1085
1086         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1087
1088         * gst/autodetect/gstautoaudiosink.c:
1089         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
1090         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
1091         (gst_auto_audio_sink_set_property),
1092         (gst_auto_audio_sink_get_property):
1093         * gst/autodetect/gstautoaudiosink.h:
1094         Add property to filter sinks based on caps. Only select raw audio sinks
1095         by default for backwards compat.  Fixes #417420.
1096         API: GstAutoAudioSink::filter-caps
1097
1098 2007-11-29  Michael Smith <msmith@fluendo.com>
1099
1100         Patch by: Arek Korbik <arkadini@gmail.com>
1101
1102         * gst/videobox/gstvideobox.c: (plugin_init):
1103           Initialise liboil in plugin_init()
1104
1105 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
1106
1107         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
1108         Post error before sending EOS. Fixes #499178.
1109
1110 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
1111
1112         * win32/vs6/gst_plugins_good.dsw:
1113         * win32/vs6/libgstpng.dsp:
1114         Add a project file for libgstpng
1115
1116 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
1117
1118         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
1119         (gst_rtp_h263_depay_process):
1120         Code beautification.
1121         Added debug statements.
1122         Don't bit-shift everything, just do operations on last/first byte
1123         instead.
1124
1125 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
1126
1127         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
1128
1129         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
1130         Fix wrong comparison in overrun check. Fixes #499239 some more.
1131
1132 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
1133
1134         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
1135         (gst_rtp_h263_depay_process):
1136         * gst/rtp/gstrtph263depay.h:
1137         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
1138         stream.
1139
1140 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
1141
1142         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
1143
1144         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1145         (gst_rtp_mp4a_depay_process):
1146         * gst/rtp/gstrtpmp4adepay.h:
1147         Fix depayloading when multiple frames are inside one RTP packet.
1148         Fixes #499239.
1149
1150 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1151
1152         * gst/level/gstlevel.c:
1153           Add GAP-flag support.
1154
1155 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
1156
1157         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
1158         Read the I flag for Mode A h263 rtp stream and set the
1159         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
1160         Fixes #499383
1161
1162 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1163
1164         * gst/level/gstlevel.c:
1165           Remove some dead code and do cleanups.
1166
1167 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1168
1169         * tests/check/pipelines/simple-launch-lines.c:
1170           Improve the tests by allowing to set a target state.
1171
1172 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
1173
1174         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
1175         Don't check the caps of the output buffer if they're equal some
1176         other caps. The caps can change in a backward compatible way
1177         and did at this point.
1178
1179 2007-11-24  Julien MOUTTE  <julien@moutte.net>
1180
1181         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
1182         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
1183         (gst_qtdemux_seek_to_previous_keyframe),
1184         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
1185         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
1186         reverse playback support.
1187
1188 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1189
1190         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
1191         Also set the channel layout on the Wavpack caps if we're having
1192         a mono layout. Of course only do it for "audio/x-wavpack".
1193
1194 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1195
1196         * ext/wavpack/gstwavpackcommon.c:
1197         (gst_wavpack_get_default_channel_mask),
1198         (gst_wavpack_set_channel_layout),
1199         (gst_wavpack_get_default_channel_positions),
1200         (gst_wavpack_get_channel_mask_from_positions),
1201         (gst_wavpack_set_channel_mapping):
1202         * ext/wavpack/gstwavpackcommon.h:
1203         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
1204         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
1205         * ext/wavpack/gstwavpackdec.h:
1206         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1207         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
1208         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
1209         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
1210         (gst_wavpack_enc_rewrite_first_block),
1211         (gst_wavpack_enc_sink_event):
1212         * ext/wavpack/gstwavpackenc.h:
1213         * ext/wavpack/gstwavpackparse.c:
1214         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
1215         (gst_wavpack_parse_scan_to_find_sample),
1216         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
1217         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
1218         * ext/wavpack/gstwavpackparse.h:
1219         Add support for encoding, parsing and decoding multichannel
1220         files with up to 8 channels. This also improves the robustness
1221         of parsing quite a bit.
1222
1223         * ext/wavpack/gstwavpackstreamreader.c:
1224         (gst_wavpack_stream_reader_read_bytes),
1225         (gst_wavpack_stream_reader_get_pos),
1226         (gst_wavpack_stream_reader_set_pos_abs),
1227         (gst_wavpack_stream_reader_set_pos_rel),
1228         (gst_wavpack_stream_reader_push_back_byte),
1229         (gst_wavpack_stream_reader_get_length),
1230         (gst_wavpack_stream_reader_can_seek),
1231         (gst_wavpack_stream_reader_write_bytes):
1232         Improve debugging.
1233
1234 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1235
1236         * ext/libpng/gstpngdec.c:
1237         * ext/libpng/gstpngdec.h:
1238           Don't release the png-memory from within the callback.
1239
1240 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1241
1242         Patch by: René Stadler <mail at renestadler dot de>
1243
1244         * ext/libpng/gstpngenc.c:
1245           Don't leak buffer data memory. Fixes #498395.
1246
1247 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1248
1249         Patch by: René Stadler <mail at renestadler dot de>
1250
1251         * tests/check/pipelines/simple-launch-lines.c:
1252           Tests for #498395.
1253
1254 2007-11-20  Julien MOUTTE  <julien@moutte.net>
1255
1256         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
1257         (gst_tag_lib_mux_adjust_event_offsets):
1258         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
1259         * sys/osxaudio/Makefile.am:
1260         * sys/osxvideo/cocoawindow.h:
1261         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
1262
1263 2007-11-15  David Schleef  <ds@schleef.org>
1264
1265         * ext/cairo/gsttextoverlay.c:
1266           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
1267
1268 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1269
1270         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
1271
1272         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
1273         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
1274         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
1275         * gst/rtp/gstrtpmp2tpay.h:
1276         Fill the MTU with as many packets as possible. Fixes #491323.
1277
1278 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1279
1280         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1281
1282         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
1283         Fix some more leaks. Fixes #497007.
1284
1285 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1286
1287         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1288
1289         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
1290         (gst_rtspsrc_stream_configure_tcp):
1291         Fix 3 pad leaks. Fixes #496983.
1292
1293 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1294
1295         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1296
1297         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
1298         Fix small leak. Fixes #497017.
1299
1300 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1301
1302         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1303         (gst_qtdemux_prepare_current_sample),
1304         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
1305         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
1306         * gst/qtdemux/qtdemux_fourcc.h:
1307         * gst/qtdemux/qtdemux_types.c:
1308         Add suppport for theora in quicktime according to XiphQT.
1309
1310 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
1311
1312         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
1313         (gst_v4l2src_init), (gst_v4l2src_set_property),
1314         (gst_v4l2src_get_property):
1315         * sys/v4l2/gstv4l2src.h:
1316         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1317           Always copy buffers by default (handle safer with bugged drivers)
1318           and added a property to make it possible to use mmap effectively (no
1319           copy if possible) when application wants to. Fixes: #480557.
1320
1321 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1322
1323         * gst/id3demux/id3tags.c:
1324         * gst/id3demux/id3tags.h:
1325         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
1326           We don't want the same string multiple times in a tag list for the
1327           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
1328           this doesn't happen and remove special-case code for GST_TAG_GENRE.
1329
1330 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1331
1332         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
1333           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
1334           into ID3v2 TXXX frames (fixes #347848).
1335
1336 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1337
1338         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1339           Don't leak sdp message contents (fixes #496773).
1340
1341         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
1342           Don't leak URI string.
1343
1344 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1345
1346         Patch by: Julien Puydt <julien dot puydt at laposte net>
1347
1348         * ext/raw1394/Makefile.am:
1349         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
1350           (gst_1394_property_probe_get_properties),
1351           (gst_1394_property_probe_probe_property),
1352           (gst_1394_property_probe_needs_probe),
1353           (gst_1394_property_probe_get_values),
1354           (gst_1394_property_probe_interface_init),
1355           (gst_1394_type_add_property_probe_interface):
1356         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
1357         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
1358           (gst_dv1394src_init), (gst_dv1394src_dispose),
1359           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
1360           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
1361           (gst_dv1394src_update_device_name):
1362         * ext/raw1394/gstdv1394src.h:
1363           Implement GstPropertyProbe interface and add "device-name" property,
1364           so applications can use this to probe for available devices in the
1365           same way they can already with v4lsrc and v4l2src (however horrible
1366           this property probe interface may be). Fixes #358841.
1367
1368 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1369
1370         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1371
1372         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
1373           (gst_rtspsrc_parse_range):
1374           Don't leak event, don't leak range (fixes #496752).
1375
1376 2007-11-14  Michael Smith <msmith@fluendo.com>
1377
1378         Patch by: Arek Korbik <arkadini@gmail.com>
1379
1380         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
1381           Detect RGBA/BGRA correctly on little endian systems.
1382
1383 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1384
1385         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1386           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
1387           corresponding ioctl() call fails even though the driver claims to
1388           support this format, just fall back to the pre-2.6.19 kernel
1389           routine that creates caps with suitable height and width ranges
1390           (see #448278).
1391
1392 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1393
1394         Patch by: Mark Nauwelaerts <manauw skynet be>
1395
1396         * gst/matroska/matroska-demux.c:
1397           (gst_matroska_demux_push_dvd_clut_change_event),
1398           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1399           (gst_matroska_demux_subtitle_caps):
1400         * gst/matroska/matroska-ids.h:
1401           Extract palette data for dvd subpicture streams and send it
1402           downstream as custom gstreamer dvd event (fixes #453417).
1403
1404 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1405
1406         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
1407           Implement minimal parsing of the passed pango font description
1408           string, so passing a font size works the same as with the
1409           pango textoverlay plugin; fixes #455086.
1410           (Maybe we could just use pangocairo here at some point).
1411
1412 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1413
1414         * gst/avi/gstavidemux.c:
1415         * gst/wavparse/gstwavparse.c:
1416           Return the result in _activate_pull(). Don't ref element there.
1417
1418 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1419
1420         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
1421         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
1422         (gst_wavparse_srcpad_event):
1423           Ref the element when we should, but not when we its not needed. Reflow
1424           the event_handling to not leak the event.       
1425
1426 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
1427
1428         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1429         (qtdemux_parse_samples):
1430         Properly free QTDemuxSamples array.
1431         Protect table write with a sensible check, some files apparently DO contain
1432         stts values starting with 0 :(
1433
1434 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1435
1436         * gst/avi/gstavidemux.c:
1437         * gst/qtdemux/qtdemux.c:
1438           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
1439           previous commit messed up.
1440
1441 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1442
1443         * gst/avi/gstavidemux.c:
1444         * gst/qtdemux/qtdemux.c:
1445           Sync _handle_src_event() with oggdemux. In avidemux also ref the
1446           element when we should, but not when we its not needed.
1447
1448 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
1449
1450         * gst/wavparse/gstwavparse.c:
1451           Return FALSE if we can't handle a query instead of changing the
1452           format. Ignore fact when dealing with mpeg audio.
1453
1454 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1455
1456         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1457
1458         * configure.ac:
1459         * gst/udp/gstdynudpsink.c:
1460         * gst/udp/gstdynudpsink.h:
1461         * gst/udp/gstmultiudpsink.c:
1462         * gst/udp/gstmultiudpsink.h:
1463         * gst/udp/gstudpsink.c:
1464         * gst/udp/gstudpsink.h:
1465           Fix includes for MSVC and GLib-2.14.0 (#492388).
1466
1467         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
1468           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
1469
1470 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
1471
1472         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
1473         (gst_mulawdec_chain):
1474         * gst/law/mulaw-decode.h:
1475         Calculate outgoing buffer duration if incoming buffer didn't have a
1476         valid duration.
1477
1478 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
1479
1480         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
1481         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
1482         Smarter combine_flow code that also deals with downstream elements
1483         returning UNEXPECTED when they receive data out of the segment
1484         boundaries. Fixes #491305.
1485
1486 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1487
1488         * sys/v4l2/v4l2src_calls.c:
1489           Fix 'unused variable' compiler warning when compiling against
1490           older kernel headers.
1491
1492 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
1493
1494         * ext/taglib/gstid3v2mux.cc (add_funcs):
1495           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
1496
1497 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
1498
1499         * tests/check/pipelines/simple-launch-lines.c:
1500            Improve the tests a little more.
1501
1502 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
1503
1504         patch by: Yun Zheng Hu
1505
1506         * sys/osxaudio/gstosxaudiosrc.c:
1507         Use default input device instead of default output device and
1508         only memcpy actual available bytes.
1509
1510 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
1511
1512         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1513           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
1514           early. It is temporary until we find something better.
1515
1516 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1517
1518         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1519
1520         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
1521         Fix race when pausing a RTSP stream in interleaved.
1522         Fixes #475784.
1523
1524 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1525
1526         Patch by: Peter Kjellerstedt <pkj at axis com>
1527
1528         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
1529         Use correct unref function for buffers. #488844.
1530
1531 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
1532
1533         * gst/avi/gstavimux.c:
1534         * tests/check/elements/avimux.c:
1535           Add some debug and sync tests with the fix.     
1536
1537 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1538
1539         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1540
1541         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1542         When the socket is used by the app for other purposes, don't generate an
1543         error if there is activaty on the socket that is not data related.
1544         Fixes #487488.
1545
1546 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1547
1548         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
1549         (gst_v4l2src_grab_frame):
1550         Add some more debug info. Generate an error when we run out of buffers
1551         for some reason. See #480557.
1552
1553 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1554
1555         Patch by: Anders Skargren <anders dot skargren at axis dot com>
1556
1557         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
1558         Set marker bit correctly.
1559
1560 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
1561
1562         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1563         Use allowed name for the GstStructure.
1564
1565 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
1566
1567         * ext/gconf/gstswitchsink.c:
1568         * gst/autodetect/gstautoaudiosink.c:
1569           Use new gst_bus_pop_filtered().
1570
1571 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1572
1573         * sys/v4l2/gstv4l2src.c:
1574         * sys/v4l2/v4l2src_calls.c:
1575           When probing the formats and sizes a camera supports, make
1576           sure the best ones (highest resolution, prefered format)
1577           end up at the beginning of the probed caps and the less
1578           desirable ones at the end.  This is important because the
1579           order within the caps matters for things like fixation and
1580           negotiation, ie. what format is chosen in the end.
1581           With recent kernels, the current probing code will end up
1582           querying the supported sizes from lowest resolution to
1583           highest resolution, adding them to the probed caps in that
1584           order, resulting to v4l2src fixating to the lowest possible
1585           resolution if downstream does not express a size preference.
1586           Also make up a somewhat random ranking of prefered output
1587           formats for the same reason. Fixes #485828.
1588         
1589 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1590
1591         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
1592
1593         * gst/id3demux/id3v2frames.c:
1594           Extract license/copyright URIs from ID3v2 WCOP frames
1595           (Fixes #447000).
1596
1597         * tests/check/elements/id3demux.c:
1598         * tests/files/Makefile.am:
1599         * tests/files/id3-447000-wcop.tag:
1600           Add simple unit test.
1601
1602 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1603
1604         * ext/taglib/gstid3v2mux.cc:
1605           Add support for license/copyright URI tags (ID3v2 WCOP frame).
1606           Prerequisite for #447000.
1607
1608 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
1609
1610         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
1611         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
1612         a GstClockTime.
1613
1614 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1615
1616         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1617         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
1618         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
1619         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
1620         (gst_rtspsrc_change_state):
1621         More seeking fixes, mostly passing around the new playback segment in
1622         order to configure it properly.
1623         Also reset base_time of udp sources when setting them back to PLAYING as
1624         a temporary hack until core supports seek in live sources properly.
1625
1626 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1627
1628         * gst/rtp/gstrtpmp4adepay.c:
1629         Fix caps as to not confuse autopluggers.
1630
1631 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1632
1633         * gst/id3demux/gstid3demux.c:
1634         * gst/id3demux/gstid3demux.h:
1635         * gst/id3demux/id3tags.c:
1636         * gst/id3demux/id3tags.h:
1637         * gst/id3demux/id3v2frames.c:
1638           Port ID3 tag demuxer over to the new GstTagDemux in -base
1639           (now would be a good time to test re-importing your music
1640           collection).
1641
1642 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1643
1644         * gst/apetag/Makefile.am:
1645         * gst/apetag/gstapedemux.c:
1646         * gst/apetag/gstapedemux.h:
1647         * gst/apetag/gsttagdemux.c:
1648         * gst/apetag/gsttagdemux.h:
1649           Port APE tag demuxer over to the new GstTagDemux in -base.
1650
1651 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
1652
1653         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1654         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
1655         (gst_rtspsrc_handle_internal_src_query),
1656         (gst_rtspsrc_handle_src_query), (new_session_pad),
1657         (gst_rtspsrc_stream_configure_tcp),
1658         (gst_rtspsrc_stream_configure_transport),
1659         (gst_rtspsrc_loop_send_cmd):
1660         Improve flushing behaviour.
1661         Set state of the udp sources to PAUSE/PLAYING correctly.
1662         Handle events and queries for UDP and TCP transport now.
1663
1664 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1665
1666         * gst/rtp/gstrtpgsmdepay.c:
1667         * gst/rtp/gstrtpgsmpay.c:
1668           Add log category.
1669
1670 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1671
1672         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
1673
1674         * tests/check/Makefile.am:
1675         * tests/check/pipelines/simple-launch-lines.c:
1676           Add unit tests for payloaders/depayloaders.
1677
1678 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1679
1680         * gst/avi/gstavimux.c:
1681         * gst/avi/gstavimux.h:
1682           Also save codec data for audio streams. Fixes #482495.
1683
1684 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1685
1686         * gst/avi/gstavimux.c:
1687           Fix "Index entry has invalid stream nr 1".
1688           Add support for muxing aac - work in progress (see #482495).
1689
1690 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1691
1692         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
1693         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
1694         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1695         * gst/rtsp/gstrtspsrc.h:
1696         Parse bandwidth modifiers, they are not yet configured in the session
1697         manager because we don't have an API for that yet.
1698
1699 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1700
1701         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
1702         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1703         Use shiny new function in -base to get the default clock-rate.
1704         Update some docs.
1705
1706 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
1707
1708         * win32/MANIFEST:
1709         Add files to win32 manifest.
1710         * win32/vs6/libgstaudiofx.dsp:
1711         * win32/vs6/libgstqtdemux.dsp:
1712         * win32/vs6/libgstrtp.dsp:
1713         * win32/vs6/libgstrtsp.dsp:
1714         Update project files.
1715
1716 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
1717
1718         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
1719         (gst_rtspsrc_play):
1720         * gst/rtsp/gstrtspsrc.h:
1721         In TCP mode, only timestamp the first buffer. TCP is not real time and
1722         it does not make sense to try to skew compensate, also some servers send
1723         the first batch of data in a burst.
1724
1725 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
1726
1727         * gst/matroska/matroska-demux.c:
1728           Fix setting the discont flag on the first buffer
1729           pushed downstream for formats with private codec
1730           data that needs to be deserialised into buffers
1731           (such as vorbis and FLAC when in a matroska container).
1732
1733 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
1734
1735         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1736
1737         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
1738         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
1739         (gst_rtp_mp4v_pay_handle_buffer):
1740         * gst/rtp/gstrtpmp4vpay.h:
1741         Free the config string. Fixes #480707.
1742         Clean up the timestamp code a little.
1743
1744 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1745
1746         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1747         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
1748         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
1749         * gst/rtsp/gstrtspsrc.h:
1750         Set timestamps on RTP buffers in interleaved mode.
1751         Mark first buffers with a DISCONT.
1752         Remove flush hack now that sync for live sources has been figured out.
1753
1754 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1755
1756         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1757         Update documentation.
1758
1759 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1760
1761         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
1762         (gst_rtp_xqt_depay_change_state):
1763         * gst/qtdemux/gstrtpxqtdepay.h:
1764         Fail if we don't know the quicktime format.
1765
1766 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
1767
1768         * ext/flac/gstflacenc.c:
1769         * ext/flac/gstflacenc.h:
1770           Save the flow return from the last gst_pad_push() and
1771           make sure we pass the right flow return value upstream
1772           in the case of failure; minor clean-ups.
1773
1774 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1775
1776         * ext/taglib/gstapev2mux.cc:
1777         * ext/taglib/gstid3v2mux.cc:
1778         * gst/apetag/gstapedemux.c:
1779           Add support for the new GST_TAG_COMPOSER (#459809).
1780
1781 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1782
1783         * gst/law/alaw-decode.c:
1784         * gst/law/alaw-decode.h:
1785         * gst/law/alaw-encode.c:
1786         * gst/law/alaw-encode.h:
1787         * gst/law/alaw.c:
1788         * gst/law/mulaw-conversion.h:
1789           Compulsive clean-ups: use boilerplate macros, add debug
1790           categories, fix up things to conform to symbol nomenklatura,
1791           etc.
1792
1793 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1794
1795         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1796
1797         * gst/law/alaw-decode.c:
1798         * gst/law/alaw-encode.c:
1799           Use static tables for A-Law decoding and encoding; this makes
1800           A-Law decoding and encoding less CPU-intensive, but increases
1801           the binary size a bit. Leaving old code around for now,
1802           selectable by a define in the code. Fixes #435435.
1803
1804 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1805
1806         * configure.ac:
1807         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
1808         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
1809         in configure.ac.
1810
1811 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1812
1813         Patch by: <j at bootlab dot org>
1814
1815         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1816         Add fourccs for MPEG2 HDV streams. Fixes #479960.
1817
1818 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
1819
1820         * sys/oss/gstosshelper.c:
1821           Use GST_WARNING instead of a g_critical. This situation is not caused
1822           by the application.
1823
1824 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1825
1826         * po/LINGUAS:
1827         * po/nl.po:
1828           Updated translations.
1829
1830 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1831
1832         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
1833
1834         * po/eu.po:
1835           Added Basque translation.
1836
1837 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1838
1839         translated by: Abel Cheung <abelcheung@gmail.com>
1840
1841         * po/zh_HK.po:
1842         * po/zh_TW.po:
1843           Added Chinese (traditional and Hong Kong) translation.
1844
1845 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1846
1847         translated by: Jakub Bogusz <qboosh@pld-linux.org>
1848
1849         * po/pl.po:
1850           Added Polish translation.
1851
1852 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1853
1854         translated by: Ilkka Tuohela <hile@iki.fi>
1855
1856         * po/fi.po:
1857           Added Finnish translation.
1858
1859 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1860
1861         translated by: Jorge González González <aloriel@gmail.com>
1862
1863         * po/es.po:
1864           Added Spanish translation.
1865
1866 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1867
1868         translated by: Mogens Jaeger <mogens@jaeger.tf>
1869
1870         * po/da.po:
1871           Added Danish translation.
1872
1873 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1874
1875         translated by: Funda Wang <fundawang@linux.net.cn>
1876
1877         * po/zh_CN.po:
1878           Added Chinese (simplified) translation.
1879
1880 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1881
1882         translated by: Alexander Shopov <ash@contact.bg>
1883
1884         * po/bg.po:
1885           Added Bulgarian translation.
1886
1887 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
1888
1889         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
1890         Set outgoing packet duration because we can. Fixes #478244 some more.
1891
1892 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
1893
1894         * ext/cairo/gsttextoverlay.c:
1895           Add info about static leak.
1896         
1897         * tests/check/Makefile.am:
1898         * tests/check/generic/states.c:
1899           Improved state change unit test.
1900
1901 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
1902
1903         * docs/plugins/.cvsignore:
1904         * tests/check/.cvsignore:
1905           Ignore registries in any format.
1906
1907 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
1908
1909         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
1910         Removed some unused code.
1911
1912         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1913         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
1914         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
1915         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
1916         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
1917         (gst_rtp_theora_pay_flush_packet):
1918         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
1919         Try to preserve the incomming buffer duration on the outgoing
1920         packets. Fixes #478244.
1921
1922 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
1923
1924         * ext/taglib/gstapev2mux.cc:
1925         * ext/taglib/gstid3v2mux.cc:
1926           Work around compiler warnings with g++-4.2 when assigning a
1927           string constant to a gchar * (partially fixes #478092).
1928
1929 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
1930
1931         * configure.ac:
1932           We require core CVS now for gst_base_src_set_do_timestamp().
1933
1934 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1935
1936         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
1937         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1938         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
1939         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
1940         (gst_rtspsrc_handle_message):
1941         Fix compiler warnings shown with Forte.
1942
1943 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
1944
1945         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
1946         (gst_rtspsrc_dup_printf):
1947         Give meaningfull error when all streams failed to configure for some
1948         reason.
1949
1950 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
1951
1952         * gst/rtp/README:
1953         Update README with the design for synchronisation rules of RTP on
1954         sender and receiver.
1955
1956 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
1957
1958         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
1959         (gst_wavparse_chain):
1960         Don't push EOS from the chain function, the element
1961         driving the pipeline is responsible for this. The bug
1962         this was meant to fix seems to be queue not forwarding
1963         EOS in all cases (see #476514).
1964
1965 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
1966
1967         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
1968         (gst_level_transform_ip):
1969         * gst/level/gstlevel.h:
1970         Use basetransform segment so that it is correctly managed on flushes and
1971         start/stop.
1972         Report message timestamp as stream time, which is what an application
1973         can understand.
1974
1975 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
1976
1977         * ext/taglib/gstapev2mux.cc:
1978         * ext/taglib/gstapev2mux.h:
1979         * ext/taglib/gsttaglibmux.c:
1980         * tests/check/elements/apev2mux.c:
1981         Update my mail address.
1982
1983 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
1984
1985         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
1986         (gst_wavparse_loop), (gst_wavparse_chain):
1987         Add EOS logic for the push-based mode too. Fixes #476514.
1988
1989 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
1990
1991         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
1992         * gst/law/alaw-encode.h:
1993         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1994         (gst_mulawenc_chain):
1995         * gst/law/mulaw-encode.h:
1996         Fix law encoder timestamps.
1997
1998 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
1999
2000         * ext/gconf/gstgconfaudiosink.c:
2001           Fix warning when building without debug.
2002
2003         * sys/oss/gstossmixertrack.c:
2004           Use const like in alsamixertrack.c (fixes warnings).
2005
2006 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
2007
2008         * sys/v4l2/v4l2src_calls.c:
2009         (gst_v4l2src_probe_caps_for_format_and_size):
2010         Fix framerate detection code some more.
2011         Handle the case where there is a weird step in the stepwise framerates.
2012         Don't overwrite the min interval with the framerate, use a temp variable
2013         instead.
2014         Use max in the Continuous framerate intervals instead of step, which is
2015         1 according to the docs. Fixes #475424.
2016
2017 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
2018
2019         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
2020         Make udpsrc timestamp outgoing buffers based on when they were received.
2021         Also make it output a segment in time.
2022
2023 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
2024
2025         * gst/avi/gstavidemux.c:
2026           Plug a little leak. Little code cleanups.
2027
2028 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
2029
2030         * configure.ac:
2031           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
2032           flac versions, 's good for cross-compilation karma.
2033
2034 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
2035
2036         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
2037
2038         * gst/rtp/gstrtph263pay.c:
2039           Fix up header structure so that compilers don't add padding
2040           between the structure fields, since that would lead to us
2041           sending RTP packets with broken headers (as is currently the
2042           case when compiling with MSVC). Also see similar fixes in
2043           libgstrtp in gst-plugins-base. (#474616; #471194)
2044
2045 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
2046
2047         * sys/v4l2/v4l2src_calls.c:
2048         (gst_v4l2src_probe_caps_for_format_and_size):
2049         Don't overwrite our GValue with 0 but instead use the previously
2050         computed value. Fixes #471823 some more.
2051
2052 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2053
2054         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2055           No tabs in this file please, or gtk-doc will end up documenting
2056           rather absurd class hierarchies.
2057
2058 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2059
2060         * ext/gconf/gstswitchsink.c:
2061           If the new kid element fails to change state for some reason
2062           (e.g. esdsink not being able to connect to the sound server),
2063           forward the error message it posted on the bus instead of just
2064           posting a generic 'Internal state change error: please file a
2065           bug' error message. Fixes #471364.
2066
2067 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2068
2069         * gst/qtdemux/Makefile.am:
2070         * gst/qtdemux/qtdemux.c:
2071           Don't assume tags are encoded as UTF-8 (#473670).
2072
2073 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2074
2075         * sys/v4l2/gstv4l2src.c:
2076         * sys/v4l2/gstv4l2src.h:
2077         * sys/v4l2/v4l2src_calls.c:
2078           Implement LATENCY queries in the crudest way possible so I don't
2079           have to use sync=false any longer when testing with videosinks.
2080
2081 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2082
2083         * configure.ac:
2084           Fix build.
2085
2086 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2087
2088         * sys/v4l2/v4l2src_calls.c:
2089         (gst_v4l2src_probe_caps_for_format_and_size):
2090         Add some more debugging in the framerate function.
2091         Iterate stepwise framerate up to and _including_ the max and if nothing
2092         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
2093         don't end up with an empty list. Fixes #471823
2094
2095 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2096
2097         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2098         (gst_multiudpsink_set_clients_string),
2099         (gst_multiudpsink_get_clients_string),
2100         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
2101         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
2102         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
2103         (gst_multiudpsink_clear):
2104         Add property do configure destination address/port pairs
2105         API:GstMultiUDPSink::clients
2106
2107 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2108
2109         * tests/examples/Makefile.am:
2110         * tests/examples/rtp/Makefile.am:
2111         * tests/examples/rtp/client-H263p-AMR.sh:
2112         * tests/examples/rtp/client-H263p-PCMA.sdp:
2113         * tests/examples/rtp/client-H263p-PCMA.sh:
2114         * tests/examples/rtp/client-H264-PCMA.sdp:
2115         * tests/examples/rtp/client-H264-PCMA.sh:
2116         * tests/examples/rtp/client-PCMA.sh:
2117         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
2118         * tests/examples/rtp/server-alsasrc-PCMA.sh:
2119         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
2120         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2121         Added some RTP example scripts for sending and receiving RTP streams.
2122
2123 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2124
2125         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
2126         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
2127         Restructure the setcaps function so that we can also compute the
2128         expected GStreamer output size of the video frames.
2129         Set frame_byte_size correctly so that read-based devices have a chance
2130         of working correctly.
2131         When grabbing a frame, discard frames that are not of the expected size.
2132         Some cameras don't output the right framesize for the first buffer.
2133         Try only a couple of times to get a valid frame, else error out.
2134
2135         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
2136         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
2137         Add some more debug info when scanning the device.
2138
2139         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
2140         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
2141         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
2142         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
2143         Add some more debug info when dequeing a frame.
2144
2145 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2146
2147         * gst/wavparse/gstwavparse.c:
2148           More code cleanups. Add some more comment and improve debugs logs.
2149
2150 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2151
2152         * gst/wavparse/gstwavparse.c:
2153         * gst/wavparse/gstwavparse.h:
2154           Implement seek-query. Refactor duration calculations. Appropriate use
2155           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
2156           out of loops.
2157
2158 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
2159
2160         * gst/avi/gstavidemux.c:
2161           Implement seek-query.
2162
2163 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
2164
2165         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
2166         (gst_rtspsrc_dup_printf):
2167         Use new basesink async property to make sparse RTCP packet not wait for
2168         preroll.
2169
2170 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
2171
2172         * gst/audiofx/Makefile.am:
2173         Dist the right file.
2174
2175 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
2176
2177         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
2178         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
2179         Make sure we generate and parse floating point values in the POSIX
2180         locale instead of the current locale. 
2181
2182 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
2183
2184         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
2185         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
2186         (gst_rtspsrc_play):
2187         * gst/rtsp/gstrtspsrc.h:
2188         Fix method detection again.
2189         Keep track of when we must send a Range header.
2190         Use segment values for Range, Speed and Scale headers.
2191         Parse Speed and Scale headers to update the segment values.
2192
2193 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
2194
2195         patch by: Mark Nauwelaerts <manauw@skynet.be>
2196
2197         * sys/v4l2/v4l2src_calls.c:
2198           Handle optional v4l2 ioctls gracefully.
2199
2200 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
2201
2202         * gst/rtp/Makefile.am:
2203         * gst/rtp/gstrtp.c: (plugin_init):
2204         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
2205         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
2206         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
2207         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
2208         (gst_rtp_h263_depay_get_property),
2209         (gst_rtp_h263_depay_change_state),
2210         (gst_rtp_h263_depay_plugin_init):
2211         * gst/rtp/gstrtph263depay.h:
2212         Added an H263 depayloader. Fixes #369392.
2213
2214         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
2215         (gst_rtp_h263p_depay_process):
2216         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
2217         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
2218         Make the H263+ pay/depayloader support H263-1998 and H263-2000
2219         payloads.
2220         Also alow plain H263 on the h263p payloaders. Fixes #465040.
2221
2222 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2223
2224         * gst/audiofx/audiochebyshevfreqband.c:
2225         * gst/audiofx/audiochebyshevfreqlimit.c:
2226         Add small comparision with the windowed sinc filters in the docs.
2227
2228 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2229
2230         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
2231         (audiochebyshevfreqband_suite):
2232         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
2233         (audiochebyshevfreqlimit_suite):
2234         Also test 32 bit float mode and the type 2 variants of the filters.
2235
2236 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
2237
2238         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2239         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2240         (gst_rtspsrc_loop):
2241         Refactor the udp and interleaved loop function a bit.
2242
2243 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2244
2245         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2246         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
2247         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
2248         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2249         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2250         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
2251         * gst/rtsp/gstrtspsrc.h:
2252         Protect connection activity with a new lock, avoids deadlocks when going
2253         to PAUSED. Fixes #455808.
2254
2255 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2256
2257         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
2258         Fix debug statement.
2259
2260 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2261
2262         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
2263         Fix stray %u in debug line as spotted by Saur on IRC.
2264
2265 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
2266
2267         * gst/audiofx/audiochebyshevfreqband.c:
2268         (gst_audio_chebyshev_freq_band_class_init):
2269         * gst/audiofx/audiochebyshevfreqlimit.c:
2270         (gst_audio_chebyshev_freq_limit_class_init):
2271         Use generator macros for the process functions for the different
2272         sample types, add lower upper boundaries for the GObject properties
2273         so automatically generated UIs can use sliders and add a note about
2274         the number of poles as a too high number of poles combined with
2275         very low or very high frequencies will produce only noise.
2276         * docs/plugins/gst-plugins-good-plugins.args:
2277         Regenerated for the property changes.
2278
2279 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2280
2281         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
2282         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
2283         (gst_rtspsrc_stream_configure_udp_sink),
2284         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
2285         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2286         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2287         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
2288         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
2289         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2290         * gst/rtsp/gstrtspsrc.h:
2291         Improve timeout handling.
2292         Use the same socket for sending and receiving RTCP packets so that some
2293         servers can track clients better.
2294         Improve connection closed handling. Try to reconnect.
2295         Don't overwrite our content base with NULL.
2296         Improve debugging.
2297         Improve range parsing and handling.
2298         Remove flushing hack now that core does the right thing.
2299
2300 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2301
2302         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2303         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
2304         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
2305         (gst_multiudpsink_close), (gst_multiudpsink_add):
2306         * gst/udp/gstmultiudpsink.h:
2307         Add support for getting and setting the socket to use.
2308
2309         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2310         (gst_udpsrc_create), (gst_udpsrc_get_property):
2311         Add support for getting the currently used socket.
2312
2313 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
2314
2315         reviewed by: Stefan Kost  <ensonic@users.sf.net>
2316
2317         * gst/audiofx/Makefile.am:
2318         * gst/audiofx/audiochebyshevfreqband.c:
2319         (gst_audio_chebyshev_freq_band_mode_get_type),
2320         (gst_audio_chebyshev_freq_band_base_init),
2321         (gst_audio_chebyshev_freq_band_dispose),
2322         (gst_audio_chebyshev_freq_band_class_init),
2323         (gst_audio_chebyshev_freq_band_init),
2324         (generate_biquad_coefficients), (calculate_gain),
2325         (generate_coefficients),
2326         (gst_audio_chebyshev_freq_band_set_property),
2327         (gst_audio_chebyshev_freq_band_get_property),
2328         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
2329         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
2330         (gst_audio_chebyshev_freq_band_start):
2331         * gst/audiofx/audiochebyshevfreqband.h:
2332         * gst/audiofx/audiochebyshevfreqlimit.c:
2333         (gst_audio_chebyshev_freq_limit_mode_get_type),
2334         (gst_audio_chebyshev_freq_limit_base_init),
2335         (gst_audio_chebyshev_freq_limit_dispose),
2336         (gst_audio_chebyshev_freq_limit_class_init),
2337         (gst_audio_chebyshev_freq_limit_init),
2338         (generate_biquad_coefficients), (calculate_gain),
2339         (generate_coefficients),
2340         (gst_audio_chebyshev_freq_limit_set_property),
2341         (gst_audio_chebyshev_freq_limit_get_property),
2342         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
2343         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
2344         (gst_audio_chebyshev_freq_limit_start):
2345         * gst/audiofx/audiochebyshevfreqlimit.h:
2346         * gst/audiofx/audiofx.c: (plugin_init):
2347         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
2348         Fixes #464800.
2349
2350         * tests/check/Makefile.am:
2351         * tests/check/elements/.cvsignore:
2352         * tests/check/elements/audiochebyshevfreqband.c:
2353         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
2354         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
2355         * tests/check/elements/audiochebyshevfreqlimit.c:
2356         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
2357         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
2358         Add unit tests for the chebyshev filters.
2359
2360         * docs/plugins/Makefile.am:
2361         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2362         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2363         * docs/plugins/gst-plugins-good-plugins.args:
2364         * docs/plugins/inspect/plugin-1394.xml:
2365         * docs/plugins/inspect/plugin-audiofx.xml:
2366         * docs/plugins/inspect/plugin-dv.xml:
2367         * docs/plugins/inspect/plugin-flac.xml:
2368         * docs/plugins/inspect/plugin-jpeg.xml:
2369         * docs/plugins/inspect/plugin-png.xml:
2370         * docs/plugins/inspect/plugin-rtp.xml:
2371         * docs/plugins/inspect/plugin-shout2send.xml:
2372         * docs/plugins/inspect/plugin-wavpack.xml:
2373         And add docs for the chebyshev filters. While doing
2374         that also run make update in docs/plugins.
2375
2376 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2377
2378         * ext/annodex/gstcmmltag.c:
2379         * gst/rtp/gstrtpvorbispay.c:
2380           Make ro memory to share.
2381
2382 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2383
2384         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2385         Improve UDP performance by avoiding a select() when we have data
2386         available immediatly.
2387
2388 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2389
2390         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
2391         (gst_rtp_dec_class_init):
2392         * gst/rtsp/gstrtpdec.h:
2393         Add (dummy) SSRC management signals.
2394
2395         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
2396         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
2397         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
2398         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
2399         (on_timeout), (gst_rtspsrc_stream_configure_manager),
2400         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
2401         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2402         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2403         * gst/rtsp/gstrtspsrc.h:
2404         Add connection-speed property.
2405         Add find_stream helper functions.
2406         Handle stream EOS based on BYE messages or SSRC timeout.
2407         Returns SUCCESS from the state change function as we hide our async
2408         elements from the parent.
2409
2410 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2411
2412         * gst/debug/rndbuffersize.c:
2413           Fix da leak.
2414
2415 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
2416
2417         * gst/debug/Makefile.am:
2418         * gst/debug/breakmydata.c:
2419         * gst/debug/gstdebug.c:
2420         * gst/debug/negotiation.c:
2421         * gst/debug/progressreport.c:
2422         * gst/debug/rndbuffersize.c:
2423         * gst/debug/testplugin.c:
2424           Add new test element and clean-up the others a little.
2425
2426 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
2427
2428         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2429         Fix parsing of mp4a version 0 atoms. Fixes #465774.
2430
2431 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
2432
2433         * gst/rtp/gstrtpilbcdepay.c:
2434           Include stdlib.
2435
2436 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
2437
2438         * gst/rtp/gstrtpmpvdepay.c:
2439         Set the mpegversion in the caps so that autoplugging does not get
2440         confused.
2441
2442 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2443
2444         * po/hu.po:
2445         * po/uk.po:
2446         * po/vi.po:
2447           Updated translations.
2448
2449 2007-08-08  Michael Smith <msmith@fluendo.com>
2450
2451         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
2452           Render right border in the correct location.
2453
2454 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
2455
2456         Patch by: Olivier Crete <tester at tester dot ca>
2457
2458         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
2459         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2460         Make mode property a string. Fixes #464475.
2461
2462 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2463
2464         * ext/flac/gstflacenc.c:
2465           Widen caps to match decoder a bit and add more FIXMEs.
2466
2467 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2468
2469         patch by: Mark Nauwelaerts <manauw@skynet.be>
2470
2471         * gst/avi/gstavimux.c:
2472           Fix ODML index tag numbering. Fixes #463624.
2473
2474 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
2475
2476         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
2477         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2478         (gst_rtspsrc_stream_configure_tcp),
2479         (gst_rtspsrc_stream_configure_udp_sink):
2480         Fix default clock-rate for realmedia.
2481         Fix parsing of transport.
2482         Don't try to link NULL pads.
2483
2484 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
2485
2486         * po/POTFILES.skip:
2487           Add POTFILES.skip with list of source files that aren't disted at the
2488           moment but contain translatable strings. Should hopefully pacify
2489           broken tools and make it clearer that these files are left out
2490           intentionally (#461600).
2491
2492 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
2493
2494         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
2495         If the buffer was entirely clipped ... don't try sending it :)
2496
2497 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2498
2499         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
2500         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
2501         (gst_rtspsrc_create_transports_string),
2502         (gst_rtspsrc_prepare_transports):
2503         If we don't hav a session manager, set the caps on outgoing buffers
2504         ourselves.
2505         Force PAUSE/PLAY methods for now until the extensions can overwrite.
2506         Append final bit of the transport string even when it does not contain a
2507         placeholder.
2508
2509 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2510
2511         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
2512         (gst_rtsp_ext_list_connect):
2513         * gst/rtsp/gstrtspext.h:
2514         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2515         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
2516         Clean up the interface list.
2517         Allow connecting to interface signals for the extensions.
2518         Remove old extension code.
2519         Free list on cleanup.
2520         Allow extensions to send additional RTSP messages.
2521
2522 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2523
2524         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
2525         Handle a NULL gconf key gracefully by rendering the default element.
2526
2527 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2528
2529         * gst/rtsp/gstrtspext.h:
2530         Fix include path for extension interface.
2531
2532 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2533
2534         * gst/audiofx/audioamplify.h:
2535         Also remove a now unecessary variable here.
2536
2537 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2538
2539         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
2540         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
2541         * gst/audiofx/audiodynamic.c:
2542         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
2543         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
2544         * gst/audiofx/audiodynamic.h:
2545         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
2546         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
2547         * gst/audiofx/audioinvert.h:
2548         Don't save format information ourselves, this is already saved in
2549         GstAudioFilter.
2550
2551 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
2552
2553         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2554         (gst_rtsp_ext_list_stream_select):
2555         * gst/rtsp/gstrtspext.h:
2556         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
2557         Use rank to filter out extensions.
2558         Add url to stream_select interface call.
2559
2560 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2561
2562         * gst/rtsp/Makefile.am:
2563         * gst/rtsp/base64.c:
2564         * gst/rtsp/base64.h:
2565         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2566         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
2567         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
2568         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
2569         (gst_rtsp_ext_list_setup_media),
2570         (gst_rtsp_ext_list_configure_stream),
2571         (gst_rtsp_ext_list_get_transports),
2572         (gst_rtsp_ext_list_stream_select):
2573         * gst/rtsp/gstrtspext.h:
2574         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
2575         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
2576         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
2577         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2578         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
2579         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
2580         (gst_rtspsrc_stream_configure_tcp),
2581         (gst_rtspsrc_stream_configure_mcast),
2582         (gst_rtspsrc_stream_configure_udp),
2583         (gst_rtspsrc_stream_configure_udp_sink),
2584         (gst_rtspsrc_stream_configure_transport),
2585         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2586         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2587         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
2588         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
2589         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2590         (gst_rtspsrc_parse_methods),
2591         (gst_rtspsrc_create_transports_string),
2592         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
2593         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
2594         (gst_rtspsrc_play), (gst_rtspsrc_pause),
2595         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
2596         * gst/rtsp/gstrtspsrc.h:
2597         * gst/rtsp/rtsp.h:
2598         * gst/rtsp/rtspconnection.c:
2599         * gst/rtsp/rtspconnection.h:
2600         * gst/rtsp/rtspdefs.c:
2601         * gst/rtsp/rtspdefs.h:
2602         * gst/rtsp/rtspext.h:
2603         * gst/rtsp/rtspextwms.c:
2604         * gst/rtsp/rtspextwms.h:
2605         * gst/rtsp/rtspmessage.c:
2606         * gst/rtsp/rtspmessage.h:
2607         * gst/rtsp/rtsprange.c:
2608         * gst/rtsp/rtsprange.h:
2609         * gst/rtsp/rtsptransport.c:
2610         * gst/rtsp/rtsptransport.h:
2611         * gst/rtsp/rtspurl.c:
2612         * gst/rtsp/rtspurl.h:
2613         * gst/rtsp/sdp.h:
2614         * gst/rtsp/sdpmessage.c:
2615         * gst/rtsp/sdpmessage.h:
2616         * gst/rtsp/test.c:
2617         Use shiny new RTSP and SDP library.
2618         Implement RTSP extensions using the new interface.
2619         Remove a lot of old code.
2620
2621 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
2622
2623         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2624         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
2625
2626 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2627
2628         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2629         Don't unref the outgoing buffer twice when dropping it because it's
2630         outside of the segment.
2631
2632 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2633
2634         * configure.ac:
2635         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
2636         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
2637         Use the new buffer clipping function from gstaudio here and
2638         require gst-plugins-base CVS.
2639         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
2640         For framed Wavpack buffers we require a valid timestamp.
2641
2642 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
2643
2644         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
2645         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
2646         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
2647         Clip raw audio and video when we can, keep track of current output
2648         segment.
2649         Don't leak buffers and events when there is no output pad.
2650         Improve debugging here and there.
2651
2652 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
2653
2654         * configure.ac:
2655           Sync liboil check with plugins-base.
2656
2657 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
2658
2659         * ext/annodex/Makefile.am:
2660           Fix CFLAGS/LIBS.
2661
2662         * ext/cdio/gstcdiocddasrc.c:
2663         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
2664           Include stdlib
2665
2666         * ext/cairo/Makefile.am:
2667         * gst/videofilter/Makefile.am:
2668         * tests/examples/level/Makefile.am:
2669           Use $(LIBM) instead of -lm
2670
2671 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2672
2673         * sys/v4l2/gstv4l2src.c:
2674           Add another example pipeline.
2675
2676 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2677
2678         Patch by: Alexander Eichner <alexeichi@yahoo.de>
2679
2680         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2681           Use define here.
2682
2683         * sys/v4l2/gstv4l2tuner.c:
2684         (gst_v4l2_tuner_set_frequency_and_notify):
2685           Don't touch the property - its still disabled.
2686
2687         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
2688         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
2689         * sys/v4l2/v4l2src_calls.h:
2690           Improve fallback format negotionation. Fixes #451388
2691
2692 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2693
2694         * tests/check/elements/videocrop.c: (GST_START_TEST):
2695           Fix the test.
2696
2697 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2698
2699         * docs/plugins/Makefile.am:
2700         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2701         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2702         * docs/plugins/inspect/plugin-jpeg.xml:
2703         * docs/plugins/inspect/plugin-png.xml:
2704         * ext/jpeg/gstjpegdec.c:
2705         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
2706         (gst_pngdec_sink_setcaps):
2707           More docs. More logs in pngdec.
2708
2709 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
2710
2711         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2712           Initialize num_buffers with minimum value.
2713
2714         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
2715         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
2716           Handle frame-size query failure gracefully.
2717
2718 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
2719
2720         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2721         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
2722         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
2723         of qt/aac files.
2724
2725 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
2726
2727         * ext/wavpack/gstwavpackdec.c:
2728         (gst_wavpack_dec_clip_outgoing_buffer):
2729         Fix buffer clipping to correctly clip to the segment stop.
2730
2731 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
2732
2733         * configure.ac:
2734         * tests/Makefile.am:
2735         Remove bogus check for libcheck, since we check for
2736         gstreamer-check and it pulls in the required info from there,
2737         and we weren't actually _using_ the information for libcheck
2738         ourselves anyway.
2739
2740 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
2741
2742         * configure.ac:
2743           Use pkg-config to locate check.
2744
2745 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
2746
2747         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
2748         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
2749         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
2750         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2751         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
2752         * gst/effectv/gstaging.c: (gst_agingtv_transform):
2753         * gst/effectv/gstdice.c: (gst_dicetv_transform):
2754         * gst/effectv/gstedge.c: (gst_edgetv_transform):
2755         * gst/effectv/gstquark.c: (gst_quarktv_transform):
2756         * gst/effectv/gstrev.c: (gst_revtv_transform):
2757         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
2758         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
2759         * gst/effectv/gstwarp.c: (gst_warptv_transform):
2760         * gst/matroska/matroska-demux.c:
2761         (gst_matroska_demux_add_wvpk_header),
2762         (gst_matroska_demux_check_subtitle_buffer),
2763         (gst_matroska_decode_buffer):
2764         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
2765           Fix build against core CVS.
2766
2767 2007-07-10  Edward Hervey  <bilboed@gmail.com>
2768
2769         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
2770         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
2771         don't have enough granularity to convert that boolean into a
2772         GstFlowReturn.
2773
2774 2007-07-06  Michael Smith <msmith@fluendo.com>
2775
2776         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
2777         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
2778         (gst_alawdec_change_state):
2779         * gst/law/alaw-decode.h:
2780         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
2781         (gst_mulawdec_class_init), (gst_mulawdec_init),
2782         (gst_mulawdec_chain), (gst_mulawdec_change_state):
2783         * gst/law/mulaw-decode.h:
2784           Fix capsnego bogosity in *law decoders. 
2785
2786 2007-07-06  Michael Smith <msmith@fluendo.com>
2787
2788         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
2789         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
2790         (gst_smokeenc_change_state):
2791         * ext/jpeg/gstsmokeenc.h:
2792           Remove stupidity in get/set caps functions.
2793           Fix some refcounting problems.
2794
2795 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
2796
2797         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
2798         Remove endianness-flipping hack that seems to have been required
2799         only because of a bug in ffmpegcolorspace.
2800         Partially Fixes: #451908
2801
2802 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
2803
2804         * docs/plugins/Makefile.am:
2805           Simplify --extra-dir as gtkdoc scans recursively.
2806
2807 2007-07-03  Wim Taymans,,,  <set EMAIL_ADDRESS environment variable>
2808
2809         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2810
2811         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2812         Set the encoding-name in the rtp caps to all uppercase, as required by
2813         the caps spec.
2814         Some small cleanups in the error paths. Fixes #453037.
2815
2816 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
2817
2818         * ext/wavpack/gstwavpackparse.c:
2819         (gst_wavpack_parse_index_get_last_entry),
2820         (gst_wavpack_parse_index_get_entry_from_sample),
2821         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
2822         (gst_wavpack_parse_scan_to_find_sample):
2823         * ext/wavpack/gstwavpackparse.h:
2824         Use a GSList for the GArray that is used like a list anyway.
2825
2826 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
2827
2828         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
2829         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
2830         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
2831           Add state change function where we set 0/1 as default framerate in
2832           case our setcaps function isn't called, like it might not in a
2833           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
2834           gdkpixbufdec trying to create caps with a 0/0 framerate.
2835           Also post an error message on the bus if gst_pad_push() fails when
2836           called from our sink event handler (+1 for flow returns for event
2837           functions in 0.11) instead of failing silently.
2838
2839 2007-06-27  Wim Taymans  <wim@fluendo.com>
2840
2841         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
2842         Cast stack args to the proper types. Fixes #451249.
2843
2844 2007-06-27  Wim Taymans  <wim@fluendo.com>
2845
2846         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2847         (new_session_pad), (gst_rtspsrc_setup_streams):
2848         * gst/rtsp/gstrtspsrc.h:
2849         For container formats we only need to activate one of the streams so
2850         that we correctly signal no-more-pads. Fixes #451015.
2851
2852 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
2853
2854         * docs/plugins/gst-plugins-good-plugins.args:
2855         * docs/plugins/inspect/plugin-aasink.xml:
2856         * docs/plugins/inspect/plugin-alaw.xml:
2857         * docs/plugins/inspect/plugin-alpha.xml:
2858         * docs/plugins/inspect/plugin-alphacolor.xml:
2859         * docs/plugins/inspect/plugin-annodex.xml:
2860         * docs/plugins/inspect/plugin-apetag.xml:
2861         * docs/plugins/inspect/plugin-audiofx.xml:
2862         * docs/plugins/inspect/plugin-auparse.xml:
2863         * docs/plugins/inspect/plugin-autodetect.xml:
2864         * docs/plugins/inspect/plugin-avi.xml:
2865         * docs/plugins/inspect/plugin-cacasink.xml:
2866         * docs/plugins/inspect/plugin-cairo.xml:
2867         * docs/plugins/inspect/plugin-cdio.xml:
2868         * docs/plugins/inspect/plugin-cutter.xml:
2869         * docs/plugins/inspect/plugin-debug.xml:
2870         * docs/plugins/inspect/plugin-efence.xml:
2871         * docs/plugins/inspect/plugin-effectv.xml:
2872         * docs/plugins/inspect/plugin-esdsink.xml:
2873         * docs/plugins/inspect/plugin-flac.xml:
2874         * docs/plugins/inspect/plugin-flxdec.xml:
2875         * docs/plugins/inspect/plugin-gconfelements.xml:
2876         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2877         * docs/plugins/inspect/plugin-goom.xml:
2878         * docs/plugins/inspect/plugin-halelements.xml:
2879         * docs/plugins/inspect/plugin-icydemux.xml:
2880         * docs/plugins/inspect/plugin-id3demux.xml:
2881         * docs/plugins/inspect/plugin-jpeg.xml:
2882         * docs/plugins/inspect/plugin-ladspa.xml:
2883         * docs/plugins/inspect/plugin-level.xml:
2884         * docs/plugins/inspect/plugin-matroska.xml:
2885         * docs/plugins/inspect/plugin-mulaw.xml:
2886         * docs/plugins/inspect/plugin-multipart.xml:
2887         * docs/plugins/inspect/plugin-navigationtest.xml:
2888         * docs/plugins/inspect/plugin-ossaudio.xml:
2889         * docs/plugins/inspect/plugin-png.xml:
2890         * docs/plugins/inspect/plugin-quicktime.xml:
2891         * docs/plugins/inspect/plugin-rtp.xml:
2892         * docs/plugins/inspect/plugin-rtsp.xml:
2893         * docs/plugins/inspect/plugin-smpte.xml:
2894         * docs/plugins/inspect/plugin-speex.xml:
2895         * docs/plugins/inspect/plugin-taglib.xml:
2896         * docs/plugins/inspect/plugin-udp.xml:
2897         * docs/plugins/inspect/plugin-videobalance.xml:
2898         * docs/plugins/inspect/plugin-videobox.xml:
2899         * docs/plugins/inspect/plugin-videocrop.xml:
2900         * docs/plugins/inspect/plugin-videoflip.xml:
2901         * docs/plugins/inspect/plugin-videomixer.xml:
2902         * docs/plugins/inspect/plugin-wavenc.xml:
2903         * docs/plugins/inspect/plugin-wavparse.xml:
2904         * docs/plugins/inspect/plugin-ximagesrc.xml:
2905           Update docs with caps info.
2906
2907 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
2908
2909         * po/POTFILES.in:
2910           Add more files with translatable strings (#450878).
2911
2912 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
2913
2914         * MAINTAINERS:
2915         Updating all the maintainers files
2916
2917 2007-06-22  Edward Hervey  <edward@fluendo.com>
2918
2919         * ext/flac/gstflactag.c: (gst_flac_tag_init):
2920         * gst/interleave/deinterleave.c: (deinterleave_init),
2921         (deinterleave_sink_link):
2922         * gst/interleave/interleave.c: (interleave_init):
2923         * gst/median/gstmedian.c: (gst_median_init):
2924         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
2925         Fix memory leaks.
2926         * tests/check/elements/id3demux.c: (pad_added_cb):
2927         Remove unused variable.
2928
2929 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
2930
2931         * ext/gconf/gconf.h:
2932         Make the prototype of gst_gconf_get_key_for_sink_profile
2933         match the implementation.
2934         Patch by: Damien Carbery <damien dot carbery at sun dot com>
2935         Fixes: #449747
2936
2937 2007-06-20  Michael Smith <msmith@fluendo.com>
2938
2939         * gst/rtp/gstrtpdepay.c:
2940           Fix description - rtpdepay is not a payloader.
2941
2942 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
2943
2944         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
2945         (qtdemux_video_caps):
2946         * gst/qtdemux/qtdemux_fourcc.h:
2947           Add MJPG to the variants of motion jpeg.
2948
2949 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
2950
2951         * tests/check/Makefile.am:
2952         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
2953         * tests/check/elements/videocrop.c: (GST_START_TEST):
2954         * tests/check/elements/videofilter.c:
2955         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
2956         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
2957           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
2958           error flags are included and it errors out on compiler warnings
2959           for CVS builds; remove unused variables in various unit tests.
2960
2961 2007-06-19  Wim Taymans  <wim@fluendo.com>
2962
2963         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2964         (rtsp_connection_close), (rtsp_connection_free):
2965         Use threadsafe inet_ntop to convert an ip number to a string. 
2966         Fixes #447961.
2967         Don't leak fd (and ip) when freeing a connection without first closing
2968         it.
2969
2970 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
2971
2972         * configure.ac:
2973         Back to CVS
2974
2975         * gst-plugins-good.doap:
2976         Add 0.10.6 to the doap file.
2977
2978 === release 0.10.6 ===
2979
2980 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
2981
2982         * configure.ac:
2983           releasing 0.10.6, "Wobble Board"
2984
2985 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
2986
2987         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2988         (rtsp_connection_free):
2989           Revert previous commit again, since we are frozen (sorry).
2990
2991 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
2992
2993         Patch by: Peter Kjellerstedt <pkj at axis com>
2994
2995         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2996         (rtsp_connection_free):
2997           inet_ntoa() uses a static buffer internally, so we need to copy the
2998           returned string if we want to store it for later (#447961).
2999
3000 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3001
3002         * win32/vs6/autogen.dsp:
3003         * win32/vs6/gst_plugins_good.dsw:
3004         * win32/vs6/libgstalaw.dsp:
3005         * win32/vs6/libgstalpha.dsp:
3006         * win32/vs6/libgstalphacolor.dsp:
3007         * win32/vs6/libgstapetag.dsp:
3008         * win32/vs6/libgstaudiofx.dsp:
3009         * win32/vs6/libgstauparse.dsp:
3010         * win32/vs6/libgstautodetect.dsp:
3011         * win32/vs6/libgstavi.dsp:
3012         * win32/vs6/libgstcutter.dsp:
3013         * win32/vs6/libgstdirectdraw.dsp:
3014         * win32/vs6/libgstdirectsound.dsp:
3015         * win32/vs6/libgsteffectv.dsp:
3016         * win32/vs6/libgstflx.dsp:
3017         * win32/vs6/libgstgoom.dsp:
3018         * win32/vs6/libgsticydemux.dsp:
3019         * win32/vs6/libgstid3demux.dsp:
3020         * win32/vs6/libgstinterleave.dsp:
3021         * win32/vs6/libgstjpeg.dsp:
3022         * win32/vs6/libgstlevel.dsp:
3023         * win32/vs6/libgstmatroska.dsp:
3024         * win32/vs6/libgstmedian.dsp:
3025         * win32/vs6/libgstmonoscope.dsp:
3026         * win32/vs6/libgstmulaw.dsp:
3027         * win32/vs6/libgstmultipart.dsp:
3028         * win32/vs6/libgstqtdemux.dsp:
3029         * win32/vs6/libgstrtp.dsp:
3030         * win32/vs6/libgstrtsp.dsp:
3031         * win32/vs6/libgstsmpte.dsp:
3032         * win32/vs6/libgstspeex.dsp:
3033         * win32/vs6/libgstudp.dsp:
3034         * win32/vs6/libgstvideobalance.dsp:
3035         * win32/vs6/libgstvideobox.dsp:
3036         * win32/vs6/libgstvideocrop.dsp:
3037         * win32/vs6/libgstvideoflip.dsp:
3038         * win32/vs6/libgstvideomixer.dsp:
3039         * win32/vs6/libgstwaveform.dsp:
3040         * win32/vs6/libgstwavenc.dsp:
3041         * win32/vs6/libgstwavparse.dsp:
3042         Mark *.dsp & *.dsw as binary files and convert to DOS line
3043         endings, as they don't load into VS6 correctly otherwise.
3044
3045 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3046
3047         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3048         (rtsp_connection_connect):
3049         Fix the MingW build. 
3050         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
3051         Fixes: #446981
3052
3053 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3054
3055         * tests/check/elements/.cvsignore:
3056         * tests/icles/.cvsignore:
3057         Hush the buildbots up
3058
3059 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3060
3061         * configure.ac:
3062         * sys/Makefile.am:
3063         * sys/directdraw/Makefile.am:
3064         * sys/directsound/Makefile.am:
3065         * sys/waveform/Makefile.am:
3066         Make sure to dist everything needed for win32 builds.
3067
3068 2007-06-14  Edward Hervey  <edward@fluendo.com>
3069
3070         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
3071         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
3072         caps.
3073         Fixes #447458
3074
3075 2007-06-13  Wim Taymans  <wim@fluendo.com>
3076
3077         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
3078         Make sure we allocate enough memory for the codec_data.
3079         Fixes #447210.
3080
3081 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
3082
3083         * win32/MANIFEST:
3084         Add videocrop project file to the win32 manifest.
3085         * win32/vs6/gst_plugins_good.dsw:
3086         Add qtdemux,videocrop and waveform projects to the workspace.
3087         * win32/vs6/libgstqtdemux.dsp:
3088         Add zlib to the link list of qtdemux.
3089         * win32/vs6/libgstvideocrop.dsp:
3090         Add a project file for videocrop.
3091
3092 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3093
3094         * po/POTFILES.in:
3095         Add qtdemux for translation
3096
3097 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3098
3099         * configure.ac:
3100         * docs/plugins/Makefile.am:
3101         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3102         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3103         * docs/plugins/inspect/plugin-videocrop.xml:
3104         * gst-plugins-good.spec.in:
3105         * sys/Makefile.am:
3106         * tests/check/Makefile.am:
3107         * tests/icles/Makefile.am:
3108         * tests/icles/videocrop-test.c:
3109         Move videocrop and osxvideo from -bad.
3110
3111 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3112
3113         * configure.ac:
3114         * docs/plugins/Makefile.am:
3115         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3116         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3117         * docs/plugins/gst-plugins-good-plugins.args:
3118         * docs/plugins/inspect/plugin-qtdemux.xml:
3119         * docs/plugins/inspect/plugin-quicktime.xml:
3120         * win32/MANIFEST:
3121         Move qtdemux from -bad.
3122
3123         * gst-plugins-good.spec.in:
3124         Update spec file to reflect moving of qtdemux and wavpack
3125
3126 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3127         
3128         * win32/MANIFEST:
3129         * docs/plugins/Makefile.am:
3130         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3131         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3132         * docs/plugins/inspect/plugin-directdraw.xml:
3133         * docs/plugins/inspect/plugin-directsound.xml:
3134         * docs/plugins/inspect/plugin-waveform.xml:
3135         Move the waveform plugin from -bad too. Update the inspect xml
3136         files to mention Plugins Good instead of Plugins Bad.
3137
3138 2007-06-12  Andy Wingo  <wingo@pobox.com>
3139
3140         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
3141         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
3142         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
3143         finalization and resuscitation. No longer public.
3144         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
3145         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
3146         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
3147         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
3148         miniobject semantics, and be threadsafe.
3149         (gst_v4l2src_queue_frame): Remove this function, as we just call
3150         the ioctls directly in the two places where we queue buffers.
3151         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
3152         directly.
3153         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
3154         to allocate the pool, which also preallocates the GstBuffers.
3155         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
3156         queueing the frames directly.
3157         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
3158         mmap buffers have been dequeued.
3159
3160         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
3161         real MiniObject instead of rolling our own refcounting and
3162         finalizing. Give it a lock.
3163         (struct _GstV4l2Buffer): Remove one intermediary object, having
3164         the buffers hold the struct v4l2_buffer directly.
3165
3166         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
3167         capture_init so that it can set them on the buffers that it will
3168         create.
3169         (gst_v4l2src_get_read): For better or for worse, include the
3170         timestamping and offsetting code here; really we should be using
3171         bufferalloc though.
3172         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
3173         preallocated, mmap'd buffers.
3174
3175 2007-06-11  Wim Taymans  <wim@fluendo.com>
3176
3177         Patch by: daniel fischer <dan at f3c dot com>
3178
3179         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
3180         (gst_ximage_src_get_caps):
3181         Actually use the display_name property so that we can dump any
3182         available X display. Fixes #445905.
3183
3184 2007-06-11  Wim Taymans  <wim@fluendo.com>
3185
3186         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3187
3188         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
3189         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
3190         Add missing rate fields to caps. Fixes #441118.
3191
3192 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
3193
3194         * win32/vs6/gst_plugins_good.dsw:
3195         * win32/vs8/gst-plugins-good.sln:
3196         Add DirectSound and DirectDraw sinks project files to
3197         workspace and solution files.
3198
3199 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3200
3201         Patch by: Josh Coalson <xflac at yahoo dot com>,
3202         updated by Alexis Ballier <aballier at gentoo dot org>:
3203
3204         * configure.ac:
3205         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
3206         (gst_flac_dec_setup_seekable_decoder),
3207         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
3208         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
3209         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
3210         * ext/flac/gstflacdec.h:
3211         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3212         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
3213         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
3214         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
3215         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
3216         (gst_flac_enc_chain), (gst_flac_enc_set_property),
3217         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
3218         * ext/flac/gstflacenc.h:
3219         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
3220         
3221 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3222
3223         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
3224         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
3225         not necessary anymore as we need at least that core version. 
3226
3227 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3228
3229         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3230         (gst_wavpack_dec_chain):
3231         * ext/wavpack/gstwavpackdec.h:
3232         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3233         (gst_wavpack_parse_push_buffer):
3234         * ext/wavpack/gstwavpackparse.h:
3235         Improve discont handling by checking if the next Wavpack block has
3236         the expected, following block index.
3237
3238 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3239
3240         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
3241           Fix element description.
3242
3243 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3244
3245         * configure.ac:
3246         * docs/plugins/Makefile.am:
3247         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3248         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3249         * docs/plugins/gst-plugins-good-plugins.args:
3250         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3251         * docs/plugins/gst-plugins-good-plugins.signals:
3252         * docs/plugins/inspect/plugin-autodetect.xml:
3253         * docs/plugins/inspect/plugin-gconfelements.xml:
3254         * docs/plugins/inspect/plugin-ladspa.xml:
3255         * docs/plugins/inspect/plugin-rtp.xml:
3256         * docs/plugins/inspect/plugin-wavpack.xml:
3257         * ext/Makefile.am:
3258         * tests/check/Makefile.am:
3259           move wavpack plugin.  See #352605.
3260
3261 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
3262
3263         * configure.ac:
3264         * docs/plugins/Makefile.am:
3265         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3266         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3267         * docs/plugins/gst-plugins-good-plugins.args:
3268         * sys/Makefile.am:
3269         * win32/MANIFEST:
3270         Add DirectDraw & DirectSound plugins to the build and docs.
3271
3272 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
3273
3274         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
3275         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
3276           When operating in pull mode, error out correct on not-linked.
3277
3278 2007-06-06  Andy Wingo  <wingo@pobox.com>
3279
3280         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
3281         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
3282         format and size if the ioctls are defined; should fix compilation
3283         on Linux < 2.16.19.
3284
3285 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
3286
3287         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
3288           Printf fixes in debug statements; use LOG level for debug statements
3289           that are printed for each and every frame; convert c++ comments to
3290           C-style comments; not much point using g_try_malloc() if we then not
3291           even check the return value.
3292
3293 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
3294
3295         * configure.ac:
3296           Bump requirements to released versions (core and base 0.10.13).
3297
3298         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
3299           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
3300           own implementation.
3301
3302 2007-06-05  Andy Wingo  <wingo@pobox.com>
3303
3304         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
3305         some useless comments.
3306
3307         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
3308         frames before calling STREAMON, that might leave them in a state
3309         where they can't be dequeued if we go back to NULL without calling
3310         STREAMON, according to the docs.
3311         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
3312         before we call STREAMON.
3313         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
3314         failures. (For me this code hung.) The pool refcounting is still
3315         crack; added a note to that effect.
3316
3317 2007-06-05  Wim Taymans  <wim@fluendo.com>
3318
3319         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
3320         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
3321         Add support for mapping gst structure names to the MIME type equivalent.
3322         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
3323
3324 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3325
3326         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3327         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
3328         (gst_wavenc_chain), (gst_wavenc_change_state):
3329         * gst/wavenc/gstwavenc.h:
3330         Properly write wav files with width!=depth by having the depth most
3331         significant bytes set and all others zero. Fixes #442535.
3332
3333 2007-06-01  Wim Taymans  <wim@fluendo.com>
3334
3335         * gst/rtsp/rtspconnection.c:
3336         Add include to make buildbot happy.
3337
3338 2007-06-01  Wim Taymans  <wim@fluendo.com>
3339
3340         Patch by: Peter Kjellerstedt  <pkj at axis com>
3341
3342         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3343         (rtsp_connection_connect), (add_date_header),
3344         (rtsp_connection_send), (parse_response_status),
3345         (parse_request_line), (parse_line), (rtsp_connection_receive):
3346         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
3347         * gst/rtsp/rtspdefs.h:
3348         * gst/rtsp/rtspmessage.c: (key_value_foreach),
3349         (rtsp_message_init_request), (rtsp_message_init_response),
3350         (rtsp_message_remove_header), (rtsp_message_append_headers),
3351         (rtsp_message_dump):
3352         * gst/rtsp/rtspmessage.h:
3353         Improves version checking, allowing an RTSP server to reply with "505
3354         RTSP Version not supported.
3355         Adds a Date header to all messages.
3356         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
3357         want to be able to send a response even if something in the request was
3358         invalid. EINVAL is only used when passing wrong arguments to functions.
3359         Do not handle an invalid method in parse_request_line(). Defer this to
3360         the caller so it can respond with "405 Method Not Allowed".
3361         Improves parsing of the timeout parameter to the Session header,
3362         allowing whitespace after the semicolon. 
3363         Avoids a compiler warning due to variables shadowing a function argument.
3364
3365 2007-06-01  Wim Taymans  <wim@fluendo.com>
3366
3367         Based on Patch by: Daniel Charles <dcharles at ti dot com>
3368
3369         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
3370         (gst_rtp_amr_depay_process):
3371         * gst/rtp/gstrtpamrdepay.h:
3372         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
3373         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
3374         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
3375         * gst/rtp/gstrtpamrpay.h:
3376         Add support for AMR-WB.
3377         Small cleanups such as using BOILERPLATE.
3378
3379 2007-05-31  Wim Taymans  <wim@fluendo.com>
3380
3381         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
3382         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
3383
3384 2007-05-30  Andy Wingo  <wingo@pobox.com>
3385
3386         * sys/v4l2/gstv4l2object.h: 
3387         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
3388         unintended changes.
3389
3390         * sys/v4l2/v4l2src_calls.h: 
3391         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
3392         the format list in the order that the driver gives it to us.
3393         (gst_v4l2src_probe_caps_for_format_and_size)
3394         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
3395         based on the capabilities of the device.
3396         (gst_v4l2src_grab_frame): Update for object variable renaming.
3397         (gst_v4l2src_set_capture): Update to be strict in its parameters,
3398         as in the set_caps below.
3399         (gst_v4l2src_capture_init): Update for object variable renaming,
3400         and reflow.
3401         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
3402         (gst_v4l2src_capture_deinit): Update for object variable renaming.
3403         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
3404         (gst_v4l2src_get_fps): Remove; these functions don't have much
3405         meaning outside of an atomic set_caps method.
3406         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
3407         known.
3408
3409         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
3410         call to update_fps; not sure about this change.
3411         (gst_v4l2_tuner_set_norm): Work around the fact that for the
3412         moment we don't have an update_fps_func.
3413
3414         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
3415         structures in the object, just store what we need. Do store the
3416         probed caps of the device. Don't store the current frame rate.
3417
3418         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
3419         update_fps_function, for now. Update for new object variable
3420         naming.
3421         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
3422         new object variable naming.
3423         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
3424         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
3425         (gst_v4l2src_get_caps): Rework to probe the device for supported
3426         frame sizes and frame rates.
3427         (gst_v4l2src_set_caps): Rework to be strict in the given
3428         parameters: if someone asks us to have a certain size and rate,
3429         that is what we configure.
3430         (gst_v4l2src_get_read): Update for object variable naming. Don't
3431         leak buffers on short reads.
3432         (gst_v4l2src_get_mmap): Update for object variable naming, and add
3433         comments.
3434         (gst_v4l2src_create): Update for object variable naming.
3435
3436 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3437
3438         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
3439         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
3440         * gst/avi/gstavidemux.h:
3441           Parse subtitle text streams instead of erroring out (#442034). Still
3442           needs a parser for the subtitles to actually show up.
3443
3444 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3445
3446         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
3447         (gst_avi_demux_loop):
3448           Make _push_event() return TRUE if the event could be pushed on at
3449           least one pad and not only if it could be pushed on all pads,
3450           otherwise we'll end up posting an error message on EOS if one or
3451           more source pads are not connected.
3452
3453 2007-05-28  Wim Taymans  <wim@fluendo.com>
3454
3455         * gst/rtsp/rtsptransport.c:
3456         Use renamed RTP bin.
3457
3458 2007-05-28  Wim Taymans  <wim@fluendo.com>
3459
3460         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
3461
3462         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
3463         (gst_video_box_set_property), (gst_video_box_transform_caps),
3464         (video_box_recalc_transform), (gst_video_box_set_caps),
3465         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
3466         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
3467         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
3468         (gst_video_box_i420_i420), (gst_video_box_transform),
3469         (plugin_init):
3470         Add AYUV->AYUV and AYUV->I420 formats. 
3471         Fix negotiation and I420->AYUV conversion.
3472         Fixes #429329.
3473
3474 2007-05-26  Wim Taymans  <wim@fluendo.com>
3475
3476         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
3477         Use different variables for nested for loops so that the outer loop
3478         functions properly and speex files with multiple frames per buffer work
3479         properly.
3480         Fixes #441408.
3481
3482 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3483
3484         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
3485           Don't leak newsegment events.
3486
3487 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3488
3489         * gst/wavparse/Makefile.am:
3490           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
3491           drags it in.
3492
3493 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3494
3495         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3496         (notgst_value_array_append_buffer),
3497         (gst_flac_enc_process_stream_headers),
3498         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
3499         (gst_flac_enc_change_state):
3500         * ext/flac/gstflacenc.h:
3501           Collect headers, add "streamheader" field to output caps and set
3502           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
3503           produces output according to the official FLAC-to-Ogg mapping
3504           instead of completely broken files. Fixes #426044.
3505
3506 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3507
3508         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
3509         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
3510         (gst_id3demux_sink_event):
3511         * gst/id3demux/gstid3demux.h:
3512         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
3513         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
3514         (gst_tag_demux_send_new_segment):
3515         Handle and adjust new-segment events so that downstream really
3516         sees a stream with the tag pieces stripped off the front and back.
3517         Fixes strangeness in seeking when mp3 decoders use the new-segment
3518         byte position to estimate their current playback position timestamp
3519         and then the arriving buffers don't match up.
3520
3521 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3522
3523         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
3524           Don't unnecessarily perform a READY->NULL->READY transition on the
3525           detected audio sink when starting up. Fixes: #440127
3526
3527 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
3528
3529         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
3530         (gst_flac_enc_chain):
3531           Don't crash in chain function if setcaps hasn't been called.
3532
3533 2007-05-24  Wim Taymans  <wim@fluendo.com>
3534
3535         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
3536         Init value to avoid infinte loops.
3537
3538 2007-05-24  Wim Taymans  <wim@fluendo.com>
3539
3540         Patch by: Peter Kjellerstedt  <pkj at axis com>
3541
3542         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
3543         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
3544         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3545         (gst_rtspsrc_play):
3546         (rtsp_connection_send), (rtsp_connection_receive):
3547         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
3548         Fix for new API.
3549
3550         * gst/rtsp/rtspconnection.c: (add_auth_header),
3551         Only add authorisation and session headers when sending messages.
3552
3553         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
3554         (rtsp_message_init_request), (rtsp_message_init_response),
3555         (rtsp_message_unset), (rtsp_message_add_header),
3556         (rtsp_message_remove_header), (rtsp_message_get_header),
3557         (rtsp_message_append_headers), (dump_key_value),
3558         (rtsp_message_dump):
3559         * gst/rtsp/rtspmessage.h:
3560         Add support for multiple headers of the same type by storing the parsed
3561         headers in a GArray instaed of a hashtable.
3562
3563 2007-05-21  Wim Taymans  <wim@fluendo.com>
3564
3565         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
3566         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
3567         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
3568         safer shutdown.
3569
3570 2007-05-21  Wim Taymans  <wim@fluendo.com>
3571
3572         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
3573         * gst/rtsp/gstrtpdec.h:
3574         Added signal for backwards compat.
3575
3576 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3577         
3578         Patch by: René Stadler <mail at renestadler dot de>
3579
3580         * configure.ac:
3581         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
3582         (gst_au_parse_parse_header), (gst_au_parse_chain):
3583         * gst/auparse/gstauparse.h:
3584         Use audioconvert for converting from non-native endianness floats
3585         in auparse instead of doing it ourself. Fixes #424527.
3586         This needs the audioconvert from plugins-base CVS.
3587         
3588 2007-05-21  Wim Taymans  <wim@fluendo.com>
3589
3590         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3591         (gst_rtp_h263p_pay_flush):
3592         Fix enum registration.
3593
3594 2007-05-21  Wim Taymans  <wim@fluendo.com>
3595
3596         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
3597
3598         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3599         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
3600         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
3601         (gst_rtp_h263p_pay_flush):
3602         * gst/rtp/gstrtph263ppay.h:
3603         Add new fragmentation mode base on GOB headers. Fixes #438940.
3604
3605 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
3606
3607         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
3608           Printf format fix.
3609
3610 2007-05-18  Wim Taymans  <wim@fluendo.com>
3611
3612         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
3613         Don't crash when an unsupported transport error was returned by the
3614         server, just try to configure the next stream. Fixes #439255.
3615
3616 2007-05-18  Wim Taymans  <wim@fluendo.com>
3617
3618         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
3619         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
3620         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
3621         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3622         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
3623         * gst/rtsp/gstrtspsrc.h:
3624         Add TCP timeout property and use it for all TCP connection.
3625
3626         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3627         (rtsp_connection_write), (rtsp_connection_next_timeout),
3628         (rtsp_connection_reset_timeout):
3629         Make connect and writes cancelable and make them use the timeout.
3630
3631 2007-05-18  Wim Taymans  <wim@fluendo.com>
3632
3633         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3634         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
3635         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3636         (gst_rtspsrc_setup_streams):
3637         Refactor timeout handling.
3638         Also send keep-alive when dealing with TCP transport.
3639
3640         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3641         (rtsp_connection_free), (rtsp_connection_next_timeout),
3642         (rtsp_connection_reset_timeout):
3643         * gst/rtsp/rtspconnection.h:
3644         Use a timer to handle the session timeouts, add some methods to deal
3645         with timeouts.
3646
3647 2007-05-17  Wim Taymans  <wim@fluendo.com>
3648
3649         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
3650         (gst_rtspsrc_setup_streams):
3651         Ignore streams that fail the setup command, we will retry with a
3652         different transport later on.
3653
3654         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
3655         (rtsp_ext_wms_configure_stream):
3656         Fix encoding name case.
3657
3658 2007-05-16  Edward Hervey  <edward@fluendo.com>
3659
3660         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
3661         Fix build on macosx.
3662
3663 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3664
3665         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
3666         Replace direct comparison of a string with the string literal "" with
3667         a comparison of the first character with '\0'. Fixes #438926.
3668
3669 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3670
3671         * gst/debug/breakmydata.c (gst_break_my_data_init):
3672           One more try. This should be the proper fix now.
3673
3674 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3675
3676         * gst/debug/breakmydata.c:
3677           Ooops, no // comments please.
3678
3679 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3680
3681         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
3682         (gst_break_my_data_init):
3683           Fix gst_buffer_is_writable() assertion.
3684
3685 2007-05-14  David Schleef  <ds@schleef.org>
3686
3687         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
3688           video/x-raw-bayer.  Fixes #314160.
3689
3690 2007-05-14  Wim Taymans  <wim@fluendo.com>
3691
3692         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
3693         (gst_rtp_theora_depay_parse_configuration):
3694         * gst/rtp/gstrtptheorapay.c: (encode_base64),
3695         (gst_rtp_theora_pay_finish_headers),
3696         (gst_rtp_theora_pay_handle_buffer):
3697         Update theora pay/depayloader in a similar to vorbis.
3698
3699         * gst/rtp/gstrtpvorbisdepay.c:
3700         (gst_rtp_vorbis_depay_parse_configuration):
3701         Update docs.
3702
3703 2007-05-14  Wim Taymans  <wim@fluendo.com>
3704
3705         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
3706         When we try to execute a method that is not supported by the server,
3707         don't error out but remove the method from the accepted methods so that
3708         we never try to perform this method again.
3709
3710 2007-05-14  Wim Taymans  <wim@fluendo.com>
3711
3712         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
3713         Remove annoying _dump_mem.
3714
3715 2007-05-14  Wim Taymans  <wim@fluendo.com>
3716
3717         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
3718         Parse range correctly.
3719
3720         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
3721         The baseurl now always has a '/' at the start.
3722
3723 2007-05-14  Wim Taymans  <wim@fluendo.com>
3724
3725         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
3726         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
3727         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3728         Factor out caps configuration and configure more stuff such as the time
3729         ranges and speed/scale values.
3730
3731         * gst/rtsp/rtsptransport.c:
3732         Add Copyright after non-trival fixes.
3733
3734 2007-05-12  Wim Taymans  <wim@fluendo.com>
3735
3736         Patch by: Peter Kjellerstedt  <pkj at axis com>
3737
3738         * gst/rtsp/gstrtspsrc.h:
3739         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
3740         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
3741         (rtsp_message_get_header):
3742         * gst/rtsp/rtspmessage.h:
3743         Make channel guint8 where possible.
3744         Make rtsp_message_init_data() take the channel as a guint8.
3745
3746         * gst/rtsp/rtspdefs.c:
3747         Fixed a typo: Timout -> Timeout
3748
3749         * gst/rtsp/rtspdefs.h:
3750         Make RTSP_CHECK() behave as a statement.
3751
3752         * gst/rtsp/sdpmessage.c:
3753         Avoid a compiler warning in INIT_ARRAY().
3754         Fixes #437692.
3755
3756 2007-05-12  Wim Taymans  <wim@fluendo.com>
3757
3758         Patch by: Peter Kjellerstedt  <pkj at axis com>
3759
3760         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
3761         (rtsp_url_get_request_uri):
3762         * gst/rtsp/rtspurl.h:
3763         Add support for query parameters to RTSP URLs.
3764
3765 2007-05-12  Wim Taymans  <wim@fluendo.com>
3766
3767         Patch by: Peter Kjellerstedt  <pkj at axis com>
3768
3769         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
3770         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
3771         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
3772         (rtsp_transport_parse), (rtsp_transport_as_text):
3773         * gst/rtsp/rtsptransport.h:
3774         Add validation to rtsp_transport_parse().
3775         Add rtsp_transport_as_text() to generate an RTSP header from an
3776         RTSPTransport.
3777         Change ssrc to guint (was a string) since that is what it is, even
3778         though it is sent as a hex string.
3779         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
3780         incorrect, which can be seen when looking at the examples in the RFC).
3781         Fixes #437670.
3782
3783 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
3784
3785         Patch by: Eric Anholt
3786
3787         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
3788           gst_ximage_src_ximage_get):
3789         Use union of all damage between frames to make it faster.
3790         Fixes bug #342463.
3791         Also fix crasher when cursor is at bottom right of window.
3792
3793 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
3794
3795         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
3796           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
3797           streaming mode regression for file from #343837 with 'bext' chunk
3798           before the 'fmt' chunk.
3799
3800 2007-05-11  Wim Taymans  <wim@fluendo.com>
3801
3802         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
3803         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
3804         (gst_rtspsrc_handle_src_event),
3805         (gst_rtspsrc_stream_configure_manager),
3806         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
3807         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
3808         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3809         * gst/rtsp/gstrtspsrc.h:
3810         * gst/rtsp/rtspdefs.h:
3811         Preliminary seek support.
3812         Activate internal pads so that we can receive events on them.
3813         Don't try to parse a range string when it's NULL.
3814
3815 2007-05-11  Wim Taymans  <wim@fluendo.com>
3816
3817         * gst/rtp/README:
3818         Update README with new RTP variables that will be used for
3819         synchronisation.
3820
3821         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
3822         (gst_rtp_vorbis_depay_parse_configuration),
3823         (gst_rtp_vorbis_depay_process):
3824         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
3825         (gst_rtp_vorbis_pay_finish_headers),
3826         (gst_rtp_vorbis_pay_handle_buffer):
3827         Update vorbis pay and depayloader to draft-04.
3828
3829 2007-05-11  Wim Taymans  <wim@fluendo.com>
3830
3831         * gst/rtsp/rtsptransport.c:
3832         UDP MCAST is actually the default for RTP/AVP.
3833 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
3834
3835         * gst/level/gstlevel.c: (gst_level_transform_ip):
3836         Use guint8 * instead of gpointer then vs6 can build 
3837         in_data += (filter->width / 8).
3838
3839 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
3840
3841         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
3842           gst_ximage_src_ximage_get):
3843         * sys/ximage/gstximagesrc.h (last_ximage):
3844         When using Damage actually keep the last frame, and not assume
3845         that the buffer we get already has the last frame on it.
3846         Copy the cursor over if we specify a non-zero start x and
3847         start y.
3848
3849 2007-05-11  Wim Taymans  <wim@fluendo.com>
3850
3851         * gst/rtsp/rtsptransport.c:
3852         Make UDP the default transport when not specified.
3853
3854 2007-05-09  David Schleef  <ds@schleef.org>
3855
3856         * gst/level/gstlevel.c:
3857           Revert last change.
3858
3859 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
3860
3861         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
3862         (gst_level_transform_ip):
3863         Use guint8 * instead of gpointer then vs6 know the size of data
3864         pointed when moving the pointer.
3865         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
3866         Move instructions after variables declaration.
3867         * win32/vs6/autogen.dsp:
3868         * win32/vs6/libgstrtp.dsp:
3869         * win32/vs6/libgstrtsp.dsp:
3870         Update vs6 project files.
3871
3872 2007-05-09  Wim Taymans  <wim@fluendo.com>
3873
3874         * gst/rtsp/Makefile.am:
3875         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
3876         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
3877         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
3878         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
3879         (rtsp_range_free):
3880         * gst/rtsp/rtsprange.h:
3881         Add code to parse time ranges.
3882         Report DURATION on the stream when possible.
3883
3884 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
3885
3886         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
3887         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
3888         (gst_videomixer_collected):
3889           Fix strides calculation for AYUV (it's just width*4) (#436910).
3890
3891 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3892
3893         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
3894         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
3895         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
3896         Sync the GObject properties before each processing step to properly
3897         work with the controller.
3898
3899 2007-05-04  Wim Taymans  <wim@fluendo.com>
3900
3901         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3902         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3903         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3904         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
3905         (gst_rtspsrc_change_state):
3906         Let more error state trickle down so that we can catch more error
3907         cases.
3908         Handle keep-alive a little smarter by selecting a method the server
3909         actually supports.
3910         Fix a race in UDP streaming shutdown.
3911
3912 2007-05-04  Wim Taymans  <wim@fluendo.com>
3913
3914         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
3915         Ignore errors when trying to use the keep-alive messages.
3916
3917 2007-05-04  Wim Taymans  <wim@fluendo.com>
3918
3919         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
3920         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
3921         (gst_rtspsrc_stream_configure_manager),
3922         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
3923         (gst_rtspsrc_stream_configure_mcast),
3924         (gst_rtspsrc_stream_configure_udp),
3925         (gst_rtspsrc_stream_configure_udp_sink),
3926         (gst_rtspsrc_stream_configure_transport):
3927         Send RTCP messages back to the server over the TCP connection.
3928
3929         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
3930         (rtsp_connection_send), (rtsp_connection_read), (read_body),
3931         (rtsp_connection_receive):
3932         * gst/rtsp/rtspconnection.h:
3933         Factor out and expose lowlevel _write and _read methods.
3934         Implement sending data messages to the server.
3935
3936 2007-05-03  Wim Taymans  <wim@fluendo.com>
3937
3938         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
3939         (gst_multipart_mux_collected):
3940         Fix timestamps on outgoing buffers.
3941
3942 2007-05-03  Wim Taymans  <wim@fluendo.com>
3943
3944         * gst/multipart/multipartmux.c:
3945         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
3946         (gst_multipart_mux_change_state):
3947         Emit NEWSEGMENT events before pushing the first buffer.
3948
3949 2007-05-03  Wim Taymans  <wim@fluendo.com>
3950
3951         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
3952         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
3953         (gst_rtspsrc_handle_src_query),
3954         (gst_rtspsrc_stream_configure_manager),
3955         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
3956         (gst_rtspsrc_stream_configure_mcast),
3957         (gst_rtspsrc_stream_configure_udp),
3958         (gst_rtspsrc_stream_configure_udp_sink),
3959         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
3960         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
3961         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
3962         (gst_rtspsrc_pause):
3963         Refactor transport configuration code.
3964         Create internal pads for TCP transport so that we can implement events
3965         and queries.
3966         Handle events and queries.
3967         Parse range from the SDP.
3968         Fix race in pause handler where the connection could still be flushing.
3969
3970 2007-05-02  Wim Taymans  <wim@fluendo.com>
3971
3972         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3973         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
3974         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
3975         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
3976         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
3977         (gst_rtspsrc_change_state):
3978         * gst/rtsp/gstrtspsrc.h:
3979         Fix race when multiple udp sources post timeouts, just act on the first
3980         received timeout.
3981         Protect stream list with a recursive lock to fix some races.
3982         Flush connection when we need to do a reconnect or stop.
3983         Make state lock recursive.
3984
3985         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3986         (rtsp_connection_close):
3987         Some small cleanups.
3988
3989 2007-05-02  Wim Taymans  <wim@fluendo.com>
3990
3991         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
3992         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
3993         Only set DISCONT when there actually is a discont or when we just
3994         started.
3995
3996 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3997
3998         * ext/flac/gstflac.c: (plugin_init):
3999         Call bindtextdomain() to get localized strings.
4000
4001 2007-05-02  Wim Taymans  <wim@fluendo.com>
4002
4003         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4004         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
4005         (gst_wavparse_stream_data):
4006         * gst/wavparse/gstwavparse.h:
4007         Be a bit more clever when dealing with VBR files with FACT tags, we
4008         don't want to timestamp buffers in that case but the estimated BPS can
4009         be used for seeking.
4010         Only send close segment in the streaming thread.
4011
4012 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4013
4014         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
4015         Correctly post an error on the bus if something went wrong in the loop
4016         function. This fixes a few cases where the task was paused and nothing
4017         happened anymore.
4018
4019 2007-05-02  Wim Taymans  <wim@fluendo.com>
4020
4021         * gst/rtsp/test.c: (main):
4022         Fix compilation of deprecated test just because I'm too lazy to delete
4023         it.
4024
4025 2007-05-02  Wim Taymans  <wim@fluendo.com>
4026
4027         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4028         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4029         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
4030         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
4031         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4032         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
4033         * gst/rtsp/gstrtspsrc.h:
4034         Fix sending RTCP to the right place.
4035         Fix bug in reffing the wrong UDP element.
4036         Use new pad names for the session manager.
4037         Implement handling server requests in interleaved and UDP modes.
4038         Handle session keep-alive in UDP modes.
4039         Remove GCond for handling UDP timeouts.
4040
4041         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4042         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4043         (rtsp_connection_receive), (rtsp_connection_close):
4044         * gst/rtsp/rtspconnection.h:
4045         Store connection IP address for later.
4046         Add timeout args to all operations that might block forever.
4047         Parse session timeout.
4048         Only close sockets when not already closed.
4049
4050         * gst/rtsp/rtspdefs.c:
4051         * gst/rtsp/rtspdefs.h:
4052         Add timeout return value and error string.
4053
4054         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
4055         Add small comment.
4056
4057 2007-05-01  Wim Taymans  <wim@fluendo.com>
4058
4059         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4060
4061         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
4062         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
4063         * gst/rtp/gstrtpmp4vpay.h:
4064         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
4065
4066 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
4067
4068         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4069           Remove v4l2src from docs, since it breaks the docs build, and the
4070           plugin is only built if --enable-experimental is used anyway.
4071
4072         * docs/plugins/Makefile.am:
4073           Spaces => tab.
4074
4075 2007-04-29  Wim Taymans  <wim@fluendo.com>
4076
4077         * gst/udp/gstmultiudpsink.c: (leave_multicast),
4078         (gst_multiudpsink_add), (gst_multiudpsink_remove):
4079         Add code to drop membership of a multicast group.
4080
4081         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
4082         (gst_udpsink_set_uri):
4083         Implement URI handler.
4084
4085         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4086         (gst_rtspsrc_parse_rtpinfo):
4087         Use URI handler to make udpsink instace.
4088         Improve code to configure port and destination.
4089
4090 2007-04-29  Wim Taymans  <wim@fluendo.com>
4091
4092         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
4093         Fix multicast detection.
4094         Don't try to join a multicast group if the address is not multicast.
4095
4096         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
4097         Small debug improvement.
4098
4099 2007-04-27  Wim Taymans  <wim@fluendo.com>
4100
4101         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4102         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4103         (gst_rtspsrc_handle_message):
4104         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
4105         parent.
4106
4107 2007-04-27  Wim Taymans  <wim@fluendo.com>
4108
4109         * gst/rtp/gstrtpilbcdepay.h:
4110         Fix mode property when specified as an arg.
4111
4112 2007-04-26  Edward Hervey  <edward@fluendo.com>
4113
4114         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4115         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4116         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4117         * docs/plugins/inspect/plugin-osxaudio.xml:
4118         Add documentation for osxaudio plugin.
4119
4120 2007-04-26  Wim Taymans  <wim@fluendo.com>
4121
4122         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4123         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4124         (gst_rtspsrc_open), (gst_rtspsrc_close),
4125         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4126         (gst_rtspsrc_pause):
4127         * gst/rtsp/gstrtspsrc.h:
4128         Protect state changes with a lock.
4129
4130         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4131         (parse_line):
4132         * gst/rtsp/rtspconnection.h:
4133         Remove some unused stuff.
4134
4135 2007-04-26  Wim Taymans  <wim@fluendo.com>
4136
4137         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4138         Handle the case where there are exactly 0 bytes to read and the ioctl
4139         did not report an error. Fixes #433530.
4140
4141 2007-04-26  Wim Taymans  <wim@fluendo.com>
4142
4143         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4144         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4145         * gst/wavparse/gstwavparse.h:
4146         Apply DISCONT to buffers.
4147         Only apply timestamp to the first sample after a DISCONT, too many VBR
4148         files cause random jitter in the timestamps. Fixes #433119.
4149
4150 2007-04-25  Wim Taymans  <wim@fluendo.com>
4151
4152         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
4153         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
4154         (gst_rtp_dec_get_property):
4155         * gst/rtsp/gstrtpdec.h:
4156         Add dummy latency property to be backwards compat with rtpbin.
4157
4158         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4159         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4160         (gst_rtspsrc_stream_configure_transport),
4161         (gst_rtspsrc_parse_rtpinfo):
4162         * gst/rtsp/gstrtspsrc.h:
4163         Add latency property and configure in the session manager.
4164         Don't set invalid clock-base and seqnum-base on caps, some servers
4165         sometimes don't send them.
4166
4167 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4168
4169         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
4170         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
4171           Double-check that RGB input caps are really RGBA caps (apparently
4172           the core doesn't always catch it if those caps aren't a subset of
4173           our template caps, also see #421543). Fixes #429319 in a way.
4174           Also, don't leak the pad template in the transform_caps function.
4175
4176         * tests/check/Makefile.am:
4177         * tests/check/elements/.cvsignore:
4178         * tests/check/elements/alphacolor.c: (setup_alphacolor),
4179         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
4180         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
4181         (GST_START_TEST), (alphacolor_suite):
4182           Add some basic unit tests for alphacolor.
4183
4184 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4185
4186         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
4187           If we get a fatal flow return in the loop function, first post the
4188           error message and only then send the EOS event downstream, otherwise
4189           applications might get an eos message before the error message and
4190           think everything was ok (related to #429319).
4191
4192 2007-04-25  Wim Taymans  <wim@fluendo.com>
4193
4194         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4195         Read the channel byte as an unsigned byte.
4196
4197 2007-04-25  Wim Taymans  <wim@fluendo.com>
4198
4199         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
4200         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
4201         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
4202         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
4203         (gst_rtp_gsm_depay_setcaps):
4204         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4205         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
4206         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
4207         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
4208         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
4209         (gst_ilbc_depay_get_property):
4210         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
4211         * gst/rtp/gstrtpmp4adepay.c:
4212         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
4213         (gst_rtp_pcma_depay_setcaps):
4214         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
4215         (gst_rtp_pcmu_depay_setcaps):
4216         Make sure we configure the clock_rate in the baseclass in the setcaps
4217         function. Fixes #431282.
4218
4219 2007-04-25  Wim Taymans  <wim@fluendo.com>
4220
4221         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4222         (gst_rtspsrc_stream_free), (request_pt_map),
4223         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
4224         * gst/rtsp/gstrtspsrc.h:
4225         Parse server address from SDP.
4226         Hook up a udpsink to send RTCP back to the server.
4227
4228         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4229         * gst/rtsp/rtsptransport.h:
4230         Add some docs.
4231
4232 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
4233
4234         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4235           Make header field check conditional. Fixes #433135
4236
4237 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
4238
4239         * docs/plugins/Makefile.am:
4240         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4241         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4242         * docs/plugins/inspect/plugin-alphacolor.xml:
4243         * gst/alpha/Makefile.am:
4244         * gst/alpha/gstalphacolor.c:
4245         * gst/alpha/gstalphacolor.h:
4246           Add minimal docs blurb to alphacolor; split out headers into
4247           separate header file for gtk-doc.
4248
4249 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
4250
4251         * gst/debug/progressreport.c: (gst_progress_report_report):
4252           Don't try to post NULL message (in case we can't query upstream
4253           position or duration).
4254
4255 2007-04-18  Michael Smith  <msmith@fluendo.com>
4256
4257         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
4258         (gst_cutter_get_caps):
4259         * gst/cutter/gstcutter.h:
4260           Fix some of the most obvious bugs in cutter. Now doesn't leak
4261           everything if input is silent.
4262
4263 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
4264
4265         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4266         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
4267         * gst/wavenc/gstwavenc.h:
4268         Wav apparently only supports width==GST_ROUND_UP(depth), everything
4269         else results in a invalid block align and invalid files.
4270
4271 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
4272
4273         Patch by: Snaik <snaik32 gmail com>
4274
4275         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
4276           Add missing break statement for BOX_HORIZONTAL case.
4277
4278 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4279
4280         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
4281
4282         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4283         Use correct format strings for integer types.
4284
4285 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4286
4287         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
4288         (gst_wavparse_create_sourcepad):
4289         Use gst_riff_create_audio_template_caps () instead of the local caps.
4290         This makes updates of the local caps unecessary whenever libgstriff
4291         gets support for new formats.
4292
4293 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4294
4295         Patch by: Brian Cameron  <brian.cameron at sun dot com>
4296
4297         * sys/sunaudio/gstsunaudio.c:
4298         * sys/sunaudio/gstsunaudiomixer.c:
4299         * sys/sunaudio/gstsunaudiomixer.h:
4300         * sys/sunaudio/gstsunaudiomixerctrl.c:
4301         * sys/sunaudio/gstsunaudiomixerctrl.h:
4302         * sys/sunaudio/gstsunaudiomixertrack.h:
4303         * sys/sunaudio/gstsunaudiosink.c:
4304         * sys/sunaudio/gstsunaudiosink.h:
4305         * sys/sunaudio/gstsunaudiosrc.c:
4306         * sys/sunaudio/gstsunaudiosrc.h:
4307           Fix and/or update copyright attributions (#430228).
4308
4309 2007-04-13  Wim Taymans  <wim@fluendo.com>
4310
4311         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4312         Fix docs.
4313
4314         * gst/rtsp/URLS:
4315         Add some more example urls.
4316
4317         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4318         (gst_rtp_dec_chain_rtp):
4319         Better debugging.
4320
4321         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
4322         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4323         (gst_rtspsrc_parse_rtpinfo):
4324         Remove unused code.
4325
4326 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4327
4328         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4329         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4330         (gst_wavparse_stream_data):
4331           Relax the audio/mpeg caps again and add FIXME: comment.
4332
4333 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4334
4335         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4336         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4337         (gst_wavparse_stream_data):
4338         * gst/wavparse/gstwavparse.h:
4339           More sanity check for the header fields. Fix type for 'rate' header
4340           field.
4341
4342 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4343
4344         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
4345         (gst_icydemux_unicodify):
4346           If the metadata strings we get in the stream are not UTF-8, try to
4347           interpret them according to the character encodings specified in the
4348           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
4349           only fall back to locale/ISO-8859-1 if those aren't set or don't
4350           work. Should fix #428901.
4351
4352 2007-04-12  Wim Taymans  <wim@fluendo.com>
4353
4354         * gst/rtp/gstrtph264depay.c:
4355         Use the proper sync word for SPS and PPS.
4356
4357 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4358
4359         * gst/rtp/Makefile.am:
4360         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
4361           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
4362         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
4363           Add a simple hashing implementation that we can use to generate
4364           a 24-bit ident value based on the codebooks for vorbis and theora.
4365         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
4366           gst_rtp_theora_pay_handle_buffer):
4367         * gst/rtp/gstrtpvorbisdepay.c
4368           (gst_rtp_vorbis_depay_parse_configuration,
4369           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
4370         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
4371           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
4372           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
4373           Use the hashing function, ensuring that the same codebooks result
4374           in the same ident and thus the same SDP description.
4375           Various log fixes/changes.
4376
4377 2007-04-12  Wim Taymans  <wim@fluendo.com>
4378
4379         Patch by: jerry tan <jerry dot tan at sun dot com>
4380
4381         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
4382         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
4383         application's responsibility to make sure it open the device once.
4384         Remove a careless error if AUDIODEV is set. Fixes #392620.
4385
4386 2007-04-12  Wim Taymans  <wim@fluendo.com>
4387
4388         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4389         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
4390         * gst/rtsp/gstrtpdec.h:
4391         Make backward compat with rtpbin by adding the request-pt-map signals.
4392
4393         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
4394         (new_session_pad), (request_pt_map),
4395         (gst_rtspsrc_stream_configure_transport),
4396         (gst_rtspsrc_stream_configure_caps),
4397         (gst_rtspsrc_activate_streams):
4398         * gst/rtsp/gstrtspsrc.h:
4399         Implement request-pt-map signals instead of setting caps on the buffers
4400         for the session manager.
4401
4402 2007-04-11  Wim Taymans  <wim@fluendo.com>
4403
4404         * gst/udp/gstudp.c: (plugin_init):
4405         Register GstNetBuffer in plugin_init so that the type can be used from
4406         multiple threads without races.
4407
4408 2007-04-10  Wim Taymans  <wim@fluendo.com>
4409
4410         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
4411         (gst_rtp_amr_depay_process):
4412         Fix depayloader clock_rate and some cleanups.
4413
4414         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
4415         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4416         * gst/rtp/gstrtph264depay.h:
4417         Don't push codec_data in the adapter because it might get flushed when
4418         we get a discont.
4419
4420         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4421         Handle multiple AU per packet.
4422
4423         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
4424         (gst_rtp_sv3v_depay_plugin_init):
4425         Disable rank, this one does not work.
4426         Remove timestamping, base class does that.
4427
4428 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
4429
4430         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
4431           limit caps to the formats we announce in the template
4432
4433         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4434         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4435         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
4436           fix some crashers/asserts when dealing with broken files
4437
4438 2007-04-10  Wim Taymans  <wim@fluendo.com>
4439
4440         Patch by: Peter Kjellerstedt  <pkj at axis com>
4441
4442         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
4443         * gst/rtp/gstrtpL16depay.c:
4444         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4445         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
4446         (gst_rtp_speex_depay_setcaps):
4447         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4448         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
4449         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
4450         Fix some compiler warnings. Fixes #428182.
4451
4452 2007-04-06  Wim Taymans  <wim@fluendo.com>
4453
4454         * gst/rtsp/Makefile.am:
4455         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
4456         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
4457         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
4458         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
4459         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
4460         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
4461         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
4462         (create_rtcp), (gst_rtp_dec_request_new_pad),
4463         (gst_rtp_dec_release_pad):
4464         * gst/rtsp/gstrtpdec.h:
4465         * gst/rtsp/gstrtsp.c: (plugin_init):
4466         Morph RTPDec into something compatible with RTPBin as a fallback.
4467         Various other style fixes.
4468
4469         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
4470         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
4471         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
4472         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
4473         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4474         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
4475         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4476         * gst/rtsp/gstrtspsrc.h:
4477         Implement RTPBin session manager handling.
4478         Don't try to add empty properties to caps.
4479         Implement fallback session manager, handling.
4480         Don't combine errors from RTCP streams, just ignore them.
4481
4482         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
4483         * gst/rtsp/rtsptransport.h:
4484         Implement fallback session manager.
4485         Make RTPBin the default one when available.
4486
4487 2007-04-05  Wim Taymans  <wim@fluendo.com>
4488
4489         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4490         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
4491         This element is ready to be autoplugged.
4492
4493 2007-04-05  Julien MOUTTE  <julien@moutte.net>
4494
4495         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
4496         Don't leave the offsets defined by upstream element on the
4497         compressed data buffer we are pushing downstream. Make them
4498         GST_BUFFER_OFFSET_NONE.
4499
4500 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
4501
4502         * gst/avi/README:
4503         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
4504         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
4505         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
4506         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
4507         (gst_avi_demux_calculate_durations_from_index),
4508         (gst_avi_demux_stream_header_push),
4509         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
4510         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
4511           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
4512
4513 2007-04-03  Wim Taymans  <wim@fluendo.com>
4514
4515         * gst/smpte/barboxwipes.c:
4516         Fix error as spotted by Snaik <snaik32 at gmail dot com>
4517
4518 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4519
4520         * gst/wavparse/gstwavparse.c:
4521         Support audio/x-raw-float in wav files. This only works with
4522         plugins-base CVS, using an older version doesn't have any
4523         disadvantages though.
4524
4525 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4526
4527         * configure.ac:
4528         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4529         (gst_au_parse_parse_header), (gst_au_parse_chain):
4530         * gst/auparse/gstauparse.h:
4531         Revert last change as we don't want plugins-good to depend on
4532         plugins-base CVS now.
4533
4534 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4535
4536         * configure.ac:
4537         Require gst-plugins-base CVS for audioconvert with non-native
4538         float support and width/depth fix in libgstriff.
4539
4540         Patch by: René Stadler <mail at renestadler dot de>
4541
4542         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4543         (gst_au_parse_parse_header), (gst_au_parse_chain):
4544         * gst/auparse/gstauparse.h:
4545         Don't swap the floats ourself if they're not in native endianness.
4546         Instead let audioconvert handle this. Fixes #339838.
4547
4548 2007-03-29  Wim Taymans  <wim@fluendo.com>
4549
4550         * gst/rtp/gstasteriskh263.h:
4551         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
4552         (gst_rtp_h263p_depay_change_state):
4553         * gst/rtp/gstrtph263pdepay.h:
4554         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4555         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
4556         (gst_rtp_h264_depay_change_state):
4557         * gst/rtp/gstrtph264depay.h:
4558         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4559         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
4560         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4561         Flush adapter on disconts.
4562
4563 2007-03-29  Wim Taymans  <wim@fluendo.com>
4564
4565         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
4566         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
4567         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
4568         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
4569         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4570         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
4571         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4572         (gst_rtp_mp4v_depay_process):
4573         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
4574         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
4575         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
4576         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
4577         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
4578         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4579         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
4580         Use more efficient adapter and rtpbuffer methods when possible.
4581
4582 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4583
4584         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4585         (gst_wavenc_sink_setcaps):
4586         Correctly handle width!=depth input.
4587         * gst/wavparse/gstwavparse.c:
4588         Already export in the caps that width==8 uses unsigned samples and
4589         everything else uses signed samples.
4590
4591 2007-03-29  Wim Taymans  <wim@fluendo.com>
4592
4593         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4594
4595         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
4596         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
4597         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
4598         (gst_dynudpsink_close):
4599         * gst/udp/gstdynudpsink.h:
4600         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
4601         (gst_udpsrc_create), (gst_udpsrc_set_property),
4602         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
4603         * gst/udp/gstudpsrc.h:
4604         Rework the socket allocation a bit based on the sockfd argument so that
4605         it becomes usable.
4606         Add a closefd property to instruct the udp elements to close the custom
4607         file descriptors when going to READY. Fixes #423304.
4608         API:GstUDPSrc::closefd property
4609         API:GstDynUDPSink::closefd property
4610
4611 2007-03-29  Wim Taymans  <wim@fluendo.com>
4612
4613         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4614
4615         * gst/rtp/Makefile.am:
4616         * gst/rtp/gstrtp.c: (plugin_init):
4617         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
4618         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4619         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
4620         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4621         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
4622         (gst_rtp_h264_pay_plugin_init):
4623         * gst/rtp/gstrtph264pay.h:
4624         Added H264 payloader. Fixes #423782.
4625
4626         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4627         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4628         Small fixes.
4629
4630 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4631
4632         * gst/wavparse/gstwavparse.c:
4633         Actually support depths from 1 to 32, not only 8 to 32.
4634
4635 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4636
4637         * gst/wavparse/gstwavparse.c:
4638         Add support for wav files containing audio/x-raw-int with random
4639         depths between 1 and 32 bits.
4640
4641 2007-03-28  Wim Taymans  <wim@fluendo.com>
4642
4643         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
4644
4645         * gst/rtp/Makefile.am:
4646         * gst/rtp/gstrtp.c: (plugin_init):
4647         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
4648         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
4649         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
4650         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
4651         (gst_rtp_mp4a_depay_get_property),
4652         (gst_rtp_mp4a_depay_change_state),
4653         (gst_rtp_mp4a_depay_plugin_init):
4654         * gst/rtp/gstrtpmp4adepay.h:
4655         Added MP4A-LATM depayloader. Fixes #417792.
4656
4657         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4658         (gst_rtp_mp4v_depay_process):
4659         Fixup depayloader, setting codec_data, using more efficient adaptor and
4660         rtpbuffer handling.
4661
4662         * gst/rtsp/URLS:
4663         Add url to test above.
4664
4665 2007-03-25  Wim Taymans  <wim@fluendo.com>
4666
4667         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
4668         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
4669         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
4670         (gst_rtspsrc_media_to_caps),
4671         (gst_rtspsrc_stream_configure_transport),
4672         (gst_rtspsrc_stream_configure_caps),
4673         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
4674         * gst/rtsp/gstrtspsrc.h:
4675         Handle default clock-rates for static payload types, rearrange stuff so
4676         that the rtpmap field in the sdp can override the defaults.
4677         Parse RTP-Info field to get the seqnum and timebase fields that should
4678         go in the caps.
4679         Delay configuring caps after we got the RTP-Info from the PLAY reply from
4680         the server. 
4681
4682 2007-03-22  Wim Taymans  <wim@fluendo.com>
4683
4684         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
4685
4686         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
4687         Accept complex pipeline descriptions as an audio profile instead of just
4688         a single element. Fixes #420658.
4689
4690 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
4691
4692         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
4693           Rename registered type in preparation of GstTagDemux moving to
4694           -base at some point in the future.
4695
4696 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
4697
4698         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4699           Streaming mode fixes: don't unref buffer we don't own any longer;
4700           remove bogus adapter flush. Fixes #419338.
4701
4702 2007-03-17  David Schleef  <ds@schleef.org>
4703
4704         * REQUIREMENTS: Change the format to key/value, add a bunch of
4705           information, remove a bunch of requirements that are for
4706           other GStreamer packages.
4707
4708 2007-03-17  David Schleef  <ds@schleef.org>
4709
4710         * REQUIREMENTS: Fix a few things.  This file really needs a
4711         good once-over.
4712
4713 2007-03-15  Edward Hervey  <edward@fluendo.com>
4714
4715         * sys/Makefile.am:
4716         Don't forget to distribute the sys/osxaudio/ directory.
4717
4718 2007-03-15  Edward Hervey  <edward@fluendo.com>
4719
4720         * configure.ac:
4721         * sys/Makefile.am:
4722         * sys/osxaudio/Makefile.am:
4723         * sys/osxaudio/gstosxaudio.c:
4724         * sys/osxaudio/gstosxaudiosink.c:
4725         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
4726         (gst_osx_audio_sink_getcaps),
4727         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
4728         * sys/osxaudio/gstosxaudiosrc.c:
4729         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
4730         (gst_osx_audio_src_create_ringbuffer):
4731         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
4732         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
4733         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
4734         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
4735         * sys/osxaudio/gstosxringbuffer.h:
4736         Activate osxaudio in gst-plugins-good with proper build setup.
4737         Add inlined documentation.
4738         Fix debug statements
4739         Fix ringbuffer when pausing.
4740         Fixes #323471
4741
4742 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4743         * gst/rtp/gstrtppcmapay.c:
4744         * gst/rtp/gstrtppcmapay.h:
4745         * gst/rtp/gstrtppcmupay.c:
4746         * gst/rtp/gstrtppcmupay.h:
4747         Ported mulaw and alaw payloaders to use new base class
4748
4749 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4750
4751         * po/af.po:
4752         * po/az.po:
4753         * po/cs.po:
4754         * po/en_GB.po:
4755         * po/it.po:
4756         * po/nl.po:
4757         * po/or.po:
4758         * po/sq.po:
4759         * po/sr.po:
4760         * po/sv.po:
4761         * po/uk.po:
4762         * po/vi.po:
4763           Update translations.
4764
4765 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
4766
4767         * configure.ac:
4768           Fix string replace error (AG_AG_GST_* => AG_GST_*).
4769
4770 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4771
4772         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
4773           Fix handling of -1 values for start and stop values when seeking,
4774           and SEEK_CUR+SEEK_END here as well.
4775
4776 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
4777
4778         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
4779           Fix handling of -1 values for start and stop values when seeking, 
4780           and SEEK_CUR+SEEK_END.
4781
4782 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4783
4784         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
4785           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
4786           the image format a variable-length NUL-terminated string; in
4787           versions before that the image format is a fixed-length string of
4788           3 characters (see #348644 for a sample tag).
4789           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
4790
4791 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
4792
4793         * win32/MANIFEST:
4794         Add new project files to MANIFEST.
4795         * win32/vs6/libgstaudiofx.dsp:
4796         * win32/vs6/libgstrtp.dsp:
4797         * win32/vs6/libgstrtsp.dsp:
4798         Update project files.
4799         
4800 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
4801
4802         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
4803         (gst_avi_demux_parse_index):
4804         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
4805         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
4806           Printf format fixes; also add some missing quotes in translated
4807           strings. Fixes #416728 and #416727.
4808
4809 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4810
4811         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
4812           Tim and I can't think of any reason the child audio sink needs to 
4813           be set back to NULL after successfully determining that it can 
4814           reach READY - it gets immediately set back to READY by the caller
4815           anyway, causing an unnecessary close/open of any audio devices
4816           involved.
4817
4818 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4819
4820         * po/LINGUAS:
4821         * po/ja.po:
4822           Add ja.po file from #377306.
4823
4824 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4825
4826         * sys/sunaudio/gstsunaudio.c: (plugin_init):
4827         * sys/sunaudio/gstsunaudiomixertrack.c:
4828         (gst_sunaudiomixer_track_new):
4829           Actually translate sunaudio mixer track labels instead of just
4830           marking the strings as translatable (#377306); clean up weird
4831           label string mapping code that serves no apparent purpose. Also
4832           set the 'untranslated-label' property when creating mixer tracks
4833           if the GstMixerTrack base class supports this.
4834
4835         * tests/check/Makefile.am:
4836         * tests/check/elements/.cvsignore:
4837         * tests/check/elements/sunaudio.c: (GST_START_TEST),
4838         (sunaudio_suite):
4839           Very minimalistic unit test for sunaudiomixer element (compiles, but not
4840           actually tested on a system where sunaudiomixer is available).
4841
4842 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4843
4844         * tests/check/Makefile.am:
4845         Re-enable the states test and see if it works on the buildbots.
4846
4847 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4848
4849         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
4850         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
4851         (gst_dvdec_change_state):
4852         * ext/dv/gstdvdec.h:
4853         Infer pixel-aspect-ratio from the video frame format if it isn't
4854         provided by the container, as happens when playing DV from AVI
4855         or Quicktime containers.
4856
4857         Patch by: Wim Taymans <wim@fluendo.com>
4858         Fixes #380944
4859
4860 2007-03-09  Wim Taymans  <wim@fluendo.com>
4861
4862         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
4863         When activated, remove the udpsrc timeout, we have dataflow and timeouts
4864         will later be handled by the jitterbuffer.
4865
4866 2007-03-09  Wim Taymans  <wim@fluendo.com>
4867
4868         * ext/taglib/gstid3v2mux.cc:
4869         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
4870         Fixes #414496.
4871         
4872         Patch by: Alex Lancaster <alexl at users sourceforge net>
4873
4874 2007-03-09  Wim Taymans  <wim@fluendo.com>
4875
4876         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4877         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
4878         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
4879         (gst_avi_demux_chain):
4880         Fix stream position reporting after a seek. Fixes #416445.
4881
4882 2007-03-08  Wim Taymans  <wim@fluendo.com>
4883
4884         Patch by: René Stadler <mail at renestadler dot de>
4885
4886         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4887         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
4888         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
4889         Make avidemux accept optional header chunks in any order.
4890         Fixes #415446.
4891
4892 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
4893
4894         * tests/check/Makefile.am:
4895         Disable the states check until the remaining Valgrind errors
4896         are fixed or suppressed.
4897
4898 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4899
4900         * tests/check/elements/.cvsignore:
4901           Add audiodynamic check to .cvsignore
4902
4903 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4904
4905         reviewed by: Stefan Kost  <ensonic@users.sf.net>
4906
4907         * gst/audiofx/Makefile.am:
4908         * gst/audiofx/audiodynamic.c:
4909         (gst_audio_dynamic_characteristics_get_type),
4910         (gst_audio_dynamic_mode_get_type),
4911         (gst_audio_dynamic_set_process_function),
4912         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
4913         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
4914         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
4915         (gst_audio_dynamic_transform_hard_knee_compressor_int),
4916         (gst_audio_dynamic_transform_hard_knee_compressor_float),
4917         (gst_audio_dynamic_transform_soft_knee_compressor_int),
4918         (gst_audio_dynamic_transform_soft_knee_compressor_float),
4919         (gst_audio_dynamic_transform_hard_knee_expander_int),
4920         (gst_audio_dynamic_transform_hard_knee_expander_float),
4921         (gst_audio_dynamic_transform_soft_knee_expander_int),
4922         (gst_audio_dynamic_transform_soft_knee_expander_float),
4923         (gst_audio_dynamic_transform_ip):
4924         * gst/audiofx/audiodynamic.h:
4925         * gst/audiofx/audiofx.c: (plugin_init):
4926         Add new audiodynamic element which can act as a compressor or
4927         expander. Supported are hard-knee and soft-knee operation modes with
4928         user-specified ratio and threshold.
4929         Attack and release parameters are not yet implemented but will follow.
4930         * docs/plugins/Makefile.am:
4931         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4932         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4933         * docs/plugins/gst-plugins-good-plugins.args:
4934         * docs/plugins/inspect/plugin-audiofx.xml:
4935         Integrate audiodynamic into the docs.
4936         * tests/check/Makefile.am:
4937         * tests/check/elements/audiodynamic.c: (setup_dynamic),
4938         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
4939         Add unit test for audiodynamic.
4940
4941 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
4942
4943         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
4944         Free handles that we allocated when exiting via the error paths.
4945
4946 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
4947
4948         * gst/level/gstlevel.c: (gst_level_class_init),
4949         (gst_level_set_caps), (gst_level_start), (gst_level_event),
4950         (gst_level_transform_ip):
4951         * gst/level/gstlevel.h:
4952           Resolve message timestamps against the playback segment.
4953
4954 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4955
4956         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
4957         (gst_id3demux_sink_activate):
4958           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
4959           caps passed to it (previously one code path assumed it took ownership
4960           while another one assumed it didn't, while in fact it sometimes did and
4961           sometimes didn't ...).
4962
4963         * configure.ac:
4964         * tests/files/Makefile.am:
4965         * tests/files/id3-407349-1.tag:
4966         * tests/files/id3-407349-2.tag:
4967           Add directory where data for unit tests can be stored.
4968
4969         * tests/Makefile.am:
4970         * tests/check/Makefile.am:
4971         * tests/check/elements/.cvsignore:
4972         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
4973         (read_tags_from_file), (run_check_for_file),
4974         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
4975           Add unit test for id3demux, and in particular for bug #407349. Only
4976           testing pull-mode for now; push mode doesn't work yet because the test
4977           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
4978
4979 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4980
4981         * tests/check/Makefile.am:
4982           Add missing backslash at end of line.
4983
4984 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
4985
4986         Trigger rebuild.
4987
4988 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4989
4990         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
4991         * gst/id3demux/id3tags.h:
4992         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
4993         (parse_obsolete_tdat_frame):
4994           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
4995           the four-digit number will be interpreted as a year, whereas it is
4996           month and day in DDMM format. Instead, parse TDAT frames and fix up
4997           the date in the GST_TAG_DATE tag later if we also extracted a year.
4998           Fixes #407349.
4999
5000 2007-03-06  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 dispose logic so it doesn't leak, and fix setting of 
5005         the child state so that we don't set a child to our current state 
5006         just as we are changing it to something else.
5007
5008 2007-03-06  Wim Taymans  <wim@fluendo.com>
5009
5010         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
5011         (gst_goom_chain):
5012         * gst/goom/gstgoom.h:
5013         Document, fix and improve goom adapter behaviour.
5014         Fixes #407006.
5015
5016 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5017
5018         * ext/esd/esdsink.c: (gst_esdsink_open):
5019         Unref static pad template after using it.
5020
5021 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5022
5023         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5024         (gst_switch_commit_new_kid):
5025         Fix up the reference counting of the child elements.
5026
5027 2007-03-05  Wim Taymans  <wim@fluendo.com>
5028
5029         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
5030         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
5031         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
5032         Fix encoding-name case.
5033
5034 2007-03-05  Wim Taymans  <wim@fluendo.com>
5035
5036         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
5037         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
5038         (gst_rtp_speex_depay_process):
5039         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
5040         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
5041         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
5042         (gst_rtp_speex_pay_change_state):
5043         * gst/rtp/gstrtpspeexpay.h:
5044         Fix speex (de)payloader. Fixes #358040.
5045
5046 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5047
5048         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
5049         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
5050         Install fakesink in NULL by fixing some broken logic. This obviates
5051         the need to manually set _IS_SINK.
5052         Add some comments and remove a little cruft while I'm at it.
5053
5054 2007-03-05  Wim Taymans  <wim@fluendo.com>
5055
5056         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
5057         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
5058
5059 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
5060
5061         * po/POTFILES.in:
5062           Update.
5063
5064 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5065
5066         * tests/check/Makefile.am:
5067         Gah! Also disable gconfvideosink from the tests, otherwise
5068         it will instantiate autovideosink, and dfbvideosink and
5069         leak on the buildbots.
5070
5071 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5072
5073         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
5074         (gst_cdio_cdda_src_finalize):
5075         Make sure we always destroy our libcdio handle.
5076
5077 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5078
5079         * tests/check/Makefile.am:
5080         Disable autovideosink so the buildbots don't barf over memory
5081         leaked in the directfb sink.
5082
5083 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5084
5085         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
5086         Chain up in dispose
5087
5088 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5089
5090         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
5091         (gst_multipart_find_pad_by_mime):
5092         Use gst_pad_new_from_static_template instead of
5093         static_pad_template_get+pad_new.
5094
5095 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5096
5097         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
5098         Catch the case where no clock has been set.
5099
5100 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5101
5102         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
5103         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
5104         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
5105         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
5106         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
5107         (gst_gconf_audio_src_finalize), (do_toggle_element):
5108         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
5109         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
5110         (do_toggle_element):
5111         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
5112         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
5113         (gst_gconf_video_src_finalize), (do_toggle_element):
5114         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
5115         (gst_switch_sink_reset), (gst_switch_sink_set_child):
5116         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
5117         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
5118         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5119         (gst_shout2send_init), (gst_shout2send_finalize):
5120         * gst/debug/testplugin.c: (gst_test_class_init),
5121         (gst_test_finalize):
5122         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
5123         (gst_flxdec_dispose):
5124         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
5125         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
5126         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5127         (gst_rtspsrc_finalize):
5128         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
5129         * gst/rtsp/rtspextwms.h:
5130         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
5131         (gst_smpte_finalize):
5132         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
5133         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
5134         (gst_udpsink_finalize):
5135         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
5136         (gst_wavparse_sink_activate):
5137         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
5138         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
5139         (gst_oss_src_finalize):
5140         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
5141         * sys/v4l2/gstv4l2object.h:
5142         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5143         (gst_v4l2src_finalize):
5144         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
5145
5146         Fix a bunch of leaks shown by the newly-added states test.
5147
5148 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5149
5150         * ext/dv/gstdvdec.c: (gst_dvdec_init):
5151         Use gst_pad_new_from_static_template instead of 
5152         static_pad_template_get+pad_new.
5153
5154 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
5155
5156         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5157
5158         * ext/libcaca/Makefile.am:
5159         * gst/debug/Makefile.am:
5160           Don't mix tabs and spaces (#414168).
5161
5162 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5163
5164         * tests/check/generic/.cvsignore:
5165           Ignore files to please buildbot.
5166
5167 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5168
5169         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
5170         (gst_wavparse_stream_data):
5171           Unbreak my previous commit (swapped nominator & denominator). Tim,
5172           thanks for spotting.
5173
5174 2007-03-02  Wim Taymans  <wim@fluendo.com>
5175
5176         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
5177         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
5178         (gst_cdio_cdda_src_finalize):
5179         Small code cleanups.
5180         Don't use pad_alloc as the base class cannot deal with the error codes.
5181
5182 2007-03-02  Wim Taymans  <wim@fluendo.com>
5183
5184         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
5185         (gst_udpsrc_create):
5186         Fix doc.
5187
5188 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5189
5190         Patch by: René Stadler <mail@renestadler.de>
5191
5192         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
5193         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
5194         (gst_wavparse_stream_data):
5195           Handle rounding better to not drop last sample frame. Fixes #356692
5196
5197 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
5198
5199         * tests/check/Makefile.am:
5200         Disable cacasink from the states check too - it also calls exit(1)
5201         on us when it can't find a terminal to talk to.
5202
5203 2007-03-02  Wim Taymans  <wim@fluendo.com>
5204
5205         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5206
5207         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5208         (gst_udpsrc_create), (gst_udpsrc_set_property),
5209         (gst_udpsrc_get_property):
5210         * gst/udp/gstudpsrc.h:
5211         Add support to strip proprietary headers. Fixes #350296.
5212
5213 2007-03-02  Wim Taymans  <wim@fluendo.com>
5214
5215         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
5216         Fix compilation.
5217
5218 2007-03-02  Wim Taymans  <wim@fluendo.com>
5219
5220         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5221
5222         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
5223         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
5224         (gst_rtp_mp2t_depay_set_property),
5225         (gst_rtp_mp2t_depay_get_property):
5226         * gst/rtp/gstrtpmp2tdepay.h:
5227         Add support to strip off proprietary headers. Fixes #350278.
5228
5229 2007-03-02  Wim Taymans  <wim@fluendo.com>
5230
5231         * ext/hal/hal.c:
5232         Fix compilation.
5233
5234 2007-03-02  Wim Taymans  <wim@fluendo.com>
5235
5236         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
5237         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
5238         (gst_sunaudiosrc_open):
5239         * sys/sunaudio/gstsunaudiosrc.h:
5240         Remove device-name from GstSunAudioSrc. Fixes #412597.
5241
5242 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5243
5244         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5245         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5246         Having NULL as UDI previously selected the default sink/src. Change
5247         this back but mention it in the debug output.
5248         * ext/hal/hal.c: (gst_hal_get_alsa_element),
5249         (gst_hal_get_oss_element), (gst_hal_get_string),
5250         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
5251         (gst_hal_get_audio_src):
5252         * ext/hal/hal.h:
5253         Refactor a bit, check all error conditions, greatly improve debugging
5254         and fix some possible memory leaks. Also implement OSS support
5255         and allow specifying an UDI that points to a real device. For this the
5256         child device which supports ALSA (preferred) or OSS is used.
5257         As a side effect this makes it impossible now to get a alsasink in
5258         halaudiosrc and a alsasrc in halaudiosink.
5259
5260 2007-03-01  Wim Taymans  <wim@fluendo.com>
5261
5262         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
5263         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
5264         Errors from the udp sources are not fatal unless all of them are in
5265         error.
5266
5267 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5268
5269         * tests/check/Makefile.am:
5270         Disable aasink in the states test. I suspect this is the element that
5271         is calling exit(1) when it can't proceed.
5272
5273 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5274
5275         * tests/check/Makefile.am:
5276         Draw plugins in from the build tree sys/ dir, rather than picking
5277         up the already installed versions.
5278
5279 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5280
5281         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
5282         Error out correctly when getting xcontext fails.
5283
5284 2007-03-01  Wim Taymans  <wim@fluendo.com>
5285
5286         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
5287         Make state change to PAUSED NO_PREROLL because that's what it will be in
5288         the future and rtspsrc relies on it.
5289
5290         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
5291         (gst_rtspsrc_change_state):
5292         Don't error out when we don't get an error from the state change
5293         function.
5294
5295 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5296
5297         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5298         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5299           Check if the device UDI is set before trying to query HAL
5300           about it and give a useful error message if it wasn't set.
5301         * ext/hal/hal.c: (gst_hal_get_string):
5302           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
5303           gives an assertion failure in D-Bus when running with
5304           DBUS_FATAL_WARNINGS=1.
5305
5306 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5307
5308         * configure.ac:
5309           Convert to new AG_GST style.
5310
5311 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5312
5313         * tests/check/Makefile.am:
5314         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
5315           add test for states
5316
5317 2007-02-28  Wim Taymans  <wim@fluendo.com>
5318
5319         * tests/check/elements/.cvsignore:
5320         Add new videofilter check to .cvsignore.
5321
5322 2007-02-28  Wim Taymans  <wim@fluendo.com>
5323
5324         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
5325         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5326         (gst_avi_demux_loop), (gst_avi_demux_chain):
5327         Fix combined flow return. Fixes #412608.
5328
5329 2007-02-28  Wim Taymans  <wim@fluendo.com>
5330
5331         * gst/videofilter/Makefile.am:
5332         Dist header..
5333
5334 2007-02-28  Wim Taymans  <wim@fluendo.com>
5335
5336         * gst/videofilter/gstgamma.h:
5337         Add header too.
5338
5339 2007-02-28  Wim Taymans  <wim@fluendo.com>
5340
5341         Patch by: Mark Nauwelaerts <manauw at skynet be>
5342
5343         * gst/videofilter/Makefile.am:
5344         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
5345         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
5346         (gst_gamma_get_property), (gst_gamma_calculate_tables),
5347         (oil_tablelookup_u8), (gst_gamma_set_caps),
5348         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
5349         Port gamma filter to 0.10. Fixes #412704.
5350
5351         * tests/check/Makefile.am:
5352         * tests/check/elements/videofilter.c: (setup_filter),
5353         (cleanup_filter), (check_filter), (GST_START_TEST),
5354         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
5355         Add unit tests for videofilters.
5356
5357 2007-02-28  Wim Taymans  <wim@fluendo.com>
5358
5359         * gst/rtsp/URLS:
5360         Add another interesting test url.
5361
5362         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
5363         Don't allow getting header fields from data packets.
5364
5365 2007-02-28  Michael Smith  <msmith@fluendo.com>
5366
5367         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5368         (gst_shout2send_init), (gst_shout2send_start),
5369         (gst_shout2send_set_property), (gst_shout2send_get_property):
5370         * ext/shout2/gstshout2.h:
5371           Add a property for username.
5372
5373 2007-02-27  Christian Schallerr <christian@fluendo.com>
5374
5375         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
5376
5377 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5378
5379         * gst/rtsp/Makefile.am:
5380         Fix make check too.
5381
5382 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5383
5384         * gst/rtsp/base64.c: (util_base64_encode):
5385         * gst/rtsp/base64.h:
5386         Commit missing files for base64 encoding.
5387
5388 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5389
5390         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5391
5392         * configure.ac:
5393         * ext/annodex/Makefile.am:
5394         * ext/jpeg/Makefile.am:
5395         * ext/speex/Makefile.am:
5396         * gst/alpha/Makefile.am:
5397         * gst/cutter/Makefile.am:
5398         * gst/debug/Makefile.am:
5399         * gst/effectv/Makefile.am:
5400         * gst/goom/Makefile.am:
5401         * gst/level/Makefile.am:
5402         * gst/smpte/Makefile.am:
5403         * gst/videofilter/Makefile.am:
5404           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
5405
5406 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5407
5408         * gst/rtsp/Makefile.am:
5409         * gst/rtsp/rtspconnection.c: (append_auth_header),
5410         (rtsp_connection_send), (rtsp_connection_set_auth):
5411         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
5412         from icecast to replace it. Relicensed from GPL courtesy of Mike
5413         Smith.
5414
5415 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5416
5417         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
5418         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
5419         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
5420         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
5421         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
5422         (gst_rtspsrc_uri_set_uri):
5423         * gst/rtsp/gstrtspsrc.h:
5424         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5425         (append_auth_header), (rtsp_connection_send),
5426         (rtsp_connection_free), (rtsp_connection_set_auth):
5427         * gst/rtsp/rtspconnection.h:
5428         * gst/rtsp/rtspdefs.h:
5429         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
5430         * gst/rtsp/rtspurl.h:
5431
5432         Implement simple Basic Authentication support so that urls like
5433         rtsp://user:pass@hostname/rtspstream work on hosts that require
5434         authentication.
5435
5436 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
5437
5438         * sys/v4l2/gstv4l2object.c:
5439         * sys/v4l2/gstv4l2tuner.c:
5440         * sys/v4l2/v4l2_calls.c:
5441         Fix segfault when oppening a radio device.
5442         
5443 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
5444
5445         * gst/level/gstlevel.c: (gst_level_set_caps),
5446         (gst_level_transform_ip):
5447         * sys/v4l2/README:
5448         * tests/check/elements/level.c: (GST_START_TEST):
5449           Fix level for multi-channel case.
5450
5451 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
5452
5453         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
5454         (gst_level_transform_ip):
5455         * gst/level/gstlevel.h:
5456           Use function pointer for process function and add process functions
5457           for float audio.
5458
5459 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
5460
5461         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5462         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5463         (gst_v4l2src_capture_init):
5464           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
5465           fixes #407369
5466
5467 2007-02-18  Wim Taymans  <wim@fluendo.com>
5468
5469         * gst/rtp/Makefile.am:
5470         * gst/rtp/gstrtp.c: (plugin_init):
5471         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
5472         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
5473         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
5474         (gst_rtp_mp2t_pay_plugin_init):
5475         * gst/rtp/gstrtpmp2tpay.h:
5476         Added simple mpeg transport stream payloader.
5477
5478 2007-02-16  Wim Taymans  <wim@fluendo.com>
5479
5480         * gst/rtsp/URLS:
5481         Add example H264 rtsp url.
5482
5483         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5484         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
5485         Don't convert values to lowercase or we might mess up base64 encoded
5486         properties.
5487
5488 2007-02-16  Wim Taymans  <wim@fluendo.com>
5489
5490         * gst/rtp/README:
5491         Fix case of string params.
5492
5493         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5494         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5495         Fix depayloader, support more packet types.
5496         Add sync codes to make sure the packetizer can do its job.
5497
5498         * gst/rtp/gstrtpmp4gdepay.c:
5499         * gst/rtp/gstrtpmp4gpay.c:
5500         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
5501         Fix caps case again.
5502
5503 2007-02-15  Wim Taymans  <wim@fluendo.com>
5504
5505         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
5506         Set right caps on output buffers.
5507
5508 2007-02-14  Wim Taymans  <wim@fluendo.com>
5509
5510         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
5511         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
5512         Clear stack allocated SDPMedia struct before calling _init() on it.
5513         Clarify this in the docs as well.
5514
5515 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
5516
5517         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
5518         (do_change_child):
5519         Don't reset the profile when going switching states, as it makes
5520         the element non-reusable.
5521
5522 2007-02-14  Wim Taymans  <wim@fluendo.com>
5523
5524         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
5525         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
5526         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
5527         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
5528         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
5529         (sdp_parse_line):
5530         * gst/rtsp/sdpmessage.h:
5531         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
5532         Fix memory management of SDP messages. Fixes #407793.
5533
5534 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
5535
5536         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
5537
5538         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
5539         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
5540
5541 2007-02-14  Wim Taymans  <wim@fluendo.com>
5542
5543         Patch by: jp.liu <jp_liu at astrocom dot cn>
5544
5545         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
5546         Fix parsing of password field in url. Fixes #407797.
5547
5548 2007-02-14  Wim Taymans  <wim@fluendo.com>
5549
5550         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
5551         (gst_wavparse_reset), (gst_wavparse_init),
5552         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
5553         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
5554         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
5555         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
5556         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
5557         (gst_wavparse_loop), (gst_wavparse_chain),
5558         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
5559         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
5560         (plugin_init):
5561         * gst/wavparse/gstwavparse.h:
5562         Update docs.
5563         Use boilerplate.
5564         Various code cleanups.
5565         When the bitrate is not known (bps == 0 or compressed formats) let
5566         downstream element guestimate the duration and position and don't
5567         generate timestamps or durations. Fixes #405213.
5568         Fix EOS and ERROR conditions in chain mode, we just need to forward the
5569         error flowreturn upstream.
5570
5571 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
5572
5573         * ext/gconf/Makefile.am:
5574         * ext/gconf/gconf.c: (gst_gconf_get_string),
5575         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
5576         (gst_gconf_render_bin_with_default):
5577         * ext/gconf/gconf.h:
5578         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
5579         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
5580         (gst_gconf_audio_sink_dispose), (do_change_child),
5581         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
5582         (cb_change_child), (gst_gconf_audio_sink_change_state):
5583         * ext/gconf/gstgconfaudiosink.h:
5584         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
5585         (gst_switch_sink_class_init), (gst_switch_sink_reset),
5586         (gst_switch_sink_init), (gst_switch_sink_dispose),
5587         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
5588         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
5589         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
5590         * ext/gconf/gstswitchsink.h:
5591         * gst/autodetect/gstautoaudiosink.c:
5592         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
5593         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
5594         (gst_auto_audio_sink_detect):
5595         * gst/autodetect/gstautovideosink.c:
5596         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
5597         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
5598         (gst_auto_video_sink_detect):
5599         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
5600         and a child that implements the GConf key monitoring. The end goal of
5601         this is an audio sink that can be changed on the fly, but at the 
5602         moment it still only changes on the next READY transition.
5603
5604 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5605
5606         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5607         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5608         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
5609         (gst_avi_demux_calculate_durations_from_index),
5610         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5611         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5612         (gst_avi_demux_loop):
5613           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
5614
5615 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5616
5617         * configure.ac:
5618         * docs/plugins/Makefile.am:
5619           Add crossreferences to glib/gobject/gstream docs.
5620
5621 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5622
5623         * gst/monoscope/Makefile.am:
5624         * gst/monoscope/gstmonoscope.c:
5625           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
5626           (but no LIBS, since we only use defines from the headers).
5627
5628 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5629
5630         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
5631
5632         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
5633         (gst_wavparse_stream_data):
5634           Fix massive memory leak when operating in streaming mode due to
5635           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
5636           Fixes #407057.
5637
5638 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5639
5640         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
5641         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
5642         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
5643         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
5644         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5645         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
5646         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
5647         (gst_avi_demux_calculate_durations_from_index),
5648         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5649         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
5650         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
5651         * gst/avi/gstavidemux.h:
5652           Save some memory (8%) by repacking the index entry structure (more to
5653           come). Add more FIXMEs to questionable parts.
5654
5655 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5656
5657         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
5658         (gst_v4l2src_get_caps):
5659         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5660         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5661         (gst_v4l2src_capture_init):
5662           More FIXME comments and messaging changes.
5663
5664 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5665
5666         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
5667         (gst_goom_change_state):
5668         * gst/goom/gstgoom.h:
5669           Improved docs and use GST_DEBUG_FUNCPTR.
5670
5671         * gst/level/gstlevel.c: (gst_level_class_init):
5672           Use GST_DEBUG_FUNCPTR.
5673
5674         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
5675         (gst_monoscope_chain), (gst_monoscope_change_state):
5676           Improved docs source cleanups.
5677
5678 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5679
5680         * gst/debug/Makefile.am:
5681         * gst/debug/gstdebug.c: (plugin_init):
5682         * gst/debug/gstpushfilesrc.c:
5683         * gst/debug/gstpushfilesrc.h:
5684           Add code for a pushfilesrc element that implements a pushfile:// URI
5685           handler, to make debugging push-mode operation of demuxer/decoders
5686           that support both easier in connection with seek/playbin/etc.
5687           The element isn't registered at the moment.
5688
5689 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
5690
5691         * gst/avi/gstavimux.c:
5692           Comment a #if 0 in caps template definition as VS6 seems to 
5693         do not support it.
5694         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
5695           Use gst_guint64_to_gdouble for conversion.
5696         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
5697           Move variables declaration before the first instruction.
5698         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
5699           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
5700           And don't include netdb.h for G_OS_WIN32
5701         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
5702           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
5703           by VS6 then use an other way to initialize SDPMedia structure.
5704         * gst/udp/gstdynudpsink.h:
5705         * gst/udp/gstdynudpnetutils.h:
5706           Do not include <sys/time.h> for G_OS_WIN32
5707         * gst/udp/gstudpsrc.c:
5708           Define socklen_t as int for G_OS_WIN32
5709         * win/common/config.h.in:
5710           Undef HAVE_NETINET_IN_H
5711         * win32/vs6/gst_plugins_good.dsw:
5712         * win32/vs6/libgstrtp.dsp:
5713         * win32/vs6/libgstrtsp.dsp:
5714         * win32/vs6/libgstautogen.dsp:
5715         * win32/vs6/libgstaudiofx.dsp:
5716         * win32/vs6/libgstudp.dsp:
5717           Add and update project files.
5718         * win32/common/gstudp-enumtypes.c:
5719         * win32/common/gstudp-enumtypes.h:
5720           Add a copy of udp enumtypes to win32/common as in core 
5721           and base.
5722         
5723 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
5724
5725         * configure.ac:
5726           Activate monoscope when building with --enable-experimental. Fix
5727           --enable-external configure switch description.
5728
5729         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
5730         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
5731           Help gst-indent.
5732
5733 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
5734
5735         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
5736           Explicitly cast result of pointer arithmetic to integer in order to
5737           avoid compiler warnings on some 64-bit systems. Should fix #406018.
5738
5739 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5740
5741         * gst/debug/progressreport.c:
5742           Some more docs.
5743
5744 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5745
5746         * docs/plugins/inspect/plugin-rtp.xml:
5747           Update for new elements.
5748
5749         * gst/debug/progressreport.h:
5750           Commit newly-created header file as well.
5751
5752 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5753
5754         * docs/plugins/Makefile.am:
5755         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5756         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5757         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5758         * gst/debug/Makefile.am:
5759         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
5760         (gst_progress_report_do_query), (gst_progress_report_report):
5761           Make progressreport element post messages with the current progress
5762           on the bus. Also add some basic docs for it.
5763
5764 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5765
5766         * ext/hal/hal.c: (gst_hal_get_string):
5767         * ext/hal/hal.h:
5768           Some small cleanups; deal with errors when parsing the HAL ALSA
5769           capabilities a bit better.
5770
5771 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5772
5773         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
5774           Let's try this again and use the right cast this time.
5775
5776 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5777
5778         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
5779           Add cast to avoid compiler warnings with older GLib versions
5780           where the nick/name members in GEnumValue are not declared as
5781           constant strings.
5782
5783 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5784
5785         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
5786         (gst_gconf_render_bin_from_key),
5787         (gst_gconf_get_default_audio_sink):
5788         * ext/gconf/gconf.h:
5789         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
5790         (do_toggle_element), (gst_gconf_audio_sink_set_property),
5791         (gst_gconf_audio_sink_get_property):
5792           In gconfaudiosink, get the right key as the old key in do_toggle
5793           (ie. one dependent on the profile selected). Log some more stuff so
5794           we can see what's actually going on.
5795
5796 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
5797
5798         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
5799         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
5800         (gst_audio_amplify_set_process_function),
5801         (gst_audio_amplify_setup):
5802         * gst/audiofx/audioamplify.h:
5803         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
5804         (gst_audio_invert_class_init), (gst_audio_invert_setup):
5805         * gst/audiofx/audioinvert.h:
5806         Some small cleanups and port both elements to the new GstAudioFilter
5807         base class to save a few lines of common code.
5808         * gst/audiofx/Makefile.am:
5809         Link against libgstaudio for the above changes
5810
5811 2007-01-29  Wim Taymans  <wim@fluendo.com>
5812
5813         * tests/check/elements/.cvsignore:
5814         Some more ignores.
5815
5816 2007-01-26  Wim Taymans  <wim@fluendo.com>
5817
5818         Patch by: charles <charlesg3 at gmail dot com>
5819
5820         * ext/shout2/gstshout2.c: (gst_shout2send_init),
5821         (set_shout_metadata), (gst_shout2send_event):
5822         * ext/shout2/gstshout2.h:
5823         Properly handle tags in shout2send. Fixes #399825.
5824
5825 2007-01-25  Wim Taymans  <wim@fluendo.com>
5826
5827         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5828         (gst_rtspsrc_activate_streams):
5829         Convert SDP fields to upper/lowercase following the rules in the SDP to
5830         caps document. 
5831
5832 2007-01-25  Wim Taymans  <wim@fluendo.com>
5833
5834         * gst/rtp/README:
5835         * gst/rtp/gstrtpilbcdepay.c:
5836         * gst/rtp/gstrtpilbcpay.c:
5837         * gst/rtp/gstrtpmp4gdepay.c:
5838         * gst/rtp/gstrtpmp4gpay.c:
5839         * gst/rtp/gstrtpspeexdepay.c:
5840         * gst/rtp/gstrtpspeexpay.c:
5841         * gst/rtp/gstrtpsv3vdepay.c:
5842         * gst/rtp/gstrtptheoradepay.c:
5843         * gst/rtp/gstrtptheorapay.c:
5844         * gst/rtp/gstrtpvorbisdepay.c:
5845         * gst/rtp/gstrtpvorbispay.c:
5846         Fix case of encoding-name and key/value pairs to match the document.
5847         This is to make interoperation with SDP case-insensitive as required by
5848         the relevant RFCs.
5849
5850 2007-01-25  Wim Taymans  <wim@fluendo.com>
5851
5852         * configure.ac:
5853         Bump required -core/-base to CVS
5854
5855 2007-01-25  Wim Taymans  <wim@fluendo.com>
5856
5857         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
5858         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
5859         * gst/rtp/gstrtpL16pay.h:
5860         Fill up to MTU using adapter.
5861         Timestamp rtp packets.
5862
5863 2007-01-25  Edward Hervey  <edward@fluendo.com>
5864
5865         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5866         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
5867         Use G_GSIZE_FORMAT in print statements for portability.
5868         Fixes build on macosx.
5869
5870 2007-01-24  Wim Taymans  <wim@fluendo.com>
5871
5872         * gst/rtp/Makefile.am:
5873         * gst/rtp/gstrtp.c: (plugin_init):
5874         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
5875         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
5876         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
5877         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
5878         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
5879         (gst_rtp_L16_depay_plugin_init):
5880         * gst/rtp/gstrtpL16depay.h:
5881         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
5882         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
5883         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
5884         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
5885         (gst_rtp_L16_pay_plugin_init):
5886         * gst/rtp/gstrtpL16pay.h:
5887         Port and enable raw audio payloader/depayloader. Needs a bit more work
5888         on the payloader side.
5889
5890 2007-01-24  Wim Taymans  <wim@fluendo.com>
5891
5892         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
5893         (gst_rtspsrc_stream_configure_transport),
5894         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
5895         * gst/rtsp/gstrtspsrc.h:
5896         Only unblock the udp pads when we linked and activated them all.
5897         Fixes #395688.
5898
5899 2007-01-24  Wim Taymans  <wim@fluendo.com>
5900
5901         * gst/rtp/Makefile.am:
5902         * gst/rtp/gstrtp.c: (plugin_init):
5903         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
5904         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
5905         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
5906         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
5907         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
5908         * gst/rtp/gstrtpac3depay.h:
5909         Added simple AC3 depayloader (RFC 4184).
5910
5911         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
5912         Fix a leak.
5913
5914 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
5915
5916         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5917
5918         * gst/audiofx/Makefile.am:
5919         * gst/audiofx/audioamplify.c:
5920         (gst_audio_amplify_clipping_method_get_type),
5921         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
5922         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
5923         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
5924         (gst_audio_amplify_set_caps),
5925         (gst_audio_amplify_transform_int_clip),
5926         (gst_audio_amplify_transform_int_wrap_negative),
5927         (gst_audio_amplify_transform_int_wrap_positive),
5928         (gst_audio_amplify_transform_float_clip),
5929         (gst_audio_amplify_transform_float_wrap_negative),
5930         (gst_audio_amplify_transform_float_wrap_positive),
5931         (gst_audio_amplify_transform_ip):
5932         * gst/audiofx/audioamplify.h:
5933         * gst/audiofx/audiofx.c: (plugin_init):
5934         Add new element "audioamplify". This allows scaling of raw audio
5935         samples, similar to the "volume" element, but provides different modes
5936         for clipping and allows unlimited amplification. It's mainly targeted
5937         for creative sound design and not as a replacement of the "volume"
5938         element. Fixes #397162
5939         * docs/plugins/Makefile.am:
5940         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5941         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5942         * docs/plugins/gst-plugins-good-plugins.args:
5943         * docs/plugins/inspect/plugin-audiofx.xml:
5944         Add docs for audioamplify and integrate them into the build system
5945         * tests/check/Makefile.am:
5946         * tests/check/elements/audioamplify.c: (setup_amplify),
5947         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
5948         Add fairly extensive unit test suite for audioamplify
5949
5950 2007-01-24  Wim Taymans  <wim@fluendo.com>
5951
5952         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
5953         Unblock pads after adding the pads to the element so that autopluggers
5954         get a change to link something. Possibly fixes #395688.
5955
5956 2007-01-24  Wim Taymans  <wim@fluendo.com>
5957
5958         * gst/rtp/gstrtpamrdepay.c:
5959         * gst/rtp/gstrtpgsmdepay.c:
5960         * gst/rtp/gstrtph263pdepay.c:
5961         * gst/rtp/gstrtph263ppay.c:
5962         * gst/rtp/gstrtph264depay.c:
5963         * gst/rtp/gstrtpilbcdepay.c:
5964         * gst/rtp/gstrtpmp2tdepay.c:
5965         * gst/rtp/gstrtpmp4gdepay.c:
5966         * gst/rtp/gstrtpmp4gpay.c:
5967         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
5968         * gst/rtp/gstrtpmp4vpay.c:
5969         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
5970         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
5971         (gst_rtp_mpa_depay_process):
5972         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
5973         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
5974         * gst/rtp/gstrtppcmadepay.c:
5975         * gst/rtp/gstrtppcmudepay.c:
5976         * gst/rtp/gstrtpspeexdepay.c:
5977         * gst/rtp/gstrtpspeexpay.c:
5978         * gst/rtp/gstrtpsv3vdepay.c:
5979         * gst/rtp/gstrtptheoradepay.c:
5980         * gst/rtp/gstrtptheorapay.c:
5981         * gst/rtp/gstrtpvorbisdepay.c:
5982         * gst/rtp/gstrtpvorbispay.c:
5983         Fix caps with payload numbers.
5984         Add some fixed payload numbers to caps when possible.
5985
5986 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
5987
5988         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5989
5990         * gst/audiofx/Makefile.am:
5991         * gst/audiofx/audiofx.c: (plugin_init):
5992         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
5993         (gst_audio_invert_class_init), (gst_audio_invert_init),
5994         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
5995         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
5996         (gst_audio_invert_transform_float),
5997         (gst_audio_invert_transform_ip):
5998         * gst/audiofx/audioinvert.h:
5999         Add new audiofx element "audioinvert". This element swaps the upper
6000         and lower half of samples and can be used for example for a
6001         wide-stereo effect. Fixes #396057
6002         * docs/plugins/Makefile.am:
6003         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6004         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6005         * docs/plugins/gst-plugins-good-plugins.args:
6006         * docs/plugins/inspect/plugin-audiofx.xml:
6007         Add docs for the audioinvert element and add them to the build system.
6008         * tests/check/Makefile.am:
6009         * tests/check/elements/audioinvert.c: (setup_invert),
6010         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
6011         Add unit test suite for the audioinvert element.
6012
6013 2007-01-23  Wim Taymans  <wim@fluendo.com>
6014
6015         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
6016         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
6017         Parse config params as string and int.
6018         Parse and use AU header length
6019
6020 2007-01-23  Wim Taymans  <wim@fluendo.com>
6021
6022         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
6023         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
6024         * gst/smpte/gstmask.c: (_gst_mask_register):
6025         * gst/smpte/gstmask.h:
6026         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
6027         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
6028         (gst_smpte_paint_triangle_clock):
6029         constify some static structs.
6030         Don't update the mask if nothing changed to the params.
6031         Make sure we never draw outside of the picture. Fixes #398325.
6032
6033 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
6034
6035         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
6036           Error out properly when pull_range fails while we're reading the
6037           headers, instead of just pausing the task silently. Fixes #399338.
6038
6039 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
6040
6041         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6042           Some more sanity checks to make sure the input formats match and the
6043           input pads are actually negotiated, in case someone tries to feed
6044           buffers from fakesrc or filesrc. Fixes #398299.
6045           Also const-ify an array, just because we can.
6046
6047 2007-01-19  Edward Hervey  <edward@fluendo.com>
6048
6049         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
6050         Ignore previous commit, that was only valid for widths and heights
6051         that are multiples of 4.
6052         Copy over size/stride macros from jpegdec. This allows the element
6053         to work with any width,height...
6054         ... but puts in evidence that the actual transformations only work
6055         with width/height that are multiples of 4.
6056
6057 2007-01-19  Edward Hervey  <edward@fluendo.com>
6058
6059         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6060         Allocate buffers of the right size.
6061         The proper size of a I420 buffer in bytes is:
6062         
6063             width * height * 3
6064             ------------------
6065                     2
6066
6067 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6068
6069         * gst/smpte/gstsmpte.c: (gst_smpte_init):
6070           Proxy getcaps on sink pads too, so that we either end up with the
6071           same dimensions on all pads or error out if that's not possible
6072           (seems to work even!). Fixes #398086, I think.
6073
6074 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6075
6076         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6077         * docs/plugins/gst-plugins-good-plugins.args:
6078         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6079           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
6080           fix integer properties with -1 as minimum value.
6081
6082         * docs/plugins/inspect/plugin-1394.xml:
6083         * docs/plugins/inspect/plugin-aasink.xml:
6084         * docs/plugins/inspect/plugin-alaw.xml:
6085         * docs/plugins/inspect/plugin-alpha.xml:
6086         * docs/plugins/inspect/plugin-alphacolor.xml:
6087         * docs/plugins/inspect/plugin-annodex.xml:
6088         * docs/plugins/inspect/plugin-apetag.xml:
6089         * docs/plugins/inspect/plugin-audiofx.xml:
6090         * docs/plugins/inspect/plugin-auparse.xml:
6091         * docs/plugins/inspect/plugin-autodetect.xml:
6092         * docs/plugins/inspect/plugin-avi.xml:
6093         * docs/plugins/inspect/plugin-cacasink.xml:
6094         * docs/plugins/inspect/plugin-cairo.xml:
6095         * docs/plugins/inspect/plugin-cdio.xml:
6096         * docs/plugins/inspect/plugin-cutter.xml:
6097         * docs/plugins/inspect/plugin-debug.xml:
6098         * docs/plugins/inspect/plugin-dv.xml:
6099         * docs/plugins/inspect/plugin-efence.xml:
6100         * docs/plugins/inspect/plugin-effectv.xml:
6101         * docs/plugins/inspect/plugin-esdsink.xml:
6102         * docs/plugins/inspect/plugin-flac.xml:
6103         * docs/plugins/inspect/plugin-flxdec.xml:
6104         * docs/plugins/inspect/plugin-gconfelements.xml:
6105         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6106         * docs/plugins/inspect/plugin-goom.xml:
6107         * docs/plugins/inspect/plugin-halelements.xml:
6108         * docs/plugins/inspect/plugin-icydemux.xml:
6109         * docs/plugins/inspect/plugin-id3demux.xml:
6110         * docs/plugins/inspect/plugin-jpeg.xml:
6111         * docs/plugins/inspect/plugin-level.xml:
6112         * docs/plugins/inspect/plugin-matroska.xml:
6113         * docs/plugins/inspect/plugin-mulaw.xml:
6114         * docs/plugins/inspect/plugin-multipart.xml:
6115         * docs/plugins/inspect/plugin-navigationtest.xml:
6116         * docs/plugins/inspect/plugin-ossaudio.xml:
6117         * docs/plugins/inspect/plugin-png.xml:
6118         * docs/plugins/inspect/plugin-rtp.xml:
6119         * docs/plugins/inspect/plugin-rtsp.xml:
6120         * docs/plugins/inspect/plugin-shout2send.xml:
6121         * docs/plugins/inspect/plugin-smpte.xml:
6122         * docs/plugins/inspect/plugin-speex.xml:
6123         * docs/plugins/inspect/plugin-taglib.xml:
6124         * docs/plugins/inspect/plugin-udp.xml:
6125         * docs/plugins/inspect/plugin-videobalance.xml:
6126         * docs/plugins/inspect/plugin-videobox.xml:
6127         * docs/plugins/inspect/plugin-videoflip.xml:
6128         * docs/plugins/inspect/plugin-videomixer.xml:
6129         * docs/plugins/inspect/plugin-wavenc.xml:
6130         * docs/plugins/inspect/plugin-wavparse.xml:
6131         * docs/plugins/inspect/plugin-ximagesrc.xml:
6132           Update to CVS.
6133
6134 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
6135
6136         Patch by: Sebastian Dröge <slomo circular-chaos org>
6137
6138         * gst/audiofx/audiopanorama.c:
6139           Fix doc section name (Fixes #397946)
6140
6141 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
6142
6143         * sys/v4l2/gstv4l2object.c:
6144         (gst_v4l2_object_install_properties_helper),
6145         (gst_v4l2_object_set_property_helper),
6146         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
6147         * sys/v4l2/gstv4l2object.h:
6148         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6149         (gst_v4l2src_init), (gst_v4l2src_set_property),
6150         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
6151         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6152         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6153         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
6154         (gst_v4l2src_capture_deinit):
6155           Fix EIO handing when capturing. Add new property to specify the number of
6156           buffers to enque (and remove the borked num-buffers usage).
6157
6158 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
6159
6160         Patch by: Sebastian Dröge <slomo circular-chaos org>
6161
6162         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
6163         (gst_audio_panorama_set_process_function):
6164           Use a function array for process methods, add more docs and define the
6165           startindex of enums.
6166
6167 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6168
6169         Patch by: Mark Nauwelaerts <manauw at skynet be>
6170
6171         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
6172         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
6173         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
6174         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
6175         (gst_avi_mux_riff_get_avi_header),
6176         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
6177         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
6178         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
6179         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
6180         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
6181         (gst_avi_mux_change_state):
6182         * gst/avi/gstavimux.h:
6183         * tests/check/elements/avimux.c: (teardown_src_pad):
6184           Add support for more than one audio stream; write better AVIX
6185           header; refactor code a bit; don't announce vorbis caps on our audio
6186           sink pads since we don't support it anyway. Closes #379298.
6187
6188 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
6189
6190         Patch by: Sebastian Dröge <slomo circular-chaos org>
6191
6192         * gst/audiofx/audiopanorama.c:
6193         (gst_audio_panorama_method_get_type),
6194         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
6195         (gst_audio_panorama_set_process_function),
6196         (gst_audio_panorama_set_property),
6197         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
6198         (gst_audio_panorama_transform_m2s_int_simple),
6199         (gst_audio_panorama_transform_s2s_int_simple),
6200         (gst_audio_panorama_transform_m2s_float_simple),
6201         (gst_audio_panorama_transform_s2s_float_simple):
6202         * gst/audiofx/audiopanorama.h:
6203           Add 'method' property and provide a simple (non-psychoacustic)
6204           processing method (#394859).
6205
6206         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
6207         (panorama_suite):
6208           Tests for new method.
6209
6210 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6211
6212         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
6213         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
6214           Set correct caps on outgoing pulled buffers, or things blow up
6215           after recent core changes.
6216
6217 2007-01-11  Wim Taymans  <wim@fluendo.com>
6218
6219         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6220
6221         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
6222         (gst_multipart_mux_request_new_pad),
6223         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
6224         (gst_multipart_mux_change_state):
6225         Return FLOW errors ASAP. Fixes #394977.
6226         Misc cleanups.
6227
6228 2007-01-11  Wim Taymans  <wim@fluendo.com>
6229
6230         Patch by: Lutz Mueller <lutz at topfrose dot de>
6231
6232         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
6233         Check for stream pad before activating. 
6234
6235 2007-01-10  Wim Taymans  <wim@fluendo.com>
6236
6237         Patch by: Peter Kjellerstedt  <pkj at axis com>
6238
6239         * gst/rtsp/COPYING.MIT:
6240         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6241         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
6242         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
6243         (gst_rtspsrc_stream_configure_transport),
6244         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
6245         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
6246         (gst_rtspsrc_parse_methods),
6247         (gst_rtspsrc_create_transports_string),
6248         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
6249         (gst_rtspsrc_open), (gst_rtspsrc_close):
6250         * gst/rtsp/gstrtspsrc.h:
6251         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6252         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
6253         (parse_request_line), (parse_line), (rtsp_connection_read),
6254         (rtsp_connection_close):
6255         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
6256         (rtsp_method_as_text), (rtsp_header_as_text),
6257         (rtsp_status_as_text), (rtsp_find_header_field),
6258         (rtsp_find_method):
6259         * gst/rtsp/rtspdefs.h:
6260         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
6261         (rtsp_ext_wms_configure_stream):
6262         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
6263         (rtsp_message_new_request), (rtsp_message_init_request),
6264         (rtsp_message_new_response), (rtsp_message_init_response),
6265         (rtsp_message_init_data), (rtsp_message_unset),
6266         (rtsp_message_free), (rtsp_message_add_header),
6267         (rtsp_message_get_header), (rtsp_message_set_body),
6268         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
6269         * gst/rtsp/rtspmessage.h:
6270         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
6271         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
6272         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
6273         (sdp_message_dump):
6274         Allow url to be NULL to be able to use it for server connections.
6275         Can now send responses as well as requests.
6276         No longer hangs in an endless loop if EOF is received.
6277         Can now convert a status code to a text string.
6278         Return RTSP_HDR_INVALID for unknown headers.
6279         Return RTSP_INVALID for unknown methods.
6280         Copy CSeq and Session headers from the request.
6281         Only free memory corresponding to the currently set message type.
6282         Added const to function arguments as appropriate.
6283         Avoid a compiler warning when initializing nmedia.
6284         Use guint rather than gint to avoid compiler warnings.
6285         Fix crasher in wms extension.
6286         Factor out stream setup from open_connection.
6287         Delay activation of streams when actual data is received from the
6288         server, this prepares us to do proper protocol switching.
6289         Added new license.
6290         Fixes #380895.
6291
6292
6293 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
6294
6295         Patch by: Sebastian Dröge <slomo ubuntu com>
6296
6297         * docs/plugins/Makefile.am:
6298         * gst/audiofx/audiopanorama.c:
6299           Some small docs fixes (#394851).
6300
6301 2007-01-09  Wim Taymans  <wim@fluendo.com>
6302
6303         * gst/avi/gstavidemux.c:
6304         Fix docs.
6305
6306 2007-01-09  Wim Taymans  <wim@fluendo.com>
6307
6308         * gst/rtp/Makefile.am:
6309         * gst/rtp/gstrtp.c: (plugin_init):
6310         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
6311         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
6312         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
6313         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
6314         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
6315         * gst/rtp/gstrtpmpvdepay.h:
6316           Added RFC 2250 MPEG Video Depayloader.
6317
6318         * gst/rtp/gstrtpL16depay.h:
6319         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
6320         (gst_rtp_h263p_depay_process):
6321         Fix Header file. Small cleanups.
6322
6323         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
6324         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
6325         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
6326         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
6327         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
6328         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
6329         (gst_rtp_mp4v_depay_change_state):
6330         Remove usused code. Remove Adapter from state Change. Added debug.
6331
6332         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
6333         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
6334         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
6335         * gst/rtp/gstrtpmpadepay.h:
6336         Subclass base depayloader.
6337         Added debug.
6338         Support static payload type assignment as well.
6339
6340         * gst/rtp/gstrtpmpapay.c:
6341         Fix caps.
6342
6343 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6344
6345         Patch by: Vincent Torri  <vtorri at univ-evry fr>
6346
6347         * ext/jpeg/gstjpegdec.c:
6348         * ext/jpeg/gstjpegenc.c:
6349         * ext/jpeg/smokecodec.c:
6350           These libjpeg callbacks should return a 'boolean' (unsigned char
6351           apparently) and not a 'gboolean' (which maps to gint). Fixes
6352           warnings when compiling with MingW (#393427).
6353
6354         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6355           Use ioctlsocket on win32.
6356
6357         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6358           Some printf format fixes for win32.
6359
6360 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
6361
6362         * gst/cutter/gstcutter.c: (gst_cutter_chain):
6363           Use gst_guint64_to_gdouble for conversion.
6364         * win32/vs6/libgstmatroska.dsp:
6365           Add zlib to the link.
6366         * win32/vs6/libgstvideobox.dsp:
6367           Update liboil library name (project is linked to 
6368           liboil-0.3-0.lib now).
6369           
6370 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6371
6372         * gst/matroska/Makefile.am:
6373           If zlib is available and used, we must link it explicitly for
6374           things to work on MingW (fixes #392855).
6375
6376 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
6377
6378         * ext/esd/esdsink.c: (gst_esdsink_delay):
6379           Don't return bogus values when esd_get_delay() fails for some
6380           reason (#392189).
6381
6382 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6383
6384         * sys/ximage/gstximagesrc.c: (composite_pixel):
6385           Fix presumably copy'n'pasto for 16bpp depth.
6386
6387 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6388
6389         * gst/matroska/matroska-mux.c:
6390         (gst_matroska_mux_audio_pad_setcaps):
6391           The "signed" field in audio caps is of boolean type, trying to use
6392           gst_structure_get_int() to extract it will fail. Fixing this makes
6393           matroskamux accept raw audio input (#387121) (use at your own risk
6394           though, due to the matroska spec being not entirely useful in this
6395           respect).
6396           Also fix up raw audio structures in template caps so that they
6397           represent what our setcaps function will actually accept, so that
6398           converters know what to convert to.
6399           Finally, don't fail if there isn't an "endianness" field in 8-bit
6400           PCM caps.
6401
6402 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
6403
6404         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6405         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6406         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6407         (teardown_cmmldec):
6408         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6409         (teardown_cmmlenc):
6410         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6411           reapply consistent pad (de)activation
6412
6413 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
6414
6415         * configure.ac:
6416         Back to CVS
6417
6418         * gst-plugins-good.doap:
6419         Add 0.10.5 doap entry
6420
6421 === release 0.10.5 ===
6422
6423 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
6424
6425         * configure.ac:
6426           releasing 0.10.5, "The Path of Thorns"
6427
6428 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6429
6430         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6431         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6432         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6433         (teardown_cmmldec):
6434         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6435         (teardown_cmmlenc):
6436         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6437           revert my freeze breakage
6438
6439 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6440
6441         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6442         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6443         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6444         (teardown_cmmldec):
6445         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6446         (teardown_cmmlenc):
6447         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6448           consistent pad (de)activation
6449
6450 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
6451
6452         * configure.ac:
6453         * ext/Makefile.am:
6454         Disable LADPSA, as it has moved to the -bad module for the duration.
6455
6456 2006-12-18  Wim Taymans  <wim@fluendo.com>
6457
6458         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
6459         (gst_signal_processor_event):
6460         Reset flow_state back to _OK after a flush stop so that we exit our
6461         error state after the flush. Fixes #374213
6462
6463 2006-12-16  David Schleef  <ds@schleef.org>
6464
6465         * sys/osxvideo/osxvideosink.h:
6466         * sys/osxvideo/osxvideosink.m:
6467           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
6468
6469 2006-12-16  David Schleef  <ds@schleef.org>
6470
6471         Patch by: Vijay Santhanam <vijay santhanam gmail com>
6472
6473         * sys/osxvideo/Makefile.am:
6474         * sys/osxvideo/osxvideosink.h:
6475         * sys/osxvideo/osxvideosink.m:
6476           Preliminary patch for porting osxvideosink
6477
6478 2006-12-16  Wim Taymans  <wim@fluendo.com>
6479
6480         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6481
6482         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
6483         (gst_videomixer_set_master_geometry),
6484         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
6485         (gst_videomixer_reset), (gst_videomixer_init),
6486         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
6487         (gst_videomixer_release_pad), (gst_videomixer_collected),
6488         (gst_videomixer_change_state):
6489         Introduce some locking around the videomixer state so that it does not
6490         crash when adding/removing pads. Fixes #383043.
6491
6492 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6493
6494         * configure.ac:
6495           Make sure libcaca can actually be used instead of just checking for
6496           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
6497           cross-compiling (fixes #384587).
6498
6499 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6500
6501         * Makefile.am:
6502         * gst-plugins-good.doap:
6503         * gst-plugins-good.spec.in:
6504           adding doap file
6505
6506 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6507
6508         * configure.ac:
6509           libflac-1.1.3 changed API again, but we can't build against it yet,
6510           so make sure our check doesn't use libflac-1.1.3 and add a comment
6511           to this effect.
6512
6513 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6514
6515         * gst/effectv/gstquark.c: (gst_quarktv_transform),
6516         (gst_quarktv_planetable_clear):
6517           Add some NULL pointer checks (possibly related to #385623).
6518
6519 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
6520
6521         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
6522         (gst_tag_demux_chain):
6523         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
6524           In streaming mode, if the first buffer we get doesn't have an
6525           offset, fix it up to be 0, otherwise trimming won't work later on
6526           and we'll be typefinding application/x-id3, which may result in
6527           decodebin plugging an endless number of id3demux elements as a
6528           consequence. Fixes #385031.
6529           
6530 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6531
6532         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
6533           Ignore the buffer_time the sound device reports. Turns out it is 
6534           sometimes completely bogus and we're better off without it.
6535
6536 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6537
6538         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6539         (gst_matroska_demux_video_caps):
6540         * gst/matroska/matroska-ids.c:
6541         (gst_matroska_track_init_video_context):
6542         * gst/matroska/matroska-ids.h:
6543           Try harder to extract the framerate for video tracks correctly and
6544           save it directly instead of converting it back and forth a few
6545           times. Mostly makes a difference for very small framerates (<1).
6546           Fixes #380199.
6547
6548 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6549
6550         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
6551         (gst_gconf_audio_src_dispose), (do_toggle_element):
6552         * ext/gconf/gstgconfaudiosrc.h:
6553           Remove gconf notify hook when the gconfaudiosrc element is
6554           destroyed, otherwise the callback may be called on an
6555           already-destroyed instance and bad things happen. Should fix
6556           #378184.
6557           Also ignore gconf key changes when the source is already running.
6558
6559 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6560
6561         Patch by: Sebastian Dröge  <mail at slomosnail de>
6562
6563         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6564           We need to be able to read and parse any possible floating point string
6565           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
6566           will parse the former only in certain locales though, so we really need
6567           to canonicalise the separator to '.' and then use g_ascii_strtod() to
6568           make sure we can parse either version at all times.
6569           Fixes #382982 for real.
6570
6571 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6572
6573         * sys/sunaudio/gstsunaudiomixerctrl.c:
6574         * sys/sunaudio/gstsunaudiosrc.c:
6575
6576         Use the sunaudio debug category.
6577
6578         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
6579         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
6580         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
6581         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
6582         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
6583         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
6584         (gst_sunaudiosink_reset):
6585         * sys/sunaudio/gstsunaudiosink.h:
6586
6587         Uses the sunaudio debug category for all debug output
6588         Implements the _delay() callback to synchronise video playback better
6589         Change the segtotal and segsize values back to the parent class 
6590           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
6591           respectively)
6592         Measure the samples written to the device vs. played.
6593         Keep track of segments in the device by writing empty eof frames, and
6594         sleep using a GCond when we get too far ahead and risk overrunning the
6595         sink's ringbuffer.
6596
6597         Fixes: #360673
6598
6599 2006-12-08  Wim Taymans  <wim@fluendo.com>
6600
6601         Patch by: Sebastian Dröge  <mail at slomosnail de >
6602
6603         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6604         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
6605         * gst/audiofx/audiopanorama.h:
6606         Fix audiopanorame with float samples. Fixes #383726.
6607
6608 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6609
6610         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
6611         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
6612         (gst_sunaudiosrc_reset):
6613
6614         Implement reset functions to unblock the src/sink more quickly on 
6615         state change requests.
6616         Patch by: Brian Cameron <brian dot cameron at sun com>
6617
6618 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6619
6620         * sys/sunaudio/gstsunaudiomixer.c:
6621         (gst_sunaudiomixer_change_state):
6622         Construct the correct mixer device name when the AUDIODEV env var
6623         is set.
6624
6625         Patch by: Jerry Tan <jerry.tan at sun dot com>
6626         Fixes: #383596
6627
6628 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6629
6630         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
6631         Apply patch to open the mixer control and set the MULTIPLE_OPEN
6632         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
6633         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
6634         Patch by: Jerry Tan <jerry.tan at sun dot com>
6635         Fixes: #349015
6636
6637 2006-12-07  Wim Taymans  <wim@fluendo.com>
6638
6639         * gst/smpte/gstmask.h:
6640         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
6641         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
6642         (gst_smpte_collected), (gst_smpte_set_property),
6643         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
6644         * gst/smpte/gstsmpte.h:
6645         Port to 0.10 some more. 
6646         Added duration property to specify the duration of the transition.
6647         Make framerate a fraction.
6648         Deprecate fps property, we only use negotiated fps.
6649         Added docs.
6650         Fix collectpad usage.
6651         Reset state in READY.
6652         Send NEWSEGMENT event.
6653         Fix racy updates of object properties.
6654         Added debug category.
6655         Fixes #383323.
6656
6657 2006-12-06  Wim Taymans  <wim@fluendo.com>
6658
6659         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6660
6661         * gst/videomixer/videomixer.c:
6662         (gst_videomixer_set_master_geometry),
6663         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
6664         Don't reset xpos and ypos in the setcaps function because causes
6665         unexpected behaviour.
6666         Fixes #382179.
6667
6668 2006-12-06  Wim Taymans  <wim@fluendo.com>
6669
6670         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
6671         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
6672         Keep track of the buffer timestamp in the collectdata member instead
6673         of modifying the buffer without making the metadata writable first.
6674         Fixes #382277.
6675
6676 2006-12-06  Wim Taymans  <wim@fluendo.com>
6677
6678         Patch by: Rob Taylor <robtaylor at floopily dot org>
6679
6680         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
6681         If using multicast in udpsrc, bind to the multicast address rather than
6682         IN_ADDR_ANY.
6683         This allows the simultanous use of multiple udpsrcs listening on
6684         different multicat addresses. Without this all udpsrcs will receive all
6685         packets from all subscribed multicast addresses.
6686         Fixes #383001.
6687
6688 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6689
6690         * ext/taglib/gstid3v2mux.cc:
6691         Don't attempt to write a NULL frame into the ID3 tag set when the 
6692         createFrame method returned NULL.
6693         Fixes: #381857
6694         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
6695
6696 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6697
6698         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6699         Use g_strtod() instead of sscanf to parse doubles, so that it will
6700         try parsing in the C locale if the current locale fails.
6701         Fixes: #382982
6702         Patch by: Sebastian Dröge  <mail at slomosnail de >
6703
6704 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
6705
6706         * win32/MANIFEST:
6707         Fix compilation on win32 under VS8
6708         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
6709         Partially fixes #381175
6710
6711 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6712
6713         * gst/avi/gstavimux.c:
6714           accept all mpegversions,fixes #380825
6715           spotted by: Jerome Alet  
6716
6717 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6718
6719         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6720         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
6721         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
6722         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
6723           cleanup the error message a bit more
6724
6725 2006-11-28  Wim Taymans  <wim@fluendo.com>
6726
6727         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
6728         Fix width and height properties.
6729
6730         * ext/libcaca/gstcacasink.h:
6731         Fix compilation on newer libcaca that require us to include a new
6732         header. Fixes #379918.
6733
6734 2006-11-28  Wim Taymans  <wim@fluendo.com>
6735
6736         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6737         * gst/rtsp/gstrtspsrc.h:
6738         * gst/rtsp/rtspext.h:
6739         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
6740         (rtsp_ext_wms_get_context):
6741         Add method so that extensions can choose to disable the setup of
6742         a stream.
6743         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
6744
6745 2006-11-27  Wim Taymans  <wim@fluendo.com>
6746
6747         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6748
6749         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6750         Push header in a separate buffer instead of memcpy:ing all data.
6751         Change LF => CRLF in headers.
6752         Move trailing LF to header. Fixes #379792.
6753
6754 2006-11-27  Wim Taymans  <wim@fluendo.com>
6755
6756         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
6757         Small buffer overflow fix and improve debugging.
6758
6759 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6760
6761         * ext/esd/esdmon.h:
6762         * ext/esd/esdsink.h:
6763           remove obsolete _factory_init protos
6764
6765 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6766
6767         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
6768         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
6769         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
6770         (gst_avi_demux_read_subindexes_push),
6771         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
6772         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6773         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
6774         (gst_avi_demux_massage_index),
6775         (gst_avi_demux_calculate_durations_from_index),
6776         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
6777         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
6778         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
6779           remove dead code, tweak debugs statements, add comments, use
6780           _uint64_scale instead _uint64_scale_int when using guint64 values,
6781           small optimizations, reflow some error handling
6782
6783 2006-11-22  Edward Hervey  <edward@fluendo.com>
6784
6785         * po/.cvsignore:
6786         We never put .pot files in cvs. Let's ignore them all.
6787
6788 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6789
6790         * po/POTFILES.in:
6791           ... but better exclude files that aren't disted.
6792
6793 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6794
6795         * po/POTFILES.in:
6796           Add v4l2 source files to list of files with translations, so the
6797           strings are actually extracted (however bad they still may be).
6798
6799 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6800
6801         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
6802           Minor clean-ups: const-ify static array, remove trailing comma from
6803           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
6804
6805 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
6806
6807         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
6808         Make sure that g_free always gets called on the same pointer that was 
6809         returned by g_malloc.  Fixes #376594.
6810         Do not leak memory if decompressed size is wrong.
6811         Remove unneeded check of return value of g_malloc.
6812         Patch by: René Stadler <mail@renestadler.de>
6813
6814 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
6815
6816         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
6817           Add missing curly brackets.
6818
6819 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
6820
6821         * sys/v4l2/v4l2src_calls.c:
6822         Fix capture_deinit.
6823
6824 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6825
6826         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
6827         (gst_matroska_mux_request_new_pad):
6828           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
6829
6830         * tests/check/elements/matroskamux.c: (setup_src_pad),
6831         (setup_sink_pad), (GST_START_TEST):
6832         Activate pads before using them.
6833
6834 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6835
6836         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
6837           Initialise variable to get rid of bogus compiler warning.
6838
6839 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
6840
6841         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
6842
6843         * gst/rtp/gstrtph263pay.c:
6844         * gst/rtp/gstrtph263pdepay.c:
6845         * gst/rtp/gstrtph263ppay.c:
6846           Specify H.263 variant and version in the caps (fixes #361637)
6847
6848 2006-11-15  Wim Taymans  <wim@fluendo.com>
6849
6850         * gst/rtsp/rtspconnection.c: (read_body):
6851         Don't set a data pointer to NULL and a size > 0 when we deal
6852         with empty packets.
6853
6854         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
6855         (rtsp_message_init_response), (rtsp_message_init_data),
6856         (rtsp_message_unset), (rtsp_message_free),
6857         (rtsp_message_take_body):
6858         Check that we can't create invalid empty packets. 
6859
6860 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
6861
6862         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6863
6864         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
6865         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
6866         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
6867         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6868         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
6869         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
6870         * gst/matroska/matroska-mux.h:
6871           Add basic tag writing support; implement releasing pads (#374658).
6872
6873 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
6874
6875         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6876         (gst_matroska_demux_audio_caps):
6877           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
6878
6879 2006-11-14  David Schleef  <ds@schleef.org>
6880
6881         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
6882
6883 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6884
6885         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
6886
6887         * win32/vs8/gst-plugins-good.sln:
6888         * win32/vs8/libgst1394.vcproj:
6889         * win32/vs8/libgstaasink.vcproj:
6890         * win32/vs8/libgstalaw.vcproj:
6891         * win32/vs8/libgstalpha.vcproj:
6892         * win32/vs8/libgstalphacolor.vcproj:
6893         * win32/vs8/libgstannodex.vcproj:
6894         * win32/vs8/libgstapetag.vcproj:
6895         * win32/vs8/libgstaudiofx.vcproj:
6896         * win32/vs8/libgstauparse.vcproj:
6897         * win32/vs8/libgstautodetect.vcproj:
6898         * win32/vs8/libgstavi.vcproj:
6899         * win32/vs8/libgstcacasink.vcproj:
6900         * win32/vs8/libgstcdio.vcproj:
6901         * win32/vs8/libgstcutter.vcproj:
6902         * win32/vs8/libgstdv.vcproj:
6903         * win32/vs8/libgsteffectv.vcproj:
6904         * win32/vs8/libgstflac.vcproj:
6905         * win32/vs8/libgstflxdec.vcproj:
6906         * win32/vs8/libgstgoom.vcproj:
6907         * win32/vs8/libgsticydemux.vcproj:
6908         * win32/vs8/libgstid3demux.vcproj:
6909         * win32/vs8/libgstjpeg.vcproj:
6910         * win32/vs8/libgstladspa.vcproj:
6911         * win32/vs8/libgstlevel.vcproj:
6912         * win32/vs8/libgstmatroska.vcproj:
6913         * win32/vs8/libgstmikmod.vcproj:
6914         * win32/vs8/libgstmng.vcproj:
6915         * win32/vs8/libgstmonoscope.vcproj:
6916         * win32/vs8/libgstmulaw.vcproj:
6917         * win32/vs8/libgstmultipart.vcproj:
6918         * win32/vs8/libgstpng.vcproj:
6919         * win32/vs8/libgstrtp.vcproj:
6920         * win32/vs8/libgstrtsp.vcproj:
6921         * win32/vs8/libgstshout2.vcproj:
6922         * win32/vs8/libgstsmpte.vcproj:
6923         * win32/vs8/libgstspeex.vcproj:
6924         * win32/vs8/libgsttaglib.vcproj:
6925         * win32/vs8/libgstudp.vcproj:
6926         * win32/vs8/libgstvideobalance.vcproj:
6927         * win32/vs8/libgstvideobox.vcproj:
6928         * win32/vs8/libgstvideoflip.vcproj:
6929         * win32/vs8/libgstvideomixer.vcproj:
6930         * win32/vs8/libgstwavenc.vcproj:
6931         * win32/vs8/libgstwavparse.vcproj:
6932           Make end-of-line returns unixy, so that when the files are checked
6933           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
6934           Hopefully fixes #366492.
6935
6936 2006-11-14  Wim Taymans  <wim@fluendo.com>
6937
6938         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
6939         Disable init_frames delay timestamp adjustment, it does not
6940         seem to be needed at all. Fixes #369621.
6941
6942 2006-11-13  Wim Taymans  <wim@fluendo.com>
6943
6944         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6945
6946         * gst/videomixer/videomixer.c:
6947         (gst_videomixer_set_master_geometry),
6948         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
6949         (gst_videomixer_collect_free), (gst_videomixer_reset),
6950         (gst_videomixer_init), (gst_videomixer_finalize),
6951         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
6952         (gst_videomixer_collected), (gst_videomixer_change_state):
6953         Fix memleak by unref'ing collectpads instance (when finalizing)
6954         Implement releasing a request pad. Fixes #374479.
6955
6956 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
6957
6958         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
6959
6960         * win32/vs8/gst-plugins-good.sln:
6961         * win32/vs8/libgst1394.vcproj:
6962         * win32/vs8/libgstaasink.vcproj:
6963         * win32/vs8/libgstalaw.vcproj:
6964         * win32/vs8/libgstalpha.vcproj:
6965         * win32/vs8/libgstalphacolor.vcproj:
6966         * win32/vs8/libgstannodex.vcproj:
6967         * win32/vs8/libgstapetag.vcproj:
6968         * win32/vs8/libgstaudiofx.vcproj:
6969         * win32/vs8/libgstauparse.vcproj:
6970         * win32/vs8/libgstautodetect.vcproj:
6971         * win32/vs8/libgstavi.vcproj:
6972         * win32/vs8/libgstcacasink.vcproj:
6973         * win32/vs8/libgstcdio.vcproj:
6974         * win32/vs8/libgstcutter.vcproj:
6975         * win32/vs8/libgstdv.vcproj:
6976         * win32/vs8/libgsteffectv.vcproj:
6977         * win32/vs8/libgstflac.vcproj:
6978         * win32/vs8/libgstflxdec.vcproj:
6979         * win32/vs8/libgstgoom.vcproj:
6980         * win32/vs8/libgsticydemux.vcproj:
6981         * win32/vs8/libgstid3demux.vcproj:
6982         * win32/vs8/libgstjpeg.vcproj:
6983         * win32/vs8/libgstladspa.vcproj:
6984         * win32/vs8/libgstlevel.vcproj:
6985         * win32/vs8/libgstmatroska.vcproj:
6986         * win32/vs8/libgstmikmod.vcproj:
6987         * win32/vs8/libgstmng.vcproj:
6988         * win32/vs8/libgstmonoscope.vcproj:
6989         * win32/vs8/libgstmulaw.vcproj:
6990         * win32/vs8/libgstmultipart.vcproj:
6991         * win32/vs8/libgstpng.vcproj:
6992         * win32/vs8/libgstrtp.vcproj:
6993         * win32/vs8/libgstrtsp.vcproj:
6994         * win32/vs8/libgstshout2.vcproj:
6995         * win32/vs8/libgstsmpte.vcproj:
6996         * win32/vs8/libgstspeex.vcproj:
6997         * win32/vs8/libgsttaglib.vcproj:
6998         * win32/vs8/libgstudp.vcproj:
6999         * win32/vs8/libgstvideobalance.vcproj:
7000         * win32/vs8/libgstvideobox.vcproj:
7001         * win32/vs8/libgstvideoflip.vcproj:
7002         * win32/vs8/libgstvideomixer.vcproj:
7003         * win32/vs8/libgstwavenc.vcproj:
7004         * win32/vs8/libgstwavparse.vcproj:
7005           Add VS8 project files (note that many of the plugins in ext are
7006           disabled by default). Fixes #366492.
7007
7008 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
7009
7010         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7011           we do not translate debug messages
7012
7013 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
7014
7015         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
7016           fix categorisation, make short desc more explicit, remove unused code
7017           Fixes #372021
7018
7019 2006-11-08  Wim Taymans  <wim@fluendo.com>
7020
7021         * gst/rtp/gstrtpL16depay.c:
7022         * gst/rtp/gstrtpamrdepay.c:
7023         * gst/rtp/gstrtpamrpay.c:
7024         * gst/rtp/gstrtpgsmdepay.c:
7025         * gst/rtp/gstrtph263pay.c:
7026         * gst/rtp/gstrtph263pdepay.c:
7027         * gst/rtp/gstrtph263ppay.c:
7028         * gst/rtp/gstrtph264depay.c:
7029         * gst/rtp/gstrtpmp2tdepay.c:
7030         * gst/rtp/gstrtpmp4gdepay.c:
7031         * gst/rtp/gstrtpmp4gpay.c:
7032         * gst/rtp/gstrtpmp4vdepay.c:
7033         * gst/rtp/gstrtpmp4vpay.c:
7034         * gst/rtp/gstrtpmpadepay.c:
7035         * gst/rtp/gstrtpmpapay.c:
7036         * gst/rtp/gstrtppcmadepay.c:
7037         * gst/rtp/gstrtppcmapay.c:
7038         * gst/rtp/gstrtppcmudepay.c:
7039         * gst/rtp/gstrtppcmupay.c:
7040         * gst/rtp/gstrtpspeexdepay.c:
7041         * gst/rtp/gstrtpspeexpay.c:
7042         * gst/rtp/gstrtpsv3vdepay.c:
7043         Fix element descriptions.
7044
7045 2006-11-08  Wim Taymans  <wim@fluendo.com>
7046
7047         * gst/rtp/gstrtpvorbisdepay.c:
7048         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
7049         Fix description.
7050         Small cleanup in the payloader.
7051
7052 2006-11-08  Wim Taymans  <wim@fluendo.com>
7053
7054         * gst/rtp/Makefile.am:
7055         * gst/rtp/gstrtp.c: (plugin_init):
7056         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
7057         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
7058         (gst_rtp_theora_depay_finalize),
7059         (gst_rtp_theora_depay_parse_configuration),
7060         (gst_rtp_theora_depay_setcaps),
7061         (gst_rtp_theora_depay_switch_codebook),
7062         (gst_rtp_theora_depay_process),
7063         (gst_rtp_theora_depay_set_property),
7064         (gst_rtp_theora_depay_get_property),
7065         (gst_rtp_theora_depay_change_state),
7066         (gst_rtp_theora_depay_plugin_init):
7067         * gst/rtp/gstrtptheoradepay.h:
7068         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
7069         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
7070         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
7071         (gst_rtp_theora_pay_init_packet),
7072         (gst_rtp_theora_pay_flush_packet),
7073         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
7074         (gst_rtp_theora_pay_handle_buffer),
7075         (gst_rtp_theora_pay_plugin_init):
7076         * gst/rtp/gstrtptheorapay.h:
7077         Add theora pay/depayloaders.
7078
7079 2006-11-06  Wim Taymans  <wim@fluendo.com>
7080
7081         * gst/rtp/Makefile.am:
7082         We depend on gsttag to generate the vorbis comments.
7083
7084         * gst/rtp/gstrtpvorbisdepay.c:
7085         (gst_rtp_vorbis_depay_parse_configuration),
7086         (gst_rtp_vorbis_depay_setcaps),
7087         (gst_rtp_vorbis_depay_switch_codebook),
7088         (gst_rtp_vorbis_depay_process):
7089         * gst/rtp/gstrtpvorbisdepay.h:
7090         Parse configuration string in the depayloader.
7091         Implement selecting and switching to a new codebook.
7092         Receiving vorbis over RTP now works.
7093
7094         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
7095         (gst_rtp_vorbis_pay_init_packet),
7096         (gst_rtp_vorbis_pay_finish_headers),
7097         (gst_rtp_vorbis_pay_handle_buffer):
7098         * gst/rtp/gstrtpvorbispay.h:
7099         Set timestamps on outgoing buffers and RTP packets.
7100         Fix configuration string, prepend number of Packet headers.
7101         Fix encoding of ident string.
7102         Add delivery-method to caps.
7103         Streaming vorbis over RTP now works.
7104
7105 2006-11-06  Wim Taymans  <wim@fluendo.com>
7106
7107         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7108         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
7109         (gst_rtp_vorbis_pay_handle_buffer):
7110         * gst/rtp/gstrtpvorbispay.h:
7111         Generate a valid configuration string in the caps based on the
7112         vorbis headers.
7113
7114 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7115
7116         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
7117         * ext/cdio/gstcdio.h:
7118         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
7119           Move CD-TEXT utility function into common file so it can also be
7120           used by a future cdioparanoiasrc.
7121
7122 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
7123         
7124         * sys/v4l2/Makefile.am:
7125         * sys/v4l2/gstv4l2object.c:
7126         * sys/v4l2/gstv4l2src.c:
7127         * sys/v4l2/gstv4l2xoverlay.c:
7128         * sys/v4l2/v4l2_calls.c:
7129         * sys/v4l2/v4l2src_calls.c:
7130         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
7131         xoverlay code that is still not implemented.
7132
7133 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
7134
7135         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
7136           We require a -base more recent than 0.10.9, so it's safe to use
7137           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
7138
7139         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
7140         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
7141           Use _newsegment_full() now that we depend on a recent enough core.
7142
7143         * gst/wavparse/gstwavparse.c:
7144           Remove cruft that we don't need any longer now that we depend on
7145           a recent enough -base.
7146
7147 2006-10-31  Wim Taymans  <wim@fluendo.com>
7148
7149         * gst/rtp/Makefile.am:
7150         * gst/rtp/gstrtp.c: (plugin_init):
7151         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
7152         (gst_rtpilbcpay_setcaps):
7153         Fix and activate ILBC pay and depayloaders. Fixes #368162.
7154
7155 2006-10-31  Wim Taymans  <wim@fluendo.com>
7156
7157         * ext/speex/gstspeexdec.c: (speex_dec_convert),
7158         (speex_dec_sink_event), (speex_dec_chain_parse_header):
7159         Some small cleanups, use _scale.
7160
7161 2006-10-31  Wim Taymans  <wim@fluendo.com>
7162
7163         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
7164         Use higher precision scale function.
7165
7166 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
7167
7168         Patch by: Michal Benes  <michal dot benes at itonis tv>
7169
7170         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
7171         (gst_matroska_demux_read_track_encodings),
7172         (gst_matroska_decode_buffer):
7173           Fix several issues with encoded/compressed/encrypted/signed tracks;
7174           also, remove superfluous newline characters from some debug
7175           statements. (#366155)
7176
7177 2006-10-30  Wim Taymans  <wim@fluendo.com>
7178
7179         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
7180         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
7181         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
7182         (gst_smokedec_change_state):
7183         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
7184         (gst_smokeenc_init), (gst_smokeenc_finalize),
7185         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
7186         (gst_smokeenc_resync), (gst_smokeenc_chain),
7187         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
7188         (gst_smokeenc_change_state):
7189         Various cleanups, capsnego and leak fixes.
7190
7191 2006-10-30  Wim Taymans  <wim@fluendo.com>
7192
7193         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7194
7195         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
7196         Fix videomixer so that it can handle any combination of framerates.
7197         Fixes #367221.
7198
7199 2006-10-28  Wim Taymans  <wim@fluendo.com>
7200
7201         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7202         (gst_avi_demux_parse_file_header),
7203         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
7204         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
7205         (gst_avi_demux_chain):
7206         Fix position query for audio. also fixes timestamps in streaming
7207         mode and bug #364958.
7208         Small cleanups.
7209
7210 2006-10-27  Wim Taymans  <wim@fluendo.com>
7211
7212         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
7213         * ext/libpng/gstpngenc.h:
7214         Fix strides. Fixes #364856.
7215         Cleanup capsnego.
7216         Set caps on outgoing buffers.
7217
7218 2006-10-18  Wim Taymans  <wim@fluendo.com>
7219
7220         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
7221
7222         * gst/rtp/gstrtpgsmpay.c:
7223         * gst/rtp/gstrtph263pay.c:
7224         * gst/rtp/gstrtpmpapay.c:
7225         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
7226         (gst_rtp_pcma_pay_handle_buffer):
7227         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
7228         Add static payload numbers in addition to the dynamic ones.
7229         Fixes #361639.
7230
7231 2006-10-18  Wim Taymans  <wim@fluendo.com>
7232
7233         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7234         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
7235         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
7236         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
7237         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
7238         * gst/rtsp/rtspdefs.h:
7239         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7240         * gst/rtsp/rtspurl.h:
7241         Reuse already existing enum for lower transport.
7242         Add rtspt and rtspu protocols.
7243         Send redirect to rtspt when udp times out.
7244
7245 2006-10-18  Wim Taymans  <wim@fluendo.com>
7246
7247         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
7248         (gst_wavparse_stream_data):
7249         Fix seeking some more, mostly for speed changes.
7250
7251 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7252
7253         Patch by: Fredrik Persson  <frepe at bredband net>
7254
7255         * sys/v4l2/gstv4l2tuner.c:
7256         * sys/v4l2/gstv4l2tuner.h:
7257           Fix _set_channel(): remove useless g_object_notify() for "channel"
7258           property that doesn't exist any longer and therefore now also
7259           useless redirect (#338818).
7260
7261 2006-10-17  Wim Taymans  <wim@fluendo.com>
7262
7263         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
7264         Some drivers do not support unsetting the non-blocking flag once the
7265         device is opened. In those cases, close/open the device in
7266         non-blocking mode. Fixes #362673.
7267
7268 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7269
7270         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7271         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7272         (gst_v4l2src_get_fps):
7273           dear stefan, framespersecond is not frameperiod, reverting but adding
7274           comment
7275
7276 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7277
7278         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7279         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7280         (gst_v4l2src_get_fps):
7281           Numerator is numerator and denominator is denominator. Say that aloud
7282           5 times and retry after next beer.
7283
7284 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
7285
7286         Patch by: Josep Torra Valles  <josep at fluendo com>
7287
7288         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
7289         * ext/esd/esdsink.c: (gst_esdsink_write):
7290         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
7291         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
7292         (gst_flac_dec_send_newsegment):
7293         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
7294         (gst_flac_enc_tell_callback):
7295         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
7296         (smokecodec_parse_header), (smokecodec_decode):
7297         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
7298         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
7299         * gst/goom/Makefile.am:
7300         * gst/goom/gstgoom.c:
7301         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
7302         * gst/rtsp/gstrtspsrc.c:
7303         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7304         * gst/udp/gstudpsink.c:
7305         * gst/udp/gstudpsrc.c:
7306         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
7307         * sys/sunaudio/gstsunaudiomixertrack.h:
7308           Fix a bunch of problems discovered by the Forte compiler, mostly type
7309           mixups and pointer arithmetics with void pointers. Fixes #362603.
7310
7311 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7312
7313         * ext/speex/gstspeex.c: (plugin_init):
7314         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
7315         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
7316         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
7317         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
7318         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
7319         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
7320         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
7321         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
7322         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
7323         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
7324         (gst_speex_enc_chain), (gst_speex_enc_get_property),
7325         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
7326         * ext/speex/gstspeexenc.h:
7327           Miscellaneous clean-ups, among other things: speexenc => enc to
7328           enhance code readability; change speexenc => speex_enc; in chain
7329           function unref input buffer in case of error; take reference in
7330           event function; use boilerplate macro; use gst_pad_query_peer_*
7331           convenience functions.
7332
7333 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7334
7335         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
7336         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
7337         (gst_speexenc_set_header_on_caps):
7338           Fix some mem leaks.
7339
7340 2006-10-11  Wim Taymans  <wim@fluendo.com>
7341
7342         * gst/rtsp/URLS:
7343         Added some other URL.
7344
7345         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
7346         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
7347         (gst_rtspsrc_open), (gst_rtspsrc_play),
7348         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7349         * gst/rtsp/gstrtspsrc.h:
7350         Work on fallback to TCP connection when the UDP socket times out.
7351         Handler server requests, just reply with OK for now.
7352
7353         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7354         * gst/rtsp/rtspdefs.h:
7355         Added some more Real extension headers.
7356
7357         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7358         Fix parsing of urls with a ':' that is not part of the hostname:port
7359         part of the url.
7360
7361 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7362
7363         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
7364         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
7365         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
7366           Activate pad before adding it to the already-running element.
7367
7368         * tests/check/elements/icydemux.c: (icydemux_found_pad):
7369           Activate newly-created pad too.
7370
7371 2006-10-11  Wim Taymans  <wim@fluendo.com>
7372
7373         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
7374
7375         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7376         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
7377         (gst_udpsrc_start):
7378         Fix some leaks in caps and uris. Fixes #361252.
7379
7380 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
7381
7382         * gst/wavparse/Makefile.am:
7383           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
7384
7385 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
7386
7387         * sys/v4l2/gstv4l2xoverlay.c:
7388         * sys/v4l2/gstv4l2xoverlay.h:
7389         Fix build as per the patch in #338818 comment 36.
7390
7391 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
7392
7393         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
7394           Activate pads before adding them to the source.
7395
7396 2006-10-06  Wim Taymans  <wim@fluendo.com>
7397
7398         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
7399         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
7400         Activate pads before adding.
7401
7402 2006-10-06  Wim Taymans  <wim@fluendo.com>
7403
7404         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
7405         (gst_multipart_find_pad_by_mime):
7406         Activate pads before adding.
7407
7408         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
7409         BOILERPLATE sets parent_class for us.
7410
7411 2006-10-06  Wim Taymans  <wim@fluendo.com>
7412
7413         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
7414         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7415         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
7416         (gst_rtspsrc_alloc_udp_ports),
7417         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7418         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
7419         (gst_rtspsrc_create_transports_string),
7420         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
7421         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7422         * gst/rtsp/gstrtspsrc.h:
7423         Rework how the transport string is constructed, try to share channels
7424         and udp ports.
7425         Make most of the stuff less dependant on RTP as we are also going to use
7426         it for RDT.
7427         Add support for transport specific session managers.
7428
7429         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
7430         Implement _flush().
7431
7432         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7433         * gst/rtsp/rtspdefs.h:
7434         Add generic error return code.
7435
7436         * gst/rtsp/rtspext.h:
7437         Add support for pluggable tranport strings.
7438
7439         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
7440         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
7441         (rtsp_ext_wms_get_context):
7442         Detect WMServer and activate the extension.
7443
7444         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
7445         (rtsp_transport_get_manager), (rtsp_transport_parse):
7446         * gst/rtsp/rtsptransport.h:
7447         Added methods to get mime/manager for certain transports.
7448
7449 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
7450
7451         * ext/cairo/gsttimeoverlay.c:
7452         (gst_cairo_time_overlay_update_font_height):
7453         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
7454         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
7455         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
7456         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
7457         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
7458         * ext/libpng/gstpngdec.c: (user_endrow_callback):
7459         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
7460         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
7461         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
7462         (gst_avi_demux_stream_data):
7463         * gst/cutter/gstcutter.c: (gst_cutter_chain):
7464         * gst/debug/efence.c: (gst_efence_buffer_alloc),
7465         (gst_fenced_buffer_copy):
7466         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7467         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
7468         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
7469         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
7470         (gst_rtspsrc_handle_message):
7471         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
7472         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
7473           Printf format fixes.
7474
7475 2006-10-04  Wim Taymans  <wim@fluendo.com>
7476
7477         * gst/rtsp/Makefile.am:
7478         Dist new .h file too.
7479
7480 2006-10-04  Wim Taymans  <wim@fluendo.com>
7481
7482         * gst/rtsp/Makefile.am:
7483         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
7484         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
7485         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7486         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7487         (gst_rtspsrc_parse_rtpmap),
7488         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
7489         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7490         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
7491         * gst/rtsp/gstrtspsrc.h:
7492         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7493         * gst/rtsp/rtspdefs.h:
7494         * gst/rtsp/rtspext.h:
7495         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
7496         (rtsp_ext_wms_get_context):
7497         * gst/rtsp/rtspextwms.h:
7498         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
7499         (rtsp_transport_parse):
7500         * gst/rtsp/rtsptransport.h:
7501         Factor out extension in separate module.
7502         Fix getcaps to filter against the padtemplate.
7503         Use Content-Base if the server gives one.
7504         Rework the transport parsing a bit for future extensions.
7505         Added some Real Header field definitions.
7506
7507 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7508
7509         * docs/plugins/Makefile.am:
7510         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7511         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7512           added v4l2 stubs
7513         * gst-plugins-good.spec.in:
7514           add v4l2
7515
7516 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
7517
7518         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7519           Extract disc/album/medium number and count and try harder
7520           to extract track number/count.
7521
7522 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7523
7524         * configure.ac:
7525         * sys/Makefile.am:
7526           add build stuff for v4l2, needs --enable-experimental until
7527           the last bits are resolved
7528
7529 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
7530
7531         * tests/check/Makefile.am:
7532           Disable autodetect test temporarily, so that the build bots
7533           update -bad and the ranks of unreliable video sinks in there.
7534
7535         * tests/check/elements/autodetect.c: (GST_START_TEST):
7536           Skip test if no usable videosink is found.
7537
7538 2006-09-29  Wim Taymans  <wim@fluendo.com>
7539
7540         * gst/rtsp/URLS:
7541         Add some more URLs.
7542
7543         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7544         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
7545         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7546         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
7547         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7548         (gst_rtspsrc_loop), (gst_rtspsrc_send),
7549         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7550         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
7551         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7552         * gst/rtsp/gstrtspsrc.h:
7553         Add timeout property to control UDP timeouts.
7554         Fix error messages.
7555         Also start a loop function when operating in UDP mode so that we can
7556         do some more stuff async.
7557         Handle element messages from udpsrc to detect timeouts. If a timeout
7558         happens we currently generate an error.
7559         API: rtspsrc::timeout property.
7560
7561         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7562         (gst_udpsrc_create):
7563         Really implement the timeout in microseconds and not milliseconds.
7564
7565 2006-09-29  Wim Taymans  <wim@fluendo.com>
7566
7567         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7568         (gst_udpsrc_create), (gst_udpsrc_set_property),
7569         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
7570         * gst/udp/gstudpsrc.h:
7571         Added property to post a message on timeout.
7572         Updated docs.
7573         When restarting the select, initialize the fdsets again.
7574         Init control sockets so we don't accidentally close a random socket.
7575         API: GstUDPSrc::timeout property
7576
7577 2006-09-29  Wim Taymans  <wim@fluendo.com>
7578
7579         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
7580         Fix flag registration.
7581
7582         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7583         Reading 0 also means 'no more commands'
7584
7585 2006-09-29  Wim Taymans  <wim@fluendo.com>
7586
7587         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7588
7589         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7590         Fix possible infinite loop when shutting down, a read can also return
7591         0 to indicate no more messages are available. Fixes #358156.
7592
7593 2006-09-25  Wim Taymans  <wim@fluendo.com>
7594
7595         * gst/autodetect/gstautoaudiosink.c:
7596         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
7597         (gst_auto_audio_sink_find_best):
7598         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
7599         Small cleanups.
7600         don't try to set "sync" property when it is not available.
7601
7602 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7603
7604         Patch by: Peter Kjellerstedt  <pkj at axis com>
7605
7606         * gst/alpha/gstalpha.c:
7607         * gst/rtp/gstrtpamrdepay.c:
7608         * gst/rtsp/gstrtspsrc.c:
7609         * gst/udp/gstudpsrc.c:
7610         * gst/videomixer/videomixer.c:
7611           Include stdlib.h in some more places, makes things compile
7612           with uClibc and -Werror (#357592).
7613
7614 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7615
7616         * ext/jpeg/gstjpegdec.c:
7617           Set minimum height to 8 (from 16), our code should handle
7618           that fine. Some of the buttons on the apple trailer site
7619           are apparently only 15 pixels high (see #357470).
7620
7621 2006-09-23  Wim Taymans  <wim@fluendo.com>
7622
7623         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
7624         (gst_rtspsrc_open):
7625         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7626         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7627         (rtsp_connection_receive):
7628         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7629         * gst/rtsp/rtspdefs.h:
7630         Improve error reporting.
7631
7632 2006-09-23  Wim Taymans  <wim@fluendo.com>
7633
7634         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
7635         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
7636         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
7637         * gst/rtp/gstrtpdepay.c:
7638         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
7639         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
7640         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
7641         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
7642         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
7643         (gst_rtp_mp2t_depay_plugin_init):
7644         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
7645         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
7646         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
7647         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
7648         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
7649         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
7650         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
7651         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
7652         Fix klass typos.
7653         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
7654
7655 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7656
7657         * configure.ac:
7658           Need  -base CVS for gst_base_rtp_depayload_push_ts().
7659
7660 2006-09-22  Wim Taymans  <wim@fluendo.com>
7661
7662         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
7663         Don't check for a tag that is never there and check if we read the
7664         correct tag. Fixes seeking again.
7665         We must post an error when all pads are unlinked.
7666
7667 2006-09-22  Wim Taymans  <wim@fluendo.com>
7668
7669         * gst/rtp/Makefile.am:
7670         * gst/rtp/gstrtp.c: (plugin_init):
7671         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
7672         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7673         (gst_rtp_vorbis_pay_reset_packet),
7674         (gst_rtp_vorbis_pay_init_packet),
7675         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
7676         (gst_rtp_vorbis_pay_handle_buffer):
7677         More fixage, set endoder-params correctly in the payloader.
7678
7679 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7680
7681         * gst/autodetect/gstautoaudiosink.c:
7682         (gst_auto_audio_sink_base_init):
7683         * gst/autodetect/gstautovideosink.c:
7684         (gst_auto_video_sink_base_init):
7685           Make static pad templates static to appease valgrind's leak
7686           detector.
7687
7688         * tests/check/Makefile.am:
7689         * tests/check/elements/.cvsignore:
7690         * tests/check/elements/autodetect.c: (GST_START_TEST),
7691         (autodetect_suite):
7692           Add simple test for the ghostpad lockup on shutdown fixed in core
7693           CVS (audio bit disabled because it would need dozens of alsa
7694           suppressions and I'm too lazy to add those now).
7695
7696 2006-09-22  Wim Taymans  <wim@fluendo.com>
7697
7698         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
7699         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
7700         Small cleanups.
7701
7702         * gst/rtp/Makefile.am:
7703         * gst/rtp/gstrtp.c: (plugin_init):
7704         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
7705         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
7706         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
7707         (gst_rtp_vorbis_depay_process),
7708         (gst_rtp_vorbis_depay_set_property),
7709         (gst_rtp_vorbis_depay_get_property),
7710         (gst_rtp_vorbis_depay_change_state),
7711         (gst_rtp_vorbis_depay_plugin_init):
7712         * gst/rtp/gstrtpvorbisdepay.h:
7713         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
7714         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
7715         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
7716         (gst_rtp_vorbis_pay_flush_packet),
7717         (gst_rtp_vorbis_pay_append_buffer),
7718         (gst_rtp_vorbis_pay_handle_buffer),
7719         (gst_rtp_vorbis_pay_plugin_init):
7720         * gst/rtp/gstrtpvorbispay.h:
7721         Add experimental vorbis pay and depayloaders.
7722
7723 2006-09-21  Wim Taymans  <wim@fluendo.com>
7724
7725         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
7726         Fix profile-level-id parsing and setup.
7727
7728 2006-09-21  Wim Taymans  <wim@fluendo.com>
7729
7730         * gst/udp/README:
7731         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
7732         Update README, simple cleanup.
7733
7734 2006-09-21  Wim Taymans  <wim@fluendo.com>
7735
7736         * gst/rtp/README:
7737         Update README with some examples.
7738
7739         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
7740         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
7741         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
7742         (gst_rtp_mp4g_pay_setcaps):
7743         * gst/rtp/gstrtpmp4gpay.h:
7744         Make optional RTP parameters of type STRING, as required by the
7745         application/x-rtp caps specification.
7746
7747 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
7748
7749         * gst/rtp/gstrtph263pdepay.c:
7750         * gst/rtp/gstrtph263ppay.c:
7751         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
7752         RTP header.
7753
7754 2006-09-20  Wim Taymans  <wim@fluendo.com>
7755
7756         * gst/rtp/Makefile.am:
7757         And makefile too.
7758
7759 2006-09-20  Wim Taymans  <wim@fluendo.com>
7760
7761         * gst/rtp/gstrtp.c: (plugin_init):
7762         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
7763         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
7764         (decode_base64), (gst_rtp_asf_depay_setcaps),
7765         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
7766         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
7767         (gst_rtp_asf_depay_plugin_init):
7768         * gst/rtp/gstrtpasfdepay.h:
7769         Added preliminary ASF depayloader.
7770
7771         * gst/rtp/gstrtph264depay.c: (decode_base64):
7772         Fix base64 decoding.
7773
7774 2006-09-20  Wim Taymans  <wim@fluendo.com>
7775
7776         * gst/rtsp/URLS:
7777         Added some test URLS.
7778
7779         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7780         (gst_rtspsrc_loop), (gst_rtspsrc_open):
7781         * gst/rtsp/gstrtspsrc.h:
7782         When creating streams, give access to the complete SDP.
7783         Fix some leaks.
7784         Collect and merge global stream properties in stream caps.
7785         Preliminary support for WMServer.
7786
7787         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7788         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7789         (rtsp_connection_receive):
7790         * gst/rtsp/rtspconnection.h:
7791         Make connection interruptable.
7792         Refactor to make it reconnectable.
7793         Don't fail on short reads when reading data packets.
7794
7795         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
7796         (rtsp_url_get_port):
7797         * gst/rtsp/rtspurl.h:
7798         Add methods for getting/setting the port.
7799
7800         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
7801         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
7802         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
7803         (sdp_media_get_format), (sdp_parse_line),
7804         (sdp_message_parse_buffer):
7805         Fix headers. 
7806         Add methods for getting multiple attributes with the same name.
7807         Increase buffer size when parsing.
7808         Fix parsing of a=foo fields.
7809
7810         * gst/rtsp/test.c: (main):
7811         Update to new connection API.
7812
7813         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
7814         (rtsp_message_init_response), (rtsp_message_init_data),
7815         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
7816         * gst/rtsp/rtspmessage.h:
7817         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
7818         * gst/rtsp/rtsptransport.h:
7819         * gst/rtsp/sdp.h:
7820         * gst/rtsp/sdpmessage.h:
7821         * gst/rtsp/gstrtsp.c:
7822         * gst/rtsp/gstrtsp.h:
7823         * gst/rtsp/gstrtpdec.c:
7824         * gst/rtsp/gstrtpdec.h:
7825         * gst/rtsp/rtsp.h:
7826         * gst/rtsp/rtspdefs.c:
7827         * gst/rtsp/rtspdefs.h:
7828         Dual licensed under MIT and LGPL now.
7829
7830 2006-09-19  Wim Taymans  <wim@fluendo.com>
7831
7832         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
7833         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
7834         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
7835         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7836         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
7837         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7838         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
7839         * gst/rtsp/gstrtspsrc.h:
7840         Reorganize stream parsing and creation.
7841         Detect container formats in interleaved mode.
7842         Keep more state about the streams.
7843         Assume a server also supports PLAY if it does not say.
7844         Add unicast and interleaved properties to TCP transport requests to make
7845         some servers happy (WMServer).
7846
7847         * gst/rtsp/sdpmessage.h:
7848         Add some defines for the standard Bandwidth types.
7849
7850 2006-09-19  Wim Taymans  <wim@fluendo.com>
7851
7852         * gst/rtsp/test.c: (main):
7853         Fix build.
7854
7855 2006-09-19  Wim Taymans  <wim@fluendo.com>
7856
7857         * gst/wavparse/gstwavparse.c:
7858         Add ms-gsm to the src template.
7859
7860 2006-09-18  Wim Taymans  <wim@fluendo.com>
7861
7862         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
7863         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
7864         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
7865         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
7866         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
7867         * gst/rtsp/gstrtspsrc.h:
7868         Small cleanups, added documentation.
7869         Try to clean up the requests and responses.
7870         Refactor parsing the supported methods.
7871
7872         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
7873         (rtsp_connection_create), (rtsp_connection_send),
7874         (parse_response_status), (parse_request_line),
7875         (rtsp_connection_receive), (rtsp_connection_close),
7876         (rtsp_connection_free):
7877         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
7878         (rtsp_transport_init), (rtsp_transport_parse),
7879         (rtsp_transport_free):
7880         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7881         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
7882         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
7883         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
7884         Use g_return_val some more.
7885
7886         * gst/rtsp/rtspdefs.h:
7887         Add more enum values to track initial states.
7888
7889         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
7890         (rtsp_message_init_request), (rtsp_message_new_response),
7891         (rtsp_message_init_response), (rtsp_message_init_data),
7892         (rtsp_message_unset), (rtsp_message_free),
7893         (rtsp_message_add_header), (rtsp_message_remove_header),
7894         (rtsp_message_get_header), (rtsp_message_set_body),
7895         (rtsp_message_take_body), (rtsp_message_get_body),
7896         (rtsp_message_steal_body), (rtsp_message_dump):
7897         * gst/rtsp/rtspmessage.h:
7898         Reorder arguments, object goes as the first one.
7899         Use g_return_val some more.
7900
7901 2006-09-18  Wim Taymans  <wim@fluendo.com>
7902
7903         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
7904         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
7905         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
7906         * gst/rtsp/gstrtspsrc.h:
7907         Export sometimes source pad with correct caps on the template, create
7908         the ghostpad from the template.
7909         Remove RTCP template as we never expose RTCP.
7910         Protect against invalid body size.
7911         Avoid memcpy when creating the output buffer.
7912         Properly post an error and send EOS when the loop function is shut down.
7913
7914 2006-09-18  Wim Taymans  <wim@fluendo.com>
7915
7916         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
7917
7918         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7919         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
7920         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
7921         * gst/rtsp/gstrtspsrc.h:
7922         Make sure we can never set an invalid location.
7923
7924         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
7925         * gst/rtsp/rtspmessage.h:
7926         Added _steal_body method for future use.
7927
7928         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
7929         Make freeing of NULL url return immediatly.
7930
7931 2006-09-18  Wim Taymans  <wim@fluendo.com>
7932
7933         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
7934
7935         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
7936         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
7937         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
7938         (gst_rtspsrc_change_state):
7939         * gst/rtsp/gstrtspsrc.h:
7940         Use boilerplate.
7941         Make rtspsrc subclass GstBin to make state changes easier.
7942         Add Range header field on the PLAY request.
7943
7944 2006-09-18  Wim Taymans  <wim@fluendo.com>
7945
7946         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
7947
7948         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
7949         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
7950         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
7951         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
7952         * gst/rtsp/rtspconnection.c: (inet_aton):
7953         Small cleanups.
7954         when multicast is selected as the transport, create UDP sources and
7955         connect to the multicast group.
7956         Move parsing and setting of caps to a common place.
7957         Fixes #349894.
7958
7959 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
7960
7961         * ext/flac/gstflactag.c:
7962         * gst/alpha/gstalpha.c:
7963         * gst/debug/breakmydata.c:
7964         * gst/debug/negotiation.c:
7965         * gst/debug/testplugin.c:
7966         * gst/effectv/gstaging.c:
7967         * gst/effectv/gstdice.c:
7968         * gst/effectv/gstedge.c:
7969         * gst/effectv/gstquark.c:
7970         * gst/effectv/gstrev.c:
7971         * gst/effectv/gstshagadelic.c:
7972         * gst/effectv/gstvertigo.c:
7973         * gst/effectv/gstwarp.c:
7974         * gst/multipart/multipartdemux.c:
7975         * gst/multipart/multipartmux.c:
7976         * gst/videobox/gstvideobox.c:
7977         * gst/videofilter/gstgamma.c:
7978         * gst/videofilter/gstvideotemplate.c:
7979         * gst/videomixer/videomixer.c:
7980         * sys/sunaudio/gstsunaudiosrc.h:
7981         More G_OBJECT macro fixing.
7982
7983 2006-09-16  Wim Taymans  <wim@fluendo.com>
7984
7985         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
7986
7987         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
7988         Correctly set the dwLength in strh.
7989         With this patch, the file duration is now displayed correctly in window
7990         media player and the AVI plays completely. Fixes #356147
7991
7992 2006-09-15  Wim Taymans  <wim@fluendo.com>
7993
7994         Patch by: Darren Kenny <darren dot kenny at sun dot com>
7995
7996         * sys/sunaudio/gstsunaudiomixerctrl.c:
7997         (gst_sunaudiomixer_ctrl_build_list):
7998         Set the output track as the MASTER so that the gnome-settings-daemon
7999         keybindings for changing the volume using the keyboard works.
8000         Fixes #356142.
8001
8002 2006-09-15  Wim Taymans  <wim@fluendo.com>
8003
8004         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
8005         Fix documentation, it is not possible to control the framerate of jpegdec
8006         using filtered caps yet. Fixes #355210.
8007         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
8008         stop when there is an error.
8009
8010 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8011
8012         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
8013         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8014           Don't interpret a first buffer with an offset of NONE as
8015           'from the middle of the stream', but only a first buffer
8016           that has a valid buffer offset that's non-zero (see #345449).
8017
8018 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8019
8020         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
8021         (gst_icydemux_typefind_or_forward):
8022         * gst/icydemux/gsticydemux.h:
8023           When we merge/collect multiple incoming buffers for typefinding
8024           purposes, keep an initial 0 offset on the first outgoing buffer
8025           as well (otherwise id3demux won't work right). Fixes #345449.
8026           Also Make buffer metadata writable before setting buffer caps.
8027
8028         * tests/check/elements/icydemux.c: (typefind_succeed),
8029         (cleanup_icydemux), (push_data), (GST_START_TEST),
8030         (icydemux_suite):
8031           Small test case for the above.
8032
8033 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
8034
8035         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
8036         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
8037         (gst_avi_demux_stream_header_push),
8038         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8039         (gst_avi_demux_loop):
8040           More code reuse and better logging in _peek_chunk(). Reintroduce check
8041           for chunk sizes before reading them (avoid oom). Better handling for 
8042           invalid chunksizes when streaming.
8043
8044 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
8045
8046         * gst/level/gstlevel.c: (gst_level_set_property):
8047         * gst/level/gstlevel.h:
8048           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
8049           René Stadler
8050
8051 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
8052
8053         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8054         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8055         (gst_avi_demux_stream_data):
8056           Revert one change to fix streaming avi (adapter size != data size).
8057
8058 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8059
8060         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
8061
8062         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
8063         (gst_matroska_demux_reset),
8064         (gst_matroska_demux_read_track_encodings),
8065         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
8066         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8067         (gst_matroska_demux_subtitle_caps):
8068         * gst/matroska/matroska-ids.h:
8069           Add support for VOBSUB subtitle tracks and zlib-compressed
8070           tracks. Make sure we start on a keyframe after a seek. (#343348)
8071
8072 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8073
8074         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
8075         (gst_matroska_demux_push_flac_codec_priv_data),
8076         (gst_matroska_demux_push_xiph_codec_priv_data),
8077         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8078         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
8079         * gst/matroska/matroska-ids.h:
8080           Add basic FLAC support (#311586), not perfect yet though, needs some
8081           tweaking in flacdec; also, seeking could be better.
8082           Do better bounds checking when deserialising vorbis stream headers
8083           to make sure we don't read beyond the end of the buffer on bad input.
8084
8085 2006-09-04  Wim Taymans  <wim@fluendo.com>
8086
8087         Patch by: Alessandro Decina <alessandro at nnva dot org>
8088
8089         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
8090         Seeking back in a file containing a CMML stream errors out if the seek
8091         goes back up to the CMML headers. This is because after the seek the xml
8092         processing instruction <?xml ...?> is submitted to the xml parser again, 
8093         which results in an error. The attached patch fixes the problem. 
8094         Fixes #353908.
8095
8096         * ext/annodex/gstcmmlenc.h:
8097         Fix authors name.
8098
8099
8100 2006-08-28  Andy Wingo  <wingo@pobox.com>
8101
8102         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
8103         New helper function to lessen the ifdefs.
8104         (GST_INFO_OBJECT): 
8105         (gst_dv1394src_iso_receive): Use it.
8106         (gst_dv1394src_create): Also use the control sockets in iec61883
8107         mode.
8108         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
8109         handle for AVC operations; fixes #348233.
8110
8111 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8112
8113         * configure.ac:
8114         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8115         * docs/plugins/inspect/plugin-audiofx.xml:
8116         * docs/plugins/inspect/plugin-audiofxgood.xml:
8117         * gst/audiofx/Makefile.am:
8118         * gst/audiofx/audiofx.c:
8119         * gst/audiofxgood/.cvsignore:
8120         * gst/audiofxgood/Makefile.am:
8121         * gst/audiofxgood/audiofx.c:
8122         * gst/audiofxgood/audiopanorama.c:
8123         * gst/audiofxgood/audiopanorama.h:
8124           Rename again (audiofxgood -> audiofx).
8125
8126 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8127
8128         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
8129         (gst_avi_demux_stream_scan):
8130           Initialze variables.
8131
8132 2006-08-25  Wim Taymans  <wim@fluendo.com>
8133
8134         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8135         (gst_avi_demux_init), (gst_avi_demux_finalize),
8136         (gst_avi_demux_reset), (gst_avi_demux_index_last),
8137         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
8138         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
8139         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8140         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
8141         (gst_avi_demux_massage_index),
8142         (gst_avi_demux_calculate_durations_from_index),
8143         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
8144         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8145         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
8146         (gst_avi_demux_change_state):
8147         * gst/avi/gstavidemux.h:
8148         More attempts to turn this into readable code.
8149         Don't leak adapters.
8150         Calculate duration according to index more efficiently.
8151         Don't try to act like we drive the pipeline in chain mode.
8152
8153 2006-08-25  Wim Taymans  <wim@fluendo.com>
8154
8155         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
8156         Fix build.
8157
8158 2006-08-25  Wim Taymans  <wim@fluendo.com>
8159
8160         Patch by: Alessandro Decina <alessandro at nnva dot org>
8161
8162         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
8163         Do some extra sanity checks.
8164         Fixes #350340.
8165
8166         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
8167         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
8168         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
8169         Check if clip->start_time is valid before adding the clip to the
8170         track list.
8171         Reset enc->preamble going from PAUSED to READY.
8172         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
8173         only used for EOS.
8174         Only post an error message if we were the one that created the fatal
8175         GstFlowReturn value.
8176
8177         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
8178         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
8179         Parse the seconds field of the npt-sec time format using %llu rather than
8180         %d and check that the value scaled by GST_SECOND doesn't overflow.
8181         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
8182         Lookup a clip's track with clip->track rather than clip->id which
8183         makes no sense.
8184         Identify a clip by its track and start time and not its xml id.
8185         do some more input checking and make sure we don't do undefined shifts.
8186
8187         * tests/check/elements/cmmldec.c: (setup_cmmldec),
8188         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
8189         (cmml_tag_message_pop), (check_headers), (push_clip_full),
8190         (push_clip), (push_empty_clip), (check_output_clip),
8191         (GST_START_TEST), (cmmldec_suite):
8192         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
8193         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
8194         (check_headers), (push_clip), (check_clip_times), (check_clip),
8195         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
8196         Added some more checks.
8197
8198 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8199
8200         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
8201         (gst_audio_panorama_set_property),
8202         (gst_audio_panorama_get_property),
8203         (gst_audio_panorama_transform_m2s_int),
8204         (gst_audio_panorama_transform_s2s_int),
8205         (gst_audio_panorama_transform_m2s_float),
8206         (gst_audio_panorama_transform_s2s_float):
8207         * gst/audiofxgood/audiopanorama.h:
8208         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8209           Make also the pan-property float (saves scaling and yields better
8210           resolution)
8211
8212 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8213
8214         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8215         (gst_audio_panorama_transform_m2s_float),
8216         (gst_audio_panorama_transform_s2s_float):
8217           ChangeLog surgery to add cymax's real name
8218
8219
8220 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8221
8222         Patch by: René Stadler <mail@renestadler.de>
8223
8224         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8225         (gst_audio_panorama_transform_m2s_int),
8226         (gst_audio_panorama_transform_s2s_int),
8227         (gst_audio_panorama_transform_m2s_float),
8228         (gst_audio_panorama_transform_s2s_float),
8229         (gst_audio_panorama_transform):
8230         * gst/audiofxgood/audiopanorama.h:
8231           Added float support
8232
8233 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8234
8235         * gst/audiofxgood/audiopanorama.c:
8236         (gst_audio_panorama_transform_m2s):
8237           Fix docs & debug category. Add Fixme for volume pan levels.
8238
8239 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8240
8241         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8242         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8243         (gst_avi_demux_stream_header_pull),
8244         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8245         (gst_avi_demux_chain):
8246           unbreak AVI index handling, some more debug, remove an obsolete
8247           adapter_flush that caused streaming to wander off in the wild
8248
8249 2006-08-24  Wim Taymans  <wim@fluendo.com>
8250
8251         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8252         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
8253         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
8254         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8255         (gst_avi_demux_calculate_durations_from_index),
8256         (gst_avi_demux_stream_header_push),
8257         (gst_avi_demux_stream_header_pull):
8258         * gst/avi/gstavidemux.h:
8259         Some more cleanups. 
8260         Fix totalFrames parsing in ODML.
8261         Disable use of index for length calculation in case of ODML as this is
8262         broken now.
8263
8264 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
8265
8266         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
8267           Use libgsttag helper function here too.
8268
8269 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
8270
8271         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8272         (gst_avi_demux_init), (gst_avi_demux_dispose),
8273         (gst_avi_demux_reset), (gst_avi_demux_index_next),
8274         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
8275         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8276         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
8277         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
8278         (gst_avi_demux_parse_subindex),
8279         (gst_avi_demux_read_subindexes_push),
8280         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
8281         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8282         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
8283         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
8284         (gst_avi_demux_stream_header_pull),
8285         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8286         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
8287         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
8288         (gst_avi_demux_change_state):
8289         * gst/avi/gstavidemux.h:
8290           Initial streaming support for avidemux (fixes #336465)
8291
8292 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8293
8294         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8295           There is no taglibmux element ...
8296
8297         * gst/rtsp/gstrtspsrc.c:
8298           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
8299           was complaining about unknown entity here.
8300
8301 2006-08-22  Wim Taymans  <wim@fluendo.com>
8302
8303         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8304         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
8305         (gst_avi_demux_process_next_entry):
8306         * gst/avi/gstavidemux.h:
8307         Mark DISCONT.
8308         Remove old unused fields and reorder the struct a bit.
8309
8310 2006-08-22  Wim Taymans  <wim@fluendo.com>
8311
8312         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8313         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
8314         (gst_rtspsrc_pause):
8315         * gst/rtsp/gstrtspsrc.h:
8316         * sys/oss/gstosssink.c: (gst_oss_sink_open),
8317         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
8318         Small documentation updates.
8319
8320 2006-08-22  Wim Taymans  <wim@fluendo.com>
8321
8322         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8323         (gst_avi_demux_index_entry_for_time),
8324         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8325         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
8326         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8327         (gst_avi_demux_next_data_buffer),
8328         (gst_avi_demux_calculate_durations_from_index),
8329         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
8330         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
8331         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8332         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
8333         * gst/avi/gstavidemux.h:
8334         Precalc most of the duration query for each stream.
8335         Make seeking more correct.
8336         Use GstSegment to track position and duration.
8337         Code cleanups and leak fixes.
8338         Calculate correct total duration based on index length.
8339
8340 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
8341
8342         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
8343         (parse_insert_string_field):
8344           If strings in text fields are marked ISO8859-1, but contain
8345           valid UTF-8 already, then handle them as UTF-8 and ignore
8346           the encoding. (#351794)
8347
8348 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8349
8350         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
8351         (gst_flac_dec_write), (gst_flac_dec_loop),
8352         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
8353         (gst_flac_dec_src_query):
8354         * ext/flac/gstflacdec.h:
8355           Make flac-in-ogg work (#352100).
8356
8357 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8358
8359         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
8360           Don't unref buffers of which we've already given away
8361           ownership to the adapter.
8362
8363 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8364
8365         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
8366           Make metadata extraction actually work.
8367
8368         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
8369         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
8370         (gst_speexenc_chain):
8371           Fix metadata writing: replace old code which wrote completely
8372           broken tags with libgsttag-based code. Plus miscellaneous
8373           code cleanups (use static pad templates etc.) and a bunch
8374           of leak fixes.
8375
8376 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8377
8378         * gst/audiopanorama/.cvsignore:
8379         * gst/audiopanorama/Makefile.am:
8380         * gst/audiopanorama/audiofx.c:
8381         * gst/audiopanorama/audiopanorama.c:
8382         * gst/audiopanorama/audiopanorama.h:
8383           die! die! die! you should never have been there
8384
8385 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
8386
8387         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8388         Fix invalid memory access in audiopanorama test suite.
8389
8390 2006-08-21  Edward Hervey  <edward@fluendo.com>
8391
8392         * tests/check/elements/.cvsignore:
8393         ignore built file
8394
8395 2006-08-21  Wim Taymans  <wim@fluendo.com>
8396
8397         * gst/rtp/Makefile.am:
8398         Fix the build again.
8399
8400 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8401
8402         * gst/audiofxgood/.cvsignore:
8403         * gst/audiofxgood/Makefile.am:
8404         * gst/audiofxgood/audiofx.c: (plugin_init):
8405         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8406         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8407         (gst_audio_panorama_set_property),
8408         (gst_audio_panorama_get_property),
8409         (gst_audio_panorama_get_unit_size),
8410         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8411         (gst_audio_panorama_transform_m2s),
8412         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8413         * gst/audiofxgood/audiopanorama.h:
8414           resubmit with the desired name *again*
8415
8416 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8417
8418         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
8419         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
8420           use g_assert in _get_unit_size
8421
8422 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8423
8424         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8425         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8426         * docs/plugins/inspect/plugin-audiofxgood.xml:
8427           cleanup -unused.txt to make it useful, add previously missing docs
8428
8429         * ext/Makefile.am:
8430           Quietly (accidentally) enable LADSPA for building by default, 
8431           despite the fact that it doesn't meet the plugin checklist.
8432             -- Added by Jan Schmidt 18 Dec 2006
8433
8434         * ext/esd/esdmon.c:
8435         * ext/esd/esdsink.c:
8436         * ext/esd/gstesd.c: (plugin_init):
8437           reflow to get rid of two external symbols
8438
8439         * gst/audiofxgood/audiofx.c: (plugin_init):
8440           re-add
8441
8442 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8443
8444         * configure.ac:
8445         * gst/audiofxgood/.cvsignore:
8446         * gst/audiofxgood/Makefile.am:
8447         * gst/audiofxgood/audiofx.c
8448         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8449         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8450         (gst_audio_panorama_set_property),
8451         (gst_audio_panorama_get_property),
8452         (gst_audio_panorama_get_unit_size),
8453         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8454         (gst_audio_panorama_transform_m2s),
8455         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8456         * gst/audiofxgood/audiopanorama.h:
8457         * tests/check/Makefile.am:
8458         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
8459         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
8460         (panorama_suite), (main):
8461         Add audiofxgood plugin with audiopanorama element
8462
8463 2006-08-18  Wim Taymans  <wim@fluendo.com>
8464
8465         * docs/plugins/Makefile.am:
8466         More Oss docs fixage. 
8467
8468 2006-08-18  Wim Taymans  <wim@fluendo.com>
8469
8470         * gst/rtp/Makefile.am:
8471         * gst/rtp/gstrtp.c: (plugin_init):
8472         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
8473         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
8474         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
8475         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
8476         (gst_rtp_sv3v_depay_get_property),
8477         (gst_rtp_sv3v_depay_change_state),
8478         (gst_rtp_sv3v_depay_plugin_init):
8479         * gst/rtp/gstrtpsv3vdepay.h:
8480         Added experimental SVQ3 depayloader.
8481
8482 2006-08-18  Edward Hervey  <edward@fluendo.com>
8483
8484         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
8485         (gst_dvdemux_loop), (gst_dvdemux_change_state):
8486         * ext/dv/gstdvdemux.h:
8487         When handling seek requests, don't send the newsegment event from the
8488         calling thread. Instead save it so it can be sent from the streaming
8489         thread.
8490
8491 2006-08-17  Wim Taymans  <wim@fluendo.com>
8492
8493         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8494
8495         * gst/multipart/multipartdemux.c: (multipart_parse_header):
8496         Accept leading whitespace before the boundary
8497         This patch makes the demuxer allow some whitespace before the actual
8498         boundary. This makes the demuxer work with the ``old'' gstreamer
8499         multipartmuxer again (which placed an extra \n before the start
8500         of the stream) Fixes #349068.
8501
8502 2006-08-17  Wim Taymans  <wim@fluendo.com>
8503
8504         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
8505         Error out on non-implemented stuff.
8506
8507 2006-08-16  Wim Taymans  <wim@fluendo.com>
8508
8509         Patch by: Andy Wingo <wingo at pobox dot com>
8510
8511         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
8512         (gst_signal_processor_start), (gst_signal_processor_stop),
8513         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
8514         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
8515         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
8516         (gst_signal_processor_change_state):
8517         Make ladspa elements reusable. Fixes #350006.
8518
8519 2006-08-16  Wim Taymans  <wim@fluendo.com>
8520
8521         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
8522         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
8523         names as possible. Fixes #349901.
8524
8525 2006-08-16  Wim Taymans  <wim@fluendo.com>
8526
8527         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
8528         (gst_signal_processor_do_pushes):
8529         A push() gives away our refcount so we should not use the buffer on the
8530         pen anymore.
8531
8532 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8533
8534         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8535         (gst_oss_mixer_element_finalize):
8536           Don't leak device string.
8537
8538 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8539
8540         * configure.ac:
8541           Require CVS of GStreamer core and -base (for
8542           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
8543
8544         * ext/taglib/gstid3v2mux.cc:
8545           Write extended comment tags properly (#348762).
8546
8547         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
8548         (parse_comment_frame):
8549           Extract COMM frames into extended comments, which makes it
8550           easier to properly retain the description bit of the tag
8551           and maintain this information when re-tagging (#348762).
8552
8553 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8554
8555         * tests/check/Makefile.am:
8556           Don't try to run annodex unit tests if the annodex
8557           plugin has not been built (Fixes #351116).
8558
8559 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8560
8561         * gst/autodetect/gstautoaudiosink.c:
8562         (gst_auto_audio_sink_find_best):
8563           When we can't find a usable audiosink, don't error out,
8564           but use a fake sink instead and post a warning message
8565           on the bus (#341278).
8566
8567 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8568
8569         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
8570         * sys/oss/gstosssink.c:
8571         * sys/oss/gstosssrc.c:
8572           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
8573           ossmixer's new device property.
8574
8575         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8576         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8577           Add docs for OSS elements.
8578
8579         * docs/plugins/inspect/plugin-aasink.xml:
8580         * docs/plugins/inspect/plugin-alaw.xml:
8581         * docs/plugins/inspect/plugin-alpha.xml:
8582         * docs/plugins/inspect/plugin-alphacolor.xml:
8583         * docs/plugins/inspect/plugin-annodex.xml:
8584         * docs/plugins/inspect/plugin-apetag.xml:
8585         * docs/plugins/inspect/plugin-auparse.xml:
8586         * docs/plugins/inspect/plugin-autodetect.xml:
8587         * docs/plugins/inspect/plugin-avi.xml:
8588         * docs/plugins/inspect/plugin-cacasink.xml:
8589         * docs/plugins/inspect/plugin-cairo.xml:
8590         * docs/plugins/inspect/plugin-cdio.xml:
8591         * docs/plugins/inspect/plugin-cutter.xml:
8592         * docs/plugins/inspect/plugin-debug.xml:
8593         * docs/plugins/inspect/plugin-dv.xml:
8594         * docs/plugins/inspect/plugin-efence.xml:
8595         * docs/plugins/inspect/plugin-effectv.xml:
8596         * docs/plugins/inspect/plugin-esdsink.xml:
8597         * docs/plugins/inspect/plugin-flac.xml:
8598         * docs/plugins/inspect/plugin-flxdec.xml:
8599         * docs/plugins/inspect/plugin-gconfelements.xml:
8600         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8601         * docs/plugins/inspect/plugin-goom.xml:
8602         * docs/plugins/inspect/plugin-halelements.xml:
8603         * docs/plugins/inspect/plugin-icydemux.xml:
8604         * docs/plugins/inspect/plugin-id3demux.xml:
8605         * docs/plugins/inspect/plugin-jpeg.xml:
8606         * docs/plugins/inspect/plugin-level.xml:
8607         * docs/plugins/inspect/plugin-matroska.xml:
8608         * docs/plugins/inspect/plugin-mulaw.xml:
8609         * docs/plugins/inspect/plugin-multipart.xml:
8610         * docs/plugins/inspect/plugin-navigationtest.xml:
8611         * docs/plugins/inspect/plugin-ossaudio.xml:
8612         * docs/plugins/inspect/plugin-png.xml:
8613         * docs/plugins/inspect/plugin-rtp.xml:
8614         * docs/plugins/inspect/plugin-rtsp.xml:
8615         * docs/plugins/inspect/plugin-shout2send.xml:
8616         * docs/plugins/inspect/plugin-smpte.xml:
8617         * docs/plugins/inspect/plugin-speex.xml:
8618         * docs/plugins/inspect/plugin-taglib.xml:
8619         * docs/plugins/inspect/plugin-udp.xml:
8620         * docs/plugins/inspect/plugin-videobalance.xml:
8621         * docs/plugins/inspect/plugin-videobox.xml:
8622         * docs/plugins/inspect/plugin-videoflip.xml:
8623         * docs/plugins/inspect/plugin-videomixer.xml:
8624         * docs/plugins/inspect/plugin-wavenc.xml:
8625         * docs/plugins/inspect/plugin-wavparse.xml:
8626         * docs/plugins/inspect/plugin-ximagesrc.xml:
8627           Update to CVS version.
8628           
8629 2006-08-16  Wim Taymans  <wim@fluendo.com>
8630
8631         * gst/rtp/gstrtpamrdepay.c:
8632         * gst/rtp/gstrtpmp4gdepay.c:
8633         Caps extra properties must be defined as strings for
8634         depayloaders because they are generated from an SDP.
8635
8636         * gst/rtp/Makefile.am:
8637         * gst/rtp/gstrtp.c: (plugin_init):
8638         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
8639         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
8640         (gst_rtp_h264_depay_finalize), (decode_base64),
8641         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
8642         (gst_rtp_h264_depay_set_property),
8643         (gst_rtp_h264_depay_get_property),
8644         (gst_rtp_h264_depay_change_state),
8645         (gst_rtp_h264_depay_plugin_init):
8646         * gst/rtp/gstrtph264depay.h:
8647         Added basic, not completely functional RFC 3984 H264 depayloader.
8648
8649 2006-08-16  Wim Taymans  <wim@fluendo.com>
8650
8651         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
8652         Add pads after setting them up.
8653
8654         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8655         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
8656         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
8657         (gst_rtspsrc_stream_setup_rtp),
8658         (gst_rtspsrc_stream_configure_transport),
8659         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
8660         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
8661         (gst_rtspsrc_pause):
8662         * gst/rtsp/gstrtspsrc.h:
8663         Fix interleaved mode.
8664          - Protect streaming with lock.
8665          - Combine flows
8666          - set caps on outgoing buffers.
8667          - strip trailing \0 from data packets.
8668          - Configure RTP/RTCP in stream.
8669         Use DEBUG_OBJECT more.
8670
8671 2006-08-16  Wim Taymans  <wim@fluendo.com>
8672
8673         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
8674         Turn a g_print into a DEBUG line.
8675
8676 2006-08-13  Wim Taymans  <wim@fluendo.com>
8677
8678         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
8679         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8680         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
8681         (gst_oss_mixer_element_get_property),
8682         (gst_oss_mixer_element_change_state):
8683         * sys/oss/gstossmixerelement.h:
8684         Small cleanups. Better error reporting.
8685         Add device property for the mixer instead of the hardcoded
8686         /dev/mixer. Fixes #350785.
8687         API: GstOssMixerElement::device property
8688
8689 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
8690
8691         Patch by: Jens Granseuer <jensgr at gmx net>
8692
8693         * gconf/Makefile.am:
8694           Make --disable-schemas work right (they still need
8695           to be copied to the installation directory, just not
8696           applied). Fixes #351347 (also #344100).
8697           
8698 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8699
8700         * configure.ac: back to HEAD
8701
8702 === release 0.10.4 ===
8703
8704 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
8705
8706         * configure.ac:
8707           releasing 0.10.4, "Dear Leader"
8708
8709 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8710
8711         Patch by: Edward Hervey <edward@fluendo.com>
8712
8713         * configure.ac:
8714         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8715         (gst_wavparse_stream_data):
8716         Send the newsegment event in the streaming thread.
8717         Fixes #347529
8718
8719 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
8720
8721         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
8722         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
8723         (gst_smokeenc_resync), (gst_smokeenc_chain):
8724           Refuse sink caps in the encoder if width or height is not a
8725           multiple of 16, the encoder does not support that yet (#349939);
8726           along the same lines, check the return value of the encoder
8727           setup function; also remove some debug log clutter.
8728
8729 2006-08-04  Andy Wingo  <wingo@pobox.com>
8730
8731         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
8732         whether a processor can work in place or not, and for keeping
8733         track of its state. Change the FlowReturn instance variable from
8734         "state" to "flow_state", all callers changed.
8735
8736         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
8737         (gst_signal_processor_start, gst_signal_processor_stop)
8738         (gst_signal_processor_cleanup): New functions to manage the
8739         processor's state.
8740         (gst_signal_processor_setcaps): start() as well as setup() here.
8741         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
8742         (gst_signal_processor_change_state): Stop and cleanup the
8743         processor as we go to NULL.
8744
8745         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
8746         INPLACE_BROKEN is not set.
8747
8748         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
8749         Do the alloc_buffer in bytes, not frames.
8750         
8751 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8752
8753         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
8754         Fix rgb masks when recording in < 24bpp.
8755
8756 2006-08-04  Andy Wingo  <wingo@pobox.com>
8757
8758         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
8759         (gst_signal_processor_prepare)
8760         (gst_signal_processor_update_inputs)
8761         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
8762         (gst_signal_processor_flush)
8763         (gst_signal_processor_sink_activate_push)
8764         (gst_signal_processor_src_activate_pull)
8765         (gst_signal_processor_change_state): Remove the last of the code
8766         that assumes that we process whole buffers at a time. Fix some
8767         debugging. Seems to work now in some cases.
8768         (gst_signal_processor_src_activate_pull): BPB
8769
8770 2006-08-01  Andy Wingo  <wingo@pobox.com>
8771
8772         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
8773         Fix nframes-choosing.
8774         (gst_signal_processor_init): Init pending_in and pending_out.
8775
8776         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
8777         more default sample rate, although we never check that the sample
8778         rate actually gets set. Something for the future.
8779         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
8780         (gst_signal_processor_event): Refcount fixen.
8781         (gst_signal_processor_process): Pull the number of frames to
8782         process from the sizes of the buffers in the input pens.
8783         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
8784         (gst_signal_processor_do_pulls): Add an nframes argument, and use
8785         it instead of buffer_frames.
8786         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
8787         to do_pulls.
8788         (gst_signal_processor_chain)
8789         (gst_signal_processor_sink_activate_push)
8790         (gst_signal_processor_src_activate_pull):  Refcount fixen.
8791
8792         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
8793
8794 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
8795
8796         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
8797         (gst_signal_processor_process):
8798           don't query buffer-frames from caps, add lots of debug-log,
8799           try fix for assert (#349189)
8800
8801 2006-07-31  Wim Taymans  <wim@fluendo.com>
8802
8803         * gst/udp/gstudpsrc.c:
8804         Fix docs.
8805
8806 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
8807
8808         * ext/ladspa/gstsignalprocessor.c:
8809         (gst_signal_processor_add_pad_from_template),
8810         (gst_signal_processor_init), (gst_signal_processor_setcaps),
8811         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
8812         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
8813         (gst_signal_processor_sink_activate_push),
8814         (gst_signal_processor_src_activate_pull),
8815         (gst_signal_processor_change_state):
8816          Add debugs logs here and there, add more error handling, add some
8817          FIXME comments, filed #349189
8818
8819 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8820
8821         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
8822         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
8823         Set caps on buffer correctly.  Fixes bug #349155.
8824
8825 2006-07-28  Wim Taymans  <wim@fluendo.com>
8826
8827         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8828
8829         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
8830         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
8831         (gst_multipart_demux_finalize), (get_line_end),
8832         (multipart_parse_header), (multipart_find_boundary),
8833         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
8834         (gst_multipart_set_property), (gst_multipart_get_property):
8835         Uses GstAdapter instead of own buffering.
8836         Actually parses the mime-type correctly (In tests the mime-type was
8837         always "" with the old version).
8838         Uses the Content-length header if available to speed up things.
8839         Reliably autoscans the boundary name by default.
8840         Fixes #349068.
8841
8842         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
8843         Don't start the stream with a \n.
8844
8845 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
8846
8847         Patch by: Brian Cameron <brian dot cameron at sun com>
8848
8849         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
8850           Open source with O_NONBLOCK (#349015).
8851
8852 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
8853
8854         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8855         (gst_avi_demux_massage_index):
8856         * gst/avi/gstavidemux.h:
8857           Whitespace fixes and more debug
8858
8859 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
8860
8861         * gst/autodetect/gstautoaudiosink.c:
8862         (gst_auto_audio_sink_create_element_with_pretty_name),
8863         (gst_auto_audio_sink_find_best),
8864         (gst_auto_audio_sink_change_state):
8865           Get rid of old and unused magic sound-server properties stuff.
8866           Add suffix to child sink's name that makes it easy to see from
8867           the name alone which type it actually is (alsa, oss, esd, etc.).
8868
8869 2006-07-27  Wim Taymans  <wim@fluendo.com>
8870
8871         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8872         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
8873         (gst_udpsrc_start):
8874         * gst/udp/gstudpsrc.h:
8875         Rename "buffer" to "buffer-size" to make clear it is a size we set and
8876         not some sort of feature we enable.
8877
8878 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
8879
8880         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
8881           Use CLOSE_SOCKET() here instead of close() to maintain
8882           win32 workiness.
8883
8884 2006-07-27  Wim Taymans  <wim@fluendo.com>
8885
8886         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
8887
8888         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8889         (gst_udpsrc_create), (gst_udpsrc_set_property),
8890         (gst_udpsrc_get_property), (gst_udpsrc_start):
8891         * gst/udp/gstudpsrc.h:
8892         Added "buffer-size" property to control the kernel receive buffer size.
8893         Update documentation.
8894         Small cleanups. Fixes #348752.
8895         API: buffer-size property
8896
8897 2006-07-26  Wim Taymans  <wim@fluendo.com>
8898
8899         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
8900
8901         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
8902         (gst_rtp_pcma_pay_handle_buffer):
8903         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
8904         (gst_rtp_pcmu_pay_handle_buffer):
8905         Fix timestamp calculation on outgoing RTP packets.
8906         Fixes #348675.
8907
8908 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8909
8910         * ext/taglib/gstid3v2mux.cc:
8911           Fix writing of comment frames (should be COMM not TCOM),
8912           is still sub-optimal though, since we don't retain or
8913           extract the comment descriptions properly (#334375,
8914           also see #334375).
8915
8916 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8917
8918         * gst/wavparse/gstwavparse.c:
8919           #define 'fact' RIFF chunk if we are not compiling against
8920           -base CVS (we don't want to depend on -base CVS for this
8921           one define only, and also not for release order reasons).
8922
8923 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8924
8925         * ext/taglib/gstid3v2mux.cc:
8926           Handle multiple tags of the same type properly. Re-inject
8927           unparsed ID3v2 frames that we get as binary blobs from
8928           id3demux into the tag again so we don't lose information
8929           when retagging (#334375).
8930
8931 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
8932
8933         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
8934           Document newly-added properties properly, so that there is a
8935           'Since: 0.10.4' in the plugin docs. Convert some property
8936           names into canonical GObject style (GObject will do that
8937           internally anyway).
8938
8939 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
8940
8941         * gst/id3demux/id3tags.c:
8942         (id3demux_add_id3v2_frame_blob_to_taglist):
8943           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
8944           well, and add the version to the blob's buffer caps, since that
8945           information will be needed for deserialisation later on (#348644).
8946
8947 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
8948
8949         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
8950         (gst_avi_demux_parse_stream):
8951          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
8952          indentation and spacing.
8953
8954 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8955
8956         * docs/plugins/Makefile.am:
8957         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8958         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8959         * docs/plugins/gst-plugins-good-plugins.args:
8960         * docs/plugins/inspect/plugin-1394.xml:
8961         * docs/plugins/inspect/plugin-aasink.xml:
8962         * docs/plugins/inspect/plugin-alaw.xml:
8963         * docs/plugins/inspect/plugin-alpha.xml:
8964         * docs/plugins/inspect/plugin-alphacolor.xml:
8965         * docs/plugins/inspect/plugin-annodex.xml:
8966         * docs/plugins/inspect/plugin-apetag.xml:
8967         * docs/plugins/inspect/plugin-auparse.xml:
8968         * docs/plugins/inspect/plugin-autodetect.xml:
8969         * docs/plugins/inspect/plugin-avi.xml:
8970         * docs/plugins/inspect/plugin-cacasink.xml:
8971         * docs/plugins/inspect/plugin-cairo.xml:
8972         * docs/plugins/inspect/plugin-cdio.xml:
8973         * docs/plugins/inspect/plugin-cutter.xml:
8974         * docs/plugins/inspect/plugin-debug.xml:
8975         * docs/plugins/inspect/plugin-dv.xml:
8976         * docs/plugins/inspect/plugin-efence.xml:
8977         * docs/plugins/inspect/plugin-effectv.xml:
8978         * docs/plugins/inspect/plugin-esdsink.xml:
8979         * docs/plugins/inspect/plugin-flac.xml:
8980         * docs/plugins/inspect/plugin-flxdec.xml:
8981         * docs/plugins/inspect/plugin-gconfelements.xml:
8982         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8983         * docs/plugins/inspect/plugin-goom.xml:
8984         * docs/plugins/inspect/plugin-halelements.xml:
8985         * docs/plugins/inspect/plugin-icydemux.xml:
8986         * docs/plugins/inspect/plugin-id3demux.xml:
8987         * docs/plugins/inspect/plugin-jpeg.xml:
8988         * docs/plugins/inspect/plugin-level.xml:
8989         * docs/plugins/inspect/plugin-matroska.xml:
8990         * docs/plugins/inspect/plugin-mulaw.xml:
8991         * docs/plugins/inspect/plugin-multipart.xml:
8992         * docs/plugins/inspect/plugin-navigationtest.xml:
8993         * docs/plugins/inspect/plugin-ossaudio.xml:
8994         * docs/plugins/inspect/plugin-png.xml:
8995         * docs/plugins/inspect/plugin-rtp.xml:
8996         * docs/plugins/inspect/plugin-rtsp.xml:
8997         * docs/plugins/inspect/plugin-shout2send.xml:
8998         * docs/plugins/inspect/plugin-smpte.xml:
8999         * docs/plugins/inspect/plugin-speex.xml:
9000         * docs/plugins/inspect/plugin-udp.xml:
9001         * docs/plugins/inspect/plugin-videobalance.xml:
9002         * docs/plugins/inspect/plugin-videobox.xml:
9003         * docs/plugins/inspect/plugin-videoflip.xml:
9004         * docs/plugins/inspect/plugin-videomixer.xml:
9005         * docs/plugins/inspect/plugin-wavenc.xml:
9006         * docs/plugins/inspect/plugin-wavparse.xml:
9007         * docs/plugins/inspect/plugin-ximagesrc.xml:
9008           Update files to CVS/Prerelease version, add esdsink docs.
9009
9010         * ext/esd/esdsink.c:
9011           Add gtk-doc blurb.
9012
9013         * gst/rtp/gstrtpmp4vpay.c:
9014           Fix typo in element description.
9015
9016 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9017
9018         * ext/esd/esdsink.c: (gst_esdsink_open),
9019         (gst_esdsink_factory_init):
9020           Prevent libesd from auto-spawning a sound daemon if it
9021           is not already running. Now that we don't do evil stuff
9022           like that any longer we can give esdsink a rank so that
9023           autoaudiosink will try it as well if all other audio
9024           sinks fail (#343051).
9025
9026 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9027
9028         * ext/esd/Makefile.am:
9029           Oops, need to remove README from EXTRA_DIST as well.
9030
9031 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9032
9033         * ext/esd/README:
9034           Remove, it contains nothing useful anyway.
9035
9036         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
9037         (gst_esdsink_delay):
9038           Some small clean-ups; use GST_BOILERPLATE etc.
9039
9040 2006-07-24  Wim Taymans  <wim@fluendo.com>
9041
9042         * gst/law/alaw-decode.c: (alawdec_getcaps):
9043         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
9044         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
9045         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
9046         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
9047
9048 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
9049
9050         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
9051         (gst_wavparse_other), (gst_wavparse_perform_seek),
9052         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
9053         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
9054         (gst_wavparse_pad_query):
9055         * gst/wavparse/gstwavparse.h:
9056           Use information from 'fact' chunk for length calculation of compressed
9057           samples. Calculate bps if bogus value is found in wav header (embeded
9058           mp2/mp3).
9059           
9060
9061 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9062
9063         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
9064
9065         * configure.ac:
9066         * gst/udp/Makefile.am:
9067         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
9068         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
9069         * gst/udp/gstdynudpsink.h:
9070         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
9071         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
9072         * gst/udp/gstmultiudpsink.h:
9073         * gst/udp/gstudp.c: (plugin_init):
9074         * gst/udp/gstudpsink.h:
9075         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
9076         (gst_udpsrc_start), (gst_udpsrc_stop):
9077         * gst/udp/gstudpsrc.h:
9078         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
9079         (gst_udp_net_utils_win32_wsa_startup):
9080         * gst/udp/gstudpnetutils.h:
9081           Port udp plugin to win32 (#345288).
9082
9083 2006-07-24  Wim Taymans  <wim@fluendo.com>
9084
9085         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
9086         Remove unwanted DEBUG line.
9087
9088 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9089
9090         * gst/id3demux/gstid3demux.c: (plugin_init):
9091         * gst/id3demux/id3tags.c:
9092         (id3demux_add_id3v2_frame_blob_to_taglist):
9093         * gst/id3demux/id3tags.h:
9094           On second thought, it might be wiser and more efficient
9095           not to do tag registration from a streaming thread.
9096
9097 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9098
9099         * gst/id3demux/id3tags.c:
9100         (id3demux_add_id3v2_frame_blob_to_taglist),
9101         (id3demux_id3v2_frames_to_tag_list):
9102           Put ID3v2 frames we can't parse as binary blobs into private
9103           tags, so that they are not lost when retagging, at least once
9104           id3v2mux has been taught to re-inject those frames again.
9105           See bug #334375.
9106
9107 2006-07-21  Wim Taymans  <wim@fluendo.com>
9108
9109         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9110         (gst_avi_demux_process_next_entry):
9111         Fix some leaks.
9112
9113         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
9114         Don't use \n in debug lines.
9115
9116 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
9117
9118         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9119         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9120           Add annodex and icydemux, cleanup the sections a bit
9121
9122 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
9123
9124         Patch by: Alex Lancaster <alexl at users sourceforge net>
9125
9126         * ext/taglib/gstid3v2mux.cc:
9127           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
9128           ID3v2 TSSE frames (#347898).
9129
9130 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
9131
9132         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
9133           Respect mpegversion for "video/mpeg" and give message in case of
9134           unhandled versions.
9135
9136 2006-07-17  Wim Taymans  <wim@fluendo.com>
9137
9138         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
9139         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
9140         (gst_pngdec_chain), (gst_pngdec_sink_event),
9141         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
9142         (gst_pngdec_sink_activate_push):
9143         * ext/libpng/gstpngdec.h:
9144         Use statically allocated segment instead of leaking.
9145         Various cleanups.
9146         Fix flush and seek handling.
9147
9148 2006-07-16  Wim Taymans  <wim@fluendo.com>
9149
9150         * gst/rtp/Makefile.am:
9151         * gst/rtp/gstrtp.c: (plugin_init):
9152         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
9153         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
9154         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
9155         (gst_rtp_mp4g_depay_set_property),
9156         (gst_rtp_mp4g_depay_get_property),
9157         (gst_rtp_mp4g_depay_change_state),
9158         (gst_rtp_mp4g_depay_plugin_init):
9159         * gst/rtp/gstrtpmp4gdepay.h:
9160         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
9161         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
9162         (gst_rtp_mp4g_pay_flush):
9163         Added simple generic mpeg4 depayloader.
9164         Fix generic mpeg4 payloader.
9165
9166 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
9167
9168         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
9169           Don't try doing state changes on a NULL pointer.
9170
9171 2006-07-14  Wim Taymans  <wim@fluendo.com>
9172
9173         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
9174
9175         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
9176         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
9177         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9178         * gst/rtp/gstrtpamrdepay.h:
9179         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
9180         Fixes #321191
9181
9182 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9183
9184         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9185         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
9186         Fix segfault when moving mouse pointer to the bottom right corner.
9187
9188 2006-07-12  Wim Taymans  <wim@fluendo.com>
9189
9190         * gst/rtp/Makefile.am:
9191         * gst/rtp/gstrtp.c: (plugin_init):
9192         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
9193         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
9194         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
9195         (gst_rtp_mp2t_depay_set_property),
9196         (gst_rtp_mp2t_depay_get_property),
9197         (gst_rtp_mp2t_depay_change_state),
9198         (gst_rtp_mp2t_depay_plugin_init):
9199         * gst/rtp/gstrtpmp2tdepay.h:
9200         Added mpeg2 TS depayloader. Closing #347234.
9201
9202 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
9203
9204         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
9205           Remove g_assert that shouldn't be there and was triggered
9206           after trying to open a device that doesn't exist or can't
9207           be opened for some other reason (#347972).
9208
9209 2006-07-10  Edward Hervey  <edward@fluendo.com>
9210
9211         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9212         (gst_avi_demux_stream_header), (push_tag_lists):
9213         * gst/avi/gstavidemux.h:
9214         Don't push tag events found by gst_riff_parse_info() before outputting
9215         GST_EVENT_NEWSEGMENT.
9216
9217 2006-07-10  Wim Taymans  <wim@fluendo.com>
9218
9219         * gst/rtsp/Makefile.am:
9220         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
9221         (rtsp_connection_close):
9222         * gst/rtsp/rtspdefs.h:
9223         replaced closesocket and close in code with one CLOSE_SOCKET. 
9224         Some more cleanups. Fixes #345301.
9225
9226 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
9227
9228         * gst/autodetect/gstautoaudiosink.c:
9229           Fix example pipeline in docs.
9230
9231 2006-07-10  Wim Taymans  <wim@fluendo.com>
9232
9233         Patch by: Rob Taylor <robtaylor at floopily dot org>
9234
9235         * gst/udp/gstmultiudpsink.c: (join_multicast),
9236         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
9237         If a destination is added before the stream is set to PAUSED, the
9238         multicast group is not joined as the socket is not created yet. 
9239         Also TTL and LOOP should also be set. Fixes #346921.
9240
9241 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9242
9243         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9244         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9245         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
9246         (gst_ximage_src_init):
9247         * sys/ximage/gstximagesrc.h:
9248         Fix use-damage property to actually work :)
9249         Add startx, starty, endx, endy properties so screencasts other than full
9250         screen ones can work.
9251
9252 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9253
9254         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9255         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9256         (gst_ximage_src_class_init), (gst_ximage_src_init):
9257         * sys/ximage/gstximagesrc.h:
9258         Add use_damage property to offer ability to choose whether to use
9259         XDamage or not.
9260
9261 2006-07-07  Wim Taymans  <wim@fluendo.com>
9262
9263         * gst/goom/filters.c: (zoomFilterSetResolution):
9264         Avoid goom coredumping by clearing memory. 
9265         Fixes 345679.
9266
9267 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
9268
9269         * win32/vs6/libgstid3demux.dsp:
9270         Add a link to libgsttag-0.10.lib.
9271
9272 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9273
9274         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9275         (gst_tag_demux_read_range):
9276         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9277         (gst_id3demux_read_range):
9278           Don't return FLOW_UNEXPECTED when a buffer is before
9279           the start of the stream (which might happen with
9280           large ID3v2 tags if the tag reading was done pullrange
9281           based and we then switched to push mode later on).
9282           Fixes regression introduced by commit from June 29th.
9283
9284 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9285
9286         * ext/taglib/gstid3v2mux.cc:
9287           Make UTF-8 the default encoding when writing string
9288           tags (before, our UTF-8 strings would automatically
9289           be converted to ISO-8859-1 by taglib and written as
9290           ISO-8859-1 fields if that was possible).
9291
9292         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
9293         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
9294         (test_taglib_id3mux_with_tags):
9295           Add test case that makes sure our UTF-8 strings have
9296           actually been written into the tag as UTF-8.
9297
9298 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9299
9300         * configure.ac:
9301           Let's try that again.
9302
9303 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9304
9305         * configure.ac:
9306           Disable monoscope plugin for now until it fulfills
9307           all the requirements.
9308
9309 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9310
9311         * configure.ac:
9312         * gst/monoscope/Makefile.am:
9313         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
9314         (gst_monoscope_class_init), (gst_monoscope_init),
9315         (gst_monoscope_finalize), (gst_monoscope_reset),
9316         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
9317         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
9318         (gst_monoscope_sink_event), (gst_monoscope_src_event),
9319         (gst_monoscope_change_state), (plugin_init):
9320         * gst/monoscope/gstmonoscope.h:
9321           Port monoscope visualisation to 0.10.
9322
9323 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9324
9325         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
9326         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
9327           Return FLOW_UNEXPECTED when at the end of the file, not
9328           FLOW_ERROR. Fixes 'internal stream error' errors that
9329           would sometimes occur in totem when scrubbing to the
9330           end of an ID3v1 tagged mp3 file.
9331
9332 2006-07-03  Edward Hervey  <edward@fluendo.com>
9333
9334         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
9335         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
9336         (gst_pngdec_sink_event), (gst_pngdec_change_state):
9337         * ext/libpng/gstpngdec.h:
9338         Implement buffer clipping/dropping using GstSegment.
9339         This provides accurate seeking.
9340
9341 2006-07-03  Edward Hervey  <edward@fluendo.com>
9342
9343         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9344         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
9345         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
9346         (gst_avi_demux_process_next_entry), (push_tag_lists),
9347         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
9348         * gst/avi/gstavidemux.h:
9349         Proper aggregation of each stream's GstFlowReturn in order to figure out
9350         whether the task should stop or not.
9351         Don't send inline events before pushing out a NEW_SEGMENT, more
9352         specifically for GST_TAG_EVENT.
9353         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
9354         sub-indexes.
9355
9356 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
9357
9358         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9359
9360         * sys/sunaudio/gstsunaudiomixerctrl.c:
9361         (gst_sunaudiomixer_ctrl_build_list):
9362           Move "Monitor" slider to input tab so it works more like
9363           sdtaudiocontrol, which is what people on Solaris are used
9364           to using for their mixer program (#346259).
9365
9366 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9367
9368         * tests/check/elements/level.c: (GST_START_TEST):
9369           fix a leak, clean up at the end
9370
9371 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9372
9373         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9374         (gst_matroska_demux_send_event),
9375         (gst_matroska_demux_loop_stream_parse_id):
9376         * gst/matroska/matroska-ids.h:
9377           Send tag event after newsegment event.
9378
9379 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9380
9381         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9382         (gst_id3demux_read_range):
9383           Make sure we don't return GST_FLOW_OK with a NULL buffer in
9384           certain cases where a read beyond the end of the file is
9385           requested. Fixes #345930.
9386
9387         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9388         (gst_tag_demux_read_range):
9389           Fix same issue here as well.
9390
9391 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9392
9393         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
9394         
9395         Fix hypothetical crash.
9396
9397 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
9398
9399         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9400
9401         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
9402           Do not modify the ports value. If the user has turned off the
9403           built-in speakers, then we should not reset it in the prepare
9404           function, since this causes the built-in speakers to turn
9405           back on anytime the user changes a track in totem, rhythmbox,
9406           etc. (#346066).
9407
9408 2006-06-23  Wim Taymans  <wim@fluendo.com>
9409
9410         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
9411         Fix double caps unref when negotiation fails.
9412
9413 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9414
9415         * ext/annodex/gstcmmldec.c:
9416         * ext/annodex/gstcmmlenc.c:
9417         * ext/annodex/gstcmmlparser.c:
9418         * ext/dv/gstdvdec.c:
9419         * ext/dv/gstdvdemux.c:
9420         * ext/gdk_pixbuf/pixbufscale.c:
9421         * ext/jpeg/gstjpegenc.c:
9422         * ext/jpeg/gstsmokedec.c:
9423         * ext/jpeg/gstsmokeenc.c:
9424         * ext/libpng/gstpngdec.c:
9425         * ext/libpng/gstpngenc.c:
9426         * ext/speex/gstspeexenc.c:
9427         * gst/alpha/gstalphacolor.c:
9428         * gst/cutter/gstcutter.c:
9429         * gst/debug/gstnavigationtest.c:
9430         * gst/icydemux/gsticydemux.c:
9431         * gst/level/gstlevel.c:
9432         * gst/multipart/multipart.c:
9433         * gst/rtp/gstrtpamrpay.c:
9434         * gst/rtp/gstrtpdepay.c:
9435         * gst/rtp/gstrtpilbcpay.c:
9436         * gst/rtp/gstrtpmp4gpay.c:
9437         * gst/rtp/gstrtpmp4vpay.c:
9438         * gst/rtsp/gstrtpdec.c:
9439         * gst/rtsp/gstrtspsrc.c:
9440         * gst/udp/gstdynudpsink.c:
9441         * gst/udp/gstmultiudpsink.c:
9442         * gst/udp/gstudpsrc.c:
9443         * gst/videobox/gstvideobox.c:
9444         * gst/videofilter/gstvideoflip.c:
9445           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
9446           plus two minor macro fixes.
9447
9448 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9449
9450         * gst/matroska/matroska-demux.c:
9451         (gst_matroska_demux_check_subtitle_buffer),
9452         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9453         (gst_matroska_demux_subtitle_caps):
9454         * gst/matroska/matroska-ids.c:
9455         (gst_matroska_track_init_subtitle_context):
9456         * gst/matroska/matroska-ids.h:
9457           Try to fix up broken matroska files containing subtitle
9458           streams with non-UTF8 character encodings (courtesy of
9459           mkvmerge) using either the encoding specified in the
9460           GST_SUBTITLE_ENCODING environment variable or the
9461           current locale's character set if it is non-UTF8.
9462           Fixes #337076.
9463
9464 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9465
9466         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
9467           Set image type from APIC frame as "image-type" field
9468           of GST_TAG_IMAGE buffer caps (#344605).
9469
9470 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
9471
9472         * ext/flac/Makefile.am:
9473         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
9474         (gst_flac_dec_reset_decoders),
9475         (gst_flac_dec_setup_seekable_decoder),
9476         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
9477         (gst_flac_dec_metadata_callback),
9478         (gst_flac_dec_metadata_callback_seekable),
9479         (gst_flac_dec_metadata_callback_stream),
9480         (gst_flac_dec_error_callback),
9481         (gst_flac_dec_error_callback_seekable),
9482         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
9483         (gst_flac_dec_read_stream), (gst_flac_dec_write),
9484         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
9485         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
9486         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
9487         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
9488         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
9489         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
9490         (gst_flac_dec_sink_activate_push),
9491         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
9492         * ext/flac/gstflacdec.h:
9493           Support chain-based operation, should make flac-over-DAAP
9494           work (#340492).
9495
9496 2006-06-20  Wim Taymans  <wim@fluendo.com>
9497
9498         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9499         Doc updates, merge some unused symbols.
9500
9501 2006-06-20  Wim Taymans  <wim@fluendo.com>
9502
9503         * docs/plugins/Makefile.am:
9504         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9505         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9506         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
9507         * gst/rtsp/gstrtspsrc.c:
9508         * gst/rtsp/gstrtspsrc.h:
9509         Added documentation for the rtsp plugin. Fixes #345393.
9510
9511 2006-06-20  Wim Taymans  <wim@fluendo.com>
9512
9513         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9514         (rtsp_connection_close), (rtsp_connection_free):
9515         Use better G_OS_* macros. Fixes #345301 some more.
9516
9517 2006-06-20  Wim Taymans  <wim@fluendo.com>
9518
9519         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9520
9521         * sys/sunaudio/Makefile.am:
9522         * sys/sunaudio/gstsunaudio.c: (plugin_init):
9523         * sys/sunaudio/gstsunaudiomixerctrl.c:
9524         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
9525         (gst_sunaudiomixer_ctrl_list_tracks),
9526         (gst_sunaudiomixer_ctrl_get_volume),
9527         (gst_sunaudiomixer_ctrl_set_volume),
9528         (gst_sunaudiomixer_ctrl_set_mute),
9529         (gst_sunaudiomixer_ctrl_set_record):
9530         * sys/sunaudio/gstsunaudiomixerctrl.h:
9531         * sys/sunaudio/gstsunaudiomixertrack.c:
9532         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
9533         * sys/sunaudio/gstsunaudiomixertrack.h:
9534         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
9535         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
9536         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
9537         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
9538         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
9539         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
9540         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
9541         (gst_sunaudiosrc_reset):
9542         * sys/sunaudio/gstsunaudiosrc.h:
9543         Add a SunAudio source plugin.
9544         Support stereo and right/left channel gain in the mixer plugin.
9545         Support the RECORD flag so that you can switch between line-input and
9546         microphone in gnome-volume-control.
9547         Code cleanups like using an enumerator for track number instead of an 
9548         integer. Fixes #344923.
9549
9550 2006-06-20  Wim Taymans  <wim@fluendo.com>
9551
9552         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
9553
9554         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9555         (rtsp_connection_close):
9556         Make RTSP plugin compile on windows. Fixes #345301.
9557         Some changes to original patch to catch errors better.
9558         use ifdef WIN32 instead of ifndef.
9559
9560 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9561
9562         * configure.ac:
9563         If we have libraw1394 >= 1.2.1, then we need libiec61883.
9564
9565 2006-06-18  Edward Hervey  <edward@fluendo.com>
9566
9567         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
9568         After a failed buffer alloc, we need to abort the jpeg decoding (it
9569         started when parsing headers to figure out how many bytes we need
9570         to request downstream).
9571
9572 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
9573
9574         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9575
9576         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
9577           Make sure we don't read beyond the end of the file (#345232).
9578
9579 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9580
9581         * configure.ac:
9582           Fix --disable-external (can't set conditionals conditionally,
9583           #343602).
9584
9585 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9586
9587         * autogen.sh:
9588         * configure.ac:
9589         * docs/Makefile.am:
9590           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
9591
9592         * docs/plugins/Makefile.am:
9593         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9594         * docs/plugins/inspect/plugin-taglib.xml:
9595           Add/fix apev2mux docs.
9596
9597 2006-06-14  Wim Taymans  <wim@fluendo.com>
9598
9599         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
9600         (gst_dvdec_finalize), (gst_dvdec_sink_event),
9601         (gst_dvdec_change_state):
9602         Reset segment info on flush.
9603         Alloc segment in _init, free in _finalize.
9604
9605         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
9606         Don't send segments twice.
9607
9608 2006-06-14  Wim Taymans  <wim@fluendo.com>
9609
9610         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
9611         Respect segment.stop. Fixes #342592.
9612
9613 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9614
9615         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
9616           No language specified means the implied language is English
9617           according to the matroska spec (partially fixes #344708);
9618           add some more debug output.
9619
9620 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9621
9622         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
9623         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
9624         (gst_wavparse_chain):
9625           When operating chain-based, don't make any assumptions about the
9626           chunking of the incoming data and make streaming work on days other
9627           than the second Thursday after a full moon. Also fix up debug
9628           messages here and there and make use of the most excellent new
9629           gst_pad_query_peer_duration() utility function.
9630           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
9631
9632         * gst/wavparse/gstwavparse.h:
9633           Remove trailing comma after last enum value, some compilers don't
9634           like that.
9635
9636 2006-06-13  Wim Taymans  <wim@fluendo.com>
9637
9638         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
9639         Handle premature EOS gracefully.
9640
9641 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
9642
9643         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
9644           Prevent out of bounds array access when scrubbing towards
9645           the end of the file between the last index entry and the
9646           end. Fixes occasional 'start <= stop' newsegment event
9647           assertions when scrubbing in MJPEG files.
9648
9649 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
9650
9651         * tests/check/elements/.cvsignore:
9652           And another one.
9653
9654 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9655
9656         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9657         (scan_encoded_string), (parse_picture_frame):
9658           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
9659
9660         * configure.ac:
9661           Require core >= 0.10.8 (for GST_TAG_IMAGE and
9662           GST_TAG_PPEVIEW_IMAGE used in the patch above).
9663
9664 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9665
9666         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
9667           gratuitous comment changes
9668         * tests/check/elements/level.c: (GST_START_TEST):
9669           fix level test leaks
9670
9671 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9672
9673         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
9674         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
9675           Use gst_pad_query_peer_duration() utility function here.
9676
9677 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9678
9679         * autogen.sh:
9680           require am17
9681         * configure.ac:
9682         * ext/annodex/Makefile.am:
9683         * ext/cdio/Makefile.am:
9684         * ext/dv/Makefile.am:
9685         * ext/esd/Makefile.am:
9686         * ext/flac/Makefile.am:
9687         * ext/gdk_pixbuf/Makefile.am:
9688         * ext/ladspa/Makefile.am:
9689         * ext/libcaca/Makefile.am:
9690         * ext/speex/Makefile.am:
9691         * ext/taglib/Makefile.am:
9692         * sys/oss/Makefile.am:
9693         * sys/sunaudio/Makefile.am:
9694         * sys/ximage/Makefile.am:
9695           clean up build further
9696
9697 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9698
9699         * gconf/Makefile.am:
9700           Honour --disable-schemas-install configure option. Fixes #344100.
9701
9702 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9703
9704         * tests/examples/level/Makefile.am:
9705           Add -lm to LIBS for pow() function, don't assume one of our
9706           dependencies (such as libxml-2.0) drags it in automatically
9707           (#343603).
9708
9709 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9710
9711         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
9712
9713         * configure.ac:
9714           We should use $SED and not $(SED) in configure.ac (#343678).
9715
9716 2006-06-09  Wim Taymans  <wim@fluendo.com>
9717
9718         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9719
9720         * sys/sunaudio/gstsunaudiomixerctrl.c:
9721         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
9722         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
9723         (gst_sunaudiomixer_ctrl_set_mute):
9724         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
9725         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
9726         (gst_sunaudiosink_write):
9727         Attached find a patch that fixes a number of bugs with the SunAudio
9728         mixer plugin and fixes #344101:
9729         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
9730            tracks onto the tracklist causing gnome-volume-control's preferences
9731            dialog to be messed up and would core dump if you checked/unchecked
9732            any item.
9733         2. We weren't previously setting the MUTE flag properly.  Fixing this
9734            makes gnome-volume-control work better.
9735         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
9736            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
9737            gnome-volume-control look better.
9738         Also some minor cleanup in gstsunaudiosink.c.
9739
9740 2006-06-09  Wim Taymans  <wim@fluendo.com>
9741
9742         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
9743         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
9744         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
9745         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
9746         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
9747         * ext/jpeg/gstjpegdec.h:
9748         API: Added IDCT method property
9749         Small cleanups.
9750         Avoid dynamic allocation of trivial fixed structure.
9751         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
9752
9753 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9754
9755         * configure.ac:
9756         We now require libraw1394 >= 1.1.0 and that version onwards all
9757         have .pc files.
9758
9759 2006-06-02  Edward Hervey  <edward@fluendo.com>
9760
9761         * gst/law/alaw-decode.c: (alawdec_getcaps): 
9762         Trying to get items from an ANY or EMPTY caps is ... stupid.
9763
9764 2006-06-02  Edward Hervey  <edward@fluendo.com>
9765
9766         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
9767         (gst_dvdec_chain), (gst_dvdec_change_state):
9768         * ext/dv/gstdvdec.h:
9769         Added GstSegment handling, now implements dropping/clipping.
9770
9771 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
9772
9773         * ext/aalib/gstaasink.h:
9774         * ext/annodex/gstcmmldec.h:
9775         * ext/cairo/gsttimeoverlay.h:
9776         * ext/dv/gstdvdec.h:
9777         * ext/dv/gstdvdemux.h:
9778         * ext/esd/esdmon.h:
9779         * ext/esd/esdsink.h:
9780         * ext/flac/gstflacenc.h:
9781         * ext/gconf/gstgconfaudiosink.h:
9782         * ext/gconf/gstgconfaudiosrc.h:
9783         * ext/gconf/gstgconfvideosink.h:
9784         * ext/gconf/gstgconfvideosrc.h:
9785         * ext/gdk_pixbuf/gstgdkanimation.h:
9786         * ext/gdk_pixbuf/pixbufscale.h:
9787         * ext/hal/gsthalaudiosink.h:
9788         * ext/hal/gsthalaudiosrc.h:
9789         * ext/jpeg/gstjpegenc.h:
9790         * ext/jpeg/gstsmokedec.h:
9791         * ext/jpeg/gstsmokeenc.h:
9792         * ext/libcaca/gstcacasink.h:
9793         * ext/libmng/gstmngdec.h:
9794         * ext/libmng/gstmngenc.h:
9795         * ext/libpng/gstpngdec.h:
9796         * ext/libpng/gstpngenc.h:
9797         * ext/raw1394/gstdv1394src.h:
9798         * ext/speex/gstspeexenc.h:
9799         * gst/autodetect/gstautoaudiosink.h:
9800         * gst/autodetect/gstautovideosink.h:
9801         * gst/avi/gstavidemux.h:
9802         * gst/cutter/gstcutter.h:
9803         * gst/debug/efence.h:
9804         * gst/debug/gstnavigationtest.h:
9805         * gst/debug/gstnavseek.h:
9806         * gst/flx/gstflxdec.h:
9807         * gst/goom/gstgoom.h:
9808         * gst/icydemux/gsticydemux.h:
9809         * gst/id3demux/gstid3demux.h:
9810         * gst/law/alaw-decode.h:
9811         * gst/law/alaw-encode.h:
9812         * gst/law/mulaw-decode.h:
9813         * gst/law/mulaw-encode.h:
9814         * gst/matroska/matroska-mux.h:
9815         * gst/median/gstmedian.h:
9816         * gst/oldcore/gstaggregator.h:
9817         * gst/oldcore/gstfdsink.h:
9818         * gst/oldcore/gstmd5sink.h:
9819         * gst/oldcore/gstmultifilesrc.h:
9820         * gst/oldcore/gstpipefilter.h:
9821         * gst/oldcore/gstshaper.h:
9822         * gst/oldcore/gststatistics.h:
9823         * gst/rtp/gstasteriskh263.h:
9824         * gst/rtp/gstrtpL16depay.h:
9825         * gst/rtp/gstrtpL16pay.h:
9826         * gst/rtp/gstrtpamrdepay.h:
9827         * gst/rtp/gstrtpamrpay.h:
9828         * gst/rtp/gstrtpdepay.h:
9829         * gst/rtp/gstrtpgsmdepay.h:
9830         * gst/rtp/gstrtpgsmpay.h:
9831         * gst/rtp/gstrtph263pay.h:
9832         * gst/rtp/gstrtph263pdepay.h:
9833         * gst/rtp/gstrtph263ppay.h:
9834         * gst/rtp/gstrtpmp4gpay.h:
9835         * gst/rtp/gstrtpmp4vdepay.h:
9836         * gst/rtp/gstrtpmp4vpay.h:
9837         * gst/rtp/gstrtpmpadepay.h:
9838         * gst/rtp/gstrtpmpapay.h:
9839         * gst/rtp/gstrtppcmadepay.h:
9840         * gst/rtp/gstrtppcmapay.h:
9841         * gst/rtp/gstrtppcmudepay.h:
9842         * gst/rtp/gstrtppcmupay.h:
9843         * gst/rtp/gstrtpspeexdepay.h:
9844         * gst/rtp/gstrtpspeexpay.h:
9845         * gst/rtsp/gstrtpdec.h:
9846         * gst/rtsp/gstrtspsrc.h:
9847         * gst/smpte/gstsmpte.h:
9848         * gst/udp/gstdynudpsink.h:
9849         * gst/udp/gstmultiudpsink.h:
9850         * gst/udp/gstudpsink.h:
9851         * gst/udp/gstudpsrc.h:
9852         * gst/videofilter/gstvideobalance.h:
9853         * gst/videofilter/gstvideoflip.h:
9854         * sys/oss/gstossdmabuffer.h:
9855         * sys/oss/gstossmixerelement.h:
9856         * sys/oss/gstosssink.h:
9857         * sys/oss/gstosssrc.h:
9858         * sys/osxvideo/osxvideosink.h:
9859         * sys/sunaudio/gstsunaudiomixer.h:
9860         * sys/sunaudio/gstsunaudiosink.h:
9861         * sys/ximage/gstximagesrc.h:
9862         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
9863
9864 2006-05-31  Wim Taymans  <wim@fluendo.com>
9865
9866         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
9867         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
9868         (gst_goom_src_setcaps), (gst_goom_src_event),
9869         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
9870         (gst_goom_change_state):
9871         * gst/goom/gstgoom.h:
9872         Handle QoS.
9873         Handle flushing, discont and events.
9874         Fix timestamps and various other cleanups.
9875
9876 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9877
9878         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
9879         Fix bus reset when using libiec61883
9880
9881 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9882
9883         * configure.ac:
9884         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
9885         * ext/raw1394/Makefile.am:
9886         Add CFLAGS.
9887         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
9888         New method, to receive using libiec61883.
9889         (gst_dv1394src_iso_receive),
9890         #ifdef'd out if libiec61883 is present.
9891         (gst_dv1394src_bus_reset),
9892         Get userdata correctly if using libiec61883. 
9893         (gst_dv1394src_create),
9894         When using libiec61883, only poll one fd and no need to read.
9895         (gst_dv1394src_discover_avc_node),
9896         Replace g_warnings.
9897         (gst_dv1394src_start),
9898         Create new handle when we know which dv port.  More reliable
9899         than setting port on an existing handle.  Initialise libiec61883.
9900         (gst_dv1394src_stop):
9901         If using libiec61883, then cleanup its handle properly.
9902         * ext/raw1394/gstdv1394src.h:
9903         Add libiec61883 handle.
9904
9905 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
9906
9907         * gst/avi/gstavidemux.c:
9908           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
9909         * win32/MANIFEST:
9910           sort file listing
9911         * win32/vs6/libgstavi.dsp:
9912           add gstavimux.c to the project
9913         * win32/vs6/libgstid3demux.dsp:
9914           add link to zlib library
9915         * win32/vs6/libgstmatroska.dsp:
9916           add matroska-ids.c to the project
9917
9918 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9919
9920         Patch by: Sebastian Dröge  <mail at slomosnail de >
9921
9922         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9923         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9924         * ext/taglib/Makefile.am:
9925         * ext/taglib/gstapev2mux.cc:
9926         * ext/taglib/gstapev2mux.h:
9927         * ext/taglib/gstid3v2mux.cc:
9928         * ext/taglib/gsttaglibmux.c: (plugin_init):
9929         * ext/taglib/gsttaglibmux.h:
9930           Add apev2mux element (#343122).
9931         
9932         * tests/check/Makefile.am:
9933         * tests/check/elements/apev2mux.c:
9934         (test_taglib_apev2mux_create_tags),
9935         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
9936         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
9937         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
9938         (apev2mux_suite), (main):
9939           Add unit test for apev2mux element.
9940
9941 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9942
9943         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
9944         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
9945         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
9946           GST_PTR_FORMAT should be used to print caps in debug statements.
9947
9948 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9949
9950         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
9951
9952         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
9953         (ape_demux_parse_tags):
9954           Some clean-ups and additions: map APE 'file' tag to
9955           GST_TAG_LOCATION (#343123); add support for extracting
9956           the track count and clean up parsing a bit (#343127).
9957
9958 2006-05-28  Edward Hervey  <edward@fluendo.com>
9959
9960         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
9961         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
9962
9963 2006-05-28  Edward Hervey  <edward@fluendo.com>
9964
9965         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
9966         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
9967         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
9968         * ext/jpeg/gstjpegdec.h:
9969         Clip outgoing buffers according to currently configured segment.
9970
9971 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9972
9973         * ext/taglib/gstid3v2mux.cc:
9974           Handle  writing of track-count or album-volume-count without
9975           track-number or albume-volume-number (in this case the number
9976           will just be set to 0).
9977
9978         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
9979           It would be nice if we actually checked the values received for
9980           track/album-volume number/count in  _check_tags(), rather than
9981           setting them again ...
9982
9983 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9984
9985         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
9986           A track/volume number or count of 0 does not make sense,
9987           just ignore it along with negative numbers (a tag might
9988           only contain a track count without a track number).
9989
9990 2006-05-27  Edward Hervey  <edward@fluendo.com>
9991
9992         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
9993         (gst_jpeg_dec_sink_event):
9994         Abort decompression when receiving FLUSH_STOP. This should avoid
9995         issues when interrupting decoding with flushes.
9996
9997 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
9998
9999         * ext/flac/gstflac.c:
10000           Don't #include file we don't dist any longer.
10001
10002 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10003
10004         * README:
10005           Replace current README (containing the release notes from
10006           some 0.9.x version) with a proper README taken from the core.
10007
10008 2006-05-24  Wim Taymans  <wim@fluendo.com>
10009
10010         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
10011         Implement EOS correctly by either posting
10012         SEGMENT_DONE or pushing an EOS message depending
10013         on the seek type. Fixes #342592
10014
10015 2006-05-24  Wim Taymans  <wim@fluendo.com>
10016
10017         * gst/law/alaw-decode.c: (gst_alawdec_chain):
10018         * gst/law/alaw-decode.h:
10019         * gst/law/alaw-encode.c: (gst_alawenc_chain):
10020         * gst/law/alaw-encode.h:
10021         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
10022         * gst/law/mulaw-decode.h:
10023         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
10024         * gst/law/mulaw-encode.h:
10025         Some cleanups in the chain functions.
10026         Remove some GStreamer 0.0.2 bits.
10027
10028 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10029
10030         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10031
10032         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
10033           gst_collect_pads_stop() needs to be called before chaining up
10034           to the parent class (#342734).
10035
10036 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10037
10038         * ext/flac/Makefile.am:
10039         * ext/flac/flac_compat.h:
10040         * ext/flac/gstflac.c:
10041         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
10042         * ext/flac/gstflacenc.c:
10043           Remove backwards compatibility cruft for dealing with FLAC API
10044           changes in the 1.0.x series - we require 1.1.1 or newer these days.
10045
10046 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10047
10048         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10049         (gst_matroska_demux_push_xiph_codec_priv_data),
10050         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
10051         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
10052         * gst/matroska/matroska-ids.h:
10053         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
10054         (gst_matroska_mux_video_pad_setcaps),
10055         (xiph3_streamheader_to_codecdata),
10056         (vorbis_streamheader_to_codecdata),
10057         (theora_streamheader_to_codecdata),
10058         (gst_matroska_mux_audio_pad_setcaps),
10059         (gst_matroska_mux_write_data):
10060           Add support for muxing/demuxing theora video (#342448; too bad
10061           none of the usual linux players can actually play this). Playback
10062           in GStreamer will require additional changes to theoradec in -base.
10063           Refactor streamheaders <=> CodecPrivateData code a bit; some small
10064           cleanups.
10065
10066 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10067
10068         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
10069         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
10070           Fix crashes when the horizontal subsampling is 1.
10071           Fixes #342097.
10072
10073 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10074
10075         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10076
10077         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
10078         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10079         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10080         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
10081         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
10082         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10083         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
10084         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10085         (gst_avi_mux_change_state):
10086         * gst/avi/gstavimux.h:
10087           Some enhancements for avimux (#342526):
10088            - add odml (large file) index support
10089            - store codec init data (e.g. huffyuv)
10090            - miscellaneous other fixes/cleanups
10091
10092 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
10093
10094         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10095         Don't output any tag when we encounter a negative track number - the
10096         tag type is uint, so we end up outputting huge positive numbers
10097         instead. (Fixes: #342029)
10098
10099 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10100
10101         * configure.ac:
10102           update for new GSTPB_PLUGINS_DIR
10103
10104 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
10105
10106         * rtp/gst/gstrtph263pay.c:
10107         Properly set static caps for H263 at 34.
10108
10109 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
10110
10111         Patch by: James "Doc" Livingston  <doclivingston gmail com>
10112
10113         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
10114           Merge event tags and tag setter tags correctly (#339918). Also,
10115           don't leak taglist in case of an error.
10116           
10117 2006-05-17  Edward Hervey  <edward@fluendo.com>
10118
10119         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
10120         We can only do caps intersection if the othercaps are non-empty and not
10121         ANY. Else we return the pad template (base_caps).
10122
10123 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
10124
10125         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10126           Fix crash when outputting debugging information for certain
10127           pictures (always good to use the right struct member for
10128           the number of records in an array).
10129
10130 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
10131
10132         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
10133
10134         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
10135         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
10136         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
10137         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
10138         (gst_ebml_read_float), (gst_ebml_read_ascii),
10139         (gst_ebml_read_binary):
10140           Don't create unnecessary sub-buffers all the time. Dramatically
10141           improves performance with multiple concurrently running
10142           matroskademux instances (#341818) (and avoids doing
10143           unnecessarily inefficient things in the general case).
10144
10145 2006-05-16  Edward Hervey  <edward@fluendo.com>
10146
10147         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
10148         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
10149         return value of gst_pad_push_event().
10150
10151 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
10152
10153         * gst/autodetect/gstautoaudiosink.c:
10154         (gst_auto_audio_sink_find_best):
10155         * gst/autodetect/gstautovideosink.c:
10156         (gst_auto_video_sink_find_best):
10157         Make the name of the child element be based on the name of the
10158         parent, so that debug output is more useful.
10159         
10160         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
10161         (parse_insert_string_field), (parse_split_strings):
10162         Rework string parsing to always walk over BOM markers in UTF16
10163         strings, using the endianness indicated by the innermost one,
10164         then trying the opposite endianness if that fails to convert
10165         to valid UTF-8. Fixes #341774
10166
10167 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10168
10169         Patch from: Matthieu <matthieu at fluendo dot com>
10170
10171         * ext/libpng/Makefile.am:
10172         Add LIBPNG_CFLAGS.
10173
10174 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10175
10176         * ext/taglib/gstid3v2mux.cc:
10177           Add support for writing images (APIC frames) into ID3v2
10178           tags (picture type always set to 'other' for now though).
10179
10180 2006-05-14  Michael Smith  <msmith@fluendo.com>
10181
10182         * gst/wavparse/gstwavparse.c:
10183           Update docs; wavparse implements push and pull modes.
10184
10185 2006-05-12  Wim Taymans  <wim@fluendo.com>
10186
10187         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
10188         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
10189         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
10190         Ooops, bitten by the copy-and-paste design paradigm, fixes
10191         seek again.
10192
10193 2006-05-12  Wim Taymans  <wim@fluendo.com>
10194
10195         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10196         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
10197         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
10198         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10199         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
10200         (gst_avi_demux_massage_index),
10201         (gst_avi_demux_calculate_durations_from_index),
10202         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
10203         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10204         (gst_avi_demux_loop):
10205         * gst/avi/gstavidemux.h:
10206         Some cleanups, prepare to use GstSegment.
10207         Fix error in entry walking code.
10208         Fix VBR detection.
10209         Smarter timestamp calculation code.
10210         Uniform error/eos handling.
10211
10212 2006-05-12  Michael Smith  <msmith@fluendo.com>
10213
10214         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
10215         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
10216           Fix use of uninitialised values if we're NOT seeking in ready.
10217           Fix typos.
10218
10219 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
10220
10221         * gst/wavparse/Makefile.am:
10222           Add CFLAGS and LIBS for libgstbase, fixes build on
10223           Cygwin (#341489).
10224
10225 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10226
10227         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
10228           Some more debug info. No need to check whether the string
10229           returned by g_convert() is really UTF-8 - either it is or
10230           we get NULL returned.
10231
10232 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
10233
10234         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
10235           Fix parsing of numeric genre strings some more, by ensuring that
10236           we only try and parse strings that a) Start with '(' and b) Consist
10237           only of digits.
10238           Also, when finding an escaping '((' sequence, bust it back to '(' by
10239           swallowing the first parenthesis
10240
10241 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10242
10243         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
10244         (gst_esdsink_open), (gst_esdsink_close):
10245         * ext/esd/esdsink.h:
10246           Move the esd_get_server_info() into gst_esdsink_open() and fail
10247           with a decent error message on errors.
10248
10249 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10250
10251         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
10252         (gst_esdmon_channels_get_type):
10253         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
10254         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
10255         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
10256         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
10257         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
10258         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
10259         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
10260         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
10261         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
10262         * gst/videomixer/videomixer.c:
10263         (gst_video_mixer_background_get_type):
10264           Const-ify GEnumValue arrays.
10265
10266 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10267
10268         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
10269
10270         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
10271         (gst_avi_mux_do_video_buffer):
10272           Work around gst_buffer_make_metadata_writable() bug that
10273           results in avimux marking all frames in the index as
10274           keyframes (#340859).
10275           
10276 2006-05-08  Wim Taymans  <wim@fluendo.com>
10277
10278         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10279         Make parsing of urls suck slightly less.
10280
10281 2006-05-08  Edward Hervey  <edward@fluendo.com>
10282
10283         * autogen.sh: (CONFIGURE_DEF_OPT): 
10284         libtoolize on Darwin/MacOSX is called glibtoolize.
10285
10286 2006-05-08  Wim Taymans  <wim@fluendo.com>
10287
10288         Patch by: Jens Granseuer <jensgr at gmx dot net>
10289
10290         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
10291         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
10292         C89 compliance fixes. Fixes #340980
10293
10294 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
10295
10296         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10297         * ext/flac/gstflacdec.h:
10298           Handle segment seeks that include the end of the file as stop point
10299           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
10300           message instead of an EOS event in case we're in segment seek
10301           mode (fixes #340699).
10302           
10303 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
10304
10305         * ext/cairo/gsttextoverlay.c:
10306         * ext/flac/gstflacdec.c:
10307         * ext/gdk_pixbuf/pixbufscale.c:
10308         * gst/apetag/gstapedemux.c:
10309         * gst/debug/breakmydata.c:
10310         * gst/debug/testplugin.c:
10311         * gst/matroska/ebml-write.c:
10312         * gst/multipart/multipartdemux.c:
10313         * sys/osxaudio/gstosxaudiosink.c:
10314         * sys/osxaudio/gstosxaudiosrc.c:
10315         Add semicolons after GST_BOILERPLATE[_FULL] so that
10316         indent doesn't mess up following lines.
10317
10318 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
10319
10320         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
10321
10322         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
10323           Don't leak caps when freeing the stream context (#340623).
10324
10325 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
10326
10327         * configure.ac:
10328           Back to CVS
10329
10330 === release 0.10.3 ===
10331
10332 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
10333
10334         * configure.ac:
10335           releasing 0.10.3, "Desplazado"
10336
10337 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10338
10339         * gst/matroska/matroska-mux.c:
10340         (gst_matroska_mux_stream_is_vorbis_header),
10341         (gst_matroska_mux_write_data):
10342           Don't strcmp() NULL strings.
10343           Only start new clusters on video keyframes, not on any
10344           random audio buffer that doesn't have the DELTA_UNIT
10345           flag set (fixes 'make check' again).
10346
10347 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10348
10349         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10350
10351         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
10352         (gst_matroska_mux_stream_is_vorbis_header),
10353         (gst_matroska_mux_write_data):
10354           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
10355           value and then dead-lock when muxing vorbis audio streams
10356           (the three vorbis header buffers carry no timestamp, and it
10357           would try to mux these after all video buffers). Fixes #340346.
10358
10359           Improve clustering: start a new cluster also whenever we get
10360           a keyframe.     
10361
10362 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10363
10364         * win32/common/config.h:
10365         * win32/MANIFEST
10366           add the generated file as well
10367
10368 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10369
10370         * Makefile.am:
10371         * configure.ac:
10372         * win32/common/config.h.in:
10373           add win32 stuff
10374
10375 2006-05-03  Michael Smith  <msmith@fluendo.com>
10376
10377         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
10378           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
10379           SUCKS.
10380
10381 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
10382
10383         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10384         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10385         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10386           don't leak caps-string
10387
10388 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10389
10390         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
10391         (gst_id3demux_sink_activate):
10392           Let core insert default error message for TYPE_NOT_FOUND
10393           errors, it's just as good as our own and has the added
10394           bonus of being translated.
10395
10396 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10397
10398         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
10399         (gst_tag_demux_sink_event):
10400         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
10401         (gst_id3demux_sink_event):
10402           Post an error message when we get an EOS event and were not
10403           able to find out the type of stream.
10404
10405         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
10406         (test_taglib_id3mux_with_tags):
10407           Decrease num-buffers to 16 per iteration again, otherwise the
10408           many memcpy()s and reallocations in the test will hammer slow
10409           CPUs completely and make the test timeout.
10410
10411 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10412
10413         * configure.ac:
10414           figure out where plugins-base plugins are
10415         * tests/check/Makefile.am:
10416           use plugins-base plugins, so we have typefind functions
10417         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
10418           increase num-buffers, this makes sure the test errors out instead
10419           of timing out when no typefind functions are present
10420
10421 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10422
10423         * docs/plugins/Makefile.am:
10424           also check .cc files for gtk-doc markup
10425         * configure.ac:
10426         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10427         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10428         * tests/check/Makefile.am:
10429         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
10430         * ext/Makefile.am:
10431         * ext/taglib/Makefile.am:
10432         * ext/taglib/gstid3v2mux.h:
10433         * ext/taglib/gsttaglibmux.c:
10434         * ext/taglib/gsttaglibmux.h:
10435           move taglib-based id3v2muxer to -good.  Fixes #336110.
10436
10437 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
10438
10439         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10440           ... and fix multichannel/WAVFORMATEX support again.
10441
10442 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
10443
10444         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10445         (gst_wavparse_class_init), (gst_wavparse_dispose),
10446         (gst_wavparse_reset), (gst_wavparse_init),
10447         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
10448         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
10449         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
10450         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
10451         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10452         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10453         (gst_wavparse_stream_data), (gst_wavparse_loop),
10454         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10455         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10456         (gst_wavparse_change_state), (plugin_init):
10457         * gst/wavparse/gstwavparse.h:
10458           Add push (streaming) mode to wavparse (fixes #337625)
10459
10460 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10461
10462         * configure.ac:
10463         * tests/Makefile.am:
10464           add ximagesrc icles test
10465
10466 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10467
10468         * configure.ac:
10469         * docs/plugins/Makefile.am:
10470         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10471         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10472         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
10473         (gst_cmml_enc_push_clip):
10474         * sys/Makefile.am:
10475         * sys/ximage/Makefile.am:
10476         * sys/ximage/gstximagesrc.c:
10477           Move ximagesrc plug-in to good after review.  Fixes #336756.
10478
10479 2006-04-28  Michael Smith  <msmith@fluendo.com>
10480
10481         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
10482         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
10483         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
10484         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
10485         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10486         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
10487         * gst/icydemux/gsticydemux.h:
10488           Fix event handling: cache events when typefinding and forward later.
10489
10490 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10491
10492         * sys/osxaudio/gstosxaudiosink.c:
10493         (plugin_init):
10494          Register osxaudiosrc to the plugin.
10495         * sys/osxaudio/gstosxaudiosrc.c:
10496         (gst_osx_audio_src_osxelement_do_init),
10497         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
10498         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
10499         (gst_osx_audio_src_get_property),
10500         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
10501         (gst_osx_audio_src_osxelement_init):
10502         * sys/osxaudio/gstosxaudiosrc.h:
10503           Port of osxaudiosrc to 0.10.
10504         * sys/osxaudio/Makefile.am:
10505           Add osxaudiosrc
10506
10507 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10508
10509         * sys/osxaudio/gstosxringbuffer.c:
10510         * sys/osxaudio/gstosxringbuffer.h:
10511           Forgot to commit earlier, part of the OSX audio plugin port
10512
10513 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
10514
10515         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
10516         (parse_split_strings):
10517           Recognise and skip any byte order marker (BOM) in
10518           UTF-16 strings.
10519
10520 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10521
10522         * docs/plugins/Makefile.am:
10523         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10524         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10525         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10526         * docs/plugins/inspect/plugin-avi.xml:
10527         * gst/avi/gstavidemux.c:
10528         * gst/avi/gstavimux.c:
10529           Add docs for both avidemux and avimux.
10530
10531 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10532
10533         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10534
10535         * gst/avi/Makefile.am:
10536         * gst/avi/gstavi.c: (plugin_init):
10537         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
10538         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
10539         (gst_avi_mux_class_init), (gst_avi_mux_init),
10540         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10541         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
10542         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
10543         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10544         (gst_avi_mux_riff_get_avix_header),
10545         (gst_avi_mux_riff_get_video_header),
10546         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
10547         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
10548         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10549         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
10550         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
10551         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
10552         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10553         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
10554         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
10555         (gst_avi_mux_change_state):
10556         * gst/avi/gstavimux.h:
10557           Port AVI muxer to GStreamer-0.10 (#332031).
10558
10559         * tests/check/Makefile.am:
10560         * tests/check/elements/avimux.c:
10561         * tests/check/elements/.cvsignore:
10562           Add unit test for AVI muxer.
10563
10564 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
10565
10566         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10567         (gst_wavparse_class_init), (gst_wavparse_reset),
10568         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10569         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10570         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10571         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10572         (gst_wavparse_stream_data), (gst_wavparse_loop),
10573         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
10574         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
10575         (plugin_init):
10576         * gst/wavparse/gstwavparse.h:
10577           reverted patch #337625 for the price of 1 hour sleep
10578
10579 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10580
10581         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10582         (gst_wavparse_class_init), (gst_wavparse_reset),
10583         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10584         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
10585         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10586         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10587         (gst_wavparse_stream_data), (gst_wavparse_loop),
10588         (gst_wavparse_chain), (plugin_init):
10589         * gst/wavparse/gstwavparse.h:
10590           correct partial implementation of push mode
10591           (from my last commit)
10592
10593 2006-04-26  Wim Taymans  <wim@fluendo.com>
10594
10595         * ext/esd/esdsink.c:
10596         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
10597         it is not in esd.h
10598
10599 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
10600
10601         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
10602         (gst_au_parse_class_init), (gst_au_parse_init),
10603         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
10604         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
10605         (gst_au_parse_chain), (gst_au_parse_src_convert),
10606         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
10607         (gst_au_parse_sink_event), (gst_au_parse_src_event),
10608         (gst_au_parse_change_state):
10609         * gst/auparse/gstauparse.h:
10610           Rewrite auparse to suck a little bit less: make source pad
10611           dynamic, so decodebin/playbin work with non-raw formats
10612           like alaw/mulaw; add query function for duration/position
10613           queries; check whether we have enough data before attempting
10614           to parse the header (instead of crashing when that is not the
10615           case); work around audioconvert sucking by swapping endianness
10616           to the native endianness ourselves for float formats; send
10617           initial newsegment event. Fixes #161712.
10618
10619 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10620
10621         * sys/osxaudio/Makefile.am:
10622         * sys/osxaudio/gstosxaudioelement.c:
10623         (gst_osx_audio_element_get_type),
10624         (gst_osx_audio_element_class_init):
10625         * sys/osxaudio/gstosxaudioelement.h:
10626         * sys/osxaudio/gstosxaudiosink.c:
10627         (gst_osx_audio_sink_osxelement_do_init),
10628         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
10629         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
10630         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
10631         (gst_osx_audio_sink_create_ringbuffer),
10632         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
10633         (plugin_init):
10634         * sys/osxaudio/gstosxaudiosink.h:
10635         Port of osxaudiosink to 0.10
10636
10637 2006-04-26  Wim Taymans  <wim@fluendo.com>
10638
10639         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
10640         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
10641         the size of the ringbuffer. This should fix hangs with older 
10642         esd sound servers.
10643
10644 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10645
10646         * ext/aalib/gstaasink.c:
10647         * ext/annodex/gstcmmldec.c:
10648         * ext/annodex/gstcmmlenc.c:
10649         * ext/cairo/gsttextoverlay.c:
10650         * ext/cairo/gsttimeoverlay.c:
10651         * ext/cdio/gstcdiocddasrc.c:
10652         * ext/dv/gstdvdec.c:
10653         * ext/dv/gstdvdemux.c:
10654         * ext/esd/esdmon.c:
10655         * ext/esd/esdsink.c:
10656         * ext/flac/gstflacenc.c:
10657         * ext/flac/gstflactag.c:
10658         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
10659         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
10660         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
10661         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
10662         * ext/gdk_pixbuf/pixbufscale.c:
10663         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10664         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10665         * ext/jpeg/gstjpegdec.c:
10666         * ext/jpeg/gstjpegenc.c:
10667         * ext/jpeg/gstsmokedec.c:
10668         * ext/jpeg/gstsmokeenc.c:
10669         * ext/libcaca/gstcacasink.c:
10670         * ext/libmng/gstmngdec.c:
10671         * ext/libmng/gstmngenc.c:
10672         * ext/libpng/gstpngdec.c:
10673         * ext/libpng/gstpngenc.c:
10674         * ext/mikmod/gstmikmod.c:
10675         * ext/raw1394/gstdv1394src.c:
10676         * ext/shout2/gstshout2.c: (gst_shout2send_init):
10677         * ext/shout2/gstshout2.h:
10678         * ext/speex/gstspeexdec.c:
10679         * ext/speex/gstspeexenc.c:
10680         * gst/alpha/gstalpha.c:
10681         * gst/alpha/gstalphacolor.c:
10682         * gst/apetag/gstapedemux.c:
10683         * gst/auparse/gstauparse.c:
10684         * gst/autodetect/gstautoaudiosink.c:
10685         (gst_auto_audio_sink_base_init):
10686         * gst/autodetect/gstautovideosink.c:
10687         (gst_auto_video_sink_base_init):
10688         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
10689         * gst/avi/gstavimux.c: (gst_avimux_base_init):
10690         * gst/cutter/gstcutter.c:
10691         * gst/debug/breakmydata.c:
10692         * gst/debug/efence.c:
10693         * gst/debug/gstnavigationtest.c:
10694         * gst/debug/gstnavseek.c:
10695         * gst/debug/negotiation.c:
10696         * gst/debug/progressreport.c:
10697         * gst/debug/testplugin.c:
10698         * gst/effectv/gstaging.c:
10699         * gst/effectv/gstdice.c:
10700         * gst/effectv/gstedge.c:
10701         * gst/effectv/gstquark.c:
10702         * gst/effectv/gstrev.c:
10703         * gst/effectv/gstshagadelic.c:
10704         * gst/effectv/gstvertigo.c:
10705         * gst/effectv/gstwarp.c:
10706         * gst/flx/gstflxdec.c:
10707         * gst/goom/gstgoom.c:
10708         * gst/icydemux/gsticydemux.c:
10709         * gst/id3demux/gstid3demux.c:
10710         * gst/interleave/deinterleave.c:
10711         * gst/interleave/interleave.c:
10712         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
10713         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
10714         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
10715         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
10716         * gst/level/gstlevel.c:
10717         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
10718         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
10719         * gst/median/gstmedian.c:
10720         * gst/monoscope/gstmonoscope.c:
10721         * gst/multipart/multipartdemux.c:
10722         * gst/multipart/multipartmux.c:
10723         * gst/oldcore/gstaggregator.c:
10724         * gst/oldcore/gstfdsink.c:
10725         * gst/oldcore/gstmd5sink.c:
10726         * gst/oldcore/gstmultifilesrc.c:
10727         * gst/oldcore/gstpipefilter.c:
10728         * gst/oldcore/gstshaper.c:
10729         * gst/oldcore/gststatistics.c:
10730         * gst/rtp/gstasteriskh263.c:
10731         * gst/rtp/gstrtpL16depay.c:
10732         * gst/rtp/gstrtpL16pay.c:
10733         * gst/rtp/gstrtpamrdepay.c:
10734         * gst/rtp/gstrtpamrpay.c:
10735         * gst/rtp/gstrtpdepay.c:
10736         * gst/rtp/gstrtpgsmpay.c:
10737         * gst/rtp/gstrtph263pay.c:
10738         * gst/rtp/gstrtph263pdepay.c:
10739         * gst/rtp/gstrtph263ppay.c:
10740         * gst/rtp/gstrtpilbcdepay.c:
10741         * gst/rtp/gstrtpmp4gpay.c:
10742         * gst/rtp/gstrtpmp4vdepay.c:
10743         * gst/rtp/gstrtpmp4vpay.c:
10744         * gst/rtp/gstrtpmpadepay.c:
10745         * gst/rtp/gstrtpmpapay.c:
10746         * gst/rtp/gstrtppcmadepay.c:
10747         * gst/rtp/gstrtppcmapay.c:
10748         * gst/rtp/gstrtppcmudepay.c:
10749         * gst/rtp/gstrtppcmupay.c:
10750         * gst/rtp/gstrtpspeexdepay.c:
10751         * gst/rtp/gstrtpspeexpay.c:
10752         * gst/rtsp/gstrtpdec.c:
10753         * gst/rtsp/gstrtspsrc.c:
10754         * gst/smpte/gstsmpte.c:
10755         * gst/udp/gstdynudpsink.c:
10756         * gst/udp/gstmultiudpsink.c:
10757         * gst/udp/gstudpsink.c:
10758         * gst/udp/gstudpsrc.c:
10759         * gst/videobox/gstvideobox.c:
10760         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
10761         * gst/videofilter/gstvideobalance.c:
10762         * gst/videofilter/gstvideoflip.c:
10763         * gst/videofilter/gstvideotemplate.c:
10764         (gst_videotemplate_base_init):
10765         * gst/videomixer/videomixer.c:
10766         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10767         (gst_wavparse_class_init), (gst_wavparse_dispose),
10768         (gst_wavparse_reset), (gst_wavparse_init),
10769         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
10770         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
10771         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
10772         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
10773         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10774         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10775         (gst_wavparse_change_state):
10776         * gst/wavparse/gstwavparse.h:
10777         * sys/oss/gstossmixerelement.c:
10778         * sys/oss/gstosssink.c:
10779         * sys/oss/gstosssrc.c:
10780         * sys/osxaudio/gstosxaudioelement.c:
10781         * sys/osxaudio/gstosxaudiosink.c:
10782         * sys/osxaudio/gstosxaudiosrc.c:
10783         * sys/sunaudio/gstsunaudiomixer.c:
10784         * sys/sunaudio/gstsunaudiosink.c:
10785           Define GstElementDetails as const and also static (when defined as
10786           global)
10787
10788 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10789
10790         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10791           Source pad has fixed caps. If we don't set this, bad
10792           things happen when the window is resized.
10793
10794 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10795
10796         * gst/matroska/Makefile.am:
10797         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10798         (gst_matroska_demux_handle_src_event):
10799         * gst/matroska/matroska-ids.c:
10800         (gst_matroska_track_init_video_context),
10801         (gst_matroska_track_init_audio_context),
10802         (gst_matroska_track_init_subtitle_context),
10803         (gst_matroska_track_init_complex_context):
10804         * gst/matroska/matroska-ids.h:
10805           Handle case where the TrackType ebml chunk does not come before the
10806           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
10807           events.
10808
10809 2006-04-25  Wim Taymans  <wim@fluendo.com>
10810
10811         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10812         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
10813         It's codec_data, not codec_info.
10814
10815 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10816
10817         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10818
10819         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
10820           Handle codec_data for VfW compatibility codec IDs (#339451)
10821
10822         * gst/matroska/matroska-mux.c:
10823         (gst_matroska_mux_video_pad_setcaps):
10824           Same here, handle codec_data and add additional caps we can handle
10825           now to the pad template (huffyuv, dv and h263 video) (#339451)
10826
10827 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10828
10829         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
10830
10831         * gst/matroska/matroska-mux.c:
10832         (gst_matroska_mux_create_buffer_header),
10833         (gst_matroska_mux_write_data):
10834           Fix timestamping of B-frames, use signed integers, do
10835           some rounding (#339678).
10836
10837 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
10838
10839         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
10840         just make it compile with --disable-gst-debug.
10841
10842 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
10843
10844         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
10845         Fix a bad conversion using gst_guint64_to_gdouble.
10846         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
10847         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
10848         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
10849     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
10850         mistake.
10851
10852 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
10853
10854         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
10855         Use gst_guint64_to_gdouble for conversions
10856         * win32/vs6/gst_plugins_good.dsw:
10857         * win32/vs6/libgsticydemux.dsp:
10858         Add a project file for icydemux
10859
10860 2006-04-21  Wim Taymans  <wim@fluendo.com>
10861
10862         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
10863
10864         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10865         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
10866         When splitting audio chunks, the block alignment is not taken in
10867         consideration, so the smaller chunks could be of size which is 
10868         not a multiple of the block alignment. Fixes #336904
10869
10870 2006-04-21  Wim Taymans  <wim@fluendo.com>
10871
10872         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
10873         Use scale functions
10874
10875 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
10876
10877         * ext/dv/gstdv.c: (plugin_init):
10878           Fix build.
10879
10880 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
10881
10882         * gst/debug/progressreport.c: (gst_progress_report_finalize),
10883         (gst_progress_report_class_init), (gst_progress_report_init),
10884         (gst_progress_report_do_query), (gst_progress_report_report),
10885         (gst_progress_report_set_property),
10886         (gst_progress_report_get_property):
10887           Add 'format' property to force querying to a particular format.
10888
10889 2006-04-21  Andy Wingo  <wingo@pobox.com>
10890
10891         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
10892         best, on big endian systems. Drop its rank in that case. OTOH on
10893         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
10894
10895 2006-04-21  Michael Smith  <msmith@fluendo.com>
10896
10897         * configure.ac:
10898         * gst/icydemux/Makefile.am:
10899         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
10900         (gst_icydemux_base_init), (gst_icydemux_class_init),
10901         (gst_icydemux_reset), (gst_icydemux_init),
10902         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
10903         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
10904         (unicodify), (gst_icydemux_unicodify),
10905         (gst_icydemux_parse_and_send_tags),
10906         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10907         (gst_icydemux_chain), (gst_icydemux_change_state),
10908         (gst_icydemux_send_tag_event), (plugin_init):
10909         * gst/icydemux/gsticydemux.h:
10910         * tests/check/Makefile.am:
10911         * tests/check/elements/icydemux.c: (typefind_succeed),
10912         (plugin_init), (icydemux_found_pad), (create_icydemux),
10913         (cleanup_icydemux), (push_data), (GST_START_TEST),
10914         (icydemux_suite), (main):
10915           Add icydemux, and tests.
10916
10917 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10918
10919         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10920           Post SEGMENT_DONE message in TIME format.
10921
10922 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10923
10924         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
10925
10926         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
10927         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
10928           Fix index creation when we have to scan the file to create
10929           an index. There may be other types of RIFF 'LIST' chunks than
10930           'movi' and we need to skip them properly as well or we'll end up
10931           reading garbage (#336889). Some other cosmetic changes.
10932           
10933 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10934
10935         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
10936         (gst_flac_dec_handle_seek_event):
10937           Add support for segment seeks (fixes #338290). Also demote
10938           some recurring debug message from DEBUG to LOG level.
10939
10940 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10941
10942         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10943         (gst_matroskademux_do_index_seek),
10944         (gst_matroska_demux_handle_seek_event),
10945         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
10946         * gst/matroska/matroska-ids.h:
10947           Set DISCONT flag on first buffer after a discontinuity.
10948           Fix newsegment events sent when seeking and honour KEY_UNIT
10949           seek flag. Create pad with bogus caps if we don't recognise
10950           the stream codec id.
10951
10952         * gst/matroska/matroska-demux.h:
10953           Fix GObject macros.
10954
10955 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10956
10957         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10958
10959         * gst/matroska/matroska-demux.c:
10960         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
10961           Handle end of segment properly when set; don't dead-lock when
10962           posting start of segment message when doing a segment seek.
10963           Fixes #338810.
10964
10965 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10966
10967         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
10968         (gst_matroska_demux_plugin_init):
10969           Make mpeg2 aac audio work: create artificial private codec data
10970           chunk which faad2 seems to require, just as we do for mpeg4 aac.
10971           Also call gst_riff_init(). Partially fixes #338767.
10972
10973 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
10974
10975         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
10976         (gst_wavenc_class_init), (gst_wavenc_init),
10977         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
10978         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
10979         (gst_wavenc_chain), (gst_wavenc_change_state):
10980         * gst/wavenc/gstwavenc.h:
10981           Set caps on first outgoing buffer, so that it doesn't error out
10982           immediately with a non-negotiated error (#338716). Rewrite and
10983           clean up a bit; fix setcaps function to parse things properly;
10984           fix sink caps (8bit audio is unsigned and doesn't have depth);
10985           use boilerplate macros; remove unused properties stuff.
10986
10987 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10988
10989         * ext/gdk_pixbuf/gstgdkpixbuf.c:
10990           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
10991           handle MJPEG streams and might be autoplugged for those if the
10992           user doesn't have jpegdec installed (resulting in a cryptic error
10993           message about huffman tables). Better to disable JPEG decoding here
10994           and let the user figure out that she needs to install jpegdec.
10995
10996 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10997
10998         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
10999         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11000         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
11001         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11002           Make work with packetised/framed input (e.g. png-in-quicktime). Use
11003           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
11004           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
11005           debug messages. Fix boilerplate macros.
11006
11007 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11008
11009         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
11010         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
11011           No need to special-case for Gdk-2.0 any longer, we require
11012           Gdk 2.2 or newer; minor clean-ups.
11013
11014 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11015
11016         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
11017         (gst_shout2send_class_init), (gst_shout2send_init),
11018         (set_shout_metadata), (gst_shout2send_set_metadata),
11019         (gst_shout2send_event), (gst_shout2send_start),
11020         (gst_shout2send_connect), (gst_shout2send_stop),
11021         (gst_shout2send_render), (gst_shout2send_set_property),
11022         (gst_shout2send_get_property), (gst_shout2send_setcaps),
11023         (plugin_init):
11024         * ext/shout2/gstshout2.h:
11025         * po/POTFILES.in:
11026           Rewrite a bit: use GstBaseSink::start and stop instead of a state
11027           change function; use GST_ELEMENT_ERROR for error reporting, not
11028           g_error() or GST_ERROR(); don't unref caps in setcaps function,
11029           will cause crashes or assertion failures; remove (unused) "sync"
11030           property, basesink already has such a property; misc. other
11031           minor fixes and cleanups.
11032
11033 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11034
11035         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
11036         * ext/esd/gstesd.c: (plugin_init):
11037         * po/POTFILES.in:
11038           Add translatable error message for when we cannot
11039           connect to the sound server, as "Cannot open resource
11040           for writing" isn't really an acceptable message to show
11041           to the user in this case.
11042
11043 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11044
11045         * sys/oss/gst-i18n-plugin.h:
11046           Remove bogus file that doesn't belong here.
11047
11048 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11049
11050         Patch by: Philippe Valembois
11051
11052         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11053         (gst_shout2send_set_metadata), (gst_shout2send_event),
11054         (gst_shout2send_render), (gst_shout2send_change_state):
11055         * ext/shout2/gstshout2.h:
11056           Handle tags being received before the connection to
11057           the server is established properly (see #338636).
11058
11059 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11060
11061         * ext/shout2/gstshout2.c: (gst_shout2send_render):
11062           Don't crash in case the connection to the server fails:
11063           don't set pointer to NULL by assigning FALSE; error out
11064           properly by using GST_ELEMENT_ERROR and returning
11065           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
11066           before resetting the pointer.
11067
11068 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
11069
11070         * gst/id3demux/id3tags.c:
11071         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
11072         (Fixes #338713)
11073
11074 2006-04-12  Wim Taymans  <wim@fluendo.com>
11075
11076         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11077         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
11078         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11079         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
11080         (gst_gdk_pixbuf_chain):
11081         Some cleanups.
11082         Added RGBA as a possible output format.
11083         Correctly free the supported mimetypes.
11084         deprecate silent arg, it's not used.
11085         Return result from _alloc_buffer to peer.
11086
11087 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11088
11089         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
11090           Don't leak memory allocated by gst_buffer_new_and_alloc() by
11091           overwriting GST_BUFFER_MALLOCDATA.
11092
11093 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11094
11095         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11096         (user_endrow_callback), (user_end_callback),
11097         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
11098         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
11099         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
11100         * ext/libpng/gstpngdec.h:
11101           Handle more than one frame if the content is framed,
11102           like with png-in-quicktime (#331917).
11103
11104 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11105
11106         * sys/oss/Makefile.am:
11107         * sys/oss/common.h:
11108         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
11109         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
11110         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
11111         (gst_oss_src_unprepare):
11112           - the user-visible error strings were in the wrong category
11113           - and the messages were not marked for translation
11114           - which is actually a good thing, because they were exactly
11115             the kind of message you would never want anyone to see
11116           - the macros were using variables that didn't exist in the macro
11117             arguments
11118           - and they were obviously copied from each other and then modified
11119           - so a common header makes sense
11120
11121 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11122
11123         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11124           Don't try to modify read-only data.
11125
11126         * gst/matroska/matroska-demux.c:
11127         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11128           Fix comment (won't crash any longer now).
11129
11130 2006-04-10  Michael Smith  <msmith@fluendo.com>
11131
11132         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
11133           Use copies of header buffers for caps to avoid circular refcounting
11134           problems (as in theoradec, vorbisdec).
11135
11136         * tests/check/elements/cmmldec.c: (GST_START_TEST):
11137           Fix a typo in test that meant it was testing the wrong thing.
11138
11139         * tests/check/elements/cmmlenc.c: (check_headers):
11140           Fix refcount checks now that we use buffer-copies for caps.
11141
11142 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11143
11144         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
11145         (gst_matroska_demux_handle_seek_event),
11146         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
11147         (gst_matroska_demux_subtitle_caps),
11148         (gst_matroska_demux_plugin_init):
11149           Use static pad templates with ANY caps for audio and video
11150           source pads and get rid of a lot of unnecessary (and partially
11151           broken) code for the template caps. Clean up caps finding
11152           functions. Fixes playback of audio files/streams that do not
11153           contain the sample rate and/or number of channels in the audio
11154           context (happens a lot with vorbis/mp3 .mka files it seems).
11155           Fixes #337183.
11156           Also add myself to copyright holders.
11157
11158 2006-04-10  Michael Smith  <msmith@fluendo.com>
11159
11160         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
11161           Use g_list_delete_link () instead of g_list_remove_link () so that
11162           we free the link as well as the contained data.
11163
11164 2006-04-10  Wim Taymans  <wim@fluendo.com>
11165
11166         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
11167
11168         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
11169         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
11170         (gst_avi_demux_stream_header):
11171         Fix some crashers with empty chunks. (Fixes #337749)
11172
11173 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
11174
11175         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
11176           use G_GINT64_CONSTANT for INT64 constants
11177         * gst/videofilter/gstvideobalance.c:
11178           define rint for WIN32 #define rint(x) (floor((x)+0.5))
11179         * win32/vs6/libgstavi.dsp:
11180          add missing libraries for the link and remove avimux.c from
11181          the project as it isn't ported to 0.10 yet
11182         
11183 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
11184
11185         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11186           Even better would be if we actually did the right thing
11187           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
11188
11189 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11190
11191         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11192           Can't just replace 1LL with 1L here just because MSVC doesn't
11193           support it, as it might lead to incorrect results when doing the
11194           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
11195           force a 64-bit constant in a way that all compilers are happy with.
11196
11197 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11198
11199         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
11200         * ext/esd/esdsink.c: (gst_esdsink_class_init):
11201         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
11202         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
11203         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
11204         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
11205         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
11206         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
11207         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
11208         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
11209         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
11210         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
11211         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
11212         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
11213         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
11214         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
11215         * gst/avi/gstavimux.c: (gst_avimux_class_init):
11216         * gst/debug/efence.c: (gst_efence_class_init):
11217         * gst/debug/negotiation.c: (gst_negotiation_class_init):
11218         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
11219         * gst/goom/gstgoom.c: (gst_goom_class_init):
11220         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
11221         * gst/interleave/deinterleave.c: (deinterleave_class_init):
11222         * gst/interleave/interleave.c: (interleave_class_init):
11223         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
11224         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
11225         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
11226         * gst/median/gstmedian.c: (gst_median_class_init):
11227         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
11228         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
11229         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
11230         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
11231         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
11232         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
11233         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
11234         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
11235         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
11236         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
11237         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
11238         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
11239         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
11240         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
11241         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11242         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
11243         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
11244         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
11245         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
11246         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
11247         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
11248         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
11249         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
11250         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
11251         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
11252         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
11253         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
11254         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11255         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
11256         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
11257         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
11258         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
11259         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
11260         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
11261         * sys/osxaudio/gstosxaudioelement.c:
11262         (gst_osxaudioelement_class_init):
11263         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
11264         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
11265         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
11266         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
11267
11268 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11269
11270         * ext/mikmod/gstmikmod.h:
11271         * gst/level/gstlevel.h:
11272         Fix more broken GObject macros
11273
11274 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11275
11276         * ext/annodex/gstcmmldec.h:
11277         * ext/annodex/gstcmmlenc.h:
11278         * ext/annodex/gstcmmltag.h:
11279         * ext/cairo/gsttextoverlay.h:
11280         * ext/ladspa/gstsignalprocessor.h:
11281         * gst/matroska/ebml-read.h:
11282         * gst/matroska/ebml-write.h:
11283         * sys/osxaudio/gstosxaudioelement.h:
11284         Fix broken GObject macros
11285
11286 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11287
11288         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11289           Don't try to seek beyond the end of the file (would
11290           occasionally display error dialogs in totem when seeking
11291           to the end) (#335869). Will still throw an error though
11292           if the file is truncated and the total_samples value in
11293           the stream header is wrong.
11294
11295 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
11296
11297         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
11298         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
11299         (gst_flac_dec_metadata_callback):
11300         * ext/flac/gstflacdec.h:
11301           If the stream header doesn't contain the total number of samples,
11302           search for the last flac frame at the end of the file and calculate
11303           the total duration from that frame's offset (fixes #337609).
11304
11305 2006-04-07  Edward Hervey  <edward@fluendo.com>
11306
11307         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
11308         Don't unref the GstPadTemplate returned by
11309         gst_element_class_get_pad_template().
11310
11311 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11312
11313         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
11314
11315         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
11316         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
11317         * sys/sunaudio/gstsunaudiosink.h:
11318           Use spec->segsize and spec->segtotal in the prepare function
11319           to initialise the ring buffer instead of using the buffer-time
11320           property (#337421).
11321
11322 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11323
11324         * configure.ac:
11325           Bump core requirements to CVS for gst_pad_query_peer_duration()
11326           which is used by speexdec.
11327
11328 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
11329
11330         * ext/speex/gstspeex.c: (plugin_init):
11331         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
11332         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
11333         (speex_get_sink_query_types), (speex_dec_sink_query),
11334         (speex_get_src_query_types), (speex_dec_src_query),
11335         (speex_dec_src_event), (speex_dec_sink_event),
11336         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
11337         (speex_dec_chain_parse_data), (speex_dec_chain),
11338         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
11339         (speex_dec_change_state):
11340         * ext/speex/gstspeexdec.h:
11341           Fix seeking and duration queries (#337033); clean up and
11342           refactor a bit.
11343
11344 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11345
11346         * ext/raw1394/gstdv1394src.c:
11347           distinguish between device not found and could not open for
11348           reading
11349
11350 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11351
11352         * Makefile.am:
11353         * configure.ac:
11354         * pkgconfig/.cvsignore:
11355         * pkgconfig/Makefile.am:
11356         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
11357           add a .pc file so other modules can use good plugins in tests
11358
11359 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11360
11361         * configure.ac:
11362           clean up, use AS_VERSION and AS_NANO
11363         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
11364           use PACKAGE_VERSION define
11365         * po/af.po:
11366         * po/az.po:
11367         * po/cs.po:
11368         * po/en_GB.po:
11369         * po/hu.po:
11370         * po/it.po:
11371         * po/nb.po:
11372         * po/nl.po:
11373         * po/or.po:
11374         * po/sq.po:
11375         * po/sr.po:
11376         * po/sv.po:
11377         * po/uk.po:
11378         * po/vi.po:
11379           updated
11380
11381 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
11382
11383         * ext\jpeg\smokecodec.c:
11384           use of GST_DEBUG instead of DEBUG(a...) for WIN32
11385         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
11386           move first instruction after all variables declarations
11387         * gst\alpha\gstalpha.c:
11388         * gst\effectv\gstshagadelic.c:
11389         * gst\smpte\paint.c:
11390         * gst\videofilter\gstvideobalance.c:
11391           define M_PI if it's not defined (it's not defined on WIN32)
11392         * gst\cutter\gstcutter.c: (gst_cutter_chain):
11393         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
11394         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
11395         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
11396         (gst_matroska_demux_video_caps):
11397         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
11398         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
11399           use gst_guint64_to_gdouble for conversions
11400         * gst\goom\filters.c: (setPixelRGB_):
11401           fix a debug which was using undefined variable
11402         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
11403         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
11404           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
11405         * win32/vs6:
11406           add vs6 projects files for most of plugins-good
11407         
11408 2006-03-30  j^  <j@bootlab.org>
11409
11410         * ext/aalib/gstaasink.c:
11411         * ext/annodex/gstcmmldec.c:
11412         * ext/annodex/gstcmmlenc.c:
11413         * ext/cairo/gsttextoverlay.c:
11414         * ext/cairo/gsttimeoverlay.c:
11415         * ext/cdio/gstcdiocddasrc.c:
11416         * ext/dv/gstdvdec.c:
11417         * ext/esd/esdmon.c:
11418         * ext/esd/esdsink.c:
11419         * ext/flac/gstflacdec.c:
11420         * ext/flac/gstflacenc.c:
11421         * ext/flac/gstflactag.c:
11422         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11423         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11424         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11425         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11426         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11427         * ext/gdk_pixbuf/pixbufscale.c:
11428         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11429         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11430         * ext/jpeg/gstjpegdec.c:
11431         * ext/jpeg/gstjpegenc.c:
11432         * ext/jpeg/gstsmokedec.c:
11433         * ext/jpeg/gstsmokeenc.c:
11434         * ext/libcaca/gstcacasink.c:
11435         * ext/libmng/gstmngdec.c:
11436         * ext/libmng/gstmngenc.c:
11437         * ext/libpng/gstpngdec.c:
11438         * ext/libpng/gstpngenc.c:
11439         * ext/mikmod/gstmikmod.c:
11440         * ext/raw1394/gstdv1394src.c:
11441         * ext/shout2/gstshout2.c:
11442         * ext/speex/gstspeexdec.c:
11443         * ext/speex/gstspeexenc.c:
11444         * gst/alpha/gstalpha.c:
11445         * gst/alpha/gstalphacolor.c:
11446         * gst/auparse/gstauparse.c:
11447         * gst/autodetect/gstautoaudiosink.c:
11448         (gst_auto_audio_sink_base_init):
11449         * gst/autodetect/gstautovideosink.c:
11450         (gst_auto_video_sink_base_init):
11451         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11452         * gst/cutter/gstcutter.c:
11453         * gst/debug/breakmydata.c:
11454         * gst/debug/efence.c:
11455         * gst/debug/gstnavigationtest.c:
11456         * gst/debug/negotiation.c:
11457         * gst/debug/progressreport.c:
11458         * gst/debug/testplugin.c:
11459         * gst/effectv/gstaging.c:
11460         * gst/effectv/gstdice.c:
11461         * gst/effectv/gstedge.c:
11462         * gst/effectv/gstquark.c:
11463         * gst/effectv/gstrev.c:
11464         * gst/effectv/gstvertigo.c:
11465         * gst/effectv/gstwarp.c:
11466         * gst/flx/gstflxdec.c:
11467         * gst/goom/gstgoom.c:
11468         * gst/interleave/deinterleave.c:
11469         * gst/interleave/interleave.c:
11470         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11471         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11472         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11473         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11474         * gst/level/gstlevel.c:
11475         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11476         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11477         * gst/median/gstmedian.c:
11478         * gst/monoscope/gstmonoscope.c:
11479         * gst/multipart/multipartdemux.c:
11480         * gst/multipart/multipartmux.c:
11481         * gst/oldcore/gstmd5sink.c:
11482         * gst/oldcore/gstmultifilesrc.c:
11483         * gst/oldcore/gstpipefilter.c:
11484         * gst/oldcore/gstshaper.c:
11485         * gst/oldcore/gststatistics.c:
11486         * gst/rtp/gstasteriskh263.c:
11487         * gst/rtp/gstrtpL16depay.c:
11488         * gst/rtp/gstrtpL16pay.c:
11489         * gst/rtp/gstrtpamrdepay.c:
11490         * gst/rtp/gstrtpamrpay.c:
11491         * gst/rtp/gstrtpdepay.c:
11492         * gst/rtp/gstrtpgsmpay.c:
11493         * gst/rtp/gstrtph263pay.c:
11494         * gst/rtp/gstrtph263pdepay.c:
11495         * gst/rtp/gstrtph263ppay.c:
11496         * gst/rtp/gstrtpmp4gpay.c:
11497         * gst/rtp/gstrtpmp4vdepay.c:
11498         * gst/rtp/gstrtpmp4vpay.c:
11499         * gst/rtp/gstrtpmpadepay.c:
11500         * gst/rtp/gstrtpmpapay.c:
11501         * gst/rtp/gstrtppcmadepay.c:
11502         * gst/rtp/gstrtppcmapay.c:
11503         * gst/rtp/gstrtppcmudepay.c:
11504         * gst/rtp/gstrtppcmupay.c:
11505         * gst/rtp/gstrtpspeexdepay.c:
11506         * gst/rtp/gstrtpspeexpay.c:
11507         * gst/rtsp/gstrtpdec.c:
11508         * gst/smpte/gstsmpte.c:
11509         * gst/videobox/gstvideobox.c:
11510         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11511         * gst/videofilter/gstvideobalance.c:
11512         * gst/videofilter/gstvideoflip.c:
11513         * gst/videofilter/gstvideotemplate.c:
11514         (gst_videotemplate_base_init):
11515         * gst/videomixer/videomixer.c:
11516         * gst/wavenc/gstwavenc.c:
11517         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
11518          better/unified long descriptions
11519          Fixed #336602
11520          Some cleanups to auparse, don't send multiple newsegments.
11521
11522 2006-03-29  Wim Taymans  <wim@fluendo.com>
11523
11524         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
11525
11526         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
11527         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
11528         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
11529         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
11530         * ext/dv/gstdvdemux.h:
11531         Seek in READY patch. Only works for pull based mode.
11532         Fixes #323880
11533
11534 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
11535
11536         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
11537         (gst_gdk_pixbuf_event):
11538           Fix two crashers: don't unref the same caps twice, and
11539           set pixbuf loader to NULL after freeing it.
11540
11541 2006-03-27  Wim Taymans  <wim@fluendo.com>
11542
11543         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
11544         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
11545         (gst_speexenc_chain):
11546         * ext/speex/gstspeexenc.h:
11547         Don't leak adapter.
11548         A push *always* takes ownership of the buffer, even on
11549         errors.
11550         Small cleanups.
11551
11552 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
11553
11554         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
11555           Create source pad without leaking.
11556
11557 2006-03-24  Wim Taymans  <wim@fluendo.com>
11558
11559         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11560         * ext/flac/gstflacdec.h:
11561         * ext/flac/gstflacenc.h:
11562         Spifify a bit.
11563         Fix deadly lock order error in seeking code, STREAM_LOCK
11564         cannot be taken within LOCK and the streaming variables are
11565         protected with the STREAM_LOCK anyway.
11566
11567 2006-03-24  Wim Taymans  <wim@fluendo.com>
11568
11569         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
11570         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
11571         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
11572         this patch combines the global init_frames with the stream
11573         init_frames. Rationale being that the global delay should 
11574         be subtracted from any stream delay.
11575         Fixes #335858.
11576
11577 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
11578
11579         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
11580         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
11581         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11582         * gst/videomixer/videomixer.c: (gst_videomixer_init):
11583         use DEBUG_FUNCPTR for collectpads
11584
11585 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
11586
11587         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
11588           Don't crash when encoding images where the number of rows isn't
11589           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
11590
11591 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11592
11593         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
11594         * gst/interleave/deinterleave.c: (deinterleave_change_state):
11595         * gst/interleave/interleave.c: (interleave_change_state):
11596         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
11597           More state change function fixes.
11598
11599 2006-03-23  Wim Taymans  <wim@fluendo.com>
11600
11601         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11602         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
11603         (gst_esdsink_prepare), (gst_esdsink_unprepare),
11604         (gst_esdsink_delay), (gst_esdsink_reset):
11605         * ext/esd/esdsink.h:
11606         Fix esd choppy playback by configuring audiosink
11607         correctly. Fixes #325191
11608
11609 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11610
11611         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
11612           Make state change function thread-safe.
11613
11614 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11615
11616         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
11617         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
11618           Don't try to read beyond the end of the file just because
11619           the header claims a bigger size (like with truncated files).
11620
11621 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11622
11623         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11624         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
11625         (gst_wavparse_stream_data), (gst_wavparse_loop):
11626         * gst/wavparse/gstwavparse.h:
11627           Delay source pad creation until we have the first chunk of
11628           media data, so the we can examine the data and adjust the
11629           caps accordingly if required. This makes playback of .wav
11630           files with DTS-declared-as-PCM content work (#313266).
11631
11632 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
11633
11634         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11635         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11636         Don't attempt typefinding on too-short buffers that have been
11637         completely trimmed away. (Fixes #330239)
11638
11639         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
11640         Improve the debug output
11641
11642 2006-03-21  Wim Taymans  <wim@fluendo.com>
11643
11644         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
11645         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
11646         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
11647         (gst_esdsink_set_property), (gst_esdsink_get_property):
11648         Some cleanups.
11649         Reset fd to -1 when we close them.
11650
11651 2006-03-21  Wim Taymans  <wim@fluendo.com>
11652
11653         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
11654         the OPTIONS request result is optional so don't
11655         fail on it.
11656
11657 2006-03-21  Edward Hervey  <edward@fluendo.com>
11658
11659         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
11660         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
11661         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
11662         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11663         (gst_wavparse_change_state):
11664         gcc 4.1 unreferenced pointer fixes.
11665
11666 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
11667
11668         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11669
11670         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
11671           Fix block alignment calculation. Alignment should be done before
11672           adding the byte offset where the data starts (#335231).
11673
11674 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11675
11676         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
11677           Ensure that we set correct caps on buffers that are transferred
11678           direct from the input.
11679
11680 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11681
11682         * gst/goom/filters.c: (zoomFilterDestroy):
11683         * gst/goom/goom_core.c: (goom_close):
11684           Free filter data when cleaning up. (Fixes: #334995)
11685
11686 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
11687
11688         * configure.ac:
11689           Don't compile udp and rtsp plugins on win32 (mingw) or other
11690           systems that don't have <sys/socket.h> for some reason (#316203).
11691
11692 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11693
11694         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
11695         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
11696         * ext/raw1394/gstdv1394src.h:
11697           Change bus reset handler so it reports useful information such as
11698           whether the device being used connected or disconnected
11699
11700 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11701
11702         * gst/id3demux/id3v2frames.c:
11703         (parse_relative_volume_adjustment_two):
11704           We only care about gain and peak data for the master volume.
11705
11706 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11707
11708         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11709         (parse_id_string), (parse_unique_file_identifier),
11710         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
11711           Read replay gain tags (#323721).
11712
11713 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
11714
11715         * configure.ac:
11716           Bump requirements to gst-plugins-base CVS because
11717           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
11718
11719 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
11720
11721         * rtp/gst/gstrtppcmadepay.c:
11722         Fixed one of the caps in the code from mulaw to alaw.
11723
11724 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
11725
11726         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11727           Ensure that we set caps on the buffers we pass.
11728
11729         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
11730         (gst_id3demux_sink_activate):
11731           Ensure that we set caps on the buffers we pass.
11732
11733           Use STREAM, TYPE_NOT_FOUND as the error class when
11734           typefinding fails.
11735
11736 2006-03-15  Edward Hervey  <edward@fluendo.com>
11737
11738         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
11739         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
11740         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
11741         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
11742         (gst_jpeg_dec_setcaps):
11743         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
11744         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
11745         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
11746         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
11747         (gst_mngdec_src_getcaps):
11748         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11749         (gst_pngdec_caps_create_and_set):
11750         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
11751         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
11752         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
11753         * gst/alpha/gstalpha.c: (gst_alpha_init):
11754         * gst/auparse/gstauparse.c: (gst_au_parse_init):
11755         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
11756         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
11757         * gst/cutter/gstcutter.c: (gst_cutter_init):
11758         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
11759         (gst_efence_checkgetrange):
11760         * gst/debug/negotiation.c: (gst_negotiation_init):
11761         * gst/flx/gstflxdec.c: (gst_flxdec_init):
11762         * gst/goom/gstgoom.c: (gst_goom_init):
11763         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
11764         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
11765         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
11766         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
11767         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
11768         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
11769         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
11770         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11771         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
11772         (gst_wavparse_create_sourcepad):
11773         Fix memleak with gst_static_pad_template_get().
11774         This uses gst_pad_new_from_static_template() instead.
11775         Fixes #333512
11776
11777 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11778
11779         * configure.ac:
11780           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
11781           used by id3demux.
11782
11783         * gst/id3demux/gstid3demux.c: (plugin_init):
11784         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11785         (parse_user_text_identification_frame),
11786         (parse_unique_file_identifier):
11787           Add support for UFID and TXXX frames and extract musicbrainz tags.
11788
11789 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11790
11791         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
11792           Catch short reads, like they might happen with truncated
11793           files (see #305279); remove unnecessary indentation.
11794
11795 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11796
11797         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
11798           Fix DIB image inversion for pictures with a
11799           depth != 8 (#305279).
11800
11801 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11802
11803         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
11804         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
11805         * ext/jpeg/gstjpegdec.h:
11806           Fix durations on outgoing buffers after seeking
11807           in MJPEG files (#334083); some minor clean-ups.
11808
11809 2006-03-13  Wim Taymans  <wim@fluendo.com>
11810
11811         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
11812         (gst_wavparse_change_state):
11813         Implement seek in READY (re-fixes #327658)
11814
11815 2006-03-13  Wim Taymans  <wim@fluendo.com>
11816
11817         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
11818         * ext/esd/esdmon.c: (gst_esdmon_get):
11819         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
11820         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11821         (gst_gdk_pixbuf_sink_getcaps):
11822         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
11823         (gst_jpegenc_setcaps):
11824         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
11825         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
11826         (gst_smokeenc_setcaps):
11827         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
11828         (gst_mngdec_src_getcaps):
11829         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
11830         (gst_mngenc_chain):
11831         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
11832         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
11833         * ext/speex/gstspeexdec.c: (speex_dec_convert),
11834         (speex_dec_src_event), (speex_dec_chain):
11835         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
11836         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
11837         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
11838         (gst_negotiation_pad_link), (gst_negotiation_chain):
11839         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
11840         (gst_flxdec_chain):
11841         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
11842         (deinterleave_chain):
11843         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
11844         * gst/median/gstmedian.c: (gst_median_link):
11845         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
11846         (gst_monoscope_chain):
11847         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
11848         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
11849         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
11850         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
11851         close #333784 unref the result of gst_pad_get_parent()
11852         by: Christophe Fergeau.
11853
11854 2006-03-09  Wim Taymans  <wim@fluendo.com>
11855
11856         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
11857         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
11858         Handle events in push mode better, can now do non-flushing
11859         seeks in push mode as well.
11860
11861 2006-03-07  Wim Taymans  <wim@fluendo.com>
11862
11863         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11864         Applied patch from Kai Vehmanen, fixes #333624.
11865
11866 2006-03-06  Julien MOUTTE  <julien@moutte.net>
11867
11868         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
11869         Implement paletted and grayscale png files handling.
11870         (#150363).
11871
11872 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11873
11874         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
11875         (gst_speexenc_chain):
11876           fix a tag list assert
11877           follow gst-plugins-base/ext/ogg/README; set OFFSET
11878           and OFFSET_END.  Muxes correctly with gst-plugins-base
11879           > 0.9.3
11880
11881 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11882
11883         * gst/id3demux/Makefile.am:
11884         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
11885         (gst_id3demux_chain), (gst_id3demux_sink_activate):
11886           Use new typefind helper functions here as well, and
11887           do typefinding in pull-mode if upstream supports that.
11888
11889 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11890
11891         * sys/sunaudio/gstsunaudiomixerctrl.c:
11892         (gst_sunaudiomixer_ctrl_get_volume),
11893         (gst_sunaudiomixer_ctrl_set_volume):
11894         * sys/sunaudio/gstsunaudiomixertrack.c:
11895         (gst_sunaudiomixer_track_new):
11896           Remove unused variables, breaks build from CVS
11897           with -Werror (#333392, patch by: Benjamin Pineau)
11898
11899 2006-03-03  Wim Taymans  <wim@fluendo.com>
11900
11901         * docs/plugins/Makefile.am:
11902         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11903         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11904         Added wavparse docs.
11905
11906         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11907         (gst_wavparse_reset), (gst_wavparse_init),
11908         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
11909         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
11910         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11911         (gst_wavparse_stream_data), (gst_wavparse_loop),
11912         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
11913         (gst_wavparse_change_state):
11914         * gst/wavparse/gstwavparse.h:
11915         Implement seek in READY (fixes #327658)
11916         Added docs and did some cleanups.
11917
11918 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
11919
11920         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11921         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
11922         (gst_avi_demux_calculate_durations_from_index),
11923         (gst_avi_demux_stream_header):
11924         * gst/avi/gstavidemux.h:
11925           If we have an index, use a duration based on the index instead
11926           of blindly trusting the information in the stream headers
11927           (fixes #331817).
11928
11929 2006-03-03  Wim Taymans  <wim@fluendo.com>
11930
11931         * docs/plugins/Makefile.am:
11932         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11933         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11934         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11935         Added smoke and jpeg to the docs.
11936
11937         * ext/jpeg/Makefile.am:
11938         * ext/jpeg/gstjpeg.c: (plugin_init):
11939         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
11940         * ext/jpeg/gstjpegenc.h:
11941         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
11942         (gst_smokedec_chain):
11943         * ext/jpeg/gstsmokedec.h:
11944         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
11945         * ext/jpeg/gstsmokeenc.h:
11946         * ext/jpeg/smokecodec.h:
11947         Port smokedec (fixes #331905).
11948         Added some docs.
11949         Some cleanups.
11950
11951 2006-03-03  Wim Taymans  <wim@fluendo.com>
11952
11953         * docs/plugins/Makefile.am:
11954         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11955         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11956         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11957         Added videobalance and videoflip to the docs.
11958
11959         * gst/videofilter/Makefile.am:
11960         * gst/videofilter/gstvideobalance.c:
11961         (gst_video_balance_update_tables_planar411),
11962         (gst_video_balance_is_passthrough),
11963         (gst_video_balance_update_properties), (oil_tablelookup_u8),
11964         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
11965         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
11966         (gst_video_balance_finalize), (gst_video_balance_class_init),
11967         (gst_video_balance_init), (gst_video_balance_interface_supported),
11968         (gst_video_balance_interface_init),
11969         (gst_video_balance_colorbalance_list_channels),
11970         (gst_video_balance_colorbalance_set_value),
11971         (gst_video_balance_colorbalance_get_value),
11972         (gst_video_balance_colorbalance_init),
11973         (gst_video_balance_set_property), (gst_video_balance_get_property),
11974         (gst_video_balance_get_type), (plugin_init):
11975         * gst/videofilter/gstvideobalance.h:
11976         Ported to 0.10. (Fixes #326160)
11977         Added docs.
11978
11979         * gst/videofilter/gstvideoflip.c:
11980         * gst/videofilter/gstvideoflip.h:
11981         Added docs.
11982
11983 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
11984
11985         * configure.ac:
11986           Bump requirements to current core and -base CVS
11987           (core for new typefind helper API, and -base for the
11988           WAVFORMATEX support that was added to libgstriff and
11989           is needed by wavparse).
11990         
11991         * gst/apetag/Makefile.am:
11992         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
11993         (gst_tag_demux_sink_activate):
11994           Use new typefind helpers for typefinding instead of our
11995           home-grown stuff; also, do typefinding in pull-mode if
11996           upstream supports that.
11997
11998 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
11999
12000         Reviewed by: Christian Schaller <christian@fluendo.com>
12001
12002         This patch fixes bug: 329107
12003
12004         This Changelog entry is for a commit done on February 17
12005
12006         * ext/gconf/gconf.c
12007         * ext/gconf/gconf.h
12008         * ext/gconf/gstgconfaudiosink.c
12009         * ext/gconf/gstgconfaudiosink.h
12010         * gconf/gstreamer.schemas.in
12011
12012 2006-02-28  Wim Taymans  <wim@fluendo.com>
12013
12014         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12015         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
12016         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
12017         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
12018         Use DEBUG_OBJECT more.
12019
12020 2006-02-28  Wim Taymans  <wim@fluendo.com>
12021
12022         * docs/plugins/Makefile.am:
12023         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12024         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12025         Added dvdec and dvdemux to docs.
12026
12027         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
12028         Added docs.
12029         Check frame sizes so we don't crash when don't have enough
12030         data.
12031         Send nice error messages on error.
12032
12033         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
12034         (gst_dvdemux_class_init), (gst_dvdemux_init),
12035         (gst_dvdemux_finalize), (gst_dvdemux_reset),
12036         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12037         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12038         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
12039         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
12040         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
12041         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
12042         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
12043         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
12044         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
12045         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
12046         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
12047         * ext/dv/gstdvdemux.h:
12048         Added docs.
12049         Implement pull mode.
12050         Fix memleaks.
12051         Reduce memcpy for the video demuxing.
12052
12053 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
12054
12055         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
12056         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
12057         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
12058         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
12059           Add a little extra debug. Make the decoder not return NOT_LINKED,
12060           as we want to continue decoding all CMML and emitting tags.
12061
12062 2006-02-27  Michael Smith  <msmith@fluendo.com>
12063
12064         * ext/annodex/gstskeltag.c:
12065         * ext/annodex/gstskeltag.h:
12066           Deleted; these files aren't used any more either.
12067
12068 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12069
12070         * ext/Makefile.am: Fix dist-check.
12071
12072 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12073
12074         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
12075         memleak.
12076
12077 2006-02-25  Alessandro Decina <alessandro@nnva.org>
12078
12079         * ext/annodex/Makefile.am:
12080         * ext/annodex/gstannodex.c:
12081         * ext/annodex/gstcmmldec.c:
12082         * ext/annodex/gstcmmlenc.c:
12083         * ext/annodex/gstcmmlparser.c:
12084         * ext/annodex/gstcmmlparser.h:
12085         * ext/annodex/gstcmmlutils.c:
12086         * tests/check/elements/cmmldec.c:
12087         * tests/check/elements/cmmlenc.c:
12088           Fix a memleak in gst_cmml_track_list_add_clip.
12089           Handle overflows in clip's start and end times.
12090           Add the "encoded" parameter to cmmldec and cmmlenc caps.
12091           Do not parse junk at the end of a CMML preamble buffer.
12092           Register a libxml error handler to not print stuff on stderr.
12093           Check for bad clip start and end times in the testsuites.
12094
12095 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12096
12097         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
12098         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
12099         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
12100         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
12101         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
12102         possible memleaks.
12103
12104 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12105
12106         * tests/check/Makefile.am:
12107         * tests/check/elements/cmmldec.c:
12108         * tests/check/elements/cmmlenc.c: Fix tests so that they use
12109         the plugins-base tags.
12110
12111 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12112
12113         * ext/Makefile.am: Re-enable module.
12114
12115 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12116
12117         * tests/check/Makefile.am: Forgot to remove that test.
12118
12119 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12120
12121         * ext/annodex/Makefile.am:
12122         * ext/annodex/gstannodex.c: (plugin_init):
12123         * ext/annodex/gstcmmldec.c:
12124         * ext/annodex/gstskeldec.c:
12125         * ext/annodex/gstskeldec.h:
12126         * tests/check/Makefile.am:
12127         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
12128
12129 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12130
12131         * tests/check/Makefile.am: Disable those checks as well.
12132
12133 2006-02-24  Julien MOUTTE  <julien@moutte.net>
12134
12135         * ext/Makefile.am: Disable annodex for now until we figure out
12136         how to make it build.
12137         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
12138         Add a rule to your checklist : "please try to at least build 
12139         what you are going to commit into -good, or if you are too lazy
12140         to do that, please check that the buildbots are not crying because
12141         of your commit."
12142
12143 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
12144
12145         * configure.ac:
12146         * ext/Makefile.am:
12147         * ext/gdk_pixbuf/Makefile.am:
12148         * ext/gdk_pixbuf/gstgdkpixbuf.c:
12149         * ext/gdk_pixbuf/gstgdkpixbuf.h:
12150         * ext/gdk_pixbuf/pixbufscale.c:
12151         * ext/gdk_pixbuf/pixbufscale.h:
12152           Gdkpixbuf ported from 0.8 to 0.10 by
12153           Renato Filho <renato.filho@indt.org.br>.
12154           gst_loader and gdkpixbufanimation still need port.
12155
12156 2006-02-24  Michael Smith  <msmith@fluendo.com>
12157
12158         * configure.ac:
12159         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12160         * ext/Makefile.am:
12161         * ext/annodex/Makefile.am:
12162         * ext/annodex/gstannodex.c:
12163         * ext/annodex/gstannodex.h:
12164         * ext/annodex/gstcmmldec.c:
12165         * ext/annodex/gstcmmldec.h:
12166         * ext/annodex/gstcmmlenc.c:
12167         * ext/annodex/gstcmmlenc.h:
12168         * ext/annodex/gstcmmlparser.c:
12169         * ext/annodex/gstcmmlparser.h:
12170         * ext/annodex/gstcmmltag.c:
12171         * ext/annodex/gstcmmltag.h:
12172         * ext/annodex/gstcmmlutils.c:
12173         * ext/annodex/gstcmmlutils.h:
12174         * ext/annodex/gstskeldec.c:
12175         * ext/annodex/gstskeldec.h:
12176         * ext/annodex/gstskeltag.c:
12177         * ext/annodex/gstskeltag.h:
12178         * tests/check/Makefile.am:
12179         * tests/check/elements/cmmldec.c:
12180         * tests/check/elements/cmmlenc.c:
12181         * tests/check/elements/skeldec.c:
12182           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
12183           Includes tests & docs, oh my! Passes Thomas's -good checklist
12184           entirely. Wow.
12185
12186 2006-02-24  Michael Smith  <msmith@fluendo.com>
12187
12188         * autogen.sh:
12189           Check for automake 1.9 as well.
12190
12191 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12192
12193         * ext/flac/gstflacenc.c:
12194           Change min. sample rate to 8kHz to match flacdec's.
12195           
12196 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
12197
12198         * ext/cdio/Makefile.am:
12199           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
12200           required for Cygwin, see #317048)
12201
12202         * gst/rtp/gstasteriskh263.c:
12203           Cygwin has includes for both the unix network socket API
12204           and the windows API, but only one can be included, so fix
12205           includes to only use one or the other, prefering the unxi
12206           one (#317048).
12207
12208 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12209
12210         * rtp/gst/gstrtppcmadepay.c:
12211         * rtp/gst/gstrtppcmadepay.h:
12212         * rtp/gst/gstgstrtppcmapay.c:
12213         * rtp/gst/gstgstrtppcmapay.h:
12214         * rtp/gst/gstrtppcmudepay.c:
12215         * rtp/gst/gstrtppcmudepay.h:
12216         * rtp/gst/gstrtppcmupay.c:
12217         * rtp/gst/gstrtppcmupay.h:
12218         * rtp/gst/Makefile.am:
12219         * rtp/gst/gstrtp.c:
12220         * rtp/gst/README:
12221         Separated the G711 payloaders/depayloaders into separate elements for
12222         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
12223
12224 2006-02-22  Wim Taymans  <wim@fluendo.com>
12225
12226         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
12227         (gst_dvdec_change_state):
12228         * ext/dv/gstdvdec.h:
12229         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
12230         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12231         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12232         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
12233         (gst_dvdemux_flush), (gst_dvdemux_chain),
12234         (gst_dvdemux_change_state):
12235         * ext/dv/gstdvdemux.h:
12236         Ueber spiffify some more, added debug category.
12237         Use _scale.
12238         Use segments, respect playback rate from newsegment.
12239         Fix refcount issue.
12240
12241 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
12242
12243         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
12244         (gst_signal_processor_process):
12245         Fix compilation of LADPSA. It doesn't seem to work, and isn't
12246         enabled for the build, but it helps me win the feature-count
12247         competitions ooh yeah.
12248
12249 2006-02-19  Wim Taymans  <wim@fluendo.com>
12250
12251         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
12252         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
12253         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
12254         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
12255         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12256         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
12257         Use scaling code for added precission and more correct stop
12258         position in case scale==0.
12259
12260 2006-02-19  Wim Taymans  <wim@fluendo.com>
12261
12262         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12263         (gst_flxdec_chain):
12264         * gst/flx/gstflxdec.h:
12265         Implement DURATION query.
12266
12267 2006-02-19  Wim Taymans  <wim@fluendo.com>
12268
12269         * gst/flx/flx_color.h:
12270         * gst/flx/flx_fmt.h:
12271         * gst/flx/gstflxdec.c: (gst_flxdec_init),
12272         (gst_flxdec_src_query_handler), (flx_decode_color),
12273         (gst_flxdec_chain):
12274         * gst/flx/gstflxdec.h:
12275         Set MALLOCDATA for the temp buffers so we don't leak.
12276         Some debug cleanups.
12277         Consume all data in the adapter before leaving the chain
12278         function. Fixes #330678.
12279
12280 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
12281
12282         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12283         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
12284          Handle 0 data size in otherwise valid frames.
12285          Handle numeric strings in 2.4.0 even when not in parentheses 
12286
12287 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
12288
12289         * gst/matroska/matroska-demux.c:
12290         (gst_matroska_demux_subtitle_caps),
12291         (gst_matroska_demux_plugin_init):
12292         * gst/matroska/matroska-ids.h:
12293           Recognise SSA/ASS and USF subtitle formats and
12294           set proper caps when they are found.
12295
12296 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12297
12298         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
12299         (gst_jpeg_dec_chain):
12300           Fix invalid memory access for some odd-sized images
12301           (see image contained in quicktime stream in #327083);
12302           use g_malloc() instead of g_alloca().
12303
12304 2006-02-17  Wim Taymans  <wim@fluendo.com>
12305
12306         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12307         Patch from Sebastien Cote, fixes #319884
12308
12309 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12310
12311         * ext/cdio/gstcdio.c: (plugin_init):
12312           Init debug category (#331253).
12313
12314 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12315
12316         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12317           Pass extra_data to gst_riff_create_audio_caps(), so that
12318           WAVEFORMATEX stuff works. Post audio codec name and post
12319           it as taglist on the bus. Allow up to 8 channesl for raw
12320           PCM in the source pad template caps.
12321
12322 2006-02-16  Wim Taymans  <wim@fluendo.com>
12323
12324         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12325         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
12326         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
12327         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
12328         (gst_multipart_set_property), (gst_multipart_get_property):
12329         Applied #318663. Gives quite a few false positives in
12330         autoscan mode, but it's better than nothing. Not closing yet.
12331
12332 2006-02-16  Wim Taymans  <wim@fluendo.com>
12333
12334         * docs/plugins/Makefile.am:
12335         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12336         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12337         * docs/plugins/gst-plugins-good-plugins.args:
12338         * docs/plugins/inspect/plugin-udp.xml:
12339         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12340         (gst_udpsrc_start):
12341         Update documentation.
12342         Fix args.
12343
12344 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
12345
12346         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12347         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
12348         frame size. (Fixes #331368)
12349
12350 2006-02-16  Wim Taymans  <wim@fluendo.com>
12351
12352         * gst/rtsp/README:
12353         Updated README.
12354
12355         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
12356         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
12357         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
12358         * gst/rtsp/gstrtspsrc.h:
12359         Make sure the RTP port is an even port an try to allocate 
12360         another if not.
12361         Added retry property to control max retries for port allocation.
12362         Make sure RTCP port is RTP port+1.
12363         Cleanup when port allocation fails.
12364         Fixes #319183.
12365         
12366 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12367
12368         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
12369           Don't ignore return value of the parent class's state
12370           change function (#331385, patch by: Wouter Paesen).
12371
12372 2006-02-15  Wim Taymans  <wim@fluendo.com>
12373
12374         * configure.ac:
12375         * docs/plugins/Makefile.am:
12376         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12377         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12378         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12379         * ext/Makefile.am:
12380         * ext/hal/Makefile.am:
12381         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
12382         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
12383         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
12384         (do_toggle_element), (gst_hal_audio_sink_set_property),
12385         (gst_hal_audio_sink_get_property),
12386         (gst_hal_audio_sink_change_state):
12387         * ext/hal/gsthalaudiosink.h:
12388         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
12389         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
12390         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
12391         (do_toggle_element), (gst_hal_audio_src_set_property),
12392         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
12393         * ext/hal/gsthalaudiosrc.h:
12394         * ext/hal/gsthalelements.c: (plugin_init):
12395         * ext/hal/gsthalelements.h:
12396         * ext/hal/hal.c: (gst_hal_get_string),
12397         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
12398         (gst_hal_get_audio_src):
12399         * ext/hal/hal.h:
12400         Add HAL sound device wrapper plugins. Closes #329106
12401
12402 2006-02-15  Wim Taymans  <wim@fluendo.com>
12403
12404         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
12405         Add comment in a fultile attempt to stop the copy-and-paste 
12406         paradigm leading to duplication of bad code.
12407
12408         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
12409         Mime parameters have to be checked case insensitive
12410
12411 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
12412
12413         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
12414           Advance stream time for lagging subtitle streams by sending
12415           newsegment events with the update flag set.
12416
12417 2006-02-14  Edward Hervey  <edward@fluendo.com>
12418
12419         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
12420         There can be bogus data before the hdrl LIST tag in the RIFF header.
12421         It's hard to say if it's not respecting the AVI specifications or not,
12422         but since Google Video is producing AVIs like that and the other player
12423         don't seem to complain, I guess we should do the same.
12424
12425 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
12426
12427         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
12428         (parse_split_strings):
12429         Add more validation to ensure that a char encoding conversion
12430         produced a valid UTF-8 string.
12431
12432 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
12433
12434         Reviewed by: Edward Hervey  <edward@fluendo.com>
12435
12436         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12437         Properly handle end of segment. Closes #330885.
12438
12439 2006-02-13  Wim Taymans  <wim@fluendo.com>
12440
12441         * gst/rtp/gstrtpmp4gpay.h:
12442         For got to commit this one.
12443
12444 2006-02-12  Wim Taymans  <wim@fluendo.com>
12445
12446         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
12447         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
12448         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
12449         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
12450         * gst/rtp/gstrtpmp4gpay.h:
12451         Make more things work.
12452         Handle ACC config strings.
12453
12454 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12455
12456         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
12457           set timestamps if no incoming timestamps set
12458
12459 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
12460
12461         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
12462         (gst_tag_demux_do_typefind):
12463           ... and fix the very same leaks in GstTagDemux.
12464
12465 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
12466
12467         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
12468         (gst_id3demux_do_typefind):
12469         Fix a couple of mem leaks. (Patch by Jonathan Matthew
12470         <jonathan at kaolin dot wh9 dot net>)
12471
12472 2006-02-10  Wim Taymans  <wim@fluendo.com>
12473
12474         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
12475         First set options, then set caps or else the baseclass
12476         will not know about the options, duh.
12477
12478 2006-02-10  Wim Taymans  <wim@fluendo.com>
12479
12480         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
12481         (gst_rtp_mp4v_pay_setcaps):
12482         Don't waste time looking for a config string if we have codec_info
12483         on the incomming caps.
12484
12485 2006-02-10  Wim Taymans  <wim@fluendo.com>
12486
12487         * gst/rtp/README:
12488         Say something about case-sensitivity of caps vs mime-attributes.
12489
12490         * gst/rtp/Makefile.am:
12491         * gst/rtp/gstrtp.c: (plugin_init):
12492         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12493         (gst_rtp_amr_pay_handle_buffer):
12494         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
12495         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
12496         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
12497         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
12498         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
12499         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
12500         (gst_rtp_mp4g_pay_plugin_init):
12501         * gst/rtp/gstrtpmp4gpay.h:
12502         Added beginnings of mpeg4-generic payloader (RFC 3640)
12503
12504 2006-02-09  Wim Taymans  <wim@fluendo.com>
12505
12506         * gst/rtsp/Makefile.am:
12507         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
12508         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
12509         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
12510         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
12511         (gst_rtpdec_change_state):
12512         * gst/rtsp/gstrtpdec.h:
12513         * gst/rtsp/gstrtsp.c: (plugin_init):
12514         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12515         * gst/rtsp/rtspconnection.c: (read_body),
12516         (rtsp_connection_receive):
12517         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
12518         Resurected rtpdec to make rtspsrc happy again.
12519         Skip attributes from the session id.
12520         Don't crash when dumping a message with an empty body.
12521
12522
12523 2006-02-09  Wim Taymans  <wim@fluendo.com>
12524
12525         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12526         Added more meaningfull warnings when something goes wrong.
12527         Clear F bit on outgoing AMR packets.
12528
12529         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12530         (gst_rtp_amr_pay_handle_buffer):
12531         Added debugging category
12532         Support payloading of multiple AMR frames.
12533
12534         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
12535         Added some debugging.
12536
12537 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
12538
12539         * configure.ac:
12540           Back to CVS
12541
12542 === release 0.10.2 ===
12543
12544 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
12545
12546         * configure.ac:
12547           releasing 0.10.2, "Papa was a rolling stone"
12548
12549 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12550
12551         * configure.ac:
12552           Bump core and plugins-base requirement to 0.10.2.2
12553           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
12554
12555 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12556
12557         * ext/flac/gstflac.c: (plugin_init):
12558         * ext/speex/gstspeex.c: (plugin_init):
12559           Register musicbrainz tags.
12560
12561 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12562
12563         * ext/gconf/gconf.h:
12564           Remove declaration of function that no longer exists.
12565
12566 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12567
12568         * ext/shout2/gstshout2.c: (gst_shout2send_render),
12569         (gst_shout2send_setcaps), (gst_shout2send_change_state):
12570         Make shout2 work for non ogg streams
12571
12572 2006-02-06  Wim Taymans  <wim@fluendo.com>
12573
12574         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12575         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
12576         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
12577         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
12578         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
12579         * gst/udp/gstmultiudpsink.h:
12580         Updated docs.
12581         Added properties bytes-served, bytes_to_serve.
12582         Post proper error messages,
12583         Emit client added signal too.
12584
12585 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12586
12587         * docs/plugins/Makefile.am:
12588         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12589         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12590         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12591         (gst_multiudpsink_get_stats):
12592           adding docs for multiudpsink
12593
12594 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12595
12596         * gst/level/gstlevel.c: (gst_level_transform_ip):
12597           peak below decay is not necessarily an error, so don't ERROR log
12598
12599 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12600
12601         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
12602         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
12603         (gst_ebml_write_seek):
12604         * gst/matroska/ebml-write.h:
12605           Make sure we send a newsegment event in BYTES format
12606           before sending buffers (#328531).
12607
12608 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12609
12610         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
12611         (gst_dvdemux_sink_query):
12612         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
12613         * ext/speex/gstspeexdec.c: (speex_get_query_types),
12614         (speex_dec_src_query):
12615         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
12616         (gst_speexenc_sink_query):
12617         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12618         * gst/matroska/matroska-demux.c:
12619         (gst_matroska_demux_get_src_query_types),
12620         (gst_matroska_demux_handle_src_query):
12621         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
12622         (gst_wavparse_pad_query):
12623           Pass unhandled queries upstream instead of just dropping
12624           them (#326446). Update query type arrays here and there.
12625
12626 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12627
12628         * tests/check/elements/matroskamux.c: (setup_src_pad):
12629           Collectpads in core got changed and now also holds a
12630           reference to any pad that is part of it. Fix refcount
12631           checks in test case accordingly.
12632
12633 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12634
12635         * gst/apetag/gstapedemux.h:
12636           Fix include, for now GstTagDemux is in the apetag dir.
12637
12638 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12639
12640         * docs/plugins/Makefile.am:
12641         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12642         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12643         * docs/plugins/inspect/plugin-cdio.xml:
12644           Add cdio plugin to docs.
12645
12646         * ext/cdio/gstcdiocddasrc.c:
12647           Add gtk-doc blurb.
12648
12649         * ext/cdio/gstcdio.c:
12650           The plugin is called 'cdio' not 'cddio'.
12651
12652 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12653
12654         * configure.ac:
12655         * docs/plugins/Makefile.am:
12656         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12657         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12658         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12659         * docs/plugins/inspect/plugin-apetag.xml:
12660         * gst/apetag/Makefile.am:
12661         * gst/apetag/gstapedemux.c:
12662         * gst/apetag/gstapedemux.h:
12663         * gst/apetag/gsttagdemux.c:
12664         * gst/apetag/gsttagdemux.h:
12665           Add APE tag demuxer (#325649).
12666
12667 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12668
12669         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
12670         (gst_gconf_get_default_video_sink),
12671         (gst_gconf_get_default_audio_src),
12672         (gst_gconf_get_default_video_src):
12673         * ext/gconf/gconf.h:
12674         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
12675         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
12676         (do_toggle_element):
12677         * ext/gconf/gstgconfaudiosink.h:
12678         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
12679         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
12680         (do_toggle_element):
12681         * ext/gconf/gstgconfaudiosrc.h:
12682         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
12683         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
12684         (do_toggle_element):
12685         * ext/gconf/gstgconfvideosink.h:
12686         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
12687         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
12688         (do_toggle_element):
12689         * ext/gconf/gstgconfvideosrc.h:
12690           Ignore changing the GConf key to "". Ignore GConf key updates
12691           that don't actually change the string.
12692           For now, ignore the GConf key when the state is > READY, as
12693           it breaks streaming. Sometime it will be nice to bring the
12694           new sink online even mid-stream, by sending NEWSEGMENT info
12695           and possibly prerolling.
12696           (Fixes #326736)
12697
12698 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12699
12700         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
12701         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
12702         (zoomFilterSetResolution), (zoomFilterDestroy),
12703         (zoomFilterFastRGB), (pointFilter):
12704         * gst/goom/filters.h:
12705         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
12706         (goom_update), (goom_close):
12707         * gst/goom/goom_core.h:
12708         * gst/goom/goom_tools.h:
12709         * gst/goom/graphic.c:
12710         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
12711         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
12712         * gst/goom/gstgoom.h:
12713         * gst/goom/lines.c: (goom_lines):
12714         * gst/goom/lines.h:
12715           Make goom reentrant by moving all important static variables
12716           into instance structures.
12717           (Fixes #329181)
12718
12719 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
12720
12721         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
12722         (gst_avi_demux_all_source_pads_unlinked),
12723         (gst_avi_demux_process_next_entry):
12724         * gst/avi/gstavidemux.h:
12725           Third attempt, use gst_pad_is_linked() this time.
12726
12727 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
12728
12729         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12730         (parse_split_strings):
12731         Adjust for data length indicators when parsing (Fixes #329810)
12732         Fix stupid bug parsing UTF-8 tag text.
12733         Output tag strings with multiple fields as multiple tags, so the
12734         app gets all the data.
12735
12736 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12737
12738         * ext/flac/gstflacenc.c:
12739         Fixed a bug add in last commit, where no event is send. Thanks Tim to
12740         show me.
12741         
12742 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12743
12744         * ext/flac/gstflacenc.c:
12745         * gst/matroska/ebml-read.c:
12746         Just make it compile with --disable-gst-debug.
12747
12748 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
12749
12750         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
12751         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
12752         (id3v2_genre_fields_to_taglist):
12753           Never output a tag with a null contents string.
12754
12755 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12756
12757         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
12758           Only pause if all pads are unlinked AND we've tried to send data
12759           on all of them at least once.
12760
12761 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12762
12763         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
12764         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
12765           Make loop function/task pause itself when all source pads are
12766           unlinked.
12767
12768 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12769
12770         * configure.ac:
12771         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
12772           Use new functions from core to render a bin from a
12773           string. Fixes build. Up requirements to core CVS.
12774
12775 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
12776
12777         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
12778           Don't push buffers into the adapter that we are going to
12779           push downstream again without framing anyway. Also, the
12780           adaptor takes ownership of buffers put into it (fixes
12781           auparse pushing invalid buffers for .au files with
12782           ADPCM contents). Finally, set caps on all outgoing buffers.
12783
12784 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
12785
12786         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
12787         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
12788         (gst_id3demux_send_tag_event):
12789         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
12790         Someone should kick my butt. Remove ID3v1 tags from the end of the
12791         file.
12792
12793         Improve error messages. Send the TAG message as soon as we complete
12794         typefinding, instead of waiting until we send the first buffer.
12795         Downstream tag event is still sent before the first buffer.
12796
12797 2006-01-27  Jan Gerber  <j@bootlab.org>
12798
12799         Reviewed by: Andy Wingo <wingo@pobox.com>
12800
12801         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
12802         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
12803         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
12804         to not have warings flooding stderr. this is the suggested way
12805         also used in dvgrab and kino. (#328336)
12806
12807 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
12808
12809         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
12810         (gst_oss_sink_init), (gst_oss_sink_finalise):
12811           Free the device name string when finalised.
12812
12813 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
12814
12815         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
12816           Don't put function calls in g_return_if_fail() statements,
12817           or they'll be replaced with NOOPs if someone compiles with
12818           G_DISABLE_CHECKS defined.
12819           
12820 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
12821
12822         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12823         Never trust ANY information encoded in a media file, especially
12824         when it's giving you sizes. (Fixes #328452)
12825
12826 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
12827
12828         * gst/rtp/gstrtpg711pay.c:
12829         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
12830         bug #325148.
12831
12832 2006-01-23  Edward Hervey  <edward@fluendo.com>
12833
12834         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
12835         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
12836         * gst/matroska/matroska-ids.h:
12837         Added recognition of Real Audio and Video streams in matroska demuxer.
12838
12839 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
12840
12841         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
12842           Remove errant break statement, and fix compilation with
12843           older GCC.
12844
12845 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
12846
12847         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12848
12849         * sys/sunaudio/gstsunaudiomixerctrl.c:
12850         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
12851           Export functions that are needed in other parts of the code,
12852           makes the mixer actually work; adjust magic minimum buffer-time
12853           value from 3ms to 5ms to work around stuttering during mp3
12854           playback (#327765).
12855
12856 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
12857
12858         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12859
12860         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
12861         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
12862           Fix possible deadlock in matroska muxer (#327825).
12863
12864 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
12865
12866         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
12867         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
12868         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
12869         * gst/rtsp/sdpmessage.h:
12870         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
12871         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
12872           C89 fixes: declare variables at the beginning of a block and
12873           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
12874           <jensgr at gmx dot net>).
12875
12876 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
12877
12878         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12879         * gst/id3demux/id3tags.h:
12880         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12881         (parse_comment_frame), (parse_text_identification_frame),
12882         (id3v2_tag_to_taglist), (id3v2_are_digits),
12883         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
12884         (parse_split_strings), (free_tag_strings):
12885           Rewrite parsing of text tags to handle multiple NULL terminated
12886           strings. Parse numeric genre strings and ID3v2 type
12887           "(3)(6)Alternative" style genre strings.
12888           Parse dates that are only YYYY or YYYY-mm format.
12889           (Fixes #328241 and #322154)
12890
12891 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
12892
12893         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12894           Don't forget to initialize liboil, otherwise our oil functions
12895           will crash (fixes #327871; patch by: Christoph Burghardt
12896           <hawkes at web dot de>).
12897
12898 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12899
12900         * configure.ac:
12901           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
12902           like in the core and gst-plugins-base. Fixes #324367 and #326683;
12903           patch by: Brian Cameron <brian dot cameron at sun dot com>
12904
12905 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12906
12907         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
12908         * ext/cdio/gstcdio.h:
12909         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
12910           Fix build for libcdio versions >= 76; give slightly lower rank
12911           than cdparanoia.
12912
12913 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12914
12915         * configure.ac:
12916         * ext/Makefile.am:
12917         * ext/cdio/Makefile.am:
12918         * ext/cdio/gstcdio.c:
12919         * ext/cdio/gstcdio.h:
12920         * ext/cdio/gstcdiocddasrc.c:
12921         * ext/cdio/gstcdiocddasrc.h:
12922           Port libcdio cdda source, formerly known as cddasrc, now known as
12923           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
12924           but that's not tested (fixes #317658).
12925
12926 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12927
12928         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
12929           Fix conversion from TIME to BYTES format (fixes #326864;
12930           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
12931
12932 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
12933
12934         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12935           Fix compilation of id3demux when zlib is not present.
12936           (Fixes #326602; patch by: Sergey Scobich)
12937
12938 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
12939
12940         * ext/esd/Makefile.am:
12941           Add $(ESD_CFLAGS), otherwise build will fail for folks
12942           with libesd in a non-standard prefix (#327009).
12943
12944 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12945
12946         * configure.ac:
12947           back to HEAD
12948
12949 === release 0.10.1 ===
12950
12951 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
12952
12953         * configure.ac:
12954           releasing 0.10.1, "Li"
12955
12956 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12957
12958           patch by: Wim Taymans
12959
12960         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12961           fix memleak.  Fixes #326618
12962
12963 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12964
12965           patch by: Mike Smith
12966
12967         * gst/level/gstlevel.c: (gst_level_message_new),
12968         (gst_level_message_append_channel):
12969           Fix memleak.  Fixes #326612
12970
12971 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12972
12973         * configure.ac:
12974           prereleasing
12975         * po/af.po:
12976         * po/az.po:
12977         * po/cs.po:
12978         * po/en_GB.po:
12979         * po/hu.po:
12980         * po/it.po:
12981         * po/nb.po:
12982         * po/nl.po:
12983         * po/or.po:
12984         * po/sq.po:
12985         * po/sr.po:
12986         * po/sv.po:
12987         * po/uk.po:
12988         * po/vi.po:
12989           update translations
12990
12991 2006-01-10  Michael Smith  <msmith@fluendo.com>
12992
12993         * gst/level/gstlevel.c: (gst_level_class_init),
12994         (gst_level_dispose):
12995           Don't leak filter arrays.
12996
12997 2006-01-09 Brian Cameron <brian.cameron@sun.com>
12998
12999         reviewed by: Christian Schaller <uraeus@gnome.org>
13000         
13001         * configure.ac:
13002         * gst-plugins-good.spec.in:
13003         * sys/Makefile.am:
13004         * sys/sunaudio/Makefile.am:
13005         * sys/sunaudio/gstsunaudio.c: (plugin_init):
13006         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
13007         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
13008         (gst_sunaudiomixer_change_state):
13009         * sys/sunaudio/gstsunaudiomixer.h:
13010         * sys/sunaudio/gstsunaudiomixerctrl.c:
13011         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
13012         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
13013         (gst_sunaudiomixer_ctrl_list_tracks),
13014         (gst_sunaudiomixer_ctrl_get_volume),
13015         (gst_sunaudiomixer_ctrl_set_volume),
13016         (gst_sunaudiomixer_ctrl_set_mute),
13017         (gst_sunaudiomixer_ctrl_set_record):
13018         * sys/sunaudio/gstsunaudiomixerctrl.h:
13019         * sys/sunaudio/gstsunaudiomixertrack.c:
13020         (gst_sunaudiomixer_track_class_init),
13021         (gst_sunaudiomixer_track_init), (fill_labels),
13022         (gst_sunaudiomixer_track_new):
13023         * sys/sunaudio/gstsunaudiomixertrack.h:
13024         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
13025         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
13026         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
13027         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
13028         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
13029         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
13030         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
13031         * sys/sunaudio/gstsunaudiosink.h:
13032
13033         Add SunAudio plugin - tested to make sure it doesn't break
13034         the build under GNU/Linux.      
13035
13036 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
13037
13038         * gst-plugins-good/gst/udp/gstdynudpsink.c:
13039         * gst-plugins-good/gst/udp/gstudpsrc.c:
13040         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
13041         overrides the port or multicast parameters. Fixes bugs #323021.
13042         API addition: adds GstUDPSrc::sockfd property   
13043
13044 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
13045
13046         * ext/gconf/Makefile.am:
13047         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
13048         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
13049         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
13050         (do_toggle_element), (cb_toggle_element),
13051         (gst_gconf_audio_src_change_state):
13052         * ext/gconf/gstgconfaudiosrc.h:
13053         * ext/gconf/gstgconfelements.c: (plugin_init):
13054         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
13055         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
13056         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
13057         (do_toggle_element), (cb_toggle_element),
13058         (gst_gconf_video_src_change_state):
13059         * ext/gconf/gstgconfvideosrc.h:
13060           Add new gconfaudiosrc and gconfvideosrc elements
13061           (needed for gnome-sound-recorder).
13062
13063 2006-01-06  Edward Hervey  <edward@fluendo.com>
13064
13065         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13066         Add gst_element_no_more_pads() for proper decodebin behaviour.
13067         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
13068         (parse_text_identification_frame), (parse_split_strings):
13069         Failure to decode some tags is not a GST_ERROR() but a
13070         GST_WARNING()
13071         When iterating over a chunk of text, check that we haven't gone too
13072         far.
13073
13074 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
13075
13076         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
13077         (plugin_init):
13078           call oil_init() when using liboil
13079
13080 2006-01-04  Wim Taymans  <wim@fluendo.com>
13081
13082         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13083         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13084         Fix leaks.
13085
13086 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
13087
13088         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13089
13090         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
13091         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
13092         (gst_flac_dec_change_state):
13093           Don't g_assert() where we should just return FALSE; remove
13094           unnecessary g_assert(); initialize some fields properly in
13095           state change function (fixes #325504). Also, use
13096           GST_DEBUG_OBJECT in two more places.
13097
13098 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13099
13100         * configure.ac:
13101           also remove smoothwave's Makefile.am
13102         * docs/plugins/Makefile.am:
13103           fix plugin docs
13104
13105 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13106
13107         * tests/examples/Makefile.am:
13108           added missing Makefile.am
13109
13110 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13111
13112         * configure.ac:
13113         * gst/level/Makefile.am:
13114         * gst/level/level-example.c:
13115         * tests/Makefile.am:
13116         * tests/examples/level/Makefile.am:
13117         * tests/examples/level/level-example.c: (message_handler), (main):
13118           moved level-example to tests/examples/level-example
13119         * tests/old/examples/level/demo.c: (main):
13120         * tests/old/examples/level/plot.c: (main):
13121           some initial fixes
13122
13123 2005-12-29  Michael Smith  <msmith@fluendo.com>
13124
13125         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13126         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
13127         * gst/udp/gstmultiudpsink.h:
13128           Track packets sent per client in addition to bytes sent; provide
13129           this info through get-stats signal
13130
13131 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13132
13133         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
13134           Can't use gst_object_unref() on a GstAdapter (#325191).
13135
13136 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
13137
13138         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13139         If a broken tag has 0 bytes payload, at least still skip
13140         the 10 byte header
13141
13142 2005-12-22  Philippe Khalaf  <burger@speedy.org>
13143
13144         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
13145         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13146         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
13147         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13148           Making these depayloaders (H263+ and mpeg4 video) inherit from
13149           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
13150
13151 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13152
13153         * docs/plugins/gst-plugins-good-plugins.args:
13154         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13155         Regenerate the plugin hiearchy.
13156
13157 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13158
13159         * docs/plugins/Makefile.am:
13160         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13161         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13162         * docs/plugins/gst-plugins-good-plugins.args:
13163         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
13164         (gst_id3demux_base_init), (gst_id3demux_class_init),
13165         (gst_id3demux_chain):
13166         * gst/id3demux/gstid3demux.h:
13167           Add documentation for id3demux.
13168           Don't fail if the first buffer is not at offset 0, just
13169           attempt to typefind and do pass through
13170           Rename the gst_type function from gst_gst_id3demux..
13171
13172 2005-12-20  Michael Smith  <msmith@fluendo.com>
13173
13174         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13175         (gst_multiudpsink_add), (gst_multiudpsink_remove),
13176         (gst_multiudpsink_get_stats):
13177         * gst/udp/gstmultiudpsink.h:
13178           Collect statistics; return them from get_stats.
13179
13180 2005-12-19  Edward Hervey  <edward@fluendo.com>
13181
13182         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
13183         Stupid signedness issue...
13184
13185 2005-12-19  Edward Hervey  <edward@fluendo.com>
13186
13187         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13188         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
13189         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
13190         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13191         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
13192         Construct index for indexless files.
13193         Make sure pad/buffers are correctly reset to NULL once we don't need
13194         them anymore, else we get lovely segfaults/assertions.
13195         * gst/wavparse/gstwavparse.c:
13196         Yes, you can have 96KHz audio and wma in wav :(
13197
13198 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
13199
13200         * configure.ac:
13201           Check for optional dependency on zlib for id3demux
13202
13203         * gst/id3demux/Makefile.am:
13204         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
13205         (gst_id3demux_base_init), (gst_id3demux_class_init),
13206         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
13207         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
13208         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
13209         (gst_id3demux_set_property), (gst_id3demux_get_property),
13210         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
13211         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
13212         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
13213         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
13214         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
13215         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
13216         (simple_find_peek), (simple_find_suggest),
13217         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
13218         (plugin_init):
13219         * gst/id3demux/gstid3demux.h:
13220         * gst/id3demux/id3tags.c: (read_synch_uint),
13221         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
13222         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
13223         (id3demux_id3v2_frames_to_tag_list):
13224         * gst/id3demux/id3tags.h:
13225         * gst/id3demux/id3v2.4.0-frames.txt:
13226         * gst/id3demux/id3v2.4.0-structure.txt:
13227         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13228         (parse_comment_frame), (parse_text_identification_frame),
13229         (id3v2_tag_to_taglist), (parse_split_strings):
13230           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
13231           otherwise it discards them. Works on my test files. 
13232
13233         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
13234           Don't send EOS to a non-existing srcpad
13235           The debug category can be static
13236
13237 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
13238
13239         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
13240         * ext/esd/esdsink.c: (gst_esdsink_prepare):
13241         * gst/multipart/multipartdemux.c:
13242           change some char* into char[]
13243
13244 2005-12-16  Wim Taymans  <wim@fluendo.com>
13245
13246         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
13247         (gst_wavparse_other), (gst_wavparse_perform_seek),
13248         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
13249         (gst_wavparse_loop), (gst_wavparse_pad_convert),
13250         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
13251         * gst/wavparse/gstwavparse.h:
13252         Use GstSegment to implement more seeking features.
13253
13254 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
13255
13256         * gst/rtsp/rtspconnection.c:
13257           Add <netinet/in.h> include and move <arpa/inet.h> include
13258           to make things work on OpenBSD as well (fixes #323717;
13259           patch by: Benjamin Pineau)
13260
13261 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
13262
13263         * gst/rtp/gstrtpspeexdepay.c:
13264         * gst/rtp/gstrtpspeexpay.c:
13265         Set clock rate to be fixed in 8000. It fixes bug #324012.
13266
13267 2005-12-14  Philippe Khalaf  <burger@speedy.org>
13268
13269         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
13270         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
13271         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
13272         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13273         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13274         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
13275         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
13276         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13277         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
13278         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13279         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
13280         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
13281         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
13282         * gst-plugins-good/gst/rtp/README:
13283         Fixed payload range in payloder caps. Removed payload range completely
13284         from depayloaders as they don't require payload type in their caps.
13285         In effect, there isn't any specific payload type for any given codec,
13286         only suggestions.
13287         Fixes bug #324011.
13288
13289 2005-12-13  Julien MOUTTE  <julien@moutte.net>
13290
13291         * gst/videomixer/videomixer.c: (gst_videomixer_init),
13292         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13293         (gst_videomixer_collected): Code cleanup and re-enabling 
13294         queued time validity check for correct EOS handling.
13295
13296 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
13297
13298         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13299         (gst_oss_mixer_element_get_property),
13300         (gst_oss_mixer_element_change_state):
13301         Add 'device-name' property and fix state change function.
13302
13303 2005-12-13  Edward Hervey  <edward@fluendo.com>
13304
13305         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
13306         If the speed of the file is null in the header, set the frame_time to
13307         the default setting of GST_SECOND / 70. Which is the default
13308         frame_delay for .fli files as stated in this document :
13309         http://www.compuphase.com/flic.htm
13310         Would be nice to have the time conversion done properly too (duration =
13311         flxh->frames * flxdec->frame_time)
13312
13313 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13314
13315         * docs/plugins/Makefile.am:
13316         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13317         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13318         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13319         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13320         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13321         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
13322         documentation for videomixer on my way with a funny sample
13323         pipeline.
13324
13325 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13326
13327         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13328         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13329         (gst_videomixer_update_queues), (gst_videomixer_collected):
13330         Fix caps negotiation. (#323896)
13331
13332 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
13333
13334         * gst/matroska/matroska-demux.c:
13335         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
13336           Set correct timestamps on audio laces, fixes playback of mp3 from
13337                 matroska.
13338
13339 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
13340
13341         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
13342         (gst_au_parse_class_init), (gst_au_parse_init),
13343         (gst_au_parse_dispose), (gst_au_parse_chain),
13344         (gst_au_parse_change_state), (plugin_init):
13345         * gst/auparse/gstauparse.h:
13346           Use gst_object_unref() for GstObjects instead of
13347           g_object_unref() and fix a mem leak in a debug
13348           statement; while we're at it, also borgify, use
13349           boilerplate macros and clean up a little bit.
13350
13351 2005-12-11  Edward Hervey  <edward@fluendo.com>
13352
13353         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
13354         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
13355         Added pull mode.
13356
13357 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13358
13359         * gst/goom/gstgoom.c:
13360         * gst/level/level-example.c: (main):
13361         * gst/smoothwave/demo-osssrc.c: (main):
13362           Use audiotestsrc instead of sinesrc (#323798).
13363
13364 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
13365
13366         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
13367           more debug-func-ptr usage
13368
13369 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
13370
13371         * gst/flx/flx_color.c: (flx_colorspace_convert):
13372         * gst/flx/flx_color.h:
13373         * gst/flx/flx_fmt.h:
13374         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
13375         * gst/flx/gstflxdec.h:
13376           Now flxdec works on big-endian machines as well.
13377
13378 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13379
13380         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
13381         (gst_fenced_buffer_copy):
13382           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
13383           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
13384           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
13385           and use GST_DEBUG_FUNCPTR for pad functions.
13386
13387 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13388
13389         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
13390         (gst_flac_dec_class_init), (gst_flac_dec_init),
13391         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
13392         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
13393         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
13394         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
13395         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
13396         (gst_flac_dec_change_state):
13397         * ext/flac/gstflacdec.h:
13398           Rewrite flacdec a bit, so that even seeking might work now. Most
13399           importantly, don't act upon any flow return values we get, just tell
13400           the decoder everything's dandy and act on the flow return values
13401           later on in the loop function. We don't want to mess up the internal
13402           decoder state for non-fatal things like flushing pads etc. Other
13403           than that, use GstSegment (segment seeks don't work yet though, but
13404           should be easy to add), use boilerplate macros, drop the superfluous
13405           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
13406           lots of other things.
13407
13408 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13409
13410         * configure.ac:
13411           Update comment in OSS includes check.
13412
13413         * sys/oss/gstossdmabuffer.c:
13414         * sys/oss/gstosshelper.c:
13415         * sys/oss/gstossmixer.c:
13416         * sys/oss/gstossmixertrack.c:
13417         * sys/oss/gstosssink.c:
13418         * sys/oss/gstosssrc.c:
13419         * sys/oss/oss_probe.c:
13420           Don't assume the OSS soundcard.h include is always in
13421           the sys/ directory. Instead, use the existing defines
13422           from config.h to include the right file. Fixes
13423           compilation on OpenBSD 3.8 (#323718).
13424
13425 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13426
13427         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13428         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13429         * docs/plugins/inspect/plugin-1394.xml:
13430         * docs/plugins/inspect/plugin-aasink.xml:
13431         * docs/plugins/inspect/plugin-alaw.xml:
13432         * docs/plugins/inspect/plugin-alpha.xml:
13433         * docs/plugins/inspect/plugin-alphacolor.xml:
13434         * docs/plugins/inspect/plugin-auparse.xml:
13435         * docs/plugins/inspect/plugin-autodetect.xml:
13436         * docs/plugins/inspect/plugin-avi.xml:
13437         * docs/plugins/inspect/plugin-cacasink.xml:
13438         * docs/plugins/inspect/plugin-cairo.xml:
13439         * docs/plugins/inspect/plugin-cutter.xml:
13440         * docs/plugins/inspect/plugin-debug.xml:
13441         * docs/plugins/inspect/plugin-dv.xml:
13442         * docs/plugins/inspect/plugin-efence.xml:
13443         * docs/plugins/inspect/plugin-effectv.xml:
13444         * docs/plugins/inspect/plugin-esdsink.xml:
13445         * docs/plugins/inspect/plugin-flac.xml:
13446         * docs/plugins/inspect/plugin-flxdec.xml:
13447         * docs/plugins/inspect/plugin-gconfelements.xml:
13448         * docs/plugins/inspect/plugin-goom.xml:
13449         * docs/plugins/inspect/plugin-jpeg.xml:
13450         * docs/plugins/inspect/plugin-level.xml:
13451         * docs/plugins/inspect/plugin-matroska.xml:
13452         * docs/plugins/inspect/plugin-mulaw.xml:
13453         * docs/plugins/inspect/plugin-multipart.xml:
13454         * docs/plugins/inspect/plugin-navigationtest.xml:
13455         * docs/plugins/inspect/plugin-ossaudio.xml:
13456         * docs/plugins/inspect/plugin-png.xml:
13457         * docs/plugins/inspect/plugin-rtp.xml:
13458         * docs/plugins/inspect/plugin-rtsp.xml:
13459         * docs/plugins/inspect/plugin-shout2send.xml:
13460         * docs/plugins/inspect/plugin-smpte.xml:
13461         * docs/plugins/inspect/plugin-speex.xml:
13462         * docs/plugins/inspect/plugin-udp.xml:
13463         * docs/plugins/inspect/plugin-videobox.xml:
13464         * docs/plugins/inspect/plugin-videoflip.xml:
13465         * docs/plugins/inspect/plugin-videomixer.xml:
13466         * docs/plugins/inspect/plugin-wavenc.xml:
13467         * docs/plugins/inspect/plugin-wavparse.xml:
13468         * ext/flac/gstflac.c: (plugin_init):
13469         * ext/flac/gstflacdec.c: (flacdec_get_type),
13470         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
13471         (gst_flac_dec_init), (gst_flac_dec_finalize),
13472         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
13473         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
13474         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
13475         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
13476         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
13477         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
13478         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
13479         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
13480         * ext/flac/gstflacdec.h:
13481         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
13482         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
13483         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
13484         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
13485         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
13486         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
13487         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
13488         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
13489         (gst_flac_enc_change_state):
13490         * ext/flac/gstflacenc.h:
13491           borgify and fix up documentation
13492
13493 2005-12-09  Michael Smith  <msmith@fluendo.com>
13494
13495         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
13496           Accept a wider range of flac files, more closely matching flac spec.
13497
13498 2005-12-08  Julien MOUTTE  <julien@moutte.net>
13499
13500         * docs/plugins/Makefile.am: Add multipart elements.
13501         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13502         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
13503         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13504         * gst/multipart/multipartdemux.c:
13505         * gst/multipart/multipartmux.c: Add docs.
13506
13507 2005-12-07  Edward Hervey  <edward@fluendo.com>
13508
13509         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
13510         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
13511         (gst_avi_demux_invert):
13512         Memleak and crasher fixes.
13513         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
13514         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
13515         Memleak fixes
13516
13517 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13518
13519         * ext/aalib/gstaasink.h:
13520         * ext/cairo/gsttextoverlay.h:
13521         * ext/dv/gstdvdec.h:
13522         * ext/dv/gstdvdemux.c:
13523         * ext/dv/gstdvdemux.h:
13524         * ext/esd/esdsink.h:
13525         * ext/flac/flac_compat.h:
13526         * ext/flac/gstflacdec.h:
13527         * ext/flac/gstflacenc.h:
13528         * ext/gconf/gconf.h:
13529         * ext/gconf/gstgconfaudiosink.h:
13530         * ext/gconf/gstgconfvideosink.h:
13531         * ext/gdk_pixbuf/gstgdkanimation.h:
13532         * ext/jpeg/gstjpegdec.h:
13533         * ext/jpeg/smokecodec.h:
13534         * ext/jpeg/smokeformat.h:
13535         * ext/ladspa/gstsignalprocessor.h:
13536         * ext/ladspa/search.c: (LADSPAPluginSearch):
13537         * ext/ladspa/utils.h:
13538         * ext/libmng/gstmng.c:
13539         * ext/libmng/gstmngdec.h:
13540         * ext/libmng/gstmngenc.c:
13541         * ext/libmng/gstmngenc.h:
13542         * ext/libpng/gstpng.c:
13543         * ext/libpng/gstpngenc.c:
13544         * ext/libpng/gstpngenc.h:
13545         * ext/shout2/gstshout2.h:
13546         * ext/speex/gstspeexdec.h:
13547         * ext/speex/gstspeexenc.c:
13548         * ext/speex/gstspeexenc.h:
13549         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13550         * gst/autodetect/gstautoaudiosink.h:
13551         * gst/autodetect/gstautovideosink.h:
13552         * gst/avi/gstavidemux.h:
13553         * gst/cutter/gstcutter.c: (gst_cutter_chain),
13554         (gst_cutter_set_property), (gst_cutter_get_caps):
13555         * gst/cutter/gstcutter.h:
13556         * gst/debug/tests.c: (md5_process_block):
13557         * gst/debug/tests.h:
13558         * gst/effectv/gstwarp.c:
13559         * gst/flx/flx_fmt.h:
13560         * gst/flx/gstflxdec.h:
13561         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
13562         (zoomFilterFastRGB):
13563         * gst/goom/filters.h:
13564         * gst/goom/goom_tools.h:
13565         * gst/law/alaw-encode.c:
13566         * gst/level/gstlevel.c:
13567         * gst/level/gstlevel.h:
13568         * gst/matroska/ebml-write.h:
13569         * gst/matroska/matroska-demux.h:
13570         * gst/matroska/matroska-ids.h:
13571         * gst/matroska/matroska-mux.h:
13572         * gst/monoscope/convolve.c: (convolve_match):
13573         * gst/monoscope/convolve.h:
13574         * gst/multipart/multipartmux.c:
13575         * gst/oldcore/gstaggregator.c:
13576         * gst/oldcore/gstaggregator.h:
13577         * gst/oldcore/gstmd5sink.c: (md5_process_block):
13578         * gst/oldcore/gstmd5sink.h:
13579         * gst/oldcore/gstmultifilesrc.c:
13580         * gst/oldcore/gstmultifilesrc.h:
13581         * gst/oldcore/gstpipefilter.h:
13582         * gst/oldcore/gstshaper.h:
13583         * gst/rtp/gstrtpL16depay.h:
13584         * gst/rtp/gstrtpL16pay.h:
13585         * gst/rtp/gstrtpdepay.h:
13586         * gst/rtp/gstrtpmp4vpay.c:
13587         * gst/rtp/gstrtpmp4vpay.h:
13588         * gst/rtsp/gstrtspsrc.c:
13589         * gst/rtsp/gstrtspsrc.h:
13590         * gst/rtsp/rtspconnection.h:
13591         * gst/rtsp/rtspdefs.h:
13592         * gst/rtsp/rtspmessage.h:
13593         * gst/rtsp/rtsptransport.h:
13594         * gst/rtsp/rtspurl.c:
13595         * gst/rtsp/rtspurl.h:
13596         * gst/rtsp/sdpmessage.c:
13597         * gst/rtsp/sdpmessage.h:
13598         * gst/smpte/barboxwipes.c:
13599         * gst/smpte/gstmask.h:
13600         * gst/smpte/gstsmpte.h:
13601         * gst/smpte/paint.c:
13602         * gst/smpte/paint.h:
13603         * gst/udp/gstdynudpsink.h:
13604         * gst/udp/gstmultiudpsink.h:
13605         * gst/udp/gstudpsink.c:
13606         * gst/udp/gstudpsink.h:
13607         * gst/udp/gstudpsrc.c:
13608         * gst/videomixer/videomixer.c:
13609         * gst/wavenc/riff.h:
13610         * gst/wavparse/gstwavparse.h:
13611         * sys/oss/gstossdmabuffer.h:
13612         * sys/oss/gstossmixer.h:
13613         * sys/oss/gstossmixerelement.h:
13614         * sys/oss/gstossmixertrack.h:
13615         * sys/oss/gstosssink.c:
13616         * sys/oss/gstosssink.h:
13617         * sys/oss/gstosssrc.c:
13618         * sys/oss/gstosssrc.h:
13619         * sys/osxaudio/gstosxaudioelement.h:
13620         * sys/osxaudio/gstosxaudiosink.h:
13621         * sys/osxaudio/gstosxaudiosrc.h:
13622           expand tabs
13623
13624 === release 0.10.0 ===
13625
13626 2005-12-05   <thomas (at) apestaart (dot) org>
13627
13628         * configure.ac:
13629           releasing 0.10.0, "Abondance"
13630
13631 2005-12-05  Andy Wingo  <wingo@pobox.com>
13632
13633         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13634         * ext/flac/gstflacdec.c: (gst_flacdec_write):
13635         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
13636         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
13637         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
13638         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
13639         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13640         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
13641         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
13642         * ext/speex/gstspeexdec.c: (speex_dec_chain):
13643         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
13644         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13645         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
13646         * gst/goom/gstgoom.c: (gst_goom_chain):
13647         * gst/matroska/matroska-demux.c:
13648         (gst_matroska_demux_push_vorbis_codec_priv_data),
13649         (gst_matroska_demux_add_wvpk_header):
13650         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13651         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
13652         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
13653         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
13654         alloc_buffer changes.
13655
13656 2005-12-05  Michael Smith  <msmith@fluendo.com>
13657
13658         * docs/plugins/gst-plugins-good-plugins.args:
13659           Remove args for plugins that aren't in -good.
13660
13661 === release 0.9.7 ===
13662
13663 2005-12-01   <thomas (at) apestaart (dot) org>
13664
13665         * configure.ac:
13666           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
13667
13668 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13669
13670         * docs/plugins/.cvsignore:
13671         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13672         * docs/plugins/inspect/plugin-multipart.xml:
13673         * docs/plugins/inspect/plugin-rtp.xml:
13674           add multipart plugin to docs
13675
13676 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13677
13678         * configure.ac:
13679         * ext/Makefile.am:
13680         * ext/pango/Makefile.am:
13681         * ext/pango/gstclockoverlay.c:
13682         * ext/pango/gstclockoverlay.h:
13683         * ext/pango/gsttextoverlay.c:
13684         * ext/pango/gsttextoverlay.h:
13685         * ext/pango/gsttextrender.c:
13686         * ext/pango/gsttextrender.h:
13687         * ext/pango/gsttimeoverlay.c:
13688         * ext/pango/gsttimeoverlay.h:
13689           move pango to base
13690
13691 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13692
13693         * gst/rtp/Makefile.am:
13694         * gst/rtp/gstrtpL16depay.c:
13695         * gst/rtp/gstrtpL16depay.h:
13696         * gst/rtp/gstrtpL16parse.c:
13697         * gst/rtp/gstrtpL16parse.h:
13698         * gst/rtp/gstrtpgsmdepay.c:
13699         * gst/rtp/gstrtpgsmdepay.h:
13700         * gst/rtp/gstrtpgsmparse.c:
13701         * gst/rtp/gstrtpgsmparse.h:
13702           parsers are depayers
13703
13704 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13705
13706         * gst/rtp/Makefile.am:
13707         * gst/rtp/gstasteriskh263.c:
13708         * gst/rtp/gstrtp.c:
13709         * gst/rtp/gstrtpL16enc.c:
13710         * gst/rtp/gstrtpL16enc.h:
13711         * gst/rtp/gstrtpL16parse.c:
13712         * gst/rtp/gstrtpL16parse.h:
13713         * gst/rtp/gstrtpL16pay.c:
13714         * gst/rtp/gstrtpL16pay.h:
13715         * gst/rtp/gstrtpamrdec.c:
13716         * gst/rtp/gstrtpamrdec.h:
13717         * gst/rtp/gstrtpamrdepay.c:
13718         * gst/rtp/gstrtpamrdepay.h:
13719         * gst/rtp/gstrtpamrenc.c:
13720         * gst/rtp/gstrtpamrenc.h:
13721         * gst/rtp/gstrtpamrpay.c:
13722         * gst/rtp/gstrtpamrpay.h:
13723         * gst/rtp/gstrtpdec.c:
13724         * gst/rtp/gstrtpdec.h:
13725         * gst/rtp/gstrtpdepay.c:
13726         * gst/rtp/gstrtpdepay.h:
13727         * gst/rtp/gstrtpg711dec.c:
13728         * gst/rtp/gstrtpg711dec.h:
13729         * gst/rtp/gstrtpg711depay.c:
13730         * gst/rtp/gstrtpg711depay.h:
13731         * gst/rtp/gstrtpg711enc.c:
13732         * gst/rtp/gstrtpg711enc.h:
13733         * gst/rtp/gstrtpg711pay.c:
13734         * gst/rtp/gstrtpg711pay.h:
13735         * gst/rtp/gstrtpgsmenc.c:
13736         * gst/rtp/gstrtpgsmenc.h:
13737         * gst/rtp/gstrtpgsmparse.c:
13738         * gst/rtp/gstrtpgsmparse.h:
13739         * gst/rtp/gstrtpgsmpay.c:
13740         * gst/rtp/gstrtpgsmpay.h:
13741         * gst/rtp/gstrtph263enc.c:
13742         * gst/rtp/gstrtph263enc.h:
13743         * gst/rtp/gstrtph263pay.c:
13744         * gst/rtp/gstrtph263pay.h:
13745         * gst/rtp/gstrtph263pdec.c:
13746         * gst/rtp/gstrtph263pdec.h:
13747         * gst/rtp/gstrtph263pdepay.c:
13748         * gst/rtp/gstrtph263pdepay.h:
13749         * gst/rtp/gstrtph263penc.c:
13750         * gst/rtp/gstrtph263penc.h:
13751         * gst/rtp/gstrtph263ppay.c:
13752         * gst/rtp/gstrtph263ppay.h:
13753         * gst/rtp/gstrtpmp4vdec.c:
13754         * gst/rtp/gstrtpmp4vdec.h:
13755         * gst/rtp/gstrtpmp4vdepay.c:
13756         * gst/rtp/gstrtpmp4vdepay.h:
13757         * gst/rtp/gstrtpmp4venc.c:
13758         * gst/rtp/gstrtpmp4venc.h:
13759         * gst/rtp/gstrtpmp4vpay.c:
13760         * gst/rtp/gstrtpmp4vpay.h:
13761         * gst/rtp/gstrtpmpadec.c:
13762         * gst/rtp/gstrtpmpadec.h:
13763         * gst/rtp/gstrtpmpadepay.c:
13764         * gst/rtp/gstrtpmpadepay.h:
13765         * gst/rtp/gstrtpmpaenc.c:
13766         * gst/rtp/gstrtpmpaenc.h:
13767         * gst/rtp/gstrtpmpapay.c:
13768         * gst/rtp/gstrtpmpapay.h:
13769         * gst/rtp/gstrtpspeexdec.c:
13770         * gst/rtp/gstrtpspeexdec.h:
13771         * gst/rtp/gstrtpspeexdepay.c:
13772         * gst/rtp/gstrtpspeexdepay.h:
13773         * gst/rtp/gstrtpspeexenc.c:
13774         * gst/rtp/gstrtpspeexenc.h:
13775         * gst/rtp/gstrtpspeexpay.c:
13776         * gst/rtp/gstrtpspeexpay.h:
13777           Do burger's rename for rtp payloaders and depayloaders
13778
13779 2005-11-30  Wim Taymans  <wim@fluendo.com>
13780
13781         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13782         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
13783         * ext/dv/gstdvdemux.h:
13784         Fix seeking in dvdemux again, add some more debug info.
13785
13786 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13787
13788         * configure.ac:
13789           fix tests
13790
13791 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13792
13793         * PORTED_09:
13794         * docs/random/PORTED_09:
13795           move
13796         * tests/Makefile.am:
13797           add
13798         * win32/gst.sln:
13799           remove
13800
13801 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13802
13803         * Makefile.am:
13804         * check/.cvsignore:
13805         * check/Makefile.am:
13806         * check/elements/.cvsignore:
13807         * check/elements/level.c:
13808         * check/elements/matroskamux.c:
13809         * configure.ac:
13810         * examples/Makefile.am:
13811         * examples/capsfilter/Makefile.am:
13812         * examples/capsfilter/capsfilter1.c:
13813         * examples/gob/Makefile.am:
13814         * examples/gob/gst-identity2.gob:
13815         * examples/gstplay/.cvsignore:
13816         * examples/gstplay/Makefile.am:
13817         * examples/gstplay/player.c:
13818         * examples/indexing/.cvsignore:
13819         * examples/indexing/Makefile.am:
13820         * examples/indexing/indexmpeg.c:
13821         * examples/level/Makefile.am:
13822         * examples/level/README:
13823         * examples/level/demo.c:
13824         * examples/level/plot.c:
13825         * examples/stats/Makefile.am:
13826         * examples/stats/mp2ogg.c:
13827         * examples/switch/.cvsignore:
13828         * examples/switch/Makefile.am:
13829         * examples/switch/switcher.c:
13830           move under tests/
13831
13832 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
13833
13834         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
13835         (gst_text_render_class_init), (resize_bitmap),
13836         (gst_text_render_render_text), (gst_text_render_setcaps),
13837         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
13838         (gst_text_render_chain), (gst_text_render_finalize),
13839         (gst_text_render_init), (gst_text_render_set_property):
13840         * ext/pango/gsttextrender.h:
13841           Add missing files.
13842
13843 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
13844
13845         * configure.ac:
13846         * ext/Makefile.am:
13847         * ext/pango/Makefile.am:
13848         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
13849         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
13850         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
13851         * ext/pango/gstclockoverlay.h:
13852         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
13853         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
13854         (gst_text_overlay_finalize), (gst_text_overlay_init),
13855         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
13856         (gst_text_overlay_text_pad_linked),
13857         (gst_text_overlay_text_pad_unlinked),
13858         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
13859         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
13860         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
13861         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
13862         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13863         (gst_text_overlay_change_state), (plugin_init):
13864         * ext/pango/gsttextoverlay.h:
13865         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
13866         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
13867         (gst_time_overlay_class_init), (gst_time_overlay_init):
13868         * ext/pango/gsttimeoverlay.h:
13869           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
13870           and add background shading and text wrapping modes. Make 
13871           timoverlay derive from textoverlay. Also add new clockoverlay
13872           element.
13873
13874 2005-11-30  Julien MOUTTE  <julien@moutte.net>
13875
13876         * gst/udp/Makefile.am: Moved to netbuffer.
13877
13878 2005-11-30  Julien MOUTTE  <julien@moutte.net>
13879
13880         * configure.ac:
13881         * PORTED_O9:
13882         * gst/multipart/Makefile.am:
13883         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
13884         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
13885         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
13886         (gst_multipart_demux_change_state),
13887         (gst_multipart_demux_plugin_init):
13888         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
13889         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
13890         (gst_multipart_mux_sinkconnect),
13891         (gst_multipart_mux_request_new_pad),
13892         (gst_multipart_mux_handle_src_event),
13893         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
13894         (gst_multipart_mux_change_state): Ported multipart mux/demux to
13895         0.9.
13896
13897 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13898
13899         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
13900         * gst/debug/gstnavigationtest.h:
13901         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
13902         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
13903         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
13904         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
13905         * gst/effectv/gstrev.c: (gst_revtv_get_type):
13906         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
13907         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
13908         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
13909         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
13910         (gst_video_flip_get_type):
13911         * gst/videofilter/gstvideoflip.h:
13912           update for symbols change
13913
13914 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13915
13916         * gst/udp/gstdynudpsink.c:
13917         * gst/udp/gstudpsrc.c:
13918           the old gstnet lib was renamed gstnetbuffer (#322257)
13919
13920 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
13921
13922         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
13923         (gst_text_overlay_collected):
13924           Actually render the text from the text pad.
13925
13926 2005-11-29  Edward Hervey  <edward@fluendo.com>
13927
13928         * gst/debug/gstnavseek.c: (gst_navseek_event):
13929         * gst/debug/progressreport.c: (gst_progress_report_event):
13930         Update for GstBaseTransform event virtual method
13931
13932 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13933
13934         * ext/cairo/Makefile.am:
13935           no need to link to videofilter
13936
13937 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13938
13939         * gst/debug/Makefile.am:
13940         * gst/debug/gstnavigationtest.h:
13941         * gst/effectv/Makefile.am:
13942         * gst/effectv/gstaging.c:
13943         * gst/effectv/gstdice.c:
13944         * gst/effectv/gstedge.c:
13945         * gst/effectv/gstquark.c:
13946         * gst/effectv/gstrev.c:
13947         * gst/effectv/gstshagadelic.c:
13948         * gst/effectv/gstvertigo.c:
13949         * gst/effectv/gstwarp.c:
13950         * gst/videofilter/Makefile.am:
13951         * gst/videofilter/gstvideofilter.c:
13952         * gst/videofilter/gstvideofilter.h:
13953         * gst/videofilter/gstvideoflip.h:
13954           remove the videofilter library and link to the one in base
13955
13956 2005-11-28  Edward Hervey  <edward@fluendo.com>
13957
13958         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
13959         Useless check now we're setting the current entry correctly.
13960
13961 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
13962
13963         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
13964         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
13965         (gst_jpegenc_change_state):
13966           Don't leak input buffer in chain function (fixes #322667); make 
13967           state change function thread-safe; don't repeat the current function
13968           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
13969           gst_pad_alloc_buffer(); misc. minor cleanups.
13970
13971 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
13972
13973         * gst/matroska/matroska-mux.c:
13974         (gst_matroska_mux_video_pad_setcaps):
13975         Look for pixel-aspect-ratio in caps, not pixel_width and
13976         pixel_height (Fixes: #322645)
13977
13978 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
13979
13980         * gst/matroska/matroska-mux.c:
13981         (gst_matroska_mux_video_pad_setcaps):
13982         From Michal Benes:
13983         frame duration should be GST_SECOND / framerate, not
13984         GST_SECOND * framerate. (Fixes: #322643)
13985
13986 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13987
13988         * configure.ac:
13989           fix up GST_PLUGIN_LDFLAGS
13990         * gst/rtsp/rtspconnection.c:
13991           fix includes (see #317043)
13992         * gst/videofilter/Makefile.am:
13993           stop installing this library
13994
13995 2005-11-26  Edward Hervey  <edward@fluendo.com>
13996
13997         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
13998         Handle the case where the incoming Video dv stream doesn't have
13999         a pixel aspect ratio set.
14000
14001 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14002
14003         * docs/plugins/Makefile.am:
14004         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14005         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14006         * ext/flac/gstflacdec.c:
14007           document flacdec
14008
14009 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14010
14011         * docs/plugins/Makefile.am:
14012         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14013         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14014         * docs/plugins/inspect/plugin-autodetect.xml:
14015         * ext/cairo/gstcairo.c: (plugin_init):
14016         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14017         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14018         (gst_text_overlay_init), (gst_text_overlay_font_init),
14019         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14020         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14021         (gst_text_overlay_text_pad_linked),
14022         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14023         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14024         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14025         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14026         (gst_text_overlay_change_state):
14027         * ext/cairo/gsttextoverlay.h:
14028         * ext/cairo/gsttimeoverlay.c:
14029         (gst_cairo_time_overlay_update_font_height),
14030         (gst_cairo_time_overlay_set_caps),
14031         (gst_cairo_time_overlay_get_unit_size),
14032         (gst_cairo_time_overlay_print_smpte_time),
14033         (gst_cairo_time_overlay_transform),
14034         (gst_cairo_time_overlay_base_init),
14035         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
14036         (gst_cairo_time_overlay_get_type):
14037         * ext/cairo/gsttimeoverlay.h:
14038           do some name borgifying
14039           document
14040
14041 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14042
14043         * docs/plugins/Makefile.am:
14044         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14045         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14046         * gst/autodetect/gstautoaudiosink.c:
14047         (gst_auto_audio_sink_base_init):
14048         * gst/autodetect/gstautovideosink.c:
14049         (gst_auto_video_sink_base_init),
14050         (gst_auto_video_sink_factory_filter):
14051           documenting auto*sink
14052           using strstr for the video sink lookup, class field is not ordered
14053         * docs/plugins/inspect/plugin-1394.xml:
14054         * docs/plugins/inspect/plugin-aasink.xml:
14055         * docs/plugins/inspect/plugin-alaw.xml:
14056         * docs/plugins/inspect/plugin-alpha.xml:
14057         * docs/plugins/inspect/plugin-alphacolor.xml:
14058         * docs/plugins/inspect/plugin-auparse.xml:
14059         * docs/plugins/inspect/plugin-autodetect.xml:
14060         * docs/plugins/inspect/plugin-avi.xml:
14061         * docs/plugins/inspect/plugin-cacasink.xml:
14062         * docs/plugins/inspect/plugin-cairo.xml:
14063         * docs/plugins/inspect/plugin-cutter.xml:
14064         * docs/plugins/inspect/plugin-debug.xml:
14065         * docs/plugins/inspect/plugin-dv.xml:
14066         * docs/plugins/inspect/plugin-efence.xml:
14067         * docs/plugins/inspect/plugin-effectv.xml:
14068         * docs/plugins/inspect/plugin-esdsink.xml:
14069         * docs/plugins/inspect/plugin-flac.xml:
14070         * docs/plugins/inspect/plugin-flxdec.xml:
14071         * docs/plugins/inspect/plugin-gconfelements.xml:
14072         * docs/plugins/inspect/plugin-goom.xml:
14073         * docs/plugins/inspect/plugin-jpeg.xml:
14074         * docs/plugins/inspect/plugin-level.xml:
14075         * docs/plugins/inspect/plugin-matroska.xml:
14076         * docs/plugins/inspect/plugin-mulaw.xml:
14077         * docs/plugins/inspect/plugin-navigationtest.xml:
14078         * docs/plugins/inspect/plugin-ossaudio.xml:
14079         * docs/plugins/inspect/plugin-png.xml:
14080         * docs/plugins/inspect/plugin-rtp.xml:
14081         * docs/plugins/inspect/plugin-rtsp.xml:
14082         * docs/plugins/inspect/plugin-shout2send.xml:
14083         * docs/plugins/inspect/plugin-smpte.xml:
14084         * docs/plugins/inspect/plugin-speex.xml:
14085         * docs/plugins/inspect/plugin-udp.xml:
14086         * docs/plugins/inspect/plugin-videobox.xml:
14087         * docs/plugins/inspect/plugin-videoflip.xml:
14088         * docs/plugins/inspect/plugin-videomixer.xml:
14089         * docs/plugins/inspect/plugin-wavenc.xml:
14090         * docs/plugins/inspect/plugin-wavparse.xml:
14091           update for HEAD version
14092
14093 2005-11-25  Michael Smith  <msmith@fluendo.com>
14094
14095         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
14096           Patch from Sebastien Cote to close control sockets in udpsrc.
14097
14098 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14099
14100         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14101         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
14102         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
14103         (gst_quarktv_base_init), (gst_quarktv_class_init),
14104         (gst_quarktv_init): Flush the planes list on reverse caps
14105         negotiation. This was crashing because of differently sized
14106         buffers.
14107
14108 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14109
14110         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
14111         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
14112         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
14113         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
14114         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
14115         (gst_videoflip_set_property), (gst_videoflip_base_init),
14116         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
14117         correctly, fix identity flipping, convert navigation event 
14118         correctly again.
14119
14120 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14121
14122         * configure.ac: back to HEAD
14123
14124 === release 0.9.6 ===
14125
14126 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
14127
14128         * configure.ac:
14129           releasing 0.9.6, "Everything's Not Lost"
14130
14131 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14132
14133         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
14134         Oops, initialise the framerate GValue
14135
14136 2005-11-23  Julien MOUTTE  <julien@moutte.net>
14137
14138         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
14139         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
14140         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
14141         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
14142         (gst_timeoverlay_get_type):
14143         * ext/cairo/gsttimeoverlay.h:
14144         * gst/debug/Makefile.am:
14145         * gst/debug/gstnavigationtest.c:
14146         (gst_navigationtest_handle_src_event),
14147         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
14148         (gst_navigationtest_transform), (gst_navigationtest_change_state),
14149         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
14150         (gst_navigationtest_init), (gst_navigationtest_get_type),
14151         (plugin_init):
14152         * gst/debug/gstnavigationtest.h:
14153         * gst/effectv/Makefile.am:
14154         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
14155         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
14156         (gst_agingtv_base_init), (gst_agingtv_class_init),
14157         (gst_agingtv_init), (gst_agingtv_get_type):
14158         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
14159         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
14160         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
14161         (gst_dicetv_get_type):
14162         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
14163         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
14164         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
14165         (gst_edgetv_get_type):
14166         * gst/effectv/gsteffectv.c:
14167         * gst/effectv/gsteffectv.h:
14168         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14169         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
14170         (gst_quarktv_change_state), (gst_quarktv_base_init),
14171         (gst_quarktv_class_init), (gst_quarktv_init),
14172         (gst_quarktv_get_type):
14173         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
14174         (gst_revtv_get_unit_size), (gst_revtv_transform),
14175         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
14176         (gst_revtv_get_type):
14177         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
14178         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
14179         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
14180         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
14181         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
14182         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
14183         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
14184         (gst_vertigotv_init), (gst_vertigotv_get_type):
14185         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
14186         (gst_warptv_get_unit_size), (gst_warptv_transform),
14187         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
14188         (gst_warptv_get_type):
14189         * gst/videofilter/Makefile.am:
14190         * gst/videofilter/gstvideobalance.c:
14191         * gst/videofilter/gstvideobalance.h:
14192         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
14193         (gst_videofilter_class_init), (gst_videofilter_init):
14194         * gst/videofilter/gstvideofilter.h:
14195         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
14196         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
14197         (gst_videoflip_flip), (gst_videoflip_transform),
14198         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
14199         (gst_videoflip_base_init), (gst_videoflip_class_init),
14200         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
14201         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
14202         BaseTransform, it's just a place holder for now and every video
14203         effect plugin has been ported to use BaseTransform features 
14204         directly. QuarkTV was fixed too (was broken), navigationtest works
14205         and best for the end, videoflip converts navigation events depending
14206         on flip method ! Fixes #320953
14207
14208 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14209
14210         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14211         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
14212         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14213         (gst_goom_src_negotiate), (gst_goom_chain):
14214         * gst/matroska/matroska-mux.c:
14215         (gst_matroska_mux_video_pad_setcaps):
14216         * sys/osxvideo/osxvideosink.m:
14217           Fixes for API changes
14218
14219 2005-11-23  Michael Smith <msmith@fluendo.com>
14220
14221         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
14222         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
14223         * ext/jpeg/gstjpegdec.h:
14224         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
14225         * ext/jpeg/gstjpegenc.h:
14226         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14227         (gst_smokeenc_resync):
14228         * ext/jpeg/gstsmokeenc.h:
14229           JPEG fractiony goodness.
14230
14231 2005-11-22  Michael Smith <msmith@fluendo.com>
14232
14233         * gst/goom/filters.c:
14234         * gst/goom/graphic.h:
14235           Fix compilation by making some functions static inline instead of
14236           extern inline, matching the way they're used.
14237
14238 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14239
14240         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
14241         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
14242         * ext/cairo/gsttextoverlay.h:
14243         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
14244         * ext/gdk_pixbuf/gstgdkpixbuf.h:
14245         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
14246         (gst_pngdec_caps_create_and_set):
14247         * ext/libpng/gstpngdec.h:
14248         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
14249         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
14250         * gst/avi/gstavimux.c: (gst_avimux_init),
14251         (gst_avimux_vidsinkconnect):
14252         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14253         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14254         (gst_goom_src_negotiate), (gst_goom_chain):
14255         * gst/goom/gstgoom.h:
14256         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14257         * gst/matroska/matroska-mux.c:
14258         (gst_matroska_mux_video_pad_setcaps):
14259         * sys/osxvideo/osxvideosink.h:
14260         * sys/osxvideo/osxvideosink.m:
14261           More fractional framerate conversions 
14262
14263 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14264
14265         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14266         * gst/debug/gstnavigationtest.c:
14267         (gst_navigationtest_handle_src_event):
14268         * gst/videofilter/gstvideofilter.c:
14269         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
14270         (gst_videofilter_init):
14271         * gst/videofilter/gstvideofilter.h:
14272           Convert to fractional framerates.
14273
14274 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14275
14276         * ext/aalib/gstaasink.c:
14277         * ext/dv/gstdvdec.c:
14278         * ext/esd/esdmon.c:
14279         * ext/flac/gstflacenc.c:
14280         * ext/gdk_pixbuf/pixbufscale.c:
14281         * ext/libcaca/gstcacasink.c:
14282         * ext/shout2/gstshout2.c:
14283         * gst/alpha/gstalpha.c:
14284         * gst/oldcore/gstaggregator.c:
14285         * gst/oldcore/gstshaper.c:
14286         * gst/smpte/barboxwipes.c:
14287         * gst/smpte/gstsmpte.c:
14288         * gst/videobox/gstvideobox.c:
14289         * gst/videofilter/gstvideoflip.c:
14290         * gst/videomixer/videomixer.c:
14291           fix up more enums
14292
14293 2005-11-22  Michael Smith <msmith@fluendo.com>
14294
14295         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
14296         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
14297         (gst_videomixer_update_queues):
14298           Fractional framerates, videomixer.
14299
14300 2005-11-22  Michael Smith <msmith@fluendo.com>
14301
14302         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
14303         * ext/dv/gstdvdec.h:
14304         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
14305         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
14306         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
14307         (gst_dvdemux_flush):
14308         * ext/dv/gstdvdemux.h:
14309           Fractional framerates for DV. 
14310
14311 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14312
14313         * gst/autodetect/gstautoaudiosink.c:
14314         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14315         * gst/autodetect/gstautovideosink.c:
14316         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
14317           Use gst_plugin_feature_list_free() to free feature list and
14318           in the case of autovideosink free the list at all. Also
14319           miscellaneous cosmetic fixes.
14320
14321 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14322
14323         * gst/cutter/gstcutter.c: (gst_cutter_chain),
14324         (gst_cutter_set_property), (gst_cutter_get_caps):
14325           copy calculation code from level; remove use of some audio
14326           functions
14327
14328 2005-11-22  Andy Wingo  <wingo@pobox.com>
14329
14330         * Update for gst_tag_setter API changes.
14331
14332 2005-11-22  Andy Wingo  <wingo@pobox.com>
14333
14334         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
14335         (gst_dvdemux_demux_frame)
14336         * ext/flac/gstflacdec.c (gst_flacdec_write)
14337         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
14338         (gst_flacenc_sink_event)
14339         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
14340         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
14341         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
14342         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
14343         * gst/auparse/gstauparse.c (gst_auparse_chain)
14344         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
14345         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
14346         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
14347         (gst_avi_demux_handle_seek)
14348         * gst/goom/gstgoom.c (gst_goom_event)
14349         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
14350         * gst/matroska/matroska-demux.c
14351         (gst_matroska_demux_handle_seek_event)
14352         (gst_matroska_demux_loop_stream_parse_id)
14353         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
14354         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
14355         (gst_wavparse_stream_headers): Run update-funcnames.
14356
14357 2005-11-22  Edward Hervey  <edward@fluendo.com>
14358
14359         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
14360         (gst_dv1394src_init), (gst_dv1394src_dispose),
14361         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
14362         (gst_dv1394src_uri_set_uri):
14363         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
14364         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
14365         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
14366         URIHandler interface and element properties are now properly
14367         synchronized for DV1394src and UDPSrc
14368
14369 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14370
14371         * ext/flac/Makefile.am:
14372         * ext/speex/Makefile.am:
14373           libgsttagedit has been renamed to libgsttag.
14374
14375 2005-11-21  Wim Taymans  <wim@fluendo.com>
14376
14377         * gst/rtsp/rtspconnection.c: (read_body):
14378         Apply patch from Sebastien Cote to fix #319184.
14379
14380 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14381
14382         * configure.ac:
14383         * gst/cutter/Makefile.am:
14384         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
14385         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
14386         (gst_cutter_set_property), (gst_cutter_get_property),
14387         (plugin_init), (gst_cutter_get_caps):
14388           port cutter
14389         * gst/level/gstlevel.c:
14390           fix up plugin details
14391
14392 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14393
14394         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
14395         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
14396         (gst_flacdec_src_event):
14397         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
14398         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
14399         (gst_signal_processor_getrange), (gst_signal_processor_chain):
14400         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14401         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
14402         (gst_flxdec_sink_event_handler):
14403         * gst/matroska/matroska-demux.c:
14404         (gst_matroska_demux_handle_seek_event):
14405         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
14406           Update for stream lock API changes: don't take stream log
14407           in sink event handlers any longer and change GST_STREAM_LOCK
14408           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
14409           functions.
14410
14411 2005-11-21  Michael Smith <msmith@fluendo.com>
14412
14413         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
14414           gst_object_unref, not g_object_unref
14415
14416 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14417
14418         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
14419         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
14420           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
14421
14422 2005-11-21  Michael Smith <msmith@fluendo.com>
14423
14424         * gst/auparse/Makefile.am:
14425         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
14426         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
14427         (gst_auparse_change_state):
14428         * gst/auparse/gstauparse.h:
14429           Partially fix #161712. playbin still doesn't work on these files,
14430           (on the bug report, Andy says we aren't typefinding it for some
14431           reason?) but at least auparse isn't totally busted like it was before.
14432
14433 2005-11-21  Andy Wingo  <wingo@pobox.com>
14434
14435         * *.h:
14436         * *.c: Ran scripts/update-macros. Oh yes.
14437
14438 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14439
14440         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
14441           Filler events are gone for now, comment out section generating
14442           them.
14443
14444 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
14445
14446         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14447         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
14448         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14449         * sys/osxvideo/osxvideosink.m:
14450           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
14451           (#322027)
14452
14453 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14454
14455         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
14456         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
14457         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14458         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
14459         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
14460         (gst_avi_demux_stream_data):
14461         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14462         * gst/wavenc/gstwavenc.c: (write_metadata):
14463         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
14464         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
14465         Fixes for GST_FOURCC_FORMAT API change.
14466
14467 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14468
14469         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
14470         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
14471         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
14472         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14473         (gst_text_overlay_change_state):
14474         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
14475         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
14476         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
14477         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
14478         * gst/videomixer/videomixer.c: (gst_videomixer_init),
14479         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
14480         (gst_videomixer_change_state):
14481           Fix for collect pads API change. Also fix textoverlay state
14482           change function.
14483
14484 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14485
14486         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
14487         GST_PAD_IS_USABLE by something approaching it.
14488
14489 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14490
14491         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
14492         API changes.
14493         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
14494         but also fix the code that was not checking return values from
14495         pad_push neither using pad_alloc_buffer.
14496
14497 2005-11-18  Edward Hervey  <edward@fluendo.com>
14498
14499         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14500         (gst_pngenc_chain):
14501         Added debug category
14502         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
14503         goes to EOS.
14504
14505 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
14506
14507         * gst/rtp/Makefile.am
14508         * gst/rtp/gstrtp.c
14509         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
14510         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
14511         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
14512         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
14513         * gst/rtp/gstrtpg711enc.h:
14514         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
14515         * gst/rtp/gstrtpspeexenc.c:
14516         * gst/rtp/gstrtpspeexenc.h:
14517         * gst/rtp/gstrtpspeexdec.c:
14518         * gst/rtp/gstrtpspeexdec.h:
14519         Created Speex payloader and depayloader; Optimize G711 payloader to
14520         use adapter and send packets until MTU size.
14521
14522 2005-11-16  Wim Taymans  <wim@fluendo.com>
14523
14524         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
14525         Fix leak in check.
14526
14527 2005-11-16  Wim Taymans  <wim@fluendo.com>
14528
14529         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
14530         Fix state change.
14531
14532 2005-11-16  Andy Wingo  <wingo@pobox.com>
14533
14534         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
14535         (gst_udpsrc_create): Move comment.
14536
14537 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
14538
14539         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14540
14541         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
14542           When seeking, seek to closest index entry at or before the requested
14543           seek position, not just the closest one (#321001).
14544
14545 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
14546
14547         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
14548         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
14549           Invert DIB images again (see #132341).
14550
14551 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14552
14553         * configure.ac:
14554           rework configure.ac file
14555         * ext/aalib/gstaasink.c:
14556         * ext/cairo/gstcairo.c:
14557         * ext/dv/gstdv.c:
14558         * ext/esd/gstesd.c:
14559         * ext/flac/gstflac.c:
14560         * ext/gconf/gstgconfelements.c:
14561         * ext/gdk_pixbuf/gstgdkpixbuf.c:
14562         * ext/jpeg/gstjpeg.c:
14563         * ext/ladspa/gstladspa.c:
14564         * ext/libcaca/gstcacasink.c:
14565         * ext/libmng/gstmng.c:
14566         * ext/libpng/gstpng.c:
14567         * ext/mikmod/gstmikmod.c:
14568         * ext/pango/gsttextoverlay.c:
14569         * ext/pango/gsttimeoverlay.c:
14570         * ext/raw1394/gst1394.c:
14571         * ext/speex/gstspeex.c:
14572         * gst/alpha/Makefile.am:
14573         * gst/alpha/gstalpha.c:
14574         * gst/alpha/gstalphacolor.c:
14575         * gst/auparse/gstauparse.c:
14576         * gst/autodetect/gstautoaudiosink.c:
14577         (gst_auto_audio_sink_factory_filter),
14578         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14579         * gst/autodetect/gstautodetect.c:
14580         * gst/avi/gstavi.c:
14581         * gst/cutter/gstcutter.c:
14582         * gst/debug/efence.c:
14583         * gst/debug/gstdebug.c:
14584         * gst/debug/gstnavigationtest.c:
14585         * gst/effectv/gsteffectv.c:
14586         * gst/flx/gstflxdec.c:
14587         * gst/goom/gstgoom.c:
14588         * gst/interleave/plugin.c:
14589         * gst/law/alaw.c:
14590         * gst/law/mulaw.c:
14591         * gst/level/gstlevel.c:
14592         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14593         * gst/matroska/matroska.c:
14594         * gst/median/gstmedian.c:
14595         * gst/monoscope/gstmonoscope.c:
14596         * gst/multipart/multipart.c:
14597         * gst/oldcore/gstelements.c:
14598         * gst/rtp/gstrtp.c:
14599         * gst/rtsp/gstrtsp.c:
14600         * gst/smoothwave/gstsmoothwave.c:
14601         * gst/smpte/gstsmpte.c:
14602         * gst/udp/gstudp.c:
14603         * gst/videobox/gstvideobox.c:
14604         * gst/videofilter/gstgamma.c:
14605         * gst/videofilter/gstvideobalance.c:
14606         * gst/videofilter/gstvideoflip.c:
14607         * gst/videofilter/gstvideotemplate.c:
14608         * gst/videomixer/videomixer.c:
14609         * gst/wavenc/gstwavenc.c:
14610         * gst/wavparse/gstwavparse.c:
14611         * sys/oss/gstossaudio.c:
14612         * sys/osxaudio/gstosxaudio.c:
14613           update GST_PLUGIN_DEFINE
14614         * gst/rtp/Makefile.am:
14615         * gst/rtp/gstasteriskh263.c:
14616           check for htons/htonl headers and possibly link to winsock2 lib
14617
14618 2005-11-12  Edward Hervey  <edward@fluendo.com>
14619
14620         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
14621         Only GST_DEBUG() information on the valid components.
14622
14623 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14624
14625         * configure.ac: back to HEAD
14626
14627 === release 0.9.5 ===
14628
14629 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
14630
14631         * configure.ac:
14632           releasing 0.9.5, "Phone Alarm"
14633
14634 2005-11-11  Edward Hervey  <edward@fluendo.com>
14635
14636         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14637         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
14638         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
14639         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14640         (gst_avi_demux_loop):
14641         * gst/avi/gstavidemux.h:
14642         Yeah, implement proper seeking. Exact seeking and segment seeking.
14643         Still need to do some checks for segment_stop.
14644
14645 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14646
14647         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14648
14649         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14650           Don't try to ready buffer duration from buffer that we don't
14651           own any  longer and that might already have been unreffed.
14652           (#321136)
14653
14654 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
14655
14656         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
14657         (flx_decode_delta_flc), (gst_flxdec_chain):
14658         Attempting to optimize the code for embedded systems.
14659
14660 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
14661
14662         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14663
14664         * sys/oss/gstosssink.c: (gst_oss_sink_close):
14665           Don't re-use already closed file descriptor. (#320920)
14666
14667 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14668
14669         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
14670         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
14671         (gst_oss_sink_prepare):
14672         * sys/oss/gstosssink.h:
14673           Cache probed caps; fix debug output for SET_PARAM macros.
14674
14675 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14676
14677         * ext/cairo/Makefile.am:
14678         * ext/cairo/gstcairo.c: (plugin_init):
14679         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14680         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14681         (gst_text_overlay_init), (gst_text_overlay_font_init),
14682         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14683         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14684         (gst_text_overlay_text_pad_linked),
14685         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14686         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14687         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14688         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14689         (gst_text_overlay_change_state):
14690         * ext/cairo/gsttextoverlay.h:
14691           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
14692           property and redo positioning. Doesn't handle upstream renegotiation
14693           yet though.
14694
14695 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14696
14697         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14698         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14699         (gst_avi_demux_loop):
14700           No need to take the STREAM_LOCK in the loop function. Improve
14701           some debug messages. Don't leak pad names in debug messages.
14702
14703 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14704
14705         * gst/matroska/matroska-demux.c:
14706         (gst_matroska_demux_push_vorbis_codec_priv_data),
14707         (gst_matroska_demux_add_wvpk_header):
14708           Don't error out when the source pad isn't linked.
14709
14710 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
14711
14712         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
14713         (gst_gconf_audio_sink_change_state):
14714         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
14715         (gst_gconf_video_sink_change_state):
14716           Fix state change functions here as well and set kid
14717           to NULL state before removing it.
14718
14719 2005-11-01  Edward Hervey  <edward@fluendo.com>
14720
14721         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
14722         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
14723         Added proper event handlind, 
14724         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
14725         ignored),
14726         and don't set a duration of 0 for buffers otherwise they are discarded
14727         by GstBaseSink.
14728
14729         GstWavEnc needs some serious loving, after going through the code I'm
14730         really wondering how this can stay in -good ...
14731
14732 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14733
14734         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
14735         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
14736         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
14737         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
14738         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
14739         (gst_matroska_mux_collected):
14740           Fix leaks and invalid memory access as reported by valgrind
14741
14742 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14743
14744         Patch by: Michal Benes <michal.benes@xeris.cz>
14745
14746         * check/Makefile.am:
14747         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14748         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
14749         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
14750           add a unit test for matroskamux
14751           fix the bugs that the unit test exposed
14752
14753 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
14754
14755         * gst/autodetect/gstautoaudiosink.c:
14756         (gst_auto_audio_sink_class_init),
14757         (gst_auto_audio_sink_change_state):
14758         * gst/autodetect/gstautovideosink.c:
14759         (gst_auto_video_sink_class_init),
14760         (gst_auto_video_sink_change_state):
14761           Fix state change function and use GST_DEBUG_FUNCPTR in
14762           class_init.
14763
14764 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14765
14766         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14767
14768         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
14769         (gst_ebml_write_reset), (gst_ebml_write_element_new):
14770         * gst/matroska/ebml-write.h:
14771         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14772           Set timestamps on outgoing ebml headers as well, so that the
14773           element after matroskamux can get the timestamp already when
14774           reading the first ebml element and doesn't have to wait for
14775           the actual data buffer for that (#320308).
14776           
14777 2005-10-31  Andy Wingo  <wingo@pobox.com>
14778
14779         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
14780         (gst_videomixer_pad_link): Kill some memleaks.
14781         (gst_videomixer_pad_get_property): Style fix.
14782         (gst_videomixer_pad_set_property): Style fix.
14783         (gst_videomixer_pad_init): Style fix.
14784         (gst_videomixer_update_queues): Kill memleak.
14785         (gst_videomixer_loop): Kill memleak.
14786         (gst_videomixer_collected): Kill memleak.
14787
14788 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
14789
14790         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
14791         gst_auparse_change_state:
14792         Just some cleanup.
14793
14794 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
14795
14796         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
14797         Add checks to GST_FLOW_NOT_LINKED for values returned
14798         from gst_pad_push.
14799         
14800 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14801
14802         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
14803         (gst_rtpg711dec_process):
14804         * gst/rtp/gstrtpgsmenc.c:
14805         Payloader now sets some default caps on the srcpad if caps on the sinkpad
14806         are never set. This is important for the g711 to work with burger's rtpbin
14807         element.
14808
14809 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
14810
14811         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
14812         (gst_speexenc_push_buffer):
14813         Add checks for return values from gst_pad_push and
14814         gst_pad_alloc_buffer.
14815
14816 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
14817
14818         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14819
14820         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
14821         (gst_matroska_demux_parse_info),
14822         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14823         (gst_matroska_demux_parse_cluster):
14824         * gst/matroska/matroska-ids.h:
14825         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
14826         (gst_matroska_mux_init), (gst_matroska_mux_start),
14827         (gst_matroska_mux_create_buffer_header),
14828         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
14829         (gst_matroska_mux_get_property):
14830         * gst/matroska/matroska-mux.h:
14831           Add SimpleBlock support to matroska demuxer and muxer (part of
14832           Matroska v2). (#319731)
14833
14834 2005-10-28  Wim Taymans  <wim@fluendo.com>
14835
14836         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
14837         (gst_jpeg_dec_change_state):
14838         * ext/jpeg/gstjpegdec.h:
14839         Cleanups. Don't create caps for every chain.
14840
14841 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
14842
14843         * gst/law/alaw-encode.c: (gst_alawenc_init),
14844         (alawenc_setcaps), (gst_alawenc_chain)
14845         * gst/law/alaw-encode.h:
14846         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
14847         (mulawenc_setcaps), (gst_mulawenc_chain)
14848         * gst/law/mulaw-encode.h:
14849         Set timestamp on buffer and it allows RTP G711 elements
14850         work properly.
14851
14852 2005-10-27  Wim Taymans  <wim@fluendo.com>
14853
14854         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
14855         Set correct format on oss instead of a silly value. 
14856
14857 2005-10-27  Julien MOUTTE  <julien@moutte.net>
14858
14859         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14860         (gst_video_box_transform_caps), (gst_video_box_set_caps),
14861         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
14862         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
14863         I420 rendering as well, doesn't bring much for my platform.
14864         Might help on some other platforms.
14865
14866 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
14867
14868         * gst/rtp/gstrtpgsmenc.c:
14869         * gst/rtp/gstrtpgsmparse.c:
14870         Declaring the padtemplate correctly.
14871
14872 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14873
14874         * gst/rtp/gstrtpg711dec.c:
14875         * gst/rtp/gstrtpg711enc.c:
14876         * gst/rtp/gstrtpgsmenc.c:
14877         * gst/rtp/gstrtpgsmparse.c:
14878         Setting the proper copyright notice.
14879
14880 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14881
14882         * gst/videobox/Makefile.am: Use liboil.
14883         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14884         (gst_video_box_set_property), (gst_video_box_transform_caps),
14885         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
14886         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
14887         using liboil. Will dot the same to I420 border generation
14888         tomorrow.
14889
14890 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14891
14892         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
14893         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
14894         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
14895         * gst/rtp/gstrtpg711dec.h:
14896         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
14897         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
14898         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
14899         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
14900         (gst_rtpgsmenc_handle_buffer):
14901         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
14902         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
14903         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
14904         * gst/rtp/gstrtpgsmparse.h:
14905         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
14906         inherits from the basertpdepayloader.
14907
14908 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14909
14910         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14911         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
14912         (gst_video_box_ayuv): Removing this forgotten debug.
14913
14914 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14915
14916         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14917         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
14918         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
14919
14920 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
14921
14922         * sys/oss/gstossaudio.c:
14923         * sys/oss/gstossdmabuffer.c:
14924         * sys/oss/gstosshelper.c:
14925         * sys/oss/gstossmixer.c:
14926         * sys/oss/gstossmixerelement.c:
14927         * sys/oss/gstossmixertrack.c:
14928         * sys/oss/gstosssink.c:
14929         * sys/oss/gstosssrc.c:
14930           Actually use the 'oss' debug category we register.
14931
14932 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14933
14934         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
14935         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
14936         Use gst_pad_get_parent and drop the ref that was added through
14937         that call.
14938
14939 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14940
14941         * gst/rtp/gstrtpgsmenc.c:
14942           Fix compilation
14943
14944 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
14945
14946         * gst/rtp/gstrtpg711dec.c
14947         Just removed a couple of lines of weird code used during
14948         development/test time.
14949
14950 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
14951
14952         * gst/rtp/Makefile.am
14953         * gst/rtp/gstrtp.c
14954         * gst/rtp/gstrtpg711enc.c
14955         * gst/rtp/gstrtpg711enc.h
14956         * gst/rtp/gstrtpg711dec.c
14957         * gst/rtp/gstrtpg711dec.h
14958         Created G711 payloader and depayloader (it supports mulaw and alaw
14959         (dec)encoders)
14960
14961 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14962
14963         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14964         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
14965         Doh ! I introduced wingo's bug again ! Sorry...
14966
14967 2005-10-25  Christian Schaller <christian@fluendo.com> 
14968
14969         * gst/rtp/Makefile.am: add missing header files for disting
14970
14971 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
14972
14973         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
14974         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
14975         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
14976         (gst_rtpgsmenc_handle_buffer):
14977         * gst/rtp/gstrtpgsmenc.h:
14978         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
14979         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
14980         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
14981         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
14982         * gst/rtp/gstrtpgsmparse.h:
14983         Getting the GSM (de)payloader working and compatible with our plans for RTP.
14984
14985 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14986
14987         * ext/libpng/gstpngdec.c: (user_info_callback),
14988         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
14989         a newsegment event, move some redundant code in a single place.
14990
14991 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14992
14993         * ext/libpng/gstpngdec.c: (user_info_callback),
14994         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
14995         hack to get correct colors order when we have a png image with
14996         alpha channel.
14997
14998 2005-10-24  Edward Hervey  <edward@fluendo.com>
14999
15000         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
15001         Call gst_element_no_more_pads when there will be no more pads.
15002
15003 2005-10-24  Wim Taymans  <wim@fluendo.com>
15004
15005         * gst/rtp/Makefile.am:
15006         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
15007         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
15008         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
15009         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
15010         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
15011         (gst_asteriskh263_plugin_init):
15012         * gst/rtp/gstasteriskh263.h:
15013         * gst/rtp/gstrtp.c: (plugin_init):
15014         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
15015         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
15016         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
15017         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
15018         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
15019         (gst_rtph263enc_plugin_init):
15020         * gst/rtp/gstrtph263enc.h:
15021         Added two new payloaders, an RFC 2190 payloader for h263 and
15022         a payload convertor for an asterisk server.
15023
15024 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15025
15026         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15027           Set bytes_per_sample correctly (is not always 4, but 
15028           depends on width and number of channels).
15029
15030 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15031
15032         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
15033         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
15034         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
15035         (gst_flacenc_sink_event), (gst_flacenc_chain),
15036         (gst_flacenc_set_property), (gst_flacenc_get_property),
15037         (gst_flacenc_change_state):
15038         * ext/flac/gstflacenc.h:
15039           Fix seeking, so that flacenc can rewrite the header with the
15040           correct duration and amount of samples and all that at EOS;
15041           also set timestamps and granulepos on outgoing buffers; add
15042           debug category; fix state change function.
15043           
15044 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15045
15046         * gst/videomixer/videomixer.c: Don't restrict video geometry
15047         from 16 to 4096.
15048
15049 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15050
15051         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15052         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15053         Fix caps negotiation correctly, add debugging category.
15054
15055 2005-10-24  Christian Schaller  <christian@fluendo.com>
15056
15057         * configure.ac: Port over Thomas's change from base listing all plugins
15058
15059 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15060
15061         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
15062         a sink pad.
15063
15064 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15065
15066         * configure.ac:
15067         * docs/upload.mak:
15068           back to HEAD
15069
15070 === release 0.9.4 ===
15071
15072 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15073
15074         * configure.ac:
15075           Releasing 0.9.4, "Dromiceiomimus"
15076
15077 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
15078
15079         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
15080         (gst_speexenc_src_query):
15081           Add position and duration query, fix query type function.
15082           
15083         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15084         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15085           Let's not set non-fixed caps on source pads.
15086
15087 2005-10-21  Wim Taymans  <wim@fluendo.com>
15088
15089         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15090         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
15091         (gst_avi_demux_handle_seek):
15092         Set correct stream_time in newsegment event.
15093         avi can also handle a duration query now.
15094
15095 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
15096
15097         * gst/matroska/matroska-demux.c:
15098         (gst_matroska_demux_handle_src_query),
15099         (gst_matroska_demux_handle_seek_event),
15100         (gst_matroska_demux_loop_stream_parse_id):
15101           Fix duration query; fix basetime in newsegment event after
15102           seek; fix duration in initial newsegment event.
15103
15104         * gst/matroska/matroska-mux.c:
15105         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
15106           Extract number of channels and samplerate from vorbis headers;
15107           add some debug messages when querying the durations of the
15108           input streams.
15109
15110 2005-10-20  Wim Taymans  <wim@fluendo.com>
15111
15112         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15113         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15114         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15115         Set stream time correctly in newsegment.
15116
15117 2005-10-20  Wim Taymans  <wim@fluendo.com>
15118
15119         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15120         Correctly fill in the stream time.
15121
15122 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15123
15124         * check/elements/level.c: (GST_START_TEST):
15125         * gst/level/gstlevel.c: (gst_level_message_new):
15126         * gst/level/level-example.c: (message_handler):
15127           use ELEMENT messages instead
15128
15129 2005-10-19  Wim Taymans  <wim@fluendo.com>
15130
15131         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
15132         (gst_dvdemux_src_query):
15133         * ext/flac/gstflacdec.c: (gst_flacdec_length),
15134         (gst_flacdec_src_query):
15135         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
15136         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
15137         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
15138         * gst/debug/gstnavseek.c: (gst_navseek_seek):
15139         * gst/debug/progressreport.c: (gst_progress_report_report):
15140         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
15141         * gst/matroska/matroska-demux.c:
15142         (gst_matroska_demux_handle_src_query):
15143         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
15144         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15145         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15146         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15147         (gst_wavparse_srcpad_event):
15148         API change fix.
15149
15150 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
15151
15152         * gst/goom/filters.c:
15153         * gst/goom/graphic.h:
15154         * gst/goom/lines.c:
15155           Make inline functions either 'static inline' or 'extern inline',
15156           otherwise the Forte compiler apparently won't inline them (#317300).
15157
15158 2005-10-19  Julien MOUTTE  <julien@moutte.net>
15159
15160         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15161         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
15162         (user_info_callback), (user_endrow_callback), (user_end_callback),
15163         (user_read_data), (gst_pngdec_caps_create_and_set),
15164         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
15165         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
15166         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
15167         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
15168         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
15169         very nice and handle push/pull based model. if you have filesrc
15170         connected to it, it will do random access to load the png file.
15171         If you have a network source that can't do _getrange, it does 
15172         progressive loading through the chain function.
15173         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15174         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
15175         thanks to Master Wim Taymans ;-)
15176
15177 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
15178
15179         * gst/matroska/Makefile.am:
15180         * gst/matroska/ebml-read.c:
15181         * gst/matroska/ebml-read.h:
15182         * gst/matroska/matroska-demux.c:
15183         * gst/matroska/matroska-demux.h:
15184         * gst/matroska/matroska.c: (plugin_init):
15185           Ported matroska demuxer to 0.9.
15186
15187 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
15188
15189         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15190
15191         * gst/matroska/matroska-mux.c:
15192         (gst_matroska_mux_video_pad_setcaps),
15193         (gst_matroska_mux_audio_pad_setcaps):
15194           Fix mpeg4 input handling (#318847); also, while we're at it,
15195           fix media type for Motion-JPEG: should be image/jpeg.
15196
15197 2005-10-18  Wim Taymans  <wim@fluendo.com>
15198
15199         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15200         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15201         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15202         Fix for segment-start/stop API change.
15203
15204 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15205
15206         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15207         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
15208         way.
15209
15210 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15211
15212         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15213         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
15214         output declared in transform_caps.
15215
15216 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15217
15218         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
15219
15220 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15221
15222         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15223         (gst_video_box_get_unit_size): Fix wrong size calculations and
15224         implement get_unit_size correctly.
15225
15226 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15227
15228         * configure.ac:
15229           Enable flx plugin.
15230
15231         * gst/flx/gstflxdec.c: (flx_decode_chunks):
15232           Fix gcc4 signedness issue.
15233
15234 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15235
15236         * configure.ac: Adding videomixer.
15237         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15238         (user_read_data), (gst_pngdec_chain): More debugging.
15239         * gst/alpha/Makefile.am: Adding alphacolor
15240         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
15241         (gst_alpha_color_class_init), (gst_alpha_color_init),
15242         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
15243         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
15244         (plugin_init): Ported to 0.9 using in place base tranform.
15245         * gst/videomixer/Makefile.am:
15246         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15247         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
15248         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
15249         (gst_videomixer_pad_init), (gst_videomixer_class_init),
15250         (gst_videomixer_init), (gst_videomixer_getcaps),
15251         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
15252         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15253         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
15254         to 0.9 using collectpads.
15255
15256 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
15257
15258         * configure.ac:
15259         * gst/flx/Makefile.am:
15260         * gst/flx/gstflxdec.c: (gst_flxdec_init),
15261         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
15262         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
15263         * gst/flx/gstflxdec.h:
15264         flx plugin ported to 0.9
15265
15266 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15267
15268         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
15269           use new gst_version_string()
15270
15271 2005-10-16  Andy Wingo  <wingo@pobox.com>
15272
15273         * configure.ac: GLIB_CHECK.
15274
15275 2005-10-15  Julien MOUTTE  <julien@moutte.net>
15276
15277         * ext/libpng/Makefile.am:
15278         * ext/libpng/gstpng.c: (plugin_init):
15279         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15280         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
15281         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
15282
15283 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
15284
15285         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15286
15287         * configure.ac:
15288         * gst/matroska/Makefile.am:
15289         * gst/matroska/ebml-ids.h:
15290         * gst/matroska/ebml-write.c:
15291         * gst/matroska/ebml-write.h:
15292         * gst/matroska/matroska-ids.h:
15293         * gst/matroska/matroska-mux.c:
15294         * gst/matroska/matroska-mux.h:
15295         * gst/matroska/matroska.c: (plugin_init):
15296           Port matroska muxer to 0.9 (#318847).
15297
15298 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
15299
15300         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
15301         (comment_init), (comment_add):
15302           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
15303           use GST_READ_UINT32_LE() and friends rather than the private
15304           implementation of those same macros.
15305
15306 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
15307
15308         * examples/stats/mp2ogg.c:
15309           more typo fixes
15310
15311 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
15312
15313         * examples/indexing/indexmpeg.c: (main):
15314         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
15315         (gst_esdmon_close_audio), (gst_esdmon_change_state):
15316         * ext/esd/esdmon.h:
15317         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
15318         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
15319         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15320         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15321         * gst/avi/gstavimux.c: (gst_avimux_init):
15322         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
15323         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
15324         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
15325         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
15326         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
15327         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
15328         * gst/oldcore/gstmultifilesrc.h:
15329         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
15330         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
15331         (gst_pipefilter_change_state):
15332         * gst/oldcore/gstpipefilter.h:
15333         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
15334         * gst/videomixer/videomixer.c: (gst_videomixer_init):
15335         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
15336         * sys/osxaudio/gstosxaudiosink.h:
15337         * sys/osxaudio/gstosxaudiosrc.h:
15338           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
15339           moved bitshift from macro to enum definition
15340
15341 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15342
15343         * ext/Makefile.am:
15344         * ext/cairo/Makefile.am:
15345         * ext/cairo/gstcairo.c: (plugin_init):
15346         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
15347         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
15348         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
15349         * ext/cairo/gsttimeoverlay.h:
15350           update of cairo-based timeoverlay to 1.0 Cairo API
15351           doesn't work yet for resizing of output sink
15352
15353 2005-10-11  Wim Taymans  <wim@fluendo.com>
15354
15355         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
15356         newsegment API fix.
15357
15358 2005-10-11  Wim Taymans  <wim@fluendo.com>
15359
15360         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
15361         (gst_dvdemux_demux_frame):
15362         * ext/flac/gstflacdec.c: (gst_flacdec_write):
15363         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15364         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
15365         (gst_avi_demux_handle_seek):
15366         * gst/goom/gstgoom.c: (gst_goom_event):
15367         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
15368         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15369         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15370         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15371         (gst_wavparse_srcpad_event):
15372         newsegment API update.
15373
15374 2005-10-11  Andy Wingo  <wingo@pobox.com>
15375
15376         * ext/speex/gstspeexenc.c: Signedness cleanups.
15377
15378 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
15379
15380         * PORTED_09:
15381         * ext/speex/Makefile.am:
15382         * ext/speex/gstspeex.c:
15383         * ext/speex/gstspeexenc.c:
15384         Speexenc ported to 0.9
15385
15386 2005-10-10  Wim Taymans  <wim@fluendo.com>
15387
15388         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
15389         (gst_oss_sink_init), (gst_oss_sink_set_property),
15390         (gst_oss_sink_get_property), (gst_oss_sink_open),
15391         (gst_oss_sink_prepare), (gst_oss_sink_reset):
15392         * sys/oss/gstosssink.h:
15393         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
15394         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
15395         (gst_oss_src_prepare):
15396         Cleanups, make device configurable in the sink, handle and report
15397         errors.
15398
15399 2005-10-10  Wim Taymans  <wim@fluendo.com>
15400
15401         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
15402         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
15403         Make sure element is NULL before removing from the bin.
15404
15405 2005-10-07  Andy Wingo  <wingo@pobox.com>
15406
15407         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
15408         block forever in a read().
15409         (gst_dv1394src_bus_reset): Post a message when the cable is
15410         unplugged.
15411         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
15412         (gst_dv1394src_bus_reset): Don't unref the message.
15413
15414         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
15415         hacking. The only change should be that the state change stuff was
15416         put into basesrc's start() and stop() routines, which coalesces
15417         some steps.
15418
15419 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15420
15421         * configure.ac:
15422           Add check for mmap
15423           
15424         * gst/debug/Makefile.am:
15425           Only compile efence plugin on systems that have mmap.
15426
15427 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15428
15429         * gst/debug/Makefile.am:
15430         * gst/debug/breakmydata.c:
15431         * gst/debug/gstdebug.c:
15432         * gst/debug/gstnavigationtest.c:
15433         * gst/debug/gstnavseek.c: 
15434         * gst/debug/gstnavseek.h:
15435         * gst/debug/progressreport.c: 
15436         * gst/debug/testplugin.c:
15437           Port progressreport, navseek, navigationtest, testsink and
15438           breakmydata.
15439
15440 2005-10-05  Edward Hervey  <edward@fluendo.com>
15441
15442         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
15443         (gst_dvdemux_src_query):
15444         Fixes for better conversion
15445
15446 2005-10-04  Michael Smith <msmith@fluendo.com>
15447
15448         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
15449         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15450         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
15451         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
15452           Set state of elements to NULL before removing from bins.
15453           Set state of test element to NULL if we failed to move it to READY
15454
15455 2005-10-04  Edward Hervey  <edward@fluendo.com>
15456
15457         * ext/dv/Makefile.am:
15458         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
15459         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
15460         Corrected the query function for position so it doesn't forget what
15461         format was asked, and calls the conversion functions on the correct pad.
15462
15463 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15464
15465         * configure.ac:
15466           back to development
15467
15468 === release 0.9.3 ===
15469
15470 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15471
15472         * configure.ac:
15473           Releasing 0.9.3, "Aramis"
15474
15475 2005-10-03  Andy Wingo  <wingo@pobox.com>
15476
15477         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
15478         error returns.
15479
15480 2005-10-02  Andy Wingo  <wingo@pobox.com>
15481
15482         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
15483
15484         * ext/flac/gstflacenc.c: Ported to 0.9.
15485
15486         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
15487
15488         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
15489         and link to gsttagedit. Enable flacenc.
15490
15491         * ext/flac/gstflacdec.c: Re-enable tag reading.
15492
15493 2005-09-30  Wim Taymans  <wim@fluendo.com>
15494
15495         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15496         * gst/rtp/gstrtpgsmparse.c:
15497         * gst/rtp/gstrtph263penc.c:
15498         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15499         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15500         (gst_rtpmp4venc_set_property):
15501         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15502         Various class and caps fixes from Andre Magalhaes (andrunko)
15503
15504 2005-09-29  Wim Taymans  <wim@fluendo.com>
15505
15506         * gst/level/level-example.c: (main):
15507         Update for new bus API.
15508
15509 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15510
15511         * configure.ac:
15512           Fix unexpanded autoconf macro GST_DOC, which has been renamed
15513           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
15514
15515 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
15516
15517         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
15518           Fix playback of mono streams (bytes_per_sample should be set
15519           from the sample width and the number of channels negotiated,
15520           and not just be set to 4) (#317338)
15521
15522 2005-09-26  Wim Taymans  <wim@fluendo.com>
15523
15524         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
15525         (gst_rtpmpaenc_handle_buffer):
15526         Set buffer duration correctly.
15527
15528 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
15529
15530         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
15531         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
15532         (gst_avi_demux_change_state):
15533           Don't crash when encountering a stream with an unknown fourcc or
15534           codec id. Instead, create a pad of type video/x-avi-unknown or
15535           audio/x-avi-unknown, which as a side-effect also results in less
15536           confusing error messages in players ('no decoder' vs. 'no streams');
15537           minor fixes to state change function and class_init function.
15538
15539 2005-09-24  Wim Taymans  <wim@fluendo.com>
15540
15541         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15542         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15543         These are sinks.
15544
15545 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15546
15547         * check/elements/level.c: (GST_START_TEST):
15548           fix test for new GstClockTime use
15549         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
15550         (gst_level_transform_ip):
15551         * gst/level/gstlevel.h:
15552           fix up the decay peak, ensuring the decay peak is never lower
15553           than the peak for that interval
15554
15555 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15556
15557         * docs/plugins/gst-plugins-good-plugins.args:
15558         * docs/plugins/inspect/plugin-alpha.xml:
15559         * docs/plugins/inspect/plugin-rtp.xml:
15560         * gst/level/gstlevel.c: (gst_level_set_caps),
15561         (gst_level_transform_ip):
15562           updating docs
15563
15564 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15565
15566         * Makefile.am:
15567         * check/elements/level.c: (GST_START_TEST):
15568         * gst/level/Makefile.am:
15569         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
15570         (gst_level_set_property), (gst_level_get_property),
15571         (gst_level_set_caps), (gst_level_message_new),
15572         (gst_level_transform_ip):
15573         * gst/level/gstlevel.h:
15574         * gst/level/level-example.c: (message_handler), (main):
15575           convert to using GstClockTime for all time values, finally.
15576
15577 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15578
15579         * gst/auparse/Makefile.am:
15580         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15581           fix up build
15582         * configure.ac:
15583         * ext/cairo/Makefile.am:
15584         * ext/dv/Makefile.am:
15585         * ext/esd/Makefile.am:
15586         * ext/flac/Makefile.am:
15587         * ext/gconf/Makefile.am:
15588         * ext/gdk_pixbuf/Makefile.am:
15589         * ext/jpeg/Makefile.am:
15590         * ext/ladspa/Makefile.am:
15591         * ext/libcaca/Makefile.am:
15592         * ext/libmng/Makefile.am:
15593         * ext/libpng/Makefile.am:
15594         * ext/mikmod/Makefile.am:
15595         * ext/pango/Makefile.am:
15596         * ext/raw1394/Makefile.am:
15597         * ext/shout2/Makefile.am:
15598         * ext/speex/Makefile.am:
15599         * gst/alpha/Makefile.am:
15600         * gst/autodetect/Makefile.am:
15601         * gst/avi/Makefile.am:
15602         * gst/cutter/Makefile.am:
15603         * gst/debug/Makefile.am:
15604         * gst/effectv/Makefile.am:
15605         * gst/flx/Makefile.am:
15606         * gst/goom/Makefile.am:
15607         * gst/interleave/Makefile.am:
15608         * gst/law/Makefile.am:
15609         * gst/matroska/Makefile.am:
15610         * gst/median/Makefile.am:
15611         * gst/monoscope/Makefile.am:
15612         * gst/multipart/Makefile.am:
15613         * gst/oldcore/Makefile.am:
15614         * gst/rtp/Makefile.am:
15615         * gst/rtsp/Makefile.am:
15616         * gst/smoothwave/Makefile.am:
15617         * gst/smpte/Makefile.am:
15618         * gst/videobox/Makefile.am:
15619         * gst/videofilter/Makefile.am:
15620         * gst/videomixer/Makefile.am:
15621         * gst/wavenc/Makefile.am:
15622         * gst/wavparse/Makefile.am:
15623         * sys/oss/Makefile.am:
15624         * sys/osxaudio/Makefile.am:
15625         * sys/osxvideo/Makefile.am:
15626           fix up GST_LIBS use
15627
15628 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15629
15630         * gst/auparse/Makefile.am:
15631         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15632           fix build of auparse
15633
15634 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
15635
15636         * configure.ac:
15637         * PORTED_09:
15638         * gst/auparse/gstauparse.c:
15639         * gst/auparse/gstauparse.h:
15640         Auparse ported to 0.9.
15641
15642 2005-09-22  Wim Taymans  <wim@fluendo.com>
15643
15644         * gst/rtp/TODO:
15645         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
15646         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15647         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15648         (gst_rtpmp4venc_set_property):
15649         * gst/rtp/gstrtpmp4venc.h:
15650         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15651         * gst/rtp/gstrtpmpaenc.h:
15652         Use is_filled to both check MTU and max-ptime of base class.
15653
15654 2005-09-22  Wim Taymans  <wim@fluendo.com>
15655
15656         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15657         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15658         (gst_rtpmp4venc_set_property):
15659         Don't fragment packets with multiple frames.
15660
15661 2005-09-22  Wim Taymans  <wim@fluendo.com>
15662
15663         * gst/rtp/TODO:
15664         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15665         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15666         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
15667         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
15668         (gst_rtpmp4venc_get_property):
15669         * gst/rtp/gstrtpmp4venc.h:
15670         Remove g_print.
15671         Update TODO
15672         Make payload encoder a bit smarter and more correct with
15673         timestamps.
15674         Added option in payloader to include config string in-band.
15675
15676 2005-09-21  Wim Taymans  <wim@fluendo.com>
15677
15678         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15679         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15680         (gst_rtspsrc_send):
15681         Strip spaces for key/value pairs.
15682
15683 2005-09-21  Wim Taymans  <wim@fluendo.com>
15684
15685         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15686         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15687         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
15688         (gst_rtspsrc_change_state):
15689         More SDP parsing and caps setting.
15690         Do NO_PREROLL differently.
15691         add pads only after negotiated.
15692
15693         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
15694         (gst_udpsrc_getcaps):
15695         Implement the getcaps function.
15696
15697 2005-09-21  Wim Taymans  <wim@fluendo.com>
15698
15699         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
15700         (gst_rtpamrdec_chain):
15701         Handle multiple AMr packets per payload. Handle CRC and
15702         parse ILL/ILP.
15703
15704         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15705         Make caps params strings for easy SDP mapping.
15706         
15707         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
15708         Handle capsnego better.
15709
15710         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15711         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
15712         Generate and parse config string in the caps.
15713
15714 2005-09-21  Wim Taymans  <wim@fluendo.com>
15715
15716         * gst/rtp/README:
15717         Update README
15718
15719         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
15720         Make extra params as strings.
15721
15722         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
15723         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15724         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
15725         Make state change return NO_PREROLL as this is a live
15726         source.
15727
15728         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15729         Don't unref old caps when NULL.
15730
15731 2005-09-20  Wim Taymans  <wim@fluendo.com>
15732
15733         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
15734         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15735         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
15736         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
15737         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
15738         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
15739         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
15740         * gst/rtsp/sdpmessage.h:
15741         Add URI handler.
15742         Parse SDP and create caps.
15743
15744 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
15745
15746         * gst/alpha/gstalpha.c:
15747           fix element description
15748
15749 2005-09-19  Wim Taymans  <wim@fluendo.com>
15750
15751         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
15752         Don't check payload for now.
15753
15754 2005-09-19  Wim Taymans  <wim@fluendo.com>
15755
15756         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
15757         (gst_wavparse_init), (gst_wavparse_parse_file_header),
15758         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
15759         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15760         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15761         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
15762         (gst_wavparse_change_state):
15763         * gst/wavparse/gstwavparse.h:
15764         Fix wavparse some more.
15765
15766 2005-09-19  Wim Taymans  <wim@fluendo.com>
15767
15768         * check/elements/level.c: (GST_START_TEST):
15769         Fix for bus API change.
15770
15771 2005-09-19  Wim Taymans  <wim@fluendo.com>
15772
15773         * gst/level/level-example.c: (main):
15774         Fix for new bus API.
15775
15776         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15777         Set caps on pads.
15778
15779 2005-09-15  Wim Taymans  <wim@fluendo.com>
15780
15781         * gst/rtp/Makefile.am:
15782         * gst/rtp/README:
15783         * gst/rtp/gstrtp.c: (plugin_init):
15784         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
15785         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
15786         (gst_rtpamrdec_change_state):
15787         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
15788         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
15789         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
15790         * gst/rtp/gstrtpamrenc.h:
15791         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15792         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
15793         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
15794         * gst/rtp/gstrtpgsmenc.h:
15795         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
15796         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
15797         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
15798         (gst_rtpgsmparse_change_state):
15799         * gst/rtp/gstrtpgsmparse.h:
15800         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
15801         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
15802         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
15803         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
15804         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
15805         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
15806         * gst/rtp/gstrtph263penc.h:
15807         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
15808         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
15809         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
15810         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
15811         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
15812         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
15813         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
15814         * gst/rtp/gstrtpmp4venc.h:
15815         * gst/rtp/gstrtpmpadec.c:
15816         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
15817         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
15818         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
15819         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
15820         * gst/rtp/gstrtpmpaenc.h:
15821         Updates to payloader/depayloaders, make payloaders use
15822         the base classes.
15823         Updated README with suggested RTP caps and how to convert
15824         to/from SDP.
15825         Added config descriptor in mp4v payloader.
15826
15827 2005-09-15  Andy Wingo  <wingo@pobox.com>
15828
15829         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
15830         * gst/autodetect/gstautovideosink.c
15831         (gst_auto_video_sink_find_best): Update for new registry API.
15832
15833 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15834
15835         * common/c-to-xml.py:
15836         * common/gtk-doc-plugins.mak:
15837           a simple py script to generate valid xml from a C example
15838           probably also need to strip an MIT license when we decide
15839         * docs/plugins/Makefile.am:
15840         * gst/level/Makefile.am:
15841         * gst/level/gstlevel.c: (gst_level_init):
15842         * gst/level/level-example.c: (message_handler), (main):
15843           add an example to level that will show up in the docs
15844         * gst/rtp/TODO:
15845           add a note for the future
15846
15847 2005-09-14  Michael Smith <msmith@fluendo.com>
15848
15849         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
15850           Actually define the debug object being used in wavenc. Fixes #316205
15851
15852 2005-09-14  Michael Smith <msmith@fluendo.com>
15853
15854         * gst/smpte/Makefile.am:
15855           Link against GST_BASE_LIBS, to get it linked against libgstbase;
15856           needed to build on windows (bug 316204)
15857
15858 2005-09-12  Andy Wingo  <wingo@pobox.com>
15859
15860         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
15861
15862 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
15863
15864         * configure.ac:
15865         * gst/fdsrc/Makefile.am:
15866         * gst/fdsrc/gstfdsrc.c:
15867         * gst/fdsrc/gstfdsrc.h:
15868           Move fdsrc back into gstreamer core elements.
15869
15870         * gst/level/gstlevel.c: (gst_level_class_init),
15871         (gst_level_transform_ip):
15872         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
15873           Basetransform changes.
15874
15875 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15876
15877         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
15878         * ext/jpeg/smokecodec.c: (find_best_size):
15879           fix compiler warnings
15880
15881 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15882
15883         * gst-plugins-good.spec.in:
15884           spec file fixes
15885         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
15886         (gst_multiudpsink_render), (gst_multiudpsink_add),
15887         (gst_multiudpsink_clear):
15888           it actually helps to actually stream if we hook up the
15889           "add" signal to an actual implementation
15890         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
15891           some debugging
15892
15893 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
15894
15895         * ext/jpeg/Makefile.am:
15896         * ext/jpeg/gstjpeg.c
15897         * ext/jpeg/gstjpegenc.c:
15898         * ext/jpeg/gstsmokeenc.c:
15899
15900 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15901
15902         * ext/flac/gstflacdec.c:
15903         * ext/flac/gstflacenc.c:
15904         * ext/flac/gstflactag.c:
15905         * ext/speex/gstspeexenc.c:
15906           gsttaginterface.h -> gsttagsetter.h
15907
15908 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
15909
15910         * configure.ac:
15911         * gst/debug/Makefile.am:
15912         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
15913         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
15914         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
15915         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
15916         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
15917           Port to 0.9 and re-enable efence plugin.
15918
15919 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
15920
15921         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
15922         (gst_flacdec_write), (gst_flacdec_convert_src):
15923         * ext/flac/gstflacdec.h:
15924           Add support for flac files with 24/32 bits per sample; and misc.
15925           minor clean-ups. Seeking is still partly broken (for me at least).
15926
15927 2005-09-06  Wim Taymans  <wim@fluendo.com>
15928
15929         * gst/rtp/Makefile.am:
15930         * gst/rtp/gstrtp.c: (plugin_init):
15931         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
15932         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
15933         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
15934         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
15935         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
15936         (gst_rtpmp4vdec_plugin_init):
15937         * gst/rtp/gstrtpmp4vdec.h:
15938         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
15939         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
15940         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
15941         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
15942         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
15943         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
15944         * gst/rtp/gstrtpmp4venc.h:
15945         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
15946         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
15947         Added mpeg4 video payload encoder/decoder.
15948         Added some docs in mpa payloader.
15949
15950 === release 0.9.1 ===
15951
15952 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15953
15954         * NEWS:
15955         * README:
15956         * RELEASE:
15957         * autogen.sh:
15958         * configure.ac:
15959           releasing 0.9.1, "Blondie"
15960
15961 2005-09-05  Andy Wingo  <wingo@pobox.com>
15962
15963         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
15964         here from the state change handler, so we fire signals without
15965         holding the state lock.
15966
15967 2005-09-02  Andy Wingo  <wingo@pobox.com>
15968
15969         * All plugins updated for element state changes.
15970
15971 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15972
15973         * Makefile.am:
15974         * check/.cvsignore:
15975         * check/Makefile.am:
15976         * check/elements/.cvsignore:
15977         * check/elements/level.c: (setup_level), (cleanup_level),
15978         (GST_START_TEST), (level_suite), (main):
15979           add a test for level
15980         * common/release.mak:
15981           move the enum checking to release.mak
15982         * configure.ac:
15983           add valgrind and check checking
15984         * gst/level/gstlevel.c: (gst_level_transform):
15985         * gst/level/gstlevel.h:
15986           fix Andy's cast bug
15987           convert a field to int
15988           fix the arithmetic to int when checking for emit so that a
15989           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
15990
15991 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15992
15993         * Makefile.am:
15994         * configure.ac:
15995           add docs to build
15996         * common/plugins.xsl:
15997           wrap Description into a refsect2
15998         * docs/Makefile.am:
15999         * docs/plugins/Makefile.am:
16000         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16001         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16002         * gst/goom/Makefile.am:
16003         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
16004         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
16005         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
16006         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
16007         (gst_goom_change_state):
16008         * gst/goom/gstgoom.h:
16009           GstGOOM -> GstGoom
16010           add an example launch line
16011         * gst/level/gstlevel.h:
16012         * gst/monoscope/gstmonoscope.c:
16013           cleanups
16014
16015 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16016
16017         * configure.ac:
16018         * docs/plugins/Makefile.am:
16019         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16020         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16021         * docs/plugins/gst-plugins-good-plugins.types:
16022           document elements and plugins.  Shazam !
16023
16024 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16025
16026         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
16027           be found under doc/random/ChangeLog-0.8