sys/ximage/gstximagesrc.c: Initialise variables when opening the X display rather...
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
2
3         * sys/ximage/gstximagesrc.c:
4         Initialise variables when opening the X display rather
5         than in _start(), as the display can be opened before that.
6
7         Fixes: #515985
8
9 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
10
11         * sys/directdraw/gstdirectdrawsink.c:
12         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
13         (gst_directdraw_sink_finalize):
14         Properly chain up finalize functions. Fixes bug #515980.
15
16 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
17
18         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
19         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
20         (gst_v4l2_buffer_pool_class_init):
21         Chain up the finalize functions. Fixes bug #515984.
22
23 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
24
25         * sys/ximage/ximageutil.c:
26         Chain up in the finalize function for our custom
27         buffer sub-class.
28         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
29         Fixes: #515706
30
31 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
32
33         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
34         (gst_fenced_buffer_class_init):
35         Properly chain up finalize method. Fixes bug #515979.
36
37 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
38
39         * sys/ximage/gstximagesrc.c:
40         Free allocated Damage memory before closing our connection to the
41         X server. Partially fixes: #515706
42
43 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
44
45         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
46         * tests/check/Makefile.am:
47         * tests/check/gst-plugins-good.supp:
48         Add a few libjpeg suppressions and initialize a variable to
49         make smokeenc valgrind clean. Fixes bug #515701.
50
51 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
52
53         * gst/avi/gstavidemux.c:
54         Revert patch which sends timestamps only on keyframes, as it
55         breaks playback with current gst-ffmpeg.
56
57         Fixes: #515562
58
59 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
60
61         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
62         * tests/check/elements/multifile.c: (GST_START_TEST):
63         Close some memory leaks spotted by the unit test. Fixes bug #515697.
64
65 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
66
67         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
68         Use and unset the GError when pipeline creation fails instead of
69         simply leaking it. Fixes bug #515704.
70
71 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
72
73         * gst/audiofx/audioamplify.c:
74         * gst/audiofx/audiochebband.c:
75         * gst/audiofx/audiocheblimit.c:
76         * gst/audiofx/audiodynamic.c:
77         * gst/audiofx/audioinvert.c:
78         * gst/audiofx/audiopanorama.c:
79         * gst/audiofx/audiowsincband.c:
80         * gst/audiofx/audiowsinclimit.c:
81         Fix long description of audiofx elements. Fixes bug #515457.
82
83 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
84
85         * docs/plugins/Makefile.am:
86         * gst/spectrum/gstspectrum.c:
87         * tests/examples/spectrum/.cvsignore:
88         * tests/examples/spectrum/Makefile.am:
89         * tests/examples/spectrum/spectrum-example.c:
90
91         Add a simple example application for the spectrum element, include it
92         in the docs, and fix some documentation ambiguities.
93
94         Fixes: #348085
95
96 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
97
98         * gst/equalizer/Makefile.am:
99         * gst/spectrum/Makefile.am:
100         Fix includes order
101
102         * tests/check/Makefile.am:
103         Exclude v4l2src from the states test - it takes too long to start.
104
105         * tests/check/elements/spectrum.c:
106         Make the test run properly with CK_FORK=no
107
108 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
109
110         * gst/audiofix/Makefile.am: add missing header files 
111
112 2008-02-08  Julien Moutte  <julien@fluendo.com>
113
114         * gst/matroska/matroska-demux.c:
115         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
116         keyframe and delta units correctly when dealign with a BlockGroup.
117         Fixes: #514397
118
119 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
120
121         * tests/check/elements/.cvsignore:
122         Spell the new tests correctly in .cvsignore
123
124 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
125
126         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
127           Need to use gsize here for the size, fixes compiler warning.
128
129         * tests/examples/equalizer/.cvsignore:
130         * tests/examples/equalizer/Makefile.am:
131         * tests/examples/spectrum/.cvsignore:
132         * tests/examples/spectrum/Makefile.am:
133           Add missing files to fix the build.
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-multifile.xml:
144         * tests/check/Makefile.am:
145         * tests/check/elements/.cvsignore:
146
147         Move multifile plugin from -bad.
148         Fixes: #490283
149
150 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
151
152         * configure.ac:
153         * docs/plugins/Makefile.am:
154         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
155         * docs/plugins/gst-plugins-good-plugins-sections.txt:
156         * docs/plugins/gst-plugins-good-plugins.args:
157         * docs/plugins/gst-plugins-good-plugins.hierarchy:
158         * docs/plugins/inspect/plugin-spectrum.xml:
159         * gst/spectrum/Makefile.am:
160         * tests/check/Makefile.am:
161         * tests/check/elements/.cvsignore:
162         * tests/examples/Makefile.am:
163
164         Move spectrum plugin from -bad.
165         Move examples into tests/examples/spectrum.
166
167 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
168
169         * configure.ac:
170         * docs/plugins/Makefile.am:
171         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
172         * docs/plugins/gst-plugins-good-plugins-sections.txt:
173         * docs/plugins/gst-plugins-good-plugins.args:
174         * docs/plugins/gst-plugins-good-plugins.hierarchy:
175         * docs/plugins/gst-plugins-good-plugins.interfaces:
176         * docs/plugins/inspect/plugin-equalizer.xml:
177         * gst/equalizer/Makefile.am:
178         * tests/check/Makefile.am:
179         * tests/examples/Makefile.am:
180         Move the equalizer plugin across from -bad
181
182         * tests/check/elements/.cvsignore:
183         Add equalizer, audiosincwband and audiosincwlimit
184
185         * tests/check/elements/equalizer.c:
186         Fix compiler warnings
187
188         Fixes: #415627
189
190 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
191
192         * configure.ac:
193         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
194         are treated like releases and build without it.
195
196 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
197
198         * docs/plugins/Makefile.am:
199         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
200         * docs/plugins/gst-plugins-good-plugins-sections.txt:
201         * docs/plugins/gst-plugins-good-plugins.args:
202         * docs/plugins/inspect/plugin-audiofx.xml:
203         * gst/audiofx/Makefile.am:
204         * gst/audiofx/audiofx.c:
205         * gst/audiofx/audiowsincband.c:
206         * gst/audiofx/audiowsincband.h:
207         * gst/audiofx/audiowsinclimit.c:
208         * gst/audiofx/audiowsinclimit.h:
209         * tests/check/Makefile.am:
210         * tests/check/elements/audiowsincband.c:
211         * tests/check/elements/audiowsinclimit.c:
212
213         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
214         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
215         respectively.
216
217         Fixes: #467666
218
219 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
220
221         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
222         * tests/check/elements/icydemux.c:
223           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
224           caps, and add a somewhat useful debug message. Plus test.
225
226 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
227
228         * gst/rtsp/gstrtspsrc.c:
229         Include unistd.h only if HAVE_UNISTD_H is defined
230         * win32/common/config.h.in:
231         * win32/common/config.h:
232         Define socklen_t as it seems it's not defined in default 
233         Visual Studio headers.
234         * win32/vs6/libgstalpha.dsp:
235         * win32/vs6/libgstapetag.dsp:
236         * win32/vs6/libgstavi.dsp:
237         * win32/vs6/libgstrtp.dsp:
238         * win32/vs6/libgstrtsp.dsp:
239         * win32/vs6/libgstvideomixer.dsp:
240         Update project file dependencies and add new source files       
241
242 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
243
244         Patch by: Bjarne Rosengren <bjarne at axis dot com>
245
246         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
247         Don't leak buffers when we don't push them downstream.
248         Fixes bug #514965.
249
250 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
251
252         * configure.ac:
253           Bump requirements to (good) released versions to avoid
254           confusion and make implicit core requirement explicit.
255
256 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
257
258         * docs/plugins/Makefile.am:
259         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
260         * docs/plugins/gst-plugins-good-plugins-sections.txt:
261         * docs/plugins/gst-plugins-good-plugins.args:
262         * docs/plugins/inspect/plugin-audiofx.xml:
263         * gst/audiofx/Makefile.am:
264         * gst/audiofx/audiochebband.c:
265         * gst/audiofx/audiochebband.h:
266         * gst/audiofx/audiocheblimit.c:
267         * gst/audiofx/audiocheblimit.h:
268         * gst/audiofx/audiochebyshevfreqband.c:
269         * gst/audiofx/audiochebyshevfreqband.h:
270         * gst/audiofx/audiochebyshevfreqlimit.c:
271         * gst/audiofx/audiochebyshevfreqlimit.h:
272         * gst/audiofx/audiofx.c:
273         * tests/check/Makefile.am:
274         * tests/check/elements/.cvsignore:
275         * tests/check/elements/audiochebband.c:
276         * tests/check/elements/audiocheblimit.c:
277         * tests/check/elements/audiochebyshevfreqband.c:
278         * tests/check/elements/audiochebyshevfreqlimit.c:
279
280         Rename audiochebyshevfreqband -> audiochebband and
281         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
282         surgery.
283
284         Closes: #491811
285
286 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
287
288         Patch by: orjan <orjanf at axis dot com>
289
290         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
291         Fix caps memory leak. Fixes #514573.
292
293 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
294
295         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
296         If there's no entries in the subindex, don't try to do anything stupid,
297         just return.
298
299 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
300
301         Patch by: John Millikin <jmillikin at gmail dot com>
302
303         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
304           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
305           Fix extraction of picture blocks with newer libflac versions again:
306           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
307
308 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
309
310         * tests/check/Makefile.am:
311           Add rtp-payloading test to VALGRIND_TO_FIX.
312
313         * tests/check/elements/rtp-payloading.c:
314           Add semicolons after GST_TEST_END so gst-indent gets the
315           formatting right; make test less verbose in general, but
316           more verbose in the error case (which should probably
317           make the test fail anyway).
318
319 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
320
321         * docs/plugins/Makefile.am:
322         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
323         * docs/plugins/gst-plugins-good-plugins-sections.txt:
324         * gst/avi/gstavisubtitle.c:
325         Add documentation for avisubtitle and change class to
326         Codec/Parser/Subtitle
327
328 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
329
330         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
331         Treat ENOTTY (driver does not implement ioctl) the same as
332         EINVAL since it implies there are no available standards.
333
334         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
335         (gst_v4l2src_get_nearest_size):
336         Replace gst_v4l2src_get_size_limits with 2 calls to new function
337         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
338         probe if the driver does not support VIDIOC_TRY_FMT for whatever
339         reason, and if we aren't yet actively capturing.
340
341         * sys/v4l2/v4l2src_calls.h:
342         Remove replaced function declaration.
343
344 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
345
346         * configure.ac:
347         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
348         API.
349
350 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
351
352         * configure.ac:
353         Fix typo.
354
355 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
356
357         * gst/alpha/Makefile.am:
358         * gst/alpha/gstalpha.c:
359
360         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
361         some stuff, and making buffer-alloc and resizing work automatically.
362         No longer crashes on odd frame widths and heights, although there
363         seems to be a disagreement with ffmpegcolorspace about what size
364         an AYUV frame with odd height should be.
365
366 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
367
368         Patch by: Alessandro Decina <alessandro at nnva dot org>
369
370         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
371         * ext/libpng/gstpngenc.h:
372         Preallocate the output buffer so that g_memdup() and
373         gst_buffer_merge() aren't needed anymore. This greatly improves
374         performances and fixes #512544.
375
376 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
377
378         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
379         (gst_avi_demux_stream_data):
380         GStreamer timestamps are PTS values while AVI only knows about DTS
381         timestamps. Make sure we only copy the DTS as the buffer timestamp when
382         we are dealing with a key frame.
383
384 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
385
386         * tests/check/Makefile.am:
387         * tests/check/elements/.cvsignore:
388         * tests/check/elements/rtp-payloading.c:
389           Add add testsuite for the rtp-payloader that tries simulating
390           dataflow. Needs more test data.
391
392 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
393
394         * tests/check/elements/alphacolor.c:
395           Remove two unused variables.
396
397 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
398
399         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
400           Use g_ascii_strtoll() instead of atoll, which is only
401           available in C99.
402
403 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
404
405         * gst/rtp/Makefile.am:
406         * gst/rtp/gstrtp.c:
407         * gst/rtp/gstrtpmpvpay.c:
408         * gst/rtp/gstrtpmpvpay.h:
409         Add MPEG2 video payloader
410
411 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
412
413         * gst/level/gstlevel.c:
414         Use #include <math.h> instead of #include "math.h".
415
416 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
417
418         * tests/check/Makefile.am:
419         Fix up some CFLAGS sets.
420         Don't include gconfvideosrc in the states test.
421
422         * tests/check/elements/autodetect.c: (GST_START_TEST):
423         Add some error strings to fail_unless arguments to fix some weird
424         compiler errors on Solaris.
425
426 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
427
428         * configure.ac:
429         Detect video4linux headers on Solaris too.
430         * sys/v4l2/gstv4l2colorbalance.h:
431         * sys/v4l2/gstv4l2object.h:
432         * sys/v4l2/v4l2_calls.c:
433         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
434         (gst_v4l2_buffer_new):
435
436         Make v4l2 build on Solaris.
437         Patch by: Brian Cameron  <brian.cameron at sun dot com>
438         Fixes: #510505
439
440 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
441
442         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
443           Update list from (still local) scanning script.
444
445 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
446
447         Based on a patch by:
448             Victor STINNER <victor dot stinner at haypocalc dot com>
449
450         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
451         Set variable to NULL after freeing it to prevent double frees
452         or make failures by another use of it afterwards more obvious
453         and fix use of it after the freeing. Fixes bug #510592.
454
455 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
456
457         * gst/udp/gstmultiudpsink.c:
458         use GST_WARNING for logging
459
460 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
461
462         * gst/udp/gstmultiudpsink.c:
463         Don't try to leave a multicast group with an invalid socket
464
465 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
466
467         * ext/flac/gstflacdec.c:
468           Fix compilation against flac 1.1.2 (as on debian stable), where
469           the picture metadata defines and structs don't exist yet.
470           Fixes #509301.
471
472 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
473
474         Patch by: Olivier Crete <tester at tester dot ca>
475
476         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
477         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
478         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
479         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
480         * gst/udp/gstmultiudpsink.h:
481         Add property to automatically join a multicast group or not. This can be
482         useful when sharing a socket between multiple elements.
483         Fixes #509531.
484
485 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
486
487         * gst/videomixer/Makefile.am:
488           Add controller flags.
489
490 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
491
492         * gst/videomixer/videomixer.c:
493           Also commit the missing gst_object_sync_values().
494
495 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
496
497         * docs/plugins/Makefile.am:
498           Remove duplicate entry.
499
500 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
501
502         * docs/plugins/Makefile.am:
503         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
504         * docs/plugins/gst-plugins-good-plugins-sections.txt:
505         * docs/plugins/inspect/plugin-gamma.xml:
506         * docs/plugins/inspect/plugin-monoscope.xml:
507         * docs/plugins/inspect/plugin-video4linux2.xml:
508           Add 3 more plugins to docs.
509
510 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
511
512         * docs/plugins/gst-plugins-good-plugins-sections.txt:
513         * sys/osxvideo/osxvideosink.h:
514           Revert previous change caused by a file that got stuck on an old
515           revision.
516
517 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
518
519         * docs/plugins/gst-plugins-good-plugins-sections.txt:
520         * gst/multipart/Makefile.am:
521         * gst/multipart/multipartdemux.c:
522         * gst/multipart/multipartdemux.h:
523         * gst/multipart/multipartmux.c:
524         * gst/multipart/multipartmux.h:
525           Re-add multipartdemux to the docs. Last round of section cleanup.
526
527 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
528
529         * docs/plugins/Makefile.am:
530         * docs/plugins/gst-plugins-good-plugins-sections.txt:
531         * sys/osxaudio/gstosxaudiosink.h:
532         * sys/osxvideo/osxvideosink.h:
533           Managed to resolve most unused declarations. Filed a bug for one left.          
534
535 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
536
537         * docs/plugins/gst-plugins-good-plugins-sections.txt:
538           Cleanup section file.
539
540 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
541
542         * docs/plugins/Makefile.am:
543         * docs/plugins/gst-plugins-good-plugins.args:
544         * docs/plugins/gst-plugins-good-plugins.signals:
545         * docs/plugins/inspect/plugin-alaw.xml:
546         * docs/plugins/inspect/plugin-alpha.xml:
547         * docs/plugins/inspect/plugin-alphacolor.xml:
548         * docs/plugins/inspect/plugin-annodex.xml:
549         * docs/plugins/inspect/plugin-apetag.xml:
550         * docs/plugins/inspect/plugin-audiofx.xml:
551         * docs/plugins/inspect/plugin-auparse.xml:
552         * docs/plugins/inspect/plugin-autodetect.xml:
553         * docs/plugins/inspect/plugin-avi.xml:
554         * docs/plugins/inspect/plugin-cairo.xml:
555         * docs/plugins/inspect/plugin-cdio.xml:
556         * docs/plugins/inspect/plugin-cutter.xml:
557         * docs/plugins/inspect/plugin-debug.xml:
558         * docs/plugins/inspect/plugin-dv.xml:
559         * docs/plugins/inspect/plugin-efence.xml:
560         * docs/plugins/inspect/plugin-effectv.xml:
561         * docs/plugins/inspect/plugin-flac.xml:
562         * docs/plugins/inspect/plugin-flxdec.xml:
563         * docs/plugins/inspect/plugin-gconfelements.xml:
564         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
565         * docs/plugins/inspect/plugin-goom.xml:
566         * docs/plugins/inspect/plugin-halelements.xml:
567         * docs/plugins/inspect/plugin-icydemux.xml:
568         * docs/plugins/inspect/plugin-id3demux.xml:
569         * docs/plugins/inspect/plugin-jpeg.xml:
570         * docs/plugins/inspect/plugin-ladspa.xml:
571         * docs/plugins/inspect/plugin-level.xml:
572         * docs/plugins/inspect/plugin-matroska.xml:
573         * docs/plugins/inspect/plugin-mulaw.xml:
574         * docs/plugins/inspect/plugin-multipart.xml:
575         * docs/plugins/inspect/plugin-navigationtest.xml:
576         * docs/plugins/inspect/plugin-png.xml:
577         * docs/plugins/inspect/plugin-quicktime.xml:
578         * docs/plugins/inspect/plugin-rtp.xml:
579         * docs/plugins/inspect/plugin-rtsp.xml:
580         * docs/plugins/inspect/plugin-shout2send.xml:
581         * docs/plugins/inspect/plugin-smpte.xml:
582         * docs/plugins/inspect/plugin-speex.xml:
583         * docs/plugins/inspect/plugin-taglib.xml:
584         * docs/plugins/inspect/plugin-udp.xml:
585         * docs/plugins/inspect/plugin-videobalance.xml:
586         * docs/plugins/inspect/plugin-videobox.xml:
587         * docs/plugins/inspect/plugin-videocrop.xml:
588         * docs/plugins/inspect/plugin-videoflip.xml:
589         * docs/plugins/inspect/plugin-videomixer.xml:
590         * docs/plugins/inspect/plugin-wavenc.xml:
591         * docs/plugins/inspect/plugin-wavpack.xml:
592         * docs/plugins/inspect/plugin-wavparse.xml:
593           Update plugin docs.
594
595         * gst/videomixer/Makefile.am:
596         * gst/videomixer/videomixer.c:
597         * gst/videomixer/videomixer.h:
598         * gst/videomixer/videomixerpad.h:
599           Split out header to fix warnings from the doc-build.
600
601 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
602
603         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
604
605         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
606         Use atoll to parse the rtptime with enough precision. Fixes #509329.
607
608 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
609
610         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
611         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
612           Initialise variables to work around (false) 'foo might be used
613           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
614
615 2008-01-11  David Schleef  <ds@schleef.org>
616
617         * docs/plugins/.cvsignore:
618         * tests/check/pipelines/.cvsignore:
619           Ignore more files for the buildbot.
620
621 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
622
623         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
624         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
625         Generate the image-type values correctly. Leave them out of the caps
626         when outputting a "preview image" tag, since it only makes sense
627         to have one of those - the type is irrelevant.
628
629         * sys/sunaudio/gstsunaudiomixerctrl.c:
630         (gst_sunaudiomixer_ctrl_open):
631         If we can, mark the mixer multiple open when we use it, in case
632         (for some reason) the process wants to open it again elsewhere.
633
634 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
635
636         Patch by: Olivier Crete <tester at tester dot ca>
637
638         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
639         * gst/rtp/gstrtptheorapay.c:
640         Fix the clock rate to 90000 as required by the RFC.
641         Fixes #508644.
642
643 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
644
645         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
646           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
647
648 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
649
650         * autogen.sh:
651           Add -Wno-portability to the automake parameters to stop warnings
652           about GNU make extensions being used. We require GNU make in almost
653           every Makefile anyway.
654           
655         * configure.ac:
656           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
657           at the same time is required for per target flags.
658
659 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
660
661         * gst/videomixer/videomixer.c: (gst_videomixer_init):
662         Fix error from my last commit.
663
664 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
665
666         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
667
668         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
669           Make sure the ISO 639-X language code in ID3v2 COMM frames
670           is actually valid UTF-8 (or rather: ASCII), so we don't end
671           up with non-UTF8 strings in tags if there's garbage in the
672           language field. Also make sure the language code is always
673           lower case. Fixes: #508291.
674
675 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
676
677         * ChangeLog:
678           Fix ChangeLog typo.
679
680 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
681
682         * Makefile.am:
683           Include lcov.mak to allow building coverage reports. Guard
684           check-torture target like in the other packages.
685
686 2008-01-09  Sameer Naik  <sameer@damagehead.com>
687
688         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
689
690         * gst/videomixer/videomixer.c:
691         (gst_videomixer_set_master_geometry), (_do_init),
692         (gst_videomixer_child_proxy_get_child_by_index),
693         (gst_videomixer_child_proxy_get_children_count),
694         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
695         (gst_videomixer_init), (gst_videomixer_request_new_pad),
696         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
697         Implement GstChildProxy interface.
698         Send newsegment at the right moment
699         Fixes #488879
700
701 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
702
703         * gst/alpha/Makefile.am:
704         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
705         (gst_alpha_sink_event), (gst_alpha_chain),
706         (gst_alpha_change_state), (plugin_init):
707         Make the various properties of 'alpha' controllable. This allows doing
708         niceties like fade-in/fade-out.
709
710 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
711
712         * gst/rtp/gstasteriskh263.c:
713         * gst/rtp/gstrtpL16depay.c:
714         * gst/rtp/gstrtpac3depay.c:
715         * gst/rtp/gstrtpamrpay.c:
716         * gst/rtp/gstrtpdepay.c:
717         * gst/rtp/gstrtpgsmdepay.c:
718         * gst/rtp/gstrtph263depay.c:
719         * gst/rtp/gstrtph263pdepay.c:
720         * gst/rtp/gstrtph263ppay.c:
721         * gst/rtp/gstrtph264depay.c:
722         * gst/rtp/gstrtph264pay.c:
723         * gst/rtp/gstrtpmp2tdepay.c:
724         * gst/rtp/gstrtpmp4adepay.c:
725         * gst/rtp/gstrtpmp4gdepay.c:
726         * gst/rtp/gstrtpmp4gpay.c:
727         * gst/rtp/gstrtpmp4vdepay.c:
728         * gst/rtp/gstrtpmpadepay.c:
729         * gst/rtp/gstrtpmpvdepay.c:
730         * gst/rtp/gstrtpsv3vdepay.c:
731         * gst/rtp/gstrtptheoradepay.c:
732         * gst/rtp/gstrtptheorapay.c:
733         * gst/rtp/gstrtpvorbisdepay.c:
734         * gst/rtp/gstrtpvorbispay.c:
735           Remove copy/paste unused code (property setters and getter) found by
736           the coverage suite (yay, saves ~20k on disk).
737
738 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
739
740         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
741           (videosink_templ):
742           Also fix up pad templates to indicate that image/jpeg doesn't
743           absolutely require the framerate property to be set (#504081).
744
745 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
746
747         Based on patch by: Wouter Cloetens  <wouter at mind be>
748
749         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
750           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
751           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
752         * gst/matroska/matroska-mux.h:
753           Keep track of first and last timestamps for each incoming stream,
754           so we can calculate the total duration for live sources and other
755           input where we can't query the duration from the start or where
756           there's no constant framerate from which we can deduce the
757           duration; also use calculated/observed duration if it is bigger
758           than the previously queried duration. Furthermore, use
759           gst_pad_query_peer_duration() and take into account that it may
760           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
761           screws up comparisons when using unsigned integers. Fixes #504081.
762
763 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
764
765         * configure.ac:
766         * gst/audiofx/audioamplify.c:
767         (gst_audio_amplify_clipping_method_get_type),
768         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
769         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
770         (gst_audio_dynamic_transform_ip):
771         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
772         (gst_audio_invert_transform_ip):
773         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
774         (gst_audio_panorama_transform):
775         * gst/level/gstlevel.c: (gst_level_init):
776         Make elements GST_BUFFER_FLAG_GAP aware and call
777         gst_base_transform_set_gap_aware for this.
778         Bump core requirement to CVS.
779         
780         * gst/audiofx/audiochebyshevfreqband.c:
781         (gst_audio_chebyshev_freq_band_transform_ip):
782         * gst/audiofx/audiochebyshevfreqlimit.c:
783         (gst_audio_chebyshev_freq_limit_transform_ip):
784         Also sync GObject properties to the controller if operating
785         in passthrough mode.
786
787 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
788
789         * sys/directdraw/gstdirectdrawsink.c:
790           (gst_directdraw_sink_window_thread):
791           FALSE is not a gpointer.
792
793 2008-01-05  Julien Moutte  <julien@fluendo.com>
794
795         * sys/directdraw/gstdirectdrawsink.c:
796         (gst_directdraw_sink_set_window_id),
797         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
798         (gst_directdraw_sink_buffer_alloc),
799         (gst_directdraw_sink_draw_borders),
800         (gst_directdraw_sink_show_frame),
801         (gst_directdraw_sink_setup_ddraw),
802         (gst_directdraw_sink_window_thread),
803         (gst_directdraw_sink_get_ddrawcaps),
804         (gst_directdraw_sink_surface_create): Make sure we create our
805         internal window only when we need it. That will give a chance to
806         the application to get the prepare-xwindow-id bus message. Draw
807         black borders when keeping aspect ratio. Handle the case where our
808         rendering window disappears (closed or errors) like other sinks
809         do. Various 80 columns fixes, improve state change order. That
810         element could need some more love.
811
812 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
813
814         * ext/taglib/gstapev2mux.h:
815         * ext/taglib/gstid3v2mux.h:
816         Remove useless typedefs without new type name. Fixes a warning with
817         gcc 4.3.
818
819 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
820
821         Patch by: John Millikin <jmillikin at gmail dot com>
822
823         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
824         (gst_flac_dec_setup_stream_decoder),
825         (gst_flac_normalize_picture_mime_type),
826         (gst_flac_extract_picture_buffer),
827         (gst_flac_dec_metadata_callback):
828         Emit metadata messages when a PICTURE block is encountered.
829         Fixes #506715.
830
831 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
832
833         * gst/avi/gstavi.c:
834         increase rank because no known issues anymore ...
835         * gst/avi/gstavisubtitle.c:
836         send subtitle name to the srcpad
837
838 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
839
840         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
841         * gst/rtsp/gstrtspsrc.h:
842         Implement redirect for the DESCRIBE reply. Fixes #506025.
843
844 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
845
846         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
847         Fix 'xyz may be used uninitialized' compiler warnings caused
848         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
849         abort() in any case but properly report the error.
850
851 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
852
853         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
854         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
855         * sys/ximage/gstximagesrc.c: (composite_pixel):
856           Fix 'xyz may be used uninitialized' compiler warnings caused
857           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
858           not really nice to abort in any case). Fixes #505745.
859
860 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
861
862         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
863           Small unit test fix (has no practical impact at the moment,
864           since we're only feeding utf8 and hence just create a sub-
865           buffer for the output).
866
867 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
868
869         * gst/avi/gstavisubtitle.c:
870         * tests/check/elements/avisubtitle.c:
871         Add seeking support for avi subtitle
872
873 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
874
875         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
876         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
877         (gst_flac_dec_write):
878         * ext/flac/gstflacdec.h:
879         Remove some unused vars.
880         Do more cleanup of leftover events and tags.
881         Output tags after the segment event. Fixes #504018.
882
883 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
884
885         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
886           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
887           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
888           Detect other UTF byte order markers and convert to UTF-8 as
889           appropriate.
890
891 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
892
893         * gst/avi/gstavisubtitle.c: (src_template),
894           (gst_avi_subtitle_extract_utf8_file),
895           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
896           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
897           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
898         * gst/avi/gstavisubtitle.h:
899           Refactor a bit; fix name extraction; don't assume all the data
900           in the chunk is actually subtitle data, there may be padding at
901           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
902           file so it's there to send again after a seek (for future use).
903
904 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
905
906         * gst/avi/Makefile.am:
907         * gst/avi/gstavi.c:
908         * gst/avi/gstavisubtitle.c:
909         * gst/avi/gstavisubtitle.h:
910         * tests/check/Makefile.am:
911         * tests/check/elements/avisubtitle.c:
912         * win32/common/config.h:
913                 Add avi subtitle element for bug #442034. Need seeking support
914                 and more support for character conversion.
915
916 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
917
918         * Makefile.am:
919           Include common/win32.mak for CRLF check of win32 project
920           files (see #393626).
921
922         * win32/vs6/libgstpng.dsp:
923           Fix line endings and do cvs admin -kb.
924
925 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
926
927         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
928         Actually drop the buffers which are outside the currently configured
929         segment instead of just emitting a WARNING.
930
931 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
932
933         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
934         (gst_flac_dec_write):
935         * ext/flac/gstflacdec.h:
936         Send segments from the streaming thread. Fixes #502187.
937         Fix segment seeking and a bunch of other seeking cases.
938
939 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
940
941         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
942           Parse WOAF frames and put the result into GST_TAG_CONTACT,
943           which is where it would end up if the same information was
944           put in a vorbis comment (don't think it's worth adding a
945           new URI tag for this). Fixes #488112.
946
947 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
948
949         * configure.ac:
950           We need core/base 0.10.15 or later.
951
952 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
953
954         Patch by: Mark Nauwelaerts <manauw skynet be>
955
956         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
957         Fix regression in stream numbering. Fixes #502655.
958
959 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
960
961         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
962
963         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
964         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
965         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
966         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
967         (gst_rtp_h264_pay_handle_buffer):
968         * gst/rtp/gstrtph264pay.h:
969         Use higher performance start-code searching.
970         Parse NALs and store SPS, PPS and profile in the caps so that they can
971         be used in the SDP. Fixes #502814.
972
973 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
974
975         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
976         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
977           Init some structs to zero before we pass them to ioctl, which
978           avoids valgrind warnings.  Also fix a small memory leak.
979
980 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
981
982         Patch by: Wouter Cloetens <wouter at mind dot be>
983
984         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
985         Copy timestamp from input to output. Not very perfect yet but better
986         than nothing. Fixes #503023.
987
988 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
989
990         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
991           Also print a useful error message with the old Wavpack API
992           if possible.
993
994 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
995
996         * ext/wavpack/gstwavpackdec.c:
997           More build fixes for old libwavpack versions: include config.h so
998           that WAVPACK_OLD_API is actually defined as detected; only use
999           WavpackGetErrorMessage if it is available. This fixes the build
1000           on debian stable for me.
1001
1002 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1003
1004         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1005         * ext/wavpack/gstwavpackparse.c:
1006           (gst_wavpack_parse_create_src_pad):
1007           Workaround the non-existance of WavpackGetChannelMask in Wavpack
1008           versions below 4.40.0.
1009
1010 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1011
1012         * configure.ac:
1013           And now do it right for real...
1014
1015 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1016
1017         * configure.ac:
1018           Correctly reset $LIBS to not contain -lm.
1019
1020 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1021
1022         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
1023
1024         * configure.ac:
1025         * ext/cairo/gsttimeoverlay.c:
1026           (gst_cairo_time_overlay_print_smpte_time):
1027           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
1028           and checking for rint() and implementing it ourself if it doesn't
1029           exist. Fixes #497293.
1030
1031 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1032
1033         * configure.ac:
1034           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
1035
1036 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
1037
1038         * sys/oss/gstosshelper.c:
1039         Verify that the format returned after the ioctl is the one
1040         we requested. It is valid for the ioctl to succeed while
1041         substituting an alternate 'supported' sample format.
1042
1043 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
1044
1045         * sys/oss/gstossaudio.c: (plugin_init):
1046         * sys/oss/gstosssink.c: (gst_oss_sink_open):
1047         * sys/oss/gstosssrc.c: (gst_oss_src_open):
1048           Post decent (and translated) error message when we can't
1049           open the audio device for some reason.
1050
1051 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
1052
1053         * sys/oss/gstosssink.c:
1054         * sys/oss/gstosssrc.c:
1055         Allow the AUDIODEV environment variable to redirect us
1056         to a different default OSS device, like sunaudiosink does
1057         on Solaris (makes audio play automatically on SunRays).
1058
1059 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
1060
1061         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
1062         * gst/audiofx/audiochebyshevfreqband.c:
1063         (gst_audio_chebyshev_freq_band_transform_ip):
1064         * gst/audiofx/audiochebyshevfreqlimit.c:
1065         (gst_audio_chebyshev_freq_limit_transform_ip):
1066         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
1067         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
1068         The transform_ip() methods should do nothing if in passthrough mode.
1069         It might get non-writable buffers in that case but the buffer might
1070         as well be writable.
1071
1072         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
1073         The transform() methods won't be called in passthrough mode and
1074         otherwise the buffer is always writable so don't check here.
1075
1076 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
1077
1078         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
1079           Fix seeking in .wav files again (#501775).  Some people seem to think
1080           they don't need to test their changes when they're just 'reflowing'
1081           some code.
1082
1083 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1084
1085         * gst/autodetect/gstautovideosink.c:
1086         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
1087         (gst_auto_video_sink_init),
1088         (gst_auto_video_sink_create_element_with_pretty_name),
1089         (gst_auto_video_sink_find_best),
1090         (gst_auto_video_sink_set_property),
1091         (gst_auto_video_sink_get_property):
1092         * gst/autodetect/gstautovideosink.h:
1093         Fix docs.
1094         Use same error reporting code as autoaudiosink.
1095         Add property to filter sinks based on caps. Only select raw video sinks
1096         by default for backwards compat.
1097         API: GstAutoVideoSink::filter-caps
1098
1099 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1100
1101         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1102
1103         * gst/autodetect/gstautoaudiosink.c:
1104         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
1105         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
1106         (gst_auto_audio_sink_set_property),
1107         (gst_auto_audio_sink_get_property):
1108         * gst/autodetect/gstautoaudiosink.h:
1109         Add property to filter sinks based on caps. Only select raw audio sinks
1110         by default for backwards compat.  Fixes #417420.
1111         API: GstAutoAudioSink::filter-caps
1112
1113 2007-11-29  Michael Smith <msmith@fluendo.com>
1114
1115         Patch by: Arek Korbik <arkadini@gmail.com>
1116
1117         * gst/videobox/gstvideobox.c: (plugin_init):
1118           Initialise liboil in plugin_init()
1119
1120 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
1121
1122         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
1123         Post error before sending EOS. Fixes #499178.
1124
1125 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
1126
1127         * win32/vs6/gst_plugins_good.dsw:
1128         * win32/vs6/libgstpng.dsp:
1129         Add a project file for libgstpng
1130
1131 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
1132
1133         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
1134         (gst_rtp_h263_depay_process):
1135         Code beautification.
1136         Added debug statements.
1137         Don't bit-shift everything, just do operations on last/first byte
1138         instead.
1139
1140 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
1141
1142         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
1143
1144         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
1145         Fix wrong comparison in overrun check. Fixes #499239 some more.
1146
1147 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
1148
1149         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
1150         (gst_rtp_h263_depay_process):
1151         * gst/rtp/gstrtph263depay.h:
1152         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
1153         stream.
1154
1155 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
1156
1157         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
1158
1159         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1160         (gst_rtp_mp4a_depay_process):
1161         * gst/rtp/gstrtpmp4adepay.h:
1162         Fix depayloading when multiple frames are inside one RTP packet.
1163         Fixes #499239.
1164
1165 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1166
1167         * gst/level/gstlevel.c:
1168           Add GAP-flag support.
1169
1170 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
1171
1172         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
1173         Read the I flag for Mode A h263 rtp stream and set the
1174         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
1175         Fixes #499383
1176
1177 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1178
1179         * gst/level/gstlevel.c:
1180           Remove some dead code and do cleanups.
1181
1182 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1183
1184         * tests/check/pipelines/simple-launch-lines.c:
1185           Improve the tests by allowing to set a target state.
1186
1187 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
1188
1189         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
1190         Don't check the caps of the output buffer if they're equal some
1191         other caps. The caps can change in a backward compatible way
1192         and did at this point.
1193
1194 2007-11-24  Julien MOUTTE  <julien@moutte.net>
1195
1196         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
1197         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
1198         (gst_qtdemux_seek_to_previous_keyframe),
1199         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
1200         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
1201         reverse playback support.
1202
1203 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1204
1205         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
1206         Also set the channel layout on the Wavpack caps if we're having
1207         a mono layout. Of course only do it for "audio/x-wavpack".
1208
1209 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1210
1211         * ext/wavpack/gstwavpackcommon.c:
1212         (gst_wavpack_get_default_channel_mask),
1213         (gst_wavpack_set_channel_layout),
1214         (gst_wavpack_get_default_channel_positions),
1215         (gst_wavpack_get_channel_mask_from_positions),
1216         (gst_wavpack_set_channel_mapping):
1217         * ext/wavpack/gstwavpackcommon.h:
1218         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
1219         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
1220         * ext/wavpack/gstwavpackdec.h:
1221         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1222         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
1223         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
1224         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
1225         (gst_wavpack_enc_rewrite_first_block),
1226         (gst_wavpack_enc_sink_event):
1227         * ext/wavpack/gstwavpackenc.h:
1228         * ext/wavpack/gstwavpackparse.c:
1229         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
1230         (gst_wavpack_parse_scan_to_find_sample),
1231         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
1232         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
1233         * ext/wavpack/gstwavpackparse.h:
1234         Add support for encoding, parsing and decoding multichannel
1235         files with up to 8 channels. This also improves the robustness
1236         of parsing quite a bit.
1237
1238         * ext/wavpack/gstwavpackstreamreader.c:
1239         (gst_wavpack_stream_reader_read_bytes),
1240         (gst_wavpack_stream_reader_get_pos),
1241         (gst_wavpack_stream_reader_set_pos_abs),
1242         (gst_wavpack_stream_reader_set_pos_rel),
1243         (gst_wavpack_stream_reader_push_back_byte),
1244         (gst_wavpack_stream_reader_get_length),
1245         (gst_wavpack_stream_reader_can_seek),
1246         (gst_wavpack_stream_reader_write_bytes):
1247         Improve debugging.
1248
1249 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1250
1251         * ext/libpng/gstpngdec.c:
1252         * ext/libpng/gstpngdec.h:
1253           Don't release the png-memory from within the callback.
1254
1255 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1256
1257         Patch by: René Stadler <mail at renestadler dot de>
1258
1259         * ext/libpng/gstpngenc.c:
1260           Don't leak buffer data memory. Fixes #498395.
1261
1262 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1263
1264         Patch by: René Stadler <mail at renestadler dot de>
1265
1266         * tests/check/pipelines/simple-launch-lines.c:
1267           Tests for #498395.
1268
1269 2007-11-20  Julien MOUTTE  <julien@moutte.net>
1270
1271         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
1272         (gst_tag_lib_mux_adjust_event_offsets):
1273         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
1274         * sys/osxaudio/Makefile.am:
1275         * sys/osxvideo/cocoawindow.h:
1276         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
1277
1278 2007-11-15  David Schleef  <ds@schleef.org>
1279
1280         * ext/cairo/gsttextoverlay.c:
1281           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
1282
1283 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1284
1285         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
1286
1287         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
1288         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
1289         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
1290         * gst/rtp/gstrtpmp2tpay.h:
1291         Fill the MTU with as many packets as possible. Fixes #491323.
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/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
1298         Fix some more leaks. Fixes #497007.
1299
1300 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1301
1302         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1303
1304         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
1305         (gst_rtspsrc_stream_configure_tcp):
1306         Fix 3 pad leaks. Fixes #496983.
1307
1308 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1309
1310         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1311
1312         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
1313         Fix small leak. Fixes #497017.
1314
1315 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1316
1317         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1318         (gst_qtdemux_prepare_current_sample),
1319         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
1320         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
1321         * gst/qtdemux/qtdemux_fourcc.h:
1322         * gst/qtdemux/qtdemux_types.c:
1323         Add suppport for theora in quicktime according to XiphQT.
1324
1325 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
1326
1327         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
1328         (gst_v4l2src_init), (gst_v4l2src_set_property),
1329         (gst_v4l2src_get_property):
1330         * sys/v4l2/gstv4l2src.h:
1331         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1332           Always copy buffers by default (handle safer with bugged drivers)
1333           and added a property to make it possible to use mmap effectively (no
1334           copy if possible) when application wants to. Fixes: #480557.
1335
1336 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1337
1338         * gst/id3demux/id3tags.c:
1339         * gst/id3demux/id3tags.h:
1340         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
1341           We don't want the same string multiple times in a tag list for the
1342           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
1343           this doesn't happen and remove special-case code for GST_TAG_GENRE.
1344
1345 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1346
1347         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
1348           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
1349           into ID3v2 TXXX frames (fixes #347848).
1350
1351 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1352
1353         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1354           Don't leak sdp message contents (fixes #496773).
1355
1356         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
1357           Don't leak URI string.
1358
1359 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1360
1361         Patch by: Julien Puydt <julien dot puydt at laposte net>
1362
1363         * ext/raw1394/Makefile.am:
1364         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
1365           (gst_1394_property_probe_get_properties),
1366           (gst_1394_property_probe_probe_property),
1367           (gst_1394_property_probe_needs_probe),
1368           (gst_1394_property_probe_get_values),
1369           (gst_1394_property_probe_interface_init),
1370           (gst_1394_type_add_property_probe_interface):
1371         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
1372         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
1373           (gst_dv1394src_init), (gst_dv1394src_dispose),
1374           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
1375           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
1376           (gst_dv1394src_update_device_name):
1377         * ext/raw1394/gstdv1394src.h:
1378           Implement GstPropertyProbe interface and add "device-name" property,
1379           so applications can use this to probe for available devices in the
1380           same way they can already with v4lsrc and v4l2src (however horrible
1381           this property probe interface may be). Fixes #358841.
1382
1383 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1384
1385         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1386
1387         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
1388           (gst_rtspsrc_parse_range):
1389           Don't leak event, don't leak range (fixes #496752).
1390
1391 2007-11-14  Michael Smith <msmith@fluendo.com>
1392
1393         Patch by: Arek Korbik <arkadini@gmail.com>
1394
1395         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
1396           Detect RGBA/BGRA correctly on little endian systems.
1397
1398 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1399
1400         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1401           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
1402           corresponding ioctl() call fails even though the driver claims to
1403           support this format, just fall back to the pre-2.6.19 kernel
1404           routine that creates caps with suitable height and width ranges
1405           (see #448278).
1406
1407 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1408
1409         Patch by: Mark Nauwelaerts <manauw skynet be>
1410
1411         * gst/matroska/matroska-demux.c:
1412           (gst_matroska_demux_push_dvd_clut_change_event),
1413           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1414           (gst_matroska_demux_subtitle_caps):
1415         * gst/matroska/matroska-ids.h:
1416           Extract palette data for dvd subpicture streams and send it
1417           downstream as custom gstreamer dvd event (fixes #453417).
1418
1419 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1420
1421         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
1422           Implement minimal parsing of the passed pango font description
1423           string, so passing a font size works the same as with the
1424           pango textoverlay plugin; fixes #455086.
1425           (Maybe we could just use pangocairo here at some point).
1426
1427 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1428
1429         * gst/avi/gstavidemux.c:
1430         * gst/wavparse/gstwavparse.c:
1431           Return the result in _activate_pull(). Don't ref element there.
1432
1433 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1434
1435         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
1436         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
1437         (gst_wavparse_srcpad_event):
1438           Ref the element when we should, but not when we its not needed. Reflow
1439           the event_handling to not leak the event.       
1440
1441 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
1442
1443         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1444         (qtdemux_parse_samples):
1445         Properly free QTDemuxSamples array.
1446         Protect table write with a sensible check, some files apparently DO contain
1447         stts values starting with 0 :(
1448
1449 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1450
1451         * gst/avi/gstavidemux.c:
1452         * gst/qtdemux/qtdemux.c:
1453           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
1454           previous commit messed up.
1455
1456 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1457
1458         * gst/avi/gstavidemux.c:
1459         * gst/qtdemux/qtdemux.c:
1460           Sync _handle_src_event() with oggdemux. In avidemux also ref the
1461           element when we should, but not when we its not needed.
1462
1463 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
1464
1465         * gst/wavparse/gstwavparse.c:
1466           Return FALSE if we can't handle a query instead of changing the
1467           format. Ignore fact when dealing with mpeg audio.
1468
1469 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1470
1471         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1472
1473         * configure.ac:
1474         * gst/udp/gstdynudpsink.c:
1475         * gst/udp/gstdynudpsink.h:
1476         * gst/udp/gstmultiudpsink.c:
1477         * gst/udp/gstmultiudpsink.h:
1478         * gst/udp/gstudpsink.c:
1479         * gst/udp/gstudpsink.h:
1480           Fix includes for MSVC and GLib-2.14.0 (#492388).
1481
1482         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
1483           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
1484
1485 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
1486
1487         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
1488         (gst_mulawdec_chain):
1489         * gst/law/mulaw-decode.h:
1490         Calculate outgoing buffer duration if incoming buffer didn't have a
1491         valid duration.
1492
1493 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
1494
1495         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
1496         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
1497         Smarter combine_flow code that also deals with downstream elements
1498         returning UNEXPECTED when they receive data out of the segment
1499         boundaries. Fixes #491305.
1500
1501 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1502
1503         * sys/v4l2/v4l2src_calls.c:
1504           Fix 'unused variable' compiler warning when compiling against
1505           older kernel headers.
1506
1507 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
1508
1509         * ext/taglib/gstid3v2mux.cc (add_funcs):
1510           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
1511
1512 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
1513
1514         * tests/check/pipelines/simple-launch-lines.c:
1515            Improve the tests a little more.
1516
1517 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
1518
1519         patch by: Yun Zheng Hu
1520
1521         * sys/osxaudio/gstosxaudiosrc.c:
1522         Use default input device instead of default output device and
1523         only memcpy actual available bytes.
1524
1525 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
1526
1527         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1528           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
1529           early. It is temporary until we find something better.
1530
1531 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1532
1533         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1534
1535         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
1536         Fix race when pausing a RTSP stream in interleaved.
1537         Fixes #475784.
1538
1539 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1540
1541         Patch by: Peter Kjellerstedt <pkj at axis com>
1542
1543         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
1544         Use correct unref function for buffers. #488844.
1545
1546 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
1547
1548         * gst/avi/gstavimux.c:
1549         * tests/check/elements/avimux.c:
1550           Add some debug and sync tests with the fix.     
1551
1552 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1553
1554         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1555
1556         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1557         When the socket is used by the app for other purposes, don't generate an
1558         error if there is activaty on the socket that is not data related.
1559         Fixes #487488.
1560
1561 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1562
1563         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
1564         (gst_v4l2src_grab_frame):
1565         Add some more debug info. Generate an error when we run out of buffers
1566         for some reason. See #480557.
1567
1568 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1569
1570         Patch by: Anders Skargren <anders dot skargren at axis dot com>
1571
1572         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
1573         Set marker bit correctly.
1574
1575 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
1576
1577         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1578         Use allowed name for the GstStructure.
1579
1580 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
1581
1582         * ext/gconf/gstswitchsink.c:
1583         * gst/autodetect/gstautoaudiosink.c:
1584           Use new gst_bus_pop_filtered().
1585
1586 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1587
1588         * sys/v4l2/gstv4l2src.c:
1589         * sys/v4l2/v4l2src_calls.c:
1590           When probing the formats and sizes a camera supports, make
1591           sure the best ones (highest resolution, prefered format)
1592           end up at the beginning of the probed caps and the less
1593           desirable ones at the end.  This is important because the
1594           order within the caps matters for things like fixation and
1595           negotiation, ie. what format is chosen in the end.
1596           With recent kernels, the current probing code will end up
1597           querying the supported sizes from lowest resolution to
1598           highest resolution, adding them to the probed caps in that
1599           order, resulting to v4l2src fixating to the lowest possible
1600           resolution if downstream does not express a size preference.
1601           Also make up a somewhat random ranking of prefered output
1602           formats for the same reason. Fixes #485828.
1603         
1604 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1605
1606         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
1607
1608         * gst/id3demux/id3v2frames.c:
1609           Extract license/copyright URIs from ID3v2 WCOP frames
1610           (Fixes #447000).
1611
1612         * tests/check/elements/id3demux.c:
1613         * tests/files/Makefile.am:
1614         * tests/files/id3-447000-wcop.tag:
1615           Add simple unit test.
1616
1617 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1618
1619         * ext/taglib/gstid3v2mux.cc:
1620           Add support for license/copyright URI tags (ID3v2 WCOP frame).
1621           Prerequisite for #447000.
1622
1623 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
1624
1625         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
1626         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
1627         a GstClockTime.
1628
1629 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1630
1631         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1632         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
1633         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
1634         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
1635         (gst_rtspsrc_change_state):
1636         More seeking fixes, mostly passing around the new playback segment in
1637         order to configure it properly.
1638         Also reset base_time of udp sources when setting them back to PLAYING as
1639         a temporary hack until core supports seek in live sources properly.
1640
1641 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1642
1643         * gst/rtp/gstrtpmp4adepay.c:
1644         Fix caps as to not confuse autopluggers.
1645
1646 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1647
1648         * gst/id3demux/gstid3demux.c:
1649         * gst/id3demux/gstid3demux.h:
1650         * gst/id3demux/id3tags.c:
1651         * gst/id3demux/id3tags.h:
1652         * gst/id3demux/id3v2frames.c:
1653           Port ID3 tag demuxer over to the new GstTagDemux in -base
1654           (now would be a good time to test re-importing your music
1655           collection).
1656
1657 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1658
1659         * gst/apetag/Makefile.am:
1660         * gst/apetag/gstapedemux.c:
1661         * gst/apetag/gstapedemux.h:
1662         * gst/apetag/gsttagdemux.c:
1663         * gst/apetag/gsttagdemux.h:
1664           Port APE tag demuxer over to the new GstTagDemux in -base.
1665
1666 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
1667
1668         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1669         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
1670         (gst_rtspsrc_handle_internal_src_query),
1671         (gst_rtspsrc_handle_src_query), (new_session_pad),
1672         (gst_rtspsrc_stream_configure_tcp),
1673         (gst_rtspsrc_stream_configure_transport),
1674         (gst_rtspsrc_loop_send_cmd):
1675         Improve flushing behaviour.
1676         Set state of the udp sources to PAUSE/PLAYING correctly.
1677         Handle events and queries for UDP and TCP transport now.
1678
1679 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1680
1681         * gst/rtp/gstrtpgsmdepay.c:
1682         * gst/rtp/gstrtpgsmpay.c:
1683           Add log category.
1684
1685 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1686
1687         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
1688
1689         * tests/check/Makefile.am:
1690         * tests/check/pipelines/simple-launch-lines.c:
1691           Add unit tests for payloaders/depayloaders.
1692
1693 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1694
1695         * gst/avi/gstavimux.c:
1696         * gst/avi/gstavimux.h:
1697           Also save codec data for audio streams. Fixes #482495.
1698
1699 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1700
1701         * gst/avi/gstavimux.c:
1702           Fix "Index entry has invalid stream nr 1".
1703           Add support for muxing aac - work in progress (see #482495).
1704
1705 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1706
1707         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
1708         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
1709         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1710         * gst/rtsp/gstrtspsrc.h:
1711         Parse bandwidth modifiers, they are not yet configured in the session
1712         manager because we don't have an API for that yet.
1713
1714 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1715
1716         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
1717         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1718         Use shiny new function in -base to get the default clock-rate.
1719         Update some docs.
1720
1721 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
1722
1723         * win32/MANIFEST:
1724         Add files to win32 manifest.
1725         * win32/vs6/libgstaudiofx.dsp:
1726         * win32/vs6/libgstqtdemux.dsp:
1727         * win32/vs6/libgstrtp.dsp:
1728         * win32/vs6/libgstrtsp.dsp:
1729         Update project files.
1730
1731 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
1732
1733         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
1734         (gst_rtspsrc_play):
1735         * gst/rtsp/gstrtspsrc.h:
1736         In TCP mode, only timestamp the first buffer. TCP is not real time and
1737         it does not make sense to try to skew compensate, also some servers send
1738         the first batch of data in a burst.
1739
1740 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
1741
1742         * gst/matroska/matroska-demux.c:
1743           Fix setting the discont flag on the first buffer
1744           pushed downstream for formats with private codec
1745           data that needs to be deserialised into buffers
1746           (such as vorbis and FLAC when in a matroska container).
1747
1748 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
1749
1750         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1751
1752         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
1753         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
1754         (gst_rtp_mp4v_pay_handle_buffer):
1755         * gst/rtp/gstrtpmp4vpay.h:
1756         Free the config string. Fixes #480707.
1757         Clean up the timestamp code a little.
1758
1759 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1760
1761         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1762         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
1763         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
1764         * gst/rtsp/gstrtspsrc.h:
1765         Set timestamps on RTP buffers in interleaved mode.
1766         Mark first buffers with a DISCONT.
1767         Remove flush hack now that sync for live sources has been figured out.
1768
1769 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1770
1771         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1772         Update documentation.
1773
1774 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1775
1776         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
1777         (gst_rtp_xqt_depay_change_state):
1778         * gst/qtdemux/gstrtpxqtdepay.h:
1779         Fail if we don't know the quicktime format.
1780
1781 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
1782
1783         * ext/flac/gstflacenc.c:
1784         * ext/flac/gstflacenc.h:
1785           Save the flow return from the last gst_pad_push() and
1786           make sure we pass the right flow return value upstream
1787           in the case of failure; minor clean-ups.
1788
1789 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1790
1791         * ext/taglib/gstapev2mux.cc:
1792         * ext/taglib/gstid3v2mux.cc:
1793         * gst/apetag/gstapedemux.c:
1794           Add support for the new GST_TAG_COMPOSER (#459809).
1795
1796 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1797
1798         * gst/law/alaw-decode.c:
1799         * gst/law/alaw-decode.h:
1800         * gst/law/alaw-encode.c:
1801         * gst/law/alaw-encode.h:
1802         * gst/law/alaw.c:
1803         * gst/law/mulaw-conversion.h:
1804           Compulsive clean-ups: use boilerplate macros, add debug
1805           categories, fix up things to conform to symbol nomenklatura,
1806           etc.
1807
1808 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1809
1810         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1811
1812         * gst/law/alaw-decode.c:
1813         * gst/law/alaw-encode.c:
1814           Use static tables for A-Law decoding and encoding; this makes
1815           A-Law decoding and encoding less CPU-intensive, but increases
1816           the binary size a bit. Leaving old code around for now,
1817           selectable by a define in the code. Fixes #435435.
1818
1819 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1820
1821         * configure.ac:
1822         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
1823         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
1824         in configure.ac.
1825
1826 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1827
1828         Patch by: <j at bootlab dot org>
1829
1830         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1831         Add fourccs for MPEG2 HDV streams. Fixes #479960.
1832
1833 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
1834
1835         * sys/oss/gstosshelper.c:
1836           Use GST_WARNING instead of a g_critical. This situation is not caused
1837           by the application.
1838
1839 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1840
1841         * po/LINGUAS:
1842         * po/nl.po:
1843           Updated translations.
1844
1845 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1846
1847         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
1848
1849         * po/eu.po:
1850           Added Basque translation.
1851
1852 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1853
1854         translated by: Abel Cheung <abelcheung@gmail.com>
1855
1856         * po/zh_HK.po:
1857         * po/zh_TW.po:
1858           Added Chinese (traditional and Hong Kong) translation.
1859
1860 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1861
1862         translated by: Jakub Bogusz <qboosh@pld-linux.org>
1863
1864         * po/pl.po:
1865           Added Polish translation.
1866
1867 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1868
1869         translated by: Ilkka Tuohela <hile@iki.fi>
1870
1871         * po/fi.po:
1872           Added Finnish translation.
1873
1874 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1875
1876         translated by: Jorge González González <aloriel@gmail.com>
1877
1878         * po/es.po:
1879           Added Spanish translation.
1880
1881 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1882
1883         translated by: Mogens Jaeger <mogens@jaeger.tf>
1884
1885         * po/da.po:
1886           Added Danish translation.
1887
1888 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1889
1890         translated by: Funda Wang <fundawang@linux.net.cn>
1891
1892         * po/zh_CN.po:
1893           Added Chinese (simplified) translation.
1894
1895 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1896
1897         translated by: Alexander Shopov <ash@contact.bg>
1898
1899         * po/bg.po:
1900           Added Bulgarian translation.
1901
1902 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
1903
1904         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
1905         Set outgoing packet duration because we can. Fixes #478244 some more.
1906
1907 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
1908
1909         * ext/cairo/gsttextoverlay.c:
1910           Add info about static leak.
1911         
1912         * tests/check/Makefile.am:
1913         * tests/check/generic/states.c:
1914           Improved state change unit test.
1915
1916 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
1917
1918         * docs/plugins/.cvsignore:
1919         * tests/check/.cvsignore:
1920           Ignore registries in any format.
1921
1922 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
1923
1924         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
1925         Removed some unused code.
1926
1927         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1928         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
1929         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
1930         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
1931         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
1932         (gst_rtp_theora_pay_flush_packet):
1933         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
1934         Try to preserve the incomming buffer duration on the outgoing
1935         packets. Fixes #478244.
1936
1937 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
1938
1939         * ext/taglib/gstapev2mux.cc:
1940         * ext/taglib/gstid3v2mux.cc:
1941           Work around compiler warnings with g++-4.2 when assigning a
1942           string constant to a gchar * (partially fixes #478092).
1943
1944 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
1945
1946         * configure.ac:
1947           We require core CVS now for gst_base_src_set_do_timestamp().
1948
1949 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1950
1951         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
1952         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1953         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
1954         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
1955         (gst_rtspsrc_handle_message):
1956         Fix compiler warnings shown with Forte.
1957
1958 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
1959
1960         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
1961         (gst_rtspsrc_dup_printf):
1962         Give meaningfull error when all streams failed to configure for some
1963         reason.
1964
1965 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
1966
1967         * gst/rtp/README:
1968         Update README with the design for synchronisation rules of RTP on
1969         sender and receiver.
1970
1971 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
1972
1973         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
1974         (gst_wavparse_chain):
1975         Don't push EOS from the chain function, the element
1976         driving the pipeline is responsible for this. The bug
1977         this was meant to fix seems to be queue not forwarding
1978         EOS in all cases (see #476514).
1979
1980 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
1981
1982         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
1983         (gst_level_transform_ip):
1984         * gst/level/gstlevel.h:
1985         Use basetransform segment so that it is correctly managed on flushes and
1986         start/stop.
1987         Report message timestamp as stream time, which is what an application
1988         can understand.
1989
1990 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
1991
1992         * ext/taglib/gstapev2mux.cc:
1993         * ext/taglib/gstapev2mux.h:
1994         * ext/taglib/gsttaglibmux.c:
1995         * tests/check/elements/apev2mux.c:
1996         Update my mail address.
1997
1998 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
1999
2000         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
2001         (gst_wavparse_loop), (gst_wavparse_chain):
2002         Add EOS logic for the push-based mode too. Fixes #476514.
2003
2004 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
2005
2006         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
2007         * gst/law/alaw-encode.h:
2008         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
2009         (gst_mulawenc_chain):
2010         * gst/law/mulaw-encode.h:
2011         Fix law encoder timestamps.
2012
2013 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
2014
2015         * ext/gconf/gstgconfaudiosink.c:
2016           Fix warning when building without debug.
2017
2018         * sys/oss/gstossmixertrack.c:
2019           Use const like in alsamixertrack.c (fixes warnings).
2020
2021 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
2022
2023         * sys/v4l2/v4l2src_calls.c:
2024         (gst_v4l2src_probe_caps_for_format_and_size):
2025         Fix framerate detection code some more.
2026         Handle the case where there is a weird step in the stepwise framerates.
2027         Don't overwrite the min interval with the framerate, use a temp variable
2028         instead.
2029         Use max in the Continuous framerate intervals instead of step, which is
2030         1 according to the docs. Fixes #475424.
2031
2032 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
2033
2034         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
2035         Make udpsrc timestamp outgoing buffers based on when they were received.
2036         Also make it output a segment in time.
2037
2038 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
2039
2040         * gst/avi/gstavidemux.c:
2041           Plug a little leak. Little code cleanups.
2042
2043 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
2044
2045         * configure.ac:
2046           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
2047           flac versions, 's good for cross-compilation karma.
2048
2049 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
2050
2051         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
2052
2053         * gst/rtp/gstrtph263pay.c:
2054           Fix up header structure so that compilers don't add padding
2055           between the structure fields, since that would lead to us
2056           sending RTP packets with broken headers (as is currently the
2057           case when compiling with MSVC). Also see similar fixes in
2058           libgstrtp in gst-plugins-base. (#474616; #471194)
2059
2060 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
2061
2062         * sys/v4l2/v4l2src_calls.c:
2063         (gst_v4l2src_probe_caps_for_format_and_size):
2064         Don't overwrite our GValue with 0 but instead use the previously
2065         computed value. Fixes #471823 some more.
2066
2067 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2068
2069         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2070           No tabs in this file please, or gtk-doc will end up documenting
2071           rather absurd class hierarchies.
2072
2073 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2074
2075         * ext/gconf/gstswitchsink.c:
2076           If the new kid element fails to change state for some reason
2077           (e.g. esdsink not being able to connect to the sound server),
2078           forward the error message it posted on the bus instead of just
2079           posting a generic 'Internal state change error: please file a
2080           bug' error message. Fixes #471364.
2081
2082 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2083
2084         * gst/qtdemux/Makefile.am:
2085         * gst/qtdemux/qtdemux.c:
2086           Don't assume tags are encoded as UTF-8 (#473670).
2087
2088 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2089
2090         * sys/v4l2/gstv4l2src.c:
2091         * sys/v4l2/gstv4l2src.h:
2092         * sys/v4l2/v4l2src_calls.c:
2093           Implement LATENCY queries in the crudest way possible so I don't
2094           have to use sync=false any longer when testing with videosinks.
2095
2096 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2097
2098         * configure.ac:
2099           Fix build.
2100
2101 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2102
2103         * sys/v4l2/v4l2src_calls.c:
2104         (gst_v4l2src_probe_caps_for_format_and_size):
2105         Add some more debugging in the framerate function.
2106         Iterate stepwise framerate up to and _including_ the max and if nothing
2107         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
2108         don't end up with an empty list. Fixes #471823
2109
2110 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2111
2112         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2113         (gst_multiudpsink_set_clients_string),
2114         (gst_multiudpsink_get_clients_string),
2115         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
2116         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
2117         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
2118         (gst_multiudpsink_clear):
2119         Add property do configure destination address/port pairs
2120         API:GstMultiUDPSink::clients
2121
2122 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2123
2124         * tests/examples/Makefile.am:
2125         * tests/examples/rtp/Makefile.am:
2126         * tests/examples/rtp/client-H263p-AMR.sh:
2127         * tests/examples/rtp/client-H263p-PCMA.sdp:
2128         * tests/examples/rtp/client-H263p-PCMA.sh:
2129         * tests/examples/rtp/client-H264-PCMA.sdp:
2130         * tests/examples/rtp/client-H264-PCMA.sh:
2131         * tests/examples/rtp/client-PCMA.sh:
2132         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
2133         * tests/examples/rtp/server-alsasrc-PCMA.sh:
2134         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
2135         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2136         Added some RTP example scripts for sending and receiving RTP streams.
2137
2138 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2139
2140         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
2141         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
2142         Restructure the setcaps function so that we can also compute the
2143         expected GStreamer output size of the video frames.
2144         Set frame_byte_size correctly so that read-based devices have a chance
2145         of working correctly.
2146         When grabbing a frame, discard frames that are not of the expected size.
2147         Some cameras don't output the right framesize for the first buffer.
2148         Try only a couple of times to get a valid frame, else error out.
2149
2150         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
2151         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
2152         Add some more debug info when scanning the device.
2153
2154         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
2155         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
2156         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
2157         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
2158         Add some more debug info when dequeing a frame.
2159
2160 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2161
2162         * gst/wavparse/gstwavparse.c:
2163           More code cleanups. Add some more comment and improve debugs logs.
2164
2165 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2166
2167         * gst/wavparse/gstwavparse.c:
2168         * gst/wavparse/gstwavparse.h:
2169           Implement seek-query. Refactor duration calculations. Appropriate use
2170           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
2171           out of loops.
2172
2173 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
2174
2175         * gst/avi/gstavidemux.c:
2176           Implement seek-query.
2177
2178 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
2179
2180         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
2181         (gst_rtspsrc_dup_printf):
2182         Use new basesink async property to make sparse RTCP packet not wait for
2183         preroll.
2184
2185 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
2186
2187         * gst/audiofx/Makefile.am:
2188         Dist the right file.
2189
2190 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
2191
2192         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
2193         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
2194         Make sure we generate and parse floating point values in the POSIX
2195         locale instead of the current locale. 
2196
2197 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
2198
2199         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
2200         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
2201         (gst_rtspsrc_play):
2202         * gst/rtsp/gstrtspsrc.h:
2203         Fix method detection again.
2204         Keep track of when we must send a Range header.
2205         Use segment values for Range, Speed and Scale headers.
2206         Parse Speed and Scale headers to update the segment values.
2207
2208 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
2209
2210         patch by: Mark Nauwelaerts <manauw@skynet.be>
2211
2212         * sys/v4l2/v4l2src_calls.c:
2213           Handle optional v4l2 ioctls gracefully.
2214
2215 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
2216
2217         * gst/rtp/Makefile.am:
2218         * gst/rtp/gstrtp.c: (plugin_init):
2219         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
2220         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
2221         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
2222         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
2223         (gst_rtp_h263_depay_get_property),
2224         (gst_rtp_h263_depay_change_state),
2225         (gst_rtp_h263_depay_plugin_init):
2226         * gst/rtp/gstrtph263depay.h:
2227         Added an H263 depayloader. Fixes #369392.
2228
2229         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
2230         (gst_rtp_h263p_depay_process):
2231         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
2232         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
2233         Make the H263+ pay/depayloader support H263-1998 and H263-2000
2234         payloads.
2235         Also alow plain H263 on the h263p payloaders. Fixes #465040.
2236
2237 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2238
2239         * gst/audiofx/audiochebyshevfreqband.c:
2240         * gst/audiofx/audiochebyshevfreqlimit.c:
2241         Add small comparision with the windowed sinc filters in the docs.
2242
2243 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2244
2245         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
2246         (audiochebyshevfreqband_suite):
2247         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
2248         (audiochebyshevfreqlimit_suite):
2249         Also test 32 bit float mode and the type 2 variants of the filters.
2250
2251 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
2252
2253         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2254         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2255         (gst_rtspsrc_loop):
2256         Refactor the udp and interleaved loop function a bit.
2257
2258 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2259
2260         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2261         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
2262         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
2263         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2264         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2265         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
2266         * gst/rtsp/gstrtspsrc.h:
2267         Protect connection activity with a new lock, avoids deadlocks when going
2268         to PAUSED. Fixes #455808.
2269
2270 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2271
2272         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
2273         Fix debug statement.
2274
2275 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2276
2277         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
2278         Fix stray %u in debug line as spotted by Saur on IRC.
2279
2280 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
2281
2282         * gst/audiofx/audiochebyshevfreqband.c:
2283         (gst_audio_chebyshev_freq_band_class_init):
2284         * gst/audiofx/audiochebyshevfreqlimit.c:
2285         (gst_audio_chebyshev_freq_limit_class_init):
2286         Use generator macros for the process functions for the different
2287         sample types, add lower upper boundaries for the GObject properties
2288         so automatically generated UIs can use sliders and add a note about
2289         the number of poles as a too high number of poles combined with
2290         very low or very high frequencies will produce only noise.
2291         * docs/plugins/gst-plugins-good-plugins.args:
2292         Regenerated for the property changes.
2293
2294 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2295
2296         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
2297         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
2298         (gst_rtspsrc_stream_configure_udp_sink),
2299         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
2300         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2301         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2302         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
2303         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
2304         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2305         * gst/rtsp/gstrtspsrc.h:
2306         Improve timeout handling.
2307         Use the same socket for sending and receiving RTCP packets so that some
2308         servers can track clients better.
2309         Improve connection closed handling. Try to reconnect.
2310         Don't overwrite our content base with NULL.
2311         Improve debugging.
2312         Improve range parsing and handling.
2313         Remove flushing hack now that core does the right thing.
2314
2315 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2316
2317         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2318         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
2319         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
2320         (gst_multiudpsink_close), (gst_multiudpsink_add):
2321         * gst/udp/gstmultiudpsink.h:
2322         Add support for getting and setting the socket to use.
2323
2324         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2325         (gst_udpsrc_create), (gst_udpsrc_get_property):
2326         Add support for getting the currently used socket.
2327
2328 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
2329
2330         reviewed by: Stefan Kost  <ensonic@users.sf.net>
2331
2332         * gst/audiofx/Makefile.am:
2333         * gst/audiofx/audiochebyshevfreqband.c:
2334         (gst_audio_chebyshev_freq_band_mode_get_type),
2335         (gst_audio_chebyshev_freq_band_base_init),
2336         (gst_audio_chebyshev_freq_band_dispose),
2337         (gst_audio_chebyshev_freq_band_class_init),
2338         (gst_audio_chebyshev_freq_band_init),
2339         (generate_biquad_coefficients), (calculate_gain),
2340         (generate_coefficients),
2341         (gst_audio_chebyshev_freq_band_set_property),
2342         (gst_audio_chebyshev_freq_band_get_property),
2343         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
2344         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
2345         (gst_audio_chebyshev_freq_band_start):
2346         * gst/audiofx/audiochebyshevfreqband.h:
2347         * gst/audiofx/audiochebyshevfreqlimit.c:
2348         (gst_audio_chebyshev_freq_limit_mode_get_type),
2349         (gst_audio_chebyshev_freq_limit_base_init),
2350         (gst_audio_chebyshev_freq_limit_dispose),
2351         (gst_audio_chebyshev_freq_limit_class_init),
2352         (gst_audio_chebyshev_freq_limit_init),
2353         (generate_biquad_coefficients), (calculate_gain),
2354         (generate_coefficients),
2355         (gst_audio_chebyshev_freq_limit_set_property),
2356         (gst_audio_chebyshev_freq_limit_get_property),
2357         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
2358         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
2359         (gst_audio_chebyshev_freq_limit_start):
2360         * gst/audiofx/audiochebyshevfreqlimit.h:
2361         * gst/audiofx/audiofx.c: (plugin_init):
2362         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
2363         Fixes #464800.
2364
2365         * tests/check/Makefile.am:
2366         * tests/check/elements/.cvsignore:
2367         * tests/check/elements/audiochebyshevfreqband.c:
2368         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
2369         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
2370         * tests/check/elements/audiochebyshevfreqlimit.c:
2371         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
2372         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
2373         Add unit tests for the chebyshev filters.
2374
2375         * docs/plugins/Makefile.am:
2376         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2377         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2378         * docs/plugins/gst-plugins-good-plugins.args:
2379         * docs/plugins/inspect/plugin-1394.xml:
2380         * docs/plugins/inspect/plugin-audiofx.xml:
2381         * docs/plugins/inspect/plugin-dv.xml:
2382         * docs/plugins/inspect/plugin-flac.xml:
2383         * docs/plugins/inspect/plugin-jpeg.xml:
2384         * docs/plugins/inspect/plugin-png.xml:
2385         * docs/plugins/inspect/plugin-rtp.xml:
2386         * docs/plugins/inspect/plugin-shout2send.xml:
2387         * docs/plugins/inspect/plugin-wavpack.xml:
2388         And add docs for the chebyshev filters. While doing
2389         that also run make update in docs/plugins.
2390
2391 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2392
2393         * ext/annodex/gstcmmltag.c:
2394         * gst/rtp/gstrtpvorbispay.c:
2395           Make ro memory to share.
2396
2397 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2398
2399         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2400         Improve UDP performance by avoiding a select() when we have data
2401         available immediatly.
2402
2403 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2404
2405         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
2406         (gst_rtp_dec_class_init):
2407         * gst/rtsp/gstrtpdec.h:
2408         Add (dummy) SSRC management signals.
2409
2410         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
2411         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
2412         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
2413         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
2414         (on_timeout), (gst_rtspsrc_stream_configure_manager),
2415         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
2416         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2417         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2418         * gst/rtsp/gstrtspsrc.h:
2419         Add connection-speed property.
2420         Add find_stream helper functions.
2421         Handle stream EOS based on BYE messages or SSRC timeout.
2422         Returns SUCCESS from the state change function as we hide our async
2423         elements from the parent.
2424
2425 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2426
2427         * gst/debug/rndbuffersize.c:
2428           Fix da leak.
2429
2430 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
2431
2432         * gst/debug/Makefile.am:
2433         * gst/debug/breakmydata.c:
2434         * gst/debug/gstdebug.c:
2435         * gst/debug/negotiation.c:
2436         * gst/debug/progressreport.c:
2437         * gst/debug/rndbuffersize.c:
2438         * gst/debug/testplugin.c:
2439           Add new test element and clean-up the others a little.
2440
2441 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
2442
2443         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2444         Fix parsing of mp4a version 0 atoms. Fixes #465774.
2445
2446 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
2447
2448         * gst/rtp/gstrtpilbcdepay.c:
2449           Include stdlib.
2450
2451 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
2452
2453         * gst/rtp/gstrtpmpvdepay.c:
2454         Set the mpegversion in the caps so that autoplugging does not get
2455         confused.
2456
2457 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2458
2459         * po/hu.po:
2460         * po/uk.po:
2461         * po/vi.po:
2462           Updated translations.
2463
2464 2007-08-08  Michael Smith <msmith@fluendo.com>
2465
2466         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
2467           Render right border in the correct location.
2468
2469 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
2470
2471         Patch by: Olivier Crete <tester at tester dot ca>
2472
2473         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
2474         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2475         Make mode property a string. Fixes #464475.
2476
2477 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2478
2479         * ext/flac/gstflacenc.c:
2480           Widen caps to match decoder a bit and add more FIXMEs.
2481
2482 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2483
2484         patch by: Mark Nauwelaerts <manauw@skynet.be>
2485
2486         * gst/avi/gstavimux.c:
2487           Fix ODML index tag numbering. Fixes #463624.
2488
2489 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
2490
2491         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
2492         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2493         (gst_rtspsrc_stream_configure_tcp),
2494         (gst_rtspsrc_stream_configure_udp_sink):
2495         Fix default clock-rate for realmedia.
2496         Fix parsing of transport.
2497         Don't try to link NULL pads.
2498
2499 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
2500
2501         * po/POTFILES.skip:
2502           Add POTFILES.skip with list of source files that aren't disted at the
2503           moment but contain translatable strings. Should hopefully pacify
2504           broken tools and make it clearer that these files are left out
2505           intentionally (#461600).
2506
2507 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
2508
2509         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
2510         If the buffer was entirely clipped ... don't try sending it :)
2511
2512 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2513
2514         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
2515         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
2516         (gst_rtspsrc_create_transports_string),
2517         (gst_rtspsrc_prepare_transports):
2518         If we don't hav a session manager, set the caps on outgoing buffers
2519         ourselves.
2520         Force PAUSE/PLAY methods for now until the extensions can overwrite.
2521         Append final bit of the transport string even when it does not contain a
2522         placeholder.
2523
2524 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2525
2526         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
2527         (gst_rtsp_ext_list_connect):
2528         * gst/rtsp/gstrtspext.h:
2529         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2530         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
2531         Clean up the interface list.
2532         Allow connecting to interface signals for the extensions.
2533         Remove old extension code.
2534         Free list on cleanup.
2535         Allow extensions to send additional RTSP messages.
2536
2537 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2538
2539         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
2540         Handle a NULL gconf key gracefully by rendering the default element.
2541
2542 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2543
2544         * gst/rtsp/gstrtspext.h:
2545         Fix include path for extension interface.
2546
2547 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2548
2549         * gst/audiofx/audioamplify.h:
2550         Also remove a now unecessary variable here.
2551
2552 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2553
2554         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
2555         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
2556         * gst/audiofx/audiodynamic.c:
2557         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
2558         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
2559         * gst/audiofx/audiodynamic.h:
2560         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
2561         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
2562         * gst/audiofx/audioinvert.h:
2563         Don't save format information ourselves, this is already saved in
2564         GstAudioFilter.
2565
2566 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
2567
2568         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2569         (gst_rtsp_ext_list_stream_select):
2570         * gst/rtsp/gstrtspext.h:
2571         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
2572         Use rank to filter out extensions.
2573         Add url to stream_select interface call.
2574
2575 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2576
2577         * gst/rtsp/Makefile.am:
2578         * gst/rtsp/base64.c:
2579         * gst/rtsp/base64.h:
2580         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2581         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
2582         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
2583         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
2584         (gst_rtsp_ext_list_setup_media),
2585         (gst_rtsp_ext_list_configure_stream),
2586         (gst_rtsp_ext_list_get_transports),
2587         (gst_rtsp_ext_list_stream_select):
2588         * gst/rtsp/gstrtspext.h:
2589         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
2590         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
2591         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
2592         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2593         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
2594         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
2595         (gst_rtspsrc_stream_configure_tcp),
2596         (gst_rtspsrc_stream_configure_mcast),
2597         (gst_rtspsrc_stream_configure_udp),
2598         (gst_rtspsrc_stream_configure_udp_sink),
2599         (gst_rtspsrc_stream_configure_transport),
2600         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2601         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2602         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
2603         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
2604         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2605         (gst_rtspsrc_parse_methods),
2606         (gst_rtspsrc_create_transports_string),
2607         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
2608         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
2609         (gst_rtspsrc_play), (gst_rtspsrc_pause),
2610         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
2611         * gst/rtsp/gstrtspsrc.h:
2612         * gst/rtsp/rtsp.h:
2613         * gst/rtsp/rtspconnection.c:
2614         * gst/rtsp/rtspconnection.h:
2615         * gst/rtsp/rtspdefs.c:
2616         * gst/rtsp/rtspdefs.h:
2617         * gst/rtsp/rtspext.h:
2618         * gst/rtsp/rtspextwms.c:
2619         * gst/rtsp/rtspextwms.h:
2620         * gst/rtsp/rtspmessage.c:
2621         * gst/rtsp/rtspmessage.h:
2622         * gst/rtsp/rtsprange.c:
2623         * gst/rtsp/rtsprange.h:
2624         * gst/rtsp/rtsptransport.c:
2625         * gst/rtsp/rtsptransport.h:
2626         * gst/rtsp/rtspurl.c:
2627         * gst/rtsp/rtspurl.h:
2628         * gst/rtsp/sdp.h:
2629         * gst/rtsp/sdpmessage.c:
2630         * gst/rtsp/sdpmessage.h:
2631         * gst/rtsp/test.c:
2632         Use shiny new RTSP and SDP library.
2633         Implement RTSP extensions using the new interface.
2634         Remove a lot of old code.
2635
2636 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
2637
2638         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2639         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
2640
2641 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2642
2643         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2644         Don't unref the outgoing buffer twice when dropping it because it's
2645         outside of the segment.
2646
2647 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2648
2649         * configure.ac:
2650         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
2651         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
2652         Use the new buffer clipping function from gstaudio here and
2653         require gst-plugins-base CVS.
2654         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
2655         For framed Wavpack buffers we require a valid timestamp.
2656
2657 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
2658
2659         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
2660         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
2661         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
2662         Clip raw audio and video when we can, keep track of current output
2663         segment.
2664         Don't leak buffers and events when there is no output pad.
2665         Improve debugging here and there.
2666
2667 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
2668
2669         * configure.ac:
2670           Sync liboil check with plugins-base.
2671
2672 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
2673
2674         * ext/annodex/Makefile.am:
2675           Fix CFLAGS/LIBS.
2676
2677         * ext/cdio/gstcdiocddasrc.c:
2678         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
2679           Include stdlib
2680
2681         * ext/cairo/Makefile.am:
2682         * gst/videofilter/Makefile.am:
2683         * tests/examples/level/Makefile.am:
2684           Use $(LIBM) instead of -lm
2685
2686 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2687
2688         * sys/v4l2/gstv4l2src.c:
2689           Add another example pipeline.
2690
2691 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2692
2693         Patch by: Alexander Eichner <alexeichi@yahoo.de>
2694
2695         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2696           Use define here.
2697
2698         * sys/v4l2/gstv4l2tuner.c:
2699         (gst_v4l2_tuner_set_frequency_and_notify):
2700           Don't touch the property - its still disabled.
2701
2702         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
2703         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
2704         * sys/v4l2/v4l2src_calls.h:
2705           Improve fallback format negotionation. Fixes #451388
2706
2707 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2708
2709         * tests/check/elements/videocrop.c: (GST_START_TEST):
2710           Fix the test.
2711
2712 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2713
2714         * docs/plugins/Makefile.am:
2715         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2716         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2717         * docs/plugins/inspect/plugin-jpeg.xml:
2718         * docs/plugins/inspect/plugin-png.xml:
2719         * ext/jpeg/gstjpegdec.c:
2720         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
2721         (gst_pngdec_sink_setcaps):
2722           More docs. More logs in pngdec.
2723
2724 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
2725
2726         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2727           Initialize num_buffers with minimum value.
2728
2729         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
2730         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
2731           Handle frame-size query failure gracefully.
2732
2733 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
2734
2735         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2736         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
2737         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
2738         of qt/aac files.
2739
2740 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
2741
2742         * ext/wavpack/gstwavpackdec.c:
2743         (gst_wavpack_dec_clip_outgoing_buffer):
2744         Fix buffer clipping to correctly clip to the segment stop.
2745
2746 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
2747
2748         * configure.ac:
2749         * tests/Makefile.am:
2750         Remove bogus check for libcheck, since we check for
2751         gstreamer-check and it pulls in the required info from there,
2752         and we weren't actually _using_ the information for libcheck
2753         ourselves anyway.
2754
2755 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
2756
2757         * configure.ac:
2758           Use pkg-config to locate check.
2759
2760 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
2761
2762         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
2763         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
2764         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
2765         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2766         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
2767         * gst/effectv/gstaging.c: (gst_agingtv_transform):
2768         * gst/effectv/gstdice.c: (gst_dicetv_transform):
2769         * gst/effectv/gstedge.c: (gst_edgetv_transform):
2770         * gst/effectv/gstquark.c: (gst_quarktv_transform):
2771         * gst/effectv/gstrev.c: (gst_revtv_transform):
2772         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
2773         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
2774         * gst/effectv/gstwarp.c: (gst_warptv_transform):
2775         * gst/matroska/matroska-demux.c:
2776         (gst_matroska_demux_add_wvpk_header),
2777         (gst_matroska_demux_check_subtitle_buffer),
2778         (gst_matroska_decode_buffer):
2779         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
2780           Fix build against core CVS.
2781
2782 2007-07-10  Edward Hervey  <bilboed@gmail.com>
2783
2784         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
2785         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
2786         don't have enough granularity to convert that boolean into a
2787         GstFlowReturn.
2788
2789 2007-07-06  Michael Smith <msmith@fluendo.com>
2790
2791         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
2792         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
2793         (gst_alawdec_change_state):
2794         * gst/law/alaw-decode.h:
2795         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
2796         (gst_mulawdec_class_init), (gst_mulawdec_init),
2797         (gst_mulawdec_chain), (gst_mulawdec_change_state):
2798         * gst/law/mulaw-decode.h:
2799           Fix capsnego bogosity in *law decoders. 
2800
2801 2007-07-06  Michael Smith <msmith@fluendo.com>
2802
2803         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
2804         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
2805         (gst_smokeenc_change_state):
2806         * ext/jpeg/gstsmokeenc.h:
2807           Remove stupidity in get/set caps functions.
2808           Fix some refcounting problems.
2809
2810 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
2811
2812         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
2813         Remove endianness-flipping hack that seems to have been required
2814         only because of a bug in ffmpegcolorspace.
2815         Partially Fixes: #451908
2816
2817 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
2818
2819         * docs/plugins/Makefile.am:
2820           Simplify --extra-dir as gtkdoc scans recursively.
2821
2822 2007-07-03  Wim Taymans,,,  <set EMAIL_ADDRESS environment variable>
2823
2824         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2825
2826         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2827         Set the encoding-name in the rtp caps to all uppercase, as required by
2828         the caps spec.
2829         Some small cleanups in the error paths. Fixes #453037.
2830
2831 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
2832
2833         * ext/wavpack/gstwavpackparse.c:
2834         (gst_wavpack_parse_index_get_last_entry),
2835         (gst_wavpack_parse_index_get_entry_from_sample),
2836         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
2837         (gst_wavpack_parse_scan_to_find_sample):
2838         * ext/wavpack/gstwavpackparse.h:
2839         Use a GSList for the GArray that is used like a list anyway.
2840
2841 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
2842
2843         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
2844         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
2845         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
2846           Add state change function where we set 0/1 as default framerate in
2847           case our setcaps function isn't called, like it might not in a
2848           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
2849           gdkpixbufdec trying to create caps with a 0/0 framerate.
2850           Also post an error message on the bus if gst_pad_push() fails when
2851           called from our sink event handler (+1 for flow returns for event
2852           functions in 0.11) instead of failing silently.
2853
2854 2007-06-27  Wim Taymans  <wim@fluendo.com>
2855
2856         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
2857         Cast stack args to the proper types. Fixes #451249.
2858
2859 2007-06-27  Wim Taymans  <wim@fluendo.com>
2860
2861         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2862         (new_session_pad), (gst_rtspsrc_setup_streams):
2863         * gst/rtsp/gstrtspsrc.h:
2864         For container formats we only need to activate one of the streams so
2865         that we correctly signal no-more-pads. Fixes #451015.
2866
2867 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
2868
2869         * docs/plugins/gst-plugins-good-plugins.args:
2870         * docs/plugins/inspect/plugin-aasink.xml:
2871         * docs/plugins/inspect/plugin-alaw.xml:
2872         * docs/plugins/inspect/plugin-alpha.xml:
2873         * docs/plugins/inspect/plugin-alphacolor.xml:
2874         * docs/plugins/inspect/plugin-annodex.xml:
2875         * docs/plugins/inspect/plugin-apetag.xml:
2876         * docs/plugins/inspect/plugin-audiofx.xml:
2877         * docs/plugins/inspect/plugin-auparse.xml:
2878         * docs/plugins/inspect/plugin-autodetect.xml:
2879         * docs/plugins/inspect/plugin-avi.xml:
2880         * docs/plugins/inspect/plugin-cacasink.xml:
2881         * docs/plugins/inspect/plugin-cairo.xml:
2882         * docs/plugins/inspect/plugin-cdio.xml:
2883         * docs/plugins/inspect/plugin-cutter.xml:
2884         * docs/plugins/inspect/plugin-debug.xml:
2885         * docs/plugins/inspect/plugin-efence.xml:
2886         * docs/plugins/inspect/plugin-effectv.xml:
2887         * docs/plugins/inspect/plugin-esdsink.xml:
2888         * docs/plugins/inspect/plugin-flac.xml:
2889         * docs/plugins/inspect/plugin-flxdec.xml:
2890         * docs/plugins/inspect/plugin-gconfelements.xml:
2891         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2892         * docs/plugins/inspect/plugin-goom.xml:
2893         * docs/plugins/inspect/plugin-halelements.xml:
2894         * docs/plugins/inspect/plugin-icydemux.xml:
2895         * docs/plugins/inspect/plugin-id3demux.xml:
2896         * docs/plugins/inspect/plugin-jpeg.xml:
2897         * docs/plugins/inspect/plugin-ladspa.xml:
2898         * docs/plugins/inspect/plugin-level.xml:
2899         * docs/plugins/inspect/plugin-matroska.xml:
2900         * docs/plugins/inspect/plugin-mulaw.xml:
2901         * docs/plugins/inspect/plugin-multipart.xml:
2902         * docs/plugins/inspect/plugin-navigationtest.xml:
2903         * docs/plugins/inspect/plugin-ossaudio.xml:
2904         * docs/plugins/inspect/plugin-png.xml:
2905         * docs/plugins/inspect/plugin-quicktime.xml:
2906         * docs/plugins/inspect/plugin-rtp.xml:
2907         * docs/plugins/inspect/plugin-rtsp.xml:
2908         * docs/plugins/inspect/plugin-smpte.xml:
2909         * docs/plugins/inspect/plugin-speex.xml:
2910         * docs/plugins/inspect/plugin-taglib.xml:
2911         * docs/plugins/inspect/plugin-udp.xml:
2912         * docs/plugins/inspect/plugin-videobalance.xml:
2913         * docs/plugins/inspect/plugin-videobox.xml:
2914         * docs/plugins/inspect/plugin-videocrop.xml:
2915         * docs/plugins/inspect/plugin-videoflip.xml:
2916         * docs/plugins/inspect/plugin-videomixer.xml:
2917         * docs/plugins/inspect/plugin-wavenc.xml:
2918         * docs/plugins/inspect/plugin-wavparse.xml:
2919         * docs/plugins/inspect/plugin-ximagesrc.xml:
2920           Update docs with caps info.
2921
2922 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
2923
2924         * po/POTFILES.in:
2925           Add more files with translatable strings (#450878).
2926
2927 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
2928
2929         * MAINTAINERS:
2930         Updating all the maintainers files
2931
2932 2007-06-22  Edward Hervey  <edward@fluendo.com>
2933
2934         * ext/flac/gstflactag.c: (gst_flac_tag_init):
2935         * gst/interleave/deinterleave.c: (deinterleave_init),
2936         (deinterleave_sink_link):
2937         * gst/interleave/interleave.c: (interleave_init):
2938         * gst/median/gstmedian.c: (gst_median_init):
2939         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
2940         Fix memory leaks.
2941         * tests/check/elements/id3demux.c: (pad_added_cb):
2942         Remove unused variable.
2943
2944 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
2945
2946         * ext/gconf/gconf.h:
2947         Make the prototype of gst_gconf_get_key_for_sink_profile
2948         match the implementation.
2949         Patch by: Damien Carbery <damien dot carbery at sun dot com>
2950         Fixes: #449747
2951
2952 2007-06-20  Michael Smith <msmith@fluendo.com>
2953
2954         * gst/rtp/gstrtpdepay.c:
2955           Fix description - rtpdepay is not a payloader.
2956
2957 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
2958
2959         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
2960         (qtdemux_video_caps):
2961         * gst/qtdemux/qtdemux_fourcc.h:
2962           Add MJPG to the variants of motion jpeg.
2963
2964 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
2965
2966         * tests/check/Makefile.am:
2967         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
2968         * tests/check/elements/videocrop.c: (GST_START_TEST):
2969         * tests/check/elements/videofilter.c:
2970         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
2971         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
2972           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
2973           error flags are included and it errors out on compiler warnings
2974           for CVS builds; remove unused variables in various unit tests.
2975
2976 2007-06-19  Wim Taymans  <wim@fluendo.com>
2977
2978         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2979         (rtsp_connection_close), (rtsp_connection_free):
2980         Use threadsafe inet_ntop to convert an ip number to a string. 
2981         Fixes #447961.
2982         Don't leak fd (and ip) when freeing a connection without first closing
2983         it.
2984
2985 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
2986
2987         * configure.ac:
2988         Back to CVS
2989
2990         * gst-plugins-good.doap:
2991         Add 0.10.6 to the doap file.
2992
2993 === release 0.10.6 ===
2994
2995 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
2996
2997         * configure.ac:
2998           releasing 0.10.6, "Wobble Board"
2999
3000 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3001
3002         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3003         (rtsp_connection_free):
3004           Revert previous commit again, since we are frozen (sorry).
3005
3006 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3007
3008         Patch by: Peter Kjellerstedt <pkj at axis com>
3009
3010         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3011         (rtsp_connection_free):
3012           inet_ntoa() uses a static buffer internally, so we need to copy the
3013           returned string if we want to store it for later (#447961).
3014
3015 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3016
3017         * win32/vs6/autogen.dsp:
3018         * win32/vs6/gst_plugins_good.dsw:
3019         * win32/vs6/libgstalaw.dsp:
3020         * win32/vs6/libgstalpha.dsp:
3021         * win32/vs6/libgstalphacolor.dsp:
3022         * win32/vs6/libgstapetag.dsp:
3023         * win32/vs6/libgstaudiofx.dsp:
3024         * win32/vs6/libgstauparse.dsp:
3025         * win32/vs6/libgstautodetect.dsp:
3026         * win32/vs6/libgstavi.dsp:
3027         * win32/vs6/libgstcutter.dsp:
3028         * win32/vs6/libgstdirectdraw.dsp:
3029         * win32/vs6/libgstdirectsound.dsp:
3030         * win32/vs6/libgsteffectv.dsp:
3031         * win32/vs6/libgstflx.dsp:
3032         * win32/vs6/libgstgoom.dsp:
3033         * win32/vs6/libgsticydemux.dsp:
3034         * win32/vs6/libgstid3demux.dsp:
3035         * win32/vs6/libgstinterleave.dsp:
3036         * win32/vs6/libgstjpeg.dsp:
3037         * win32/vs6/libgstlevel.dsp:
3038         * win32/vs6/libgstmatroska.dsp:
3039         * win32/vs6/libgstmedian.dsp:
3040         * win32/vs6/libgstmonoscope.dsp:
3041         * win32/vs6/libgstmulaw.dsp:
3042         * win32/vs6/libgstmultipart.dsp:
3043         * win32/vs6/libgstqtdemux.dsp:
3044         * win32/vs6/libgstrtp.dsp:
3045         * win32/vs6/libgstrtsp.dsp:
3046         * win32/vs6/libgstsmpte.dsp:
3047         * win32/vs6/libgstspeex.dsp:
3048         * win32/vs6/libgstudp.dsp:
3049         * win32/vs6/libgstvideobalance.dsp:
3050         * win32/vs6/libgstvideobox.dsp:
3051         * win32/vs6/libgstvideocrop.dsp:
3052         * win32/vs6/libgstvideoflip.dsp:
3053         * win32/vs6/libgstvideomixer.dsp:
3054         * win32/vs6/libgstwaveform.dsp:
3055         * win32/vs6/libgstwavenc.dsp:
3056         * win32/vs6/libgstwavparse.dsp:
3057         Mark *.dsp & *.dsw as binary files and convert to DOS line
3058         endings, as they don't load into VS6 correctly otherwise.
3059
3060 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3061
3062         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3063         (rtsp_connection_connect):
3064         Fix the MingW build. 
3065         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
3066         Fixes: #446981
3067
3068 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3069
3070         * tests/check/elements/.cvsignore:
3071         * tests/icles/.cvsignore:
3072         Hush the buildbots up
3073
3074 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3075
3076         * configure.ac:
3077         * sys/Makefile.am:
3078         * sys/directdraw/Makefile.am:
3079         * sys/directsound/Makefile.am:
3080         * sys/waveform/Makefile.am:
3081         Make sure to dist everything needed for win32 builds.
3082
3083 2007-06-14  Edward Hervey  <edward@fluendo.com>
3084
3085         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
3086         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
3087         caps.
3088         Fixes #447458
3089
3090 2007-06-13  Wim Taymans  <wim@fluendo.com>
3091
3092         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
3093         Make sure we allocate enough memory for the codec_data.
3094         Fixes #447210.
3095
3096 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
3097
3098         * win32/MANIFEST:
3099         Add videocrop project file to the win32 manifest.
3100         * win32/vs6/gst_plugins_good.dsw:
3101         Add qtdemux,videocrop and waveform projects to the workspace.
3102         * win32/vs6/libgstqtdemux.dsp:
3103         Add zlib to the link list of qtdemux.
3104         * win32/vs6/libgstvideocrop.dsp:
3105         Add a project file for videocrop.
3106
3107 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3108
3109         * po/POTFILES.in:
3110         Add qtdemux for translation
3111
3112 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3113
3114         * configure.ac:
3115         * docs/plugins/Makefile.am:
3116         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3117         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3118         * docs/plugins/inspect/plugin-videocrop.xml:
3119         * gst-plugins-good.spec.in:
3120         * sys/Makefile.am:
3121         * tests/check/Makefile.am:
3122         * tests/icles/Makefile.am:
3123         * tests/icles/videocrop-test.c:
3124         Move videocrop and osxvideo from -bad.
3125
3126 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3127
3128         * configure.ac:
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/gst-plugins-good-plugins.args:
3133         * docs/plugins/inspect/plugin-qtdemux.xml:
3134         * docs/plugins/inspect/plugin-quicktime.xml:
3135         * win32/MANIFEST:
3136         Move qtdemux from -bad.
3137
3138         * gst-plugins-good.spec.in:
3139         Update spec file to reflect moving of qtdemux and wavpack
3140
3141 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3142         
3143         * win32/MANIFEST:
3144         * docs/plugins/Makefile.am:
3145         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3146         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3147         * docs/plugins/inspect/plugin-directdraw.xml:
3148         * docs/plugins/inspect/plugin-directsound.xml:
3149         * docs/plugins/inspect/plugin-waveform.xml:
3150         Move the waveform plugin from -bad too. Update the inspect xml
3151         files to mention Plugins Good instead of Plugins Bad.
3152
3153 2007-06-12  Andy Wingo  <wingo@pobox.com>
3154
3155         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
3156         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
3157         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
3158         finalization and resuscitation. No longer public.
3159         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
3160         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
3161         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
3162         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
3163         miniobject semantics, and be threadsafe.
3164         (gst_v4l2src_queue_frame): Remove this function, as we just call
3165         the ioctls directly in the two places where we queue buffers.
3166         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
3167         directly.
3168         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
3169         to allocate the pool, which also preallocates the GstBuffers.
3170         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
3171         queueing the frames directly.
3172         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
3173         mmap buffers have been dequeued.
3174
3175         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
3176         real MiniObject instead of rolling our own refcounting and
3177         finalizing. Give it a lock.
3178         (struct _GstV4l2Buffer): Remove one intermediary object, having
3179         the buffers hold the struct v4l2_buffer directly.
3180
3181         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
3182         capture_init so that it can set them on the buffers that it will
3183         create.
3184         (gst_v4l2src_get_read): For better or for worse, include the
3185         timestamping and offsetting code here; really we should be using
3186         bufferalloc though.
3187         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
3188         preallocated, mmap'd buffers.
3189
3190 2007-06-11  Wim Taymans  <wim@fluendo.com>
3191
3192         Patch by: daniel fischer <dan at f3c dot com>
3193
3194         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
3195         (gst_ximage_src_get_caps):
3196         Actually use the display_name property so that we can dump any
3197         available X display. Fixes #445905.
3198
3199 2007-06-11  Wim Taymans  <wim@fluendo.com>
3200
3201         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3202
3203         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
3204         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
3205         Add missing rate fields to caps. Fixes #441118.
3206
3207 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
3208
3209         * win32/vs6/gst_plugins_good.dsw:
3210         * win32/vs8/gst-plugins-good.sln:
3211         Add DirectSound and DirectDraw sinks project files to
3212         workspace and solution files.
3213
3214 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3215
3216         Patch by: Josh Coalson <xflac at yahoo dot com>,
3217         updated by Alexis Ballier <aballier at gentoo dot org>:
3218
3219         * configure.ac:
3220         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
3221         (gst_flac_dec_setup_seekable_decoder),
3222         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
3223         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
3224         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
3225         * ext/flac/gstflacdec.h:
3226         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3227         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
3228         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
3229         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
3230         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
3231         (gst_flac_enc_chain), (gst_flac_enc_set_property),
3232         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
3233         * ext/flac/gstflacenc.h:
3234         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
3235         
3236 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3237
3238         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
3239         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
3240         not necessary anymore as we need at least that core version. 
3241
3242 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3243
3244         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3245         (gst_wavpack_dec_chain):
3246         * ext/wavpack/gstwavpackdec.h:
3247         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3248         (gst_wavpack_parse_push_buffer):
3249         * ext/wavpack/gstwavpackparse.h:
3250         Improve discont handling by checking if the next Wavpack block has
3251         the expected, following block index.
3252
3253 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3254
3255         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
3256           Fix element description.
3257
3258 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3259
3260         * configure.ac:
3261         * docs/plugins/Makefile.am:
3262         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3263         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3264         * docs/plugins/gst-plugins-good-plugins.args:
3265         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3266         * docs/plugins/gst-plugins-good-plugins.signals:
3267         * docs/plugins/inspect/plugin-autodetect.xml:
3268         * docs/plugins/inspect/plugin-gconfelements.xml:
3269         * docs/plugins/inspect/plugin-ladspa.xml:
3270         * docs/plugins/inspect/plugin-rtp.xml:
3271         * docs/plugins/inspect/plugin-wavpack.xml:
3272         * ext/Makefile.am:
3273         * tests/check/Makefile.am:
3274           move wavpack plugin.  See #352605.
3275
3276 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
3277
3278         * configure.ac:
3279         * docs/plugins/Makefile.am:
3280         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3281         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3282         * docs/plugins/gst-plugins-good-plugins.args:
3283         * sys/Makefile.am:
3284         * win32/MANIFEST:
3285         Add DirectDraw & DirectSound plugins to the build and docs.
3286
3287 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
3288
3289         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
3290         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
3291           When operating in pull mode, error out correct on not-linked.
3292
3293 2007-06-06  Andy Wingo  <wingo@pobox.com>
3294
3295         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
3296         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
3297         format and size if the ioctls are defined; should fix compilation
3298         on Linux < 2.16.19.
3299
3300 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
3301
3302         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
3303           Printf fixes in debug statements; use LOG level for debug statements
3304           that are printed for each and every frame; convert c++ comments to
3305           C-style comments; not much point using g_try_malloc() if we then not
3306           even check the return value.
3307
3308 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
3309
3310         * configure.ac:
3311           Bump requirements to released versions (core and base 0.10.13).
3312
3313         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
3314           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
3315           own implementation.
3316
3317 2007-06-05  Andy Wingo  <wingo@pobox.com>
3318
3319         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
3320         some useless comments.
3321
3322         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
3323         frames before calling STREAMON, that might leave them in a state
3324         where they can't be dequeued if we go back to NULL without calling
3325         STREAMON, according to the docs.
3326         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
3327         before we call STREAMON.
3328         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
3329         failures. (For me this code hung.) The pool refcounting is still
3330         crack; added a note to that effect.
3331
3332 2007-06-05  Wim Taymans  <wim@fluendo.com>
3333
3334         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
3335         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
3336         Add support for mapping gst structure names to the MIME type equivalent.
3337         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
3338
3339 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3340
3341         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3342         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
3343         (gst_wavenc_chain), (gst_wavenc_change_state):
3344         * gst/wavenc/gstwavenc.h:
3345         Properly write wav files with width!=depth by having the depth most
3346         significant bytes set and all others zero. Fixes #442535.
3347
3348 2007-06-01  Wim Taymans  <wim@fluendo.com>
3349
3350         * gst/rtsp/rtspconnection.c:
3351         Add include to make buildbot happy.
3352
3353 2007-06-01  Wim Taymans  <wim@fluendo.com>
3354
3355         Patch by: Peter Kjellerstedt  <pkj at axis com>
3356
3357         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3358         (rtsp_connection_connect), (add_date_header),
3359         (rtsp_connection_send), (parse_response_status),
3360         (parse_request_line), (parse_line), (rtsp_connection_receive):
3361         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
3362         * gst/rtsp/rtspdefs.h:
3363         * gst/rtsp/rtspmessage.c: (key_value_foreach),
3364         (rtsp_message_init_request), (rtsp_message_init_response),
3365         (rtsp_message_remove_header), (rtsp_message_append_headers),
3366         (rtsp_message_dump):
3367         * gst/rtsp/rtspmessage.h:
3368         Improves version checking, allowing an RTSP server to reply with "505
3369         RTSP Version not supported.
3370         Adds a Date header to all messages.
3371         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
3372         want to be able to send a response even if something in the request was
3373         invalid. EINVAL is only used when passing wrong arguments to functions.
3374         Do not handle an invalid method in parse_request_line(). Defer this to
3375         the caller so it can respond with "405 Method Not Allowed".
3376         Improves parsing of the timeout parameter to the Session header,
3377         allowing whitespace after the semicolon. 
3378         Avoids a compiler warning due to variables shadowing a function argument.
3379
3380 2007-06-01  Wim Taymans  <wim@fluendo.com>
3381
3382         Based on Patch by: Daniel Charles <dcharles at ti dot com>
3383
3384         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
3385         (gst_rtp_amr_depay_process):
3386         * gst/rtp/gstrtpamrdepay.h:
3387         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
3388         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
3389         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
3390         * gst/rtp/gstrtpamrpay.h:
3391         Add support for AMR-WB.
3392         Small cleanups such as using BOILERPLATE.
3393
3394 2007-05-31  Wim Taymans  <wim@fluendo.com>
3395
3396         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
3397         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
3398
3399 2007-05-30  Andy Wingo  <wingo@pobox.com>
3400
3401         * sys/v4l2/gstv4l2object.h: 
3402         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
3403         unintended changes.
3404
3405         * sys/v4l2/v4l2src_calls.h: 
3406         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
3407         the format list in the order that the driver gives it to us.
3408         (gst_v4l2src_probe_caps_for_format_and_size)
3409         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
3410         based on the capabilities of the device.
3411         (gst_v4l2src_grab_frame): Update for object variable renaming.
3412         (gst_v4l2src_set_capture): Update to be strict in its parameters,
3413         as in the set_caps below.
3414         (gst_v4l2src_capture_init): Update for object variable renaming,
3415         and reflow.
3416         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
3417         (gst_v4l2src_capture_deinit): Update for object variable renaming.
3418         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
3419         (gst_v4l2src_get_fps): Remove; these functions don't have much
3420         meaning outside of an atomic set_caps method.
3421         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
3422         known.
3423
3424         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
3425         call to update_fps; not sure about this change.
3426         (gst_v4l2_tuner_set_norm): Work around the fact that for the
3427         moment we don't have an update_fps_func.
3428
3429         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
3430         structures in the object, just store what we need. Do store the
3431         probed caps of the device. Don't store the current frame rate.
3432
3433         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
3434         update_fps_function, for now. Update for new object variable
3435         naming.
3436         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
3437         new object variable naming.
3438         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
3439         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
3440         (gst_v4l2src_get_caps): Rework to probe the device for supported
3441         frame sizes and frame rates.
3442         (gst_v4l2src_set_caps): Rework to be strict in the given
3443         parameters: if someone asks us to have a certain size and rate,
3444         that is what we configure.
3445         (gst_v4l2src_get_read): Update for object variable naming. Don't
3446         leak buffers on short reads.
3447         (gst_v4l2src_get_mmap): Update for object variable naming, and add
3448         comments.
3449         (gst_v4l2src_create): Update for object variable naming.
3450
3451 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3452
3453         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
3454         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
3455         * gst/avi/gstavidemux.h:
3456           Parse subtitle text streams instead of erroring out (#442034). Still
3457           needs a parser for the subtitles to actually show up.
3458
3459 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3460
3461         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
3462         (gst_avi_demux_loop):
3463           Make _push_event() return TRUE if the event could be pushed on at
3464           least one pad and not only if it could be pushed on all pads,
3465           otherwise we'll end up posting an error message on EOS if one or
3466           more source pads are not connected.
3467
3468 2007-05-28  Wim Taymans  <wim@fluendo.com>
3469
3470         * gst/rtsp/rtsptransport.c:
3471         Use renamed RTP bin.
3472
3473 2007-05-28  Wim Taymans  <wim@fluendo.com>
3474
3475         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
3476
3477         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
3478         (gst_video_box_set_property), (gst_video_box_transform_caps),
3479         (video_box_recalc_transform), (gst_video_box_set_caps),
3480         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
3481         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
3482         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
3483         (gst_video_box_i420_i420), (gst_video_box_transform),
3484         (plugin_init):
3485         Add AYUV->AYUV and AYUV->I420 formats. 
3486         Fix negotiation and I420->AYUV conversion.
3487         Fixes #429329.
3488
3489 2007-05-26  Wim Taymans  <wim@fluendo.com>
3490
3491         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
3492         Use different variables for nested for loops so that the outer loop
3493         functions properly and speex files with multiple frames per buffer work
3494         properly.
3495         Fixes #441408.
3496
3497 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3498
3499         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
3500           Don't leak newsegment events.
3501
3502 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3503
3504         * gst/wavparse/Makefile.am:
3505           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
3506           drags it in.
3507
3508 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3509
3510         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3511         (notgst_value_array_append_buffer),
3512         (gst_flac_enc_process_stream_headers),
3513         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
3514         (gst_flac_enc_change_state):
3515         * ext/flac/gstflacenc.h:
3516           Collect headers, add "streamheader" field to output caps and set
3517           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
3518           produces output according to the official FLAC-to-Ogg mapping
3519           instead of completely broken files. Fixes #426044.
3520
3521 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3522
3523         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
3524         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
3525         (gst_id3demux_sink_event):
3526         * gst/id3demux/gstid3demux.h:
3527         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
3528         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
3529         (gst_tag_demux_send_new_segment):
3530         Handle and adjust new-segment events so that downstream really
3531         sees a stream with the tag pieces stripped off the front and back.
3532         Fixes strangeness in seeking when mp3 decoders use the new-segment
3533         byte position to estimate their current playback position timestamp
3534         and then the arriving buffers don't match up.
3535
3536 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3537
3538         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
3539           Don't unnecessarily perform a READY->NULL->READY transition on the
3540           detected audio sink when starting up. Fixes: #440127
3541
3542 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
3543
3544         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
3545         (gst_flac_enc_chain):
3546           Don't crash in chain function if setcaps hasn't been called.
3547
3548 2007-05-24  Wim Taymans  <wim@fluendo.com>
3549
3550         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
3551         Init value to avoid infinte loops.
3552
3553 2007-05-24  Wim Taymans  <wim@fluendo.com>
3554
3555         Patch by: Peter Kjellerstedt  <pkj at axis com>
3556
3557         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
3558         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
3559         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3560         (gst_rtspsrc_play):
3561         (rtsp_connection_send), (rtsp_connection_receive):
3562         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
3563         Fix for new API.
3564
3565         * gst/rtsp/rtspconnection.c: (add_auth_header),
3566         Only add authorisation and session headers when sending messages.
3567
3568         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
3569         (rtsp_message_init_request), (rtsp_message_init_response),
3570         (rtsp_message_unset), (rtsp_message_add_header),
3571         (rtsp_message_remove_header), (rtsp_message_get_header),
3572         (rtsp_message_append_headers), (dump_key_value),
3573         (rtsp_message_dump):
3574         * gst/rtsp/rtspmessage.h:
3575         Add support for multiple headers of the same type by storing the parsed
3576         headers in a GArray instaed of a hashtable.
3577
3578 2007-05-21  Wim Taymans  <wim@fluendo.com>
3579
3580         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
3581         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
3582         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
3583         safer shutdown.
3584
3585 2007-05-21  Wim Taymans  <wim@fluendo.com>
3586
3587         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
3588         * gst/rtsp/gstrtpdec.h:
3589         Added signal for backwards compat.
3590
3591 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3592         
3593         Patch by: René Stadler <mail at renestadler dot de>
3594
3595         * configure.ac:
3596         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
3597         (gst_au_parse_parse_header), (gst_au_parse_chain):
3598         * gst/auparse/gstauparse.h:
3599         Use audioconvert for converting from non-native endianness floats
3600         in auparse instead of doing it ourself. Fixes #424527.
3601         This needs the audioconvert from plugins-base CVS.
3602         
3603 2007-05-21  Wim Taymans  <wim@fluendo.com>
3604
3605         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3606         (gst_rtp_h263p_pay_flush):
3607         Fix enum registration.
3608
3609 2007-05-21  Wim Taymans  <wim@fluendo.com>
3610
3611         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
3612
3613         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3614         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
3615         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
3616         (gst_rtp_h263p_pay_flush):
3617         * gst/rtp/gstrtph263ppay.h:
3618         Add new fragmentation mode base on GOB headers. Fixes #438940.
3619
3620 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
3621
3622         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
3623           Printf format fix.
3624
3625 2007-05-18  Wim Taymans  <wim@fluendo.com>
3626
3627         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
3628         Don't crash when an unsupported transport error was returned by the
3629         server, just try to configure the next stream. Fixes #439255.
3630
3631 2007-05-18  Wim Taymans  <wim@fluendo.com>
3632
3633         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
3634         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
3635         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
3636         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3637         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
3638         * gst/rtsp/gstrtspsrc.h:
3639         Add TCP timeout property and use it for all TCP connection.
3640
3641         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3642         (rtsp_connection_write), (rtsp_connection_next_timeout),
3643         (rtsp_connection_reset_timeout):
3644         Make connect and writes cancelable and make them use the timeout.
3645
3646 2007-05-18  Wim Taymans  <wim@fluendo.com>
3647
3648         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3649         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
3650         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3651         (gst_rtspsrc_setup_streams):
3652         Refactor timeout handling.
3653         Also send keep-alive when dealing with TCP transport.
3654
3655         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3656         (rtsp_connection_free), (rtsp_connection_next_timeout),
3657         (rtsp_connection_reset_timeout):
3658         * gst/rtsp/rtspconnection.h:
3659         Use a timer to handle the session timeouts, add some methods to deal
3660         with timeouts.
3661
3662 2007-05-17  Wim Taymans  <wim@fluendo.com>
3663
3664         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
3665         (gst_rtspsrc_setup_streams):
3666         Ignore streams that fail the setup command, we will retry with a
3667         different transport later on.
3668
3669         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
3670         (rtsp_ext_wms_configure_stream):
3671         Fix encoding name case.
3672
3673 2007-05-16  Edward Hervey  <edward@fluendo.com>
3674
3675         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
3676         Fix build on macosx.
3677
3678 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3679
3680         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
3681         Replace direct comparison of a string with the string literal "" with
3682         a comparison of the first character with '\0'. Fixes #438926.
3683
3684 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3685
3686         * gst/debug/breakmydata.c (gst_break_my_data_init):
3687           One more try. This should be the proper fix now.
3688
3689 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3690
3691         * gst/debug/breakmydata.c:
3692           Ooops, no // comments please.
3693
3694 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3695
3696         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
3697         (gst_break_my_data_init):
3698           Fix gst_buffer_is_writable() assertion.
3699
3700 2007-05-14  David Schleef  <ds@schleef.org>
3701
3702         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
3703           video/x-raw-bayer.  Fixes #314160.
3704
3705 2007-05-14  Wim Taymans  <wim@fluendo.com>
3706
3707         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
3708         (gst_rtp_theora_depay_parse_configuration):
3709         * gst/rtp/gstrtptheorapay.c: (encode_base64),
3710         (gst_rtp_theora_pay_finish_headers),
3711         (gst_rtp_theora_pay_handle_buffer):
3712         Update theora pay/depayloader in a similar to vorbis.
3713
3714         * gst/rtp/gstrtpvorbisdepay.c:
3715         (gst_rtp_vorbis_depay_parse_configuration):
3716         Update docs.
3717
3718 2007-05-14  Wim Taymans  <wim@fluendo.com>
3719
3720         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
3721         When we try to execute a method that is not supported by the server,
3722         don't error out but remove the method from the accepted methods so that
3723         we never try to perform this method again.
3724
3725 2007-05-14  Wim Taymans  <wim@fluendo.com>
3726
3727         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
3728         Remove annoying _dump_mem.
3729
3730 2007-05-14  Wim Taymans  <wim@fluendo.com>
3731
3732         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
3733         Parse range correctly.
3734
3735         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
3736         The baseurl now always has a '/' at the start.
3737
3738 2007-05-14  Wim Taymans  <wim@fluendo.com>
3739
3740         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
3741         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
3742         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3743         Factor out caps configuration and configure more stuff such as the time
3744         ranges and speed/scale values.
3745
3746         * gst/rtsp/rtsptransport.c:
3747         Add Copyright after non-trival fixes.
3748
3749 2007-05-12  Wim Taymans  <wim@fluendo.com>
3750
3751         Patch by: Peter Kjellerstedt  <pkj at axis com>
3752
3753         * gst/rtsp/gstrtspsrc.h:
3754         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
3755         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
3756         (rtsp_message_get_header):
3757         * gst/rtsp/rtspmessage.h:
3758         Make channel guint8 where possible.
3759         Make rtsp_message_init_data() take the channel as a guint8.
3760
3761         * gst/rtsp/rtspdefs.c:
3762         Fixed a typo: Timout -> Timeout
3763
3764         * gst/rtsp/rtspdefs.h:
3765         Make RTSP_CHECK() behave as a statement.
3766
3767         * gst/rtsp/sdpmessage.c:
3768         Avoid a compiler warning in INIT_ARRAY().
3769         Fixes #437692.
3770
3771 2007-05-12  Wim Taymans  <wim@fluendo.com>
3772
3773         Patch by: Peter Kjellerstedt  <pkj at axis com>
3774
3775         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
3776         (rtsp_url_get_request_uri):
3777         * gst/rtsp/rtspurl.h:
3778         Add support for query parameters to RTSP URLs.
3779
3780 2007-05-12  Wim Taymans  <wim@fluendo.com>
3781
3782         Patch by: Peter Kjellerstedt  <pkj at axis com>
3783
3784         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
3785         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
3786         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
3787         (rtsp_transport_parse), (rtsp_transport_as_text):
3788         * gst/rtsp/rtsptransport.h:
3789         Add validation to rtsp_transport_parse().
3790         Add rtsp_transport_as_text() to generate an RTSP header from an
3791         RTSPTransport.
3792         Change ssrc to guint (was a string) since that is what it is, even
3793         though it is sent as a hex string.
3794         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
3795         incorrect, which can be seen when looking at the examples in the RFC).
3796         Fixes #437670.
3797
3798 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
3799
3800         Patch by: Eric Anholt
3801
3802         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
3803           gst_ximage_src_ximage_get):
3804         Use union of all damage between frames to make it faster.
3805         Fixes bug #342463.
3806         Also fix crasher when cursor is at bottom right of window.
3807
3808 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
3809
3810         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
3811           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
3812           streaming mode regression for file from #343837 with 'bext' chunk
3813           before the 'fmt' chunk.
3814
3815 2007-05-11  Wim Taymans  <wim@fluendo.com>
3816
3817         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
3818         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
3819         (gst_rtspsrc_handle_src_event),
3820         (gst_rtspsrc_stream_configure_manager),
3821         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
3822         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
3823         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3824         * gst/rtsp/gstrtspsrc.h:
3825         * gst/rtsp/rtspdefs.h:
3826         Preliminary seek support.
3827         Activate internal pads so that we can receive events on them.
3828         Don't try to parse a range string when it's NULL.
3829
3830 2007-05-11  Wim Taymans  <wim@fluendo.com>
3831
3832         * gst/rtp/README:
3833         Update README with new RTP variables that will be used for
3834         synchronisation.
3835
3836         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
3837         (gst_rtp_vorbis_depay_parse_configuration),
3838         (gst_rtp_vorbis_depay_process):
3839         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
3840         (gst_rtp_vorbis_pay_finish_headers),
3841         (gst_rtp_vorbis_pay_handle_buffer):
3842         Update vorbis pay and depayloader to draft-04.
3843
3844 2007-05-11  Wim Taymans  <wim@fluendo.com>
3845
3846         * gst/rtsp/rtsptransport.c:
3847         UDP MCAST is actually the default for RTP/AVP.
3848 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
3849
3850         * gst/level/gstlevel.c: (gst_level_transform_ip):
3851         Use guint8 * instead of gpointer then vs6 can build 
3852         in_data += (filter->width / 8).
3853
3854 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
3855
3856         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
3857           gst_ximage_src_ximage_get):
3858         * sys/ximage/gstximagesrc.h (last_ximage):
3859         When using Damage actually keep the last frame, and not assume
3860         that the buffer we get already has the last frame on it.
3861         Copy the cursor over if we specify a non-zero start x and
3862         start y.
3863
3864 2007-05-11  Wim Taymans  <wim@fluendo.com>
3865
3866         * gst/rtsp/rtsptransport.c:
3867         Make UDP the default transport when not specified.
3868
3869 2007-05-09  David Schleef  <ds@schleef.org>
3870
3871         * gst/level/gstlevel.c:
3872           Revert last change.
3873
3874 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
3875
3876         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
3877         (gst_level_transform_ip):
3878         Use guint8 * instead of gpointer then vs6 know the size of data
3879         pointed when moving the pointer.
3880         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
3881         Move instructions after variables declaration.
3882         * win32/vs6/autogen.dsp:
3883         * win32/vs6/libgstrtp.dsp:
3884         * win32/vs6/libgstrtsp.dsp:
3885         Update vs6 project files.
3886
3887 2007-05-09  Wim Taymans  <wim@fluendo.com>
3888
3889         * gst/rtsp/Makefile.am:
3890         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
3891         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
3892         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
3893         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
3894         (rtsp_range_free):
3895         * gst/rtsp/rtsprange.h:
3896         Add code to parse time ranges.
3897         Report DURATION on the stream when possible.
3898
3899 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
3900
3901         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
3902         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
3903         (gst_videomixer_collected):
3904           Fix strides calculation for AYUV (it's just width*4) (#436910).
3905
3906 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3907
3908         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
3909         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
3910         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
3911         Sync the GObject properties before each processing step to properly
3912         work with the controller.
3913
3914 2007-05-04  Wim Taymans  <wim@fluendo.com>
3915
3916         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3917         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3918         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3919         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
3920         (gst_rtspsrc_change_state):
3921         Let more error state trickle down so that we can catch more error
3922         cases.
3923         Handle keep-alive a little smarter by selecting a method the server
3924         actually supports.
3925         Fix a race in UDP streaming shutdown.
3926
3927 2007-05-04  Wim Taymans  <wim@fluendo.com>
3928
3929         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
3930         Ignore errors when trying to use the keep-alive messages.
3931
3932 2007-05-04  Wim Taymans  <wim@fluendo.com>
3933
3934         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
3935         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
3936         (gst_rtspsrc_stream_configure_manager),
3937         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
3938         (gst_rtspsrc_stream_configure_mcast),
3939         (gst_rtspsrc_stream_configure_udp),
3940         (gst_rtspsrc_stream_configure_udp_sink),
3941         (gst_rtspsrc_stream_configure_transport):
3942         Send RTCP messages back to the server over the TCP connection.
3943
3944         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
3945         (rtsp_connection_send), (rtsp_connection_read), (read_body),
3946         (rtsp_connection_receive):
3947         * gst/rtsp/rtspconnection.h:
3948         Factor out and expose lowlevel _write and _read methods.
3949         Implement sending data messages to the server.
3950
3951 2007-05-03  Wim Taymans  <wim@fluendo.com>
3952
3953         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
3954         (gst_multipart_mux_collected):
3955         Fix timestamps on outgoing buffers.
3956
3957 2007-05-03  Wim Taymans  <wim@fluendo.com>
3958
3959         * gst/multipart/multipartmux.c:
3960         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
3961         (gst_multipart_mux_change_state):
3962         Emit NEWSEGMENT events before pushing the first buffer.
3963
3964 2007-05-03  Wim Taymans  <wim@fluendo.com>
3965
3966         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
3967         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
3968         (gst_rtspsrc_handle_src_query),
3969         (gst_rtspsrc_stream_configure_manager),
3970         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
3971         (gst_rtspsrc_stream_configure_mcast),
3972         (gst_rtspsrc_stream_configure_udp),
3973         (gst_rtspsrc_stream_configure_udp_sink),
3974         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
3975         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
3976         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
3977         (gst_rtspsrc_pause):
3978         Refactor transport configuration code.
3979         Create internal pads for TCP transport so that we can implement events
3980         and queries.
3981         Handle events and queries.
3982         Parse range from the SDP.
3983         Fix race in pause handler where the connection could still be flushing.
3984
3985 2007-05-02  Wim Taymans  <wim@fluendo.com>
3986
3987         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3988         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
3989         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
3990         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
3991         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
3992         (gst_rtspsrc_change_state):
3993         * gst/rtsp/gstrtspsrc.h:
3994         Fix race when multiple udp sources post timeouts, just act on the first
3995         received timeout.
3996         Protect stream list with a recursive lock to fix some races.
3997         Flush connection when we need to do a reconnect or stop.
3998         Make state lock recursive.
3999
4000         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4001         (rtsp_connection_close):
4002         Some small cleanups.
4003
4004 2007-05-02  Wim Taymans  <wim@fluendo.com>
4005
4006         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4007         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4008         Only set DISCONT when there actually is a discont or when we just
4009         started.
4010
4011 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4012
4013         * ext/flac/gstflac.c: (plugin_init):
4014         Call bindtextdomain() to get localized strings.
4015
4016 2007-05-02  Wim Taymans  <wim@fluendo.com>
4017
4018         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4019         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
4020         (gst_wavparse_stream_data):
4021         * gst/wavparse/gstwavparse.h:
4022         Be a bit more clever when dealing with VBR files with FACT tags, we
4023         don't want to timestamp buffers in that case but the estimated BPS can
4024         be used for seeking.
4025         Only send close segment in the streaming thread.
4026
4027 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4028
4029         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
4030         Correctly post an error on the bus if something went wrong in the loop
4031         function. This fixes a few cases where the task was paused and nothing
4032         happened anymore.
4033
4034 2007-05-02  Wim Taymans  <wim@fluendo.com>
4035
4036         * gst/rtsp/test.c: (main):
4037         Fix compilation of deprecated test just because I'm too lazy to delete
4038         it.
4039
4040 2007-05-02  Wim Taymans  <wim@fluendo.com>
4041
4042         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4043         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4044         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
4045         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
4046         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4047         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
4048         * gst/rtsp/gstrtspsrc.h:
4049         Fix sending RTCP to the right place.
4050         Fix bug in reffing the wrong UDP element.
4051         Use new pad names for the session manager.
4052         Implement handling server requests in interleaved and UDP modes.
4053         Handle session keep-alive in UDP modes.
4054         Remove GCond for handling UDP timeouts.
4055
4056         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4057         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4058         (rtsp_connection_receive), (rtsp_connection_close):
4059         * gst/rtsp/rtspconnection.h:
4060         Store connection IP address for later.
4061         Add timeout args to all operations that might block forever.
4062         Parse session timeout.
4063         Only close sockets when not already closed.
4064
4065         * gst/rtsp/rtspdefs.c:
4066         * gst/rtsp/rtspdefs.h:
4067         Add timeout return value and error string.
4068
4069         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
4070         Add small comment.
4071
4072 2007-05-01  Wim Taymans  <wim@fluendo.com>
4073
4074         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4075
4076         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
4077         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
4078         * gst/rtp/gstrtpmp4vpay.h:
4079         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
4080
4081 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
4082
4083         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4084           Remove v4l2src from docs, since it breaks the docs build, and the
4085           plugin is only built if --enable-experimental is used anyway.
4086
4087         * docs/plugins/Makefile.am:
4088           Spaces => tab.
4089
4090 2007-04-29  Wim Taymans  <wim@fluendo.com>
4091
4092         * gst/udp/gstmultiudpsink.c: (leave_multicast),
4093         (gst_multiudpsink_add), (gst_multiudpsink_remove):
4094         Add code to drop membership of a multicast group.
4095
4096         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
4097         (gst_udpsink_set_uri):
4098         Implement URI handler.
4099
4100         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4101         (gst_rtspsrc_parse_rtpinfo):
4102         Use URI handler to make udpsink instace.
4103         Improve code to configure port and destination.
4104
4105 2007-04-29  Wim Taymans  <wim@fluendo.com>
4106
4107         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
4108         Fix multicast detection.
4109         Don't try to join a multicast group if the address is not multicast.
4110
4111         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
4112         Small debug improvement.
4113
4114 2007-04-27  Wim Taymans  <wim@fluendo.com>
4115
4116         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4117         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4118         (gst_rtspsrc_handle_message):
4119         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
4120         parent.
4121
4122 2007-04-27  Wim Taymans  <wim@fluendo.com>
4123
4124         * gst/rtp/gstrtpilbcdepay.h:
4125         Fix mode property when specified as an arg.
4126
4127 2007-04-26  Edward Hervey  <edward@fluendo.com>
4128
4129         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4130         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4131         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4132         * docs/plugins/inspect/plugin-osxaudio.xml:
4133         Add documentation for osxaudio plugin.
4134
4135 2007-04-26  Wim Taymans  <wim@fluendo.com>
4136
4137         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4138         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4139         (gst_rtspsrc_open), (gst_rtspsrc_close),
4140         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4141         (gst_rtspsrc_pause):
4142         * gst/rtsp/gstrtspsrc.h:
4143         Protect state changes with a lock.
4144
4145         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4146         (parse_line):
4147         * gst/rtsp/rtspconnection.h:
4148         Remove some unused stuff.
4149
4150 2007-04-26  Wim Taymans  <wim@fluendo.com>
4151
4152         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4153         Handle the case where there are exactly 0 bytes to read and the ioctl
4154         did not report an error. Fixes #433530.
4155
4156 2007-04-26  Wim Taymans  <wim@fluendo.com>
4157
4158         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4159         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4160         * gst/wavparse/gstwavparse.h:
4161         Apply DISCONT to buffers.
4162         Only apply timestamp to the first sample after a DISCONT, too many VBR
4163         files cause random jitter in the timestamps. Fixes #433119.
4164
4165 2007-04-25  Wim Taymans  <wim@fluendo.com>
4166
4167         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
4168         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
4169         (gst_rtp_dec_get_property):
4170         * gst/rtsp/gstrtpdec.h:
4171         Add dummy latency property to be backwards compat with rtpbin.
4172
4173         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4174         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4175         (gst_rtspsrc_stream_configure_transport),
4176         (gst_rtspsrc_parse_rtpinfo):
4177         * gst/rtsp/gstrtspsrc.h:
4178         Add latency property and configure in the session manager.
4179         Don't set invalid clock-base and seqnum-base on caps, some servers
4180         sometimes don't send them.
4181
4182 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4183
4184         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
4185         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
4186           Double-check that RGB input caps are really RGBA caps (apparently
4187           the core doesn't always catch it if those caps aren't a subset of
4188           our template caps, also see #421543). Fixes #429319 in a way.
4189           Also, don't leak the pad template in the transform_caps function.
4190
4191         * tests/check/Makefile.am:
4192         * tests/check/elements/.cvsignore:
4193         * tests/check/elements/alphacolor.c: (setup_alphacolor),
4194         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
4195         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
4196         (GST_START_TEST), (alphacolor_suite):
4197           Add some basic unit tests for alphacolor.
4198
4199 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4200
4201         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
4202           If we get a fatal flow return in the loop function, first post the
4203           error message and only then send the EOS event downstream, otherwise
4204           applications might get an eos message before the error message and
4205           think everything was ok (related to #429319).
4206
4207 2007-04-25  Wim Taymans  <wim@fluendo.com>
4208
4209         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4210         Read the channel byte as an unsigned byte.
4211
4212 2007-04-25  Wim Taymans  <wim@fluendo.com>
4213
4214         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
4215         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
4216         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
4217         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
4218         (gst_rtp_gsm_depay_setcaps):
4219         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4220         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
4221         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
4222         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
4223         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
4224         (gst_ilbc_depay_get_property):
4225         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
4226         * gst/rtp/gstrtpmp4adepay.c:
4227         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
4228         (gst_rtp_pcma_depay_setcaps):
4229         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
4230         (gst_rtp_pcmu_depay_setcaps):
4231         Make sure we configure the clock_rate in the baseclass in the setcaps
4232         function. Fixes #431282.
4233
4234 2007-04-25  Wim Taymans  <wim@fluendo.com>
4235
4236         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4237         (gst_rtspsrc_stream_free), (request_pt_map),
4238         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
4239         * gst/rtsp/gstrtspsrc.h:
4240         Parse server address from SDP.
4241         Hook up a udpsink to send RTCP back to the server.
4242
4243         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4244         * gst/rtsp/rtsptransport.h:
4245         Add some docs.
4246
4247 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
4248
4249         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4250           Make header field check conditional. Fixes #433135
4251
4252 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
4253
4254         * docs/plugins/Makefile.am:
4255         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4256         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4257         * docs/plugins/inspect/plugin-alphacolor.xml:
4258         * gst/alpha/Makefile.am:
4259         * gst/alpha/gstalphacolor.c:
4260         * gst/alpha/gstalphacolor.h:
4261           Add minimal docs blurb to alphacolor; split out headers into
4262           separate header file for gtk-doc.
4263
4264 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
4265
4266         * gst/debug/progressreport.c: (gst_progress_report_report):
4267           Don't try to post NULL message (in case we can't query upstream
4268           position or duration).
4269
4270 2007-04-18  Michael Smith  <msmith@fluendo.com>
4271
4272         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
4273         (gst_cutter_get_caps):
4274         * gst/cutter/gstcutter.h:
4275           Fix some of the most obvious bugs in cutter. Now doesn't leak
4276           everything if input is silent.
4277
4278 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
4279
4280         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4281         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
4282         * gst/wavenc/gstwavenc.h:
4283         Wav apparently only supports width==GST_ROUND_UP(depth), everything
4284         else results in a invalid block align and invalid files.
4285
4286 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
4287
4288         Patch by: Snaik <snaik32 gmail com>
4289
4290         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
4291           Add missing break statement for BOX_HORIZONTAL case.
4292
4293 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4294
4295         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
4296
4297         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4298         Use correct format strings for integer types.
4299
4300 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4301
4302         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
4303         (gst_wavparse_create_sourcepad):
4304         Use gst_riff_create_audio_template_caps () instead of the local caps.
4305         This makes updates of the local caps unecessary whenever libgstriff
4306         gets support for new formats.
4307
4308 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4309
4310         Patch by: Brian Cameron  <brian.cameron at sun dot com>
4311
4312         * sys/sunaudio/gstsunaudio.c:
4313         * sys/sunaudio/gstsunaudiomixer.c:
4314         * sys/sunaudio/gstsunaudiomixer.h:
4315         * sys/sunaudio/gstsunaudiomixerctrl.c:
4316         * sys/sunaudio/gstsunaudiomixerctrl.h:
4317         * sys/sunaudio/gstsunaudiomixertrack.h:
4318         * sys/sunaudio/gstsunaudiosink.c:
4319         * sys/sunaudio/gstsunaudiosink.h:
4320         * sys/sunaudio/gstsunaudiosrc.c:
4321         * sys/sunaudio/gstsunaudiosrc.h:
4322           Fix and/or update copyright attributions (#430228).
4323
4324 2007-04-13  Wim Taymans  <wim@fluendo.com>
4325
4326         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4327         Fix docs.
4328
4329         * gst/rtsp/URLS:
4330         Add some more example urls.
4331
4332         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4333         (gst_rtp_dec_chain_rtp):
4334         Better debugging.
4335
4336         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
4337         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4338         (gst_rtspsrc_parse_rtpinfo):
4339         Remove unused code.
4340
4341 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4342
4343         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4344         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4345         (gst_wavparse_stream_data):
4346           Relax the audio/mpeg caps again and add FIXME: comment.
4347
4348 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4349
4350         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4351         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4352         (gst_wavparse_stream_data):
4353         * gst/wavparse/gstwavparse.h:
4354           More sanity check for the header fields. Fix type for 'rate' header
4355           field.
4356
4357 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4358
4359         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
4360         (gst_icydemux_unicodify):
4361           If the metadata strings we get in the stream are not UTF-8, try to
4362           interpret them according to the character encodings specified in the
4363           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
4364           only fall back to locale/ISO-8859-1 if those aren't set or don't
4365           work. Should fix #428901.
4366
4367 2007-04-12  Wim Taymans  <wim@fluendo.com>
4368
4369         * gst/rtp/gstrtph264depay.c:
4370         Use the proper sync word for SPS and PPS.
4371
4372 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4373
4374         * gst/rtp/Makefile.am:
4375         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
4376           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
4377         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
4378           Add a simple hashing implementation that we can use to generate
4379           a 24-bit ident value based on the codebooks for vorbis and theora.
4380         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
4381           gst_rtp_theora_pay_handle_buffer):
4382         * gst/rtp/gstrtpvorbisdepay.c
4383           (gst_rtp_vorbis_depay_parse_configuration,
4384           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
4385         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
4386           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
4387           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
4388           Use the hashing function, ensuring that the same codebooks result
4389           in the same ident and thus the same SDP description.
4390           Various log fixes/changes.
4391
4392 2007-04-12  Wim Taymans  <wim@fluendo.com>
4393
4394         Patch by: jerry tan <jerry dot tan at sun dot com>
4395
4396         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
4397         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
4398         application's responsibility to make sure it open the device once.
4399         Remove a careless error if AUDIODEV is set. Fixes #392620.
4400
4401 2007-04-12  Wim Taymans  <wim@fluendo.com>
4402
4403         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4404         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
4405         * gst/rtsp/gstrtpdec.h:
4406         Make backward compat with rtpbin by adding the request-pt-map signals.
4407
4408         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
4409         (new_session_pad), (request_pt_map),
4410         (gst_rtspsrc_stream_configure_transport),
4411         (gst_rtspsrc_stream_configure_caps),
4412         (gst_rtspsrc_activate_streams):
4413         * gst/rtsp/gstrtspsrc.h:
4414         Implement request-pt-map signals instead of setting caps on the buffers
4415         for the session manager.
4416
4417 2007-04-11  Wim Taymans  <wim@fluendo.com>
4418
4419         * gst/udp/gstudp.c: (plugin_init):
4420         Register GstNetBuffer in plugin_init so that the type can be used from
4421         multiple threads without races.
4422
4423 2007-04-10  Wim Taymans  <wim@fluendo.com>
4424
4425         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
4426         (gst_rtp_amr_depay_process):
4427         Fix depayloader clock_rate and some cleanups.
4428
4429         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
4430         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4431         * gst/rtp/gstrtph264depay.h:
4432         Don't push codec_data in the adapter because it might get flushed when
4433         we get a discont.
4434
4435         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4436         Handle multiple AU per packet.
4437
4438         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
4439         (gst_rtp_sv3v_depay_plugin_init):
4440         Disable rank, this one does not work.
4441         Remove timestamping, base class does that.
4442
4443 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
4444
4445         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
4446           limit caps to the formats we announce in the template
4447
4448         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4449         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4450         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
4451           fix some crashers/asserts when dealing with broken files
4452
4453 2007-04-10  Wim Taymans  <wim@fluendo.com>
4454
4455         Patch by: Peter Kjellerstedt  <pkj at axis com>
4456
4457         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
4458         * gst/rtp/gstrtpL16depay.c:
4459         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4460         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
4461         (gst_rtp_speex_depay_setcaps):
4462         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4463         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
4464         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
4465         Fix some compiler warnings. Fixes #428182.
4466
4467 2007-04-06  Wim Taymans  <wim@fluendo.com>
4468
4469         * gst/rtsp/Makefile.am:
4470         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
4471         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
4472         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
4473         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
4474         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
4475         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
4476         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
4477         (create_rtcp), (gst_rtp_dec_request_new_pad),
4478         (gst_rtp_dec_release_pad):
4479         * gst/rtsp/gstrtpdec.h:
4480         * gst/rtsp/gstrtsp.c: (plugin_init):
4481         Morph RTPDec into something compatible with RTPBin as a fallback.
4482         Various other style fixes.
4483
4484         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
4485         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
4486         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
4487         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
4488         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4489         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
4490         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4491         * gst/rtsp/gstrtspsrc.h:
4492         Implement RTPBin session manager handling.
4493         Don't try to add empty properties to caps.
4494         Implement fallback session manager, handling.
4495         Don't combine errors from RTCP streams, just ignore them.
4496
4497         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
4498         * gst/rtsp/rtsptransport.h:
4499         Implement fallback session manager.
4500         Make RTPBin the default one when available.
4501
4502 2007-04-05  Wim Taymans  <wim@fluendo.com>
4503
4504         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4505         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
4506         This element is ready to be autoplugged.
4507
4508 2007-04-05  Julien MOUTTE  <julien@moutte.net>
4509
4510         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
4511         Don't leave the offsets defined by upstream element on the
4512         compressed data buffer we are pushing downstream. Make them
4513         GST_BUFFER_OFFSET_NONE.
4514
4515 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
4516
4517         * gst/avi/README:
4518         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
4519         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
4520         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
4521         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
4522         (gst_avi_demux_calculate_durations_from_index),
4523         (gst_avi_demux_stream_header_push),
4524         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
4525         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
4526           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
4527
4528 2007-04-03  Wim Taymans  <wim@fluendo.com>
4529
4530         * gst/smpte/barboxwipes.c:
4531         Fix error as spotted by Snaik <snaik32 at gmail dot com>
4532
4533 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4534
4535         * gst/wavparse/gstwavparse.c:
4536         Support audio/x-raw-float in wav files. This only works with
4537         plugins-base CVS, using an older version doesn't have any
4538         disadvantages though.
4539
4540 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4541
4542         * configure.ac:
4543         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4544         (gst_au_parse_parse_header), (gst_au_parse_chain):
4545         * gst/auparse/gstauparse.h:
4546         Revert last change as we don't want plugins-good to depend on
4547         plugins-base CVS now.
4548
4549 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4550
4551         * configure.ac:
4552         Require gst-plugins-base CVS for audioconvert with non-native
4553         float support and width/depth fix in libgstriff.
4554
4555         Patch by: René Stadler <mail at renestadler dot de>
4556
4557         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4558         (gst_au_parse_parse_header), (gst_au_parse_chain):
4559         * gst/auparse/gstauparse.h:
4560         Don't swap the floats ourself if they're not in native endianness.
4561         Instead let audioconvert handle this. Fixes #339838.
4562
4563 2007-03-29  Wim Taymans  <wim@fluendo.com>
4564
4565         * gst/rtp/gstasteriskh263.h:
4566         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
4567         (gst_rtp_h263p_depay_change_state):
4568         * gst/rtp/gstrtph263pdepay.h:
4569         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4570         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
4571         (gst_rtp_h264_depay_change_state):
4572         * gst/rtp/gstrtph264depay.h:
4573         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4574         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
4575         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4576         Flush adapter on disconts.
4577
4578 2007-03-29  Wim Taymans  <wim@fluendo.com>
4579
4580         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
4581         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
4582         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
4583         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
4584         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4585         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
4586         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4587         (gst_rtp_mp4v_depay_process):
4588         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
4589         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
4590         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
4591         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
4592         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
4593         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4594         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
4595         Use more efficient adapter and rtpbuffer methods when possible.
4596
4597 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4598
4599         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4600         (gst_wavenc_sink_setcaps):
4601         Correctly handle width!=depth input.
4602         * gst/wavparse/gstwavparse.c:
4603         Already export in the caps that width==8 uses unsigned samples and
4604         everything else uses signed samples.
4605
4606 2007-03-29  Wim Taymans  <wim@fluendo.com>
4607
4608         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4609
4610         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
4611         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
4612         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
4613         (gst_dynudpsink_close):
4614         * gst/udp/gstdynudpsink.h:
4615         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
4616         (gst_udpsrc_create), (gst_udpsrc_set_property),
4617         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
4618         * gst/udp/gstudpsrc.h:
4619         Rework the socket allocation a bit based on the sockfd argument so that
4620         it becomes usable.
4621         Add a closefd property to instruct the udp elements to close the custom
4622         file descriptors when going to READY. Fixes #423304.
4623         API:GstUDPSrc::closefd property
4624         API:GstDynUDPSink::closefd property
4625
4626 2007-03-29  Wim Taymans  <wim@fluendo.com>
4627
4628         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4629
4630         * gst/rtp/Makefile.am:
4631         * gst/rtp/gstrtp.c: (plugin_init):
4632         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
4633         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4634         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
4635         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4636         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
4637         (gst_rtp_h264_pay_plugin_init):
4638         * gst/rtp/gstrtph264pay.h:
4639         Added H264 payloader. Fixes #423782.
4640
4641         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4642         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4643         Small fixes.
4644
4645 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4646
4647         * gst/wavparse/gstwavparse.c:
4648         Actually support depths from 1 to 32, not only 8 to 32.
4649
4650 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4651
4652         * gst/wavparse/gstwavparse.c:
4653         Add support for wav files containing audio/x-raw-int with random
4654         depths between 1 and 32 bits.
4655
4656 2007-03-28  Wim Taymans  <wim@fluendo.com>
4657
4658         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
4659
4660         * gst/rtp/Makefile.am:
4661         * gst/rtp/gstrtp.c: (plugin_init):
4662         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
4663         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
4664         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
4665         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
4666         (gst_rtp_mp4a_depay_get_property),
4667         (gst_rtp_mp4a_depay_change_state),
4668         (gst_rtp_mp4a_depay_plugin_init):
4669         * gst/rtp/gstrtpmp4adepay.h:
4670         Added MP4A-LATM depayloader. Fixes #417792.
4671
4672         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4673         (gst_rtp_mp4v_depay_process):
4674         Fixup depayloader, setting codec_data, using more efficient adaptor and
4675         rtpbuffer handling.
4676
4677         * gst/rtsp/URLS:
4678         Add url to test above.
4679
4680 2007-03-25  Wim Taymans  <wim@fluendo.com>
4681
4682         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
4683         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
4684         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
4685         (gst_rtspsrc_media_to_caps),
4686         (gst_rtspsrc_stream_configure_transport),
4687         (gst_rtspsrc_stream_configure_caps),
4688         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
4689         * gst/rtsp/gstrtspsrc.h:
4690         Handle default clock-rates for static payload types, rearrange stuff so
4691         that the rtpmap field in the sdp can override the defaults.
4692         Parse RTP-Info field to get the seqnum and timebase fields that should
4693         go in the caps.
4694         Delay configuring caps after we got the RTP-Info from the PLAY reply from
4695         the server. 
4696
4697 2007-03-22  Wim Taymans  <wim@fluendo.com>
4698
4699         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
4700
4701         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
4702         Accept complex pipeline descriptions as an audio profile instead of just
4703         a single element. Fixes #420658.
4704
4705 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
4706
4707         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
4708           Rename registered type in preparation of GstTagDemux moving to
4709           -base at some point in the future.
4710
4711 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
4712
4713         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4714           Streaming mode fixes: don't unref buffer we don't own any longer;
4715           remove bogus adapter flush. Fixes #419338.
4716
4717 2007-03-17  David Schleef  <ds@schleef.org>
4718
4719         * REQUIREMENTS: Change the format to key/value, add a bunch of
4720           information, remove a bunch of requirements that are for
4721           other GStreamer packages.
4722
4723 2007-03-17  David Schleef  <ds@schleef.org>
4724
4725         * REQUIREMENTS: Fix a few things.  This file really needs a
4726         good once-over.
4727
4728 2007-03-15  Edward Hervey  <edward@fluendo.com>
4729
4730         * sys/Makefile.am:
4731         Don't forget to distribute the sys/osxaudio/ directory.
4732
4733 2007-03-15  Edward Hervey  <edward@fluendo.com>
4734
4735         * configure.ac:
4736         * sys/Makefile.am:
4737         * sys/osxaudio/Makefile.am:
4738         * sys/osxaudio/gstosxaudio.c:
4739         * sys/osxaudio/gstosxaudiosink.c:
4740         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
4741         (gst_osx_audio_sink_getcaps),
4742         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
4743         * sys/osxaudio/gstosxaudiosrc.c:
4744         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
4745         (gst_osx_audio_src_create_ringbuffer):
4746         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
4747         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
4748         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
4749         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
4750         * sys/osxaudio/gstosxringbuffer.h:
4751         Activate osxaudio in gst-plugins-good with proper build setup.
4752         Add inlined documentation.
4753         Fix debug statements
4754         Fix ringbuffer when pausing.
4755         Fixes #323471
4756
4757 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4758         * gst/rtp/gstrtppcmapay.c:
4759         * gst/rtp/gstrtppcmapay.h:
4760         * gst/rtp/gstrtppcmupay.c:
4761         * gst/rtp/gstrtppcmupay.h:
4762         Ported mulaw and alaw payloaders to use new base class
4763
4764 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4765
4766         * po/af.po:
4767         * po/az.po:
4768         * po/cs.po:
4769         * po/en_GB.po:
4770         * po/it.po:
4771         * po/nl.po:
4772         * po/or.po:
4773         * po/sq.po:
4774         * po/sr.po:
4775         * po/sv.po:
4776         * po/uk.po:
4777         * po/vi.po:
4778           Update translations.
4779
4780 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
4781
4782         * configure.ac:
4783           Fix string replace error (AG_AG_GST_* => AG_GST_*).
4784
4785 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4786
4787         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
4788           Fix handling of -1 values for start and stop values when seeking,
4789           and SEEK_CUR+SEEK_END here as well.
4790
4791 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
4792
4793         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
4794           Fix handling of -1 values for start and stop values when seeking, 
4795           and SEEK_CUR+SEEK_END.
4796
4797 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4798
4799         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
4800           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
4801           the image format a variable-length NUL-terminated string; in
4802           versions before that the image format is a fixed-length string of
4803           3 characters (see #348644 for a sample tag).
4804           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
4805
4806 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
4807
4808         * win32/MANIFEST:
4809         Add new project files to MANIFEST.
4810         * win32/vs6/libgstaudiofx.dsp:
4811         * win32/vs6/libgstrtp.dsp:
4812         * win32/vs6/libgstrtsp.dsp:
4813         Update project files.
4814         
4815 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
4816
4817         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
4818         (gst_avi_demux_parse_index):
4819         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
4820         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
4821           Printf format fixes; also add some missing quotes in translated
4822           strings. Fixes #416728 and #416727.
4823
4824 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4825
4826         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
4827           Tim and I can't think of any reason the child audio sink needs to 
4828           be set back to NULL after successfully determining that it can 
4829           reach READY - it gets immediately set back to READY by the caller
4830           anyway, causing an unnecessary close/open of any audio devices
4831           involved.
4832
4833 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4834
4835         * po/LINGUAS:
4836         * po/ja.po:
4837           Add ja.po file from #377306.
4838
4839 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4840
4841         * sys/sunaudio/gstsunaudio.c: (plugin_init):
4842         * sys/sunaudio/gstsunaudiomixertrack.c:
4843         (gst_sunaudiomixer_track_new):
4844           Actually translate sunaudio mixer track labels instead of just
4845           marking the strings as translatable (#377306); clean up weird
4846           label string mapping code that serves no apparent purpose. Also
4847           set the 'untranslated-label' property when creating mixer tracks
4848           if the GstMixerTrack base class supports this.
4849
4850         * tests/check/Makefile.am:
4851         * tests/check/elements/.cvsignore:
4852         * tests/check/elements/sunaudio.c: (GST_START_TEST),
4853         (sunaudio_suite):
4854           Very minimalistic unit test for sunaudiomixer element (compiles, but not
4855           actually tested on a system where sunaudiomixer is available).
4856
4857 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4858
4859         * tests/check/Makefile.am:
4860         Re-enable the states test and see if it works on the buildbots.
4861
4862 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4863
4864         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
4865         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
4866         (gst_dvdec_change_state):
4867         * ext/dv/gstdvdec.h:
4868         Infer pixel-aspect-ratio from the video frame format if it isn't
4869         provided by the container, as happens when playing DV from AVI
4870         or Quicktime containers.
4871
4872         Patch by: Wim Taymans <wim@fluendo.com>
4873         Fixes #380944
4874
4875 2007-03-09  Wim Taymans  <wim@fluendo.com>
4876
4877         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
4878         When activated, remove the udpsrc timeout, we have dataflow and timeouts
4879         will later be handled by the jitterbuffer.
4880
4881 2007-03-09  Wim Taymans  <wim@fluendo.com>
4882
4883         * ext/taglib/gstid3v2mux.cc:
4884         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
4885         Fixes #414496.
4886         
4887         Patch by: Alex Lancaster <alexl at users sourceforge net>
4888
4889 2007-03-09  Wim Taymans  <wim@fluendo.com>
4890
4891         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4892         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
4893         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
4894         (gst_avi_demux_chain):
4895         Fix stream position reporting after a seek. Fixes #416445.
4896
4897 2007-03-08  Wim Taymans  <wim@fluendo.com>
4898
4899         Patch by: René Stadler <mail at renestadler dot de>
4900
4901         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4902         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
4903         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
4904         Make avidemux accept optional header chunks in any order.
4905         Fixes #415446.
4906
4907 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
4908
4909         * tests/check/Makefile.am:
4910         Disable the states check until the remaining Valgrind errors
4911         are fixed or suppressed.
4912
4913 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4914
4915         * tests/check/elements/.cvsignore:
4916           Add audiodynamic check to .cvsignore
4917
4918 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4919
4920         reviewed by: Stefan Kost  <ensonic@users.sf.net>
4921
4922         * gst/audiofx/Makefile.am:
4923         * gst/audiofx/audiodynamic.c:
4924         (gst_audio_dynamic_characteristics_get_type),
4925         (gst_audio_dynamic_mode_get_type),
4926         (gst_audio_dynamic_set_process_function),
4927         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
4928         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
4929         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
4930         (gst_audio_dynamic_transform_hard_knee_compressor_int),
4931         (gst_audio_dynamic_transform_hard_knee_compressor_float),
4932         (gst_audio_dynamic_transform_soft_knee_compressor_int),
4933         (gst_audio_dynamic_transform_soft_knee_compressor_float),
4934         (gst_audio_dynamic_transform_hard_knee_expander_int),
4935         (gst_audio_dynamic_transform_hard_knee_expander_float),
4936         (gst_audio_dynamic_transform_soft_knee_expander_int),
4937         (gst_audio_dynamic_transform_soft_knee_expander_float),
4938         (gst_audio_dynamic_transform_ip):
4939         * gst/audiofx/audiodynamic.h:
4940         * gst/audiofx/audiofx.c: (plugin_init):
4941         Add new audiodynamic element which can act as a compressor or
4942         expander. Supported are hard-knee and soft-knee operation modes with
4943         user-specified ratio and threshold.
4944         Attack and release parameters are not yet implemented but will follow.
4945         * docs/plugins/Makefile.am:
4946         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4947         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4948         * docs/plugins/gst-plugins-good-plugins.args:
4949         * docs/plugins/inspect/plugin-audiofx.xml:
4950         Integrate audiodynamic into the docs.
4951         * tests/check/Makefile.am:
4952         * tests/check/elements/audiodynamic.c: (setup_dynamic),
4953         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
4954         Add unit test for audiodynamic.
4955
4956 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
4957
4958         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
4959         Free handles that we allocated when exiting via the error paths.
4960
4961 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
4962
4963         * gst/level/gstlevel.c: (gst_level_class_init),
4964         (gst_level_set_caps), (gst_level_start), (gst_level_event),
4965         (gst_level_transform_ip):
4966         * gst/level/gstlevel.h:
4967           Resolve message timestamps against the playback segment.
4968
4969 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4970
4971         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
4972         (gst_id3demux_sink_activate):
4973           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
4974           caps passed to it (previously one code path assumed it took ownership
4975           while another one assumed it didn't, while in fact it sometimes did and
4976           sometimes didn't ...).
4977
4978         * configure.ac:
4979         * tests/files/Makefile.am:
4980         * tests/files/id3-407349-1.tag:
4981         * tests/files/id3-407349-2.tag:
4982           Add directory where data for unit tests can be stored.
4983
4984         * tests/Makefile.am:
4985         * tests/check/Makefile.am:
4986         * tests/check/elements/.cvsignore:
4987         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
4988         (read_tags_from_file), (run_check_for_file),
4989         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
4990           Add unit test for id3demux, and in particular for bug #407349. Only
4991           testing pull-mode for now; push mode doesn't work yet because the test
4992           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
4993
4994 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4995
4996         * tests/check/Makefile.am:
4997           Add missing backslash at end of line.
4998
4999 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5000
5001         Trigger rebuild.
5002
5003 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5004
5005         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
5006         * gst/id3demux/id3tags.h:
5007         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
5008         (parse_obsolete_tdat_frame):
5009           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
5010           the four-digit number will be interpreted as a year, whereas it is
5011           month and day in DDMM format. Instead, parse TDAT frames and fix up
5012           the date in the GST_TAG_DATE tag later if we also extracted a year.
5013           Fixes #407349.
5014
5015 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5016
5017         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5018         (gst_switch_commit_new_kid):
5019         Fix up the dispose logic so it doesn't leak, and fix setting of 
5020         the child state so that we don't set a child to our current state 
5021         just as we are changing it to something else.
5022
5023 2007-03-06  Wim Taymans  <wim@fluendo.com>
5024
5025         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
5026         (gst_goom_chain):
5027         * gst/goom/gstgoom.h:
5028         Document, fix and improve goom adapter behaviour.
5029         Fixes #407006.
5030
5031 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5032
5033         * ext/esd/esdsink.c: (gst_esdsink_open):
5034         Unref static pad template after using it.
5035
5036 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5037
5038         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5039         (gst_switch_commit_new_kid):
5040         Fix up the reference counting of the child elements.
5041
5042 2007-03-05  Wim Taymans  <wim@fluendo.com>
5043
5044         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
5045         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
5046         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
5047         Fix encoding-name case.
5048
5049 2007-03-05  Wim Taymans  <wim@fluendo.com>
5050
5051         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
5052         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
5053         (gst_rtp_speex_depay_process):
5054         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
5055         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
5056         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
5057         (gst_rtp_speex_pay_change_state):
5058         * gst/rtp/gstrtpspeexpay.h:
5059         Fix speex (de)payloader. Fixes #358040.
5060
5061 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5062
5063         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
5064         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
5065         Install fakesink in NULL by fixing some broken logic. This obviates
5066         the need to manually set _IS_SINK.
5067         Add some comments and remove a little cruft while I'm at it.
5068
5069 2007-03-05  Wim Taymans  <wim@fluendo.com>
5070
5071         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
5072         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
5073
5074 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
5075
5076         * po/POTFILES.in:
5077           Update.
5078
5079 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5080
5081         * tests/check/Makefile.am:
5082         Gah! Also disable gconfvideosink from the tests, otherwise
5083         it will instantiate autovideosink, and dfbvideosink and
5084         leak on the buildbots.
5085
5086 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5087
5088         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
5089         (gst_cdio_cdda_src_finalize):
5090         Make sure we always destroy our libcdio handle.
5091
5092 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5093
5094         * tests/check/Makefile.am:
5095         Disable autovideosink so the buildbots don't barf over memory
5096         leaked in the directfb sink.
5097
5098 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5099
5100         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
5101         Chain up in dispose
5102
5103 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5104
5105         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
5106         (gst_multipart_find_pad_by_mime):
5107         Use gst_pad_new_from_static_template instead of
5108         static_pad_template_get+pad_new.
5109
5110 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5111
5112         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
5113         Catch the case where no clock has been set.
5114
5115 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5116
5117         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
5118         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
5119         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
5120         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
5121         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
5122         (gst_gconf_audio_src_finalize), (do_toggle_element):
5123         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
5124         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
5125         (do_toggle_element):
5126         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
5127         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
5128         (gst_gconf_video_src_finalize), (do_toggle_element):
5129         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
5130         (gst_switch_sink_reset), (gst_switch_sink_set_child):
5131         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
5132         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
5133         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5134         (gst_shout2send_init), (gst_shout2send_finalize):
5135         * gst/debug/testplugin.c: (gst_test_class_init),
5136         (gst_test_finalize):
5137         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
5138         (gst_flxdec_dispose):
5139         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
5140         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
5141         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5142         (gst_rtspsrc_finalize):
5143         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
5144         * gst/rtsp/rtspextwms.h:
5145         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
5146         (gst_smpte_finalize):
5147         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
5148         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
5149         (gst_udpsink_finalize):
5150         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
5151         (gst_wavparse_sink_activate):
5152         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
5153         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
5154         (gst_oss_src_finalize):
5155         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
5156         * sys/v4l2/gstv4l2object.h:
5157         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5158         (gst_v4l2src_finalize):
5159         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
5160
5161         Fix a bunch of leaks shown by the newly-added states test.
5162
5163 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5164
5165         * ext/dv/gstdvdec.c: (gst_dvdec_init):
5166         Use gst_pad_new_from_static_template instead of 
5167         static_pad_template_get+pad_new.
5168
5169 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
5170
5171         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5172
5173         * ext/libcaca/Makefile.am:
5174         * gst/debug/Makefile.am:
5175           Don't mix tabs and spaces (#414168).
5176
5177 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5178
5179         * tests/check/generic/.cvsignore:
5180           Ignore files to please buildbot.
5181
5182 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5183
5184         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
5185         (gst_wavparse_stream_data):
5186           Unbreak my previous commit (swapped nominator & denominator). Tim,
5187           thanks for spotting.
5188
5189 2007-03-02  Wim Taymans  <wim@fluendo.com>
5190
5191         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
5192         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
5193         (gst_cdio_cdda_src_finalize):
5194         Small code cleanups.
5195         Don't use pad_alloc as the base class cannot deal with the error codes.
5196
5197 2007-03-02  Wim Taymans  <wim@fluendo.com>
5198
5199         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
5200         (gst_udpsrc_create):
5201         Fix doc.
5202
5203 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5204
5205         Patch by: René Stadler <mail@renestadler.de>
5206
5207         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
5208         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
5209         (gst_wavparse_stream_data):
5210           Handle rounding better to not drop last sample frame. Fixes #356692
5211
5212 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
5213
5214         * tests/check/Makefile.am:
5215         Disable cacasink from the states check too - it also calls exit(1)
5216         on us when it can't find a terminal to talk to.
5217
5218 2007-03-02  Wim Taymans  <wim@fluendo.com>
5219
5220         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5221
5222         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5223         (gst_udpsrc_create), (gst_udpsrc_set_property),
5224         (gst_udpsrc_get_property):
5225         * gst/udp/gstudpsrc.h:
5226         Add support to strip proprietary headers. Fixes #350296.
5227
5228 2007-03-02  Wim Taymans  <wim@fluendo.com>
5229
5230         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
5231         Fix compilation.
5232
5233 2007-03-02  Wim Taymans  <wim@fluendo.com>
5234
5235         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5236
5237         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
5238         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
5239         (gst_rtp_mp2t_depay_set_property),
5240         (gst_rtp_mp2t_depay_get_property):
5241         * gst/rtp/gstrtpmp2tdepay.h:
5242         Add support to strip off proprietary headers. Fixes #350278.
5243
5244 2007-03-02  Wim Taymans  <wim@fluendo.com>
5245
5246         * ext/hal/hal.c:
5247         Fix compilation.
5248
5249 2007-03-02  Wim Taymans  <wim@fluendo.com>
5250
5251         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
5252         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
5253         (gst_sunaudiosrc_open):
5254         * sys/sunaudio/gstsunaudiosrc.h:
5255         Remove device-name from GstSunAudioSrc. Fixes #412597.
5256
5257 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5258
5259         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5260         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5261         Having NULL as UDI previously selected the default sink/src. Change
5262         this back but mention it in the debug output.
5263         * ext/hal/hal.c: (gst_hal_get_alsa_element),
5264         (gst_hal_get_oss_element), (gst_hal_get_string),
5265         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
5266         (gst_hal_get_audio_src):
5267         * ext/hal/hal.h:
5268         Refactor a bit, check all error conditions, greatly improve debugging
5269         and fix some possible memory leaks. Also implement OSS support
5270         and allow specifying an UDI that points to a real device. For this the
5271         child device which supports ALSA (preferred) or OSS is used.
5272         As a side effect this makes it impossible now to get a alsasink in
5273         halaudiosrc and a alsasrc in halaudiosink.
5274
5275 2007-03-01  Wim Taymans  <wim@fluendo.com>
5276
5277         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
5278         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
5279         Errors from the udp sources are not fatal unless all of them are in
5280         error.
5281
5282 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5283
5284         * tests/check/Makefile.am:
5285         Disable aasink in the states test. I suspect this is the element that
5286         is calling exit(1) when it can't proceed.
5287
5288 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5289
5290         * tests/check/Makefile.am:
5291         Draw plugins in from the build tree sys/ dir, rather than picking
5292         up the already installed versions.
5293
5294 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5295
5296         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
5297         Error out correctly when getting xcontext fails.
5298
5299 2007-03-01  Wim Taymans  <wim@fluendo.com>
5300
5301         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
5302         Make state change to PAUSED NO_PREROLL because that's what it will be in
5303         the future and rtspsrc relies on it.
5304
5305         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
5306         (gst_rtspsrc_change_state):
5307         Don't error out when we don't get an error from the state change
5308         function.
5309
5310 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5311
5312         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5313         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5314           Check if the device UDI is set before trying to query HAL
5315           about it and give a useful error message if it wasn't set.
5316         * ext/hal/hal.c: (gst_hal_get_string):
5317           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
5318           gives an assertion failure in D-Bus when running with
5319           DBUS_FATAL_WARNINGS=1.
5320
5321 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5322
5323         * configure.ac:
5324           Convert to new AG_GST style.
5325
5326 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5327
5328         * tests/check/Makefile.am:
5329         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
5330           add test for states
5331
5332 2007-02-28  Wim Taymans  <wim@fluendo.com>
5333
5334         * tests/check/elements/.cvsignore:
5335         Add new videofilter check to .cvsignore.
5336
5337 2007-02-28  Wim Taymans  <wim@fluendo.com>
5338
5339         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
5340         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5341         (gst_avi_demux_loop), (gst_avi_demux_chain):
5342         Fix combined flow return. Fixes #412608.
5343
5344 2007-02-28  Wim Taymans  <wim@fluendo.com>
5345
5346         * gst/videofilter/Makefile.am:
5347         Dist header..
5348
5349 2007-02-28  Wim Taymans  <wim@fluendo.com>
5350
5351         * gst/videofilter/gstgamma.h:
5352         Add header too.
5353
5354 2007-02-28  Wim Taymans  <wim@fluendo.com>
5355
5356         Patch by: Mark Nauwelaerts <manauw at skynet be>
5357
5358         * gst/videofilter/Makefile.am:
5359         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
5360         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
5361         (gst_gamma_get_property), (gst_gamma_calculate_tables),
5362         (oil_tablelookup_u8), (gst_gamma_set_caps),
5363         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
5364         Port gamma filter to 0.10. Fixes #412704.
5365
5366         * tests/check/Makefile.am:
5367         * tests/check/elements/videofilter.c: (setup_filter),
5368         (cleanup_filter), (check_filter), (GST_START_TEST),
5369         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
5370         Add unit tests for videofilters.
5371
5372 2007-02-28  Wim Taymans  <wim@fluendo.com>
5373
5374         * gst/rtsp/URLS:
5375         Add another interesting test url.
5376
5377         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
5378         Don't allow getting header fields from data packets.
5379
5380 2007-02-28  Michael Smith  <msmith@fluendo.com>
5381
5382         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5383         (gst_shout2send_init), (gst_shout2send_start),
5384         (gst_shout2send_set_property), (gst_shout2send_get_property):
5385         * ext/shout2/gstshout2.h:
5386           Add a property for username.
5387
5388 2007-02-27  Christian Schallerr <christian@fluendo.com>
5389
5390         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
5391
5392 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5393
5394         * gst/rtsp/Makefile.am:
5395         Fix make check too.
5396
5397 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5398
5399         * gst/rtsp/base64.c: (util_base64_encode):
5400         * gst/rtsp/base64.h:
5401         Commit missing files for base64 encoding.
5402
5403 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5404
5405         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5406
5407         * configure.ac:
5408         * ext/annodex/Makefile.am:
5409         * ext/jpeg/Makefile.am:
5410         * ext/speex/Makefile.am:
5411         * gst/alpha/Makefile.am:
5412         * gst/cutter/Makefile.am:
5413         * gst/debug/Makefile.am:
5414         * gst/effectv/Makefile.am:
5415         * gst/goom/Makefile.am:
5416         * gst/level/Makefile.am:
5417         * gst/smpte/Makefile.am:
5418         * gst/videofilter/Makefile.am:
5419           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
5420
5421 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5422
5423         * gst/rtsp/Makefile.am:
5424         * gst/rtsp/rtspconnection.c: (append_auth_header),
5425         (rtsp_connection_send), (rtsp_connection_set_auth):
5426         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
5427         from icecast to replace it. Relicensed from GPL courtesy of Mike
5428         Smith.
5429
5430 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5431
5432         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
5433         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
5434         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
5435         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
5436         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
5437         (gst_rtspsrc_uri_set_uri):
5438         * gst/rtsp/gstrtspsrc.h:
5439         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5440         (append_auth_header), (rtsp_connection_send),
5441         (rtsp_connection_free), (rtsp_connection_set_auth):
5442         * gst/rtsp/rtspconnection.h:
5443         * gst/rtsp/rtspdefs.h:
5444         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
5445         * gst/rtsp/rtspurl.h:
5446
5447         Implement simple Basic Authentication support so that urls like
5448         rtsp://user:pass@hostname/rtspstream work on hosts that require
5449         authentication.
5450
5451 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
5452
5453         * sys/v4l2/gstv4l2object.c:
5454         * sys/v4l2/gstv4l2tuner.c:
5455         * sys/v4l2/v4l2_calls.c:
5456         Fix segfault when oppening a radio device.
5457         
5458 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
5459
5460         * gst/level/gstlevel.c: (gst_level_set_caps),
5461         (gst_level_transform_ip):
5462         * sys/v4l2/README:
5463         * tests/check/elements/level.c: (GST_START_TEST):
5464           Fix level for multi-channel case.
5465
5466 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
5467
5468         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
5469         (gst_level_transform_ip):
5470         * gst/level/gstlevel.h:
5471           Use function pointer for process function and add process functions
5472           for float audio.
5473
5474 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
5475
5476         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5477         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5478         (gst_v4l2src_capture_init):
5479           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
5480           fixes #407369
5481
5482 2007-02-18  Wim Taymans  <wim@fluendo.com>
5483
5484         * gst/rtp/Makefile.am:
5485         * gst/rtp/gstrtp.c: (plugin_init):
5486         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
5487         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
5488         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
5489         (gst_rtp_mp2t_pay_plugin_init):
5490         * gst/rtp/gstrtpmp2tpay.h:
5491         Added simple mpeg transport stream payloader.
5492
5493 2007-02-16  Wim Taymans  <wim@fluendo.com>
5494
5495         * gst/rtsp/URLS:
5496         Add example H264 rtsp url.
5497
5498         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5499         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
5500         Don't convert values to lowercase or we might mess up base64 encoded
5501         properties.
5502
5503 2007-02-16  Wim Taymans  <wim@fluendo.com>
5504
5505         * gst/rtp/README:
5506         Fix case of string params.
5507
5508         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5509         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5510         Fix depayloader, support more packet types.
5511         Add sync codes to make sure the packetizer can do its job.
5512
5513         * gst/rtp/gstrtpmp4gdepay.c:
5514         * gst/rtp/gstrtpmp4gpay.c:
5515         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
5516         Fix caps case again.
5517
5518 2007-02-15  Wim Taymans  <wim@fluendo.com>
5519
5520         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
5521         Set right caps on output buffers.
5522
5523 2007-02-14  Wim Taymans  <wim@fluendo.com>
5524
5525         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
5526         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
5527         Clear stack allocated SDPMedia struct before calling _init() on it.
5528         Clarify this in the docs as well.
5529
5530 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
5531
5532         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
5533         (do_change_child):
5534         Don't reset the profile when going switching states, as it makes
5535         the element non-reusable.
5536
5537 2007-02-14  Wim Taymans  <wim@fluendo.com>
5538
5539         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
5540         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
5541         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
5542         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
5543         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
5544         (sdp_parse_line):
5545         * gst/rtsp/sdpmessage.h:
5546         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
5547         Fix memory management of SDP messages. Fixes #407793.
5548
5549 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
5550
5551         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
5552
5553         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
5554         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
5555
5556 2007-02-14  Wim Taymans  <wim@fluendo.com>
5557
5558         Patch by: jp.liu <jp_liu at astrocom dot cn>
5559
5560         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
5561         Fix parsing of password field in url. Fixes #407797.
5562
5563 2007-02-14  Wim Taymans  <wim@fluendo.com>
5564
5565         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
5566         (gst_wavparse_reset), (gst_wavparse_init),
5567         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
5568         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
5569         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
5570         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
5571         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
5572         (gst_wavparse_loop), (gst_wavparse_chain),
5573         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
5574         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
5575         (plugin_init):
5576         * gst/wavparse/gstwavparse.h:
5577         Update docs.
5578         Use boilerplate.
5579         Various code cleanups.
5580         When the bitrate is not known (bps == 0 or compressed formats) let
5581         downstream element guestimate the duration and position and don't
5582         generate timestamps or durations. Fixes #405213.
5583         Fix EOS and ERROR conditions in chain mode, we just need to forward the
5584         error flowreturn upstream.
5585
5586 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
5587
5588         * ext/gconf/Makefile.am:
5589         * ext/gconf/gconf.c: (gst_gconf_get_string),
5590         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
5591         (gst_gconf_render_bin_with_default):
5592         * ext/gconf/gconf.h:
5593         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
5594         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
5595         (gst_gconf_audio_sink_dispose), (do_change_child),
5596         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
5597         (cb_change_child), (gst_gconf_audio_sink_change_state):
5598         * ext/gconf/gstgconfaudiosink.h:
5599         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
5600         (gst_switch_sink_class_init), (gst_switch_sink_reset),
5601         (gst_switch_sink_init), (gst_switch_sink_dispose),
5602         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
5603         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
5604         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
5605         * ext/gconf/gstswitchsink.h:
5606         * gst/autodetect/gstautoaudiosink.c:
5607         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
5608         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
5609         (gst_auto_audio_sink_detect):
5610         * gst/autodetect/gstautovideosink.c:
5611         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
5612         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
5613         (gst_auto_video_sink_detect):
5614         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
5615         and a child that implements the GConf key monitoring. The end goal of
5616         this is an audio sink that can be changed on the fly, but at the 
5617         moment it still only changes on the next READY transition.
5618
5619 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5620
5621         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5622         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5623         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
5624         (gst_avi_demux_calculate_durations_from_index),
5625         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5626         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5627         (gst_avi_demux_loop):
5628           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
5629
5630 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5631
5632         * configure.ac:
5633         * docs/plugins/Makefile.am:
5634           Add crossreferences to glib/gobject/gstream docs.
5635
5636 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5637
5638         * gst/monoscope/Makefile.am:
5639         * gst/monoscope/gstmonoscope.c:
5640           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
5641           (but no LIBS, since we only use defines from the headers).
5642
5643 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5644
5645         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
5646
5647         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
5648         (gst_wavparse_stream_data):
5649           Fix massive memory leak when operating in streaming mode due to
5650           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
5651           Fixes #407057.
5652
5653 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5654
5655         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
5656         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
5657         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
5658         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
5659         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5660         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
5661         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
5662         (gst_avi_demux_calculate_durations_from_index),
5663         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5664         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
5665         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
5666         * gst/avi/gstavidemux.h:
5667           Save some memory (8%) by repacking the index entry structure (more to
5668           come). Add more FIXMEs to questionable parts.
5669
5670 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5671
5672         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
5673         (gst_v4l2src_get_caps):
5674         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5675         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5676         (gst_v4l2src_capture_init):
5677           More FIXME comments and messaging changes.
5678
5679 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5680
5681         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
5682         (gst_goom_change_state):
5683         * gst/goom/gstgoom.h:
5684           Improved docs and use GST_DEBUG_FUNCPTR.
5685
5686         * gst/level/gstlevel.c: (gst_level_class_init):
5687           Use GST_DEBUG_FUNCPTR.
5688
5689         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
5690         (gst_monoscope_chain), (gst_monoscope_change_state):
5691           Improved docs source cleanups.
5692
5693 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5694
5695         * gst/debug/Makefile.am:
5696         * gst/debug/gstdebug.c: (plugin_init):
5697         * gst/debug/gstpushfilesrc.c:
5698         * gst/debug/gstpushfilesrc.h:
5699           Add code for a pushfilesrc element that implements a pushfile:// URI
5700           handler, to make debugging push-mode operation of demuxer/decoders
5701           that support both easier in connection with seek/playbin/etc.
5702           The element isn't registered at the moment.
5703
5704 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
5705
5706         * gst/avi/gstavimux.c:
5707           Comment a #if 0 in caps template definition as VS6 seems to 
5708         do not support it.
5709         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
5710           Use gst_guint64_to_gdouble for conversion.
5711         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
5712           Move variables declaration before the first instruction.
5713         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
5714           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
5715           And don't include netdb.h for G_OS_WIN32
5716         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
5717           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
5718           by VS6 then use an other way to initialize SDPMedia structure.
5719         * gst/udp/gstdynudpsink.h:
5720         * gst/udp/gstdynudpnetutils.h:
5721           Do not include <sys/time.h> for G_OS_WIN32
5722         * gst/udp/gstudpsrc.c:
5723           Define socklen_t as int for G_OS_WIN32
5724         * win/common/config.h.in:
5725           Undef HAVE_NETINET_IN_H
5726         * win32/vs6/gst_plugins_good.dsw:
5727         * win32/vs6/libgstrtp.dsp:
5728         * win32/vs6/libgstrtsp.dsp:
5729         * win32/vs6/libgstautogen.dsp:
5730         * win32/vs6/libgstaudiofx.dsp:
5731         * win32/vs6/libgstudp.dsp:
5732           Add and update project files.
5733         * win32/common/gstudp-enumtypes.c:
5734         * win32/common/gstudp-enumtypes.h:
5735           Add a copy of udp enumtypes to win32/common as in core 
5736           and base.
5737         
5738 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
5739
5740         * configure.ac:
5741           Activate monoscope when building with --enable-experimental. Fix
5742           --enable-external configure switch description.
5743
5744         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
5745         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
5746           Help gst-indent.
5747
5748 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
5749
5750         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
5751           Explicitly cast result of pointer arithmetic to integer in order to
5752           avoid compiler warnings on some 64-bit systems. Should fix #406018.
5753
5754 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5755
5756         * gst/debug/progressreport.c:
5757           Some more docs.
5758
5759 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5760
5761         * docs/plugins/inspect/plugin-rtp.xml:
5762           Update for new elements.
5763
5764         * gst/debug/progressreport.h:
5765           Commit newly-created header file as well.
5766
5767 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5768
5769         * docs/plugins/Makefile.am:
5770         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5771         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5772         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5773         * gst/debug/Makefile.am:
5774         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
5775         (gst_progress_report_do_query), (gst_progress_report_report):
5776           Make progressreport element post messages with the current progress
5777           on the bus. Also add some basic docs for it.
5778
5779 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5780
5781         * ext/hal/hal.c: (gst_hal_get_string):
5782         * ext/hal/hal.h:
5783           Some small cleanups; deal with errors when parsing the HAL ALSA
5784           capabilities a bit better.
5785
5786 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5787
5788         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
5789           Let's try this again and use the right cast this time.
5790
5791 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5792
5793         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
5794           Add cast to avoid compiler warnings with older GLib versions
5795           where the nick/name members in GEnumValue are not declared as
5796           constant strings.
5797
5798 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5799
5800         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
5801         (gst_gconf_render_bin_from_key),
5802         (gst_gconf_get_default_audio_sink):
5803         * ext/gconf/gconf.h:
5804         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
5805         (do_toggle_element), (gst_gconf_audio_sink_set_property),
5806         (gst_gconf_audio_sink_get_property):
5807           In gconfaudiosink, get the right key as the old key in do_toggle
5808           (ie. one dependent on the profile selected). Log some more stuff so
5809           we can see what's actually going on.
5810
5811 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
5812
5813         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
5814         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
5815         (gst_audio_amplify_set_process_function),
5816         (gst_audio_amplify_setup):
5817         * gst/audiofx/audioamplify.h:
5818         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
5819         (gst_audio_invert_class_init), (gst_audio_invert_setup):
5820         * gst/audiofx/audioinvert.h:
5821         Some small cleanups and port both elements to the new GstAudioFilter
5822         base class to save a few lines of common code.
5823         * gst/audiofx/Makefile.am:
5824         Link against libgstaudio for the above changes
5825
5826 2007-01-29  Wim Taymans  <wim@fluendo.com>
5827
5828         * tests/check/elements/.cvsignore:
5829         Some more ignores.
5830
5831 2007-01-26  Wim Taymans  <wim@fluendo.com>
5832
5833         Patch by: charles <charlesg3 at gmail dot com>
5834
5835         * ext/shout2/gstshout2.c: (gst_shout2send_init),
5836         (set_shout_metadata), (gst_shout2send_event):
5837         * ext/shout2/gstshout2.h:
5838         Properly handle tags in shout2send. Fixes #399825.
5839
5840 2007-01-25  Wim Taymans  <wim@fluendo.com>
5841
5842         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5843         (gst_rtspsrc_activate_streams):
5844         Convert SDP fields to upper/lowercase following the rules in the SDP to
5845         caps document. 
5846
5847 2007-01-25  Wim Taymans  <wim@fluendo.com>
5848
5849         * gst/rtp/README:
5850         * gst/rtp/gstrtpilbcdepay.c:
5851         * gst/rtp/gstrtpilbcpay.c:
5852         * gst/rtp/gstrtpmp4gdepay.c:
5853         * gst/rtp/gstrtpmp4gpay.c:
5854         * gst/rtp/gstrtpspeexdepay.c:
5855         * gst/rtp/gstrtpspeexpay.c:
5856         * gst/rtp/gstrtpsv3vdepay.c:
5857         * gst/rtp/gstrtptheoradepay.c:
5858         * gst/rtp/gstrtptheorapay.c:
5859         * gst/rtp/gstrtpvorbisdepay.c:
5860         * gst/rtp/gstrtpvorbispay.c:
5861         Fix case of encoding-name and key/value pairs to match the document.
5862         This is to make interoperation with SDP case-insensitive as required by
5863         the relevant RFCs.
5864
5865 2007-01-25  Wim Taymans  <wim@fluendo.com>
5866
5867         * configure.ac:
5868         Bump required -core/-base to CVS
5869
5870 2007-01-25  Wim Taymans  <wim@fluendo.com>
5871
5872         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
5873         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
5874         * gst/rtp/gstrtpL16pay.h:
5875         Fill up to MTU using adapter.
5876         Timestamp rtp packets.
5877
5878 2007-01-25  Edward Hervey  <edward@fluendo.com>
5879
5880         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5881         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
5882         Use G_GSIZE_FORMAT in print statements for portability.
5883         Fixes build on macosx.
5884
5885 2007-01-24  Wim Taymans  <wim@fluendo.com>
5886
5887         * gst/rtp/Makefile.am:
5888         * gst/rtp/gstrtp.c: (plugin_init):
5889         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
5890         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
5891         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
5892         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
5893         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
5894         (gst_rtp_L16_depay_plugin_init):
5895         * gst/rtp/gstrtpL16depay.h:
5896         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
5897         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
5898         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
5899         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
5900         (gst_rtp_L16_pay_plugin_init):
5901         * gst/rtp/gstrtpL16pay.h:
5902         Port and enable raw audio payloader/depayloader. Needs a bit more work
5903         on the payloader side.
5904
5905 2007-01-24  Wim Taymans  <wim@fluendo.com>
5906
5907         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
5908         (gst_rtspsrc_stream_configure_transport),
5909         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
5910         * gst/rtsp/gstrtspsrc.h:
5911         Only unblock the udp pads when we linked and activated them all.
5912         Fixes #395688.
5913
5914 2007-01-24  Wim Taymans  <wim@fluendo.com>
5915
5916         * gst/rtp/Makefile.am:
5917         * gst/rtp/gstrtp.c: (plugin_init):
5918         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
5919         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
5920         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
5921         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
5922         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
5923         * gst/rtp/gstrtpac3depay.h:
5924         Added simple AC3 depayloader (RFC 4184).
5925
5926         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
5927         Fix a leak.
5928
5929 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
5930
5931         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5932
5933         * gst/audiofx/Makefile.am:
5934         * gst/audiofx/audioamplify.c:
5935         (gst_audio_amplify_clipping_method_get_type),
5936         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
5937         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
5938         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
5939         (gst_audio_amplify_set_caps),
5940         (gst_audio_amplify_transform_int_clip),
5941         (gst_audio_amplify_transform_int_wrap_negative),
5942         (gst_audio_amplify_transform_int_wrap_positive),
5943         (gst_audio_amplify_transform_float_clip),
5944         (gst_audio_amplify_transform_float_wrap_negative),
5945         (gst_audio_amplify_transform_float_wrap_positive),
5946         (gst_audio_amplify_transform_ip):
5947         * gst/audiofx/audioamplify.h:
5948         * gst/audiofx/audiofx.c: (plugin_init):
5949         Add new element "audioamplify". This allows scaling of raw audio
5950         samples, similar to the "volume" element, but provides different modes
5951         for clipping and allows unlimited amplification. It's mainly targeted
5952         for creative sound design and not as a replacement of the "volume"
5953         element. Fixes #397162
5954         * docs/plugins/Makefile.am:
5955         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5956         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5957         * docs/plugins/gst-plugins-good-plugins.args:
5958         * docs/plugins/inspect/plugin-audiofx.xml:
5959         Add docs for audioamplify and integrate them into the build system
5960         * tests/check/Makefile.am:
5961         * tests/check/elements/audioamplify.c: (setup_amplify),
5962         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
5963         Add fairly extensive unit test suite for audioamplify
5964
5965 2007-01-24  Wim Taymans  <wim@fluendo.com>
5966
5967         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
5968         Unblock pads after adding the pads to the element so that autopluggers
5969         get a change to link something. Possibly fixes #395688.
5970
5971 2007-01-24  Wim Taymans  <wim@fluendo.com>
5972
5973         * gst/rtp/gstrtpamrdepay.c:
5974         * gst/rtp/gstrtpgsmdepay.c:
5975         * gst/rtp/gstrtph263pdepay.c:
5976         * gst/rtp/gstrtph263ppay.c:
5977         * gst/rtp/gstrtph264depay.c:
5978         * gst/rtp/gstrtpilbcdepay.c:
5979         * gst/rtp/gstrtpmp2tdepay.c:
5980         * gst/rtp/gstrtpmp4gdepay.c:
5981         * gst/rtp/gstrtpmp4gpay.c:
5982         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
5983         * gst/rtp/gstrtpmp4vpay.c:
5984         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
5985         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
5986         (gst_rtp_mpa_depay_process):
5987         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
5988         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
5989         * gst/rtp/gstrtppcmadepay.c:
5990         * gst/rtp/gstrtppcmudepay.c:
5991         * gst/rtp/gstrtpspeexdepay.c:
5992         * gst/rtp/gstrtpspeexpay.c:
5993         * gst/rtp/gstrtpsv3vdepay.c:
5994         * gst/rtp/gstrtptheoradepay.c:
5995         * gst/rtp/gstrtptheorapay.c:
5996         * gst/rtp/gstrtpvorbisdepay.c:
5997         * gst/rtp/gstrtpvorbispay.c:
5998         Fix caps with payload numbers.
5999         Add some fixed payload numbers to caps when possible.
6000
6001 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6002
6003         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6004
6005         * gst/audiofx/Makefile.am:
6006         * gst/audiofx/audiofx.c: (plugin_init):
6007         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
6008         (gst_audio_invert_class_init), (gst_audio_invert_init),
6009         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
6010         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
6011         (gst_audio_invert_transform_float),
6012         (gst_audio_invert_transform_ip):
6013         * gst/audiofx/audioinvert.h:
6014         Add new audiofx element "audioinvert". This element swaps the upper
6015         and lower half of samples and can be used for example for a
6016         wide-stereo effect. Fixes #396057
6017         * docs/plugins/Makefile.am:
6018         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6019         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6020         * docs/plugins/gst-plugins-good-plugins.args:
6021         * docs/plugins/inspect/plugin-audiofx.xml:
6022         Add docs for the audioinvert element and add them to the build system.
6023         * tests/check/Makefile.am:
6024         * tests/check/elements/audioinvert.c: (setup_invert),
6025         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
6026         Add unit test suite for the audioinvert element.
6027
6028 2007-01-23  Wim Taymans  <wim@fluendo.com>
6029
6030         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
6031         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
6032         Parse config params as string and int.
6033         Parse and use AU header length
6034
6035 2007-01-23  Wim Taymans  <wim@fluendo.com>
6036
6037         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
6038         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
6039         * gst/smpte/gstmask.c: (_gst_mask_register):
6040         * gst/smpte/gstmask.h:
6041         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
6042         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
6043         (gst_smpte_paint_triangle_clock):
6044         constify some static structs.
6045         Don't update the mask if nothing changed to the params.
6046         Make sure we never draw outside of the picture. Fixes #398325.
6047
6048 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
6049
6050         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
6051           Error out properly when pull_range fails while we're reading the
6052           headers, instead of just pausing the task silently. Fixes #399338.
6053
6054 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
6055
6056         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6057           Some more sanity checks to make sure the input formats match and the
6058           input pads are actually negotiated, in case someone tries to feed
6059           buffers from fakesrc or filesrc. Fixes #398299.
6060           Also const-ify an array, just because we can.
6061
6062 2007-01-19  Edward Hervey  <edward@fluendo.com>
6063
6064         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
6065         Ignore previous commit, that was only valid for widths and heights
6066         that are multiples of 4.
6067         Copy over size/stride macros from jpegdec. This allows the element
6068         to work with any width,height...
6069         ... but puts in evidence that the actual transformations only work
6070         with width/height that are multiples of 4.
6071
6072 2007-01-19  Edward Hervey  <edward@fluendo.com>
6073
6074         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6075         Allocate buffers of the right size.
6076         The proper size of a I420 buffer in bytes is:
6077         
6078             width * height * 3
6079             ------------------
6080                     2
6081
6082 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6083
6084         * gst/smpte/gstsmpte.c: (gst_smpte_init):
6085           Proxy getcaps on sink pads too, so that we either end up with the
6086           same dimensions on all pads or error out if that's not possible
6087           (seems to work even!). Fixes #398086, I think.
6088
6089 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6090
6091         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6092         * docs/plugins/gst-plugins-good-plugins.args:
6093         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6094           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
6095           fix integer properties with -1 as minimum value.
6096
6097         * docs/plugins/inspect/plugin-1394.xml:
6098         * docs/plugins/inspect/plugin-aasink.xml:
6099         * docs/plugins/inspect/plugin-alaw.xml:
6100         * docs/plugins/inspect/plugin-alpha.xml:
6101         * docs/plugins/inspect/plugin-alphacolor.xml:
6102         * docs/plugins/inspect/plugin-annodex.xml:
6103         * docs/plugins/inspect/plugin-apetag.xml:
6104         * docs/plugins/inspect/plugin-audiofx.xml:
6105         * docs/plugins/inspect/plugin-auparse.xml:
6106         * docs/plugins/inspect/plugin-autodetect.xml:
6107         * docs/plugins/inspect/plugin-avi.xml:
6108         * docs/plugins/inspect/plugin-cacasink.xml:
6109         * docs/plugins/inspect/plugin-cairo.xml:
6110         * docs/plugins/inspect/plugin-cdio.xml:
6111         * docs/plugins/inspect/plugin-cutter.xml:
6112         * docs/plugins/inspect/plugin-debug.xml:
6113         * docs/plugins/inspect/plugin-dv.xml:
6114         * docs/plugins/inspect/plugin-efence.xml:
6115         * docs/plugins/inspect/plugin-effectv.xml:
6116         * docs/plugins/inspect/plugin-esdsink.xml:
6117         * docs/plugins/inspect/plugin-flac.xml:
6118         * docs/plugins/inspect/plugin-flxdec.xml:
6119         * docs/plugins/inspect/plugin-gconfelements.xml:
6120         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6121         * docs/plugins/inspect/plugin-goom.xml:
6122         * docs/plugins/inspect/plugin-halelements.xml:
6123         * docs/plugins/inspect/plugin-icydemux.xml:
6124         * docs/plugins/inspect/plugin-id3demux.xml:
6125         * docs/plugins/inspect/plugin-jpeg.xml:
6126         * docs/plugins/inspect/plugin-level.xml:
6127         * docs/plugins/inspect/plugin-matroska.xml:
6128         * docs/plugins/inspect/plugin-mulaw.xml:
6129         * docs/plugins/inspect/plugin-multipart.xml:
6130         * docs/plugins/inspect/plugin-navigationtest.xml:
6131         * docs/plugins/inspect/plugin-ossaudio.xml:
6132         * docs/plugins/inspect/plugin-png.xml:
6133         * docs/plugins/inspect/plugin-rtp.xml:
6134         * docs/plugins/inspect/plugin-rtsp.xml:
6135         * docs/plugins/inspect/plugin-shout2send.xml:
6136         * docs/plugins/inspect/plugin-smpte.xml:
6137         * docs/plugins/inspect/plugin-speex.xml:
6138         * docs/plugins/inspect/plugin-taglib.xml:
6139         * docs/plugins/inspect/plugin-udp.xml:
6140         * docs/plugins/inspect/plugin-videobalance.xml:
6141         * docs/plugins/inspect/plugin-videobox.xml:
6142         * docs/plugins/inspect/plugin-videoflip.xml:
6143         * docs/plugins/inspect/plugin-videomixer.xml:
6144         * docs/plugins/inspect/plugin-wavenc.xml:
6145         * docs/plugins/inspect/plugin-wavparse.xml:
6146         * docs/plugins/inspect/plugin-ximagesrc.xml:
6147           Update to CVS.
6148
6149 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
6150
6151         Patch by: Sebastian Dröge <slomo circular-chaos org>
6152
6153         * gst/audiofx/audiopanorama.c:
6154           Fix doc section name (Fixes #397946)
6155
6156 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
6157
6158         * sys/v4l2/gstv4l2object.c:
6159         (gst_v4l2_object_install_properties_helper),
6160         (gst_v4l2_object_set_property_helper),
6161         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
6162         * sys/v4l2/gstv4l2object.h:
6163         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6164         (gst_v4l2src_init), (gst_v4l2src_set_property),
6165         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
6166         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6167         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6168         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
6169         (gst_v4l2src_capture_deinit):
6170           Fix EIO handing when capturing. Add new property to specify the number of
6171           buffers to enque (and remove the borked num-buffers usage).
6172
6173 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
6174
6175         Patch by: Sebastian Dröge <slomo circular-chaos org>
6176
6177         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
6178         (gst_audio_panorama_set_process_function):
6179           Use a function array for process methods, add more docs and define the
6180           startindex of enums.
6181
6182 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6183
6184         Patch by: Mark Nauwelaerts <manauw at skynet be>
6185
6186         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
6187         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
6188         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
6189         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
6190         (gst_avi_mux_riff_get_avi_header),
6191         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
6192         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
6193         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
6194         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
6195         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
6196         (gst_avi_mux_change_state):
6197         * gst/avi/gstavimux.h:
6198         * tests/check/elements/avimux.c: (teardown_src_pad):
6199           Add support for more than one audio stream; write better AVIX
6200           header; refactor code a bit; don't announce vorbis caps on our audio
6201           sink pads since we don't support it anyway. Closes #379298.
6202
6203 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
6204
6205         Patch by: Sebastian Dröge <slomo circular-chaos org>
6206
6207         * gst/audiofx/audiopanorama.c:
6208         (gst_audio_panorama_method_get_type),
6209         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
6210         (gst_audio_panorama_set_process_function),
6211         (gst_audio_panorama_set_property),
6212         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
6213         (gst_audio_panorama_transform_m2s_int_simple),
6214         (gst_audio_panorama_transform_s2s_int_simple),
6215         (gst_audio_panorama_transform_m2s_float_simple),
6216         (gst_audio_panorama_transform_s2s_float_simple):
6217         * gst/audiofx/audiopanorama.h:
6218           Add 'method' property and provide a simple (non-psychoacustic)
6219           processing method (#394859).
6220
6221         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
6222         (panorama_suite):
6223           Tests for new method.
6224
6225 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6226
6227         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
6228         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
6229           Set correct caps on outgoing pulled buffers, or things blow up
6230           after recent core changes.
6231
6232 2007-01-11  Wim Taymans  <wim@fluendo.com>
6233
6234         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6235
6236         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
6237         (gst_multipart_mux_request_new_pad),
6238         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
6239         (gst_multipart_mux_change_state):
6240         Return FLOW errors ASAP. Fixes #394977.
6241         Misc cleanups.
6242
6243 2007-01-11  Wim Taymans  <wim@fluendo.com>
6244
6245         Patch by: Lutz Mueller <lutz at topfrose dot de>
6246
6247         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
6248         Check for stream pad before activating. 
6249
6250 2007-01-10  Wim Taymans  <wim@fluendo.com>
6251
6252         Patch by: Peter Kjellerstedt  <pkj at axis com>
6253
6254         * gst/rtsp/COPYING.MIT:
6255         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6256         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
6257         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
6258         (gst_rtspsrc_stream_configure_transport),
6259         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
6260         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
6261         (gst_rtspsrc_parse_methods),
6262         (gst_rtspsrc_create_transports_string),
6263         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
6264         (gst_rtspsrc_open), (gst_rtspsrc_close):
6265         * gst/rtsp/gstrtspsrc.h:
6266         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6267         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
6268         (parse_request_line), (parse_line), (rtsp_connection_read),
6269         (rtsp_connection_close):
6270         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
6271         (rtsp_method_as_text), (rtsp_header_as_text),
6272         (rtsp_status_as_text), (rtsp_find_header_field),
6273         (rtsp_find_method):
6274         * gst/rtsp/rtspdefs.h:
6275         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
6276         (rtsp_ext_wms_configure_stream):
6277         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
6278         (rtsp_message_new_request), (rtsp_message_init_request),
6279         (rtsp_message_new_response), (rtsp_message_init_response),
6280         (rtsp_message_init_data), (rtsp_message_unset),
6281         (rtsp_message_free), (rtsp_message_add_header),
6282         (rtsp_message_get_header), (rtsp_message_set_body),
6283         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
6284         * gst/rtsp/rtspmessage.h:
6285         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
6286         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
6287         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
6288         (sdp_message_dump):
6289         Allow url to be NULL to be able to use it for server connections.
6290         Can now send responses as well as requests.
6291         No longer hangs in an endless loop if EOF is received.
6292         Can now convert a status code to a text string.
6293         Return RTSP_HDR_INVALID for unknown headers.
6294         Return RTSP_INVALID for unknown methods.
6295         Copy CSeq and Session headers from the request.
6296         Only free memory corresponding to the currently set message type.
6297         Added const to function arguments as appropriate.
6298         Avoid a compiler warning when initializing nmedia.
6299         Use guint rather than gint to avoid compiler warnings.
6300         Fix crasher in wms extension.
6301         Factor out stream setup from open_connection.
6302         Delay activation of streams when actual data is received from the
6303         server, this prepares us to do proper protocol switching.
6304         Added new license.
6305         Fixes #380895.
6306
6307
6308 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
6309
6310         Patch by: Sebastian Dröge <slomo ubuntu com>
6311
6312         * docs/plugins/Makefile.am:
6313         * gst/audiofx/audiopanorama.c:
6314           Some small docs fixes (#394851).
6315
6316 2007-01-09  Wim Taymans  <wim@fluendo.com>
6317
6318         * gst/avi/gstavidemux.c:
6319         Fix docs.
6320
6321 2007-01-09  Wim Taymans  <wim@fluendo.com>
6322
6323         * gst/rtp/Makefile.am:
6324         * gst/rtp/gstrtp.c: (plugin_init):
6325         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
6326         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
6327         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
6328         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
6329         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
6330         * gst/rtp/gstrtpmpvdepay.h:
6331           Added RFC 2250 MPEG Video Depayloader.
6332
6333         * gst/rtp/gstrtpL16depay.h:
6334         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
6335         (gst_rtp_h263p_depay_process):
6336         Fix Header file. Small cleanups.
6337
6338         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
6339         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
6340         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
6341         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
6342         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
6343         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
6344         (gst_rtp_mp4v_depay_change_state):
6345         Remove usused code. Remove Adapter from state Change. Added debug.
6346
6347         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
6348         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
6349         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
6350         * gst/rtp/gstrtpmpadepay.h:
6351         Subclass base depayloader.
6352         Added debug.
6353         Support static payload type assignment as well.
6354
6355         * gst/rtp/gstrtpmpapay.c:
6356         Fix caps.
6357
6358 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6359
6360         Patch by: Vincent Torri  <vtorri at univ-evry fr>
6361
6362         * ext/jpeg/gstjpegdec.c:
6363         * ext/jpeg/gstjpegenc.c:
6364         * ext/jpeg/smokecodec.c:
6365           These libjpeg callbacks should return a 'boolean' (unsigned char
6366           apparently) and not a 'gboolean' (which maps to gint). Fixes
6367           warnings when compiling with MingW (#393427).
6368
6369         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6370           Use ioctlsocket on win32.
6371
6372         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6373           Some printf format fixes for win32.
6374
6375 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
6376
6377         * gst/cutter/gstcutter.c: (gst_cutter_chain):
6378           Use gst_guint64_to_gdouble for conversion.
6379         * win32/vs6/libgstmatroska.dsp:
6380           Add zlib to the link.
6381         * win32/vs6/libgstvideobox.dsp:
6382           Update liboil library name (project is linked to 
6383           liboil-0.3-0.lib now).
6384           
6385 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6386
6387         * gst/matroska/Makefile.am:
6388           If zlib is available and used, we must link it explicitly for
6389           things to work on MingW (fixes #392855).
6390
6391 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
6392
6393         * ext/esd/esdsink.c: (gst_esdsink_delay):
6394           Don't return bogus values when esd_get_delay() fails for some
6395           reason (#392189).
6396
6397 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6398
6399         * sys/ximage/gstximagesrc.c: (composite_pixel):
6400           Fix presumably copy'n'pasto for 16bpp depth.
6401
6402 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6403
6404         * gst/matroska/matroska-mux.c:
6405         (gst_matroska_mux_audio_pad_setcaps):
6406           The "signed" field in audio caps is of boolean type, trying to use
6407           gst_structure_get_int() to extract it will fail. Fixing this makes
6408           matroskamux accept raw audio input (#387121) (use at your own risk
6409           though, due to the matroska spec being not entirely useful in this
6410           respect).
6411           Also fix up raw audio structures in template caps so that they
6412           represent what our setcaps function will actually accept, so that
6413           converters know what to convert to.
6414           Finally, don't fail if there isn't an "endianness" field in 8-bit
6415           PCM caps.
6416
6417 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
6418
6419         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6420         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6421         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6422         (teardown_cmmldec):
6423         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6424         (teardown_cmmlenc):
6425         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6426           reapply consistent pad (de)activation
6427
6428 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
6429
6430         * configure.ac:
6431         Back to CVS
6432
6433         * gst-plugins-good.doap:
6434         Add 0.10.5 doap entry
6435
6436 === release 0.10.5 ===
6437
6438 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
6439
6440         * configure.ac:
6441           releasing 0.10.5, "The Path of Thorns"
6442
6443 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6444
6445         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6446         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6447         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6448         (teardown_cmmldec):
6449         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6450         (teardown_cmmlenc):
6451         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6452           revert my freeze breakage
6453
6454 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6455
6456         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6457         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6458         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6459         (teardown_cmmldec):
6460         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6461         (teardown_cmmlenc):
6462         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6463           consistent pad (de)activation
6464
6465 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
6466
6467         * configure.ac:
6468         * ext/Makefile.am:
6469         Disable LADPSA, as it has moved to the -bad module for the duration.
6470
6471 2006-12-18  Wim Taymans  <wim@fluendo.com>
6472
6473         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
6474         (gst_signal_processor_event):
6475         Reset flow_state back to _OK after a flush stop so that we exit our
6476         error state after the flush. Fixes #374213
6477
6478 2006-12-16  David Schleef  <ds@schleef.org>
6479
6480         * sys/osxvideo/osxvideosink.h:
6481         * sys/osxvideo/osxvideosink.m:
6482           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
6483
6484 2006-12-16  David Schleef  <ds@schleef.org>
6485
6486         Patch by: Vijay Santhanam <vijay santhanam gmail com>
6487
6488         * sys/osxvideo/Makefile.am:
6489         * sys/osxvideo/osxvideosink.h:
6490         * sys/osxvideo/osxvideosink.m:
6491           Preliminary patch for porting osxvideosink
6492
6493 2006-12-16  Wim Taymans  <wim@fluendo.com>
6494
6495         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6496
6497         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
6498         (gst_videomixer_set_master_geometry),
6499         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
6500         (gst_videomixer_reset), (gst_videomixer_init),
6501         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
6502         (gst_videomixer_release_pad), (gst_videomixer_collected),
6503         (gst_videomixer_change_state):
6504         Introduce some locking around the videomixer state so that it does not
6505         crash when adding/removing pads. Fixes #383043.
6506
6507 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6508
6509         * configure.ac:
6510           Make sure libcaca can actually be used instead of just checking for
6511           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
6512           cross-compiling (fixes #384587).
6513
6514 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6515
6516         * Makefile.am:
6517         * gst-plugins-good.doap:
6518         * gst-plugins-good.spec.in:
6519           adding doap file
6520
6521 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6522
6523         * configure.ac:
6524           libflac-1.1.3 changed API again, but we can't build against it yet,
6525           so make sure our check doesn't use libflac-1.1.3 and add a comment
6526           to this effect.
6527
6528 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6529
6530         * gst/effectv/gstquark.c: (gst_quarktv_transform),
6531         (gst_quarktv_planetable_clear):
6532           Add some NULL pointer checks (possibly related to #385623).
6533
6534 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
6535
6536         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
6537         (gst_tag_demux_chain):
6538         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
6539           In streaming mode, if the first buffer we get doesn't have an
6540           offset, fix it up to be 0, otherwise trimming won't work later on
6541           and we'll be typefinding application/x-id3, which may result in
6542           decodebin plugging an endless number of id3demux elements as a
6543           consequence. Fixes #385031.
6544           
6545 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6546
6547         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
6548           Ignore the buffer_time the sound device reports. Turns out it is 
6549           sometimes completely bogus and we're better off without it.
6550
6551 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6552
6553         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6554         (gst_matroska_demux_video_caps):
6555         * gst/matroska/matroska-ids.c:
6556         (gst_matroska_track_init_video_context):
6557         * gst/matroska/matroska-ids.h:
6558           Try harder to extract the framerate for video tracks correctly and
6559           save it directly instead of converting it back and forth a few
6560           times. Mostly makes a difference for very small framerates (<1).
6561           Fixes #380199.
6562
6563 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6564
6565         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
6566         (gst_gconf_audio_src_dispose), (do_toggle_element):
6567         * ext/gconf/gstgconfaudiosrc.h:
6568           Remove gconf notify hook when the gconfaudiosrc element is
6569           destroyed, otherwise the callback may be called on an
6570           already-destroyed instance and bad things happen. Should fix
6571           #378184.
6572           Also ignore gconf key changes when the source is already running.
6573
6574 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6575
6576         Patch by: Sebastian Dröge  <mail at slomosnail de>
6577
6578         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6579           We need to be able to read and parse any possible floating point string
6580           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
6581           will parse the former only in certain locales though, so we really need
6582           to canonicalise the separator to '.' and then use g_ascii_strtod() to
6583           make sure we can parse either version at all times.
6584           Fixes #382982 for real.
6585
6586 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6587
6588         * sys/sunaudio/gstsunaudiomixerctrl.c:
6589         * sys/sunaudio/gstsunaudiosrc.c:
6590
6591         Use the sunaudio debug category.
6592
6593         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
6594         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
6595         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
6596         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
6597         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
6598         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
6599         (gst_sunaudiosink_reset):
6600         * sys/sunaudio/gstsunaudiosink.h:
6601
6602         Uses the sunaudio debug category for all debug output
6603         Implements the _delay() callback to synchronise video playback better
6604         Change the segtotal and segsize values back to the parent class 
6605           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
6606           respectively)
6607         Measure the samples written to the device vs. played.
6608         Keep track of segments in the device by writing empty eof frames, and
6609         sleep using a GCond when we get too far ahead and risk overrunning the
6610         sink's ringbuffer.
6611
6612         Fixes: #360673
6613
6614 2006-12-08  Wim Taymans  <wim@fluendo.com>
6615
6616         Patch by: Sebastian Dröge  <mail at slomosnail de >
6617
6618         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6619         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
6620         * gst/audiofx/audiopanorama.h:
6621         Fix audiopanorame with float samples. Fixes #383726.
6622
6623 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6624
6625         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
6626         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
6627         (gst_sunaudiosrc_reset):
6628
6629         Implement reset functions to unblock the src/sink more quickly on 
6630         state change requests.
6631         Patch by: Brian Cameron <brian dot cameron at sun com>
6632
6633 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6634
6635         * sys/sunaudio/gstsunaudiomixer.c:
6636         (gst_sunaudiomixer_change_state):
6637         Construct the correct mixer device name when the AUDIODEV env var
6638         is set.
6639
6640         Patch by: Jerry Tan <jerry.tan at sun dot com>
6641         Fixes: #383596
6642
6643 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6644
6645         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
6646         Apply patch to open the mixer control and set the MULTIPLE_OPEN
6647         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
6648         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
6649         Patch by: Jerry Tan <jerry.tan at sun dot com>
6650         Fixes: #349015
6651
6652 2006-12-07  Wim Taymans  <wim@fluendo.com>
6653
6654         * gst/smpte/gstmask.h:
6655         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
6656         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
6657         (gst_smpte_collected), (gst_smpte_set_property),
6658         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
6659         * gst/smpte/gstsmpte.h:
6660         Port to 0.10 some more. 
6661         Added duration property to specify the duration of the transition.
6662         Make framerate a fraction.
6663         Deprecate fps property, we only use negotiated fps.
6664         Added docs.
6665         Fix collectpad usage.
6666         Reset state in READY.
6667         Send NEWSEGMENT event.
6668         Fix racy updates of object properties.
6669         Added debug category.
6670         Fixes #383323.
6671
6672 2006-12-06  Wim Taymans  <wim@fluendo.com>
6673
6674         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6675
6676         * gst/videomixer/videomixer.c:
6677         (gst_videomixer_set_master_geometry),
6678         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
6679         Don't reset xpos and ypos in the setcaps function because causes
6680         unexpected behaviour.
6681         Fixes #382179.
6682
6683 2006-12-06  Wim Taymans  <wim@fluendo.com>
6684
6685         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
6686         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
6687         Keep track of the buffer timestamp in the collectdata member instead
6688         of modifying the buffer without making the metadata writable first.
6689         Fixes #382277.
6690
6691 2006-12-06  Wim Taymans  <wim@fluendo.com>
6692
6693         Patch by: Rob Taylor <robtaylor at floopily dot org>
6694
6695         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
6696         If using multicast in udpsrc, bind to the multicast address rather than
6697         IN_ADDR_ANY.
6698         This allows the simultanous use of multiple udpsrcs listening on
6699         different multicat addresses. Without this all udpsrcs will receive all
6700         packets from all subscribed multicast addresses.
6701         Fixes #383001.
6702
6703 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6704
6705         * ext/taglib/gstid3v2mux.cc:
6706         Don't attempt to write a NULL frame into the ID3 tag set when the 
6707         createFrame method returned NULL.
6708         Fixes: #381857
6709         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
6710
6711 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6712
6713         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6714         Use g_strtod() instead of sscanf to parse doubles, so that it will
6715         try parsing in the C locale if the current locale fails.
6716         Fixes: #382982
6717         Patch by: Sebastian Dröge  <mail at slomosnail de >
6718
6719 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
6720
6721         * win32/MANIFEST:
6722         Fix compilation on win32 under VS8
6723         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
6724         Partially fixes #381175
6725
6726 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6727
6728         * gst/avi/gstavimux.c:
6729           accept all mpegversions,fixes #380825
6730           spotted by: Jerome Alet  
6731
6732 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6733
6734         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6735         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
6736         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
6737         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
6738           cleanup the error message a bit more
6739
6740 2006-11-28  Wim Taymans  <wim@fluendo.com>
6741
6742         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
6743         Fix width and height properties.
6744
6745         * ext/libcaca/gstcacasink.h:
6746         Fix compilation on newer libcaca that require us to include a new
6747         header. Fixes #379918.
6748
6749 2006-11-28  Wim Taymans  <wim@fluendo.com>
6750
6751         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6752         * gst/rtsp/gstrtspsrc.h:
6753         * gst/rtsp/rtspext.h:
6754         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
6755         (rtsp_ext_wms_get_context):
6756         Add method so that extensions can choose to disable the setup of
6757         a stream.
6758         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
6759
6760 2006-11-27  Wim Taymans  <wim@fluendo.com>
6761
6762         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6763
6764         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6765         Push header in a separate buffer instead of memcpy:ing all data.
6766         Change LF => CRLF in headers.
6767         Move trailing LF to header. Fixes #379792.
6768
6769 2006-11-27  Wim Taymans  <wim@fluendo.com>
6770
6771         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
6772         Small buffer overflow fix and improve debugging.
6773
6774 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6775
6776         * ext/esd/esdmon.h:
6777         * ext/esd/esdsink.h:
6778           remove obsolete _factory_init protos
6779
6780 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6781
6782         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
6783         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
6784         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
6785         (gst_avi_demux_read_subindexes_push),
6786         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
6787         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6788         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
6789         (gst_avi_demux_massage_index),
6790         (gst_avi_demux_calculate_durations_from_index),
6791         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
6792         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
6793         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
6794           remove dead code, tweak debugs statements, add comments, use
6795           _uint64_scale instead _uint64_scale_int when using guint64 values,
6796           small optimizations, reflow some error handling
6797
6798 2006-11-22  Edward Hervey  <edward@fluendo.com>
6799
6800         * po/.cvsignore:
6801         We never put .pot files in cvs. Let's ignore them all.
6802
6803 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6804
6805         * po/POTFILES.in:
6806           ... but better exclude files that aren't disted.
6807
6808 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6809
6810         * po/POTFILES.in:
6811           Add v4l2 source files to list of files with translations, so the
6812           strings are actually extracted (however bad they still may be).
6813
6814 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6815
6816         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
6817           Minor clean-ups: const-ify static array, remove trailing comma from
6818           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
6819
6820 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
6821
6822         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
6823         Make sure that g_free always gets called on the same pointer that was 
6824         returned by g_malloc.  Fixes #376594.
6825         Do not leak memory if decompressed size is wrong.
6826         Remove unneeded check of return value of g_malloc.
6827         Patch by: René Stadler <mail@renestadler.de>
6828
6829 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
6830
6831         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
6832           Add missing curly brackets.
6833
6834 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
6835
6836         * sys/v4l2/v4l2src_calls.c:
6837         Fix capture_deinit.
6838
6839 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6840
6841         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
6842         (gst_matroska_mux_request_new_pad):
6843           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
6844
6845         * tests/check/elements/matroskamux.c: (setup_src_pad),
6846         (setup_sink_pad), (GST_START_TEST):
6847         Activate pads before using them.
6848
6849 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6850
6851         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
6852           Initialise variable to get rid of bogus compiler warning.
6853
6854 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
6855
6856         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
6857
6858         * gst/rtp/gstrtph263pay.c:
6859         * gst/rtp/gstrtph263pdepay.c:
6860         * gst/rtp/gstrtph263ppay.c:
6861           Specify H.263 variant and version in the caps (fixes #361637)
6862
6863 2006-11-15  Wim Taymans  <wim@fluendo.com>
6864
6865         * gst/rtsp/rtspconnection.c: (read_body):
6866         Don't set a data pointer to NULL and a size > 0 when we deal
6867         with empty packets.
6868
6869         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
6870         (rtsp_message_init_response), (rtsp_message_init_data),
6871         (rtsp_message_unset), (rtsp_message_free),
6872         (rtsp_message_take_body):
6873         Check that we can't create invalid empty packets. 
6874
6875 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
6876
6877         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6878
6879         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
6880         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
6881         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
6882         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6883         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
6884         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
6885         * gst/matroska/matroska-mux.h:
6886           Add basic tag writing support; implement releasing pads (#374658).
6887
6888 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
6889
6890         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6891         (gst_matroska_demux_audio_caps):
6892           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
6893
6894 2006-11-14  David Schleef  <ds@schleef.org>
6895
6896         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
6897
6898 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6899
6900         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
6901
6902         * win32/vs8/gst-plugins-good.sln:
6903         * win32/vs8/libgst1394.vcproj:
6904         * win32/vs8/libgstaasink.vcproj:
6905         * win32/vs8/libgstalaw.vcproj:
6906         * win32/vs8/libgstalpha.vcproj:
6907         * win32/vs8/libgstalphacolor.vcproj:
6908         * win32/vs8/libgstannodex.vcproj:
6909         * win32/vs8/libgstapetag.vcproj:
6910         * win32/vs8/libgstaudiofx.vcproj:
6911         * win32/vs8/libgstauparse.vcproj:
6912         * win32/vs8/libgstautodetect.vcproj:
6913         * win32/vs8/libgstavi.vcproj:
6914         * win32/vs8/libgstcacasink.vcproj:
6915         * win32/vs8/libgstcdio.vcproj:
6916         * win32/vs8/libgstcutter.vcproj:
6917         * win32/vs8/libgstdv.vcproj:
6918         * win32/vs8/libgsteffectv.vcproj:
6919         * win32/vs8/libgstflac.vcproj:
6920         * win32/vs8/libgstflxdec.vcproj:
6921         * win32/vs8/libgstgoom.vcproj:
6922         * win32/vs8/libgsticydemux.vcproj:
6923         * win32/vs8/libgstid3demux.vcproj:
6924         * win32/vs8/libgstjpeg.vcproj:
6925         * win32/vs8/libgstladspa.vcproj:
6926         * win32/vs8/libgstlevel.vcproj:
6927         * win32/vs8/libgstmatroska.vcproj:
6928         * win32/vs8/libgstmikmod.vcproj:
6929         * win32/vs8/libgstmng.vcproj:
6930         * win32/vs8/libgstmonoscope.vcproj:
6931         * win32/vs8/libgstmulaw.vcproj:
6932         * win32/vs8/libgstmultipart.vcproj:
6933         * win32/vs8/libgstpng.vcproj:
6934         * win32/vs8/libgstrtp.vcproj:
6935         * win32/vs8/libgstrtsp.vcproj:
6936         * win32/vs8/libgstshout2.vcproj:
6937         * win32/vs8/libgstsmpte.vcproj:
6938         * win32/vs8/libgstspeex.vcproj:
6939         * win32/vs8/libgsttaglib.vcproj:
6940         * win32/vs8/libgstudp.vcproj:
6941         * win32/vs8/libgstvideobalance.vcproj:
6942         * win32/vs8/libgstvideobox.vcproj:
6943         * win32/vs8/libgstvideoflip.vcproj:
6944         * win32/vs8/libgstvideomixer.vcproj:
6945         * win32/vs8/libgstwavenc.vcproj:
6946         * win32/vs8/libgstwavparse.vcproj:
6947           Make end-of-line returns unixy, so that when the files are checked
6948           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
6949           Hopefully fixes #366492.
6950
6951 2006-11-14  Wim Taymans  <wim@fluendo.com>
6952
6953         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
6954         Disable init_frames delay timestamp adjustment, it does not
6955         seem to be needed at all. Fixes #369621.
6956
6957 2006-11-13  Wim Taymans  <wim@fluendo.com>
6958
6959         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6960
6961         * gst/videomixer/videomixer.c:
6962         (gst_videomixer_set_master_geometry),
6963         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
6964         (gst_videomixer_collect_free), (gst_videomixer_reset),
6965         (gst_videomixer_init), (gst_videomixer_finalize),
6966         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
6967         (gst_videomixer_collected), (gst_videomixer_change_state):
6968         Fix memleak by unref'ing collectpads instance (when finalizing)
6969         Implement releasing a request pad. Fixes #374479.
6970
6971 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
6972
6973         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
6974
6975         * win32/vs8/gst-plugins-good.sln:
6976         * win32/vs8/libgst1394.vcproj:
6977         * win32/vs8/libgstaasink.vcproj:
6978         * win32/vs8/libgstalaw.vcproj:
6979         * win32/vs8/libgstalpha.vcproj:
6980         * win32/vs8/libgstalphacolor.vcproj:
6981         * win32/vs8/libgstannodex.vcproj:
6982         * win32/vs8/libgstapetag.vcproj:
6983         * win32/vs8/libgstaudiofx.vcproj:
6984         * win32/vs8/libgstauparse.vcproj:
6985         * win32/vs8/libgstautodetect.vcproj:
6986         * win32/vs8/libgstavi.vcproj:
6987         * win32/vs8/libgstcacasink.vcproj:
6988         * win32/vs8/libgstcdio.vcproj:
6989         * win32/vs8/libgstcutter.vcproj:
6990         * win32/vs8/libgstdv.vcproj:
6991         * win32/vs8/libgsteffectv.vcproj:
6992         * win32/vs8/libgstflac.vcproj:
6993         * win32/vs8/libgstflxdec.vcproj:
6994         * win32/vs8/libgstgoom.vcproj:
6995         * win32/vs8/libgsticydemux.vcproj:
6996         * win32/vs8/libgstid3demux.vcproj:
6997         * win32/vs8/libgstjpeg.vcproj:
6998         * win32/vs8/libgstladspa.vcproj:
6999         * win32/vs8/libgstlevel.vcproj:
7000         * win32/vs8/libgstmatroska.vcproj:
7001         * win32/vs8/libgstmikmod.vcproj:
7002         * win32/vs8/libgstmng.vcproj:
7003         * win32/vs8/libgstmonoscope.vcproj:
7004         * win32/vs8/libgstmulaw.vcproj:
7005         * win32/vs8/libgstmultipart.vcproj:
7006         * win32/vs8/libgstpng.vcproj:
7007         * win32/vs8/libgstrtp.vcproj:
7008         * win32/vs8/libgstrtsp.vcproj:
7009         * win32/vs8/libgstshout2.vcproj:
7010         * win32/vs8/libgstsmpte.vcproj:
7011         * win32/vs8/libgstspeex.vcproj:
7012         * win32/vs8/libgsttaglib.vcproj:
7013         * win32/vs8/libgstudp.vcproj:
7014         * win32/vs8/libgstvideobalance.vcproj:
7015         * win32/vs8/libgstvideobox.vcproj:
7016         * win32/vs8/libgstvideoflip.vcproj:
7017         * win32/vs8/libgstvideomixer.vcproj:
7018         * win32/vs8/libgstwavenc.vcproj:
7019         * win32/vs8/libgstwavparse.vcproj:
7020           Add VS8 project files (note that many of the plugins in ext are
7021           disabled by default). Fixes #366492.
7022
7023 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
7024
7025         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7026           we do not translate debug messages
7027
7028 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
7029
7030         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
7031           fix categorisation, make short desc more explicit, remove unused code
7032           Fixes #372021
7033
7034 2006-11-08  Wim Taymans  <wim@fluendo.com>
7035
7036         * gst/rtp/gstrtpL16depay.c:
7037         * gst/rtp/gstrtpamrdepay.c:
7038         * gst/rtp/gstrtpamrpay.c:
7039         * gst/rtp/gstrtpgsmdepay.c:
7040         * gst/rtp/gstrtph263pay.c:
7041         * gst/rtp/gstrtph263pdepay.c:
7042         * gst/rtp/gstrtph263ppay.c:
7043         * gst/rtp/gstrtph264depay.c:
7044         * gst/rtp/gstrtpmp2tdepay.c:
7045         * gst/rtp/gstrtpmp4gdepay.c:
7046         * gst/rtp/gstrtpmp4gpay.c:
7047         * gst/rtp/gstrtpmp4vdepay.c:
7048         * gst/rtp/gstrtpmp4vpay.c:
7049         * gst/rtp/gstrtpmpadepay.c:
7050         * gst/rtp/gstrtpmpapay.c:
7051         * gst/rtp/gstrtppcmadepay.c:
7052         * gst/rtp/gstrtppcmapay.c:
7053         * gst/rtp/gstrtppcmudepay.c:
7054         * gst/rtp/gstrtppcmupay.c:
7055         * gst/rtp/gstrtpspeexdepay.c:
7056         * gst/rtp/gstrtpspeexpay.c:
7057         * gst/rtp/gstrtpsv3vdepay.c:
7058         Fix element descriptions.
7059
7060 2006-11-08  Wim Taymans  <wim@fluendo.com>
7061
7062         * gst/rtp/gstrtpvorbisdepay.c:
7063         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
7064         Fix description.
7065         Small cleanup in the payloader.
7066
7067 2006-11-08  Wim Taymans  <wim@fluendo.com>
7068
7069         * gst/rtp/Makefile.am:
7070         * gst/rtp/gstrtp.c: (plugin_init):
7071         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
7072         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
7073         (gst_rtp_theora_depay_finalize),
7074         (gst_rtp_theora_depay_parse_configuration),
7075         (gst_rtp_theora_depay_setcaps),
7076         (gst_rtp_theora_depay_switch_codebook),
7077         (gst_rtp_theora_depay_process),
7078         (gst_rtp_theora_depay_set_property),
7079         (gst_rtp_theora_depay_get_property),
7080         (gst_rtp_theora_depay_change_state),
7081         (gst_rtp_theora_depay_plugin_init):
7082         * gst/rtp/gstrtptheoradepay.h:
7083         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
7084         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
7085         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
7086         (gst_rtp_theora_pay_init_packet),
7087         (gst_rtp_theora_pay_flush_packet),
7088         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
7089         (gst_rtp_theora_pay_handle_buffer),
7090         (gst_rtp_theora_pay_plugin_init):
7091         * gst/rtp/gstrtptheorapay.h:
7092         Add theora pay/depayloaders.
7093
7094 2006-11-06  Wim Taymans  <wim@fluendo.com>
7095
7096         * gst/rtp/Makefile.am:
7097         We depend on gsttag to generate the vorbis comments.
7098
7099         * gst/rtp/gstrtpvorbisdepay.c:
7100         (gst_rtp_vorbis_depay_parse_configuration),
7101         (gst_rtp_vorbis_depay_setcaps),
7102         (gst_rtp_vorbis_depay_switch_codebook),
7103         (gst_rtp_vorbis_depay_process):
7104         * gst/rtp/gstrtpvorbisdepay.h:
7105         Parse configuration string in the depayloader.
7106         Implement selecting and switching to a new codebook.
7107         Receiving vorbis over RTP now works.
7108
7109         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
7110         (gst_rtp_vorbis_pay_init_packet),
7111         (gst_rtp_vorbis_pay_finish_headers),
7112         (gst_rtp_vorbis_pay_handle_buffer):
7113         * gst/rtp/gstrtpvorbispay.h:
7114         Set timestamps on outgoing buffers and RTP packets.
7115         Fix configuration string, prepend number of Packet headers.
7116         Fix encoding of ident string.
7117         Add delivery-method to caps.
7118         Streaming vorbis over RTP now works.
7119
7120 2006-11-06  Wim Taymans  <wim@fluendo.com>
7121
7122         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7123         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
7124         (gst_rtp_vorbis_pay_handle_buffer):
7125         * gst/rtp/gstrtpvorbispay.h:
7126         Generate a valid configuration string in the caps based on the
7127         vorbis headers.
7128
7129 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7130
7131         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
7132         * ext/cdio/gstcdio.h:
7133         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
7134           Move CD-TEXT utility function into common file so it can also be
7135           used by a future cdioparanoiasrc.
7136
7137 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
7138         
7139         * sys/v4l2/Makefile.am:
7140         * sys/v4l2/gstv4l2object.c:
7141         * sys/v4l2/gstv4l2src.c:
7142         * sys/v4l2/gstv4l2xoverlay.c:
7143         * sys/v4l2/v4l2_calls.c:
7144         * sys/v4l2/v4l2src_calls.c:
7145         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
7146         xoverlay code that is still not implemented.
7147
7148 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
7149
7150         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
7151           We require a -base more recent than 0.10.9, so it's safe to use
7152           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
7153
7154         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
7155         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
7156           Use _newsegment_full() now that we depend on a recent enough core.
7157
7158         * gst/wavparse/gstwavparse.c:
7159           Remove cruft that we don't need any longer now that we depend on
7160           a recent enough -base.
7161
7162 2006-10-31  Wim Taymans  <wim@fluendo.com>
7163
7164         * gst/rtp/Makefile.am:
7165         * gst/rtp/gstrtp.c: (plugin_init):
7166         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
7167         (gst_rtpilbcpay_setcaps):
7168         Fix and activate ILBC pay and depayloaders. Fixes #368162.
7169
7170 2006-10-31  Wim Taymans  <wim@fluendo.com>
7171
7172         * ext/speex/gstspeexdec.c: (speex_dec_convert),
7173         (speex_dec_sink_event), (speex_dec_chain_parse_header):
7174         Some small cleanups, use _scale.
7175
7176 2006-10-31  Wim Taymans  <wim@fluendo.com>
7177
7178         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
7179         Use higher precision scale function.
7180
7181 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
7182
7183         Patch by: Michal Benes  <michal dot benes at itonis tv>
7184
7185         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
7186         (gst_matroska_demux_read_track_encodings),
7187         (gst_matroska_decode_buffer):
7188           Fix several issues with encoded/compressed/encrypted/signed tracks;
7189           also, remove superfluous newline characters from some debug
7190           statements. (#366155)
7191
7192 2006-10-30  Wim Taymans  <wim@fluendo.com>
7193
7194         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
7195         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
7196         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
7197         (gst_smokedec_change_state):
7198         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
7199         (gst_smokeenc_init), (gst_smokeenc_finalize),
7200         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
7201         (gst_smokeenc_resync), (gst_smokeenc_chain),
7202         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
7203         (gst_smokeenc_change_state):
7204         Various cleanups, capsnego and leak fixes.
7205
7206 2006-10-30  Wim Taymans  <wim@fluendo.com>
7207
7208         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7209
7210         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
7211         Fix videomixer so that it can handle any combination of framerates.
7212         Fixes #367221.
7213
7214 2006-10-28  Wim Taymans  <wim@fluendo.com>
7215
7216         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7217         (gst_avi_demux_parse_file_header),
7218         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
7219         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
7220         (gst_avi_demux_chain):
7221         Fix position query for audio. also fixes timestamps in streaming
7222         mode and bug #364958.
7223         Small cleanups.
7224
7225 2006-10-27  Wim Taymans  <wim@fluendo.com>
7226
7227         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
7228         * ext/libpng/gstpngenc.h:
7229         Fix strides. Fixes #364856.
7230         Cleanup capsnego.
7231         Set caps on outgoing buffers.
7232
7233 2006-10-18  Wim Taymans  <wim@fluendo.com>
7234
7235         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
7236
7237         * gst/rtp/gstrtpgsmpay.c:
7238         * gst/rtp/gstrtph263pay.c:
7239         * gst/rtp/gstrtpmpapay.c:
7240         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
7241         (gst_rtp_pcma_pay_handle_buffer):
7242         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
7243         Add static payload numbers in addition to the dynamic ones.
7244         Fixes #361639.
7245
7246 2006-10-18  Wim Taymans  <wim@fluendo.com>
7247
7248         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7249         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
7250         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
7251         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
7252         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
7253         * gst/rtsp/rtspdefs.h:
7254         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7255         * gst/rtsp/rtspurl.h:
7256         Reuse already existing enum for lower transport.
7257         Add rtspt and rtspu protocols.
7258         Send redirect to rtspt when udp times out.
7259
7260 2006-10-18  Wim Taymans  <wim@fluendo.com>
7261
7262         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
7263         (gst_wavparse_stream_data):
7264         Fix seeking some more, mostly for speed changes.
7265
7266 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7267
7268         Patch by: Fredrik Persson  <frepe at bredband net>
7269
7270         * sys/v4l2/gstv4l2tuner.c:
7271         * sys/v4l2/gstv4l2tuner.h:
7272           Fix _set_channel(): remove useless g_object_notify() for "channel"
7273           property that doesn't exist any longer and therefore now also
7274           useless redirect (#338818).
7275
7276 2006-10-17  Wim Taymans  <wim@fluendo.com>
7277
7278         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
7279         Some drivers do not support unsetting the non-blocking flag once the
7280         device is opened. In those cases, close/open the device in
7281         non-blocking mode. Fixes #362673.
7282
7283 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7284
7285         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7286         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7287         (gst_v4l2src_get_fps):
7288           dear stefan, framespersecond is not frameperiod, reverting but adding
7289           comment
7290
7291 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7292
7293         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7294         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7295         (gst_v4l2src_get_fps):
7296           Numerator is numerator and denominator is denominator. Say that aloud
7297           5 times and retry after next beer.
7298
7299 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
7300
7301         Patch by: Josep Torra Valles  <josep at fluendo com>
7302
7303         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
7304         * ext/esd/esdsink.c: (gst_esdsink_write):
7305         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
7306         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
7307         (gst_flac_dec_send_newsegment):
7308         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
7309         (gst_flac_enc_tell_callback):
7310         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
7311         (smokecodec_parse_header), (smokecodec_decode):
7312         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
7313         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
7314         * gst/goom/Makefile.am:
7315         * gst/goom/gstgoom.c:
7316         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
7317         * gst/rtsp/gstrtspsrc.c:
7318         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7319         * gst/udp/gstudpsink.c:
7320         * gst/udp/gstudpsrc.c:
7321         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
7322         * sys/sunaudio/gstsunaudiomixertrack.h:
7323           Fix a bunch of problems discovered by the Forte compiler, mostly type
7324           mixups and pointer arithmetics with void pointers. Fixes #362603.
7325
7326 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7327
7328         * ext/speex/gstspeex.c: (plugin_init):
7329         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
7330         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
7331         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
7332         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
7333         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
7334         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
7335         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
7336         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
7337         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
7338         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
7339         (gst_speex_enc_chain), (gst_speex_enc_get_property),
7340         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
7341         * ext/speex/gstspeexenc.h:
7342           Miscellaneous clean-ups, among other things: speexenc => enc to
7343           enhance code readability; change speexenc => speex_enc; in chain
7344           function unref input buffer in case of error; take reference in
7345           event function; use boilerplate macro; use gst_pad_query_peer_*
7346           convenience functions.
7347
7348 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7349
7350         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
7351         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
7352         (gst_speexenc_set_header_on_caps):
7353           Fix some mem leaks.
7354
7355 2006-10-11  Wim Taymans  <wim@fluendo.com>
7356
7357         * gst/rtsp/URLS:
7358         Added some other URL.
7359
7360         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
7361         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
7362         (gst_rtspsrc_open), (gst_rtspsrc_play),
7363         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7364         * gst/rtsp/gstrtspsrc.h:
7365         Work on fallback to TCP connection when the UDP socket times out.
7366         Handler server requests, just reply with OK for now.
7367
7368         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7369         * gst/rtsp/rtspdefs.h:
7370         Added some more Real extension headers.
7371
7372         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7373         Fix parsing of urls with a ':' that is not part of the hostname:port
7374         part of the url.
7375
7376 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7377
7378         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
7379         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
7380         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
7381           Activate pad before adding it to the already-running element.
7382
7383         * tests/check/elements/icydemux.c: (icydemux_found_pad):
7384           Activate newly-created pad too.
7385
7386 2006-10-11  Wim Taymans  <wim@fluendo.com>
7387
7388         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
7389
7390         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7391         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
7392         (gst_udpsrc_start):
7393         Fix some leaks in caps and uris. Fixes #361252.
7394
7395 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
7396
7397         * gst/wavparse/Makefile.am:
7398           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
7399
7400 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
7401
7402         * sys/v4l2/gstv4l2xoverlay.c:
7403         * sys/v4l2/gstv4l2xoverlay.h:
7404         Fix build as per the patch in #338818 comment 36.
7405
7406 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
7407
7408         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
7409           Activate pads before adding them to the source.
7410
7411 2006-10-06  Wim Taymans  <wim@fluendo.com>
7412
7413         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
7414         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
7415         Activate pads before adding.
7416
7417 2006-10-06  Wim Taymans  <wim@fluendo.com>
7418
7419         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
7420         (gst_multipart_find_pad_by_mime):
7421         Activate pads before adding.
7422
7423         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
7424         BOILERPLATE sets parent_class for us.
7425
7426 2006-10-06  Wim Taymans  <wim@fluendo.com>
7427
7428         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
7429         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7430         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
7431         (gst_rtspsrc_alloc_udp_ports),
7432         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7433         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
7434         (gst_rtspsrc_create_transports_string),
7435         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
7436         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7437         * gst/rtsp/gstrtspsrc.h:
7438         Rework how the transport string is constructed, try to share channels
7439         and udp ports.
7440         Make most of the stuff less dependant on RTP as we are also going to use
7441         it for RDT.
7442         Add support for transport specific session managers.
7443
7444         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
7445         Implement _flush().
7446
7447         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7448         * gst/rtsp/rtspdefs.h:
7449         Add generic error return code.
7450
7451         * gst/rtsp/rtspext.h:
7452         Add support for pluggable tranport strings.
7453
7454         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
7455         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
7456         (rtsp_ext_wms_get_context):
7457         Detect WMServer and activate the extension.
7458
7459         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
7460         (rtsp_transport_get_manager), (rtsp_transport_parse):
7461         * gst/rtsp/rtsptransport.h:
7462         Added methods to get mime/manager for certain transports.
7463
7464 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
7465
7466         * ext/cairo/gsttimeoverlay.c:
7467         (gst_cairo_time_overlay_update_font_height):
7468         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
7469         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
7470         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
7471         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
7472         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
7473         * ext/libpng/gstpngdec.c: (user_endrow_callback):
7474         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
7475         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
7476         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
7477         (gst_avi_demux_stream_data):
7478         * gst/cutter/gstcutter.c: (gst_cutter_chain):
7479         * gst/debug/efence.c: (gst_efence_buffer_alloc),
7480         (gst_fenced_buffer_copy):
7481         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7482         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
7483         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
7484         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
7485         (gst_rtspsrc_handle_message):
7486         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
7487         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
7488           Printf format fixes.
7489
7490 2006-10-04  Wim Taymans  <wim@fluendo.com>
7491
7492         * gst/rtsp/Makefile.am:
7493         Dist new .h file too.
7494
7495 2006-10-04  Wim Taymans  <wim@fluendo.com>
7496
7497         * gst/rtsp/Makefile.am:
7498         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
7499         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
7500         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7501         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7502         (gst_rtspsrc_parse_rtpmap),
7503         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
7504         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7505         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
7506         * gst/rtsp/gstrtspsrc.h:
7507         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7508         * gst/rtsp/rtspdefs.h:
7509         * gst/rtsp/rtspext.h:
7510         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
7511         (rtsp_ext_wms_get_context):
7512         * gst/rtsp/rtspextwms.h:
7513         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
7514         (rtsp_transport_parse):
7515         * gst/rtsp/rtsptransport.h:
7516         Factor out extension in separate module.
7517         Fix getcaps to filter against the padtemplate.
7518         Use Content-Base if the server gives one.
7519         Rework the transport parsing a bit for future extensions.
7520         Added some Real Header field definitions.
7521
7522 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7523
7524         * docs/plugins/Makefile.am:
7525         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7526         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7527           added v4l2 stubs
7528         * gst-plugins-good.spec.in:
7529           add v4l2
7530
7531 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
7532
7533         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7534           Extract disc/album/medium number and count and try harder
7535           to extract track number/count.
7536
7537 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7538
7539         * configure.ac:
7540         * sys/Makefile.am:
7541           add build stuff for v4l2, needs --enable-experimental until
7542           the last bits are resolved
7543
7544 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
7545
7546         * tests/check/Makefile.am:
7547           Disable autodetect test temporarily, so that the build bots
7548           update -bad and the ranks of unreliable video sinks in there.
7549
7550         * tests/check/elements/autodetect.c: (GST_START_TEST):
7551           Skip test if no usable videosink is found.
7552
7553 2006-09-29  Wim Taymans  <wim@fluendo.com>
7554
7555         * gst/rtsp/URLS:
7556         Add some more URLs.
7557
7558         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7559         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
7560         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7561         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
7562         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7563         (gst_rtspsrc_loop), (gst_rtspsrc_send),
7564         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7565         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
7566         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7567         * gst/rtsp/gstrtspsrc.h:
7568         Add timeout property to control UDP timeouts.
7569         Fix error messages.
7570         Also start a loop function when operating in UDP mode so that we can
7571         do some more stuff async.
7572         Handle element messages from udpsrc to detect timeouts. If a timeout
7573         happens we currently generate an error.
7574         API: rtspsrc::timeout property.
7575
7576         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7577         (gst_udpsrc_create):
7578         Really implement the timeout in microseconds and not milliseconds.
7579
7580 2006-09-29  Wim Taymans  <wim@fluendo.com>
7581
7582         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7583         (gst_udpsrc_create), (gst_udpsrc_set_property),
7584         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
7585         * gst/udp/gstudpsrc.h:
7586         Added property to post a message on timeout.
7587         Updated docs.
7588         When restarting the select, initialize the fdsets again.
7589         Init control sockets so we don't accidentally close a random socket.
7590         API: GstUDPSrc::timeout property
7591
7592 2006-09-29  Wim Taymans  <wim@fluendo.com>
7593
7594         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
7595         Fix flag registration.
7596
7597         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7598         Reading 0 also means 'no more commands'
7599
7600 2006-09-29  Wim Taymans  <wim@fluendo.com>
7601
7602         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7603
7604         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7605         Fix possible infinite loop when shutting down, a read can also return
7606         0 to indicate no more messages are available. Fixes #358156.
7607
7608 2006-09-25  Wim Taymans  <wim@fluendo.com>
7609
7610         * gst/autodetect/gstautoaudiosink.c:
7611         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
7612         (gst_auto_audio_sink_find_best):
7613         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
7614         Small cleanups.
7615         don't try to set "sync" property when it is not available.
7616
7617 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7618
7619         Patch by: Peter Kjellerstedt  <pkj at axis com>
7620
7621         * gst/alpha/gstalpha.c:
7622         * gst/rtp/gstrtpamrdepay.c:
7623         * gst/rtsp/gstrtspsrc.c:
7624         * gst/udp/gstudpsrc.c:
7625         * gst/videomixer/videomixer.c:
7626           Include stdlib.h in some more places, makes things compile
7627           with uClibc and -Werror (#357592).
7628
7629 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7630
7631         * ext/jpeg/gstjpegdec.c:
7632           Set minimum height to 8 (from 16), our code should handle
7633           that fine. Some of the buttons on the apple trailer site
7634           are apparently only 15 pixels high (see #357470).
7635
7636 2006-09-23  Wim Taymans  <wim@fluendo.com>
7637
7638         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
7639         (gst_rtspsrc_open):
7640         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7641         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7642         (rtsp_connection_receive):
7643         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7644         * gst/rtsp/rtspdefs.h:
7645         Improve error reporting.
7646
7647 2006-09-23  Wim Taymans  <wim@fluendo.com>
7648
7649         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
7650         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
7651         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
7652         * gst/rtp/gstrtpdepay.c:
7653         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
7654         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
7655         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
7656         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
7657         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
7658         (gst_rtp_mp2t_depay_plugin_init):
7659         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
7660         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
7661         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
7662         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
7663         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
7664         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
7665         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
7666         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
7667         Fix klass typos.
7668         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
7669
7670 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7671
7672         * configure.ac:
7673           Need  -base CVS for gst_base_rtp_depayload_push_ts().
7674
7675 2006-09-22  Wim Taymans  <wim@fluendo.com>
7676
7677         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
7678         Don't check for a tag that is never there and check if we read the
7679         correct tag. Fixes seeking again.
7680         We must post an error when all pads are unlinked.
7681
7682 2006-09-22  Wim Taymans  <wim@fluendo.com>
7683
7684         * gst/rtp/Makefile.am:
7685         * gst/rtp/gstrtp.c: (plugin_init):
7686         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
7687         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7688         (gst_rtp_vorbis_pay_reset_packet),
7689         (gst_rtp_vorbis_pay_init_packet),
7690         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
7691         (gst_rtp_vorbis_pay_handle_buffer):
7692         More fixage, set endoder-params correctly in the payloader.
7693
7694 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7695
7696         * gst/autodetect/gstautoaudiosink.c:
7697         (gst_auto_audio_sink_base_init):
7698         * gst/autodetect/gstautovideosink.c:
7699         (gst_auto_video_sink_base_init):
7700           Make static pad templates static to appease valgrind's leak
7701           detector.
7702
7703         * tests/check/Makefile.am:
7704         * tests/check/elements/.cvsignore:
7705         * tests/check/elements/autodetect.c: (GST_START_TEST),
7706         (autodetect_suite):
7707           Add simple test for the ghostpad lockup on shutdown fixed in core
7708           CVS (audio bit disabled because it would need dozens of alsa
7709           suppressions and I'm too lazy to add those now).
7710
7711 2006-09-22  Wim Taymans  <wim@fluendo.com>
7712
7713         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
7714         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
7715         Small cleanups.
7716
7717         * gst/rtp/Makefile.am:
7718         * gst/rtp/gstrtp.c: (plugin_init):
7719         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
7720         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
7721         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
7722         (gst_rtp_vorbis_depay_process),
7723         (gst_rtp_vorbis_depay_set_property),
7724         (gst_rtp_vorbis_depay_get_property),
7725         (gst_rtp_vorbis_depay_change_state),
7726         (gst_rtp_vorbis_depay_plugin_init):
7727         * gst/rtp/gstrtpvorbisdepay.h:
7728         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
7729         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
7730         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
7731         (gst_rtp_vorbis_pay_flush_packet),
7732         (gst_rtp_vorbis_pay_append_buffer),
7733         (gst_rtp_vorbis_pay_handle_buffer),
7734         (gst_rtp_vorbis_pay_plugin_init):
7735         * gst/rtp/gstrtpvorbispay.h:
7736         Add experimental vorbis pay and depayloaders.
7737
7738 2006-09-21  Wim Taymans  <wim@fluendo.com>
7739
7740         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
7741         Fix profile-level-id parsing and setup.
7742
7743 2006-09-21  Wim Taymans  <wim@fluendo.com>
7744
7745         * gst/udp/README:
7746         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
7747         Update README, simple cleanup.
7748
7749 2006-09-21  Wim Taymans  <wim@fluendo.com>
7750
7751         * gst/rtp/README:
7752         Update README with some examples.
7753
7754         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
7755         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
7756         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
7757         (gst_rtp_mp4g_pay_setcaps):
7758         * gst/rtp/gstrtpmp4gpay.h:
7759         Make optional RTP parameters of type STRING, as required by the
7760         application/x-rtp caps specification.
7761
7762 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
7763
7764         * gst/rtp/gstrtph263pdepay.c:
7765         * gst/rtp/gstrtph263ppay.c:
7766         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
7767         RTP header.
7768
7769 2006-09-20  Wim Taymans  <wim@fluendo.com>
7770
7771         * gst/rtp/Makefile.am:
7772         And makefile too.
7773
7774 2006-09-20  Wim Taymans  <wim@fluendo.com>
7775
7776         * gst/rtp/gstrtp.c: (plugin_init):
7777         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
7778         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
7779         (decode_base64), (gst_rtp_asf_depay_setcaps),
7780         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
7781         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
7782         (gst_rtp_asf_depay_plugin_init):
7783         * gst/rtp/gstrtpasfdepay.h:
7784         Added preliminary ASF depayloader.
7785
7786         * gst/rtp/gstrtph264depay.c: (decode_base64):
7787         Fix base64 decoding.
7788
7789 2006-09-20  Wim Taymans  <wim@fluendo.com>
7790
7791         * gst/rtsp/URLS:
7792         Added some test URLS.
7793
7794         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7795         (gst_rtspsrc_loop), (gst_rtspsrc_open):
7796         * gst/rtsp/gstrtspsrc.h:
7797         When creating streams, give access to the complete SDP.
7798         Fix some leaks.
7799         Collect and merge global stream properties in stream caps.
7800         Preliminary support for WMServer.
7801
7802         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7803         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7804         (rtsp_connection_receive):
7805         * gst/rtsp/rtspconnection.h:
7806         Make connection interruptable.
7807         Refactor to make it reconnectable.
7808         Don't fail on short reads when reading data packets.
7809
7810         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
7811         (rtsp_url_get_port):
7812         * gst/rtsp/rtspurl.h:
7813         Add methods for getting/setting the port.
7814
7815         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
7816         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
7817         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
7818         (sdp_media_get_format), (sdp_parse_line),
7819         (sdp_message_parse_buffer):
7820         Fix headers. 
7821         Add methods for getting multiple attributes with the same name.
7822         Increase buffer size when parsing.
7823         Fix parsing of a=foo fields.
7824
7825         * gst/rtsp/test.c: (main):
7826         Update to new connection API.
7827
7828         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
7829         (rtsp_message_init_response), (rtsp_message_init_data),
7830         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
7831         * gst/rtsp/rtspmessage.h:
7832         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
7833         * gst/rtsp/rtsptransport.h:
7834         * gst/rtsp/sdp.h:
7835         * gst/rtsp/sdpmessage.h:
7836         * gst/rtsp/gstrtsp.c:
7837         * gst/rtsp/gstrtsp.h:
7838         * gst/rtsp/gstrtpdec.c:
7839         * gst/rtsp/gstrtpdec.h:
7840         * gst/rtsp/rtsp.h:
7841         * gst/rtsp/rtspdefs.c:
7842         * gst/rtsp/rtspdefs.h:
7843         Dual licensed under MIT and LGPL now.
7844
7845 2006-09-19  Wim Taymans  <wim@fluendo.com>
7846
7847         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
7848         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
7849         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
7850         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7851         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
7852         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7853         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
7854         * gst/rtsp/gstrtspsrc.h:
7855         Reorganize stream parsing and creation.
7856         Detect container formats in interleaved mode.
7857         Keep more state about the streams.
7858         Assume a server also supports PLAY if it does not say.
7859         Add unicast and interleaved properties to TCP transport requests to make
7860         some servers happy (WMServer).
7861
7862         * gst/rtsp/sdpmessage.h:
7863         Add some defines for the standard Bandwidth types.
7864
7865 2006-09-19  Wim Taymans  <wim@fluendo.com>
7866
7867         * gst/rtsp/test.c: (main):
7868         Fix build.
7869
7870 2006-09-19  Wim Taymans  <wim@fluendo.com>
7871
7872         * gst/wavparse/gstwavparse.c:
7873         Add ms-gsm to the src template.
7874
7875 2006-09-18  Wim Taymans  <wim@fluendo.com>
7876
7877         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
7878         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
7879         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
7880         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
7881         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
7882         * gst/rtsp/gstrtspsrc.h:
7883         Small cleanups, added documentation.
7884         Try to clean up the requests and responses.
7885         Refactor parsing the supported methods.
7886
7887         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
7888         (rtsp_connection_create), (rtsp_connection_send),
7889         (parse_response_status), (parse_request_line),
7890         (rtsp_connection_receive), (rtsp_connection_close),
7891         (rtsp_connection_free):
7892         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
7893         (rtsp_transport_init), (rtsp_transport_parse),
7894         (rtsp_transport_free):
7895         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7896         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
7897         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
7898         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
7899         Use g_return_val some more.
7900
7901         * gst/rtsp/rtspdefs.h:
7902         Add more enum values to track initial states.
7903
7904         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
7905         (rtsp_message_init_request), (rtsp_message_new_response),
7906         (rtsp_message_init_response), (rtsp_message_init_data),
7907         (rtsp_message_unset), (rtsp_message_free),
7908         (rtsp_message_add_header), (rtsp_message_remove_header),
7909         (rtsp_message_get_header), (rtsp_message_set_body),
7910         (rtsp_message_take_body), (rtsp_message_get_body),
7911         (rtsp_message_steal_body), (rtsp_message_dump):
7912         * gst/rtsp/rtspmessage.h:
7913         Reorder arguments, object goes as the first one.
7914         Use g_return_val some more.
7915
7916 2006-09-18  Wim Taymans  <wim@fluendo.com>
7917
7918         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
7919         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
7920         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
7921         * gst/rtsp/gstrtspsrc.h:
7922         Export sometimes source pad with correct caps on the template, create
7923         the ghostpad from the template.
7924         Remove RTCP template as we never expose RTCP.
7925         Protect against invalid body size.
7926         Avoid memcpy when creating the output buffer.
7927         Properly post an error and send EOS when the loop function is shut down.
7928
7929 2006-09-18  Wim Taymans  <wim@fluendo.com>
7930
7931         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
7932
7933         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7934         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
7935         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
7936         * gst/rtsp/gstrtspsrc.h:
7937         Make sure we can never set an invalid location.
7938
7939         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
7940         * gst/rtsp/rtspmessage.h:
7941         Added _steal_body method for future use.
7942
7943         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
7944         Make freeing of NULL url return immediatly.
7945
7946 2006-09-18  Wim Taymans  <wim@fluendo.com>
7947
7948         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
7949
7950         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
7951         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
7952         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
7953         (gst_rtspsrc_change_state):
7954         * gst/rtsp/gstrtspsrc.h:
7955         Use boilerplate.
7956         Make rtspsrc subclass GstBin to make state changes easier.
7957         Add Range header field on the PLAY request.
7958
7959 2006-09-18  Wim Taymans  <wim@fluendo.com>
7960
7961         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
7962
7963         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
7964         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
7965         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
7966         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
7967         * gst/rtsp/rtspconnection.c: (inet_aton):
7968         Small cleanups.
7969         when multicast is selected as the transport, create UDP sources and
7970         connect to the multicast group.
7971         Move parsing and setting of caps to a common place.
7972         Fixes #349894.
7973
7974 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
7975
7976         * ext/flac/gstflactag.c:
7977         * gst/alpha/gstalpha.c:
7978         * gst/debug/breakmydata.c:
7979         * gst/debug/negotiation.c:
7980         * gst/debug/testplugin.c:
7981         * gst/effectv/gstaging.c:
7982         * gst/effectv/gstdice.c:
7983         * gst/effectv/gstedge.c:
7984         * gst/effectv/gstquark.c:
7985         * gst/effectv/gstrev.c:
7986         * gst/effectv/gstshagadelic.c:
7987         * gst/effectv/gstvertigo.c:
7988         * gst/effectv/gstwarp.c:
7989         * gst/multipart/multipartdemux.c:
7990         * gst/multipart/multipartmux.c:
7991         * gst/videobox/gstvideobox.c:
7992         * gst/videofilter/gstgamma.c:
7993         * gst/videofilter/gstvideotemplate.c:
7994         * gst/videomixer/videomixer.c:
7995         * sys/sunaudio/gstsunaudiosrc.h:
7996         More G_OBJECT macro fixing.
7997
7998 2006-09-16  Wim Taymans  <wim@fluendo.com>
7999
8000         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
8001
8002         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
8003         Correctly set the dwLength in strh.
8004         With this patch, the file duration is now displayed correctly in window
8005         media player and the AVI plays completely. Fixes #356147
8006
8007 2006-09-15  Wim Taymans  <wim@fluendo.com>
8008
8009         Patch by: Darren Kenny <darren dot kenny at sun dot com>
8010
8011         * sys/sunaudio/gstsunaudiomixerctrl.c:
8012         (gst_sunaudiomixer_ctrl_build_list):
8013         Set the output track as the MASTER so that the gnome-settings-daemon
8014         keybindings for changing the volume using the keyboard works.
8015         Fixes #356142.
8016
8017 2006-09-15  Wim Taymans  <wim@fluendo.com>
8018
8019         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
8020         Fix documentation, it is not possible to control the framerate of jpegdec
8021         using filtered caps yet. Fixes #355210.
8022         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
8023         stop when there is an error.
8024
8025 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8026
8027         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
8028         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8029           Don't interpret a first buffer with an offset of NONE as
8030           'from the middle of the stream', but only a first buffer
8031           that has a valid buffer offset that's non-zero (see #345449).
8032
8033 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8034
8035         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
8036         (gst_icydemux_typefind_or_forward):
8037         * gst/icydemux/gsticydemux.h:
8038           When we merge/collect multiple incoming buffers for typefinding
8039           purposes, keep an initial 0 offset on the first outgoing buffer
8040           as well (otherwise id3demux won't work right). Fixes #345449.
8041           Also Make buffer metadata writable before setting buffer caps.
8042
8043         * tests/check/elements/icydemux.c: (typefind_succeed),
8044         (cleanup_icydemux), (push_data), (GST_START_TEST),
8045         (icydemux_suite):
8046           Small test case for the above.
8047
8048 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
8049
8050         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
8051         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
8052         (gst_avi_demux_stream_header_push),
8053         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8054         (gst_avi_demux_loop):
8055           More code reuse and better logging in _peek_chunk(). Reintroduce check
8056           for chunk sizes before reading them (avoid oom). Better handling for 
8057           invalid chunksizes when streaming.
8058
8059 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
8060
8061         * gst/level/gstlevel.c: (gst_level_set_property):
8062         * gst/level/gstlevel.h:
8063           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
8064           René Stadler
8065
8066 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
8067
8068         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8069         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8070         (gst_avi_demux_stream_data):
8071           Revert one change to fix streaming avi (adapter size != data size).
8072
8073 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8074
8075         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
8076
8077         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
8078         (gst_matroska_demux_reset),
8079         (gst_matroska_demux_read_track_encodings),
8080         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
8081         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8082         (gst_matroska_demux_subtitle_caps):
8083         * gst/matroska/matroska-ids.h:
8084           Add support for VOBSUB subtitle tracks and zlib-compressed
8085           tracks. Make sure we start on a keyframe after a seek. (#343348)
8086
8087 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8088
8089         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
8090         (gst_matroska_demux_push_flac_codec_priv_data),
8091         (gst_matroska_demux_push_xiph_codec_priv_data),
8092         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8093         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
8094         * gst/matroska/matroska-ids.h:
8095           Add basic FLAC support (#311586), not perfect yet though, needs some
8096           tweaking in flacdec; also, seeking could be better.
8097           Do better bounds checking when deserialising vorbis stream headers
8098           to make sure we don't read beyond the end of the buffer on bad input.
8099
8100 2006-09-04  Wim Taymans  <wim@fluendo.com>
8101
8102         Patch by: Alessandro Decina <alessandro at nnva dot org>
8103
8104         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
8105         Seeking back in a file containing a CMML stream errors out if the seek
8106         goes back up to the CMML headers. This is because after the seek the xml
8107         processing instruction <?xml ...?> is submitted to the xml parser again, 
8108         which results in an error. The attached patch fixes the problem. 
8109         Fixes #353908.
8110
8111         * ext/annodex/gstcmmlenc.h:
8112         Fix authors name.
8113
8114
8115 2006-08-28  Andy Wingo  <wingo@pobox.com>
8116
8117         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
8118         New helper function to lessen the ifdefs.
8119         (GST_INFO_OBJECT): 
8120         (gst_dv1394src_iso_receive): Use it.
8121         (gst_dv1394src_create): Also use the control sockets in iec61883
8122         mode.
8123         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
8124         handle for AVC operations; fixes #348233.
8125
8126 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8127
8128         * configure.ac:
8129         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8130         * docs/plugins/inspect/plugin-audiofx.xml:
8131         * docs/plugins/inspect/plugin-audiofxgood.xml:
8132         * gst/audiofx/Makefile.am:
8133         * gst/audiofx/audiofx.c:
8134         * gst/audiofxgood/.cvsignore:
8135         * gst/audiofxgood/Makefile.am:
8136         * gst/audiofxgood/audiofx.c:
8137         * gst/audiofxgood/audiopanorama.c:
8138         * gst/audiofxgood/audiopanorama.h:
8139           Rename again (audiofxgood -> audiofx).
8140
8141 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8142
8143         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
8144         (gst_avi_demux_stream_scan):
8145           Initialze variables.
8146
8147 2006-08-25  Wim Taymans  <wim@fluendo.com>
8148
8149         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8150         (gst_avi_demux_init), (gst_avi_demux_finalize),
8151         (gst_avi_demux_reset), (gst_avi_demux_index_last),
8152         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
8153         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
8154         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8155         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
8156         (gst_avi_demux_massage_index),
8157         (gst_avi_demux_calculate_durations_from_index),
8158         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
8159         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8160         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
8161         (gst_avi_demux_change_state):
8162         * gst/avi/gstavidemux.h:
8163         More attempts to turn this into readable code.
8164         Don't leak adapters.
8165         Calculate duration according to index more efficiently.
8166         Don't try to act like we drive the pipeline in chain mode.
8167
8168 2006-08-25  Wim Taymans  <wim@fluendo.com>
8169
8170         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
8171         Fix build.
8172
8173 2006-08-25  Wim Taymans  <wim@fluendo.com>
8174
8175         Patch by: Alessandro Decina <alessandro at nnva dot org>
8176
8177         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
8178         Do some extra sanity checks.
8179         Fixes #350340.
8180
8181         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
8182         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
8183         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
8184         Check if clip->start_time is valid before adding the clip to the
8185         track list.
8186         Reset enc->preamble going from PAUSED to READY.
8187         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
8188         only used for EOS.
8189         Only post an error message if we were the one that created the fatal
8190         GstFlowReturn value.
8191
8192         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
8193         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
8194         Parse the seconds field of the npt-sec time format using %llu rather than
8195         %d and check that the value scaled by GST_SECOND doesn't overflow.
8196         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
8197         Lookup a clip's track with clip->track rather than clip->id which
8198         makes no sense.
8199         Identify a clip by its track and start time and not its xml id.
8200         do some more input checking and make sure we don't do undefined shifts.
8201
8202         * tests/check/elements/cmmldec.c: (setup_cmmldec),
8203         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
8204         (cmml_tag_message_pop), (check_headers), (push_clip_full),
8205         (push_clip), (push_empty_clip), (check_output_clip),
8206         (GST_START_TEST), (cmmldec_suite):
8207         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
8208         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
8209         (check_headers), (push_clip), (check_clip_times), (check_clip),
8210         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
8211         Added some more checks.
8212
8213 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8214
8215         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
8216         (gst_audio_panorama_set_property),
8217         (gst_audio_panorama_get_property),
8218         (gst_audio_panorama_transform_m2s_int),
8219         (gst_audio_panorama_transform_s2s_int),
8220         (gst_audio_panorama_transform_m2s_float),
8221         (gst_audio_panorama_transform_s2s_float):
8222         * gst/audiofxgood/audiopanorama.h:
8223         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8224           Make also the pan-property float (saves scaling and yields better
8225           resolution)
8226
8227 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8228
8229         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8230         (gst_audio_panorama_transform_m2s_float),
8231         (gst_audio_panorama_transform_s2s_float):
8232           ChangeLog surgery to add cymax's real name
8233
8234
8235 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8236
8237         Patch by: René Stadler <mail@renestadler.de>
8238
8239         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8240         (gst_audio_panorama_transform_m2s_int),
8241         (gst_audio_panorama_transform_s2s_int),
8242         (gst_audio_panorama_transform_m2s_float),
8243         (gst_audio_panorama_transform_s2s_float),
8244         (gst_audio_panorama_transform):
8245         * gst/audiofxgood/audiopanorama.h:
8246           Added float support
8247
8248 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8249
8250         * gst/audiofxgood/audiopanorama.c:
8251         (gst_audio_panorama_transform_m2s):
8252           Fix docs & debug category. Add Fixme for volume pan levels.
8253
8254 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8255
8256         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8257         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8258         (gst_avi_demux_stream_header_pull),
8259         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8260         (gst_avi_demux_chain):
8261           unbreak AVI index handling, some more debug, remove an obsolete
8262           adapter_flush that caused streaming to wander off in the wild
8263
8264 2006-08-24  Wim Taymans  <wim@fluendo.com>
8265
8266         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8267         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
8268         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
8269         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8270         (gst_avi_demux_calculate_durations_from_index),
8271         (gst_avi_demux_stream_header_push),
8272         (gst_avi_demux_stream_header_pull):
8273         * gst/avi/gstavidemux.h:
8274         Some more cleanups. 
8275         Fix totalFrames parsing in ODML.
8276         Disable use of index for length calculation in case of ODML as this is
8277         broken now.
8278
8279 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
8280
8281         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
8282           Use libgsttag helper function here too.
8283
8284 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
8285
8286         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8287         (gst_avi_demux_init), (gst_avi_demux_dispose),
8288         (gst_avi_demux_reset), (gst_avi_demux_index_next),
8289         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
8290         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8291         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
8292         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
8293         (gst_avi_demux_parse_subindex),
8294         (gst_avi_demux_read_subindexes_push),
8295         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
8296         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8297         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
8298         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
8299         (gst_avi_demux_stream_header_pull),
8300         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8301         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
8302         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
8303         (gst_avi_demux_change_state):
8304         * gst/avi/gstavidemux.h:
8305           Initial streaming support for avidemux (fixes #336465)
8306
8307 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8308
8309         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8310           There is no taglibmux element ...
8311
8312         * gst/rtsp/gstrtspsrc.c:
8313           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
8314           was complaining about unknown entity here.
8315
8316 2006-08-22  Wim Taymans  <wim@fluendo.com>
8317
8318         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8319         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
8320         (gst_avi_demux_process_next_entry):
8321         * gst/avi/gstavidemux.h:
8322         Mark DISCONT.
8323         Remove old unused fields and reorder the struct a bit.
8324
8325 2006-08-22  Wim Taymans  <wim@fluendo.com>
8326
8327         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8328         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
8329         (gst_rtspsrc_pause):
8330         * gst/rtsp/gstrtspsrc.h:
8331         * sys/oss/gstosssink.c: (gst_oss_sink_open),
8332         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
8333         Small documentation updates.
8334
8335 2006-08-22  Wim Taymans  <wim@fluendo.com>
8336
8337         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8338         (gst_avi_demux_index_entry_for_time),
8339         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8340         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
8341         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8342         (gst_avi_demux_next_data_buffer),
8343         (gst_avi_demux_calculate_durations_from_index),
8344         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
8345         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
8346         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8347         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
8348         * gst/avi/gstavidemux.h:
8349         Precalc most of the duration query for each stream.
8350         Make seeking more correct.
8351         Use GstSegment to track position and duration.
8352         Code cleanups and leak fixes.
8353         Calculate correct total duration based on index length.
8354
8355 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
8356
8357         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
8358         (parse_insert_string_field):
8359           If strings in text fields are marked ISO8859-1, but contain
8360           valid UTF-8 already, then handle them as UTF-8 and ignore
8361           the encoding. (#351794)
8362
8363 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8364
8365         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
8366         (gst_flac_dec_write), (gst_flac_dec_loop),
8367         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
8368         (gst_flac_dec_src_query):
8369         * ext/flac/gstflacdec.h:
8370           Make flac-in-ogg work (#352100).
8371
8372 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8373
8374         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
8375           Don't unref buffers of which we've already given away
8376           ownership to the adapter.
8377
8378 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8379
8380         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
8381           Make metadata extraction actually work.
8382
8383         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
8384         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
8385         (gst_speexenc_chain):
8386           Fix metadata writing: replace old code which wrote completely
8387           broken tags with libgsttag-based code. Plus miscellaneous
8388           code cleanups (use static pad templates etc.) and a bunch
8389           of leak fixes.
8390
8391 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8392
8393         * gst/audiopanorama/.cvsignore:
8394         * gst/audiopanorama/Makefile.am:
8395         * gst/audiopanorama/audiofx.c:
8396         * gst/audiopanorama/audiopanorama.c:
8397         * gst/audiopanorama/audiopanorama.h:
8398           die! die! die! you should never have been there
8399
8400 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
8401
8402         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8403         Fix invalid memory access in audiopanorama test suite.
8404
8405 2006-08-21  Edward Hervey  <edward@fluendo.com>
8406
8407         * tests/check/elements/.cvsignore:
8408         ignore built file
8409
8410 2006-08-21  Wim Taymans  <wim@fluendo.com>
8411
8412         * gst/rtp/Makefile.am:
8413         Fix the build again.
8414
8415 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8416
8417         * gst/audiofxgood/.cvsignore:
8418         * gst/audiofxgood/Makefile.am:
8419         * gst/audiofxgood/audiofx.c: (plugin_init):
8420         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8421         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8422         (gst_audio_panorama_set_property),
8423         (gst_audio_panorama_get_property),
8424         (gst_audio_panorama_get_unit_size),
8425         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8426         (gst_audio_panorama_transform_m2s),
8427         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8428         * gst/audiofxgood/audiopanorama.h:
8429           resubmit with the desired name *again*
8430
8431 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8432
8433         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
8434         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
8435           use g_assert in _get_unit_size
8436
8437 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8438
8439         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8440         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8441         * docs/plugins/inspect/plugin-audiofxgood.xml:
8442           cleanup -unused.txt to make it useful, add previously missing docs
8443
8444         * ext/Makefile.am:
8445           Quietly (accidentally) enable LADSPA for building by default, 
8446           despite the fact that it doesn't meet the plugin checklist.
8447             -- Added by Jan Schmidt 18 Dec 2006
8448
8449         * ext/esd/esdmon.c:
8450         * ext/esd/esdsink.c:
8451         * ext/esd/gstesd.c: (plugin_init):
8452           reflow to get rid of two external symbols
8453
8454         * gst/audiofxgood/audiofx.c: (plugin_init):
8455           re-add
8456
8457 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8458
8459         * configure.ac:
8460         * gst/audiofxgood/.cvsignore:
8461         * gst/audiofxgood/Makefile.am:
8462         * gst/audiofxgood/audiofx.c
8463         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8464         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8465         (gst_audio_panorama_set_property),
8466         (gst_audio_panorama_get_property),
8467         (gst_audio_panorama_get_unit_size),
8468         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8469         (gst_audio_panorama_transform_m2s),
8470         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8471         * gst/audiofxgood/audiopanorama.h:
8472         * tests/check/Makefile.am:
8473         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
8474         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
8475         (panorama_suite), (main):
8476         Add audiofxgood plugin with audiopanorama element
8477
8478 2006-08-18  Wim Taymans  <wim@fluendo.com>
8479
8480         * docs/plugins/Makefile.am:
8481         More Oss docs fixage. 
8482
8483 2006-08-18  Wim Taymans  <wim@fluendo.com>
8484
8485         * gst/rtp/Makefile.am:
8486         * gst/rtp/gstrtp.c: (plugin_init):
8487         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
8488         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
8489         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
8490         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
8491         (gst_rtp_sv3v_depay_get_property),
8492         (gst_rtp_sv3v_depay_change_state),
8493         (gst_rtp_sv3v_depay_plugin_init):
8494         * gst/rtp/gstrtpsv3vdepay.h:
8495         Added experimental SVQ3 depayloader.
8496
8497 2006-08-18  Edward Hervey  <edward@fluendo.com>
8498
8499         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
8500         (gst_dvdemux_loop), (gst_dvdemux_change_state):
8501         * ext/dv/gstdvdemux.h:
8502         When handling seek requests, don't send the newsegment event from the
8503         calling thread. Instead save it so it can be sent from the streaming
8504         thread.
8505
8506 2006-08-17  Wim Taymans  <wim@fluendo.com>
8507
8508         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8509
8510         * gst/multipart/multipartdemux.c: (multipart_parse_header):
8511         Accept leading whitespace before the boundary
8512         This patch makes the demuxer allow some whitespace before the actual
8513         boundary. This makes the demuxer work with the ``old'' gstreamer
8514         multipartmuxer again (which placed an extra \n before the start
8515         of the stream) Fixes #349068.
8516
8517 2006-08-17  Wim Taymans  <wim@fluendo.com>
8518
8519         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
8520         Error out on non-implemented stuff.
8521
8522 2006-08-16  Wim Taymans  <wim@fluendo.com>
8523
8524         Patch by: Andy Wingo <wingo at pobox dot com>
8525
8526         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
8527         (gst_signal_processor_start), (gst_signal_processor_stop),
8528         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
8529         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
8530         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
8531         (gst_signal_processor_change_state):
8532         Make ladspa elements reusable. Fixes #350006.
8533
8534 2006-08-16  Wim Taymans  <wim@fluendo.com>
8535
8536         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
8537         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
8538         names as possible. Fixes #349901.
8539
8540 2006-08-16  Wim Taymans  <wim@fluendo.com>
8541
8542         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
8543         (gst_signal_processor_do_pushes):
8544         A push() gives away our refcount so we should not use the buffer on the
8545         pen anymore.
8546
8547 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8548
8549         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8550         (gst_oss_mixer_element_finalize):
8551           Don't leak device string.
8552
8553 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8554
8555         * configure.ac:
8556           Require CVS of GStreamer core and -base (for
8557           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
8558
8559         * ext/taglib/gstid3v2mux.cc:
8560           Write extended comment tags properly (#348762).
8561
8562         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
8563         (parse_comment_frame):
8564           Extract COMM frames into extended comments, which makes it
8565           easier to properly retain the description bit of the tag
8566           and maintain this information when re-tagging (#348762).
8567
8568 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8569
8570         * tests/check/Makefile.am:
8571           Don't try to run annodex unit tests if the annodex
8572           plugin has not been built (Fixes #351116).
8573
8574 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8575
8576         * gst/autodetect/gstautoaudiosink.c:
8577         (gst_auto_audio_sink_find_best):
8578           When we can't find a usable audiosink, don't error out,
8579           but use a fake sink instead and post a warning message
8580           on the bus (#341278).
8581
8582 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8583
8584         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
8585         * sys/oss/gstosssink.c:
8586         * sys/oss/gstosssrc.c:
8587           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
8588           ossmixer's new device property.
8589
8590         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8591         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8592           Add docs for OSS elements.
8593
8594         * docs/plugins/inspect/plugin-aasink.xml:
8595         * docs/plugins/inspect/plugin-alaw.xml:
8596         * docs/plugins/inspect/plugin-alpha.xml:
8597         * docs/plugins/inspect/plugin-alphacolor.xml:
8598         * docs/plugins/inspect/plugin-annodex.xml:
8599         * docs/plugins/inspect/plugin-apetag.xml:
8600         * docs/plugins/inspect/plugin-auparse.xml:
8601         * docs/plugins/inspect/plugin-autodetect.xml:
8602         * docs/plugins/inspect/plugin-avi.xml:
8603         * docs/plugins/inspect/plugin-cacasink.xml:
8604         * docs/plugins/inspect/plugin-cairo.xml:
8605         * docs/plugins/inspect/plugin-cdio.xml:
8606         * docs/plugins/inspect/plugin-cutter.xml:
8607         * docs/plugins/inspect/plugin-debug.xml:
8608         * docs/plugins/inspect/plugin-dv.xml:
8609         * docs/plugins/inspect/plugin-efence.xml:
8610         * docs/plugins/inspect/plugin-effectv.xml:
8611         * docs/plugins/inspect/plugin-esdsink.xml:
8612         * docs/plugins/inspect/plugin-flac.xml:
8613         * docs/plugins/inspect/plugin-flxdec.xml:
8614         * docs/plugins/inspect/plugin-gconfelements.xml:
8615         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8616         * docs/plugins/inspect/plugin-goom.xml:
8617         * docs/plugins/inspect/plugin-halelements.xml:
8618         * docs/plugins/inspect/plugin-icydemux.xml:
8619         * docs/plugins/inspect/plugin-id3demux.xml:
8620         * docs/plugins/inspect/plugin-jpeg.xml:
8621         * docs/plugins/inspect/plugin-level.xml:
8622         * docs/plugins/inspect/plugin-matroska.xml:
8623         * docs/plugins/inspect/plugin-mulaw.xml:
8624         * docs/plugins/inspect/plugin-multipart.xml:
8625         * docs/plugins/inspect/plugin-navigationtest.xml:
8626         * docs/plugins/inspect/plugin-ossaudio.xml:
8627         * docs/plugins/inspect/plugin-png.xml:
8628         * docs/plugins/inspect/plugin-rtp.xml:
8629         * docs/plugins/inspect/plugin-rtsp.xml:
8630         * docs/plugins/inspect/plugin-shout2send.xml:
8631         * docs/plugins/inspect/plugin-smpte.xml:
8632         * docs/plugins/inspect/plugin-speex.xml:
8633         * docs/plugins/inspect/plugin-taglib.xml:
8634         * docs/plugins/inspect/plugin-udp.xml:
8635         * docs/plugins/inspect/plugin-videobalance.xml:
8636         * docs/plugins/inspect/plugin-videobox.xml:
8637         * docs/plugins/inspect/plugin-videoflip.xml:
8638         * docs/plugins/inspect/plugin-videomixer.xml:
8639         * docs/plugins/inspect/plugin-wavenc.xml:
8640         * docs/plugins/inspect/plugin-wavparse.xml:
8641         * docs/plugins/inspect/plugin-ximagesrc.xml:
8642           Update to CVS version.
8643           
8644 2006-08-16  Wim Taymans  <wim@fluendo.com>
8645
8646         * gst/rtp/gstrtpamrdepay.c:
8647         * gst/rtp/gstrtpmp4gdepay.c:
8648         Caps extra properties must be defined as strings for
8649         depayloaders because they are generated from an SDP.
8650
8651         * gst/rtp/Makefile.am:
8652         * gst/rtp/gstrtp.c: (plugin_init):
8653         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
8654         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
8655         (gst_rtp_h264_depay_finalize), (decode_base64),
8656         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
8657         (gst_rtp_h264_depay_set_property),
8658         (gst_rtp_h264_depay_get_property),
8659         (gst_rtp_h264_depay_change_state),
8660         (gst_rtp_h264_depay_plugin_init):
8661         * gst/rtp/gstrtph264depay.h:
8662         Added basic, not completely functional RFC 3984 H264 depayloader.
8663
8664 2006-08-16  Wim Taymans  <wim@fluendo.com>
8665
8666         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
8667         Add pads after setting them up.
8668
8669         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8670         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
8671         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
8672         (gst_rtspsrc_stream_setup_rtp),
8673         (gst_rtspsrc_stream_configure_transport),
8674         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
8675         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
8676         (gst_rtspsrc_pause):
8677         * gst/rtsp/gstrtspsrc.h:
8678         Fix interleaved mode.
8679          - Protect streaming with lock.
8680          - Combine flows
8681          - set caps on outgoing buffers.
8682          - strip trailing \0 from data packets.
8683          - Configure RTP/RTCP in stream.
8684         Use DEBUG_OBJECT more.
8685
8686 2006-08-16  Wim Taymans  <wim@fluendo.com>
8687
8688         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
8689         Turn a g_print into a DEBUG line.
8690
8691 2006-08-13  Wim Taymans  <wim@fluendo.com>
8692
8693         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
8694         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8695         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
8696         (gst_oss_mixer_element_get_property),
8697         (gst_oss_mixer_element_change_state):
8698         * sys/oss/gstossmixerelement.h:
8699         Small cleanups. Better error reporting.
8700         Add device property for the mixer instead of the hardcoded
8701         /dev/mixer. Fixes #350785.
8702         API: GstOssMixerElement::device property
8703
8704 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
8705
8706         Patch by: Jens Granseuer <jensgr at gmx net>
8707
8708         * gconf/Makefile.am:
8709           Make --disable-schemas work right (they still need
8710           to be copied to the installation directory, just not
8711           applied). Fixes #351347 (also #344100).
8712           
8713 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8714
8715         * configure.ac: back to HEAD
8716
8717 === release 0.10.4 ===
8718
8719 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
8720
8721         * configure.ac:
8722           releasing 0.10.4, "Dear Leader"
8723
8724 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8725
8726         Patch by: Edward Hervey <edward@fluendo.com>
8727
8728         * configure.ac:
8729         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8730         (gst_wavparse_stream_data):
8731         Send the newsegment event in the streaming thread.
8732         Fixes #347529
8733
8734 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
8735
8736         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
8737         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
8738         (gst_smokeenc_resync), (gst_smokeenc_chain):
8739           Refuse sink caps in the encoder if width or height is not a
8740           multiple of 16, the encoder does not support that yet (#349939);
8741           along the same lines, check the return value of the encoder
8742           setup function; also remove some debug log clutter.
8743
8744 2006-08-04  Andy Wingo  <wingo@pobox.com>
8745
8746         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
8747         whether a processor can work in place or not, and for keeping
8748         track of its state. Change the FlowReturn instance variable from
8749         "state" to "flow_state", all callers changed.
8750
8751         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
8752         (gst_signal_processor_start, gst_signal_processor_stop)
8753         (gst_signal_processor_cleanup): New functions to manage the
8754         processor's state.
8755         (gst_signal_processor_setcaps): start() as well as setup() here.
8756         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
8757         (gst_signal_processor_change_state): Stop and cleanup the
8758         processor as we go to NULL.
8759
8760         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
8761         INPLACE_BROKEN is not set.
8762
8763         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
8764         Do the alloc_buffer in bytes, not frames.
8765         
8766 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8767
8768         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
8769         Fix rgb masks when recording in < 24bpp.
8770
8771 2006-08-04  Andy Wingo  <wingo@pobox.com>
8772
8773         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
8774         (gst_signal_processor_prepare)
8775         (gst_signal_processor_update_inputs)
8776         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
8777         (gst_signal_processor_flush)
8778         (gst_signal_processor_sink_activate_push)
8779         (gst_signal_processor_src_activate_pull)
8780         (gst_signal_processor_change_state): Remove the last of the code
8781         that assumes that we process whole buffers at a time. Fix some
8782         debugging. Seems to work now in some cases.
8783         (gst_signal_processor_src_activate_pull): BPB
8784
8785 2006-08-01  Andy Wingo  <wingo@pobox.com>
8786
8787         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
8788         Fix nframes-choosing.
8789         (gst_signal_processor_init): Init pending_in and pending_out.
8790
8791         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
8792         more default sample rate, although we never check that the sample
8793         rate actually gets set. Something for the future.
8794         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
8795         (gst_signal_processor_event): Refcount fixen.
8796         (gst_signal_processor_process): Pull the number of frames to
8797         process from the sizes of the buffers in the input pens.
8798         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
8799         (gst_signal_processor_do_pulls): Add an nframes argument, and use
8800         it instead of buffer_frames.
8801         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
8802         to do_pulls.
8803         (gst_signal_processor_chain)
8804         (gst_signal_processor_sink_activate_push)
8805         (gst_signal_processor_src_activate_pull):  Refcount fixen.
8806
8807         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
8808
8809 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
8810
8811         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
8812         (gst_signal_processor_process):
8813           don't query buffer-frames from caps, add lots of debug-log,
8814           try fix for assert (#349189)
8815
8816 2006-07-31  Wim Taymans  <wim@fluendo.com>
8817
8818         * gst/udp/gstudpsrc.c:
8819         Fix docs.
8820
8821 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
8822
8823         * ext/ladspa/gstsignalprocessor.c:
8824         (gst_signal_processor_add_pad_from_template),
8825         (gst_signal_processor_init), (gst_signal_processor_setcaps),
8826         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
8827         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
8828         (gst_signal_processor_sink_activate_push),
8829         (gst_signal_processor_src_activate_pull),
8830         (gst_signal_processor_change_state):
8831          Add debugs logs here and there, add more error handling, add some
8832          FIXME comments, filed #349189
8833
8834 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8835
8836         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
8837         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
8838         Set caps on buffer correctly.  Fixes bug #349155.
8839
8840 2006-07-28  Wim Taymans  <wim@fluendo.com>
8841
8842         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8843
8844         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
8845         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
8846         (gst_multipart_demux_finalize), (get_line_end),
8847         (multipart_parse_header), (multipart_find_boundary),
8848         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
8849         (gst_multipart_set_property), (gst_multipart_get_property):
8850         Uses GstAdapter instead of own buffering.
8851         Actually parses the mime-type correctly (In tests the mime-type was
8852         always "" with the old version).
8853         Uses the Content-length header if available to speed up things.
8854         Reliably autoscans the boundary name by default.
8855         Fixes #349068.
8856
8857         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
8858         Don't start the stream with a \n.
8859
8860 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
8861
8862         Patch by: Brian Cameron <brian dot cameron at sun com>
8863
8864         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
8865           Open source with O_NONBLOCK (#349015).
8866
8867 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
8868
8869         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8870         (gst_avi_demux_massage_index):
8871         * gst/avi/gstavidemux.h:
8872           Whitespace fixes and more debug
8873
8874 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
8875
8876         * gst/autodetect/gstautoaudiosink.c:
8877         (gst_auto_audio_sink_create_element_with_pretty_name),
8878         (gst_auto_audio_sink_find_best),
8879         (gst_auto_audio_sink_change_state):
8880           Get rid of old and unused magic sound-server properties stuff.
8881           Add suffix to child sink's name that makes it easy to see from
8882           the name alone which type it actually is (alsa, oss, esd, etc.).
8883
8884 2006-07-27  Wim Taymans  <wim@fluendo.com>
8885
8886         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8887         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
8888         (gst_udpsrc_start):
8889         * gst/udp/gstudpsrc.h:
8890         Rename "buffer" to "buffer-size" to make clear it is a size we set and
8891         not some sort of feature we enable.
8892
8893 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
8894
8895         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
8896           Use CLOSE_SOCKET() here instead of close() to maintain
8897           win32 workiness.
8898
8899 2006-07-27  Wim Taymans  <wim@fluendo.com>
8900
8901         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
8902
8903         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8904         (gst_udpsrc_create), (gst_udpsrc_set_property),
8905         (gst_udpsrc_get_property), (gst_udpsrc_start):
8906         * gst/udp/gstudpsrc.h:
8907         Added "buffer-size" property to control the kernel receive buffer size.
8908         Update documentation.
8909         Small cleanups. Fixes #348752.
8910         API: buffer-size property
8911
8912 2006-07-26  Wim Taymans  <wim@fluendo.com>
8913
8914         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
8915
8916         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
8917         (gst_rtp_pcma_pay_handle_buffer):
8918         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
8919         (gst_rtp_pcmu_pay_handle_buffer):
8920         Fix timestamp calculation on outgoing RTP packets.
8921         Fixes #348675.
8922
8923 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8924
8925         * ext/taglib/gstid3v2mux.cc:
8926           Fix writing of comment frames (should be COMM not TCOM),
8927           is still sub-optimal though, since we don't retain or
8928           extract the comment descriptions properly (#334375,
8929           also see #334375).
8930
8931 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8932
8933         * gst/wavparse/gstwavparse.c:
8934           #define 'fact' RIFF chunk if we are not compiling against
8935           -base CVS (we don't want to depend on -base CVS for this
8936           one define only, and also not for release order reasons).
8937
8938 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8939
8940         * ext/taglib/gstid3v2mux.cc:
8941           Handle multiple tags of the same type properly. Re-inject
8942           unparsed ID3v2 frames that we get as binary blobs from
8943           id3demux into the tag again so we don't lose information
8944           when retagging (#334375).
8945
8946 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
8947
8948         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
8949           Document newly-added properties properly, so that there is a
8950           'Since: 0.10.4' in the plugin docs. Convert some property
8951           names into canonical GObject style (GObject will do that
8952           internally anyway).
8953
8954 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
8955
8956         * gst/id3demux/id3tags.c:
8957         (id3demux_add_id3v2_frame_blob_to_taglist):
8958           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
8959           well, and add the version to the blob's buffer caps, since that
8960           information will be needed for deserialisation later on (#348644).
8961
8962 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
8963
8964         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
8965         (gst_avi_demux_parse_stream):
8966          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
8967          indentation and spacing.
8968
8969 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8970
8971         * docs/plugins/Makefile.am:
8972         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8973         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8974         * docs/plugins/gst-plugins-good-plugins.args:
8975         * docs/plugins/inspect/plugin-1394.xml:
8976         * docs/plugins/inspect/plugin-aasink.xml:
8977         * docs/plugins/inspect/plugin-alaw.xml:
8978         * docs/plugins/inspect/plugin-alpha.xml:
8979         * docs/plugins/inspect/plugin-alphacolor.xml:
8980         * docs/plugins/inspect/plugin-annodex.xml:
8981         * docs/plugins/inspect/plugin-apetag.xml:
8982         * docs/plugins/inspect/plugin-auparse.xml:
8983         * docs/plugins/inspect/plugin-autodetect.xml:
8984         * docs/plugins/inspect/plugin-avi.xml:
8985         * docs/plugins/inspect/plugin-cacasink.xml:
8986         * docs/plugins/inspect/plugin-cairo.xml:
8987         * docs/plugins/inspect/plugin-cdio.xml:
8988         * docs/plugins/inspect/plugin-cutter.xml:
8989         * docs/plugins/inspect/plugin-debug.xml:
8990         * docs/plugins/inspect/plugin-dv.xml:
8991         * docs/plugins/inspect/plugin-efence.xml:
8992         * docs/plugins/inspect/plugin-effectv.xml:
8993         * docs/plugins/inspect/plugin-esdsink.xml:
8994         * docs/plugins/inspect/plugin-flac.xml:
8995         * docs/plugins/inspect/plugin-flxdec.xml:
8996         * docs/plugins/inspect/plugin-gconfelements.xml:
8997         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8998         * docs/plugins/inspect/plugin-goom.xml:
8999         * docs/plugins/inspect/plugin-halelements.xml:
9000         * docs/plugins/inspect/plugin-icydemux.xml:
9001         * docs/plugins/inspect/plugin-id3demux.xml:
9002         * docs/plugins/inspect/plugin-jpeg.xml:
9003         * docs/plugins/inspect/plugin-level.xml:
9004         * docs/plugins/inspect/plugin-matroska.xml:
9005         * docs/plugins/inspect/plugin-mulaw.xml:
9006         * docs/plugins/inspect/plugin-multipart.xml:
9007         * docs/plugins/inspect/plugin-navigationtest.xml:
9008         * docs/plugins/inspect/plugin-ossaudio.xml:
9009         * docs/plugins/inspect/plugin-png.xml:
9010         * docs/plugins/inspect/plugin-rtp.xml:
9011         * docs/plugins/inspect/plugin-rtsp.xml:
9012         * docs/plugins/inspect/plugin-shout2send.xml:
9013         * docs/plugins/inspect/plugin-smpte.xml:
9014         * docs/plugins/inspect/plugin-speex.xml:
9015         * docs/plugins/inspect/plugin-udp.xml:
9016         * docs/plugins/inspect/plugin-videobalance.xml:
9017         * docs/plugins/inspect/plugin-videobox.xml:
9018         * docs/plugins/inspect/plugin-videoflip.xml:
9019         * docs/plugins/inspect/plugin-videomixer.xml:
9020         * docs/plugins/inspect/plugin-wavenc.xml:
9021         * docs/plugins/inspect/plugin-wavparse.xml:
9022         * docs/plugins/inspect/plugin-ximagesrc.xml:
9023           Update files to CVS/Prerelease version, add esdsink docs.
9024
9025         * ext/esd/esdsink.c:
9026           Add gtk-doc blurb.
9027
9028         * gst/rtp/gstrtpmp4vpay.c:
9029           Fix typo in element description.
9030
9031 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9032
9033         * ext/esd/esdsink.c: (gst_esdsink_open),
9034         (gst_esdsink_factory_init):
9035           Prevent libesd from auto-spawning a sound daemon if it
9036           is not already running. Now that we don't do evil stuff
9037           like that any longer we can give esdsink a rank so that
9038           autoaudiosink will try it as well if all other audio
9039           sinks fail (#343051).
9040
9041 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9042
9043         * ext/esd/Makefile.am:
9044           Oops, need to remove README from EXTRA_DIST as well.
9045
9046 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9047
9048         * ext/esd/README:
9049           Remove, it contains nothing useful anyway.
9050
9051         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
9052         (gst_esdsink_delay):
9053           Some small clean-ups; use GST_BOILERPLATE etc.
9054
9055 2006-07-24  Wim Taymans  <wim@fluendo.com>
9056
9057         * gst/law/alaw-decode.c: (alawdec_getcaps):
9058         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
9059         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
9060         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
9061         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
9062
9063 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
9064
9065         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
9066         (gst_wavparse_other), (gst_wavparse_perform_seek),
9067         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
9068         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
9069         (gst_wavparse_pad_query):
9070         * gst/wavparse/gstwavparse.h:
9071           Use information from 'fact' chunk for length calculation of compressed
9072           samples. Calculate bps if bogus value is found in wav header (embeded
9073           mp2/mp3).
9074           
9075
9076 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9077
9078         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
9079
9080         * configure.ac:
9081         * gst/udp/Makefile.am:
9082         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
9083         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
9084         * gst/udp/gstdynudpsink.h:
9085         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
9086         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
9087         * gst/udp/gstmultiudpsink.h:
9088         * gst/udp/gstudp.c: (plugin_init):
9089         * gst/udp/gstudpsink.h:
9090         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
9091         (gst_udpsrc_start), (gst_udpsrc_stop):
9092         * gst/udp/gstudpsrc.h:
9093         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
9094         (gst_udp_net_utils_win32_wsa_startup):
9095         * gst/udp/gstudpnetutils.h:
9096           Port udp plugin to win32 (#345288).
9097
9098 2006-07-24  Wim Taymans  <wim@fluendo.com>
9099
9100         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
9101         Remove unwanted DEBUG line.
9102
9103 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9104
9105         * gst/id3demux/gstid3demux.c: (plugin_init):
9106         * gst/id3demux/id3tags.c:
9107         (id3demux_add_id3v2_frame_blob_to_taglist):
9108         * gst/id3demux/id3tags.h:
9109           On second thought, it might be wiser and more efficient
9110           not to do tag registration from a streaming thread.
9111
9112 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9113
9114         * gst/id3demux/id3tags.c:
9115         (id3demux_add_id3v2_frame_blob_to_taglist),
9116         (id3demux_id3v2_frames_to_tag_list):
9117           Put ID3v2 frames we can't parse as binary blobs into private
9118           tags, so that they are not lost when retagging, at least once
9119           id3v2mux has been taught to re-inject those frames again.
9120           See bug #334375.
9121
9122 2006-07-21  Wim Taymans  <wim@fluendo.com>
9123
9124         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9125         (gst_avi_demux_process_next_entry):
9126         Fix some leaks.
9127
9128         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
9129         Don't use \n in debug lines.
9130
9131 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
9132
9133         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9134         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9135           Add annodex and icydemux, cleanup the sections a bit
9136
9137 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
9138
9139         Patch by: Alex Lancaster <alexl at users sourceforge net>
9140
9141         * ext/taglib/gstid3v2mux.cc:
9142           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
9143           ID3v2 TSSE frames (#347898).
9144
9145 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
9146
9147         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
9148           Respect mpegversion for "video/mpeg" and give message in case of
9149           unhandled versions.
9150
9151 2006-07-17  Wim Taymans  <wim@fluendo.com>
9152
9153         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
9154         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
9155         (gst_pngdec_chain), (gst_pngdec_sink_event),
9156         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
9157         (gst_pngdec_sink_activate_push):
9158         * ext/libpng/gstpngdec.h:
9159         Use statically allocated segment instead of leaking.
9160         Various cleanups.
9161         Fix flush and seek handling.
9162
9163 2006-07-16  Wim Taymans  <wim@fluendo.com>
9164
9165         * gst/rtp/Makefile.am:
9166         * gst/rtp/gstrtp.c: (plugin_init):
9167         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
9168         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
9169         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
9170         (gst_rtp_mp4g_depay_set_property),
9171         (gst_rtp_mp4g_depay_get_property),
9172         (gst_rtp_mp4g_depay_change_state),
9173         (gst_rtp_mp4g_depay_plugin_init):
9174         * gst/rtp/gstrtpmp4gdepay.h:
9175         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
9176         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
9177         (gst_rtp_mp4g_pay_flush):
9178         Added simple generic mpeg4 depayloader.
9179         Fix generic mpeg4 payloader.
9180
9181 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
9182
9183         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
9184           Don't try doing state changes on a NULL pointer.
9185
9186 2006-07-14  Wim Taymans  <wim@fluendo.com>
9187
9188         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
9189
9190         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
9191         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
9192         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9193         * gst/rtp/gstrtpamrdepay.h:
9194         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
9195         Fixes #321191
9196
9197 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9198
9199         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9200         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
9201         Fix segfault when moving mouse pointer to the bottom right corner.
9202
9203 2006-07-12  Wim Taymans  <wim@fluendo.com>
9204
9205         * gst/rtp/Makefile.am:
9206         * gst/rtp/gstrtp.c: (plugin_init):
9207         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
9208         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
9209         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
9210         (gst_rtp_mp2t_depay_set_property),
9211         (gst_rtp_mp2t_depay_get_property),
9212         (gst_rtp_mp2t_depay_change_state),
9213         (gst_rtp_mp2t_depay_plugin_init):
9214         * gst/rtp/gstrtpmp2tdepay.h:
9215         Added mpeg2 TS depayloader. Closing #347234.
9216
9217 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
9218
9219         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
9220           Remove g_assert that shouldn't be there and was triggered
9221           after trying to open a device that doesn't exist or can't
9222           be opened for some other reason (#347972).
9223
9224 2006-07-10  Edward Hervey  <edward@fluendo.com>
9225
9226         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9227         (gst_avi_demux_stream_header), (push_tag_lists):
9228         * gst/avi/gstavidemux.h:
9229         Don't push tag events found by gst_riff_parse_info() before outputting
9230         GST_EVENT_NEWSEGMENT.
9231
9232 2006-07-10  Wim Taymans  <wim@fluendo.com>
9233
9234         * gst/rtsp/Makefile.am:
9235         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
9236         (rtsp_connection_close):
9237         * gst/rtsp/rtspdefs.h:
9238         replaced closesocket and close in code with one CLOSE_SOCKET. 
9239         Some more cleanups. Fixes #345301.
9240
9241 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
9242
9243         * gst/autodetect/gstautoaudiosink.c:
9244           Fix example pipeline in docs.
9245
9246 2006-07-10  Wim Taymans  <wim@fluendo.com>
9247
9248         Patch by: Rob Taylor <robtaylor at floopily dot org>
9249
9250         * gst/udp/gstmultiudpsink.c: (join_multicast),
9251         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
9252         If a destination is added before the stream is set to PAUSED, the
9253         multicast group is not joined as the socket is not created yet. 
9254         Also TTL and LOOP should also be set. Fixes #346921.
9255
9256 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9257
9258         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9259         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9260         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
9261         (gst_ximage_src_init):
9262         * sys/ximage/gstximagesrc.h:
9263         Fix use-damage property to actually work :)
9264         Add startx, starty, endx, endy properties so screencasts other than full
9265         screen ones can work.
9266
9267 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9268
9269         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9270         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9271         (gst_ximage_src_class_init), (gst_ximage_src_init):
9272         * sys/ximage/gstximagesrc.h:
9273         Add use_damage property to offer ability to choose whether to use
9274         XDamage or not.
9275
9276 2006-07-07  Wim Taymans  <wim@fluendo.com>
9277
9278         * gst/goom/filters.c: (zoomFilterSetResolution):
9279         Avoid goom coredumping by clearing memory. 
9280         Fixes 345679.
9281
9282 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
9283
9284         * win32/vs6/libgstid3demux.dsp:
9285         Add a link to libgsttag-0.10.lib.
9286
9287 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9288
9289         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9290         (gst_tag_demux_read_range):
9291         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9292         (gst_id3demux_read_range):
9293           Don't return FLOW_UNEXPECTED when a buffer is before
9294           the start of the stream (which might happen with
9295           large ID3v2 tags if the tag reading was done pullrange
9296           based and we then switched to push mode later on).
9297           Fixes regression introduced by commit from June 29th.
9298
9299 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9300
9301         * ext/taglib/gstid3v2mux.cc:
9302           Make UTF-8 the default encoding when writing string
9303           tags (before, our UTF-8 strings would automatically
9304           be converted to ISO-8859-1 by taglib and written as
9305           ISO-8859-1 fields if that was possible).
9306
9307         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
9308         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
9309         (test_taglib_id3mux_with_tags):
9310           Add test case that makes sure our UTF-8 strings have
9311           actually been written into the tag as UTF-8.
9312
9313 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9314
9315         * configure.ac:
9316           Let's try that again.
9317
9318 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9319
9320         * configure.ac:
9321           Disable monoscope plugin for now until it fulfills
9322           all the requirements.
9323
9324 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9325
9326         * configure.ac:
9327         * gst/monoscope/Makefile.am:
9328         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
9329         (gst_monoscope_class_init), (gst_monoscope_init),
9330         (gst_monoscope_finalize), (gst_monoscope_reset),
9331         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
9332         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
9333         (gst_monoscope_sink_event), (gst_monoscope_src_event),
9334         (gst_monoscope_change_state), (plugin_init):
9335         * gst/monoscope/gstmonoscope.h:
9336           Port monoscope visualisation to 0.10.
9337
9338 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9339
9340         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
9341         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
9342           Return FLOW_UNEXPECTED when at the end of the file, not
9343           FLOW_ERROR. Fixes 'internal stream error' errors that
9344           would sometimes occur in totem when scrubbing to the
9345           end of an ID3v1 tagged mp3 file.
9346
9347 2006-07-03  Edward Hervey  <edward@fluendo.com>
9348
9349         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
9350         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
9351         (gst_pngdec_sink_event), (gst_pngdec_change_state):
9352         * ext/libpng/gstpngdec.h:
9353         Implement buffer clipping/dropping using GstSegment.
9354         This provides accurate seeking.
9355
9356 2006-07-03  Edward Hervey  <edward@fluendo.com>
9357
9358         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9359         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
9360         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
9361         (gst_avi_demux_process_next_entry), (push_tag_lists),
9362         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
9363         * gst/avi/gstavidemux.h:
9364         Proper aggregation of each stream's GstFlowReturn in order to figure out
9365         whether the task should stop or not.
9366         Don't send inline events before pushing out a NEW_SEGMENT, more
9367         specifically for GST_TAG_EVENT.
9368         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
9369         sub-indexes.
9370
9371 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
9372
9373         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9374
9375         * sys/sunaudio/gstsunaudiomixerctrl.c:
9376         (gst_sunaudiomixer_ctrl_build_list):
9377           Move "Monitor" slider to input tab so it works more like
9378           sdtaudiocontrol, which is what people on Solaris are used
9379           to using for their mixer program (#346259).
9380
9381 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9382
9383         * tests/check/elements/level.c: (GST_START_TEST):
9384           fix a leak, clean up at the end
9385
9386 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9387
9388         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9389         (gst_matroska_demux_send_event),
9390         (gst_matroska_demux_loop_stream_parse_id):
9391         * gst/matroska/matroska-ids.h:
9392           Send tag event after newsegment event.
9393
9394 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9395
9396         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9397         (gst_id3demux_read_range):
9398           Make sure we don't return GST_FLOW_OK with a NULL buffer in
9399           certain cases where a read beyond the end of the file is
9400           requested. Fixes #345930.
9401
9402         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9403         (gst_tag_demux_read_range):
9404           Fix same issue here as well.
9405
9406 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9407
9408         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
9409         
9410         Fix hypothetical crash.
9411
9412 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
9413
9414         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9415
9416         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
9417           Do not modify the ports value. If the user has turned off the
9418           built-in speakers, then we should not reset it in the prepare
9419           function, since this causes the built-in speakers to turn
9420           back on anytime the user changes a track in totem, rhythmbox,
9421           etc. (#346066).
9422
9423 2006-06-23  Wim Taymans  <wim@fluendo.com>
9424
9425         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
9426         Fix double caps unref when negotiation fails.
9427
9428 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9429
9430         * ext/annodex/gstcmmldec.c:
9431         * ext/annodex/gstcmmlenc.c:
9432         * ext/annodex/gstcmmlparser.c:
9433         * ext/dv/gstdvdec.c:
9434         * ext/dv/gstdvdemux.c:
9435         * ext/gdk_pixbuf/pixbufscale.c:
9436         * ext/jpeg/gstjpegenc.c:
9437         * ext/jpeg/gstsmokedec.c:
9438         * ext/jpeg/gstsmokeenc.c:
9439         * ext/libpng/gstpngdec.c:
9440         * ext/libpng/gstpngenc.c:
9441         * ext/speex/gstspeexenc.c:
9442         * gst/alpha/gstalphacolor.c:
9443         * gst/cutter/gstcutter.c:
9444         * gst/debug/gstnavigationtest.c:
9445         * gst/icydemux/gsticydemux.c:
9446         * gst/level/gstlevel.c:
9447         * gst/multipart/multipart.c:
9448         * gst/rtp/gstrtpamrpay.c:
9449         * gst/rtp/gstrtpdepay.c:
9450         * gst/rtp/gstrtpilbcpay.c:
9451         * gst/rtp/gstrtpmp4gpay.c:
9452         * gst/rtp/gstrtpmp4vpay.c:
9453         * gst/rtsp/gstrtpdec.c:
9454         * gst/rtsp/gstrtspsrc.c:
9455         * gst/udp/gstdynudpsink.c:
9456         * gst/udp/gstmultiudpsink.c:
9457         * gst/udp/gstudpsrc.c:
9458         * gst/videobox/gstvideobox.c:
9459         * gst/videofilter/gstvideoflip.c:
9460           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
9461           plus two minor macro fixes.
9462
9463 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9464
9465         * gst/matroska/matroska-demux.c:
9466         (gst_matroska_demux_check_subtitle_buffer),
9467         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9468         (gst_matroska_demux_subtitle_caps):
9469         * gst/matroska/matroska-ids.c:
9470         (gst_matroska_track_init_subtitle_context):
9471         * gst/matroska/matroska-ids.h:
9472           Try to fix up broken matroska files containing subtitle
9473           streams with non-UTF8 character encodings (courtesy of
9474           mkvmerge) using either the encoding specified in the
9475           GST_SUBTITLE_ENCODING environment variable or the
9476           current locale's character set if it is non-UTF8.
9477           Fixes #337076.
9478
9479 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9480
9481         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
9482           Set image type from APIC frame as "image-type" field
9483           of GST_TAG_IMAGE buffer caps (#344605).
9484
9485 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
9486
9487         * ext/flac/Makefile.am:
9488         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
9489         (gst_flac_dec_reset_decoders),
9490         (gst_flac_dec_setup_seekable_decoder),
9491         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
9492         (gst_flac_dec_metadata_callback),
9493         (gst_flac_dec_metadata_callback_seekable),
9494         (gst_flac_dec_metadata_callback_stream),
9495         (gst_flac_dec_error_callback),
9496         (gst_flac_dec_error_callback_seekable),
9497         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
9498         (gst_flac_dec_read_stream), (gst_flac_dec_write),
9499         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
9500         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
9501         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
9502         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
9503         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
9504         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
9505         (gst_flac_dec_sink_activate_push),
9506         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
9507         * ext/flac/gstflacdec.h:
9508           Support chain-based operation, should make flac-over-DAAP
9509           work (#340492).
9510
9511 2006-06-20  Wim Taymans  <wim@fluendo.com>
9512
9513         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9514         Doc updates, merge some unused symbols.
9515
9516 2006-06-20  Wim Taymans  <wim@fluendo.com>
9517
9518         * docs/plugins/Makefile.am:
9519         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9520         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9521         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
9522         * gst/rtsp/gstrtspsrc.c:
9523         * gst/rtsp/gstrtspsrc.h:
9524         Added documentation for the rtsp plugin. Fixes #345393.
9525
9526 2006-06-20  Wim Taymans  <wim@fluendo.com>
9527
9528         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9529         (rtsp_connection_close), (rtsp_connection_free):
9530         Use better G_OS_* macros. Fixes #345301 some more.
9531
9532 2006-06-20  Wim Taymans  <wim@fluendo.com>
9533
9534         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9535
9536         * sys/sunaudio/Makefile.am:
9537         * sys/sunaudio/gstsunaudio.c: (plugin_init):
9538         * sys/sunaudio/gstsunaudiomixerctrl.c:
9539         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
9540         (gst_sunaudiomixer_ctrl_list_tracks),
9541         (gst_sunaudiomixer_ctrl_get_volume),
9542         (gst_sunaudiomixer_ctrl_set_volume),
9543         (gst_sunaudiomixer_ctrl_set_mute),
9544         (gst_sunaudiomixer_ctrl_set_record):
9545         * sys/sunaudio/gstsunaudiomixerctrl.h:
9546         * sys/sunaudio/gstsunaudiomixertrack.c:
9547         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
9548         * sys/sunaudio/gstsunaudiomixertrack.h:
9549         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
9550         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
9551         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
9552         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
9553         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
9554         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
9555         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
9556         (gst_sunaudiosrc_reset):
9557         * sys/sunaudio/gstsunaudiosrc.h:
9558         Add a SunAudio source plugin.
9559         Support stereo and right/left channel gain in the mixer plugin.
9560         Support the RECORD flag so that you can switch between line-input and
9561         microphone in gnome-volume-control.
9562         Code cleanups like using an enumerator for track number instead of an 
9563         integer. Fixes #344923.
9564
9565 2006-06-20  Wim Taymans  <wim@fluendo.com>
9566
9567         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
9568
9569         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9570         (rtsp_connection_close):
9571         Make RTSP plugin compile on windows. Fixes #345301.
9572         Some changes to original patch to catch errors better.
9573         use ifdef WIN32 instead of ifndef.
9574
9575 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9576
9577         * configure.ac:
9578         If we have libraw1394 >= 1.2.1, then we need libiec61883.
9579
9580 2006-06-18  Edward Hervey  <edward@fluendo.com>
9581
9582         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
9583         After a failed buffer alloc, we need to abort the jpeg decoding (it
9584         started when parsing headers to figure out how many bytes we need
9585         to request downstream).
9586
9587 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
9588
9589         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9590
9591         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
9592           Make sure we don't read beyond the end of the file (#345232).
9593
9594 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9595
9596         * configure.ac:
9597           Fix --disable-external (can't set conditionals conditionally,
9598           #343602).
9599
9600 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9601
9602         * autogen.sh:
9603         * configure.ac:
9604         * docs/Makefile.am:
9605           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
9606
9607         * docs/plugins/Makefile.am:
9608         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9609         * docs/plugins/inspect/plugin-taglib.xml:
9610           Add/fix apev2mux docs.
9611
9612 2006-06-14  Wim Taymans  <wim@fluendo.com>
9613
9614         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
9615         (gst_dvdec_finalize), (gst_dvdec_sink_event),
9616         (gst_dvdec_change_state):
9617         Reset segment info on flush.
9618         Alloc segment in _init, free in _finalize.
9619
9620         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
9621         Don't send segments twice.
9622
9623 2006-06-14  Wim Taymans  <wim@fluendo.com>
9624
9625         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
9626         Respect segment.stop. Fixes #342592.
9627
9628 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9629
9630         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
9631           No language specified means the implied language is English
9632           according to the matroska spec (partially fixes #344708);
9633           add some more debug output.
9634
9635 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9636
9637         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
9638         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
9639         (gst_wavparse_chain):
9640           When operating chain-based, don't make any assumptions about the
9641           chunking of the incoming data and make streaming work on days other
9642           than the second Thursday after a full moon. Also fix up debug
9643           messages here and there and make use of the most excellent new
9644           gst_pad_query_peer_duration() utility function.
9645           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
9646
9647         * gst/wavparse/gstwavparse.h:
9648           Remove trailing comma after last enum value, some compilers don't
9649           like that.
9650
9651 2006-06-13  Wim Taymans  <wim@fluendo.com>
9652
9653         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
9654         Handle premature EOS gracefully.
9655
9656 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
9657
9658         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
9659           Prevent out of bounds array access when scrubbing towards
9660           the end of the file between the last index entry and the
9661           end. Fixes occasional 'start <= stop' newsegment event
9662           assertions when scrubbing in MJPEG files.
9663
9664 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
9665
9666         * tests/check/elements/.cvsignore:
9667           And another one.
9668
9669 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9670
9671         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9672         (scan_encoded_string), (parse_picture_frame):
9673           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
9674
9675         * configure.ac:
9676           Require core >= 0.10.8 (for GST_TAG_IMAGE and
9677           GST_TAG_PPEVIEW_IMAGE used in the patch above).
9678
9679 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9680
9681         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
9682           gratuitous comment changes
9683         * tests/check/elements/level.c: (GST_START_TEST):
9684           fix level test leaks
9685
9686 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9687
9688         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
9689         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
9690           Use gst_pad_query_peer_duration() utility function here.
9691
9692 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9693
9694         * autogen.sh:
9695           require am17
9696         * configure.ac:
9697         * ext/annodex/Makefile.am:
9698         * ext/cdio/Makefile.am:
9699         * ext/dv/Makefile.am:
9700         * ext/esd/Makefile.am:
9701         * ext/flac/Makefile.am:
9702         * ext/gdk_pixbuf/Makefile.am:
9703         * ext/ladspa/Makefile.am:
9704         * ext/libcaca/Makefile.am:
9705         * ext/speex/Makefile.am:
9706         * ext/taglib/Makefile.am:
9707         * sys/oss/Makefile.am:
9708         * sys/sunaudio/Makefile.am:
9709         * sys/ximage/Makefile.am:
9710           clean up build further
9711
9712 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9713
9714         * gconf/Makefile.am:
9715           Honour --disable-schemas-install configure option. Fixes #344100.
9716
9717 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9718
9719         * tests/examples/level/Makefile.am:
9720           Add -lm to LIBS for pow() function, don't assume one of our
9721           dependencies (such as libxml-2.0) drags it in automatically
9722           (#343603).
9723
9724 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9725
9726         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
9727
9728         * configure.ac:
9729           We should use $SED and not $(SED) in configure.ac (#343678).
9730
9731 2006-06-09  Wim Taymans  <wim@fluendo.com>
9732
9733         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9734
9735         * sys/sunaudio/gstsunaudiomixerctrl.c:
9736         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
9737         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
9738         (gst_sunaudiomixer_ctrl_set_mute):
9739         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
9740         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
9741         (gst_sunaudiosink_write):
9742         Attached find a patch that fixes a number of bugs with the SunAudio
9743         mixer plugin and fixes #344101:
9744         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
9745            tracks onto the tracklist causing gnome-volume-control's preferences
9746            dialog to be messed up and would core dump if you checked/unchecked
9747            any item.
9748         2. We weren't previously setting the MUTE flag properly.  Fixing this
9749            makes gnome-volume-control work better.
9750         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
9751            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
9752            gnome-volume-control look better.
9753         Also some minor cleanup in gstsunaudiosink.c.
9754
9755 2006-06-09  Wim Taymans  <wim@fluendo.com>
9756
9757         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
9758         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
9759         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
9760         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
9761         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
9762         * ext/jpeg/gstjpegdec.h:
9763         API: Added IDCT method property
9764         Small cleanups.
9765         Avoid dynamic allocation of trivial fixed structure.
9766         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
9767
9768 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9769
9770         * configure.ac:
9771         We now require libraw1394 >= 1.1.0 and that version onwards all
9772         have .pc files.
9773
9774 2006-06-02  Edward Hervey  <edward@fluendo.com>
9775
9776         * gst/law/alaw-decode.c: (alawdec_getcaps): 
9777         Trying to get items from an ANY or EMPTY caps is ... stupid.
9778
9779 2006-06-02  Edward Hervey  <edward@fluendo.com>
9780
9781         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
9782         (gst_dvdec_chain), (gst_dvdec_change_state):
9783         * ext/dv/gstdvdec.h:
9784         Added GstSegment handling, now implements dropping/clipping.
9785
9786 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
9787
9788         * ext/aalib/gstaasink.h:
9789         * ext/annodex/gstcmmldec.h:
9790         * ext/cairo/gsttimeoverlay.h:
9791         * ext/dv/gstdvdec.h:
9792         * ext/dv/gstdvdemux.h:
9793         * ext/esd/esdmon.h:
9794         * ext/esd/esdsink.h:
9795         * ext/flac/gstflacenc.h:
9796         * ext/gconf/gstgconfaudiosink.h:
9797         * ext/gconf/gstgconfaudiosrc.h:
9798         * ext/gconf/gstgconfvideosink.h:
9799         * ext/gconf/gstgconfvideosrc.h:
9800         * ext/gdk_pixbuf/gstgdkanimation.h:
9801         * ext/gdk_pixbuf/pixbufscale.h:
9802         * ext/hal/gsthalaudiosink.h:
9803         * ext/hal/gsthalaudiosrc.h:
9804         * ext/jpeg/gstjpegenc.h:
9805         * ext/jpeg/gstsmokedec.h:
9806         * ext/jpeg/gstsmokeenc.h:
9807         * ext/libcaca/gstcacasink.h:
9808         * ext/libmng/gstmngdec.h:
9809         * ext/libmng/gstmngenc.h:
9810         * ext/libpng/gstpngdec.h:
9811         * ext/libpng/gstpngenc.h:
9812         * ext/raw1394/gstdv1394src.h:
9813         * ext/speex/gstspeexenc.h:
9814         * gst/autodetect/gstautoaudiosink.h:
9815         * gst/autodetect/gstautovideosink.h:
9816         * gst/avi/gstavidemux.h:
9817         * gst/cutter/gstcutter.h:
9818         * gst/debug/efence.h:
9819         * gst/debug/gstnavigationtest.h:
9820         * gst/debug/gstnavseek.h:
9821         * gst/flx/gstflxdec.h:
9822         * gst/goom/gstgoom.h:
9823         * gst/icydemux/gsticydemux.h:
9824         * gst/id3demux/gstid3demux.h:
9825         * gst/law/alaw-decode.h:
9826         * gst/law/alaw-encode.h:
9827         * gst/law/mulaw-decode.h:
9828         * gst/law/mulaw-encode.h:
9829         * gst/matroska/matroska-mux.h:
9830         * gst/median/gstmedian.h:
9831         * gst/oldcore/gstaggregator.h:
9832         * gst/oldcore/gstfdsink.h:
9833         * gst/oldcore/gstmd5sink.h:
9834         * gst/oldcore/gstmultifilesrc.h:
9835         * gst/oldcore/gstpipefilter.h:
9836         * gst/oldcore/gstshaper.h:
9837         * gst/oldcore/gststatistics.h:
9838         * gst/rtp/gstasteriskh263.h:
9839         * gst/rtp/gstrtpL16depay.h:
9840         * gst/rtp/gstrtpL16pay.h:
9841         * gst/rtp/gstrtpamrdepay.h:
9842         * gst/rtp/gstrtpamrpay.h:
9843         * gst/rtp/gstrtpdepay.h:
9844         * gst/rtp/gstrtpgsmdepay.h:
9845         * gst/rtp/gstrtpgsmpay.h:
9846         * gst/rtp/gstrtph263pay.h:
9847         * gst/rtp/gstrtph263pdepay.h:
9848         * gst/rtp/gstrtph263ppay.h:
9849         * gst/rtp/gstrtpmp4gpay.h:
9850         * gst/rtp/gstrtpmp4vdepay.h:
9851         * gst/rtp/gstrtpmp4vpay.h:
9852         * gst/rtp/gstrtpmpadepay.h:
9853         * gst/rtp/gstrtpmpapay.h:
9854         * gst/rtp/gstrtppcmadepay.h:
9855         * gst/rtp/gstrtppcmapay.h:
9856         * gst/rtp/gstrtppcmudepay.h:
9857         * gst/rtp/gstrtppcmupay.h:
9858         * gst/rtp/gstrtpspeexdepay.h:
9859         * gst/rtp/gstrtpspeexpay.h:
9860         * gst/rtsp/gstrtpdec.h:
9861         * gst/rtsp/gstrtspsrc.h:
9862         * gst/smpte/gstsmpte.h:
9863         * gst/udp/gstdynudpsink.h:
9864         * gst/udp/gstmultiudpsink.h:
9865         * gst/udp/gstudpsink.h:
9866         * gst/udp/gstudpsrc.h:
9867         * gst/videofilter/gstvideobalance.h:
9868         * gst/videofilter/gstvideoflip.h:
9869         * sys/oss/gstossdmabuffer.h:
9870         * sys/oss/gstossmixerelement.h:
9871         * sys/oss/gstosssink.h:
9872         * sys/oss/gstosssrc.h:
9873         * sys/osxvideo/osxvideosink.h:
9874         * sys/sunaudio/gstsunaudiomixer.h:
9875         * sys/sunaudio/gstsunaudiosink.h:
9876         * sys/ximage/gstximagesrc.h:
9877         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
9878
9879 2006-05-31  Wim Taymans  <wim@fluendo.com>
9880
9881         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
9882         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
9883         (gst_goom_src_setcaps), (gst_goom_src_event),
9884         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
9885         (gst_goom_change_state):
9886         * gst/goom/gstgoom.h:
9887         Handle QoS.
9888         Handle flushing, discont and events.
9889         Fix timestamps and various other cleanups.
9890
9891 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9892
9893         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
9894         Fix bus reset when using libiec61883
9895
9896 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9897
9898         * configure.ac:
9899         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
9900         * ext/raw1394/Makefile.am:
9901         Add CFLAGS.
9902         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
9903         New method, to receive using libiec61883.
9904         (gst_dv1394src_iso_receive),
9905         #ifdef'd out if libiec61883 is present.
9906         (gst_dv1394src_bus_reset),
9907         Get userdata correctly if using libiec61883. 
9908         (gst_dv1394src_create),
9909         When using libiec61883, only poll one fd and no need to read.
9910         (gst_dv1394src_discover_avc_node),
9911         Replace g_warnings.
9912         (gst_dv1394src_start),
9913         Create new handle when we know which dv port.  More reliable
9914         than setting port on an existing handle.  Initialise libiec61883.
9915         (gst_dv1394src_stop):
9916         If using libiec61883, then cleanup its handle properly.
9917         * ext/raw1394/gstdv1394src.h:
9918         Add libiec61883 handle.
9919
9920 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
9921
9922         * gst/avi/gstavidemux.c:
9923           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
9924         * win32/MANIFEST:
9925           sort file listing
9926         * win32/vs6/libgstavi.dsp:
9927           add gstavimux.c to the project
9928         * win32/vs6/libgstid3demux.dsp:
9929           add link to zlib library
9930         * win32/vs6/libgstmatroska.dsp:
9931           add matroska-ids.c to the project
9932
9933 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9934
9935         Patch by: Sebastian Dröge  <mail at slomosnail de >
9936
9937         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9938         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9939         * ext/taglib/Makefile.am:
9940         * ext/taglib/gstapev2mux.cc:
9941         * ext/taglib/gstapev2mux.h:
9942         * ext/taglib/gstid3v2mux.cc:
9943         * ext/taglib/gsttaglibmux.c: (plugin_init):
9944         * ext/taglib/gsttaglibmux.h:
9945           Add apev2mux element (#343122).
9946         
9947         * tests/check/Makefile.am:
9948         * tests/check/elements/apev2mux.c:
9949         (test_taglib_apev2mux_create_tags),
9950         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
9951         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
9952         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
9953         (apev2mux_suite), (main):
9954           Add unit test for apev2mux element.
9955
9956 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9957
9958         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
9959         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
9960         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
9961           GST_PTR_FORMAT should be used to print caps in debug statements.
9962
9963 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9964
9965         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
9966
9967         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
9968         (ape_demux_parse_tags):
9969           Some clean-ups and additions: map APE 'file' tag to
9970           GST_TAG_LOCATION (#343123); add support for extracting
9971           the track count and clean up parsing a bit (#343127).
9972
9973 2006-05-28  Edward Hervey  <edward@fluendo.com>
9974
9975         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
9976         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
9977
9978 2006-05-28  Edward Hervey  <edward@fluendo.com>
9979
9980         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
9981         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
9982         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
9983         * ext/jpeg/gstjpegdec.h:
9984         Clip outgoing buffers according to currently configured segment.
9985
9986 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9987
9988         * ext/taglib/gstid3v2mux.cc:
9989           Handle  writing of track-count or album-volume-count without
9990           track-number or albume-volume-number (in this case the number
9991           will just be set to 0).
9992
9993         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
9994           It would be nice if we actually checked the values received for
9995           track/album-volume number/count in  _check_tags(), rather than
9996           setting them again ...
9997
9998 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9999
10000         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10001           A track/volume number or count of 0 does not make sense,
10002           just ignore it along with negative numbers (a tag might
10003           only contain a track count without a track number).
10004
10005 2006-05-27  Edward Hervey  <edward@fluendo.com>
10006
10007         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
10008         (gst_jpeg_dec_sink_event):
10009         Abort decompression when receiving FLUSH_STOP. This should avoid
10010         issues when interrupting decoding with flushes.
10011
10012 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10013
10014         * ext/flac/gstflac.c:
10015           Don't #include file we don't dist any longer.
10016
10017 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10018
10019         * README:
10020           Replace current README (containing the release notes from
10021           some 0.9.x version) with a proper README taken from the core.
10022
10023 2006-05-24  Wim Taymans  <wim@fluendo.com>
10024
10025         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
10026         Implement EOS correctly by either posting
10027         SEGMENT_DONE or pushing an EOS message depending
10028         on the seek type. Fixes #342592
10029
10030 2006-05-24  Wim Taymans  <wim@fluendo.com>
10031
10032         * gst/law/alaw-decode.c: (gst_alawdec_chain):
10033         * gst/law/alaw-decode.h:
10034         * gst/law/alaw-encode.c: (gst_alawenc_chain):
10035         * gst/law/alaw-encode.h:
10036         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
10037         * gst/law/mulaw-decode.h:
10038         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
10039         * gst/law/mulaw-encode.h:
10040         Some cleanups in the chain functions.
10041         Remove some GStreamer 0.0.2 bits.
10042
10043 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10044
10045         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10046
10047         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
10048           gst_collect_pads_stop() needs to be called before chaining up
10049           to the parent class (#342734).
10050
10051 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10052
10053         * ext/flac/Makefile.am:
10054         * ext/flac/flac_compat.h:
10055         * ext/flac/gstflac.c:
10056         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
10057         * ext/flac/gstflacenc.c:
10058           Remove backwards compatibility cruft for dealing with FLAC API
10059           changes in the 1.0.x series - we require 1.1.1 or newer these days.
10060
10061 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10062
10063         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10064         (gst_matroska_demux_push_xiph_codec_priv_data),
10065         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
10066         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
10067         * gst/matroska/matroska-ids.h:
10068         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
10069         (gst_matroska_mux_video_pad_setcaps),
10070         (xiph3_streamheader_to_codecdata),
10071         (vorbis_streamheader_to_codecdata),
10072         (theora_streamheader_to_codecdata),
10073         (gst_matroska_mux_audio_pad_setcaps),
10074         (gst_matroska_mux_write_data):
10075           Add support for muxing/demuxing theora video (#342448; too bad
10076           none of the usual linux players can actually play this). Playback
10077           in GStreamer will require additional changes to theoradec in -base.
10078           Refactor streamheaders <=> CodecPrivateData code a bit; some small
10079           cleanups.
10080
10081 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10082
10083         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
10084         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
10085           Fix crashes when the horizontal subsampling is 1.
10086           Fixes #342097.
10087
10088 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10089
10090         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10091
10092         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
10093         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10094         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10095         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
10096         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
10097         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10098         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
10099         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10100         (gst_avi_mux_change_state):
10101         * gst/avi/gstavimux.h:
10102           Some enhancements for avimux (#342526):
10103            - add odml (large file) index support
10104            - store codec init data (e.g. huffyuv)
10105            - miscellaneous other fixes/cleanups
10106
10107 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
10108
10109         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10110         Don't output any tag when we encounter a negative track number - the
10111         tag type is uint, so we end up outputting huge positive numbers
10112         instead. (Fixes: #342029)
10113
10114 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10115
10116         * configure.ac:
10117           update for new GSTPB_PLUGINS_DIR
10118
10119 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
10120
10121         * rtp/gst/gstrtph263pay.c:
10122         Properly set static caps for H263 at 34.
10123
10124 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
10125
10126         Patch by: James "Doc" Livingston  <doclivingston gmail com>
10127
10128         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
10129           Merge event tags and tag setter tags correctly (#339918). Also,
10130           don't leak taglist in case of an error.
10131           
10132 2006-05-17  Edward Hervey  <edward@fluendo.com>
10133
10134         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
10135         We can only do caps intersection if the othercaps are non-empty and not
10136         ANY. Else we return the pad template (base_caps).
10137
10138 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
10139
10140         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10141           Fix crash when outputting debugging information for certain
10142           pictures (always good to use the right struct member for
10143           the number of records in an array).
10144
10145 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
10146
10147         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
10148
10149         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
10150         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
10151         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
10152         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
10153         (gst_ebml_read_float), (gst_ebml_read_ascii),
10154         (gst_ebml_read_binary):
10155           Don't create unnecessary sub-buffers all the time. Dramatically
10156           improves performance with multiple concurrently running
10157           matroskademux instances (#341818) (and avoids doing
10158           unnecessarily inefficient things in the general case).
10159
10160 2006-05-16  Edward Hervey  <edward@fluendo.com>
10161
10162         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
10163         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
10164         return value of gst_pad_push_event().
10165
10166 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
10167
10168         * gst/autodetect/gstautoaudiosink.c:
10169         (gst_auto_audio_sink_find_best):
10170         * gst/autodetect/gstautovideosink.c:
10171         (gst_auto_video_sink_find_best):
10172         Make the name of the child element be based on the name of the
10173         parent, so that debug output is more useful.
10174         
10175         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
10176         (parse_insert_string_field), (parse_split_strings):
10177         Rework string parsing to always walk over BOM markers in UTF16
10178         strings, using the endianness indicated by the innermost one,
10179         then trying the opposite endianness if that fails to convert
10180         to valid UTF-8. Fixes #341774
10181
10182 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10183
10184         Patch from: Matthieu <matthieu at fluendo dot com>
10185
10186         * ext/libpng/Makefile.am:
10187         Add LIBPNG_CFLAGS.
10188
10189 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10190
10191         * ext/taglib/gstid3v2mux.cc:
10192           Add support for writing images (APIC frames) into ID3v2
10193           tags (picture type always set to 'other' for now though).
10194
10195 2006-05-14  Michael Smith  <msmith@fluendo.com>
10196
10197         * gst/wavparse/gstwavparse.c:
10198           Update docs; wavparse implements push and pull modes.
10199
10200 2006-05-12  Wim Taymans  <wim@fluendo.com>
10201
10202         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
10203         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
10204         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
10205         Ooops, bitten by the copy-and-paste design paradigm, fixes
10206         seek again.
10207
10208 2006-05-12  Wim Taymans  <wim@fluendo.com>
10209
10210         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10211         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
10212         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
10213         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10214         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
10215         (gst_avi_demux_massage_index),
10216         (gst_avi_demux_calculate_durations_from_index),
10217         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
10218         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10219         (gst_avi_demux_loop):
10220         * gst/avi/gstavidemux.h:
10221         Some cleanups, prepare to use GstSegment.
10222         Fix error in entry walking code.
10223         Fix VBR detection.
10224         Smarter timestamp calculation code.
10225         Uniform error/eos handling.
10226
10227 2006-05-12  Michael Smith  <msmith@fluendo.com>
10228
10229         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
10230         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
10231           Fix use of uninitialised values if we're NOT seeking in ready.
10232           Fix typos.
10233
10234 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
10235
10236         * gst/wavparse/Makefile.am:
10237           Add CFLAGS and LIBS for libgstbase, fixes build on
10238           Cygwin (#341489).
10239
10240 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10241
10242         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
10243           Some more debug info. No need to check whether the string
10244           returned by g_convert() is really UTF-8 - either it is or
10245           we get NULL returned.
10246
10247 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
10248
10249         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
10250           Fix parsing of numeric genre strings some more, by ensuring that
10251           we only try and parse strings that a) Start with '(' and b) Consist
10252           only of digits.
10253           Also, when finding an escaping '((' sequence, bust it back to '(' by
10254           swallowing the first parenthesis
10255
10256 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10257
10258         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
10259         (gst_esdsink_open), (gst_esdsink_close):
10260         * ext/esd/esdsink.h:
10261           Move the esd_get_server_info() into gst_esdsink_open() and fail
10262           with a decent error message on errors.
10263
10264 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10265
10266         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
10267         (gst_esdmon_channels_get_type):
10268         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
10269         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
10270         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
10271         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
10272         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
10273         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
10274         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
10275         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
10276         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
10277         * gst/videomixer/videomixer.c:
10278         (gst_video_mixer_background_get_type):
10279           Const-ify GEnumValue arrays.
10280
10281 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10282
10283         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
10284
10285         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
10286         (gst_avi_mux_do_video_buffer):
10287           Work around gst_buffer_make_metadata_writable() bug that
10288           results in avimux marking all frames in the index as
10289           keyframes (#340859).
10290           
10291 2006-05-08  Wim Taymans  <wim@fluendo.com>
10292
10293         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10294         Make parsing of urls suck slightly less.
10295
10296 2006-05-08  Edward Hervey  <edward@fluendo.com>
10297
10298         * autogen.sh: (CONFIGURE_DEF_OPT): 
10299         libtoolize on Darwin/MacOSX is called glibtoolize.
10300
10301 2006-05-08  Wim Taymans  <wim@fluendo.com>
10302
10303         Patch by: Jens Granseuer <jensgr at gmx dot net>
10304
10305         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
10306         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
10307         C89 compliance fixes. Fixes #340980
10308
10309 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
10310
10311         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10312         * ext/flac/gstflacdec.h:
10313           Handle segment seeks that include the end of the file as stop point
10314           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
10315           message instead of an EOS event in case we're in segment seek
10316           mode (fixes #340699).
10317           
10318 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
10319
10320         * ext/cairo/gsttextoverlay.c:
10321         * ext/flac/gstflacdec.c:
10322         * ext/gdk_pixbuf/pixbufscale.c:
10323         * gst/apetag/gstapedemux.c:
10324         * gst/debug/breakmydata.c:
10325         * gst/debug/testplugin.c:
10326         * gst/matroska/ebml-write.c:
10327         * gst/multipart/multipartdemux.c:
10328         * sys/osxaudio/gstosxaudiosink.c:
10329         * sys/osxaudio/gstosxaudiosrc.c:
10330         Add semicolons after GST_BOILERPLATE[_FULL] so that
10331         indent doesn't mess up following lines.
10332
10333 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
10334
10335         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
10336
10337         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
10338           Don't leak caps when freeing the stream context (#340623).
10339
10340 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
10341
10342         * configure.ac:
10343           Back to CVS
10344
10345 === release 0.10.3 ===
10346
10347 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
10348
10349         * configure.ac:
10350           releasing 0.10.3, "Desplazado"
10351
10352 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10353
10354         * gst/matroska/matroska-mux.c:
10355         (gst_matroska_mux_stream_is_vorbis_header),
10356         (gst_matroska_mux_write_data):
10357           Don't strcmp() NULL strings.
10358           Only start new clusters on video keyframes, not on any
10359           random audio buffer that doesn't have the DELTA_UNIT
10360           flag set (fixes 'make check' again).
10361
10362 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10363
10364         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10365
10366         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
10367         (gst_matroska_mux_stream_is_vorbis_header),
10368         (gst_matroska_mux_write_data):
10369           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
10370           value and then dead-lock when muxing vorbis audio streams
10371           (the three vorbis header buffers carry no timestamp, and it
10372           would try to mux these after all video buffers). Fixes #340346.
10373
10374           Improve clustering: start a new cluster also whenever we get
10375           a keyframe.     
10376
10377 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10378
10379         * win32/common/config.h:
10380         * win32/MANIFEST
10381           add the generated file as well
10382
10383 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10384
10385         * Makefile.am:
10386         * configure.ac:
10387         * win32/common/config.h.in:
10388           add win32 stuff
10389
10390 2006-05-03  Michael Smith  <msmith@fluendo.com>
10391
10392         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
10393           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
10394           SUCKS.
10395
10396 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
10397
10398         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10399         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10400         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10401           don't leak caps-string
10402
10403 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10404
10405         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
10406         (gst_id3demux_sink_activate):
10407           Let core insert default error message for TYPE_NOT_FOUND
10408           errors, it's just as good as our own and has the added
10409           bonus of being translated.
10410
10411 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10412
10413         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
10414         (gst_tag_demux_sink_event):
10415         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
10416         (gst_id3demux_sink_event):
10417           Post an error message when we get an EOS event and were not
10418           able to find out the type of stream.
10419
10420         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
10421         (test_taglib_id3mux_with_tags):
10422           Decrease num-buffers to 16 per iteration again, otherwise the
10423           many memcpy()s and reallocations in the test will hammer slow
10424           CPUs completely and make the test timeout.
10425
10426 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10427
10428         * configure.ac:
10429           figure out where plugins-base plugins are
10430         * tests/check/Makefile.am:
10431           use plugins-base plugins, so we have typefind functions
10432         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
10433           increase num-buffers, this makes sure the test errors out instead
10434           of timing out when no typefind functions are present
10435
10436 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10437
10438         * docs/plugins/Makefile.am:
10439           also check .cc files for gtk-doc markup
10440         * configure.ac:
10441         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10442         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10443         * tests/check/Makefile.am:
10444         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
10445         * ext/Makefile.am:
10446         * ext/taglib/Makefile.am:
10447         * ext/taglib/gstid3v2mux.h:
10448         * ext/taglib/gsttaglibmux.c:
10449         * ext/taglib/gsttaglibmux.h:
10450           move taglib-based id3v2muxer to -good.  Fixes #336110.
10451
10452 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
10453
10454         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10455           ... and fix multichannel/WAVFORMATEX support again.
10456
10457 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
10458
10459         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10460         (gst_wavparse_class_init), (gst_wavparse_dispose),
10461         (gst_wavparse_reset), (gst_wavparse_init),
10462         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
10463         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
10464         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
10465         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
10466         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10467         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10468         (gst_wavparse_stream_data), (gst_wavparse_loop),
10469         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10470         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10471         (gst_wavparse_change_state), (plugin_init):
10472         * gst/wavparse/gstwavparse.h:
10473           Add push (streaming) mode to wavparse (fixes #337625)
10474
10475 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10476
10477         * configure.ac:
10478         * tests/Makefile.am:
10479           add ximagesrc icles test
10480
10481 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10482
10483         * configure.ac:
10484         * docs/plugins/Makefile.am:
10485         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10486         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10487         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
10488         (gst_cmml_enc_push_clip):
10489         * sys/Makefile.am:
10490         * sys/ximage/Makefile.am:
10491         * sys/ximage/gstximagesrc.c:
10492           Move ximagesrc plug-in to good after review.  Fixes #336756.
10493
10494 2006-04-28  Michael Smith  <msmith@fluendo.com>
10495
10496         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
10497         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
10498         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
10499         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
10500         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10501         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
10502         * gst/icydemux/gsticydemux.h:
10503           Fix event handling: cache events when typefinding and forward later.
10504
10505 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10506
10507         * sys/osxaudio/gstosxaudiosink.c:
10508         (plugin_init):
10509          Register osxaudiosrc to the plugin.
10510         * sys/osxaudio/gstosxaudiosrc.c:
10511         (gst_osx_audio_src_osxelement_do_init),
10512         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
10513         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
10514         (gst_osx_audio_src_get_property),
10515         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
10516         (gst_osx_audio_src_osxelement_init):
10517         * sys/osxaudio/gstosxaudiosrc.h:
10518           Port of osxaudiosrc to 0.10.
10519         * sys/osxaudio/Makefile.am:
10520           Add osxaudiosrc
10521
10522 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10523
10524         * sys/osxaudio/gstosxringbuffer.c:
10525         * sys/osxaudio/gstosxringbuffer.h:
10526           Forgot to commit earlier, part of the OSX audio plugin port
10527
10528 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
10529
10530         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
10531         (parse_split_strings):
10532           Recognise and skip any byte order marker (BOM) in
10533           UTF-16 strings.
10534
10535 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10536
10537         * docs/plugins/Makefile.am:
10538         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10539         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10540         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10541         * docs/plugins/inspect/plugin-avi.xml:
10542         * gst/avi/gstavidemux.c:
10543         * gst/avi/gstavimux.c:
10544           Add docs for both avidemux and avimux.
10545
10546 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10547
10548         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10549
10550         * gst/avi/Makefile.am:
10551         * gst/avi/gstavi.c: (plugin_init):
10552         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
10553         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
10554         (gst_avi_mux_class_init), (gst_avi_mux_init),
10555         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10556         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
10557         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
10558         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10559         (gst_avi_mux_riff_get_avix_header),
10560         (gst_avi_mux_riff_get_video_header),
10561         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
10562         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
10563         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10564         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
10565         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
10566         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
10567         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10568         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
10569         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
10570         (gst_avi_mux_change_state):
10571         * gst/avi/gstavimux.h:
10572           Port AVI muxer to GStreamer-0.10 (#332031).
10573
10574         * tests/check/Makefile.am:
10575         * tests/check/elements/avimux.c:
10576         * tests/check/elements/.cvsignore:
10577           Add unit test for AVI muxer.
10578
10579 2006-04-27  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_file_header), (gst_wavparse_stream_init),
10585         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10586         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10587         (gst_wavparse_stream_data), (gst_wavparse_loop),
10588         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
10589         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
10590         (plugin_init):
10591         * gst/wavparse/gstwavparse.h:
10592           reverted patch #337625 for the price of 1 hour sleep
10593
10594 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10595
10596         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10597         (gst_wavparse_class_init), (gst_wavparse_reset),
10598         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10599         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
10600         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10601         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10602         (gst_wavparse_stream_data), (gst_wavparse_loop),
10603         (gst_wavparse_chain), (plugin_init):
10604         * gst/wavparse/gstwavparse.h:
10605           correct partial implementation of push mode
10606           (from my last commit)
10607
10608 2006-04-26  Wim Taymans  <wim@fluendo.com>
10609
10610         * ext/esd/esdsink.c:
10611         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
10612         it is not in esd.h
10613
10614 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
10615
10616         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
10617         (gst_au_parse_class_init), (gst_au_parse_init),
10618         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
10619         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
10620         (gst_au_parse_chain), (gst_au_parse_src_convert),
10621         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
10622         (gst_au_parse_sink_event), (gst_au_parse_src_event),
10623         (gst_au_parse_change_state):
10624         * gst/auparse/gstauparse.h:
10625           Rewrite auparse to suck a little bit less: make source pad
10626           dynamic, so decodebin/playbin work with non-raw formats
10627           like alaw/mulaw; add query function for duration/position
10628           queries; check whether we have enough data before attempting
10629           to parse the header (instead of crashing when that is not the
10630           case); work around audioconvert sucking by swapping endianness
10631           to the native endianness ourselves for float formats; send
10632           initial newsegment event. Fixes #161712.
10633
10634 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10635
10636         * sys/osxaudio/Makefile.am:
10637         * sys/osxaudio/gstosxaudioelement.c:
10638         (gst_osx_audio_element_get_type),
10639         (gst_osx_audio_element_class_init):
10640         * sys/osxaudio/gstosxaudioelement.h:
10641         * sys/osxaudio/gstosxaudiosink.c:
10642         (gst_osx_audio_sink_osxelement_do_init),
10643         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
10644         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
10645         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
10646         (gst_osx_audio_sink_create_ringbuffer),
10647         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
10648         (plugin_init):
10649         * sys/osxaudio/gstosxaudiosink.h:
10650         Port of osxaudiosink to 0.10
10651
10652 2006-04-26  Wim Taymans  <wim@fluendo.com>
10653
10654         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
10655         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
10656         the size of the ringbuffer. This should fix hangs with older 
10657         esd sound servers.
10658
10659 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10660
10661         * ext/aalib/gstaasink.c:
10662         * ext/annodex/gstcmmldec.c:
10663         * ext/annodex/gstcmmlenc.c:
10664         * ext/cairo/gsttextoverlay.c:
10665         * ext/cairo/gsttimeoverlay.c:
10666         * ext/cdio/gstcdiocddasrc.c:
10667         * ext/dv/gstdvdec.c:
10668         * ext/dv/gstdvdemux.c:
10669         * ext/esd/esdmon.c:
10670         * ext/esd/esdsink.c:
10671         * ext/flac/gstflacenc.c:
10672         * ext/flac/gstflactag.c:
10673         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
10674         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
10675         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
10676         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
10677         * ext/gdk_pixbuf/pixbufscale.c:
10678         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10679         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10680         * ext/jpeg/gstjpegdec.c:
10681         * ext/jpeg/gstjpegenc.c:
10682         * ext/jpeg/gstsmokedec.c:
10683         * ext/jpeg/gstsmokeenc.c:
10684         * ext/libcaca/gstcacasink.c:
10685         * ext/libmng/gstmngdec.c:
10686         * ext/libmng/gstmngenc.c:
10687         * ext/libpng/gstpngdec.c:
10688         * ext/libpng/gstpngenc.c:
10689         * ext/mikmod/gstmikmod.c:
10690         * ext/raw1394/gstdv1394src.c:
10691         * ext/shout2/gstshout2.c: (gst_shout2send_init):
10692         * ext/shout2/gstshout2.h:
10693         * ext/speex/gstspeexdec.c:
10694         * ext/speex/gstspeexenc.c:
10695         * gst/alpha/gstalpha.c:
10696         * gst/alpha/gstalphacolor.c:
10697         * gst/apetag/gstapedemux.c:
10698         * gst/auparse/gstauparse.c:
10699         * gst/autodetect/gstautoaudiosink.c:
10700         (gst_auto_audio_sink_base_init):
10701         * gst/autodetect/gstautovideosink.c:
10702         (gst_auto_video_sink_base_init):
10703         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
10704         * gst/avi/gstavimux.c: (gst_avimux_base_init):
10705         * gst/cutter/gstcutter.c:
10706         * gst/debug/breakmydata.c:
10707         * gst/debug/efence.c:
10708         * gst/debug/gstnavigationtest.c:
10709         * gst/debug/gstnavseek.c:
10710         * gst/debug/negotiation.c:
10711         * gst/debug/progressreport.c:
10712         * gst/debug/testplugin.c:
10713         * gst/effectv/gstaging.c:
10714         * gst/effectv/gstdice.c:
10715         * gst/effectv/gstedge.c:
10716         * gst/effectv/gstquark.c:
10717         * gst/effectv/gstrev.c:
10718         * gst/effectv/gstshagadelic.c:
10719         * gst/effectv/gstvertigo.c:
10720         * gst/effectv/gstwarp.c:
10721         * gst/flx/gstflxdec.c:
10722         * gst/goom/gstgoom.c:
10723         * gst/icydemux/gsticydemux.c:
10724         * gst/id3demux/gstid3demux.c:
10725         * gst/interleave/deinterleave.c:
10726         * gst/interleave/interleave.c:
10727         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
10728         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
10729         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
10730         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
10731         * gst/level/gstlevel.c:
10732         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
10733         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
10734         * gst/median/gstmedian.c:
10735         * gst/monoscope/gstmonoscope.c:
10736         * gst/multipart/multipartdemux.c:
10737         * gst/multipart/multipartmux.c:
10738         * gst/oldcore/gstaggregator.c:
10739         * gst/oldcore/gstfdsink.c:
10740         * gst/oldcore/gstmd5sink.c:
10741         * gst/oldcore/gstmultifilesrc.c:
10742         * gst/oldcore/gstpipefilter.c:
10743         * gst/oldcore/gstshaper.c:
10744         * gst/oldcore/gststatistics.c:
10745         * gst/rtp/gstasteriskh263.c:
10746         * gst/rtp/gstrtpL16depay.c:
10747         * gst/rtp/gstrtpL16pay.c:
10748         * gst/rtp/gstrtpamrdepay.c:
10749         * gst/rtp/gstrtpamrpay.c:
10750         * gst/rtp/gstrtpdepay.c:
10751         * gst/rtp/gstrtpgsmpay.c:
10752         * gst/rtp/gstrtph263pay.c:
10753         * gst/rtp/gstrtph263pdepay.c:
10754         * gst/rtp/gstrtph263ppay.c:
10755         * gst/rtp/gstrtpilbcdepay.c:
10756         * gst/rtp/gstrtpmp4gpay.c:
10757         * gst/rtp/gstrtpmp4vdepay.c:
10758         * gst/rtp/gstrtpmp4vpay.c:
10759         * gst/rtp/gstrtpmpadepay.c:
10760         * gst/rtp/gstrtpmpapay.c:
10761         * gst/rtp/gstrtppcmadepay.c:
10762         * gst/rtp/gstrtppcmapay.c:
10763         * gst/rtp/gstrtppcmudepay.c:
10764         * gst/rtp/gstrtppcmupay.c:
10765         * gst/rtp/gstrtpspeexdepay.c:
10766         * gst/rtp/gstrtpspeexpay.c:
10767         * gst/rtsp/gstrtpdec.c:
10768         * gst/rtsp/gstrtspsrc.c:
10769         * gst/smpte/gstsmpte.c:
10770         * gst/udp/gstdynudpsink.c:
10771         * gst/udp/gstmultiudpsink.c:
10772         * gst/udp/gstudpsink.c:
10773         * gst/udp/gstudpsrc.c:
10774         * gst/videobox/gstvideobox.c:
10775         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
10776         * gst/videofilter/gstvideobalance.c:
10777         * gst/videofilter/gstvideoflip.c:
10778         * gst/videofilter/gstvideotemplate.c:
10779         (gst_videotemplate_base_init):
10780         * gst/videomixer/videomixer.c:
10781         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10782         (gst_wavparse_class_init), (gst_wavparse_dispose),
10783         (gst_wavparse_reset), (gst_wavparse_init),
10784         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
10785         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
10786         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
10787         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
10788         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10789         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10790         (gst_wavparse_change_state):
10791         * gst/wavparse/gstwavparse.h:
10792         * sys/oss/gstossmixerelement.c:
10793         * sys/oss/gstosssink.c:
10794         * sys/oss/gstosssrc.c:
10795         * sys/osxaudio/gstosxaudioelement.c:
10796         * sys/osxaudio/gstosxaudiosink.c:
10797         * sys/osxaudio/gstosxaudiosrc.c:
10798         * sys/sunaudio/gstsunaudiomixer.c:
10799         * sys/sunaudio/gstsunaudiosink.c:
10800           Define GstElementDetails as const and also static (when defined as
10801           global)
10802
10803 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10804
10805         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10806           Source pad has fixed caps. If we don't set this, bad
10807           things happen when the window is resized.
10808
10809 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10810
10811         * gst/matroska/Makefile.am:
10812         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10813         (gst_matroska_demux_handle_src_event):
10814         * gst/matroska/matroska-ids.c:
10815         (gst_matroska_track_init_video_context),
10816         (gst_matroska_track_init_audio_context),
10817         (gst_matroska_track_init_subtitle_context),
10818         (gst_matroska_track_init_complex_context):
10819         * gst/matroska/matroska-ids.h:
10820           Handle case where the TrackType ebml chunk does not come before the
10821           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
10822           events.
10823
10824 2006-04-25  Wim Taymans  <wim@fluendo.com>
10825
10826         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10827         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
10828         It's codec_data, not codec_info.
10829
10830 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10831
10832         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10833
10834         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
10835           Handle codec_data for VfW compatibility codec IDs (#339451)
10836
10837         * gst/matroska/matroska-mux.c:
10838         (gst_matroska_mux_video_pad_setcaps):
10839           Same here, handle codec_data and add additional caps we can handle
10840           now to the pad template (huffyuv, dv and h263 video) (#339451)
10841
10842 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10843
10844         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
10845
10846         * gst/matroska/matroska-mux.c:
10847         (gst_matroska_mux_create_buffer_header),
10848         (gst_matroska_mux_write_data):
10849           Fix timestamping of B-frames, use signed integers, do
10850           some rounding (#339678).
10851
10852 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
10853
10854         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
10855         just make it compile with --disable-gst-debug.
10856
10857 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
10858
10859         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
10860         Fix a bad conversion using gst_guint64_to_gdouble.
10861         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
10862         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
10863         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
10864     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
10865         mistake.
10866
10867 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
10868
10869         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
10870         Use gst_guint64_to_gdouble for conversions
10871         * win32/vs6/gst_plugins_good.dsw:
10872         * win32/vs6/libgsticydemux.dsp:
10873         Add a project file for icydemux
10874
10875 2006-04-21  Wim Taymans  <wim@fluendo.com>
10876
10877         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
10878
10879         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10880         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
10881         When splitting audio chunks, the block alignment is not taken in
10882         consideration, so the smaller chunks could be of size which is 
10883         not a multiple of the block alignment. Fixes #336904
10884
10885 2006-04-21  Wim Taymans  <wim@fluendo.com>
10886
10887         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
10888         Use scale functions
10889
10890 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
10891
10892         * ext/dv/gstdv.c: (plugin_init):
10893           Fix build.
10894
10895 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
10896
10897         * gst/debug/progressreport.c: (gst_progress_report_finalize),
10898         (gst_progress_report_class_init), (gst_progress_report_init),
10899         (gst_progress_report_do_query), (gst_progress_report_report),
10900         (gst_progress_report_set_property),
10901         (gst_progress_report_get_property):
10902           Add 'format' property to force querying to a particular format.
10903
10904 2006-04-21  Andy Wingo  <wingo@pobox.com>
10905
10906         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
10907         best, on big endian systems. Drop its rank in that case. OTOH on
10908         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
10909
10910 2006-04-21  Michael Smith  <msmith@fluendo.com>
10911
10912         * configure.ac:
10913         * gst/icydemux/Makefile.am:
10914         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
10915         (gst_icydemux_base_init), (gst_icydemux_class_init),
10916         (gst_icydemux_reset), (gst_icydemux_init),
10917         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
10918         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
10919         (unicodify), (gst_icydemux_unicodify),
10920         (gst_icydemux_parse_and_send_tags),
10921         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10922         (gst_icydemux_chain), (gst_icydemux_change_state),
10923         (gst_icydemux_send_tag_event), (plugin_init):
10924         * gst/icydemux/gsticydemux.h:
10925         * tests/check/Makefile.am:
10926         * tests/check/elements/icydemux.c: (typefind_succeed),
10927         (plugin_init), (icydemux_found_pad), (create_icydemux),
10928         (cleanup_icydemux), (push_data), (GST_START_TEST),
10929         (icydemux_suite), (main):
10930           Add icydemux, and tests.
10931
10932 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10933
10934         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10935           Post SEGMENT_DONE message in TIME format.
10936
10937 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10938
10939         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
10940
10941         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
10942         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
10943           Fix index creation when we have to scan the file to create
10944           an index. There may be other types of RIFF 'LIST' chunks than
10945           'movi' and we need to skip them properly as well or we'll end up
10946           reading garbage (#336889). Some other cosmetic changes.
10947           
10948 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10949
10950         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
10951         (gst_flac_dec_handle_seek_event):
10952           Add support for segment seeks (fixes #338290). Also demote
10953           some recurring debug message from DEBUG to LOG level.
10954
10955 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10956
10957         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10958         (gst_matroskademux_do_index_seek),
10959         (gst_matroska_demux_handle_seek_event),
10960         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
10961         * gst/matroska/matroska-ids.h:
10962           Set DISCONT flag on first buffer after a discontinuity.
10963           Fix newsegment events sent when seeking and honour KEY_UNIT
10964           seek flag. Create pad with bogus caps if we don't recognise
10965           the stream codec id.
10966
10967         * gst/matroska/matroska-demux.h:
10968           Fix GObject macros.
10969
10970 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10971
10972         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10973
10974         * gst/matroska/matroska-demux.c:
10975         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
10976           Handle end of segment properly when set; don't dead-lock when
10977           posting start of segment message when doing a segment seek.
10978           Fixes #338810.
10979
10980 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10981
10982         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
10983         (gst_matroska_demux_plugin_init):
10984           Make mpeg2 aac audio work: create artificial private codec data
10985           chunk which faad2 seems to require, just as we do for mpeg4 aac.
10986           Also call gst_riff_init(). Partially fixes #338767.
10987
10988 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
10989
10990         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
10991         (gst_wavenc_class_init), (gst_wavenc_init),
10992         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
10993         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
10994         (gst_wavenc_chain), (gst_wavenc_change_state):
10995         * gst/wavenc/gstwavenc.h:
10996           Set caps on first outgoing buffer, so that it doesn't error out
10997           immediately with a non-negotiated error (#338716). Rewrite and
10998           clean up a bit; fix setcaps function to parse things properly;
10999           fix sink caps (8bit audio is unsigned and doesn't have depth);
11000           use boilerplate macros; remove unused properties stuff.
11001
11002 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11003
11004         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11005           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
11006           handle MJPEG streams and might be autoplugged for those if the
11007           user doesn't have jpegdec installed (resulting in a cryptic error
11008           message about huffman tables). Better to disable JPEG decoding here
11009           and let the user figure out that she needs to install jpegdec.
11010
11011 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11012
11013         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11014         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11015         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
11016         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11017           Make work with packetised/framed input (e.g. png-in-quicktime). Use
11018           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
11019           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
11020           debug messages. Fix boilerplate macros.
11021
11022 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11023
11024         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
11025         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
11026           No need to special-case for Gdk-2.0 any longer, we require
11027           Gdk 2.2 or newer; minor clean-ups.
11028
11029 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11030
11031         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
11032         (gst_shout2send_class_init), (gst_shout2send_init),
11033         (set_shout_metadata), (gst_shout2send_set_metadata),
11034         (gst_shout2send_event), (gst_shout2send_start),
11035         (gst_shout2send_connect), (gst_shout2send_stop),
11036         (gst_shout2send_render), (gst_shout2send_set_property),
11037         (gst_shout2send_get_property), (gst_shout2send_setcaps),
11038         (plugin_init):
11039         * ext/shout2/gstshout2.h:
11040         * po/POTFILES.in:
11041           Rewrite a bit: use GstBaseSink::start and stop instead of a state
11042           change function; use GST_ELEMENT_ERROR for error reporting, not
11043           g_error() or GST_ERROR(); don't unref caps in setcaps function,
11044           will cause crashes or assertion failures; remove (unused) "sync"
11045           property, basesink already has such a property; misc. other
11046           minor fixes and cleanups.
11047
11048 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11049
11050         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
11051         * ext/esd/gstesd.c: (plugin_init):
11052         * po/POTFILES.in:
11053           Add translatable error message for when we cannot
11054           connect to the sound server, as "Cannot open resource
11055           for writing" isn't really an acceptable message to show
11056           to the user in this case.
11057
11058 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11059
11060         * sys/oss/gst-i18n-plugin.h:
11061           Remove bogus file that doesn't belong here.
11062
11063 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11064
11065         Patch by: Philippe Valembois
11066
11067         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11068         (gst_shout2send_set_metadata), (gst_shout2send_event),
11069         (gst_shout2send_render), (gst_shout2send_change_state):
11070         * ext/shout2/gstshout2.h:
11071           Handle tags being received before the connection to
11072           the server is established properly (see #338636).
11073
11074 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11075
11076         * ext/shout2/gstshout2.c: (gst_shout2send_render):
11077           Don't crash in case the connection to the server fails:
11078           don't set pointer to NULL by assigning FALSE; error out
11079           properly by using GST_ELEMENT_ERROR and returning
11080           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
11081           before resetting the pointer.
11082
11083 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
11084
11085         * gst/id3demux/id3tags.c:
11086         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
11087         (Fixes #338713)
11088
11089 2006-04-12  Wim Taymans  <wim@fluendo.com>
11090
11091         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11092         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
11093         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11094         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
11095         (gst_gdk_pixbuf_chain):
11096         Some cleanups.
11097         Added RGBA as a possible output format.
11098         Correctly free the supported mimetypes.
11099         deprecate silent arg, it's not used.
11100         Return result from _alloc_buffer to peer.
11101
11102 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11103
11104         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
11105           Don't leak memory allocated by gst_buffer_new_and_alloc() by
11106           overwriting GST_BUFFER_MALLOCDATA.
11107
11108 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11109
11110         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11111         (user_endrow_callback), (user_end_callback),
11112         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
11113         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
11114         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
11115         * ext/libpng/gstpngdec.h:
11116           Handle more than one frame if the content is framed,
11117           like with png-in-quicktime (#331917).
11118
11119 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11120
11121         * sys/oss/Makefile.am:
11122         * sys/oss/common.h:
11123         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
11124         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
11125         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
11126         (gst_oss_src_unprepare):
11127           - the user-visible error strings were in the wrong category
11128           - and the messages were not marked for translation
11129           - which is actually a good thing, because they were exactly
11130             the kind of message you would never want anyone to see
11131           - the macros were using variables that didn't exist in the macro
11132             arguments
11133           - and they were obviously copied from each other and then modified
11134           - so a common header makes sense
11135
11136 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11137
11138         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11139           Don't try to modify read-only data.
11140
11141         * gst/matroska/matroska-demux.c:
11142         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11143           Fix comment (won't crash any longer now).
11144
11145 2006-04-10  Michael Smith  <msmith@fluendo.com>
11146
11147         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
11148           Use copies of header buffers for caps to avoid circular refcounting
11149           problems (as in theoradec, vorbisdec).
11150
11151         * tests/check/elements/cmmldec.c: (GST_START_TEST):
11152           Fix a typo in test that meant it was testing the wrong thing.
11153
11154         * tests/check/elements/cmmlenc.c: (check_headers):
11155           Fix refcount checks now that we use buffer-copies for caps.
11156
11157 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11158
11159         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
11160         (gst_matroska_demux_handle_seek_event),
11161         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
11162         (gst_matroska_demux_subtitle_caps),
11163         (gst_matroska_demux_plugin_init):
11164           Use static pad templates with ANY caps for audio and video
11165           source pads and get rid of a lot of unnecessary (and partially
11166           broken) code for the template caps. Clean up caps finding
11167           functions. Fixes playback of audio files/streams that do not
11168           contain the sample rate and/or number of channels in the audio
11169           context (happens a lot with vorbis/mp3 .mka files it seems).
11170           Fixes #337183.
11171           Also add myself to copyright holders.
11172
11173 2006-04-10  Michael Smith  <msmith@fluendo.com>
11174
11175         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
11176           Use g_list_delete_link () instead of g_list_remove_link () so that
11177           we free the link as well as the contained data.
11178
11179 2006-04-10  Wim Taymans  <wim@fluendo.com>
11180
11181         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
11182
11183         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
11184         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
11185         (gst_avi_demux_stream_header):
11186         Fix some crashers with empty chunks. (Fixes #337749)
11187
11188 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
11189
11190         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
11191           use G_GINT64_CONSTANT for INT64 constants
11192         * gst/videofilter/gstvideobalance.c:
11193           define rint for WIN32 #define rint(x) (floor((x)+0.5))
11194         * win32/vs6/libgstavi.dsp:
11195          add missing libraries for the link and remove avimux.c from
11196          the project as it isn't ported to 0.10 yet
11197         
11198 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
11199
11200         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11201           Even better would be if we actually did the right thing
11202           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
11203
11204 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11205
11206         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11207           Can't just replace 1LL with 1L here just because MSVC doesn't
11208           support it, as it might lead to incorrect results when doing the
11209           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
11210           force a 64-bit constant in a way that all compilers are happy with.
11211
11212 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11213
11214         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
11215         * ext/esd/esdsink.c: (gst_esdsink_class_init):
11216         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
11217         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
11218         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
11219         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
11220         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
11221         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
11222         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
11223         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
11224         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
11225         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
11226         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
11227         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
11228         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
11229         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
11230         * gst/avi/gstavimux.c: (gst_avimux_class_init):
11231         * gst/debug/efence.c: (gst_efence_class_init):
11232         * gst/debug/negotiation.c: (gst_negotiation_class_init):
11233         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
11234         * gst/goom/gstgoom.c: (gst_goom_class_init):
11235         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
11236         * gst/interleave/deinterleave.c: (deinterleave_class_init):
11237         * gst/interleave/interleave.c: (interleave_class_init):
11238         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
11239         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
11240         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
11241         * gst/median/gstmedian.c: (gst_median_class_init):
11242         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
11243         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
11244         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
11245         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
11246         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
11247         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
11248         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
11249         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
11250         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
11251         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
11252         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
11253         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
11254         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
11255         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
11256         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11257         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
11258         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
11259         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
11260         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
11261         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
11262         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
11263         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
11264         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
11265         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
11266         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
11267         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
11268         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
11269         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11270         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
11271         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
11272         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
11273         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
11274         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
11275         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
11276         * sys/osxaudio/gstosxaudioelement.c:
11277         (gst_osxaudioelement_class_init):
11278         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
11279         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
11280         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
11281         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
11282
11283 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11284
11285         * ext/mikmod/gstmikmod.h:
11286         * gst/level/gstlevel.h:
11287         Fix more broken GObject macros
11288
11289 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11290
11291         * ext/annodex/gstcmmldec.h:
11292         * ext/annodex/gstcmmlenc.h:
11293         * ext/annodex/gstcmmltag.h:
11294         * ext/cairo/gsttextoverlay.h:
11295         * ext/ladspa/gstsignalprocessor.h:
11296         * gst/matroska/ebml-read.h:
11297         * gst/matroska/ebml-write.h:
11298         * sys/osxaudio/gstosxaudioelement.h:
11299         Fix broken GObject macros
11300
11301 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11302
11303         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11304           Don't try to seek beyond the end of the file (would
11305           occasionally display error dialogs in totem when seeking
11306           to the end) (#335869). Will still throw an error though
11307           if the file is truncated and the total_samples value in
11308           the stream header is wrong.
11309
11310 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
11311
11312         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
11313         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
11314         (gst_flac_dec_metadata_callback):
11315         * ext/flac/gstflacdec.h:
11316           If the stream header doesn't contain the total number of samples,
11317           search for the last flac frame at the end of the file and calculate
11318           the total duration from that frame's offset (fixes #337609).
11319
11320 2006-04-07  Edward Hervey  <edward@fluendo.com>
11321
11322         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
11323         Don't unref the GstPadTemplate returned by
11324         gst_element_class_get_pad_template().
11325
11326 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11327
11328         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
11329
11330         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
11331         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
11332         * sys/sunaudio/gstsunaudiosink.h:
11333           Use spec->segsize and spec->segtotal in the prepare function
11334           to initialise the ring buffer instead of using the buffer-time
11335           property (#337421).
11336
11337 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11338
11339         * configure.ac:
11340           Bump core requirements to CVS for gst_pad_query_peer_duration()
11341           which is used by speexdec.
11342
11343 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
11344
11345         * ext/speex/gstspeex.c: (plugin_init):
11346         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
11347         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
11348         (speex_get_sink_query_types), (speex_dec_sink_query),
11349         (speex_get_src_query_types), (speex_dec_src_query),
11350         (speex_dec_src_event), (speex_dec_sink_event),
11351         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
11352         (speex_dec_chain_parse_data), (speex_dec_chain),
11353         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
11354         (speex_dec_change_state):
11355         * ext/speex/gstspeexdec.h:
11356           Fix seeking and duration queries (#337033); clean up and
11357           refactor a bit.
11358
11359 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11360
11361         * ext/raw1394/gstdv1394src.c:
11362           distinguish between device not found and could not open for
11363           reading
11364
11365 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11366
11367         * Makefile.am:
11368         * configure.ac:
11369         * pkgconfig/.cvsignore:
11370         * pkgconfig/Makefile.am:
11371         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
11372           add a .pc file so other modules can use good plugins in tests
11373
11374 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11375
11376         * configure.ac:
11377           clean up, use AS_VERSION and AS_NANO
11378         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
11379           use PACKAGE_VERSION define
11380         * po/af.po:
11381         * po/az.po:
11382         * po/cs.po:
11383         * po/en_GB.po:
11384         * po/hu.po:
11385         * po/it.po:
11386         * po/nb.po:
11387         * po/nl.po:
11388         * po/or.po:
11389         * po/sq.po:
11390         * po/sr.po:
11391         * po/sv.po:
11392         * po/uk.po:
11393         * po/vi.po:
11394           updated
11395
11396 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
11397
11398         * ext\jpeg\smokecodec.c:
11399           use of GST_DEBUG instead of DEBUG(a...) for WIN32
11400         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
11401           move first instruction after all variables declarations
11402         * gst\alpha\gstalpha.c:
11403         * gst\effectv\gstshagadelic.c:
11404         * gst\smpte\paint.c:
11405         * gst\videofilter\gstvideobalance.c:
11406           define M_PI if it's not defined (it's not defined on WIN32)
11407         * gst\cutter\gstcutter.c: (gst_cutter_chain):
11408         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
11409         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
11410         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
11411         (gst_matroska_demux_video_caps):
11412         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
11413         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
11414           use gst_guint64_to_gdouble for conversions
11415         * gst\goom\filters.c: (setPixelRGB_):
11416           fix a debug which was using undefined variable
11417         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
11418         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
11419           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
11420         * win32/vs6:
11421           add vs6 projects files for most of plugins-good
11422         
11423 2006-03-30  j^  <j@bootlab.org>
11424
11425         * ext/aalib/gstaasink.c:
11426         * ext/annodex/gstcmmldec.c:
11427         * ext/annodex/gstcmmlenc.c:
11428         * ext/cairo/gsttextoverlay.c:
11429         * ext/cairo/gsttimeoverlay.c:
11430         * ext/cdio/gstcdiocddasrc.c:
11431         * ext/dv/gstdvdec.c:
11432         * ext/esd/esdmon.c:
11433         * ext/esd/esdsink.c:
11434         * ext/flac/gstflacdec.c:
11435         * ext/flac/gstflacenc.c:
11436         * ext/flac/gstflactag.c:
11437         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11438         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11439         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11440         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11441         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11442         * ext/gdk_pixbuf/pixbufscale.c:
11443         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11444         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11445         * ext/jpeg/gstjpegdec.c:
11446         * ext/jpeg/gstjpegenc.c:
11447         * ext/jpeg/gstsmokedec.c:
11448         * ext/jpeg/gstsmokeenc.c:
11449         * ext/libcaca/gstcacasink.c:
11450         * ext/libmng/gstmngdec.c:
11451         * ext/libmng/gstmngenc.c:
11452         * ext/libpng/gstpngdec.c:
11453         * ext/libpng/gstpngenc.c:
11454         * ext/mikmod/gstmikmod.c:
11455         * ext/raw1394/gstdv1394src.c:
11456         * ext/shout2/gstshout2.c:
11457         * ext/speex/gstspeexdec.c:
11458         * ext/speex/gstspeexenc.c:
11459         * gst/alpha/gstalpha.c:
11460         * gst/alpha/gstalphacolor.c:
11461         * gst/auparse/gstauparse.c:
11462         * gst/autodetect/gstautoaudiosink.c:
11463         (gst_auto_audio_sink_base_init):
11464         * gst/autodetect/gstautovideosink.c:
11465         (gst_auto_video_sink_base_init):
11466         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11467         * gst/cutter/gstcutter.c:
11468         * gst/debug/breakmydata.c:
11469         * gst/debug/efence.c:
11470         * gst/debug/gstnavigationtest.c:
11471         * gst/debug/negotiation.c:
11472         * gst/debug/progressreport.c:
11473         * gst/debug/testplugin.c:
11474         * gst/effectv/gstaging.c:
11475         * gst/effectv/gstdice.c:
11476         * gst/effectv/gstedge.c:
11477         * gst/effectv/gstquark.c:
11478         * gst/effectv/gstrev.c:
11479         * gst/effectv/gstvertigo.c:
11480         * gst/effectv/gstwarp.c:
11481         * gst/flx/gstflxdec.c:
11482         * gst/goom/gstgoom.c:
11483         * gst/interleave/deinterleave.c:
11484         * gst/interleave/interleave.c:
11485         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11486         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11487         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11488         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11489         * gst/level/gstlevel.c:
11490         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11491         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11492         * gst/median/gstmedian.c:
11493         * gst/monoscope/gstmonoscope.c:
11494         * gst/multipart/multipartdemux.c:
11495         * gst/multipart/multipartmux.c:
11496         * gst/oldcore/gstmd5sink.c:
11497         * gst/oldcore/gstmultifilesrc.c:
11498         * gst/oldcore/gstpipefilter.c:
11499         * gst/oldcore/gstshaper.c:
11500         * gst/oldcore/gststatistics.c:
11501         * gst/rtp/gstasteriskh263.c:
11502         * gst/rtp/gstrtpL16depay.c:
11503         * gst/rtp/gstrtpL16pay.c:
11504         * gst/rtp/gstrtpamrdepay.c:
11505         * gst/rtp/gstrtpamrpay.c:
11506         * gst/rtp/gstrtpdepay.c:
11507         * gst/rtp/gstrtpgsmpay.c:
11508         * gst/rtp/gstrtph263pay.c:
11509         * gst/rtp/gstrtph263pdepay.c:
11510         * gst/rtp/gstrtph263ppay.c:
11511         * gst/rtp/gstrtpmp4gpay.c:
11512         * gst/rtp/gstrtpmp4vdepay.c:
11513         * gst/rtp/gstrtpmp4vpay.c:
11514         * gst/rtp/gstrtpmpadepay.c:
11515         * gst/rtp/gstrtpmpapay.c:
11516         * gst/rtp/gstrtppcmadepay.c:
11517         * gst/rtp/gstrtppcmapay.c:
11518         * gst/rtp/gstrtppcmudepay.c:
11519         * gst/rtp/gstrtppcmupay.c:
11520         * gst/rtp/gstrtpspeexdepay.c:
11521         * gst/rtp/gstrtpspeexpay.c:
11522         * gst/rtsp/gstrtpdec.c:
11523         * gst/smpte/gstsmpte.c:
11524         * gst/videobox/gstvideobox.c:
11525         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11526         * gst/videofilter/gstvideobalance.c:
11527         * gst/videofilter/gstvideoflip.c:
11528         * gst/videofilter/gstvideotemplate.c:
11529         (gst_videotemplate_base_init):
11530         * gst/videomixer/videomixer.c:
11531         * gst/wavenc/gstwavenc.c:
11532         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
11533          better/unified long descriptions
11534          Fixed #336602
11535          Some cleanups to auparse, don't send multiple newsegments.
11536
11537 2006-03-29  Wim Taymans  <wim@fluendo.com>
11538
11539         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
11540
11541         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
11542         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
11543         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
11544         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
11545         * ext/dv/gstdvdemux.h:
11546         Seek in READY patch. Only works for pull based mode.
11547         Fixes #323880
11548
11549 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
11550
11551         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
11552         (gst_gdk_pixbuf_event):
11553           Fix two crashers: don't unref the same caps twice, and
11554           set pixbuf loader to NULL after freeing it.
11555
11556 2006-03-27  Wim Taymans  <wim@fluendo.com>
11557
11558         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
11559         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
11560         (gst_speexenc_chain):
11561         * ext/speex/gstspeexenc.h:
11562         Don't leak adapter.
11563         A push *always* takes ownership of the buffer, even on
11564         errors.
11565         Small cleanups.
11566
11567 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
11568
11569         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
11570           Create source pad without leaking.
11571
11572 2006-03-24  Wim Taymans  <wim@fluendo.com>
11573
11574         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11575         * ext/flac/gstflacdec.h:
11576         * ext/flac/gstflacenc.h:
11577         Spifify a bit.
11578         Fix deadly lock order error in seeking code, STREAM_LOCK
11579         cannot be taken within LOCK and the streaming variables are
11580         protected with the STREAM_LOCK anyway.
11581
11582 2006-03-24  Wim Taymans  <wim@fluendo.com>
11583
11584         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
11585         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
11586         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
11587         this patch combines the global init_frames with the stream
11588         init_frames. Rationale being that the global delay should 
11589         be subtracted from any stream delay.
11590         Fixes #335858.
11591
11592 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
11593
11594         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
11595         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
11596         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11597         * gst/videomixer/videomixer.c: (gst_videomixer_init):
11598         use DEBUG_FUNCPTR for collectpads
11599
11600 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
11601
11602         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
11603           Don't crash when encoding images where the number of rows isn't
11604           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
11605
11606 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11607
11608         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
11609         * gst/interleave/deinterleave.c: (deinterleave_change_state):
11610         * gst/interleave/interleave.c: (interleave_change_state):
11611         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
11612           More state change function fixes.
11613
11614 2006-03-23  Wim Taymans  <wim@fluendo.com>
11615
11616         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11617         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
11618         (gst_esdsink_prepare), (gst_esdsink_unprepare),
11619         (gst_esdsink_delay), (gst_esdsink_reset):
11620         * ext/esd/esdsink.h:
11621         Fix esd choppy playback by configuring audiosink
11622         correctly. Fixes #325191
11623
11624 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11625
11626         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
11627           Make state change function thread-safe.
11628
11629 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11630
11631         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
11632         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
11633           Don't try to read beyond the end of the file just because
11634           the header claims a bigger size (like with truncated files).
11635
11636 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11637
11638         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11639         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
11640         (gst_wavparse_stream_data), (gst_wavparse_loop):
11641         * gst/wavparse/gstwavparse.h:
11642           Delay source pad creation until we have the first chunk of
11643           media data, so the we can examine the data and adjust the
11644           caps accordingly if required. This makes playback of .wav
11645           files with DTS-declared-as-PCM content work (#313266).
11646
11647 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
11648
11649         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11650         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11651         Don't attempt typefinding on too-short buffers that have been
11652         completely trimmed away. (Fixes #330239)
11653
11654         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
11655         Improve the debug output
11656
11657 2006-03-21  Wim Taymans  <wim@fluendo.com>
11658
11659         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
11660         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
11661         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
11662         (gst_esdsink_set_property), (gst_esdsink_get_property):
11663         Some cleanups.
11664         Reset fd to -1 when we close them.
11665
11666 2006-03-21  Wim Taymans  <wim@fluendo.com>
11667
11668         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
11669         the OPTIONS request result is optional so don't
11670         fail on it.
11671
11672 2006-03-21  Edward Hervey  <edward@fluendo.com>
11673
11674         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
11675         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
11676         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
11677         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11678         (gst_wavparse_change_state):
11679         gcc 4.1 unreferenced pointer fixes.
11680
11681 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
11682
11683         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11684
11685         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
11686           Fix block alignment calculation. Alignment should be done before
11687           adding the byte offset where the data starts (#335231).
11688
11689 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11690
11691         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
11692           Ensure that we set correct caps on buffers that are transferred
11693           direct from the input.
11694
11695 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11696
11697         * gst/goom/filters.c: (zoomFilterDestroy):
11698         * gst/goom/goom_core.c: (goom_close):
11699           Free filter data when cleaning up. (Fixes: #334995)
11700
11701 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
11702
11703         * configure.ac:
11704           Don't compile udp and rtsp plugins on win32 (mingw) or other
11705           systems that don't have <sys/socket.h> for some reason (#316203).
11706
11707 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11708
11709         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
11710         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
11711         * ext/raw1394/gstdv1394src.h:
11712           Change bus reset handler so it reports useful information such as
11713           whether the device being used connected or disconnected
11714
11715 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11716
11717         * gst/id3demux/id3v2frames.c:
11718         (parse_relative_volume_adjustment_two):
11719           We only care about gain and peak data for the master volume.
11720
11721 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11722
11723         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11724         (parse_id_string), (parse_unique_file_identifier),
11725         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
11726           Read replay gain tags (#323721).
11727
11728 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
11729
11730         * configure.ac:
11731           Bump requirements to gst-plugins-base CVS because
11732           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
11733
11734 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
11735
11736         * rtp/gst/gstrtppcmadepay.c:
11737         Fixed one of the caps in the code from mulaw to alaw.
11738
11739 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
11740
11741         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11742           Ensure that we set caps on the buffers we pass.
11743
11744         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
11745         (gst_id3demux_sink_activate):
11746           Ensure that we set caps on the buffers we pass.
11747
11748           Use STREAM, TYPE_NOT_FOUND as the error class when
11749           typefinding fails.
11750
11751 2006-03-15  Edward Hervey  <edward@fluendo.com>
11752
11753         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
11754         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
11755         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
11756         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
11757         (gst_jpeg_dec_setcaps):
11758         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
11759         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
11760         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
11761         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
11762         (gst_mngdec_src_getcaps):
11763         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11764         (gst_pngdec_caps_create_and_set):
11765         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
11766         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
11767         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
11768         * gst/alpha/gstalpha.c: (gst_alpha_init):
11769         * gst/auparse/gstauparse.c: (gst_au_parse_init):
11770         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
11771         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
11772         * gst/cutter/gstcutter.c: (gst_cutter_init):
11773         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
11774         (gst_efence_checkgetrange):
11775         * gst/debug/negotiation.c: (gst_negotiation_init):
11776         * gst/flx/gstflxdec.c: (gst_flxdec_init):
11777         * gst/goom/gstgoom.c: (gst_goom_init):
11778         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
11779         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
11780         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
11781         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
11782         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
11783         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
11784         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
11785         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11786         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
11787         (gst_wavparse_create_sourcepad):
11788         Fix memleak with gst_static_pad_template_get().
11789         This uses gst_pad_new_from_static_template() instead.
11790         Fixes #333512
11791
11792 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11793
11794         * configure.ac:
11795           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
11796           used by id3demux.
11797
11798         * gst/id3demux/gstid3demux.c: (plugin_init):
11799         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11800         (parse_user_text_identification_frame),
11801         (parse_unique_file_identifier):
11802           Add support for UFID and TXXX frames and extract musicbrainz tags.
11803
11804 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11805
11806         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
11807           Catch short reads, like they might happen with truncated
11808           files (see #305279); remove unnecessary indentation.
11809
11810 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11811
11812         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
11813           Fix DIB image inversion for pictures with a
11814           depth != 8 (#305279).
11815
11816 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11817
11818         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
11819         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
11820         * ext/jpeg/gstjpegdec.h:
11821           Fix durations on outgoing buffers after seeking
11822           in MJPEG files (#334083); some minor clean-ups.
11823
11824 2006-03-13  Wim Taymans  <wim@fluendo.com>
11825
11826         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
11827         (gst_wavparse_change_state):
11828         Implement seek in READY (re-fixes #327658)
11829
11830 2006-03-13  Wim Taymans  <wim@fluendo.com>
11831
11832         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
11833         * ext/esd/esdmon.c: (gst_esdmon_get):
11834         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
11835         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11836         (gst_gdk_pixbuf_sink_getcaps):
11837         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
11838         (gst_jpegenc_setcaps):
11839         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
11840         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
11841         (gst_smokeenc_setcaps):
11842         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
11843         (gst_mngdec_src_getcaps):
11844         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
11845         (gst_mngenc_chain):
11846         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
11847         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
11848         * ext/speex/gstspeexdec.c: (speex_dec_convert),
11849         (speex_dec_src_event), (speex_dec_chain):
11850         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
11851         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
11852         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
11853         (gst_negotiation_pad_link), (gst_negotiation_chain):
11854         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
11855         (gst_flxdec_chain):
11856         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
11857         (deinterleave_chain):
11858         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
11859         * gst/median/gstmedian.c: (gst_median_link):
11860         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
11861         (gst_monoscope_chain):
11862         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
11863         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
11864         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
11865         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
11866         close #333784 unref the result of gst_pad_get_parent()
11867         by: Christophe Fergeau.
11868
11869 2006-03-09  Wim Taymans  <wim@fluendo.com>
11870
11871         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
11872         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
11873         Handle events in push mode better, can now do non-flushing
11874         seeks in push mode as well.
11875
11876 2006-03-07  Wim Taymans  <wim@fluendo.com>
11877
11878         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11879         Applied patch from Kai Vehmanen, fixes #333624.
11880
11881 2006-03-06  Julien MOUTTE  <julien@moutte.net>
11882
11883         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
11884         Implement paletted and grayscale png files handling.
11885         (#150363).
11886
11887 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11888
11889         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
11890         (gst_speexenc_chain):
11891           fix a tag list assert
11892           follow gst-plugins-base/ext/ogg/README; set OFFSET
11893           and OFFSET_END.  Muxes correctly with gst-plugins-base
11894           > 0.9.3
11895
11896 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11897
11898         * gst/id3demux/Makefile.am:
11899         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
11900         (gst_id3demux_chain), (gst_id3demux_sink_activate):
11901           Use new typefind helper functions here as well, and
11902           do typefinding in pull-mode if upstream supports that.
11903
11904 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11905
11906         * sys/sunaudio/gstsunaudiomixerctrl.c:
11907         (gst_sunaudiomixer_ctrl_get_volume),
11908         (gst_sunaudiomixer_ctrl_set_volume):
11909         * sys/sunaudio/gstsunaudiomixertrack.c:
11910         (gst_sunaudiomixer_track_new):
11911           Remove unused variables, breaks build from CVS
11912           with -Werror (#333392, patch by: Benjamin Pineau)
11913
11914 2006-03-03  Wim Taymans  <wim@fluendo.com>
11915
11916         * docs/plugins/Makefile.am:
11917         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11918         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11919         Added wavparse docs.
11920
11921         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11922         (gst_wavparse_reset), (gst_wavparse_init),
11923         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
11924         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
11925         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11926         (gst_wavparse_stream_data), (gst_wavparse_loop),
11927         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
11928         (gst_wavparse_change_state):
11929         * gst/wavparse/gstwavparse.h:
11930         Implement seek in READY (fixes #327658)
11931         Added docs and did some cleanups.
11932
11933 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
11934
11935         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11936         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
11937         (gst_avi_demux_calculate_durations_from_index),
11938         (gst_avi_demux_stream_header):
11939         * gst/avi/gstavidemux.h:
11940           If we have an index, use a duration based on the index instead
11941           of blindly trusting the information in the stream headers
11942           (fixes #331817).
11943
11944 2006-03-03  Wim Taymans  <wim@fluendo.com>
11945
11946         * docs/plugins/Makefile.am:
11947         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11948         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11949         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11950         Added smoke and jpeg to the docs.
11951
11952         * ext/jpeg/Makefile.am:
11953         * ext/jpeg/gstjpeg.c: (plugin_init):
11954         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
11955         * ext/jpeg/gstjpegenc.h:
11956         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
11957         (gst_smokedec_chain):
11958         * ext/jpeg/gstsmokedec.h:
11959         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
11960         * ext/jpeg/gstsmokeenc.h:
11961         * ext/jpeg/smokecodec.h:
11962         Port smokedec (fixes #331905).
11963         Added some docs.
11964         Some cleanups.
11965
11966 2006-03-03  Wim Taymans  <wim@fluendo.com>
11967
11968         * docs/plugins/Makefile.am:
11969         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11970         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11971         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11972         Added videobalance and videoflip to the docs.
11973
11974         * gst/videofilter/Makefile.am:
11975         * gst/videofilter/gstvideobalance.c:
11976         (gst_video_balance_update_tables_planar411),
11977         (gst_video_balance_is_passthrough),
11978         (gst_video_balance_update_properties), (oil_tablelookup_u8),
11979         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
11980         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
11981         (gst_video_balance_finalize), (gst_video_balance_class_init),
11982         (gst_video_balance_init), (gst_video_balance_interface_supported),
11983         (gst_video_balance_interface_init),
11984         (gst_video_balance_colorbalance_list_channels),
11985         (gst_video_balance_colorbalance_set_value),
11986         (gst_video_balance_colorbalance_get_value),
11987         (gst_video_balance_colorbalance_init),
11988         (gst_video_balance_set_property), (gst_video_balance_get_property),
11989         (gst_video_balance_get_type), (plugin_init):
11990         * gst/videofilter/gstvideobalance.h:
11991         Ported to 0.10. (Fixes #326160)
11992         Added docs.
11993
11994         * gst/videofilter/gstvideoflip.c:
11995         * gst/videofilter/gstvideoflip.h:
11996         Added docs.
11997
11998 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
11999
12000         * configure.ac:
12001           Bump requirements to current core and -base CVS
12002           (core for new typefind helper API, and -base for the
12003           WAVFORMATEX support that was added to libgstriff and
12004           is needed by wavparse).
12005         
12006         * gst/apetag/Makefile.am:
12007         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
12008         (gst_tag_demux_sink_activate):
12009           Use new typefind helpers for typefinding instead of our
12010           home-grown stuff; also, do typefinding in pull-mode if
12011           upstream supports that.
12012
12013 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
12014
12015         Reviewed by: Christian Schaller <christian@fluendo.com>
12016
12017         This patch fixes bug: 329107
12018
12019         This Changelog entry is for a commit done on February 17
12020
12021         * ext/gconf/gconf.c
12022         * ext/gconf/gconf.h
12023         * ext/gconf/gstgconfaudiosink.c
12024         * ext/gconf/gstgconfaudiosink.h
12025         * gconf/gstreamer.schemas.in
12026
12027 2006-02-28  Wim Taymans  <wim@fluendo.com>
12028
12029         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12030         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
12031         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
12032         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
12033         Use DEBUG_OBJECT more.
12034
12035 2006-02-28  Wim Taymans  <wim@fluendo.com>
12036
12037         * docs/plugins/Makefile.am:
12038         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12039         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12040         Added dvdec and dvdemux to docs.
12041
12042         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
12043         Added docs.
12044         Check frame sizes so we don't crash when don't have enough
12045         data.
12046         Send nice error messages on error.
12047
12048         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
12049         (gst_dvdemux_class_init), (gst_dvdemux_init),
12050         (gst_dvdemux_finalize), (gst_dvdemux_reset),
12051         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12052         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12053         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
12054         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
12055         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
12056         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
12057         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
12058         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
12059         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
12060         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
12061         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
12062         * ext/dv/gstdvdemux.h:
12063         Added docs.
12064         Implement pull mode.
12065         Fix memleaks.
12066         Reduce memcpy for the video demuxing.
12067
12068 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
12069
12070         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
12071         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
12072         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
12073         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
12074           Add a little extra debug. Make the decoder not return NOT_LINKED,
12075           as we want to continue decoding all CMML and emitting tags.
12076
12077 2006-02-27  Michael Smith  <msmith@fluendo.com>
12078
12079         * ext/annodex/gstskeltag.c:
12080         * ext/annodex/gstskeltag.h:
12081           Deleted; these files aren't used any more either.
12082
12083 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12084
12085         * ext/Makefile.am: Fix dist-check.
12086
12087 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12088
12089         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
12090         memleak.
12091
12092 2006-02-25  Alessandro Decina <alessandro@nnva.org>
12093
12094         * ext/annodex/Makefile.am:
12095         * ext/annodex/gstannodex.c:
12096         * ext/annodex/gstcmmldec.c:
12097         * ext/annodex/gstcmmlenc.c:
12098         * ext/annodex/gstcmmlparser.c:
12099         * ext/annodex/gstcmmlparser.h:
12100         * ext/annodex/gstcmmlutils.c:
12101         * tests/check/elements/cmmldec.c:
12102         * tests/check/elements/cmmlenc.c:
12103           Fix a memleak in gst_cmml_track_list_add_clip.
12104           Handle overflows in clip's start and end times.
12105           Add the "encoded" parameter to cmmldec and cmmlenc caps.
12106           Do not parse junk at the end of a CMML preamble buffer.
12107           Register a libxml error handler to not print stuff on stderr.
12108           Check for bad clip start and end times in the testsuites.
12109
12110 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12111
12112         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
12113         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
12114         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
12115         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
12116         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
12117         possible memleaks.
12118
12119 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12120
12121         * tests/check/Makefile.am:
12122         * tests/check/elements/cmmldec.c:
12123         * tests/check/elements/cmmlenc.c: Fix tests so that they use
12124         the plugins-base tags.
12125
12126 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12127
12128         * ext/Makefile.am: Re-enable module.
12129
12130 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12131
12132         * tests/check/Makefile.am: Forgot to remove that test.
12133
12134 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12135
12136         * ext/annodex/Makefile.am:
12137         * ext/annodex/gstannodex.c: (plugin_init):
12138         * ext/annodex/gstcmmldec.c:
12139         * ext/annodex/gstskeldec.c:
12140         * ext/annodex/gstskeldec.h:
12141         * tests/check/Makefile.am:
12142         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
12143
12144 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12145
12146         * tests/check/Makefile.am: Disable those checks as well.
12147
12148 2006-02-24  Julien MOUTTE  <julien@moutte.net>
12149
12150         * ext/Makefile.am: Disable annodex for now until we figure out
12151         how to make it build.
12152         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
12153         Add a rule to your checklist : "please try to at least build 
12154         what you are going to commit into -good, or if you are too lazy
12155         to do that, please check that the buildbots are not crying because
12156         of your commit."
12157
12158 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
12159
12160         * configure.ac:
12161         * ext/Makefile.am:
12162         * ext/gdk_pixbuf/Makefile.am:
12163         * ext/gdk_pixbuf/gstgdkpixbuf.c:
12164         * ext/gdk_pixbuf/gstgdkpixbuf.h:
12165         * ext/gdk_pixbuf/pixbufscale.c:
12166         * ext/gdk_pixbuf/pixbufscale.h:
12167           Gdkpixbuf ported from 0.8 to 0.10 by
12168           Renato Filho <renato.filho@indt.org.br>.
12169           gst_loader and gdkpixbufanimation still need port.
12170
12171 2006-02-24  Michael Smith  <msmith@fluendo.com>
12172
12173         * configure.ac:
12174         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12175         * ext/Makefile.am:
12176         * ext/annodex/Makefile.am:
12177         * ext/annodex/gstannodex.c:
12178         * ext/annodex/gstannodex.h:
12179         * ext/annodex/gstcmmldec.c:
12180         * ext/annodex/gstcmmldec.h:
12181         * ext/annodex/gstcmmlenc.c:
12182         * ext/annodex/gstcmmlenc.h:
12183         * ext/annodex/gstcmmlparser.c:
12184         * ext/annodex/gstcmmlparser.h:
12185         * ext/annodex/gstcmmltag.c:
12186         * ext/annodex/gstcmmltag.h:
12187         * ext/annodex/gstcmmlutils.c:
12188         * ext/annodex/gstcmmlutils.h:
12189         * ext/annodex/gstskeldec.c:
12190         * ext/annodex/gstskeldec.h:
12191         * ext/annodex/gstskeltag.c:
12192         * ext/annodex/gstskeltag.h:
12193         * tests/check/Makefile.am:
12194         * tests/check/elements/cmmldec.c:
12195         * tests/check/elements/cmmlenc.c:
12196         * tests/check/elements/skeldec.c:
12197           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
12198           Includes tests & docs, oh my! Passes Thomas's -good checklist
12199           entirely. Wow.
12200
12201 2006-02-24  Michael Smith  <msmith@fluendo.com>
12202
12203         * autogen.sh:
12204           Check for automake 1.9 as well.
12205
12206 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12207
12208         * ext/flac/gstflacenc.c:
12209           Change min. sample rate to 8kHz to match flacdec's.
12210           
12211 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
12212
12213         * ext/cdio/Makefile.am:
12214           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
12215           required for Cygwin, see #317048)
12216
12217         * gst/rtp/gstasteriskh263.c:
12218           Cygwin has includes for both the unix network socket API
12219           and the windows API, but only one can be included, so fix
12220           includes to only use one or the other, prefering the unxi
12221           one (#317048).
12222
12223 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12224
12225         * rtp/gst/gstrtppcmadepay.c:
12226         * rtp/gst/gstrtppcmadepay.h:
12227         * rtp/gst/gstgstrtppcmapay.c:
12228         * rtp/gst/gstgstrtppcmapay.h:
12229         * rtp/gst/gstrtppcmudepay.c:
12230         * rtp/gst/gstrtppcmudepay.h:
12231         * rtp/gst/gstrtppcmupay.c:
12232         * rtp/gst/gstrtppcmupay.h:
12233         * rtp/gst/Makefile.am:
12234         * rtp/gst/gstrtp.c:
12235         * rtp/gst/README:
12236         Separated the G711 payloaders/depayloaders into separate elements for
12237         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
12238
12239 2006-02-22  Wim Taymans  <wim@fluendo.com>
12240
12241         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
12242         (gst_dvdec_change_state):
12243         * ext/dv/gstdvdec.h:
12244         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
12245         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12246         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12247         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
12248         (gst_dvdemux_flush), (gst_dvdemux_chain),
12249         (gst_dvdemux_change_state):
12250         * ext/dv/gstdvdemux.h:
12251         Ueber spiffify some more, added debug category.
12252         Use _scale.
12253         Use segments, respect playback rate from newsegment.
12254         Fix refcount issue.
12255
12256 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
12257
12258         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
12259         (gst_signal_processor_process):
12260         Fix compilation of LADPSA. It doesn't seem to work, and isn't
12261         enabled for the build, but it helps me win the feature-count
12262         competitions ooh yeah.
12263
12264 2006-02-19  Wim Taymans  <wim@fluendo.com>
12265
12266         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
12267         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
12268         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
12269         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
12270         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12271         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
12272         Use scaling code for added precission and more correct stop
12273         position in case scale==0.
12274
12275 2006-02-19  Wim Taymans  <wim@fluendo.com>
12276
12277         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12278         (gst_flxdec_chain):
12279         * gst/flx/gstflxdec.h:
12280         Implement DURATION query.
12281
12282 2006-02-19  Wim Taymans  <wim@fluendo.com>
12283
12284         * gst/flx/flx_color.h:
12285         * gst/flx/flx_fmt.h:
12286         * gst/flx/gstflxdec.c: (gst_flxdec_init),
12287         (gst_flxdec_src_query_handler), (flx_decode_color),
12288         (gst_flxdec_chain):
12289         * gst/flx/gstflxdec.h:
12290         Set MALLOCDATA for the temp buffers so we don't leak.
12291         Some debug cleanups.
12292         Consume all data in the adapter before leaving the chain
12293         function. Fixes #330678.
12294
12295 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
12296
12297         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12298         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
12299          Handle 0 data size in otherwise valid frames.
12300          Handle numeric strings in 2.4.0 even when not in parentheses 
12301
12302 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
12303
12304         * gst/matroska/matroska-demux.c:
12305         (gst_matroska_demux_subtitle_caps),
12306         (gst_matroska_demux_plugin_init):
12307         * gst/matroska/matroska-ids.h:
12308           Recognise SSA/ASS and USF subtitle formats and
12309           set proper caps when they are found.
12310
12311 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12312
12313         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
12314         (gst_jpeg_dec_chain):
12315           Fix invalid memory access for some odd-sized images
12316           (see image contained in quicktime stream in #327083);
12317           use g_malloc() instead of g_alloca().
12318
12319 2006-02-17  Wim Taymans  <wim@fluendo.com>
12320
12321         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12322         Patch from Sebastien Cote, fixes #319884
12323
12324 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12325
12326         * ext/cdio/gstcdio.c: (plugin_init):
12327           Init debug category (#331253).
12328
12329 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12330
12331         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12332           Pass extra_data to gst_riff_create_audio_caps(), so that
12333           WAVEFORMATEX stuff works. Post audio codec name and post
12334           it as taglist on the bus. Allow up to 8 channesl for raw
12335           PCM in the source pad template caps.
12336
12337 2006-02-16  Wim Taymans  <wim@fluendo.com>
12338
12339         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12340         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
12341         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
12342         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
12343         (gst_multipart_set_property), (gst_multipart_get_property):
12344         Applied #318663. Gives quite a few false positives in
12345         autoscan mode, but it's better than nothing. Not closing yet.
12346
12347 2006-02-16  Wim Taymans  <wim@fluendo.com>
12348
12349         * docs/plugins/Makefile.am:
12350         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12351         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12352         * docs/plugins/gst-plugins-good-plugins.args:
12353         * docs/plugins/inspect/plugin-udp.xml:
12354         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12355         (gst_udpsrc_start):
12356         Update documentation.
12357         Fix args.
12358
12359 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
12360
12361         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12362         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
12363         frame size. (Fixes #331368)
12364
12365 2006-02-16  Wim Taymans  <wim@fluendo.com>
12366
12367         * gst/rtsp/README:
12368         Updated README.
12369
12370         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
12371         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
12372         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
12373         * gst/rtsp/gstrtspsrc.h:
12374         Make sure the RTP port is an even port an try to allocate 
12375         another if not.
12376         Added retry property to control max retries for port allocation.
12377         Make sure RTCP port is RTP port+1.
12378         Cleanup when port allocation fails.
12379         Fixes #319183.
12380         
12381 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12382
12383         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
12384           Don't ignore return value of the parent class's state
12385           change function (#331385, patch by: Wouter Paesen).
12386
12387 2006-02-15  Wim Taymans  <wim@fluendo.com>
12388
12389         * configure.ac:
12390         * docs/plugins/Makefile.am:
12391         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12392         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12393         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12394         * ext/Makefile.am:
12395         * ext/hal/Makefile.am:
12396         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
12397         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
12398         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
12399         (do_toggle_element), (gst_hal_audio_sink_set_property),
12400         (gst_hal_audio_sink_get_property),
12401         (gst_hal_audio_sink_change_state):
12402         * ext/hal/gsthalaudiosink.h:
12403         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
12404         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
12405         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
12406         (do_toggle_element), (gst_hal_audio_src_set_property),
12407         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
12408         * ext/hal/gsthalaudiosrc.h:
12409         * ext/hal/gsthalelements.c: (plugin_init):
12410         * ext/hal/gsthalelements.h:
12411         * ext/hal/hal.c: (gst_hal_get_string),
12412         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
12413         (gst_hal_get_audio_src):
12414         * ext/hal/hal.h:
12415         Add HAL sound device wrapper plugins. Closes #329106
12416
12417 2006-02-15  Wim Taymans  <wim@fluendo.com>
12418
12419         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
12420         Add comment in a fultile attempt to stop the copy-and-paste 
12421         paradigm leading to duplication of bad code.
12422
12423         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
12424         Mime parameters have to be checked case insensitive
12425
12426 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
12427
12428         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
12429           Advance stream time for lagging subtitle streams by sending
12430           newsegment events with the update flag set.
12431
12432 2006-02-14  Edward Hervey  <edward@fluendo.com>
12433
12434         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
12435         There can be bogus data before the hdrl LIST tag in the RIFF header.
12436         It's hard to say if it's not respecting the AVI specifications or not,
12437         but since Google Video is producing AVIs like that and the other player
12438         don't seem to complain, I guess we should do the same.
12439
12440 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
12441
12442         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
12443         (parse_split_strings):
12444         Add more validation to ensure that a char encoding conversion
12445         produced a valid UTF-8 string.
12446
12447 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
12448
12449         Reviewed by: Edward Hervey  <edward@fluendo.com>
12450
12451         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12452         Properly handle end of segment. Closes #330885.
12453
12454 2006-02-13  Wim Taymans  <wim@fluendo.com>
12455
12456         * gst/rtp/gstrtpmp4gpay.h:
12457         For got to commit this one.
12458
12459 2006-02-12  Wim Taymans  <wim@fluendo.com>
12460
12461         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
12462         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
12463         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
12464         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
12465         * gst/rtp/gstrtpmp4gpay.h:
12466         Make more things work.
12467         Handle ACC config strings.
12468
12469 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12470
12471         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
12472           set timestamps if no incoming timestamps set
12473
12474 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
12475
12476         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
12477         (gst_tag_demux_do_typefind):
12478           ... and fix the very same leaks in GstTagDemux.
12479
12480 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
12481
12482         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
12483         (gst_id3demux_do_typefind):
12484         Fix a couple of mem leaks. (Patch by Jonathan Matthew
12485         <jonathan at kaolin dot wh9 dot net>)
12486
12487 2006-02-10  Wim Taymans  <wim@fluendo.com>
12488
12489         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
12490         First set options, then set caps or else the baseclass
12491         will not know about the options, duh.
12492
12493 2006-02-10  Wim Taymans  <wim@fluendo.com>
12494
12495         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
12496         (gst_rtp_mp4v_pay_setcaps):
12497         Don't waste time looking for a config string if we have codec_info
12498         on the incomming caps.
12499
12500 2006-02-10  Wim Taymans  <wim@fluendo.com>
12501
12502         * gst/rtp/README:
12503         Say something about case-sensitivity of caps vs mime-attributes.
12504
12505         * gst/rtp/Makefile.am:
12506         * gst/rtp/gstrtp.c: (plugin_init):
12507         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12508         (gst_rtp_amr_pay_handle_buffer):
12509         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
12510         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
12511         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
12512         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
12513         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
12514         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
12515         (gst_rtp_mp4g_pay_plugin_init):
12516         * gst/rtp/gstrtpmp4gpay.h:
12517         Added beginnings of mpeg4-generic payloader (RFC 3640)
12518
12519 2006-02-09  Wim Taymans  <wim@fluendo.com>
12520
12521         * gst/rtsp/Makefile.am:
12522         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
12523         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
12524         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
12525         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
12526         (gst_rtpdec_change_state):
12527         * gst/rtsp/gstrtpdec.h:
12528         * gst/rtsp/gstrtsp.c: (plugin_init):
12529         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12530         * gst/rtsp/rtspconnection.c: (read_body),
12531         (rtsp_connection_receive):
12532         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
12533         Resurected rtpdec to make rtspsrc happy again.
12534         Skip attributes from the session id.
12535         Don't crash when dumping a message with an empty body.
12536
12537
12538 2006-02-09  Wim Taymans  <wim@fluendo.com>
12539
12540         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12541         Added more meaningfull warnings when something goes wrong.
12542         Clear F bit on outgoing AMR packets.
12543
12544         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12545         (gst_rtp_amr_pay_handle_buffer):
12546         Added debugging category
12547         Support payloading of multiple AMR frames.
12548
12549         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
12550         Added some debugging.
12551
12552 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
12553
12554         * configure.ac:
12555           Back to CVS
12556
12557 === release 0.10.2 ===
12558
12559 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
12560
12561         * configure.ac:
12562           releasing 0.10.2, "Papa was a rolling stone"
12563
12564 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12565
12566         * configure.ac:
12567           Bump core and plugins-base requirement to 0.10.2.2
12568           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
12569
12570 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12571
12572         * ext/flac/gstflac.c: (plugin_init):
12573         * ext/speex/gstspeex.c: (plugin_init):
12574           Register musicbrainz tags.
12575
12576 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12577
12578         * ext/gconf/gconf.h:
12579           Remove declaration of function that no longer exists.
12580
12581 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12582
12583         * ext/shout2/gstshout2.c: (gst_shout2send_render),
12584         (gst_shout2send_setcaps), (gst_shout2send_change_state):
12585         Make shout2 work for non ogg streams
12586
12587 2006-02-06  Wim Taymans  <wim@fluendo.com>
12588
12589         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12590         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
12591         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
12592         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
12593         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
12594         * gst/udp/gstmultiudpsink.h:
12595         Updated docs.
12596         Added properties bytes-served, bytes_to_serve.
12597         Post proper error messages,
12598         Emit client added signal too.
12599
12600 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12601
12602         * docs/plugins/Makefile.am:
12603         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12604         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12605         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12606         (gst_multiudpsink_get_stats):
12607           adding docs for multiudpsink
12608
12609 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12610
12611         * gst/level/gstlevel.c: (gst_level_transform_ip):
12612           peak below decay is not necessarily an error, so don't ERROR log
12613
12614 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12615
12616         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
12617         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
12618         (gst_ebml_write_seek):
12619         * gst/matroska/ebml-write.h:
12620           Make sure we send a newsegment event in BYTES format
12621           before sending buffers (#328531).
12622
12623 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12624
12625         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
12626         (gst_dvdemux_sink_query):
12627         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
12628         * ext/speex/gstspeexdec.c: (speex_get_query_types),
12629         (speex_dec_src_query):
12630         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
12631         (gst_speexenc_sink_query):
12632         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12633         * gst/matroska/matroska-demux.c:
12634         (gst_matroska_demux_get_src_query_types),
12635         (gst_matroska_demux_handle_src_query):
12636         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
12637         (gst_wavparse_pad_query):
12638           Pass unhandled queries upstream instead of just dropping
12639           them (#326446). Update query type arrays here and there.
12640
12641 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12642
12643         * tests/check/elements/matroskamux.c: (setup_src_pad):
12644           Collectpads in core got changed and now also holds a
12645           reference to any pad that is part of it. Fix refcount
12646           checks in test case accordingly.
12647
12648 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12649
12650         * gst/apetag/gstapedemux.h:
12651           Fix include, for now GstTagDemux is in the apetag dir.
12652
12653 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12654
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/inspect/plugin-cdio.xml:
12659           Add cdio plugin to docs.
12660
12661         * ext/cdio/gstcdiocddasrc.c:
12662           Add gtk-doc blurb.
12663
12664         * ext/cdio/gstcdio.c:
12665           The plugin is called 'cdio' not 'cddio'.
12666
12667 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12668
12669         * configure.ac:
12670         * docs/plugins/Makefile.am:
12671         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12672         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12673         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12674         * docs/plugins/inspect/plugin-apetag.xml:
12675         * gst/apetag/Makefile.am:
12676         * gst/apetag/gstapedemux.c:
12677         * gst/apetag/gstapedemux.h:
12678         * gst/apetag/gsttagdemux.c:
12679         * gst/apetag/gsttagdemux.h:
12680           Add APE tag demuxer (#325649).
12681
12682 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12683
12684         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
12685         (gst_gconf_get_default_video_sink),
12686         (gst_gconf_get_default_audio_src),
12687         (gst_gconf_get_default_video_src):
12688         * ext/gconf/gconf.h:
12689         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
12690         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
12691         (do_toggle_element):
12692         * ext/gconf/gstgconfaudiosink.h:
12693         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
12694         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
12695         (do_toggle_element):
12696         * ext/gconf/gstgconfaudiosrc.h:
12697         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
12698         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
12699         (do_toggle_element):
12700         * ext/gconf/gstgconfvideosink.h:
12701         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
12702         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
12703         (do_toggle_element):
12704         * ext/gconf/gstgconfvideosrc.h:
12705           Ignore changing the GConf key to "". Ignore GConf key updates
12706           that don't actually change the string.
12707           For now, ignore the GConf key when the state is > READY, as
12708           it breaks streaming. Sometime it will be nice to bring the
12709           new sink online even mid-stream, by sending NEWSEGMENT info
12710           and possibly prerolling.
12711           (Fixes #326736)
12712
12713 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12714
12715         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
12716         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
12717         (zoomFilterSetResolution), (zoomFilterDestroy),
12718         (zoomFilterFastRGB), (pointFilter):
12719         * gst/goom/filters.h:
12720         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
12721         (goom_update), (goom_close):
12722         * gst/goom/goom_core.h:
12723         * gst/goom/goom_tools.h:
12724         * gst/goom/graphic.c:
12725         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
12726         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
12727         * gst/goom/gstgoom.h:
12728         * gst/goom/lines.c: (goom_lines):
12729         * gst/goom/lines.h:
12730           Make goom reentrant by moving all important static variables
12731           into instance structures.
12732           (Fixes #329181)
12733
12734 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
12735
12736         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
12737         (gst_avi_demux_all_source_pads_unlinked),
12738         (gst_avi_demux_process_next_entry):
12739         * gst/avi/gstavidemux.h:
12740           Third attempt, use gst_pad_is_linked() this time.
12741
12742 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
12743
12744         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12745         (parse_split_strings):
12746         Adjust for data length indicators when parsing (Fixes #329810)
12747         Fix stupid bug parsing UTF-8 tag text.
12748         Output tag strings with multiple fields as multiple tags, so the
12749         app gets all the data.
12750
12751 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12752
12753         * ext/flac/gstflacenc.c:
12754         Fixed a bug add in last commit, where no event is send. Thanks Tim to
12755         show me.
12756         
12757 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12758
12759         * ext/flac/gstflacenc.c:
12760         * gst/matroska/ebml-read.c:
12761         Just make it compile with --disable-gst-debug.
12762
12763 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
12764
12765         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
12766         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
12767         (id3v2_genre_fields_to_taglist):
12768           Never output a tag with a null contents string.
12769
12770 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12771
12772         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
12773           Only pause if all pads are unlinked AND we've tried to send data
12774           on all of them at least once.
12775
12776 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12777
12778         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
12779         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
12780           Make loop function/task pause itself when all source pads are
12781           unlinked.
12782
12783 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12784
12785         * configure.ac:
12786         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
12787           Use new functions from core to render a bin from a
12788           string. Fixes build. Up requirements to core CVS.
12789
12790 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
12791
12792         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
12793           Don't push buffers into the adapter that we are going to
12794           push downstream again without framing anyway. Also, the
12795           adaptor takes ownership of buffers put into it (fixes
12796           auparse pushing invalid buffers for .au files with
12797           ADPCM contents). Finally, set caps on all outgoing buffers.
12798
12799 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
12800
12801         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
12802         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
12803         (gst_id3demux_send_tag_event):
12804         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
12805         Someone should kick my butt. Remove ID3v1 tags from the end of the
12806         file.
12807
12808         Improve error messages. Send the TAG message as soon as we complete
12809         typefinding, instead of waiting until we send the first buffer.
12810         Downstream tag event is still sent before the first buffer.
12811
12812 2006-01-27  Jan Gerber  <j@bootlab.org>
12813
12814         Reviewed by: Andy Wingo <wingo@pobox.com>
12815
12816         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
12817         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
12818         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
12819         to not have warings flooding stderr. this is the suggested way
12820         also used in dvgrab and kino. (#328336)
12821
12822 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
12823
12824         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
12825         (gst_oss_sink_init), (gst_oss_sink_finalise):
12826           Free the device name string when finalised.
12827
12828 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
12829
12830         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
12831           Don't put function calls in g_return_if_fail() statements,
12832           or they'll be replaced with NOOPs if someone compiles with
12833           G_DISABLE_CHECKS defined.
12834           
12835 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
12836
12837         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12838         Never trust ANY information encoded in a media file, especially
12839         when it's giving you sizes. (Fixes #328452)
12840
12841 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
12842
12843         * gst/rtp/gstrtpg711pay.c:
12844         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
12845         bug #325148.
12846
12847 2006-01-23  Edward Hervey  <edward@fluendo.com>
12848
12849         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
12850         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
12851         * gst/matroska/matroska-ids.h:
12852         Added recognition of Real Audio and Video streams in matroska demuxer.
12853
12854 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
12855
12856         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
12857           Remove errant break statement, and fix compilation with
12858           older GCC.
12859
12860 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
12861
12862         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12863
12864         * sys/sunaudio/gstsunaudiomixerctrl.c:
12865         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
12866           Export functions that are needed in other parts of the code,
12867           makes the mixer actually work; adjust magic minimum buffer-time
12868           value from 3ms to 5ms to work around stuttering during mp3
12869           playback (#327765).
12870
12871 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
12872
12873         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12874
12875         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
12876         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
12877           Fix possible deadlock in matroska muxer (#327825).
12878
12879 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
12880
12881         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
12882         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
12883         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
12884         * gst/rtsp/sdpmessage.h:
12885         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
12886         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
12887           C89 fixes: declare variables at the beginning of a block and
12888           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
12889           <jensgr at gmx dot net>).
12890
12891 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
12892
12893         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12894         * gst/id3demux/id3tags.h:
12895         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12896         (parse_comment_frame), (parse_text_identification_frame),
12897         (id3v2_tag_to_taglist), (id3v2_are_digits),
12898         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
12899         (parse_split_strings), (free_tag_strings):
12900           Rewrite parsing of text tags to handle multiple NULL terminated
12901           strings. Parse numeric genre strings and ID3v2 type
12902           "(3)(6)Alternative" style genre strings.
12903           Parse dates that are only YYYY or YYYY-mm format.
12904           (Fixes #328241 and #322154)
12905
12906 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
12907
12908         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12909           Don't forget to initialize liboil, otherwise our oil functions
12910           will crash (fixes #327871; patch by: Christoph Burghardt
12911           <hawkes at web dot de>).
12912
12913 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12914
12915         * configure.ac:
12916           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
12917           like in the core and gst-plugins-base. Fixes #324367 and #326683;
12918           patch by: Brian Cameron <brian dot cameron at sun dot com>
12919
12920 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12921
12922         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
12923         * ext/cdio/gstcdio.h:
12924         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
12925           Fix build for libcdio versions >= 76; give slightly lower rank
12926           than cdparanoia.
12927
12928 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12929
12930         * configure.ac:
12931         * ext/Makefile.am:
12932         * ext/cdio/Makefile.am:
12933         * ext/cdio/gstcdio.c:
12934         * ext/cdio/gstcdio.h:
12935         * ext/cdio/gstcdiocddasrc.c:
12936         * ext/cdio/gstcdiocddasrc.h:
12937           Port libcdio cdda source, formerly known as cddasrc, now known as
12938           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
12939           but that's not tested (fixes #317658).
12940
12941 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12942
12943         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
12944           Fix conversion from TIME to BYTES format (fixes #326864;
12945           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
12946
12947 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
12948
12949         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12950           Fix compilation of id3demux when zlib is not present.
12951           (Fixes #326602; patch by: Sergey Scobich)
12952
12953 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
12954
12955         * ext/esd/Makefile.am:
12956           Add $(ESD_CFLAGS), otherwise build will fail for folks
12957           with libesd in a non-standard prefix (#327009).
12958
12959 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12960
12961         * configure.ac:
12962           back to HEAD
12963
12964 === release 0.10.1 ===
12965
12966 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
12967
12968         * configure.ac:
12969           releasing 0.10.1, "Li"
12970
12971 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12972
12973           patch by: Wim Taymans
12974
12975         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12976           fix memleak.  Fixes #326618
12977
12978 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12979
12980           patch by: Mike Smith
12981
12982         * gst/level/gstlevel.c: (gst_level_message_new),
12983         (gst_level_message_append_channel):
12984           Fix memleak.  Fixes #326612
12985
12986 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12987
12988         * configure.ac:
12989           prereleasing
12990         * po/af.po:
12991         * po/az.po:
12992         * po/cs.po:
12993         * po/en_GB.po:
12994         * po/hu.po:
12995         * po/it.po:
12996         * po/nb.po:
12997         * po/nl.po:
12998         * po/or.po:
12999         * po/sq.po:
13000         * po/sr.po:
13001         * po/sv.po:
13002         * po/uk.po:
13003         * po/vi.po:
13004           update translations
13005
13006 2006-01-10  Michael Smith  <msmith@fluendo.com>
13007
13008         * gst/level/gstlevel.c: (gst_level_class_init),
13009         (gst_level_dispose):
13010           Don't leak filter arrays.
13011
13012 2006-01-09 Brian Cameron <brian.cameron@sun.com>
13013
13014         reviewed by: Christian Schaller <uraeus@gnome.org>
13015         
13016         * configure.ac:
13017         * gst-plugins-good.spec.in:
13018         * sys/Makefile.am:
13019         * sys/sunaudio/Makefile.am:
13020         * sys/sunaudio/gstsunaudio.c: (plugin_init):
13021         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
13022         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
13023         (gst_sunaudiomixer_change_state):
13024         * sys/sunaudio/gstsunaudiomixer.h:
13025         * sys/sunaudio/gstsunaudiomixerctrl.c:
13026         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
13027         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
13028         (gst_sunaudiomixer_ctrl_list_tracks),
13029         (gst_sunaudiomixer_ctrl_get_volume),
13030         (gst_sunaudiomixer_ctrl_set_volume),
13031         (gst_sunaudiomixer_ctrl_set_mute),
13032         (gst_sunaudiomixer_ctrl_set_record):
13033         * sys/sunaudio/gstsunaudiomixerctrl.h:
13034         * sys/sunaudio/gstsunaudiomixertrack.c:
13035         (gst_sunaudiomixer_track_class_init),
13036         (gst_sunaudiomixer_track_init), (fill_labels),
13037         (gst_sunaudiomixer_track_new):
13038         * sys/sunaudio/gstsunaudiomixertrack.h:
13039         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
13040         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
13041         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
13042         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
13043         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
13044         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
13045         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
13046         * sys/sunaudio/gstsunaudiosink.h:
13047
13048         Add SunAudio plugin - tested to make sure it doesn't break
13049         the build under GNU/Linux.      
13050
13051 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
13052
13053         * gst-plugins-good/gst/udp/gstdynudpsink.c:
13054         * gst-plugins-good/gst/udp/gstudpsrc.c:
13055         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
13056         overrides the port or multicast parameters. Fixes bugs #323021.
13057         API addition: adds GstUDPSrc::sockfd property   
13058
13059 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
13060
13061         * ext/gconf/Makefile.am:
13062         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
13063         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
13064         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
13065         (do_toggle_element), (cb_toggle_element),
13066         (gst_gconf_audio_src_change_state):
13067         * ext/gconf/gstgconfaudiosrc.h:
13068         * ext/gconf/gstgconfelements.c: (plugin_init):
13069         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
13070         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
13071         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
13072         (do_toggle_element), (cb_toggle_element),
13073         (gst_gconf_video_src_change_state):
13074         * ext/gconf/gstgconfvideosrc.h:
13075           Add new gconfaudiosrc and gconfvideosrc elements
13076           (needed for gnome-sound-recorder).
13077
13078 2006-01-06  Edward Hervey  <edward@fluendo.com>
13079
13080         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13081         Add gst_element_no_more_pads() for proper decodebin behaviour.
13082         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
13083         (parse_text_identification_frame), (parse_split_strings):
13084         Failure to decode some tags is not a GST_ERROR() but a
13085         GST_WARNING()
13086         When iterating over a chunk of text, check that we haven't gone too
13087         far.
13088
13089 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
13090
13091         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
13092         (plugin_init):
13093           call oil_init() when using liboil
13094
13095 2006-01-04  Wim Taymans  <wim@fluendo.com>
13096
13097         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13098         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13099         Fix leaks.
13100
13101 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
13102
13103         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13104
13105         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
13106         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
13107         (gst_flac_dec_change_state):
13108           Don't g_assert() where we should just return FALSE; remove
13109           unnecessary g_assert(); initialize some fields properly in
13110           state change function (fixes #325504). Also, use
13111           GST_DEBUG_OBJECT in two more places.
13112
13113 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13114
13115         * configure.ac:
13116           also remove smoothwave's Makefile.am
13117         * docs/plugins/Makefile.am:
13118           fix plugin docs
13119
13120 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13121
13122         * tests/examples/Makefile.am:
13123           added missing Makefile.am
13124
13125 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13126
13127         * configure.ac:
13128         * gst/level/Makefile.am:
13129         * gst/level/level-example.c:
13130         * tests/Makefile.am:
13131         * tests/examples/level/Makefile.am:
13132         * tests/examples/level/level-example.c: (message_handler), (main):
13133           moved level-example to tests/examples/level-example
13134         * tests/old/examples/level/demo.c: (main):
13135         * tests/old/examples/level/plot.c: (main):
13136           some initial fixes
13137
13138 2005-12-29  Michael Smith  <msmith@fluendo.com>
13139
13140         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13141         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
13142         * gst/udp/gstmultiudpsink.h:
13143           Track packets sent per client in addition to bytes sent; provide
13144           this info through get-stats signal
13145
13146 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13147
13148         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
13149           Can't use gst_object_unref() on a GstAdapter (#325191).
13150
13151 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
13152
13153         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13154         If a broken tag has 0 bytes payload, at least still skip
13155         the 10 byte header
13156
13157 2005-12-22  Philippe Khalaf  <burger@speedy.org>
13158
13159         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
13160         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13161         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
13162         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13163           Making these depayloaders (H263+ and mpeg4 video) inherit from
13164           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
13165
13166 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13167
13168         * docs/plugins/gst-plugins-good-plugins.args:
13169         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13170         Regenerate the plugin hiearchy.
13171
13172 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13173
13174         * docs/plugins/Makefile.am:
13175         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13176         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13177         * docs/plugins/gst-plugins-good-plugins.args:
13178         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
13179         (gst_id3demux_base_init), (gst_id3demux_class_init),
13180         (gst_id3demux_chain):
13181         * gst/id3demux/gstid3demux.h:
13182           Add documentation for id3demux.
13183           Don't fail if the first buffer is not at offset 0, just
13184           attempt to typefind and do pass through
13185           Rename the gst_type function from gst_gst_id3demux..
13186
13187 2005-12-20  Michael Smith  <msmith@fluendo.com>
13188
13189         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13190         (gst_multiudpsink_add), (gst_multiudpsink_remove),
13191         (gst_multiudpsink_get_stats):
13192         * gst/udp/gstmultiudpsink.h:
13193           Collect statistics; return them from get_stats.
13194
13195 2005-12-19  Edward Hervey  <edward@fluendo.com>
13196
13197         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
13198         Stupid signedness issue...
13199
13200 2005-12-19  Edward Hervey  <edward@fluendo.com>
13201
13202         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13203         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
13204         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
13205         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13206         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
13207         Construct index for indexless files.
13208         Make sure pad/buffers are correctly reset to NULL once we don't need
13209         them anymore, else we get lovely segfaults/assertions.
13210         * gst/wavparse/gstwavparse.c:
13211         Yes, you can have 96KHz audio and wma in wav :(
13212
13213 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
13214
13215         * configure.ac:
13216           Check for optional dependency on zlib for id3demux
13217
13218         * gst/id3demux/Makefile.am:
13219         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
13220         (gst_id3demux_base_init), (gst_id3demux_class_init),
13221         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
13222         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
13223         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
13224         (gst_id3demux_set_property), (gst_id3demux_get_property),
13225         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
13226         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
13227         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
13228         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
13229         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
13230         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
13231         (simple_find_peek), (simple_find_suggest),
13232         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
13233         (plugin_init):
13234         * gst/id3demux/gstid3demux.h:
13235         * gst/id3demux/id3tags.c: (read_synch_uint),
13236         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
13237         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
13238         (id3demux_id3v2_frames_to_tag_list):
13239         * gst/id3demux/id3tags.h:
13240         * gst/id3demux/id3v2.4.0-frames.txt:
13241         * gst/id3demux/id3v2.4.0-structure.txt:
13242         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13243         (parse_comment_frame), (parse_text_identification_frame),
13244         (id3v2_tag_to_taglist), (parse_split_strings):
13245           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
13246           otherwise it discards them. Works on my test files. 
13247
13248         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
13249           Don't send EOS to a non-existing srcpad
13250           The debug category can be static
13251
13252 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
13253
13254         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
13255         * ext/esd/esdsink.c: (gst_esdsink_prepare):
13256         * gst/multipart/multipartdemux.c:
13257           change some char* into char[]
13258
13259 2005-12-16  Wim Taymans  <wim@fluendo.com>
13260
13261         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
13262         (gst_wavparse_other), (gst_wavparse_perform_seek),
13263         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
13264         (gst_wavparse_loop), (gst_wavparse_pad_convert),
13265         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
13266         * gst/wavparse/gstwavparse.h:
13267         Use GstSegment to implement more seeking features.
13268
13269 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
13270
13271         * gst/rtsp/rtspconnection.c:
13272           Add <netinet/in.h> include and move <arpa/inet.h> include
13273           to make things work on OpenBSD as well (fixes #323717;
13274           patch by: Benjamin Pineau)
13275
13276 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
13277
13278         * gst/rtp/gstrtpspeexdepay.c:
13279         * gst/rtp/gstrtpspeexpay.c:
13280         Set clock rate to be fixed in 8000. It fixes bug #324012.
13281
13282 2005-12-14  Philippe Khalaf  <burger@speedy.org>
13283
13284         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
13285         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
13286         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
13287         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13288         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13289         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
13290         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
13291         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13292         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
13293         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13294         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
13295         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
13296         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
13297         * gst-plugins-good/gst/rtp/README:
13298         Fixed payload range in payloder caps. Removed payload range completely
13299         from depayloaders as they don't require payload type in their caps.
13300         In effect, there isn't any specific payload type for any given codec,
13301         only suggestions.
13302         Fixes bug #324011.
13303
13304 2005-12-13  Julien MOUTTE  <julien@moutte.net>
13305
13306         * gst/videomixer/videomixer.c: (gst_videomixer_init),
13307         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13308         (gst_videomixer_collected): Code cleanup and re-enabling 
13309         queued time validity check for correct EOS handling.
13310
13311 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
13312
13313         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13314         (gst_oss_mixer_element_get_property),
13315         (gst_oss_mixer_element_change_state):
13316         Add 'device-name' property and fix state change function.
13317
13318 2005-12-13  Edward Hervey  <edward@fluendo.com>
13319
13320         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
13321         If the speed of the file is null in the header, set the frame_time to
13322         the default setting of GST_SECOND / 70. Which is the default
13323         frame_delay for .fli files as stated in this document :
13324         http://www.compuphase.com/flic.htm
13325         Would be nice to have the time conversion done properly too (duration =
13326         flxh->frames * flxdec->frame_time)
13327
13328 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13329
13330         * docs/plugins/Makefile.am:
13331         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13332         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13333         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13334         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13335         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13336         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
13337         documentation for videomixer on my way with a funny sample
13338         pipeline.
13339
13340 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13341
13342         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13343         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13344         (gst_videomixer_update_queues), (gst_videomixer_collected):
13345         Fix caps negotiation. (#323896)
13346
13347 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
13348
13349         * gst/matroska/matroska-demux.c:
13350         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
13351           Set correct timestamps on audio laces, fixes playback of mp3 from
13352                 matroska.
13353
13354 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
13355
13356         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
13357         (gst_au_parse_class_init), (gst_au_parse_init),
13358         (gst_au_parse_dispose), (gst_au_parse_chain),
13359         (gst_au_parse_change_state), (plugin_init):
13360         * gst/auparse/gstauparse.h:
13361           Use gst_object_unref() for GstObjects instead of
13362           g_object_unref() and fix a mem leak in a debug
13363           statement; while we're at it, also borgify, use
13364           boilerplate macros and clean up a little bit.
13365
13366 2005-12-11  Edward Hervey  <edward@fluendo.com>
13367
13368         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
13369         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
13370         Added pull mode.
13371
13372 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13373
13374         * gst/goom/gstgoom.c:
13375         * gst/level/level-example.c: (main):
13376         * gst/smoothwave/demo-osssrc.c: (main):
13377           Use audiotestsrc instead of sinesrc (#323798).
13378
13379 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
13380
13381         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
13382           more debug-func-ptr usage
13383
13384 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
13385
13386         * gst/flx/flx_color.c: (flx_colorspace_convert):
13387         * gst/flx/flx_color.h:
13388         * gst/flx/flx_fmt.h:
13389         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
13390         * gst/flx/gstflxdec.h:
13391           Now flxdec works on big-endian machines as well.
13392
13393 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13394
13395         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
13396         (gst_fenced_buffer_copy):
13397           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
13398           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
13399           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
13400           and use GST_DEBUG_FUNCPTR for pad functions.
13401
13402 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13403
13404         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
13405         (gst_flac_dec_class_init), (gst_flac_dec_init),
13406         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
13407         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
13408         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
13409         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
13410         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
13411         (gst_flac_dec_change_state):
13412         * ext/flac/gstflacdec.h:
13413           Rewrite flacdec a bit, so that even seeking might work now. Most
13414           importantly, don't act upon any flow return values we get, just tell
13415           the decoder everything's dandy and act on the flow return values
13416           later on in the loop function. We don't want to mess up the internal
13417           decoder state for non-fatal things like flushing pads etc. Other
13418           than that, use GstSegment (segment seeks don't work yet though, but
13419           should be easy to add), use boilerplate macros, drop the superfluous
13420           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
13421           lots of other things.
13422
13423 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13424
13425         * configure.ac:
13426           Update comment in OSS includes check.
13427
13428         * sys/oss/gstossdmabuffer.c:
13429         * sys/oss/gstosshelper.c:
13430         * sys/oss/gstossmixer.c:
13431         * sys/oss/gstossmixertrack.c:
13432         * sys/oss/gstosssink.c:
13433         * sys/oss/gstosssrc.c:
13434         * sys/oss/oss_probe.c:
13435           Don't assume the OSS soundcard.h include is always in
13436           the sys/ directory. Instead, use the existing defines
13437           from config.h to include the right file. Fixes
13438           compilation on OpenBSD 3.8 (#323718).
13439
13440 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13441
13442         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13443         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13444         * docs/plugins/inspect/plugin-1394.xml:
13445         * docs/plugins/inspect/plugin-aasink.xml:
13446         * docs/plugins/inspect/plugin-alaw.xml:
13447         * docs/plugins/inspect/plugin-alpha.xml:
13448         * docs/plugins/inspect/plugin-alphacolor.xml:
13449         * docs/plugins/inspect/plugin-auparse.xml:
13450         * docs/plugins/inspect/plugin-autodetect.xml:
13451         * docs/plugins/inspect/plugin-avi.xml:
13452         * docs/plugins/inspect/plugin-cacasink.xml:
13453         * docs/plugins/inspect/plugin-cairo.xml:
13454         * docs/plugins/inspect/plugin-cutter.xml:
13455         * docs/plugins/inspect/plugin-debug.xml:
13456         * docs/plugins/inspect/plugin-dv.xml:
13457         * docs/plugins/inspect/plugin-efence.xml:
13458         * docs/plugins/inspect/plugin-effectv.xml:
13459         * docs/plugins/inspect/plugin-esdsink.xml:
13460         * docs/plugins/inspect/plugin-flac.xml:
13461         * docs/plugins/inspect/plugin-flxdec.xml:
13462         * docs/plugins/inspect/plugin-gconfelements.xml:
13463         * docs/plugins/inspect/plugin-goom.xml:
13464         * docs/plugins/inspect/plugin-jpeg.xml:
13465         * docs/plugins/inspect/plugin-level.xml:
13466         * docs/plugins/inspect/plugin-matroska.xml:
13467         * docs/plugins/inspect/plugin-mulaw.xml:
13468         * docs/plugins/inspect/plugin-multipart.xml:
13469         * docs/plugins/inspect/plugin-navigationtest.xml:
13470         * docs/plugins/inspect/plugin-ossaudio.xml:
13471         * docs/plugins/inspect/plugin-png.xml:
13472         * docs/plugins/inspect/plugin-rtp.xml:
13473         * docs/plugins/inspect/plugin-rtsp.xml:
13474         * docs/plugins/inspect/plugin-shout2send.xml:
13475         * docs/plugins/inspect/plugin-smpte.xml:
13476         * docs/plugins/inspect/plugin-speex.xml:
13477         * docs/plugins/inspect/plugin-udp.xml:
13478         * docs/plugins/inspect/plugin-videobox.xml:
13479         * docs/plugins/inspect/plugin-videoflip.xml:
13480         * docs/plugins/inspect/plugin-videomixer.xml:
13481         * docs/plugins/inspect/plugin-wavenc.xml:
13482         * docs/plugins/inspect/plugin-wavparse.xml:
13483         * ext/flac/gstflac.c: (plugin_init):
13484         * ext/flac/gstflacdec.c: (flacdec_get_type),
13485         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
13486         (gst_flac_dec_init), (gst_flac_dec_finalize),
13487         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
13488         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
13489         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
13490         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
13491         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
13492         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
13493         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
13494         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
13495         * ext/flac/gstflacdec.h:
13496         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
13497         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
13498         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
13499         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
13500         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
13501         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
13502         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
13503         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
13504         (gst_flac_enc_change_state):
13505         * ext/flac/gstflacenc.h:
13506           borgify and fix up documentation
13507
13508 2005-12-09  Michael Smith  <msmith@fluendo.com>
13509
13510         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
13511           Accept a wider range of flac files, more closely matching flac spec.
13512
13513 2005-12-08  Julien MOUTTE  <julien@moutte.net>
13514
13515         * docs/plugins/Makefile.am: Add multipart elements.
13516         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13517         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
13518         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13519         * gst/multipart/multipartdemux.c:
13520         * gst/multipart/multipartmux.c: Add docs.
13521
13522 2005-12-07  Edward Hervey  <edward@fluendo.com>
13523
13524         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
13525         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
13526         (gst_avi_demux_invert):
13527         Memleak and crasher fixes.
13528         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
13529         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
13530         Memleak fixes
13531
13532 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13533
13534         * ext/aalib/gstaasink.h:
13535         * ext/cairo/gsttextoverlay.h:
13536         * ext/dv/gstdvdec.h:
13537         * ext/dv/gstdvdemux.c:
13538         * ext/dv/gstdvdemux.h:
13539         * ext/esd/esdsink.h:
13540         * ext/flac/flac_compat.h:
13541         * ext/flac/gstflacdec.h:
13542         * ext/flac/gstflacenc.h:
13543         * ext/gconf/gconf.h:
13544         * ext/gconf/gstgconfaudiosink.h:
13545         * ext/gconf/gstgconfvideosink.h:
13546         * ext/gdk_pixbuf/gstgdkanimation.h:
13547         * ext/jpeg/gstjpegdec.h:
13548         * ext/jpeg/smokecodec.h:
13549         * ext/jpeg/smokeformat.h:
13550         * ext/ladspa/gstsignalprocessor.h:
13551         * ext/ladspa/search.c: (LADSPAPluginSearch):
13552         * ext/ladspa/utils.h:
13553         * ext/libmng/gstmng.c:
13554         * ext/libmng/gstmngdec.h:
13555         * ext/libmng/gstmngenc.c:
13556         * ext/libmng/gstmngenc.h:
13557         * ext/libpng/gstpng.c:
13558         * ext/libpng/gstpngenc.c:
13559         * ext/libpng/gstpngenc.h:
13560         * ext/shout2/gstshout2.h:
13561         * ext/speex/gstspeexdec.h:
13562         * ext/speex/gstspeexenc.c:
13563         * ext/speex/gstspeexenc.h:
13564         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13565         * gst/autodetect/gstautoaudiosink.h:
13566         * gst/autodetect/gstautovideosink.h:
13567         * gst/avi/gstavidemux.h:
13568         * gst/cutter/gstcutter.c: (gst_cutter_chain),
13569         (gst_cutter_set_property), (gst_cutter_get_caps):
13570         * gst/cutter/gstcutter.h:
13571         * gst/debug/tests.c: (md5_process_block):
13572         * gst/debug/tests.h:
13573         * gst/effectv/gstwarp.c:
13574         * gst/flx/flx_fmt.h:
13575         * gst/flx/gstflxdec.h:
13576         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
13577         (zoomFilterFastRGB):
13578         * gst/goom/filters.h:
13579         * gst/goom/goom_tools.h:
13580         * gst/law/alaw-encode.c:
13581         * gst/level/gstlevel.c:
13582         * gst/level/gstlevel.h:
13583         * gst/matroska/ebml-write.h:
13584         * gst/matroska/matroska-demux.h:
13585         * gst/matroska/matroska-ids.h:
13586         * gst/matroska/matroska-mux.h:
13587         * gst/monoscope/convolve.c: (convolve_match):
13588         * gst/monoscope/convolve.h:
13589         * gst/multipart/multipartmux.c:
13590         * gst/oldcore/gstaggregator.c:
13591         * gst/oldcore/gstaggregator.h:
13592         * gst/oldcore/gstmd5sink.c: (md5_process_block):
13593         * gst/oldcore/gstmd5sink.h:
13594         * gst/oldcore/gstmultifilesrc.c:
13595         * gst/oldcore/gstmultifilesrc.h:
13596         * gst/oldcore/gstpipefilter.h:
13597         * gst/oldcore/gstshaper.h:
13598         * gst/rtp/gstrtpL16depay.h:
13599         * gst/rtp/gstrtpL16pay.h:
13600         * gst/rtp/gstrtpdepay.h:
13601         * gst/rtp/gstrtpmp4vpay.c:
13602         * gst/rtp/gstrtpmp4vpay.h:
13603         * gst/rtsp/gstrtspsrc.c:
13604         * gst/rtsp/gstrtspsrc.h:
13605         * gst/rtsp/rtspconnection.h:
13606         * gst/rtsp/rtspdefs.h:
13607         * gst/rtsp/rtspmessage.h:
13608         * gst/rtsp/rtsptransport.h:
13609         * gst/rtsp/rtspurl.c:
13610         * gst/rtsp/rtspurl.h:
13611         * gst/rtsp/sdpmessage.c:
13612         * gst/rtsp/sdpmessage.h:
13613         * gst/smpte/barboxwipes.c:
13614         * gst/smpte/gstmask.h:
13615         * gst/smpte/gstsmpte.h:
13616         * gst/smpte/paint.c:
13617         * gst/smpte/paint.h:
13618         * gst/udp/gstdynudpsink.h:
13619         * gst/udp/gstmultiudpsink.h:
13620         * gst/udp/gstudpsink.c:
13621         * gst/udp/gstudpsink.h:
13622         * gst/udp/gstudpsrc.c:
13623         * gst/videomixer/videomixer.c:
13624         * gst/wavenc/riff.h:
13625         * gst/wavparse/gstwavparse.h:
13626         * sys/oss/gstossdmabuffer.h:
13627         * sys/oss/gstossmixer.h:
13628         * sys/oss/gstossmixerelement.h:
13629         * sys/oss/gstossmixertrack.h:
13630         * sys/oss/gstosssink.c:
13631         * sys/oss/gstosssink.h:
13632         * sys/oss/gstosssrc.c:
13633         * sys/oss/gstosssrc.h:
13634         * sys/osxaudio/gstosxaudioelement.h:
13635         * sys/osxaudio/gstosxaudiosink.h:
13636         * sys/osxaudio/gstosxaudiosrc.h:
13637           expand tabs
13638
13639 === release 0.10.0 ===
13640
13641 2005-12-05   <thomas (at) apestaart (dot) org>
13642
13643         * configure.ac:
13644           releasing 0.10.0, "Abondance"
13645
13646 2005-12-05  Andy Wingo  <wingo@pobox.com>
13647
13648         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13649         * ext/flac/gstflacdec.c: (gst_flacdec_write):
13650         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
13651         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
13652         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
13653         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
13654         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13655         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
13656         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
13657         * ext/speex/gstspeexdec.c: (speex_dec_chain):
13658         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
13659         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13660         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
13661         * gst/goom/gstgoom.c: (gst_goom_chain):
13662         * gst/matroska/matroska-demux.c:
13663         (gst_matroska_demux_push_vorbis_codec_priv_data),
13664         (gst_matroska_demux_add_wvpk_header):
13665         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13666         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
13667         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
13668         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
13669         alloc_buffer changes.
13670
13671 2005-12-05  Michael Smith  <msmith@fluendo.com>
13672
13673         * docs/plugins/gst-plugins-good-plugins.args:
13674           Remove args for plugins that aren't in -good.
13675
13676 === release 0.9.7 ===
13677
13678 2005-12-01   <thomas (at) apestaart (dot) org>
13679
13680         * configure.ac:
13681           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
13682
13683 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13684
13685         * docs/plugins/.cvsignore:
13686         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13687         * docs/plugins/inspect/plugin-multipart.xml:
13688         * docs/plugins/inspect/plugin-rtp.xml:
13689           add multipart plugin to docs
13690
13691 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13692
13693         * configure.ac:
13694         * ext/Makefile.am:
13695         * ext/pango/Makefile.am:
13696         * ext/pango/gstclockoverlay.c:
13697         * ext/pango/gstclockoverlay.h:
13698         * ext/pango/gsttextoverlay.c:
13699         * ext/pango/gsttextoverlay.h:
13700         * ext/pango/gsttextrender.c:
13701         * ext/pango/gsttextrender.h:
13702         * ext/pango/gsttimeoverlay.c:
13703         * ext/pango/gsttimeoverlay.h:
13704           move pango to base
13705
13706 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13707
13708         * gst/rtp/Makefile.am:
13709         * gst/rtp/gstrtpL16depay.c:
13710         * gst/rtp/gstrtpL16depay.h:
13711         * gst/rtp/gstrtpL16parse.c:
13712         * gst/rtp/gstrtpL16parse.h:
13713         * gst/rtp/gstrtpgsmdepay.c:
13714         * gst/rtp/gstrtpgsmdepay.h:
13715         * gst/rtp/gstrtpgsmparse.c:
13716         * gst/rtp/gstrtpgsmparse.h:
13717           parsers are depayers
13718
13719 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13720
13721         * gst/rtp/Makefile.am:
13722         * gst/rtp/gstasteriskh263.c:
13723         * gst/rtp/gstrtp.c:
13724         * gst/rtp/gstrtpL16enc.c:
13725         * gst/rtp/gstrtpL16enc.h:
13726         * gst/rtp/gstrtpL16parse.c:
13727         * gst/rtp/gstrtpL16parse.h:
13728         * gst/rtp/gstrtpL16pay.c:
13729         * gst/rtp/gstrtpL16pay.h:
13730         * gst/rtp/gstrtpamrdec.c:
13731         * gst/rtp/gstrtpamrdec.h:
13732         * gst/rtp/gstrtpamrdepay.c:
13733         * gst/rtp/gstrtpamrdepay.h:
13734         * gst/rtp/gstrtpamrenc.c:
13735         * gst/rtp/gstrtpamrenc.h:
13736         * gst/rtp/gstrtpamrpay.c:
13737         * gst/rtp/gstrtpamrpay.h:
13738         * gst/rtp/gstrtpdec.c:
13739         * gst/rtp/gstrtpdec.h:
13740         * gst/rtp/gstrtpdepay.c:
13741         * gst/rtp/gstrtpdepay.h:
13742         * gst/rtp/gstrtpg711dec.c:
13743         * gst/rtp/gstrtpg711dec.h:
13744         * gst/rtp/gstrtpg711depay.c:
13745         * gst/rtp/gstrtpg711depay.h:
13746         * gst/rtp/gstrtpg711enc.c:
13747         * gst/rtp/gstrtpg711enc.h:
13748         * gst/rtp/gstrtpg711pay.c:
13749         * gst/rtp/gstrtpg711pay.h:
13750         * gst/rtp/gstrtpgsmenc.c:
13751         * gst/rtp/gstrtpgsmenc.h:
13752         * gst/rtp/gstrtpgsmparse.c:
13753         * gst/rtp/gstrtpgsmparse.h:
13754         * gst/rtp/gstrtpgsmpay.c:
13755         * gst/rtp/gstrtpgsmpay.h:
13756         * gst/rtp/gstrtph263enc.c:
13757         * gst/rtp/gstrtph263enc.h:
13758         * gst/rtp/gstrtph263pay.c:
13759         * gst/rtp/gstrtph263pay.h:
13760         * gst/rtp/gstrtph263pdec.c:
13761         * gst/rtp/gstrtph263pdec.h:
13762         * gst/rtp/gstrtph263pdepay.c:
13763         * gst/rtp/gstrtph263pdepay.h:
13764         * gst/rtp/gstrtph263penc.c:
13765         * gst/rtp/gstrtph263penc.h:
13766         * gst/rtp/gstrtph263ppay.c:
13767         * gst/rtp/gstrtph263ppay.h:
13768         * gst/rtp/gstrtpmp4vdec.c:
13769         * gst/rtp/gstrtpmp4vdec.h:
13770         * gst/rtp/gstrtpmp4vdepay.c:
13771         * gst/rtp/gstrtpmp4vdepay.h:
13772         * gst/rtp/gstrtpmp4venc.c:
13773         * gst/rtp/gstrtpmp4venc.h:
13774         * gst/rtp/gstrtpmp4vpay.c:
13775         * gst/rtp/gstrtpmp4vpay.h:
13776         * gst/rtp/gstrtpmpadec.c:
13777         * gst/rtp/gstrtpmpadec.h:
13778         * gst/rtp/gstrtpmpadepay.c:
13779         * gst/rtp/gstrtpmpadepay.h:
13780         * gst/rtp/gstrtpmpaenc.c:
13781         * gst/rtp/gstrtpmpaenc.h:
13782         * gst/rtp/gstrtpmpapay.c:
13783         * gst/rtp/gstrtpmpapay.h:
13784         * gst/rtp/gstrtpspeexdec.c:
13785         * gst/rtp/gstrtpspeexdec.h:
13786         * gst/rtp/gstrtpspeexdepay.c:
13787         * gst/rtp/gstrtpspeexdepay.h:
13788         * gst/rtp/gstrtpspeexenc.c:
13789         * gst/rtp/gstrtpspeexenc.h:
13790         * gst/rtp/gstrtpspeexpay.c:
13791         * gst/rtp/gstrtpspeexpay.h:
13792           Do burger's rename for rtp payloaders and depayloaders
13793
13794 2005-11-30  Wim Taymans  <wim@fluendo.com>
13795
13796         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13797         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
13798         * ext/dv/gstdvdemux.h:
13799         Fix seeking in dvdemux again, add some more debug info.
13800
13801 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13802
13803         * configure.ac:
13804           fix tests
13805
13806 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13807
13808         * PORTED_09:
13809         * docs/random/PORTED_09:
13810           move
13811         * tests/Makefile.am:
13812           add
13813         * win32/gst.sln:
13814           remove
13815
13816 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13817
13818         * Makefile.am:
13819         * check/.cvsignore:
13820         * check/Makefile.am:
13821         * check/elements/.cvsignore:
13822         * check/elements/level.c:
13823         * check/elements/matroskamux.c:
13824         * configure.ac:
13825         * examples/Makefile.am:
13826         * examples/capsfilter/Makefile.am:
13827         * examples/capsfilter/capsfilter1.c:
13828         * examples/gob/Makefile.am:
13829         * examples/gob/gst-identity2.gob:
13830         * examples/gstplay/.cvsignore:
13831         * examples/gstplay/Makefile.am:
13832         * examples/gstplay/player.c:
13833         * examples/indexing/.cvsignore:
13834         * examples/indexing/Makefile.am:
13835         * examples/indexing/indexmpeg.c:
13836         * examples/level/Makefile.am:
13837         * examples/level/README:
13838         * examples/level/demo.c:
13839         * examples/level/plot.c:
13840         * examples/stats/Makefile.am:
13841         * examples/stats/mp2ogg.c:
13842         * examples/switch/.cvsignore:
13843         * examples/switch/Makefile.am:
13844         * examples/switch/switcher.c:
13845           move under tests/
13846
13847 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
13848
13849         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
13850         (gst_text_render_class_init), (resize_bitmap),
13851         (gst_text_render_render_text), (gst_text_render_setcaps),
13852         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
13853         (gst_text_render_chain), (gst_text_render_finalize),
13854         (gst_text_render_init), (gst_text_render_set_property):
13855         * ext/pango/gsttextrender.h:
13856           Add missing files.
13857
13858 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
13859
13860         * configure.ac:
13861         * ext/Makefile.am:
13862         * ext/pango/Makefile.am:
13863         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
13864         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
13865         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
13866         * ext/pango/gstclockoverlay.h:
13867         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
13868         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
13869         (gst_text_overlay_finalize), (gst_text_overlay_init),
13870         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
13871         (gst_text_overlay_text_pad_linked),
13872         (gst_text_overlay_text_pad_unlinked),
13873         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
13874         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
13875         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
13876         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
13877         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13878         (gst_text_overlay_change_state), (plugin_init):
13879         * ext/pango/gsttextoverlay.h:
13880         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
13881         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
13882         (gst_time_overlay_class_init), (gst_time_overlay_init):
13883         * ext/pango/gsttimeoverlay.h:
13884           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
13885           and add background shading and text wrapping modes. Make 
13886           timoverlay derive from textoverlay. Also add new clockoverlay
13887           element.
13888
13889 2005-11-30  Julien MOUTTE  <julien@moutte.net>
13890
13891         * gst/udp/Makefile.am: Moved to netbuffer.
13892
13893 2005-11-30  Julien MOUTTE  <julien@moutte.net>
13894
13895         * configure.ac:
13896         * PORTED_O9:
13897         * gst/multipart/Makefile.am:
13898         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
13899         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
13900         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
13901         (gst_multipart_demux_change_state),
13902         (gst_multipart_demux_plugin_init):
13903         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
13904         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
13905         (gst_multipart_mux_sinkconnect),
13906         (gst_multipart_mux_request_new_pad),
13907         (gst_multipart_mux_handle_src_event),
13908         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
13909         (gst_multipart_mux_change_state): Ported multipart mux/demux to
13910         0.9.
13911
13912 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13913
13914         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
13915         * gst/debug/gstnavigationtest.h:
13916         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
13917         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
13918         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
13919         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
13920         * gst/effectv/gstrev.c: (gst_revtv_get_type):
13921         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
13922         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
13923         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
13924         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
13925         (gst_video_flip_get_type):
13926         * gst/videofilter/gstvideoflip.h:
13927           update for symbols change
13928
13929 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13930
13931         * gst/udp/gstdynudpsink.c:
13932         * gst/udp/gstudpsrc.c:
13933           the old gstnet lib was renamed gstnetbuffer (#322257)
13934
13935 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
13936
13937         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
13938         (gst_text_overlay_collected):
13939           Actually render the text from the text pad.
13940
13941 2005-11-29  Edward Hervey  <edward@fluendo.com>
13942
13943         * gst/debug/gstnavseek.c: (gst_navseek_event):
13944         * gst/debug/progressreport.c: (gst_progress_report_event):
13945         Update for GstBaseTransform event virtual method
13946
13947 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13948
13949         * ext/cairo/Makefile.am:
13950           no need to link to videofilter
13951
13952 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13953
13954         * gst/debug/Makefile.am:
13955         * gst/debug/gstnavigationtest.h:
13956         * gst/effectv/Makefile.am:
13957         * gst/effectv/gstaging.c:
13958         * gst/effectv/gstdice.c:
13959         * gst/effectv/gstedge.c:
13960         * gst/effectv/gstquark.c:
13961         * gst/effectv/gstrev.c:
13962         * gst/effectv/gstshagadelic.c:
13963         * gst/effectv/gstvertigo.c:
13964         * gst/effectv/gstwarp.c:
13965         * gst/videofilter/Makefile.am:
13966         * gst/videofilter/gstvideofilter.c:
13967         * gst/videofilter/gstvideofilter.h:
13968         * gst/videofilter/gstvideoflip.h:
13969           remove the videofilter library and link to the one in base
13970
13971 2005-11-28  Edward Hervey  <edward@fluendo.com>
13972
13973         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
13974         Useless check now we're setting the current entry correctly.
13975
13976 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
13977
13978         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
13979         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
13980         (gst_jpegenc_change_state):
13981           Don't leak input buffer in chain function (fixes #322667); make 
13982           state change function thread-safe; don't repeat the current function
13983           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
13984           gst_pad_alloc_buffer(); misc. minor cleanups.
13985
13986 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
13987
13988         * gst/matroska/matroska-mux.c:
13989         (gst_matroska_mux_video_pad_setcaps):
13990         Look for pixel-aspect-ratio in caps, not pixel_width and
13991         pixel_height (Fixes: #322645)
13992
13993 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
13994
13995         * gst/matroska/matroska-mux.c:
13996         (gst_matroska_mux_video_pad_setcaps):
13997         From Michal Benes:
13998         frame duration should be GST_SECOND / framerate, not
13999         GST_SECOND * framerate. (Fixes: #322643)
14000
14001 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14002
14003         * configure.ac:
14004           fix up GST_PLUGIN_LDFLAGS
14005         * gst/rtsp/rtspconnection.c:
14006           fix includes (see #317043)
14007         * gst/videofilter/Makefile.am:
14008           stop installing this library
14009
14010 2005-11-26  Edward Hervey  <edward@fluendo.com>
14011
14012         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
14013         Handle the case where the incoming Video dv stream doesn't have
14014         a pixel aspect ratio set.
14015
14016 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14017
14018         * docs/plugins/Makefile.am:
14019         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14020         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14021         * ext/flac/gstflacdec.c:
14022           document flacdec
14023
14024 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14025
14026         * docs/plugins/Makefile.am:
14027         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14028         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14029         * docs/plugins/inspect/plugin-autodetect.xml:
14030         * ext/cairo/gstcairo.c: (plugin_init):
14031         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14032         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14033         (gst_text_overlay_init), (gst_text_overlay_font_init),
14034         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14035         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14036         (gst_text_overlay_text_pad_linked),
14037         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14038         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14039         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14040         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14041         (gst_text_overlay_change_state):
14042         * ext/cairo/gsttextoverlay.h:
14043         * ext/cairo/gsttimeoverlay.c:
14044         (gst_cairo_time_overlay_update_font_height),
14045         (gst_cairo_time_overlay_set_caps),
14046         (gst_cairo_time_overlay_get_unit_size),
14047         (gst_cairo_time_overlay_print_smpte_time),
14048         (gst_cairo_time_overlay_transform),
14049         (gst_cairo_time_overlay_base_init),
14050         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
14051         (gst_cairo_time_overlay_get_type):
14052         * ext/cairo/gsttimeoverlay.h:
14053           do some name borgifying
14054           document
14055
14056 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14057
14058         * docs/plugins/Makefile.am:
14059         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14060         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14061         * gst/autodetect/gstautoaudiosink.c:
14062         (gst_auto_audio_sink_base_init):
14063         * gst/autodetect/gstautovideosink.c:
14064         (gst_auto_video_sink_base_init),
14065         (gst_auto_video_sink_factory_filter):
14066           documenting auto*sink
14067           using strstr for the video sink lookup, class field is not ordered
14068         * docs/plugins/inspect/plugin-1394.xml:
14069         * docs/plugins/inspect/plugin-aasink.xml:
14070         * docs/plugins/inspect/plugin-alaw.xml:
14071         * docs/plugins/inspect/plugin-alpha.xml:
14072         * docs/plugins/inspect/plugin-alphacolor.xml:
14073         * docs/plugins/inspect/plugin-auparse.xml:
14074         * docs/plugins/inspect/plugin-autodetect.xml:
14075         * docs/plugins/inspect/plugin-avi.xml:
14076         * docs/plugins/inspect/plugin-cacasink.xml:
14077         * docs/plugins/inspect/plugin-cairo.xml:
14078         * docs/plugins/inspect/plugin-cutter.xml:
14079         * docs/plugins/inspect/plugin-debug.xml:
14080         * docs/plugins/inspect/plugin-dv.xml:
14081         * docs/plugins/inspect/plugin-efence.xml:
14082         * docs/plugins/inspect/plugin-effectv.xml:
14083         * docs/plugins/inspect/plugin-esdsink.xml:
14084         * docs/plugins/inspect/plugin-flac.xml:
14085         * docs/plugins/inspect/plugin-flxdec.xml:
14086         * docs/plugins/inspect/plugin-gconfelements.xml:
14087         * docs/plugins/inspect/plugin-goom.xml:
14088         * docs/plugins/inspect/plugin-jpeg.xml:
14089         * docs/plugins/inspect/plugin-level.xml:
14090         * docs/plugins/inspect/plugin-matroska.xml:
14091         * docs/plugins/inspect/plugin-mulaw.xml:
14092         * docs/plugins/inspect/plugin-navigationtest.xml:
14093         * docs/plugins/inspect/plugin-ossaudio.xml:
14094         * docs/plugins/inspect/plugin-png.xml:
14095         * docs/plugins/inspect/plugin-rtp.xml:
14096         * docs/plugins/inspect/plugin-rtsp.xml:
14097         * docs/plugins/inspect/plugin-shout2send.xml:
14098         * docs/plugins/inspect/plugin-smpte.xml:
14099         * docs/plugins/inspect/plugin-speex.xml:
14100         * docs/plugins/inspect/plugin-udp.xml:
14101         * docs/plugins/inspect/plugin-videobox.xml:
14102         * docs/plugins/inspect/plugin-videoflip.xml:
14103         * docs/plugins/inspect/plugin-videomixer.xml:
14104         * docs/plugins/inspect/plugin-wavenc.xml:
14105         * docs/plugins/inspect/plugin-wavparse.xml:
14106           update for HEAD version
14107
14108 2005-11-25  Michael Smith  <msmith@fluendo.com>
14109
14110         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
14111           Patch from Sebastien Cote to close control sockets in udpsrc.
14112
14113 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14114
14115         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14116         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
14117         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
14118         (gst_quarktv_base_init), (gst_quarktv_class_init),
14119         (gst_quarktv_init): Flush the planes list on reverse caps
14120         negotiation. This was crashing because of differently sized
14121         buffers.
14122
14123 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14124
14125         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
14126         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
14127         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
14128         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
14129         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
14130         (gst_videoflip_set_property), (gst_videoflip_base_init),
14131         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
14132         correctly, fix identity flipping, convert navigation event 
14133         correctly again.
14134
14135 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14136
14137         * configure.ac: back to HEAD
14138
14139 === release 0.9.6 ===
14140
14141 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
14142
14143         * configure.ac:
14144           releasing 0.9.6, "Everything's Not Lost"
14145
14146 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14147
14148         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
14149         Oops, initialise the framerate GValue
14150
14151 2005-11-23  Julien MOUTTE  <julien@moutte.net>
14152
14153         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
14154         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
14155         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
14156         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
14157         (gst_timeoverlay_get_type):
14158         * ext/cairo/gsttimeoverlay.h:
14159         * gst/debug/Makefile.am:
14160         * gst/debug/gstnavigationtest.c:
14161         (gst_navigationtest_handle_src_event),
14162         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
14163         (gst_navigationtest_transform), (gst_navigationtest_change_state),
14164         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
14165         (gst_navigationtest_init), (gst_navigationtest_get_type),
14166         (plugin_init):
14167         * gst/debug/gstnavigationtest.h:
14168         * gst/effectv/Makefile.am:
14169         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
14170         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
14171         (gst_agingtv_base_init), (gst_agingtv_class_init),
14172         (gst_agingtv_init), (gst_agingtv_get_type):
14173         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
14174         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
14175         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
14176         (gst_dicetv_get_type):
14177         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
14178         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
14179         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
14180         (gst_edgetv_get_type):
14181         * gst/effectv/gsteffectv.c:
14182         * gst/effectv/gsteffectv.h:
14183         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14184         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
14185         (gst_quarktv_change_state), (gst_quarktv_base_init),
14186         (gst_quarktv_class_init), (gst_quarktv_init),
14187         (gst_quarktv_get_type):
14188         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
14189         (gst_revtv_get_unit_size), (gst_revtv_transform),
14190         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
14191         (gst_revtv_get_type):
14192         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
14193         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
14194         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
14195         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
14196         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
14197         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
14198         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
14199         (gst_vertigotv_init), (gst_vertigotv_get_type):
14200         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
14201         (gst_warptv_get_unit_size), (gst_warptv_transform),
14202         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
14203         (gst_warptv_get_type):
14204         * gst/videofilter/Makefile.am:
14205         * gst/videofilter/gstvideobalance.c:
14206         * gst/videofilter/gstvideobalance.h:
14207         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
14208         (gst_videofilter_class_init), (gst_videofilter_init):
14209         * gst/videofilter/gstvideofilter.h:
14210         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
14211         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
14212         (gst_videoflip_flip), (gst_videoflip_transform),
14213         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
14214         (gst_videoflip_base_init), (gst_videoflip_class_init),
14215         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
14216         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
14217         BaseTransform, it's just a place holder for now and every video
14218         effect plugin has been ported to use BaseTransform features 
14219         directly. QuarkTV was fixed too (was broken), navigationtest works
14220         and best for the end, videoflip converts navigation events depending
14221         on flip method ! Fixes #320953
14222
14223 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14224
14225         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14226         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
14227         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14228         (gst_goom_src_negotiate), (gst_goom_chain):
14229         * gst/matroska/matroska-mux.c:
14230         (gst_matroska_mux_video_pad_setcaps):
14231         * sys/osxvideo/osxvideosink.m:
14232           Fixes for API changes
14233
14234 2005-11-23  Michael Smith <msmith@fluendo.com>
14235
14236         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
14237         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
14238         * ext/jpeg/gstjpegdec.h:
14239         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
14240         * ext/jpeg/gstjpegenc.h:
14241         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14242         (gst_smokeenc_resync):
14243         * ext/jpeg/gstsmokeenc.h:
14244           JPEG fractiony goodness.
14245
14246 2005-11-22  Michael Smith <msmith@fluendo.com>
14247
14248         * gst/goom/filters.c:
14249         * gst/goom/graphic.h:
14250           Fix compilation by making some functions static inline instead of
14251           extern inline, matching the way they're used.
14252
14253 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14254
14255         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
14256         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
14257         * ext/cairo/gsttextoverlay.h:
14258         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
14259         * ext/gdk_pixbuf/gstgdkpixbuf.h:
14260         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
14261         (gst_pngdec_caps_create_and_set):
14262         * ext/libpng/gstpngdec.h:
14263         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
14264         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
14265         * gst/avi/gstavimux.c: (gst_avimux_init),
14266         (gst_avimux_vidsinkconnect):
14267         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14268         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14269         (gst_goom_src_negotiate), (gst_goom_chain):
14270         * gst/goom/gstgoom.h:
14271         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14272         * gst/matroska/matroska-mux.c:
14273         (gst_matroska_mux_video_pad_setcaps):
14274         * sys/osxvideo/osxvideosink.h:
14275         * sys/osxvideo/osxvideosink.m:
14276           More fractional framerate conversions 
14277
14278 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14279
14280         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14281         * gst/debug/gstnavigationtest.c:
14282         (gst_navigationtest_handle_src_event):
14283         * gst/videofilter/gstvideofilter.c:
14284         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
14285         (gst_videofilter_init):
14286         * gst/videofilter/gstvideofilter.h:
14287           Convert to fractional framerates.
14288
14289 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14290
14291         * ext/aalib/gstaasink.c:
14292         * ext/dv/gstdvdec.c:
14293         * ext/esd/esdmon.c:
14294         * ext/flac/gstflacenc.c:
14295         * ext/gdk_pixbuf/pixbufscale.c:
14296         * ext/libcaca/gstcacasink.c:
14297         * ext/shout2/gstshout2.c:
14298         * gst/alpha/gstalpha.c:
14299         * gst/oldcore/gstaggregator.c:
14300         * gst/oldcore/gstshaper.c:
14301         * gst/smpte/barboxwipes.c:
14302         * gst/smpte/gstsmpte.c:
14303         * gst/videobox/gstvideobox.c:
14304         * gst/videofilter/gstvideoflip.c:
14305         * gst/videomixer/videomixer.c:
14306           fix up more enums
14307
14308 2005-11-22  Michael Smith <msmith@fluendo.com>
14309
14310         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
14311         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
14312         (gst_videomixer_update_queues):
14313           Fractional framerates, videomixer.
14314
14315 2005-11-22  Michael Smith <msmith@fluendo.com>
14316
14317         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
14318         * ext/dv/gstdvdec.h:
14319         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
14320         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
14321         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
14322         (gst_dvdemux_flush):
14323         * ext/dv/gstdvdemux.h:
14324           Fractional framerates for DV. 
14325
14326 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14327
14328         * gst/autodetect/gstautoaudiosink.c:
14329         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14330         * gst/autodetect/gstautovideosink.c:
14331         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
14332           Use gst_plugin_feature_list_free() to free feature list and
14333           in the case of autovideosink free the list at all. Also
14334           miscellaneous cosmetic fixes.
14335
14336 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14337
14338         * gst/cutter/gstcutter.c: (gst_cutter_chain),
14339         (gst_cutter_set_property), (gst_cutter_get_caps):
14340           copy calculation code from level; remove use of some audio
14341           functions
14342
14343 2005-11-22  Andy Wingo  <wingo@pobox.com>
14344
14345         * Update for gst_tag_setter API changes.
14346
14347 2005-11-22  Andy Wingo  <wingo@pobox.com>
14348
14349         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
14350         (gst_dvdemux_demux_frame)
14351         * ext/flac/gstflacdec.c (gst_flacdec_write)
14352         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
14353         (gst_flacenc_sink_event)
14354         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
14355         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
14356         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
14357         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
14358         * gst/auparse/gstauparse.c (gst_auparse_chain)
14359         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
14360         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
14361         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
14362         (gst_avi_demux_handle_seek)
14363         * gst/goom/gstgoom.c (gst_goom_event)
14364         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
14365         * gst/matroska/matroska-demux.c
14366         (gst_matroska_demux_handle_seek_event)
14367         (gst_matroska_demux_loop_stream_parse_id)
14368         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
14369         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
14370         (gst_wavparse_stream_headers): Run update-funcnames.
14371
14372 2005-11-22  Edward Hervey  <edward@fluendo.com>
14373
14374         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
14375         (gst_dv1394src_init), (gst_dv1394src_dispose),
14376         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
14377         (gst_dv1394src_uri_set_uri):
14378         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
14379         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
14380         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
14381         URIHandler interface and element properties are now properly
14382         synchronized for DV1394src and UDPSrc
14383
14384 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14385
14386         * ext/flac/Makefile.am:
14387         * ext/speex/Makefile.am:
14388           libgsttagedit has been renamed to libgsttag.
14389
14390 2005-11-21  Wim Taymans  <wim@fluendo.com>
14391
14392         * gst/rtsp/rtspconnection.c: (read_body):
14393         Apply patch from Sebastien Cote to fix #319184.
14394
14395 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14396
14397         * configure.ac:
14398         * gst/cutter/Makefile.am:
14399         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
14400         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
14401         (gst_cutter_set_property), (gst_cutter_get_property),
14402         (plugin_init), (gst_cutter_get_caps):
14403           port cutter
14404         * gst/level/gstlevel.c:
14405           fix up plugin details
14406
14407 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14408
14409         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
14410         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
14411         (gst_flacdec_src_event):
14412         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
14413         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
14414         (gst_signal_processor_getrange), (gst_signal_processor_chain):
14415         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14416         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
14417         (gst_flxdec_sink_event_handler):
14418         * gst/matroska/matroska-demux.c:
14419         (gst_matroska_demux_handle_seek_event):
14420         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
14421           Update for stream lock API changes: don't take stream log
14422           in sink event handlers any longer and change GST_STREAM_LOCK
14423           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
14424           functions.
14425
14426 2005-11-21  Michael Smith <msmith@fluendo.com>
14427
14428         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
14429           gst_object_unref, not g_object_unref
14430
14431 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14432
14433         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
14434         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
14435           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
14436
14437 2005-11-21  Michael Smith <msmith@fluendo.com>
14438
14439         * gst/auparse/Makefile.am:
14440         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
14441         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
14442         (gst_auparse_change_state):
14443         * gst/auparse/gstauparse.h:
14444           Partially fix #161712. playbin still doesn't work on these files,
14445           (on the bug report, Andy says we aren't typefinding it for some
14446           reason?) but at least auparse isn't totally busted like it was before.
14447
14448 2005-11-21  Andy Wingo  <wingo@pobox.com>
14449
14450         * *.h:
14451         * *.c: Ran scripts/update-macros. Oh yes.
14452
14453 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14454
14455         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
14456           Filler events are gone for now, comment out section generating
14457           them.
14458
14459 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
14460
14461         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14462         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
14463         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14464         * sys/osxvideo/osxvideosink.m:
14465           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
14466           (#322027)
14467
14468 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14469
14470         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
14471         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
14472         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14473         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
14474         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
14475         (gst_avi_demux_stream_data):
14476         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14477         * gst/wavenc/gstwavenc.c: (write_metadata):
14478         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
14479         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
14480         Fixes for GST_FOURCC_FORMAT API change.
14481
14482 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14483
14484         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
14485         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
14486         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
14487         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14488         (gst_text_overlay_change_state):
14489         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
14490         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
14491         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
14492         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
14493         * gst/videomixer/videomixer.c: (gst_videomixer_init),
14494         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
14495         (gst_videomixer_change_state):
14496           Fix for collect pads API change. Also fix textoverlay state
14497           change function.
14498
14499 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14500
14501         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
14502         GST_PAD_IS_USABLE by something approaching it.
14503
14504 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14505
14506         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
14507         API changes.
14508         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
14509         but also fix the code that was not checking return values from
14510         pad_push neither using pad_alloc_buffer.
14511
14512 2005-11-18  Edward Hervey  <edward@fluendo.com>
14513
14514         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14515         (gst_pngenc_chain):
14516         Added debug category
14517         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
14518         goes to EOS.
14519
14520 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
14521
14522         * gst/rtp/Makefile.am
14523         * gst/rtp/gstrtp.c
14524         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
14525         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
14526         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
14527         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
14528         * gst/rtp/gstrtpg711enc.h:
14529         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
14530         * gst/rtp/gstrtpspeexenc.c:
14531         * gst/rtp/gstrtpspeexenc.h:
14532         * gst/rtp/gstrtpspeexdec.c:
14533         * gst/rtp/gstrtpspeexdec.h:
14534         Created Speex payloader and depayloader; Optimize G711 payloader to
14535         use adapter and send packets until MTU size.
14536
14537 2005-11-16  Wim Taymans  <wim@fluendo.com>
14538
14539         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
14540         Fix leak in check.
14541
14542 2005-11-16  Wim Taymans  <wim@fluendo.com>
14543
14544         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
14545         Fix state change.
14546
14547 2005-11-16  Andy Wingo  <wingo@pobox.com>
14548
14549         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
14550         (gst_udpsrc_create): Move comment.
14551
14552 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
14553
14554         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14555
14556         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
14557           When seeking, seek to closest index entry at or before the requested
14558           seek position, not just the closest one (#321001).
14559
14560 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
14561
14562         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
14563         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
14564           Invert DIB images again (see #132341).
14565
14566 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14567
14568         * configure.ac:
14569           rework configure.ac file
14570         * ext/aalib/gstaasink.c:
14571         * ext/cairo/gstcairo.c:
14572         * ext/dv/gstdv.c:
14573         * ext/esd/gstesd.c:
14574         * ext/flac/gstflac.c:
14575         * ext/gconf/gstgconfelements.c:
14576         * ext/gdk_pixbuf/gstgdkpixbuf.c:
14577         * ext/jpeg/gstjpeg.c:
14578         * ext/ladspa/gstladspa.c:
14579         * ext/libcaca/gstcacasink.c:
14580         * ext/libmng/gstmng.c:
14581         * ext/libpng/gstpng.c:
14582         * ext/mikmod/gstmikmod.c:
14583         * ext/pango/gsttextoverlay.c:
14584         * ext/pango/gsttimeoverlay.c:
14585         * ext/raw1394/gst1394.c:
14586         * ext/speex/gstspeex.c:
14587         * gst/alpha/Makefile.am:
14588         * gst/alpha/gstalpha.c:
14589         * gst/alpha/gstalphacolor.c:
14590         * gst/auparse/gstauparse.c:
14591         * gst/autodetect/gstautoaudiosink.c:
14592         (gst_auto_audio_sink_factory_filter),
14593         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14594         * gst/autodetect/gstautodetect.c:
14595         * gst/avi/gstavi.c:
14596         * gst/cutter/gstcutter.c:
14597         * gst/debug/efence.c:
14598         * gst/debug/gstdebug.c:
14599         * gst/debug/gstnavigationtest.c:
14600         * gst/effectv/gsteffectv.c:
14601         * gst/flx/gstflxdec.c:
14602         * gst/goom/gstgoom.c:
14603         * gst/interleave/plugin.c:
14604         * gst/law/alaw.c:
14605         * gst/law/mulaw.c:
14606         * gst/level/gstlevel.c:
14607         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14608         * gst/matroska/matroska.c:
14609         * gst/median/gstmedian.c:
14610         * gst/monoscope/gstmonoscope.c:
14611         * gst/multipart/multipart.c:
14612         * gst/oldcore/gstelements.c:
14613         * gst/rtp/gstrtp.c:
14614         * gst/rtsp/gstrtsp.c:
14615         * gst/smoothwave/gstsmoothwave.c:
14616         * gst/smpte/gstsmpte.c:
14617         * gst/udp/gstudp.c:
14618         * gst/videobox/gstvideobox.c:
14619         * gst/videofilter/gstgamma.c:
14620         * gst/videofilter/gstvideobalance.c:
14621         * gst/videofilter/gstvideoflip.c:
14622         * gst/videofilter/gstvideotemplate.c:
14623         * gst/videomixer/videomixer.c:
14624         * gst/wavenc/gstwavenc.c:
14625         * gst/wavparse/gstwavparse.c:
14626         * sys/oss/gstossaudio.c:
14627         * sys/osxaudio/gstosxaudio.c:
14628           update GST_PLUGIN_DEFINE
14629         * gst/rtp/Makefile.am:
14630         * gst/rtp/gstasteriskh263.c:
14631           check for htons/htonl headers and possibly link to winsock2 lib
14632
14633 2005-11-12  Edward Hervey  <edward@fluendo.com>
14634
14635         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
14636         Only GST_DEBUG() information on the valid components.
14637
14638 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14639
14640         * configure.ac: back to HEAD
14641
14642 === release 0.9.5 ===
14643
14644 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
14645
14646         * configure.ac:
14647           releasing 0.9.5, "Phone Alarm"
14648
14649 2005-11-11  Edward Hervey  <edward@fluendo.com>
14650
14651         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14652         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
14653         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
14654         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14655         (gst_avi_demux_loop):
14656         * gst/avi/gstavidemux.h:
14657         Yeah, implement proper seeking. Exact seeking and segment seeking.
14658         Still need to do some checks for segment_stop.
14659
14660 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14661
14662         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14663
14664         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14665           Don't try to ready buffer duration from buffer that we don't
14666           own any  longer and that might already have been unreffed.
14667           (#321136)
14668
14669 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
14670
14671         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
14672         (flx_decode_delta_flc), (gst_flxdec_chain):
14673         Attempting to optimize the code for embedded systems.
14674
14675 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
14676
14677         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14678
14679         * sys/oss/gstosssink.c: (gst_oss_sink_close):
14680           Don't re-use already closed file descriptor. (#320920)
14681
14682 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14683
14684         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
14685         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
14686         (gst_oss_sink_prepare):
14687         * sys/oss/gstosssink.h:
14688           Cache probed caps; fix debug output for SET_PARAM macros.
14689
14690 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14691
14692         * ext/cairo/Makefile.am:
14693         * ext/cairo/gstcairo.c: (plugin_init):
14694         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14695         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14696         (gst_text_overlay_init), (gst_text_overlay_font_init),
14697         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14698         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14699         (gst_text_overlay_text_pad_linked),
14700         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14701         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14702         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14703         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14704         (gst_text_overlay_change_state):
14705         * ext/cairo/gsttextoverlay.h:
14706           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
14707           property and redo positioning. Doesn't handle upstream renegotiation
14708           yet though.
14709
14710 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14711
14712         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14713         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14714         (gst_avi_demux_loop):
14715           No need to take the STREAM_LOCK in the loop function. Improve
14716           some debug messages. Don't leak pad names in debug messages.
14717
14718 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14719
14720         * gst/matroska/matroska-demux.c:
14721         (gst_matroska_demux_push_vorbis_codec_priv_data),
14722         (gst_matroska_demux_add_wvpk_header):
14723           Don't error out when the source pad isn't linked.
14724
14725 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
14726
14727         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
14728         (gst_gconf_audio_sink_change_state):
14729         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
14730         (gst_gconf_video_sink_change_state):
14731           Fix state change functions here as well and set kid
14732           to NULL state before removing it.
14733
14734 2005-11-01  Edward Hervey  <edward@fluendo.com>
14735
14736         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
14737         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
14738         Added proper event handlind, 
14739         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
14740         ignored),
14741         and don't set a duration of 0 for buffers otherwise they are discarded
14742         by GstBaseSink.
14743
14744         GstWavEnc needs some serious loving, after going through the code I'm
14745         really wondering how this can stay in -good ...
14746
14747 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14748
14749         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
14750         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
14751         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
14752         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
14753         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
14754         (gst_matroska_mux_collected):
14755           Fix leaks and invalid memory access as reported by valgrind
14756
14757 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14758
14759         Patch by: Michal Benes <michal.benes@xeris.cz>
14760
14761         * check/Makefile.am:
14762         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14763         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
14764         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
14765           add a unit test for matroskamux
14766           fix the bugs that the unit test exposed
14767
14768 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
14769
14770         * gst/autodetect/gstautoaudiosink.c:
14771         (gst_auto_audio_sink_class_init),
14772         (gst_auto_audio_sink_change_state):
14773         * gst/autodetect/gstautovideosink.c:
14774         (gst_auto_video_sink_class_init),
14775         (gst_auto_video_sink_change_state):
14776           Fix state change function and use GST_DEBUG_FUNCPTR in
14777           class_init.
14778
14779 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14780
14781         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14782
14783         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
14784         (gst_ebml_write_reset), (gst_ebml_write_element_new):
14785         * gst/matroska/ebml-write.h:
14786         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14787           Set timestamps on outgoing ebml headers as well, so that the
14788           element after matroskamux can get the timestamp already when
14789           reading the first ebml element and doesn't have to wait for
14790           the actual data buffer for that (#320308).
14791           
14792 2005-10-31  Andy Wingo  <wingo@pobox.com>
14793
14794         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
14795         (gst_videomixer_pad_link): Kill some memleaks.
14796         (gst_videomixer_pad_get_property): Style fix.
14797         (gst_videomixer_pad_set_property): Style fix.
14798         (gst_videomixer_pad_init): Style fix.
14799         (gst_videomixer_update_queues): Kill memleak.
14800         (gst_videomixer_loop): Kill memleak.
14801         (gst_videomixer_collected): Kill memleak.
14802
14803 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
14804
14805         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
14806         gst_auparse_change_state:
14807         Just some cleanup.
14808
14809 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
14810
14811         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
14812         Add checks to GST_FLOW_NOT_LINKED for values returned
14813         from gst_pad_push.
14814         
14815 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14816
14817         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
14818         (gst_rtpg711dec_process):
14819         * gst/rtp/gstrtpgsmenc.c:
14820         Payloader now sets some default caps on the srcpad if caps on the sinkpad
14821         are never set. This is important for the g711 to work with burger's rtpbin
14822         element.
14823
14824 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
14825
14826         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
14827         (gst_speexenc_push_buffer):
14828         Add checks for return values from gst_pad_push and
14829         gst_pad_alloc_buffer.
14830
14831 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
14832
14833         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14834
14835         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
14836         (gst_matroska_demux_parse_info),
14837         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14838         (gst_matroska_demux_parse_cluster):
14839         * gst/matroska/matroska-ids.h:
14840         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
14841         (gst_matroska_mux_init), (gst_matroska_mux_start),
14842         (gst_matroska_mux_create_buffer_header),
14843         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
14844         (gst_matroska_mux_get_property):
14845         * gst/matroska/matroska-mux.h:
14846           Add SimpleBlock support to matroska demuxer and muxer (part of
14847           Matroska v2). (#319731)
14848
14849 2005-10-28  Wim Taymans  <wim@fluendo.com>
14850
14851         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
14852         (gst_jpeg_dec_change_state):
14853         * ext/jpeg/gstjpegdec.h:
14854         Cleanups. Don't create caps for every chain.
14855
14856 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
14857
14858         * gst/law/alaw-encode.c: (gst_alawenc_init),
14859         (alawenc_setcaps), (gst_alawenc_chain)
14860         * gst/law/alaw-encode.h:
14861         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
14862         (mulawenc_setcaps), (gst_mulawenc_chain)
14863         * gst/law/mulaw-encode.h:
14864         Set timestamp on buffer and it allows RTP G711 elements
14865         work properly.
14866
14867 2005-10-27  Wim Taymans  <wim@fluendo.com>
14868
14869         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
14870         Set correct format on oss instead of a silly value. 
14871
14872 2005-10-27  Julien MOUTTE  <julien@moutte.net>
14873
14874         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14875         (gst_video_box_transform_caps), (gst_video_box_set_caps),
14876         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
14877         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
14878         I420 rendering as well, doesn't bring much for my platform.
14879         Might help on some other platforms.
14880
14881 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
14882
14883         * gst/rtp/gstrtpgsmenc.c:
14884         * gst/rtp/gstrtpgsmparse.c:
14885         Declaring the padtemplate correctly.
14886
14887 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14888
14889         * gst/rtp/gstrtpg711dec.c:
14890         * gst/rtp/gstrtpg711enc.c:
14891         * gst/rtp/gstrtpgsmenc.c:
14892         * gst/rtp/gstrtpgsmparse.c:
14893         Setting the proper copyright notice.
14894
14895 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14896
14897         * gst/videobox/Makefile.am: Use liboil.
14898         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14899         (gst_video_box_set_property), (gst_video_box_transform_caps),
14900         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
14901         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
14902         using liboil. Will dot the same to I420 border generation
14903         tomorrow.
14904
14905 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14906
14907         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
14908         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
14909         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
14910         * gst/rtp/gstrtpg711dec.h:
14911         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
14912         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
14913         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
14914         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
14915         (gst_rtpgsmenc_handle_buffer):
14916         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
14917         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
14918         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
14919         * gst/rtp/gstrtpgsmparse.h:
14920         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
14921         inherits from the basertpdepayloader.
14922
14923 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14924
14925         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14926         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
14927         (gst_video_box_ayuv): Removing this forgotten debug.
14928
14929 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14930
14931         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14932         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
14933         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
14934
14935 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
14936
14937         * sys/oss/gstossaudio.c:
14938         * sys/oss/gstossdmabuffer.c:
14939         * sys/oss/gstosshelper.c:
14940         * sys/oss/gstossmixer.c:
14941         * sys/oss/gstossmixerelement.c:
14942         * sys/oss/gstossmixertrack.c:
14943         * sys/oss/gstosssink.c:
14944         * sys/oss/gstosssrc.c:
14945           Actually use the 'oss' debug category we register.
14946
14947 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14948
14949         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
14950         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
14951         Use gst_pad_get_parent and drop the ref that was added through
14952         that call.
14953
14954 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14955
14956         * gst/rtp/gstrtpgsmenc.c:
14957           Fix compilation
14958
14959 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
14960
14961         * gst/rtp/gstrtpg711dec.c
14962         Just removed a couple of lines of weird code used during
14963         development/test time.
14964
14965 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
14966
14967         * gst/rtp/Makefile.am
14968         * gst/rtp/gstrtp.c
14969         * gst/rtp/gstrtpg711enc.c
14970         * gst/rtp/gstrtpg711enc.h
14971         * gst/rtp/gstrtpg711dec.c
14972         * gst/rtp/gstrtpg711dec.h
14973         Created G711 payloader and depayloader (it supports mulaw and alaw
14974         (dec)encoders)
14975
14976 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14977
14978         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14979         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
14980         Doh ! I introduced wingo's bug again ! Sorry...
14981
14982 2005-10-25  Christian Schaller <christian@fluendo.com> 
14983
14984         * gst/rtp/Makefile.am: add missing header files for disting
14985
14986 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
14987
14988         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
14989         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
14990         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
14991         (gst_rtpgsmenc_handle_buffer):
14992         * gst/rtp/gstrtpgsmenc.h:
14993         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
14994         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
14995         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
14996         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
14997         * gst/rtp/gstrtpgsmparse.h:
14998         Getting the GSM (de)payloader working and compatible with our plans for RTP.
14999
15000 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15001
15002         * ext/libpng/gstpngdec.c: (user_info_callback),
15003         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
15004         a newsegment event, move some redundant code in a single place.
15005
15006 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15007
15008         * ext/libpng/gstpngdec.c: (user_info_callback),
15009         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
15010         hack to get correct colors order when we have a png image with
15011         alpha channel.
15012
15013 2005-10-24  Edward Hervey  <edward@fluendo.com>
15014
15015         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
15016         Call gst_element_no_more_pads when there will be no more pads.
15017
15018 2005-10-24  Wim Taymans  <wim@fluendo.com>
15019
15020         * gst/rtp/Makefile.am:
15021         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
15022         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
15023         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
15024         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
15025         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
15026         (gst_asteriskh263_plugin_init):
15027         * gst/rtp/gstasteriskh263.h:
15028         * gst/rtp/gstrtp.c: (plugin_init):
15029         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
15030         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
15031         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
15032         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
15033         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
15034         (gst_rtph263enc_plugin_init):
15035         * gst/rtp/gstrtph263enc.h:
15036         Added two new payloaders, an RFC 2190 payloader for h263 and
15037         a payload convertor for an asterisk server.
15038
15039 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15040
15041         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15042           Set bytes_per_sample correctly (is not always 4, but 
15043           depends on width and number of channels).
15044
15045 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15046
15047         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
15048         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
15049         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
15050         (gst_flacenc_sink_event), (gst_flacenc_chain),
15051         (gst_flacenc_set_property), (gst_flacenc_get_property),
15052         (gst_flacenc_change_state):
15053         * ext/flac/gstflacenc.h:
15054           Fix seeking, so that flacenc can rewrite the header with the
15055           correct duration and amount of samples and all that at EOS;
15056           also set timestamps and granulepos on outgoing buffers; add
15057           debug category; fix state change function.
15058           
15059 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15060
15061         * gst/videomixer/videomixer.c: Don't restrict video geometry
15062         from 16 to 4096.
15063
15064 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15065
15066         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15067         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15068         Fix caps negotiation correctly, add debugging category.
15069
15070 2005-10-24  Christian Schaller  <christian@fluendo.com>
15071
15072         * configure.ac: Port over Thomas's change from base listing all plugins
15073
15074 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15075
15076         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
15077         a sink pad.
15078
15079 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15080
15081         * configure.ac:
15082         * docs/upload.mak:
15083           back to HEAD
15084
15085 === release 0.9.4 ===
15086
15087 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15088
15089         * configure.ac:
15090           Releasing 0.9.4, "Dromiceiomimus"
15091
15092 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
15093
15094         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
15095         (gst_speexenc_src_query):
15096           Add position and duration query, fix query type function.
15097           
15098         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15099         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15100           Let's not set non-fixed caps on source pads.
15101
15102 2005-10-21  Wim Taymans  <wim@fluendo.com>
15103
15104         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15105         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
15106         (gst_avi_demux_handle_seek):
15107         Set correct stream_time in newsegment event.
15108         avi can also handle a duration query now.
15109
15110 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
15111
15112         * gst/matroska/matroska-demux.c:
15113         (gst_matroska_demux_handle_src_query),
15114         (gst_matroska_demux_handle_seek_event),
15115         (gst_matroska_demux_loop_stream_parse_id):
15116           Fix duration query; fix basetime in newsegment event after
15117           seek; fix duration in initial newsegment event.
15118
15119         * gst/matroska/matroska-mux.c:
15120         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
15121           Extract number of channels and samplerate from vorbis headers;
15122           add some debug messages when querying the durations of the
15123           input streams.
15124
15125 2005-10-20  Wim Taymans  <wim@fluendo.com>
15126
15127         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15128         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15129         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15130         Set stream time correctly in newsegment.
15131
15132 2005-10-20  Wim Taymans  <wim@fluendo.com>
15133
15134         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15135         Correctly fill in the stream time.
15136
15137 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15138
15139         * check/elements/level.c: (GST_START_TEST):
15140         * gst/level/gstlevel.c: (gst_level_message_new):
15141         * gst/level/level-example.c: (message_handler):
15142           use ELEMENT messages instead
15143
15144 2005-10-19  Wim Taymans  <wim@fluendo.com>
15145
15146         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
15147         (gst_dvdemux_src_query):
15148         * ext/flac/gstflacdec.c: (gst_flacdec_length),
15149         (gst_flacdec_src_query):
15150         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
15151         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
15152         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
15153         * gst/debug/gstnavseek.c: (gst_navseek_seek):
15154         * gst/debug/progressreport.c: (gst_progress_report_report):
15155         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
15156         * gst/matroska/matroska-demux.c:
15157         (gst_matroska_demux_handle_src_query):
15158         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
15159         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15160         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15161         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15162         (gst_wavparse_srcpad_event):
15163         API change fix.
15164
15165 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
15166
15167         * gst/goom/filters.c:
15168         * gst/goom/graphic.h:
15169         * gst/goom/lines.c:
15170           Make inline functions either 'static inline' or 'extern inline',
15171           otherwise the Forte compiler apparently won't inline them (#317300).
15172
15173 2005-10-19  Julien MOUTTE  <julien@moutte.net>
15174
15175         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15176         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
15177         (user_info_callback), (user_endrow_callback), (user_end_callback),
15178         (user_read_data), (gst_pngdec_caps_create_and_set),
15179         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
15180         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
15181         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
15182         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
15183         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
15184         very nice and handle push/pull based model. if you have filesrc
15185         connected to it, it will do random access to load the png file.
15186         If you have a network source that can't do _getrange, it does 
15187         progressive loading through the chain function.
15188         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15189         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
15190         thanks to Master Wim Taymans ;-)
15191
15192 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
15193
15194         * gst/matroska/Makefile.am:
15195         * gst/matroska/ebml-read.c:
15196         * gst/matroska/ebml-read.h:
15197         * gst/matroska/matroska-demux.c:
15198         * gst/matroska/matroska-demux.h:
15199         * gst/matroska/matroska.c: (plugin_init):
15200           Ported matroska demuxer to 0.9.
15201
15202 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
15203
15204         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15205
15206         * gst/matroska/matroska-mux.c:
15207         (gst_matroska_mux_video_pad_setcaps),
15208         (gst_matroska_mux_audio_pad_setcaps):
15209           Fix mpeg4 input handling (#318847); also, while we're at it,
15210           fix media type for Motion-JPEG: should be image/jpeg.
15211
15212 2005-10-18  Wim Taymans  <wim@fluendo.com>
15213
15214         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15215         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15216         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15217         Fix for segment-start/stop API change.
15218
15219 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15220
15221         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15222         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
15223         way.
15224
15225 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15226
15227         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15228         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
15229         output declared in transform_caps.
15230
15231 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15232
15233         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
15234
15235 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15236
15237         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15238         (gst_video_box_get_unit_size): Fix wrong size calculations and
15239         implement get_unit_size correctly.
15240
15241 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15242
15243         * configure.ac:
15244           Enable flx plugin.
15245
15246         * gst/flx/gstflxdec.c: (flx_decode_chunks):
15247           Fix gcc4 signedness issue.
15248
15249 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15250
15251         * configure.ac: Adding videomixer.
15252         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15253         (user_read_data), (gst_pngdec_chain): More debugging.
15254         * gst/alpha/Makefile.am: Adding alphacolor
15255         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
15256         (gst_alpha_color_class_init), (gst_alpha_color_init),
15257         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
15258         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
15259         (plugin_init): Ported to 0.9 using in place base tranform.
15260         * gst/videomixer/Makefile.am:
15261         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15262         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
15263         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
15264         (gst_videomixer_pad_init), (gst_videomixer_class_init),
15265         (gst_videomixer_init), (gst_videomixer_getcaps),
15266         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
15267         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15268         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
15269         to 0.9 using collectpads.
15270
15271 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
15272
15273         * configure.ac:
15274         * gst/flx/Makefile.am:
15275         * gst/flx/gstflxdec.c: (gst_flxdec_init),
15276         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
15277         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
15278         * gst/flx/gstflxdec.h:
15279         flx plugin ported to 0.9
15280
15281 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15282
15283         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
15284           use new gst_version_string()
15285
15286 2005-10-16  Andy Wingo  <wingo@pobox.com>
15287
15288         * configure.ac: GLIB_CHECK.
15289
15290 2005-10-15  Julien MOUTTE  <julien@moutte.net>
15291
15292         * ext/libpng/Makefile.am:
15293         * ext/libpng/gstpng.c: (plugin_init):
15294         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15295         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
15296         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
15297
15298 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
15299
15300         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15301
15302         * configure.ac:
15303         * gst/matroska/Makefile.am:
15304         * gst/matroska/ebml-ids.h:
15305         * gst/matroska/ebml-write.c:
15306         * gst/matroska/ebml-write.h:
15307         * gst/matroska/matroska-ids.h:
15308         * gst/matroska/matroska-mux.c:
15309         * gst/matroska/matroska-mux.h:
15310         * gst/matroska/matroska.c: (plugin_init):
15311           Port matroska muxer to 0.9 (#318847).
15312
15313 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
15314
15315         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
15316         (comment_init), (comment_add):
15317           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
15318           use GST_READ_UINT32_LE() and friends rather than the private
15319           implementation of those same macros.
15320
15321 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
15322
15323         * examples/stats/mp2ogg.c:
15324           more typo fixes
15325
15326 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
15327
15328         * examples/indexing/indexmpeg.c: (main):
15329         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
15330         (gst_esdmon_close_audio), (gst_esdmon_change_state):
15331         * ext/esd/esdmon.h:
15332         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
15333         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
15334         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15335         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15336         * gst/avi/gstavimux.c: (gst_avimux_init):
15337         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
15338         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
15339         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
15340         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
15341         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
15342         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
15343         * gst/oldcore/gstmultifilesrc.h:
15344         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
15345         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
15346         (gst_pipefilter_change_state):
15347         * gst/oldcore/gstpipefilter.h:
15348         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
15349         * gst/videomixer/videomixer.c: (gst_videomixer_init):
15350         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
15351         * sys/osxaudio/gstosxaudiosink.h:
15352         * sys/osxaudio/gstosxaudiosrc.h:
15353           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
15354           moved bitshift from macro to enum definition
15355
15356 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15357
15358         * ext/Makefile.am:
15359         * ext/cairo/Makefile.am:
15360         * ext/cairo/gstcairo.c: (plugin_init):
15361         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
15362         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
15363         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
15364         * ext/cairo/gsttimeoverlay.h:
15365           update of cairo-based timeoverlay to 1.0 Cairo API
15366           doesn't work yet for resizing of output sink
15367
15368 2005-10-11  Wim Taymans  <wim@fluendo.com>
15369
15370         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
15371         newsegment API fix.
15372
15373 2005-10-11  Wim Taymans  <wim@fluendo.com>
15374
15375         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
15376         (gst_dvdemux_demux_frame):
15377         * ext/flac/gstflacdec.c: (gst_flacdec_write):
15378         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15379         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
15380         (gst_avi_demux_handle_seek):
15381         * gst/goom/gstgoom.c: (gst_goom_event):
15382         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
15383         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15384         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15385         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15386         (gst_wavparse_srcpad_event):
15387         newsegment API update.
15388
15389 2005-10-11  Andy Wingo  <wingo@pobox.com>
15390
15391         * ext/speex/gstspeexenc.c: Signedness cleanups.
15392
15393 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
15394
15395         * PORTED_09:
15396         * ext/speex/Makefile.am:
15397         * ext/speex/gstspeex.c:
15398         * ext/speex/gstspeexenc.c:
15399         Speexenc ported to 0.9
15400
15401 2005-10-10  Wim Taymans  <wim@fluendo.com>
15402
15403         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
15404         (gst_oss_sink_init), (gst_oss_sink_set_property),
15405         (gst_oss_sink_get_property), (gst_oss_sink_open),
15406         (gst_oss_sink_prepare), (gst_oss_sink_reset):
15407         * sys/oss/gstosssink.h:
15408         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
15409         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
15410         (gst_oss_src_prepare):
15411         Cleanups, make device configurable in the sink, handle and report
15412         errors.
15413
15414 2005-10-10  Wim Taymans  <wim@fluendo.com>
15415
15416         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
15417         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
15418         Make sure element is NULL before removing from the bin.
15419
15420 2005-10-07  Andy Wingo  <wingo@pobox.com>
15421
15422         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
15423         block forever in a read().
15424         (gst_dv1394src_bus_reset): Post a message when the cable is
15425         unplugged.
15426         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
15427         (gst_dv1394src_bus_reset): Don't unref the message.
15428
15429         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
15430         hacking. The only change should be that the state change stuff was
15431         put into basesrc's start() and stop() routines, which coalesces
15432         some steps.
15433
15434 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15435
15436         * configure.ac:
15437           Add check for mmap
15438           
15439         * gst/debug/Makefile.am:
15440           Only compile efence plugin on systems that have mmap.
15441
15442 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15443
15444         * gst/debug/Makefile.am:
15445         * gst/debug/breakmydata.c:
15446         * gst/debug/gstdebug.c:
15447         * gst/debug/gstnavigationtest.c:
15448         * gst/debug/gstnavseek.c: 
15449         * gst/debug/gstnavseek.h:
15450         * gst/debug/progressreport.c: 
15451         * gst/debug/testplugin.c:
15452           Port progressreport, navseek, navigationtest, testsink and
15453           breakmydata.
15454
15455 2005-10-05  Edward Hervey  <edward@fluendo.com>
15456
15457         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
15458         (gst_dvdemux_src_query):
15459         Fixes for better conversion
15460
15461 2005-10-04  Michael Smith <msmith@fluendo.com>
15462
15463         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
15464         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15465         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
15466         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
15467           Set state of elements to NULL before removing from bins.
15468           Set state of test element to NULL if we failed to move it to READY
15469
15470 2005-10-04  Edward Hervey  <edward@fluendo.com>
15471
15472         * ext/dv/Makefile.am:
15473         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
15474         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
15475         Corrected the query function for position so it doesn't forget what
15476         format was asked, and calls the conversion functions on the correct pad.
15477
15478 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15479
15480         * configure.ac:
15481           back to development
15482
15483 === release 0.9.3 ===
15484
15485 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15486
15487         * configure.ac:
15488           Releasing 0.9.3, "Aramis"
15489
15490 2005-10-03  Andy Wingo  <wingo@pobox.com>
15491
15492         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
15493         error returns.
15494
15495 2005-10-02  Andy Wingo  <wingo@pobox.com>
15496
15497         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
15498
15499         * ext/flac/gstflacenc.c: Ported to 0.9.
15500
15501         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
15502
15503         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
15504         and link to gsttagedit. Enable flacenc.
15505
15506         * ext/flac/gstflacdec.c: Re-enable tag reading.
15507
15508 2005-09-30  Wim Taymans  <wim@fluendo.com>
15509
15510         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15511         * gst/rtp/gstrtpgsmparse.c:
15512         * gst/rtp/gstrtph263penc.c:
15513         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15514         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15515         (gst_rtpmp4venc_set_property):
15516         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15517         Various class and caps fixes from Andre Magalhaes (andrunko)
15518
15519 2005-09-29  Wim Taymans  <wim@fluendo.com>
15520
15521         * gst/level/level-example.c: (main):
15522         Update for new bus API.
15523
15524 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15525
15526         * configure.ac:
15527           Fix unexpanded autoconf macro GST_DOC, which has been renamed
15528           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
15529
15530 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
15531
15532         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
15533           Fix playback of mono streams (bytes_per_sample should be set
15534           from the sample width and the number of channels negotiated,
15535           and not just be set to 4) (#317338)
15536
15537 2005-09-26  Wim Taymans  <wim@fluendo.com>
15538
15539         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
15540         (gst_rtpmpaenc_handle_buffer):
15541         Set buffer duration correctly.
15542
15543 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
15544
15545         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
15546         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
15547         (gst_avi_demux_change_state):
15548           Don't crash when encountering a stream with an unknown fourcc or
15549           codec id. Instead, create a pad of type video/x-avi-unknown or
15550           audio/x-avi-unknown, which as a side-effect also results in less
15551           confusing error messages in players ('no decoder' vs. 'no streams');
15552           minor fixes to state change function and class_init function.
15553
15554 2005-09-24  Wim Taymans  <wim@fluendo.com>
15555
15556         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15557         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15558         These are sinks.
15559
15560 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15561
15562         * check/elements/level.c: (GST_START_TEST):
15563           fix test for new GstClockTime use
15564         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
15565         (gst_level_transform_ip):
15566         * gst/level/gstlevel.h:
15567           fix up the decay peak, ensuring the decay peak is never lower
15568           than the peak for that interval
15569
15570 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15571
15572         * docs/plugins/gst-plugins-good-plugins.args:
15573         * docs/plugins/inspect/plugin-alpha.xml:
15574         * docs/plugins/inspect/plugin-rtp.xml:
15575         * gst/level/gstlevel.c: (gst_level_set_caps),
15576         (gst_level_transform_ip):
15577           updating docs
15578
15579 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15580
15581         * Makefile.am:
15582         * check/elements/level.c: (GST_START_TEST):
15583         * gst/level/Makefile.am:
15584         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
15585         (gst_level_set_property), (gst_level_get_property),
15586         (gst_level_set_caps), (gst_level_message_new),
15587         (gst_level_transform_ip):
15588         * gst/level/gstlevel.h:
15589         * gst/level/level-example.c: (message_handler), (main):
15590           convert to using GstClockTime for all time values, finally.
15591
15592 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15593
15594         * gst/auparse/Makefile.am:
15595         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15596           fix up build
15597         * configure.ac:
15598         * ext/cairo/Makefile.am:
15599         * ext/dv/Makefile.am:
15600         * ext/esd/Makefile.am:
15601         * ext/flac/Makefile.am:
15602         * ext/gconf/Makefile.am:
15603         * ext/gdk_pixbuf/Makefile.am:
15604         * ext/jpeg/Makefile.am:
15605         * ext/ladspa/Makefile.am:
15606         * ext/libcaca/Makefile.am:
15607         * ext/libmng/Makefile.am:
15608         * ext/libpng/Makefile.am:
15609         * ext/mikmod/Makefile.am:
15610         * ext/pango/Makefile.am:
15611         * ext/raw1394/Makefile.am:
15612         * ext/shout2/Makefile.am:
15613         * ext/speex/Makefile.am:
15614         * gst/alpha/Makefile.am:
15615         * gst/autodetect/Makefile.am:
15616         * gst/avi/Makefile.am:
15617         * gst/cutter/Makefile.am:
15618         * gst/debug/Makefile.am:
15619         * gst/effectv/Makefile.am:
15620         * gst/flx/Makefile.am:
15621         * gst/goom/Makefile.am:
15622         * gst/interleave/Makefile.am:
15623         * gst/law/Makefile.am:
15624         * gst/matroska/Makefile.am:
15625         * gst/median/Makefile.am:
15626         * gst/monoscope/Makefile.am:
15627         * gst/multipart/Makefile.am:
15628         * gst/oldcore/Makefile.am:
15629         * gst/rtp/Makefile.am:
15630         * gst/rtsp/Makefile.am:
15631         * gst/smoothwave/Makefile.am:
15632         * gst/smpte/Makefile.am:
15633         * gst/videobox/Makefile.am:
15634         * gst/videofilter/Makefile.am:
15635         * gst/videomixer/Makefile.am:
15636         * gst/wavenc/Makefile.am:
15637         * gst/wavparse/Makefile.am:
15638         * sys/oss/Makefile.am:
15639         * sys/osxaudio/Makefile.am:
15640         * sys/osxvideo/Makefile.am:
15641           fix up GST_LIBS use
15642
15643 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15644
15645         * gst/auparse/Makefile.am:
15646         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15647           fix build of auparse
15648
15649 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
15650
15651         * configure.ac:
15652         * PORTED_09:
15653         * gst/auparse/gstauparse.c:
15654         * gst/auparse/gstauparse.h:
15655         Auparse ported to 0.9.
15656
15657 2005-09-22  Wim Taymans  <wim@fluendo.com>
15658
15659         * gst/rtp/TODO:
15660         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
15661         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15662         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15663         (gst_rtpmp4venc_set_property):
15664         * gst/rtp/gstrtpmp4venc.h:
15665         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15666         * gst/rtp/gstrtpmpaenc.h:
15667         Use is_filled to both check MTU and max-ptime of base class.
15668
15669 2005-09-22  Wim Taymans  <wim@fluendo.com>
15670
15671         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15672         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15673         (gst_rtpmp4venc_set_property):
15674         Don't fragment packets with multiple frames.
15675
15676 2005-09-22  Wim Taymans  <wim@fluendo.com>
15677
15678         * gst/rtp/TODO:
15679         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15680         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15681         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
15682         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
15683         (gst_rtpmp4venc_get_property):
15684         * gst/rtp/gstrtpmp4venc.h:
15685         Remove g_print.
15686         Update TODO
15687         Make payload encoder a bit smarter and more correct with
15688         timestamps.
15689         Added option in payloader to include config string in-band.
15690
15691 2005-09-21  Wim Taymans  <wim@fluendo.com>
15692
15693         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15694         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15695         (gst_rtspsrc_send):
15696         Strip spaces for key/value pairs.
15697
15698 2005-09-21  Wim Taymans  <wim@fluendo.com>
15699
15700         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15701         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15702         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
15703         (gst_rtspsrc_change_state):
15704         More SDP parsing and caps setting.
15705         Do NO_PREROLL differently.
15706         add pads only after negotiated.
15707
15708         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
15709         (gst_udpsrc_getcaps):
15710         Implement the getcaps function.
15711
15712 2005-09-21  Wim Taymans  <wim@fluendo.com>
15713
15714         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
15715         (gst_rtpamrdec_chain):
15716         Handle multiple AMr packets per payload. Handle CRC and
15717         parse ILL/ILP.
15718
15719         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15720         Make caps params strings for easy SDP mapping.
15721         
15722         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
15723         Handle capsnego better.
15724
15725         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15726         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
15727         Generate and parse config string in the caps.
15728
15729 2005-09-21  Wim Taymans  <wim@fluendo.com>
15730
15731         * gst/rtp/README:
15732         Update README
15733
15734         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
15735         Make extra params as strings.
15736
15737         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
15738         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15739         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
15740         Make state change return NO_PREROLL as this is a live
15741         source.
15742
15743         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15744         Don't unref old caps when NULL.
15745
15746 2005-09-20  Wim Taymans  <wim@fluendo.com>
15747
15748         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
15749         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15750         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
15751         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
15752         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
15753         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
15754         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
15755         * gst/rtsp/sdpmessage.h:
15756         Add URI handler.
15757         Parse SDP and create caps.
15758
15759 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
15760
15761         * gst/alpha/gstalpha.c:
15762           fix element description
15763
15764 2005-09-19  Wim Taymans  <wim@fluendo.com>
15765
15766         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
15767         Don't check payload for now.
15768
15769 2005-09-19  Wim Taymans  <wim@fluendo.com>
15770
15771         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
15772         (gst_wavparse_init), (gst_wavparse_parse_file_header),
15773         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
15774         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15775         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15776         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
15777         (gst_wavparse_change_state):
15778         * gst/wavparse/gstwavparse.h:
15779         Fix wavparse some more.
15780
15781 2005-09-19  Wim Taymans  <wim@fluendo.com>
15782
15783         * check/elements/level.c: (GST_START_TEST):
15784         Fix for bus API change.
15785
15786 2005-09-19  Wim Taymans  <wim@fluendo.com>
15787
15788         * gst/level/level-example.c: (main):
15789         Fix for new bus API.
15790
15791         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15792         Set caps on pads.
15793
15794 2005-09-15  Wim Taymans  <wim@fluendo.com>
15795
15796         * gst/rtp/Makefile.am:
15797         * gst/rtp/README:
15798         * gst/rtp/gstrtp.c: (plugin_init):
15799         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
15800         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
15801         (gst_rtpamrdec_change_state):
15802         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
15803         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
15804         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
15805         * gst/rtp/gstrtpamrenc.h:
15806         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15807         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
15808         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
15809         * gst/rtp/gstrtpgsmenc.h:
15810         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
15811         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
15812         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
15813         (gst_rtpgsmparse_change_state):
15814         * gst/rtp/gstrtpgsmparse.h:
15815         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
15816         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
15817         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
15818         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
15819         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
15820         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
15821         * gst/rtp/gstrtph263penc.h:
15822         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
15823         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
15824         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
15825         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
15826         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
15827         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
15828         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
15829         * gst/rtp/gstrtpmp4venc.h:
15830         * gst/rtp/gstrtpmpadec.c:
15831         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
15832         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
15833         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
15834         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
15835         * gst/rtp/gstrtpmpaenc.h:
15836         Updates to payloader/depayloaders, make payloaders use
15837         the base classes.
15838         Updated README with suggested RTP caps and how to convert
15839         to/from SDP.
15840         Added config descriptor in mp4v payloader.
15841
15842 2005-09-15  Andy Wingo  <wingo@pobox.com>
15843
15844         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
15845         * gst/autodetect/gstautovideosink.c
15846         (gst_auto_video_sink_find_best): Update for new registry API.
15847
15848 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15849
15850         * common/c-to-xml.py:
15851         * common/gtk-doc-plugins.mak:
15852           a simple py script to generate valid xml from a C example
15853           probably also need to strip an MIT license when we decide
15854         * docs/plugins/Makefile.am:
15855         * gst/level/Makefile.am:
15856         * gst/level/gstlevel.c: (gst_level_init):
15857         * gst/level/level-example.c: (message_handler), (main):
15858           add an example to level that will show up in the docs
15859         * gst/rtp/TODO:
15860           add a note for the future
15861
15862 2005-09-14  Michael Smith <msmith@fluendo.com>
15863
15864         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
15865           Actually define the debug object being used in wavenc. Fixes #316205
15866
15867 2005-09-14  Michael Smith <msmith@fluendo.com>
15868
15869         * gst/smpte/Makefile.am:
15870           Link against GST_BASE_LIBS, to get it linked against libgstbase;
15871           needed to build on windows (bug 316204)
15872
15873 2005-09-12  Andy Wingo  <wingo@pobox.com>
15874
15875         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
15876
15877 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
15878
15879         * configure.ac:
15880         * gst/fdsrc/Makefile.am:
15881         * gst/fdsrc/gstfdsrc.c:
15882         * gst/fdsrc/gstfdsrc.h:
15883           Move fdsrc back into gstreamer core elements.
15884
15885         * gst/level/gstlevel.c: (gst_level_class_init),
15886         (gst_level_transform_ip):
15887         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
15888           Basetransform changes.
15889
15890 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15891
15892         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
15893         * ext/jpeg/smokecodec.c: (find_best_size):
15894           fix compiler warnings
15895
15896 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15897
15898         * gst-plugins-good.spec.in:
15899           spec file fixes
15900         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
15901         (gst_multiudpsink_render), (gst_multiudpsink_add),
15902         (gst_multiudpsink_clear):
15903           it actually helps to actually stream if we hook up the
15904           "add" signal to an actual implementation
15905         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
15906           some debugging
15907
15908 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
15909
15910         * ext/jpeg/Makefile.am:
15911         * ext/jpeg/gstjpeg.c
15912         * ext/jpeg/gstjpegenc.c:
15913         * ext/jpeg/gstsmokeenc.c:
15914
15915 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15916
15917         * ext/flac/gstflacdec.c:
15918         * ext/flac/gstflacenc.c:
15919         * ext/flac/gstflactag.c:
15920         * ext/speex/gstspeexenc.c:
15921           gsttaginterface.h -> gsttagsetter.h
15922
15923 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
15924
15925         * configure.ac:
15926         * gst/debug/Makefile.am:
15927         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
15928         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
15929         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
15930         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
15931         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
15932           Port to 0.9 and re-enable efence plugin.
15933
15934 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
15935
15936         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
15937         (gst_flacdec_write), (gst_flacdec_convert_src):
15938         * ext/flac/gstflacdec.h:
15939           Add support for flac files with 24/32 bits per sample; and misc.
15940           minor clean-ups. Seeking is still partly broken (for me at least).
15941
15942 2005-09-06  Wim Taymans  <wim@fluendo.com>
15943
15944         * gst/rtp/Makefile.am:
15945         * gst/rtp/gstrtp.c: (plugin_init):
15946         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
15947         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
15948         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
15949         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
15950         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
15951         (gst_rtpmp4vdec_plugin_init):
15952         * gst/rtp/gstrtpmp4vdec.h:
15953         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
15954         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
15955         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
15956         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
15957         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
15958         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
15959         * gst/rtp/gstrtpmp4venc.h:
15960         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
15961         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
15962         Added mpeg4 video payload encoder/decoder.
15963         Added some docs in mpa payloader.
15964
15965 === release 0.9.1 ===
15966
15967 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15968
15969         * NEWS:
15970         * README:
15971         * RELEASE:
15972         * autogen.sh:
15973         * configure.ac:
15974           releasing 0.9.1, "Blondie"
15975
15976 2005-09-05  Andy Wingo  <wingo@pobox.com>
15977
15978         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
15979         here from the state change handler, so we fire signals without
15980         holding the state lock.
15981
15982 2005-09-02  Andy Wingo  <wingo@pobox.com>
15983
15984         * All plugins updated for element state changes.
15985
15986 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15987
15988         * Makefile.am:
15989         * check/.cvsignore:
15990         * check/Makefile.am:
15991         * check/elements/.cvsignore:
15992         * check/elements/level.c: (setup_level), (cleanup_level),
15993         (GST_START_TEST), (level_suite), (main):
15994           add a test for level
15995         * common/release.mak:
15996           move the enum checking to release.mak
15997         * configure.ac:
15998           add valgrind and check checking
15999         * gst/level/gstlevel.c: (gst_level_transform):
16000         * gst/level/gstlevel.h:
16001           fix Andy's cast bug
16002           convert a field to int
16003           fix the arithmetic to int when checking for emit so that a
16004           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
16005
16006 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16007
16008         * Makefile.am:
16009         * configure.ac:
16010           add docs to build
16011         * common/plugins.xsl:
16012           wrap Description into a refsect2
16013         * docs/Makefile.am:
16014         * docs/plugins/Makefile.am:
16015         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16016         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16017         * gst/goom/Makefile.am:
16018         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
16019         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
16020         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
16021         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
16022         (gst_goom_change_state):
16023         * gst/goom/gstgoom.h:
16024           GstGOOM -> GstGoom
16025           add an example launch line
16026         * gst/level/gstlevel.h:
16027         * gst/monoscope/gstmonoscope.c:
16028           cleanups
16029
16030 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16031
16032         * configure.ac:
16033         * docs/plugins/Makefile.am:
16034         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16035         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16036         * docs/plugins/gst-plugins-good-plugins.types:
16037           document elements and plugins.  Shazam !
16038
16039 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16040
16041         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
16042           be found under doc/random/ChangeLog-0.8