gst/rtsp/gstrtspsrc.c: Post the server response code in an error message instead...
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
4         Post the server response code in an error message instead of a generic
5         'error' message. Fixes #517237.
6
7 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
8
9         * tests/check/Makefile.am:
10         Ignore gconfaudiosrc for the states unit test too. It will fallback
11         to alsasrc if the gconf settings can't be read and not everybody has
12         alsa.
13
14 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
15
16         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
17         (gst_wavpack_parse_create_src_pad):
18         * ext/wavpack/gstwavpackparse.h:
19         Always report the duration if we know it in push mode and don't
20         return 0 just to make totem believe we can't seek in push mode.
21         Newer totem version use the SEEKING query which properly reports
22         if we can seek or not.
23
24 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
25
26         Patch by: Jens Granseuer <jensgr at gmx dot net>
27
28         * tests/examples/equalizer/demo.c: (main):
29         C89 fix, moving variable declarations to the beginning of
30         the block. Fixes bug #517933.
31
32 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
33
34         * configure.ac:
35         Back to development...
36
37 === release 0.10.7 ===
38
39 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
40
41         * configure.ac:
42           releasing 0.10.7, "Red Door Black"
43
44 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
45
46         * gst/alpha/Makefile.am:
47         Link alpha plugin with libgstbase. Fixes bug #517386.
48
49 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
50
51         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
52         Init values to -1 instead of the default 0 value.
53         Fixes #516524.
54
55 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
56
57         * tests/examples/spectrum/spectrum-example.c:
58         Add missing include to fix compilation when libxml usage is disabled.
59         Fixes: #516371
60
61 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
62
63         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
64         fixes: #514889
65
66         * gst/rtp/gstrtph264pay.c:
67         * gst/rtp/gstrtpmp4gdepay.c:
68         * gst/rtp/gstrtpmp4gpay.c:
69         * gst/rtp/gstrtpmp4gpay.h:
70         * gst/rtp/gstrtptheorapay.c:
71         * gst/rtp/gstrtpvorbispay.c:
72
73         Fix various leaks shown up in valgrind
74         - free sprops and buffer in error cases in H264 payloader
75         - fix leak in mp4g depayloader when construction the caps
76         - don't leak config string in the mp4g payloader
77         - don't leak buffers and headers in theora and vorbis payloaders
78
79         * tests/check/elements/rtp-payloading.c:
80
81         Fix the RTP data test
82         - Actually send valid amr data to the payloader instead of 20
83         zero-bytes
84         - The mp4g payloader expects codec_data on the caps
85
86 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
87
88         * win32/MANIFEST:
89         Add libgstpng.dsp to MANIFEST.
90         * win32/vs6/libgstaudiofx.dsp:
91         Add new source files to VS project file.
92
93 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
94
95         * sys/ximage/gstximagesrc.c:
96         Initialise variables when opening the X display rather
97         than in _start(), as the display can be opened before that.
98
99         Fixes: #515985
100
101 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
102
103         * sys/directdraw/gstdirectdrawsink.c:
104         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
105         (gst_directdraw_sink_finalize):
106         Properly chain up finalize functions. Fixes bug #515980.
107
108 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
109
110         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
111         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
112         (gst_v4l2_buffer_pool_class_init):
113         Chain up the finalize functions. Fixes bug #515984.
114
115 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
116
117         * sys/ximage/ximageutil.c:
118         Chain up in the finalize function for our custom
119         buffer sub-class.
120         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
121         Fixes: #515706
122
123 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
124
125         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
126         (gst_fenced_buffer_class_init):
127         Properly chain up finalize method. Fixes bug #515979.
128
129 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
130
131         * sys/ximage/gstximagesrc.c:
132         Free allocated Damage memory before closing our connection to the
133         X server. Partially fixes: #515706
134
135 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
136
137         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
138         * tests/check/Makefile.am:
139         * tests/check/gst-plugins-good.supp:
140         Add a few libjpeg suppressions and initialize a variable to
141         make smokeenc valgrind clean. Fixes bug #515701.
142
143 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
144
145         * gst/avi/gstavidemux.c:
146         Revert patch which sends timestamps only on keyframes, as it
147         breaks playback with current gst-ffmpeg.
148
149         Fixes: #515562
150
151 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
152
153         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
154         * tests/check/elements/multifile.c: (GST_START_TEST):
155         Close some memory leaks spotted by the unit test. Fixes bug #515697.
156
157 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
158
159         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
160         Use and unset the GError when pipeline creation fails instead of
161         simply leaking it. Fixes bug #515704.
162
163 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
164
165         * gst/audiofx/audioamplify.c:
166         * gst/audiofx/audiochebband.c:
167         * gst/audiofx/audiocheblimit.c:
168         * gst/audiofx/audiodynamic.c:
169         * gst/audiofx/audioinvert.c:
170         * gst/audiofx/audiopanorama.c:
171         * gst/audiofx/audiowsincband.c:
172         * gst/audiofx/audiowsinclimit.c:
173         Fix long description of audiofx elements. Fixes bug #515457.
174
175 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
176
177         * docs/plugins/Makefile.am:
178         * gst/spectrum/gstspectrum.c:
179         * tests/examples/spectrum/.cvsignore:
180         * tests/examples/spectrum/Makefile.am:
181         * tests/examples/spectrum/spectrum-example.c:
182
183         Add a simple example application for the spectrum element, include it
184         in the docs, and fix some documentation ambiguities.
185
186         Fixes: #348085
187
188 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
189
190         * gst/equalizer/Makefile.am:
191         * gst/spectrum/Makefile.am:
192         Fix includes order
193
194         * tests/check/Makefile.am:
195         Exclude v4l2src from the states test - it takes too long to start.
196
197         * tests/check/elements/spectrum.c:
198         Make the test run properly with CK_FORK=no
199
200 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
201
202         * gst/audiofix/Makefile.am: add missing header files 
203
204 2008-02-08  Julien Moutte  <julien@fluendo.com>
205
206         * gst/matroska/matroska-demux.c:
207         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
208         keyframe and delta units correctly when dealign with a BlockGroup.
209         Fixes: #514397
210
211 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
212
213         * tests/check/elements/.cvsignore:
214         Spell the new tests correctly in .cvsignore
215
216 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
217
218         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
219           Need to use gsize here for the size, fixes compiler warning.
220
221         * tests/examples/equalizer/.cvsignore:
222         * tests/examples/equalizer/Makefile.am:
223         * tests/examples/spectrum/.cvsignore:
224         * tests/examples/spectrum/Makefile.am:
225           Add missing files to fix the build.
226
227 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
228
229         * configure.ac:
230         * docs/plugins/Makefile.am:
231         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
232         * docs/plugins/gst-plugins-good-plugins-sections.txt:
233         * docs/plugins/gst-plugins-good-plugins.args:
234         * docs/plugins/gst-plugins-good-plugins.hierarchy:
235         * docs/plugins/inspect/plugin-multifile.xml:
236         * tests/check/Makefile.am:
237         * tests/check/elements/.cvsignore:
238
239         Move multifile plugin from -bad.
240         Fixes: #490283
241
242 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
243
244         * configure.ac:
245         * docs/plugins/Makefile.am:
246         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
247         * docs/plugins/gst-plugins-good-plugins-sections.txt:
248         * docs/plugins/gst-plugins-good-plugins.args:
249         * docs/plugins/gst-plugins-good-plugins.hierarchy:
250         * docs/plugins/inspect/plugin-spectrum.xml:
251         * gst/spectrum/Makefile.am:
252         * tests/check/Makefile.am:
253         * tests/check/elements/.cvsignore:
254         * tests/examples/Makefile.am:
255
256         Move spectrum plugin from -bad.
257         Move examples into tests/examples/spectrum.
258
259 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
260
261         * configure.ac:
262         * docs/plugins/Makefile.am:
263         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
264         * docs/plugins/gst-plugins-good-plugins-sections.txt:
265         * docs/plugins/gst-plugins-good-plugins.args:
266         * docs/plugins/gst-plugins-good-plugins.hierarchy:
267         * docs/plugins/gst-plugins-good-plugins.interfaces:
268         * docs/plugins/inspect/plugin-equalizer.xml:
269         * gst/equalizer/Makefile.am:
270         * tests/check/Makefile.am:
271         * tests/examples/Makefile.am:
272         Move the equalizer plugin across from -bad
273
274         * tests/check/elements/.cvsignore:
275         Add equalizer, audiosincwband and audiosincwlimit
276
277         * tests/check/elements/equalizer.c:
278         Fix compiler warnings
279
280         Fixes: #415627
281
282 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
283
284         * configure.ac:
285         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
286         are treated like releases and build without it.
287
288 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
289
290         * docs/plugins/Makefile.am:
291         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
292         * docs/plugins/gst-plugins-good-plugins-sections.txt:
293         * docs/plugins/gst-plugins-good-plugins.args:
294         * docs/plugins/inspect/plugin-audiofx.xml:
295         * gst/audiofx/Makefile.am:
296         * gst/audiofx/audiofx.c:
297         * gst/audiofx/audiowsincband.c:
298         * gst/audiofx/audiowsincband.h:
299         * gst/audiofx/audiowsinclimit.c:
300         * gst/audiofx/audiowsinclimit.h:
301         * tests/check/Makefile.am:
302         * tests/check/elements/audiowsincband.c:
303         * tests/check/elements/audiowsinclimit.c:
304
305         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
306         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
307         respectively.
308
309         Fixes: #467666
310
311 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
312
313         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
314         * tests/check/elements/icydemux.c:
315           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
316           caps, and add a somewhat useful debug message. Plus test.
317
318 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
319
320         * gst/rtsp/gstrtspsrc.c:
321         Include unistd.h only if HAVE_UNISTD_H is defined
322         * win32/common/config.h.in:
323         * win32/common/config.h:
324         Define socklen_t as it seems it's not defined in default 
325         Visual Studio headers.
326         * win32/vs6/libgstalpha.dsp:
327         * win32/vs6/libgstapetag.dsp:
328         * win32/vs6/libgstavi.dsp:
329         * win32/vs6/libgstrtp.dsp:
330         * win32/vs6/libgstrtsp.dsp:
331         * win32/vs6/libgstvideomixer.dsp:
332         Update project file dependencies and add new source files       
333
334 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
335
336         Patch by: Bjarne Rosengren <bjarne at axis dot com>
337
338         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
339         Don't leak buffers when we don't push them downstream.
340         Fixes bug #514965.
341
342 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
343
344         * configure.ac:
345           Bump requirements to (good) released versions to avoid
346           confusion and make implicit core requirement explicit.
347
348 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
349
350         * docs/plugins/Makefile.am:
351         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
352         * docs/plugins/gst-plugins-good-plugins-sections.txt:
353         * docs/plugins/gst-plugins-good-plugins.args:
354         * docs/plugins/inspect/plugin-audiofx.xml:
355         * gst/audiofx/Makefile.am:
356         * gst/audiofx/audiochebband.c:
357         * gst/audiofx/audiochebband.h:
358         * gst/audiofx/audiocheblimit.c:
359         * gst/audiofx/audiocheblimit.h:
360         * gst/audiofx/audiochebyshevfreqband.c:
361         * gst/audiofx/audiochebyshevfreqband.h:
362         * gst/audiofx/audiochebyshevfreqlimit.c:
363         * gst/audiofx/audiochebyshevfreqlimit.h:
364         * gst/audiofx/audiofx.c:
365         * tests/check/Makefile.am:
366         * tests/check/elements/.cvsignore:
367         * tests/check/elements/audiochebband.c:
368         * tests/check/elements/audiocheblimit.c:
369         * tests/check/elements/audiochebyshevfreqband.c:
370         * tests/check/elements/audiochebyshevfreqlimit.c:
371
372         Rename audiochebyshevfreqband -> audiochebband and
373         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
374         surgery.
375
376         Closes: #491811
377
378 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
379
380         Patch by: Orjan Friberg <orjanf at axis dot com>
381
382         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
383         Fix caps memory leak. Fixes #514573.
384
385 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
386
387         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
388         If there's no entries in the subindex, don't try to do anything stupid,
389         just return.
390
391 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
392
393         Patch by: John Millikin <jmillikin at gmail dot com>
394
395         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
396           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
397           Fix extraction of picture blocks with newer libflac versions again:
398           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
399
400 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
401
402         * tests/check/Makefile.am:
403           Add rtp-payloading test to VALGRIND_TO_FIX.
404
405         * tests/check/elements/rtp-payloading.c:
406           Add semicolons after GST_TEST_END so gst-indent gets the
407           formatting right; make test less verbose in general, but
408           more verbose in the error case (which should probably
409           make the test fail anyway).
410
411 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
412
413         * docs/plugins/Makefile.am:
414         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
415         * docs/plugins/gst-plugins-good-plugins-sections.txt:
416         * gst/avi/gstavisubtitle.c:
417         Add documentation for avisubtitle and change class to
418         Codec/Parser/Subtitle
419
420 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
421
422         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
423         Treat ENOTTY (driver does not implement ioctl) the same as
424         EINVAL since it implies there are no available standards.
425
426         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
427         (gst_v4l2src_get_nearest_size):
428         Replace gst_v4l2src_get_size_limits with 2 calls to new function
429         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
430         probe if the driver does not support VIDIOC_TRY_FMT for whatever
431         reason, and if we aren't yet actively capturing.
432
433         * sys/v4l2/v4l2src_calls.h:
434         Remove replaced function declaration.
435
436 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
437
438         * configure.ac:
439         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
440         API.
441
442 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
443
444         * configure.ac:
445         Fix typo.
446
447 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
448
449         * gst/alpha/Makefile.am:
450         * gst/alpha/gstalpha.c:
451
452         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
453         some stuff, and making buffer-alloc and resizing work automatically.
454         No longer crashes on odd frame widths and heights, although there
455         seems to be a disagreement with ffmpegcolorspace about what size
456         an AYUV frame with odd height should be.
457
458 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
459
460         Patch by: Alessandro Decina <alessandro at nnva dot org>
461
462         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
463         * ext/libpng/gstpngenc.h:
464         Preallocate the output buffer so that g_memdup() and
465         gst_buffer_merge() aren't needed anymore. This greatly improves
466         performances and fixes #512544.
467
468 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
469
470         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
471         (gst_avi_demux_stream_data):
472         GStreamer timestamps are PTS values while AVI only knows about DTS
473         timestamps. Make sure we only copy the DTS as the buffer timestamp when
474         we are dealing with a key frame.
475
476 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
477
478         * tests/check/Makefile.am:
479         * tests/check/elements/.cvsignore:
480         * tests/check/elements/rtp-payloading.c:
481           Add add testsuite for the rtp-payloader that tries simulating
482           dataflow. Needs more test data.
483
484 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
485
486         * tests/check/elements/alphacolor.c:
487           Remove two unused variables.
488
489 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
490
491         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
492           Use g_ascii_strtoll() instead of atoll, which is only
493           available in C99.
494
495 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
496
497         * gst/rtp/Makefile.am:
498         * gst/rtp/gstrtp.c:
499         * gst/rtp/gstrtpmpvpay.c:
500         * gst/rtp/gstrtpmpvpay.h:
501         Add MPEG2 video payloader
502
503 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
504
505         * gst/level/gstlevel.c:
506         Use #include <math.h> instead of #include "math.h".
507
508 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
509
510         * tests/check/Makefile.am:
511         Fix up some CFLAGS sets.
512         Don't include gconfvideosrc in the states test.
513
514         * tests/check/elements/autodetect.c: (GST_START_TEST):
515         Add some error strings to fail_unless arguments to fix some weird
516         compiler errors on Solaris.
517
518 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
519
520         * configure.ac:
521         Detect video4linux headers on Solaris too.
522         * sys/v4l2/gstv4l2colorbalance.h:
523         * sys/v4l2/gstv4l2object.h:
524         * sys/v4l2/v4l2_calls.c:
525         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
526         (gst_v4l2_buffer_new):
527
528         Make v4l2 build on Solaris.
529         Patch by: Brian Cameron  <brian.cameron at sun dot com>
530         Fixes: #510505
531
532 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
533
534         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
535           Update list from (still local) scanning script.
536
537 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
538
539         Based on a patch by:
540             Victor STINNER <victor dot stinner at haypocalc dot com>
541
542         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
543         Set variable to NULL after freeing it to prevent double frees
544         or make failures by another use of it afterwards more obvious
545         and fix use of it after the freeing. Fixes bug #510592.
546
547 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
548
549         * gst/udp/gstmultiudpsink.c:
550         use GST_WARNING for logging
551
552 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
553
554         * gst/udp/gstmultiudpsink.c:
555         Don't try to leave a multicast group with an invalid socket
556
557 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
558
559         * ext/flac/gstflacdec.c:
560           Fix compilation against flac 1.1.2 (as on debian stable), where
561           the picture metadata defines and structs don't exist yet.
562           Fixes #509301.
563
564 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
565
566         Patch by: Olivier Crete <tester at tester dot ca>
567
568         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
569         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
570         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
571         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
572         * gst/udp/gstmultiudpsink.h:
573         Add property to automatically join a multicast group or not. This can be
574         useful when sharing a socket between multiple elements.
575         Fixes #509531.
576
577 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
578
579         * gst/videomixer/Makefile.am:
580           Add controller flags.
581
582 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
583
584         * gst/videomixer/videomixer.c:
585           Also commit the missing gst_object_sync_values().
586
587 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
588
589         * docs/plugins/Makefile.am:
590           Remove duplicate entry.
591
592 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
593
594         * docs/plugins/Makefile.am:
595         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
596         * docs/plugins/gst-plugins-good-plugins-sections.txt:
597         * docs/plugins/inspect/plugin-gamma.xml:
598         * docs/plugins/inspect/plugin-monoscope.xml:
599         * docs/plugins/inspect/plugin-video4linux2.xml:
600           Add 3 more plugins to docs.
601
602 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
603
604         * docs/plugins/gst-plugins-good-plugins-sections.txt:
605         * sys/osxvideo/osxvideosink.h:
606           Revert previous change caused by a file that got stuck on an old
607           revision.
608
609 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
610
611         * docs/plugins/gst-plugins-good-plugins-sections.txt:
612         * gst/multipart/Makefile.am:
613         * gst/multipart/multipartdemux.c:
614         * gst/multipart/multipartdemux.h:
615         * gst/multipart/multipartmux.c:
616         * gst/multipart/multipartmux.h:
617           Re-add multipartdemux to the docs. Last round of section cleanup.
618
619 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
620
621         * docs/plugins/Makefile.am:
622         * docs/plugins/gst-plugins-good-plugins-sections.txt:
623         * sys/osxaudio/gstosxaudiosink.h:
624         * sys/osxvideo/osxvideosink.h:
625           Managed to resolve most unused declarations. Filed a bug for one left.          
626
627 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
628
629         * docs/plugins/gst-plugins-good-plugins-sections.txt:
630           Cleanup section file.
631
632 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
633
634         * docs/plugins/Makefile.am:
635         * docs/plugins/gst-plugins-good-plugins.args:
636         * docs/plugins/gst-plugins-good-plugins.signals:
637         * docs/plugins/inspect/plugin-alaw.xml:
638         * docs/plugins/inspect/plugin-alpha.xml:
639         * docs/plugins/inspect/plugin-alphacolor.xml:
640         * docs/plugins/inspect/plugin-annodex.xml:
641         * docs/plugins/inspect/plugin-apetag.xml:
642         * docs/plugins/inspect/plugin-audiofx.xml:
643         * docs/plugins/inspect/plugin-auparse.xml:
644         * docs/plugins/inspect/plugin-autodetect.xml:
645         * docs/plugins/inspect/plugin-avi.xml:
646         * docs/plugins/inspect/plugin-cairo.xml:
647         * docs/plugins/inspect/plugin-cdio.xml:
648         * docs/plugins/inspect/plugin-cutter.xml:
649         * docs/plugins/inspect/plugin-debug.xml:
650         * docs/plugins/inspect/plugin-dv.xml:
651         * docs/plugins/inspect/plugin-efence.xml:
652         * docs/plugins/inspect/plugin-effectv.xml:
653         * docs/plugins/inspect/plugin-flac.xml:
654         * docs/plugins/inspect/plugin-flxdec.xml:
655         * docs/plugins/inspect/plugin-gconfelements.xml:
656         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
657         * docs/plugins/inspect/plugin-goom.xml:
658         * docs/plugins/inspect/plugin-halelements.xml:
659         * docs/plugins/inspect/plugin-icydemux.xml:
660         * docs/plugins/inspect/plugin-id3demux.xml:
661         * docs/plugins/inspect/plugin-jpeg.xml:
662         * docs/plugins/inspect/plugin-ladspa.xml:
663         * docs/plugins/inspect/plugin-level.xml:
664         * docs/plugins/inspect/plugin-matroska.xml:
665         * docs/plugins/inspect/plugin-mulaw.xml:
666         * docs/plugins/inspect/plugin-multipart.xml:
667         * docs/plugins/inspect/plugin-navigationtest.xml:
668         * docs/plugins/inspect/plugin-png.xml:
669         * docs/plugins/inspect/plugin-quicktime.xml:
670         * docs/plugins/inspect/plugin-rtp.xml:
671         * docs/plugins/inspect/plugin-rtsp.xml:
672         * docs/plugins/inspect/plugin-shout2send.xml:
673         * docs/plugins/inspect/plugin-smpte.xml:
674         * docs/plugins/inspect/plugin-speex.xml:
675         * docs/plugins/inspect/plugin-taglib.xml:
676         * docs/plugins/inspect/plugin-udp.xml:
677         * docs/plugins/inspect/plugin-videobalance.xml:
678         * docs/plugins/inspect/plugin-videobox.xml:
679         * docs/plugins/inspect/plugin-videocrop.xml:
680         * docs/plugins/inspect/plugin-videoflip.xml:
681         * docs/plugins/inspect/plugin-videomixer.xml:
682         * docs/plugins/inspect/plugin-wavenc.xml:
683         * docs/plugins/inspect/plugin-wavpack.xml:
684         * docs/plugins/inspect/plugin-wavparse.xml:
685           Update plugin docs.
686
687         * gst/videomixer/Makefile.am:
688         * gst/videomixer/videomixer.c:
689         * gst/videomixer/videomixer.h:
690         * gst/videomixer/videomixerpad.h:
691           Split out header to fix warnings from the doc-build.
692
693 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
694
695         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
696
697         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
698         Use atoll to parse the rtptime with enough precision. Fixes #509329.
699
700 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
701
702         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
703         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
704           Initialise variables to work around (false) 'foo might be used
705           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
706
707 2008-01-11  David Schleef  <ds@schleef.org>
708
709         * docs/plugins/.cvsignore:
710         * tests/check/pipelines/.cvsignore:
711           Ignore more files for the buildbot.
712
713 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
714
715         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
716         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
717         Generate the image-type values correctly. Leave them out of the caps
718         when outputting a "preview image" tag, since it only makes sense
719         to have one of those - the type is irrelevant.
720
721         * sys/sunaudio/gstsunaudiomixerctrl.c:
722         (gst_sunaudiomixer_ctrl_open):
723         If we can, mark the mixer multiple open when we use it, in case
724         (for some reason) the process wants to open it again elsewhere.
725
726 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
727
728         Patch by: Olivier Crete <tester at tester dot ca>
729
730         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
731         * gst/rtp/gstrtptheorapay.c:
732         Fix the clock rate to 90000 as required by the RFC.
733         Fixes #508644.
734
735 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
736
737         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
738           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
739
740 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
741
742         * autogen.sh:
743           Add -Wno-portability to the automake parameters to stop warnings
744           about GNU make extensions being used. We require GNU make in almost
745           every Makefile anyway.
746           
747         * configure.ac:
748           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
749           at the same time is required for per target flags.
750
751 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
752
753         * gst/videomixer/videomixer.c: (gst_videomixer_init):
754         Fix error from my last commit.
755
756 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
757
758         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
759
760         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
761           Make sure the ISO 639-X language code in ID3v2 COMM frames
762           is actually valid UTF-8 (or rather: ASCII), so we don't end
763           up with non-UTF8 strings in tags if there's garbage in the
764           language field. Also make sure the language code is always
765           lower case. Fixes: #508291.
766
767 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
768
769         * ChangeLog:
770           Fix ChangeLog typo.
771
772 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
773
774         * Makefile.am:
775           Include lcov.mak to allow building coverage reports. Guard
776           check-torture target like in the other packages.
777
778 2008-01-09  Sameer Naik  <sameer@damagehead.com>
779
780         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
781
782         * gst/videomixer/videomixer.c:
783         (gst_videomixer_set_master_geometry), (_do_init),
784         (gst_videomixer_child_proxy_get_child_by_index),
785         (gst_videomixer_child_proxy_get_children_count),
786         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
787         (gst_videomixer_init), (gst_videomixer_request_new_pad),
788         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
789         Implement GstChildProxy interface.
790         Send newsegment at the right moment
791         Fixes #488879
792
793 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
794
795         * gst/alpha/Makefile.am:
796         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
797         (gst_alpha_sink_event), (gst_alpha_chain),
798         (gst_alpha_change_state), (plugin_init):
799         Make the various properties of 'alpha' controllable. This allows doing
800         niceties like fade-in/fade-out.
801
802 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
803
804         * gst/rtp/gstasteriskh263.c:
805         * gst/rtp/gstrtpL16depay.c:
806         * gst/rtp/gstrtpac3depay.c:
807         * gst/rtp/gstrtpamrpay.c:
808         * gst/rtp/gstrtpdepay.c:
809         * gst/rtp/gstrtpgsmdepay.c:
810         * gst/rtp/gstrtph263depay.c:
811         * gst/rtp/gstrtph263pdepay.c:
812         * gst/rtp/gstrtph263ppay.c:
813         * gst/rtp/gstrtph264depay.c:
814         * gst/rtp/gstrtph264pay.c:
815         * gst/rtp/gstrtpmp2tdepay.c:
816         * gst/rtp/gstrtpmp4adepay.c:
817         * gst/rtp/gstrtpmp4gdepay.c:
818         * gst/rtp/gstrtpmp4gpay.c:
819         * gst/rtp/gstrtpmp4vdepay.c:
820         * gst/rtp/gstrtpmpadepay.c:
821         * gst/rtp/gstrtpmpvdepay.c:
822         * gst/rtp/gstrtpsv3vdepay.c:
823         * gst/rtp/gstrtptheoradepay.c:
824         * gst/rtp/gstrtptheorapay.c:
825         * gst/rtp/gstrtpvorbisdepay.c:
826         * gst/rtp/gstrtpvorbispay.c:
827           Remove copy/paste unused code (property setters and getter) found by
828           the coverage suite (yay, saves ~20k on disk).
829
830 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
831
832         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
833           (videosink_templ):
834           Also fix up pad templates to indicate that image/jpeg doesn't
835           absolutely require the framerate property to be set (#504081).
836
837 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
838
839         Based on patch by: Wouter Cloetens  <wouter at mind be>
840
841         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
842           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
843           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
844         * gst/matroska/matroska-mux.h:
845           Keep track of first and last timestamps for each incoming stream,
846           so we can calculate the total duration for live sources and other
847           input where we can't query the duration from the start or where
848           there's no constant framerate from which we can deduce the
849           duration; also use calculated/observed duration if it is bigger
850           than the previously queried duration. Furthermore, use
851           gst_pad_query_peer_duration() and take into account that it may
852           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
853           screws up comparisons when using unsigned integers. Fixes #504081.
854
855 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
856
857         * configure.ac:
858         * gst/audiofx/audioamplify.c:
859         (gst_audio_amplify_clipping_method_get_type),
860         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
861         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
862         (gst_audio_dynamic_transform_ip):
863         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
864         (gst_audio_invert_transform_ip):
865         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
866         (gst_audio_panorama_transform):
867         * gst/level/gstlevel.c: (gst_level_init):
868         Make elements GST_BUFFER_FLAG_GAP aware and call
869         gst_base_transform_set_gap_aware for this.
870         Bump core requirement to CVS.
871         
872         * gst/audiofx/audiochebyshevfreqband.c:
873         (gst_audio_chebyshev_freq_band_transform_ip):
874         * gst/audiofx/audiochebyshevfreqlimit.c:
875         (gst_audio_chebyshev_freq_limit_transform_ip):
876         Also sync GObject properties to the controller if operating
877         in passthrough mode.
878
879 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
880
881         * sys/directdraw/gstdirectdrawsink.c:
882           (gst_directdraw_sink_window_thread):
883           FALSE is not a gpointer.
884
885 2008-01-05  Julien Moutte  <julien@fluendo.com>
886
887         * sys/directdraw/gstdirectdrawsink.c:
888         (gst_directdraw_sink_set_window_id),
889         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
890         (gst_directdraw_sink_buffer_alloc),
891         (gst_directdraw_sink_draw_borders),
892         (gst_directdraw_sink_show_frame),
893         (gst_directdraw_sink_setup_ddraw),
894         (gst_directdraw_sink_window_thread),
895         (gst_directdraw_sink_get_ddrawcaps),
896         (gst_directdraw_sink_surface_create): Make sure we create our
897         internal window only when we need it. That will give a chance to
898         the application to get the prepare-xwindow-id bus message. Draw
899         black borders when keeping aspect ratio. Handle the case where our
900         rendering window disappears (closed or errors) like other sinks
901         do. Various 80 columns fixes, improve state change order. That
902         element could need some more love.
903
904 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
905
906         * ext/taglib/gstapev2mux.h:
907         * ext/taglib/gstid3v2mux.h:
908         Remove useless typedefs without new type name. Fixes a warning with
909         gcc 4.3.
910
911 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
912
913         Patch by: John Millikin <jmillikin at gmail dot com>
914
915         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
916         (gst_flac_dec_setup_stream_decoder),
917         (gst_flac_normalize_picture_mime_type),
918         (gst_flac_extract_picture_buffer),
919         (gst_flac_dec_metadata_callback):
920         Emit metadata messages when a PICTURE block is encountered.
921         Fixes #506715.
922
923 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
924
925         * gst/avi/gstavi.c:
926         increase rank because no known issues anymore ...
927         * gst/avi/gstavisubtitle.c:
928         send subtitle name to the srcpad
929
930 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
931
932         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
933         * gst/rtsp/gstrtspsrc.h:
934         Implement redirect for the DESCRIBE reply. Fixes #506025.
935
936 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
937
938         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
939         Fix 'xyz may be used uninitialized' compiler warnings caused
940         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
941         abort() in any case but properly report the error.
942
943 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
944
945         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
946         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
947         * sys/ximage/gstximagesrc.c: (composite_pixel):
948           Fix 'xyz may be used uninitialized' compiler warnings caused
949           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
950           not really nice to abort in any case). Fixes #505745.
951
952 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
953
954         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
955           Small unit test fix (has no practical impact at the moment,
956           since we're only feeding utf8 and hence just create a sub-
957           buffer for the output).
958
959 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
960
961         * gst/avi/gstavisubtitle.c:
962         * tests/check/elements/avisubtitle.c:
963         Add seeking support for avi subtitle
964
965 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
966
967         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
968         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
969         (gst_flac_dec_write):
970         * ext/flac/gstflacdec.h:
971         Remove some unused vars.
972         Do more cleanup of leftover events and tags.
973         Output tags after the segment event. Fixes #504018.
974
975 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
976
977         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
978           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
979           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
980           Detect other UTF byte order markers and convert to UTF-8 as
981           appropriate.
982
983 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
984
985         * gst/avi/gstavisubtitle.c: (src_template),
986           (gst_avi_subtitle_extract_utf8_file),
987           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
988           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
989           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
990         * gst/avi/gstavisubtitle.h:
991           Refactor a bit; fix name extraction; don't assume all the data
992           in the chunk is actually subtitle data, there may be padding at
993           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
994           file so it's there to send again after a seek (for future use).
995
996 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
997
998         * gst/avi/Makefile.am:
999         * gst/avi/gstavi.c:
1000         * gst/avi/gstavisubtitle.c:
1001         * gst/avi/gstavisubtitle.h:
1002         * tests/check/Makefile.am:
1003         * tests/check/elements/avisubtitle.c:
1004         * win32/common/config.h:
1005                 Add avi subtitle element for bug #442034. Need seeking support
1006                 and more support for character conversion.
1007
1008 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1009
1010         * Makefile.am:
1011           Include common/win32.mak for CRLF check of win32 project
1012           files (see #393626).
1013
1014         * win32/vs6/libgstpng.dsp:
1015           Fix line endings and do cvs admin -kb.
1016
1017 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1018
1019         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
1020         Actually drop the buffers which are outside the currently configured
1021         segment instead of just emitting a WARNING.
1022
1023 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1024
1025         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
1026         (gst_flac_dec_write):
1027         * ext/flac/gstflacdec.h:
1028         Send segments from the streaming thread. Fixes #502187.
1029         Fix segment seeking and a bunch of other seeking cases.
1030
1031 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
1032
1033         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
1034           Parse WOAF frames and put the result into GST_TAG_CONTACT,
1035           which is where it would end up if the same information was
1036           put in a vorbis comment (don't think it's worth adding a
1037           new URI tag for this). Fixes #488112.
1038
1039 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1040
1041         * configure.ac:
1042           We need core/base 0.10.15 or later.
1043
1044 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1045
1046         Patch by: Mark Nauwelaerts <manauw skynet be>
1047
1048         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
1049         Fix regression in stream numbering. Fixes #502655.
1050
1051 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1052
1053         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
1054
1055         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
1056         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
1057         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
1058         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
1059         (gst_rtp_h264_pay_handle_buffer):
1060         * gst/rtp/gstrtph264pay.h:
1061         Use higher performance start-code searching.
1062         Parse NALs and store SPS, PPS and profile in the caps so that they can
1063         be used in the SDP. Fixes #502814.
1064
1065 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1066
1067         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
1068         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
1069           Init some structs to zero before we pass them to ioctl, which
1070           avoids valgrind warnings.  Also fix a small memory leak.
1071
1072 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1073
1074         Patch by: Wouter Cloetens <wouter at mind dot be>
1075
1076         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
1077         Copy timestamp from input to output. Not very perfect yet but better
1078         than nothing. Fixes #503023.
1079
1080 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1081
1082         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1083           Also print a useful error message with the old Wavpack API
1084           if possible.
1085
1086 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1087
1088         * ext/wavpack/gstwavpackdec.c:
1089           More build fixes for old libwavpack versions: include config.h so
1090           that WAVPACK_OLD_API is actually defined as detected; only use
1091           WavpackGetErrorMessage if it is available. This fixes the build
1092           on debian stable for me.
1093
1094 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1095
1096         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1097         * ext/wavpack/gstwavpackparse.c:
1098           (gst_wavpack_parse_create_src_pad):
1099           Workaround the non-existance of WavpackGetChannelMask in Wavpack
1100           versions below 4.40.0.
1101
1102 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1103
1104         * configure.ac:
1105           And now do it right for real...
1106
1107 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1108
1109         * configure.ac:
1110           Correctly reset $LIBS to not contain -lm.
1111
1112 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1113
1114         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
1115
1116         * configure.ac:
1117         * ext/cairo/gsttimeoverlay.c:
1118           (gst_cairo_time_overlay_print_smpte_time):
1119           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
1120           and checking for rint() and implementing it ourself if it doesn't
1121           exist. Fixes #497293.
1122
1123 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1124
1125         * configure.ac:
1126           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
1127
1128 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
1129
1130         * sys/oss/gstosshelper.c:
1131         Verify that the format returned after the ioctl is the one
1132         we requested. It is valid for the ioctl to succeed while
1133         substituting an alternate 'supported' sample format.
1134
1135 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
1136
1137         * sys/oss/gstossaudio.c: (plugin_init):
1138         * sys/oss/gstosssink.c: (gst_oss_sink_open):
1139         * sys/oss/gstosssrc.c: (gst_oss_src_open):
1140           Post decent (and translated) error message when we can't
1141           open the audio device for some reason.
1142
1143 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
1144
1145         * sys/oss/gstosssink.c:
1146         * sys/oss/gstosssrc.c:
1147         Allow the AUDIODEV environment variable to redirect us
1148         to a different default OSS device, like sunaudiosink does
1149         on Solaris (makes audio play automatically on SunRays).
1150
1151 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
1152
1153         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
1154         * gst/audiofx/audiochebyshevfreqband.c:
1155         (gst_audio_chebyshev_freq_band_transform_ip):
1156         * gst/audiofx/audiochebyshevfreqlimit.c:
1157         (gst_audio_chebyshev_freq_limit_transform_ip):
1158         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
1159         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
1160         The transform_ip() methods should do nothing if in passthrough mode.
1161         It might get non-writable buffers in that case but the buffer might
1162         as well be writable.
1163
1164         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
1165         The transform() methods won't be called in passthrough mode and
1166         otherwise the buffer is always writable so don't check here.
1167
1168 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
1169
1170         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
1171           Fix seeking in .wav files again (#501775).  Some people seem to think
1172           they don't need to test their changes when they're just 'reflowing'
1173           some code.
1174
1175 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1176
1177         * gst/autodetect/gstautovideosink.c:
1178         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
1179         (gst_auto_video_sink_init),
1180         (gst_auto_video_sink_create_element_with_pretty_name),
1181         (gst_auto_video_sink_find_best),
1182         (gst_auto_video_sink_set_property),
1183         (gst_auto_video_sink_get_property):
1184         * gst/autodetect/gstautovideosink.h:
1185         Fix docs.
1186         Use same error reporting code as autoaudiosink.
1187         Add property to filter sinks based on caps. Only select raw video sinks
1188         by default for backwards compat.
1189         API: GstAutoVideoSink::filter-caps
1190
1191 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1192
1193         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1194
1195         * gst/autodetect/gstautoaudiosink.c:
1196         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
1197         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
1198         (gst_auto_audio_sink_set_property),
1199         (gst_auto_audio_sink_get_property):
1200         * gst/autodetect/gstautoaudiosink.h:
1201         Add property to filter sinks based on caps. Only select raw audio sinks
1202         by default for backwards compat.  Fixes #417420.
1203         API: GstAutoAudioSink::filter-caps
1204
1205 2007-11-29  Michael Smith <msmith@fluendo.com>
1206
1207         Patch by: Arek Korbik <arkadini@gmail.com>
1208
1209         * gst/videobox/gstvideobox.c: (plugin_init):
1210           Initialise liboil in plugin_init()
1211
1212 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
1213
1214         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
1215         Post error before sending EOS. Fixes #499178.
1216
1217 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
1218
1219         * win32/vs6/gst_plugins_good.dsw:
1220         * win32/vs6/libgstpng.dsp:
1221         Add a project file for libgstpng
1222
1223 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
1224
1225         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
1226         (gst_rtp_h263_depay_process):
1227         Code beautification.
1228         Added debug statements.
1229         Don't bit-shift everything, just do operations on last/first byte
1230         instead.
1231
1232 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
1233
1234         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
1235
1236         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
1237         Fix wrong comparison in overrun check. Fixes #499239 some more.
1238
1239 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
1240
1241         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
1242         (gst_rtp_h263_depay_process):
1243         * gst/rtp/gstrtph263depay.h:
1244         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
1245         stream.
1246
1247 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
1248
1249         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
1250
1251         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1252         (gst_rtp_mp4a_depay_process):
1253         * gst/rtp/gstrtpmp4adepay.h:
1254         Fix depayloading when multiple frames are inside one RTP packet.
1255         Fixes #499239.
1256
1257 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1258
1259         * gst/level/gstlevel.c:
1260           Add GAP-flag support.
1261
1262 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
1263
1264         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
1265         Read the I flag for Mode A h263 rtp stream and set the
1266         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
1267         Fixes #499383
1268
1269 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1270
1271         * gst/level/gstlevel.c:
1272           Remove some dead code and do cleanups.
1273
1274 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1275
1276         * tests/check/pipelines/simple-launch-lines.c:
1277           Improve the tests by allowing to set a target state.
1278
1279 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
1280
1281         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
1282         Don't check the caps of the output buffer if they're equal some
1283         other caps. The caps can change in a backward compatible way
1284         and did at this point.
1285
1286 2007-11-24  Julien MOUTTE  <julien@moutte.net>
1287
1288         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
1289         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
1290         (gst_qtdemux_seek_to_previous_keyframe),
1291         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
1292         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
1293         reverse playback support.
1294
1295 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1296
1297         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
1298         Also set the channel layout on the Wavpack caps if we're having
1299         a mono layout. Of course only do it for "audio/x-wavpack".
1300
1301 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1302
1303         * ext/wavpack/gstwavpackcommon.c:
1304         (gst_wavpack_get_default_channel_mask),
1305         (gst_wavpack_set_channel_layout),
1306         (gst_wavpack_get_default_channel_positions),
1307         (gst_wavpack_get_channel_mask_from_positions),
1308         (gst_wavpack_set_channel_mapping):
1309         * ext/wavpack/gstwavpackcommon.h:
1310         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
1311         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
1312         * ext/wavpack/gstwavpackdec.h:
1313         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1314         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
1315         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
1316         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
1317         (gst_wavpack_enc_rewrite_first_block),
1318         (gst_wavpack_enc_sink_event):
1319         * ext/wavpack/gstwavpackenc.h:
1320         * ext/wavpack/gstwavpackparse.c:
1321         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
1322         (gst_wavpack_parse_scan_to_find_sample),
1323         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
1324         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
1325         * ext/wavpack/gstwavpackparse.h:
1326         Add support for encoding, parsing and decoding multichannel
1327         files with up to 8 channels. This also improves the robustness
1328         of parsing quite a bit.
1329
1330         * ext/wavpack/gstwavpackstreamreader.c:
1331         (gst_wavpack_stream_reader_read_bytes),
1332         (gst_wavpack_stream_reader_get_pos),
1333         (gst_wavpack_stream_reader_set_pos_abs),
1334         (gst_wavpack_stream_reader_set_pos_rel),
1335         (gst_wavpack_stream_reader_push_back_byte),
1336         (gst_wavpack_stream_reader_get_length),
1337         (gst_wavpack_stream_reader_can_seek),
1338         (gst_wavpack_stream_reader_write_bytes):
1339         Improve debugging.
1340
1341 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1342
1343         * ext/libpng/gstpngdec.c:
1344         * ext/libpng/gstpngdec.h:
1345           Don't release the png-memory from within the callback.
1346
1347 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1348
1349         Patch by: René Stadler <mail at renestadler dot de>
1350
1351         * ext/libpng/gstpngenc.c:
1352           Don't leak buffer data memory. Fixes #498395.
1353
1354 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1355
1356         Patch by: René Stadler <mail at renestadler dot de>
1357
1358         * tests/check/pipelines/simple-launch-lines.c:
1359           Tests for #498395.
1360
1361 2007-11-20  Julien MOUTTE  <julien@moutte.net>
1362
1363         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
1364         (gst_tag_lib_mux_adjust_event_offsets):
1365         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
1366         * sys/osxaudio/Makefile.am:
1367         * sys/osxvideo/cocoawindow.h:
1368         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
1369
1370 2007-11-15  David Schleef  <ds@schleef.org>
1371
1372         * ext/cairo/gsttextoverlay.c:
1373           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
1374
1375 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1376
1377         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
1378
1379         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
1380         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
1381         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
1382         * gst/rtp/gstrtpmp2tpay.h:
1383         Fill the MTU with as many packets as possible. Fixes #491323.
1384
1385 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1386
1387         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1388
1389         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
1390         Fix some more leaks. Fixes #497007.
1391
1392 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1393
1394         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1395
1396         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
1397         (gst_rtspsrc_stream_configure_tcp):
1398         Fix 3 pad leaks. Fixes #496983.
1399
1400 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1401
1402         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1403
1404         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
1405         Fix small leak. Fixes #497017.
1406
1407 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1408
1409         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1410         (gst_qtdemux_prepare_current_sample),
1411         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
1412         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
1413         * gst/qtdemux/qtdemux_fourcc.h:
1414         * gst/qtdemux/qtdemux_types.c:
1415         Add suppport for theora in quicktime according to XiphQT.
1416
1417 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
1418
1419         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
1420         (gst_v4l2src_init), (gst_v4l2src_set_property),
1421         (gst_v4l2src_get_property):
1422         * sys/v4l2/gstv4l2src.h:
1423         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1424           Always copy buffers by default (handle safer with bugged drivers)
1425           and added a property to make it possible to use mmap effectively (no
1426           copy if possible) when application wants to. Fixes: #480557.
1427
1428 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1429
1430         * gst/id3demux/id3tags.c:
1431         * gst/id3demux/id3tags.h:
1432         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
1433           We don't want the same string multiple times in a tag list for the
1434           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
1435           this doesn't happen and remove special-case code for GST_TAG_GENRE.
1436
1437 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1438
1439         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
1440           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
1441           into ID3v2 TXXX frames (fixes #347848).
1442
1443 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1444
1445         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1446           Don't leak sdp message contents (fixes #496773).
1447
1448         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
1449           Don't leak URI string.
1450
1451 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1452
1453         Patch by: Julien Puydt <julien dot puydt at laposte net>
1454
1455         * ext/raw1394/Makefile.am:
1456         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
1457           (gst_1394_property_probe_get_properties),
1458           (gst_1394_property_probe_probe_property),
1459           (gst_1394_property_probe_needs_probe),
1460           (gst_1394_property_probe_get_values),
1461           (gst_1394_property_probe_interface_init),
1462           (gst_1394_type_add_property_probe_interface):
1463         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
1464         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
1465           (gst_dv1394src_init), (gst_dv1394src_dispose),
1466           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
1467           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
1468           (gst_dv1394src_update_device_name):
1469         * ext/raw1394/gstdv1394src.h:
1470           Implement GstPropertyProbe interface and add "device-name" property,
1471           so applications can use this to probe for available devices in the
1472           same way they can already with v4lsrc and v4l2src (however horrible
1473           this property probe interface may be). Fixes #358841.
1474
1475 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1476
1477         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1478
1479         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
1480           (gst_rtspsrc_parse_range):
1481           Don't leak event, don't leak range (fixes #496752).
1482
1483 2007-11-14  Michael Smith <msmith@fluendo.com>
1484
1485         Patch by: Arek Korbik <arkadini@gmail.com>
1486
1487         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
1488           Detect RGBA/BGRA correctly on little endian systems.
1489
1490 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1491
1492         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1493           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
1494           corresponding ioctl() call fails even though the driver claims to
1495           support this format, just fall back to the pre-2.6.19 kernel
1496           routine that creates caps with suitable height and width ranges
1497           (see #448278).
1498
1499 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1500
1501         Patch by: Mark Nauwelaerts <manauw skynet be>
1502
1503         * gst/matroska/matroska-demux.c:
1504           (gst_matroska_demux_push_dvd_clut_change_event),
1505           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1506           (gst_matroska_demux_subtitle_caps):
1507         * gst/matroska/matroska-ids.h:
1508           Extract palette data for dvd subpicture streams and send it
1509           downstream as custom gstreamer dvd event (fixes #453417).
1510
1511 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1512
1513         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
1514           Implement minimal parsing of the passed pango font description
1515           string, so passing a font size works the same as with the
1516           pango textoverlay plugin; fixes #455086.
1517           (Maybe we could just use pangocairo here at some point).
1518
1519 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1520
1521         * gst/avi/gstavidemux.c:
1522         * gst/wavparse/gstwavparse.c:
1523           Return the result in _activate_pull(). Don't ref element there.
1524
1525 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1526
1527         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
1528         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
1529         (gst_wavparse_srcpad_event):
1530           Ref the element when we should, but not when we its not needed. Reflow
1531           the event_handling to not leak the event.       
1532
1533 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
1534
1535         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1536         (qtdemux_parse_samples):
1537         Properly free QTDemuxSamples array.
1538         Protect table write with a sensible check, some files apparently DO contain
1539         stts values starting with 0 :(
1540
1541 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1542
1543         * gst/avi/gstavidemux.c:
1544         * gst/qtdemux/qtdemux.c:
1545           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
1546           previous commit messed up.
1547
1548 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1549
1550         * gst/avi/gstavidemux.c:
1551         * gst/qtdemux/qtdemux.c:
1552           Sync _handle_src_event() with oggdemux. In avidemux also ref the
1553           element when we should, but not when we its not needed.
1554
1555 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
1556
1557         * gst/wavparse/gstwavparse.c:
1558           Return FALSE if we can't handle a query instead of changing the
1559           format. Ignore fact when dealing with mpeg audio.
1560
1561 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1562
1563         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1564
1565         * configure.ac:
1566         * gst/udp/gstdynudpsink.c:
1567         * gst/udp/gstdynudpsink.h:
1568         * gst/udp/gstmultiudpsink.c:
1569         * gst/udp/gstmultiudpsink.h:
1570         * gst/udp/gstudpsink.c:
1571         * gst/udp/gstudpsink.h:
1572           Fix includes for MSVC and GLib-2.14.0 (#492388).
1573
1574         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
1575           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
1576
1577 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
1578
1579         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
1580         (gst_mulawdec_chain):
1581         * gst/law/mulaw-decode.h:
1582         Calculate outgoing buffer duration if incoming buffer didn't have a
1583         valid duration.
1584
1585 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
1586
1587         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
1588         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
1589         Smarter combine_flow code that also deals with downstream elements
1590         returning UNEXPECTED when they receive data out of the segment
1591         boundaries. Fixes #491305.
1592
1593 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1594
1595         * sys/v4l2/v4l2src_calls.c:
1596           Fix 'unused variable' compiler warning when compiling against
1597           older kernel headers.
1598
1599 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
1600
1601         * ext/taglib/gstid3v2mux.cc (add_funcs):
1602           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
1603
1604 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
1605
1606         * tests/check/pipelines/simple-launch-lines.c:
1607            Improve the tests a little more.
1608
1609 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
1610
1611         patch by: Yun Zheng Hu
1612
1613         * sys/osxaudio/gstosxaudiosrc.c:
1614         Use default input device instead of default output device and
1615         only memcpy actual available bytes.
1616
1617 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
1618
1619         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1620           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
1621           early. It is temporary until we find something better.
1622
1623 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1624
1625         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1626
1627         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
1628         Fix race when pausing a RTSP stream in interleaved.
1629         Fixes #475784.
1630
1631 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1632
1633         Patch by: Peter Kjellerstedt <pkj at axis com>
1634
1635         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
1636         Use correct unref function for buffers. #488844.
1637
1638 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
1639
1640         * gst/avi/gstavimux.c:
1641         * tests/check/elements/avimux.c:
1642           Add some debug and sync tests with the fix.     
1643
1644 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1645
1646         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1647
1648         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1649         When the socket is used by the app for other purposes, don't generate an
1650         error if there is activaty on the socket that is not data related.
1651         Fixes #487488.
1652
1653 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1654
1655         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
1656         (gst_v4l2src_grab_frame):
1657         Add some more debug info. Generate an error when we run out of buffers
1658         for some reason. See #480557.
1659
1660 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1661
1662         Patch by: Anders Skargren <anders dot skargren at axis dot com>
1663
1664         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
1665         Set marker bit correctly.
1666
1667 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
1668
1669         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1670         Use allowed name for the GstStructure.
1671
1672 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
1673
1674         * ext/gconf/gstswitchsink.c:
1675         * gst/autodetect/gstautoaudiosink.c:
1676           Use new gst_bus_pop_filtered().
1677
1678 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1679
1680         * sys/v4l2/gstv4l2src.c:
1681         * sys/v4l2/v4l2src_calls.c:
1682           When probing the formats and sizes a camera supports, make
1683           sure the best ones (highest resolution, prefered format)
1684           end up at the beginning of the probed caps and the less
1685           desirable ones at the end.  This is important because the
1686           order within the caps matters for things like fixation and
1687           negotiation, ie. what format is chosen in the end.
1688           With recent kernels, the current probing code will end up
1689           querying the supported sizes from lowest resolution to
1690           highest resolution, adding them to the probed caps in that
1691           order, resulting to v4l2src fixating to the lowest possible
1692           resolution if downstream does not express a size preference.
1693           Also make up a somewhat random ranking of prefered output
1694           formats for the same reason. Fixes #485828.
1695         
1696 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1697
1698         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
1699
1700         * gst/id3demux/id3v2frames.c:
1701           Extract license/copyright URIs from ID3v2 WCOP frames
1702           (Fixes #447000).
1703
1704         * tests/check/elements/id3demux.c:
1705         * tests/files/Makefile.am:
1706         * tests/files/id3-447000-wcop.tag:
1707           Add simple unit test.
1708
1709 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1710
1711         * ext/taglib/gstid3v2mux.cc:
1712           Add support for license/copyright URI tags (ID3v2 WCOP frame).
1713           Prerequisite for #447000.
1714
1715 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
1716
1717         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
1718         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
1719         a GstClockTime.
1720
1721 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1722
1723         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1724         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
1725         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
1726         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
1727         (gst_rtspsrc_change_state):
1728         More seeking fixes, mostly passing around the new playback segment in
1729         order to configure it properly.
1730         Also reset base_time of udp sources when setting them back to PLAYING as
1731         a temporary hack until core supports seek in live sources properly.
1732
1733 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1734
1735         * gst/rtp/gstrtpmp4adepay.c:
1736         Fix caps as to not confuse autopluggers.
1737
1738 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1739
1740         * gst/id3demux/gstid3demux.c:
1741         * gst/id3demux/gstid3demux.h:
1742         * gst/id3demux/id3tags.c:
1743         * gst/id3demux/id3tags.h:
1744         * gst/id3demux/id3v2frames.c:
1745           Port ID3 tag demuxer over to the new GstTagDemux in -base
1746           (now would be a good time to test re-importing your music
1747           collection).
1748
1749 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1750
1751         * gst/apetag/Makefile.am:
1752         * gst/apetag/gstapedemux.c:
1753         * gst/apetag/gstapedemux.h:
1754         * gst/apetag/gsttagdemux.c:
1755         * gst/apetag/gsttagdemux.h:
1756           Port APE tag demuxer over to the new GstTagDemux in -base.
1757
1758 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
1759
1760         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1761         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
1762         (gst_rtspsrc_handle_internal_src_query),
1763         (gst_rtspsrc_handle_src_query), (new_session_pad),
1764         (gst_rtspsrc_stream_configure_tcp),
1765         (gst_rtspsrc_stream_configure_transport),
1766         (gst_rtspsrc_loop_send_cmd):
1767         Improve flushing behaviour.
1768         Set state of the udp sources to PAUSE/PLAYING correctly.
1769         Handle events and queries for UDP and TCP transport now.
1770
1771 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1772
1773         * gst/rtp/gstrtpgsmdepay.c:
1774         * gst/rtp/gstrtpgsmpay.c:
1775           Add log category.
1776
1777 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1778
1779         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
1780
1781         * tests/check/Makefile.am:
1782         * tests/check/pipelines/simple-launch-lines.c:
1783           Add unit tests for payloaders/depayloaders.
1784
1785 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1786
1787         * gst/avi/gstavimux.c:
1788         * gst/avi/gstavimux.h:
1789           Also save codec data for audio streams. Fixes #482495.
1790
1791 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1792
1793         * gst/avi/gstavimux.c:
1794           Fix "Index entry has invalid stream nr 1".
1795           Add support for muxing aac - work in progress (see #482495).
1796
1797 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1798
1799         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
1800         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
1801         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1802         * gst/rtsp/gstrtspsrc.h:
1803         Parse bandwidth modifiers, they are not yet configured in the session
1804         manager because we don't have an API for that yet.
1805
1806 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1807
1808         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
1809         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1810         Use shiny new function in -base to get the default clock-rate.
1811         Update some docs.
1812
1813 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
1814
1815         * win32/MANIFEST:
1816         Add files to win32 manifest.
1817         * win32/vs6/libgstaudiofx.dsp:
1818         * win32/vs6/libgstqtdemux.dsp:
1819         * win32/vs6/libgstrtp.dsp:
1820         * win32/vs6/libgstrtsp.dsp:
1821         Update project files.
1822
1823 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
1824
1825         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
1826         (gst_rtspsrc_play):
1827         * gst/rtsp/gstrtspsrc.h:
1828         In TCP mode, only timestamp the first buffer. TCP is not real time and
1829         it does not make sense to try to skew compensate, also some servers send
1830         the first batch of data in a burst.
1831
1832 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
1833
1834         * gst/matroska/matroska-demux.c:
1835           Fix setting the discont flag on the first buffer
1836           pushed downstream for formats with private codec
1837           data that needs to be deserialised into buffers
1838           (such as vorbis and FLAC when in a matroska container).
1839
1840 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
1841
1842         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1843
1844         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
1845         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
1846         (gst_rtp_mp4v_pay_handle_buffer):
1847         * gst/rtp/gstrtpmp4vpay.h:
1848         Free the config string. Fixes #480707.
1849         Clean up the timestamp code a little.
1850
1851 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1852
1853         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1854         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
1855         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
1856         * gst/rtsp/gstrtspsrc.h:
1857         Set timestamps on RTP buffers in interleaved mode.
1858         Mark first buffers with a DISCONT.
1859         Remove flush hack now that sync for live sources has been figured out.
1860
1861 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1862
1863         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1864         Update documentation.
1865
1866 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1867
1868         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
1869         (gst_rtp_xqt_depay_change_state):
1870         * gst/qtdemux/gstrtpxqtdepay.h:
1871         Fail if we don't know the quicktime format.
1872
1873 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
1874
1875         * ext/flac/gstflacenc.c:
1876         * ext/flac/gstflacenc.h:
1877           Save the flow return from the last gst_pad_push() and
1878           make sure we pass the right flow return value upstream
1879           in the case of failure; minor clean-ups.
1880
1881 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1882
1883         * ext/taglib/gstapev2mux.cc:
1884         * ext/taglib/gstid3v2mux.cc:
1885         * gst/apetag/gstapedemux.c:
1886           Add support for the new GST_TAG_COMPOSER (#459809).
1887
1888 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1889
1890         * gst/law/alaw-decode.c:
1891         * gst/law/alaw-decode.h:
1892         * gst/law/alaw-encode.c:
1893         * gst/law/alaw-encode.h:
1894         * gst/law/alaw.c:
1895         * gst/law/mulaw-conversion.h:
1896           Compulsive clean-ups: use boilerplate macros, add debug
1897           categories, fix up things to conform to symbol nomenklatura,
1898           etc.
1899
1900 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1901
1902         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1903
1904         * gst/law/alaw-decode.c:
1905         * gst/law/alaw-encode.c:
1906           Use static tables for A-Law decoding and encoding; this makes
1907           A-Law decoding and encoding less CPU-intensive, but increases
1908           the binary size a bit. Leaving old code around for now,
1909           selectable by a define in the code. Fixes #435435.
1910
1911 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1912
1913         * configure.ac:
1914         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
1915         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
1916         in configure.ac.
1917
1918 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1919
1920         Patch by: Jan Gerber <j at bootlab dot org>
1921
1922         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1923         Add fourccs for MPEG2 HDV streams. Fixes #479960.
1924
1925 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
1926
1927         * sys/oss/gstosshelper.c:
1928           Use GST_WARNING instead of a g_critical. This situation is not caused
1929           by the application.
1930
1931 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1932
1933         * po/LINGUAS:
1934         * po/nl.po:
1935           Updated translations.
1936
1937 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1938
1939         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
1940
1941         * po/eu.po:
1942           Added Basque translation.
1943
1944 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1945
1946         translated by: Abel Cheung <abelcheung@gmail.com>
1947
1948         * po/zh_HK.po:
1949         * po/zh_TW.po:
1950           Added Chinese (traditional and Hong Kong) translation.
1951
1952 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1953
1954         translated by: Jakub Bogusz <qboosh@pld-linux.org>
1955
1956         * po/pl.po:
1957           Added Polish translation.
1958
1959 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1960
1961         translated by: Ilkka Tuohela <hile@iki.fi>
1962
1963         * po/fi.po:
1964           Added Finnish translation.
1965
1966 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1967
1968         translated by: Jorge González González <aloriel@gmail.com>
1969
1970         * po/es.po:
1971           Added Spanish translation.
1972
1973 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1974
1975         translated by: Mogens Jaeger <mogens@jaeger.tf>
1976
1977         * po/da.po:
1978           Added Danish translation.
1979
1980 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1981
1982         translated by: Funda Wang <fundawang@linux.net.cn>
1983
1984         * po/zh_CN.po:
1985           Added Chinese (simplified) translation.
1986
1987 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1988
1989         translated by: Alexander Shopov <ash@contact.bg>
1990
1991         * po/bg.po:
1992           Added Bulgarian translation.
1993
1994 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
1995
1996         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
1997         Set outgoing packet duration because we can. Fixes #478244 some more.
1998
1999 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
2000
2001         * ext/cairo/gsttextoverlay.c:
2002           Add info about static leak.
2003         
2004         * tests/check/Makefile.am:
2005         * tests/check/generic/states.c:
2006           Improved state change unit test.
2007
2008 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
2009
2010         * docs/plugins/.cvsignore:
2011         * tests/check/.cvsignore:
2012           Ignore registries in any format.
2013
2014 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
2015
2016         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
2017         Removed some unused code.
2018
2019         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
2020         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
2021         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
2022         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
2023         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
2024         (gst_rtp_theora_pay_flush_packet):
2025         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
2026         Try to preserve the incomming buffer duration on the outgoing
2027         packets. Fixes #478244.
2028
2029 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
2030
2031         * ext/taglib/gstapev2mux.cc:
2032         * ext/taglib/gstid3v2mux.cc:
2033           Work around compiler warnings with g++-4.2 when assigning a
2034           string constant to a gchar * (partially fixes #478092).
2035
2036 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
2037
2038         * configure.ac:
2039           We require core CVS now for gst_base_src_set_do_timestamp().
2040
2041 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
2042
2043         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
2044         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2045         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
2046         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2047         (gst_rtspsrc_handle_message):
2048         Fix compiler warnings shown with Forte.
2049
2050 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2051
2052         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
2053         (gst_rtspsrc_dup_printf):
2054         Give meaningfull error when all streams failed to configure for some
2055         reason.
2056
2057 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2058
2059         * gst/rtp/README:
2060         Update README with the design for synchronisation rules of RTP on
2061         sender and receiver.
2062
2063 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
2064
2065         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
2066         (gst_wavparse_chain):
2067         Don't push EOS from the chain function, the element
2068         driving the pipeline is responsible for this. The bug
2069         this was meant to fix seems to be queue not forwarding
2070         EOS in all cases (see #476514).
2071
2072 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
2073
2074         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
2075         (gst_level_transform_ip):
2076         * gst/level/gstlevel.h:
2077         Use basetransform segment so that it is correctly managed on flushes and
2078         start/stop.
2079         Report message timestamp as stream time, which is what an application
2080         can understand.
2081
2082 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2083
2084         * ext/taglib/gstapev2mux.cc:
2085         * ext/taglib/gstapev2mux.h:
2086         * ext/taglib/gsttaglibmux.c:
2087         * tests/check/elements/apev2mux.c:
2088         Update my mail address.
2089
2090 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2091
2092         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
2093         (gst_wavparse_loop), (gst_wavparse_chain):
2094         Add EOS logic for the push-based mode too. Fixes #476514.
2095
2096 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
2097
2098         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
2099         * gst/law/alaw-encode.h:
2100         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
2101         (gst_mulawenc_chain):
2102         * gst/law/mulaw-encode.h:
2103         Fix law encoder timestamps.
2104
2105 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
2106
2107         * ext/gconf/gstgconfaudiosink.c:
2108           Fix warning when building without debug.
2109
2110         * sys/oss/gstossmixertrack.c:
2111           Use const like in alsamixertrack.c (fixes warnings).
2112
2113 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
2114
2115         * sys/v4l2/v4l2src_calls.c:
2116         (gst_v4l2src_probe_caps_for_format_and_size):
2117         Fix framerate detection code some more.
2118         Handle the case where there is a weird step in the stepwise framerates.
2119         Don't overwrite the min interval with the framerate, use a temp variable
2120         instead.
2121         Use max in the Continuous framerate intervals instead of step, which is
2122         1 according to the docs. Fixes #475424.
2123
2124 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
2125
2126         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
2127         Make udpsrc timestamp outgoing buffers based on when they were received.
2128         Also make it output a segment in time.
2129
2130 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
2131
2132         * gst/avi/gstavidemux.c:
2133           Plug a little leak. Little code cleanups.
2134
2135 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
2136
2137         * configure.ac:
2138           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
2139           flac versions, 's good for cross-compilation karma.
2140
2141 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
2142
2143         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
2144
2145         * gst/rtp/gstrtph263pay.c:
2146           Fix up header structure so that compilers don't add padding
2147           between the structure fields, since that would lead to us
2148           sending RTP packets with broken headers (as is currently the
2149           case when compiling with MSVC). Also see similar fixes in
2150           libgstrtp in gst-plugins-base. (#474616; #471194)
2151
2152 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
2153
2154         * sys/v4l2/v4l2src_calls.c:
2155         (gst_v4l2src_probe_caps_for_format_and_size):
2156         Don't overwrite our GValue with 0 but instead use the previously
2157         computed value. Fixes #471823 some more.
2158
2159 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2160
2161         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2162           No tabs in this file please, or gtk-doc will end up documenting
2163           rather absurd class hierarchies.
2164
2165 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2166
2167         * ext/gconf/gstswitchsink.c:
2168           If the new kid element fails to change state for some reason
2169           (e.g. esdsink not being able to connect to the sound server),
2170           forward the error message it posted on the bus instead of just
2171           posting a generic 'Internal state change error: please file a
2172           bug' error message. Fixes #471364.
2173
2174 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2175
2176         * gst/qtdemux/Makefile.am:
2177         * gst/qtdemux/qtdemux.c:
2178           Don't assume tags are encoded as UTF-8 (#473670).
2179
2180 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2181
2182         * sys/v4l2/gstv4l2src.c:
2183         * sys/v4l2/gstv4l2src.h:
2184         * sys/v4l2/v4l2src_calls.c:
2185           Implement LATENCY queries in the crudest way possible so I don't
2186           have to use sync=false any longer when testing with videosinks.
2187
2188 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2189
2190         * configure.ac:
2191           Fix build.
2192
2193 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2194
2195         * sys/v4l2/v4l2src_calls.c:
2196         (gst_v4l2src_probe_caps_for_format_and_size):
2197         Add some more debugging in the framerate function.
2198         Iterate stepwise framerate up to and _including_ the max and if nothing
2199         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
2200         don't end up with an empty list. Fixes #471823
2201
2202 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2203
2204         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2205         (gst_multiudpsink_set_clients_string),
2206         (gst_multiudpsink_get_clients_string),
2207         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
2208         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
2209         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
2210         (gst_multiudpsink_clear):
2211         Add property do configure destination address/port pairs
2212         API:GstMultiUDPSink::clients
2213
2214 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2215
2216         * tests/examples/Makefile.am:
2217         * tests/examples/rtp/Makefile.am:
2218         * tests/examples/rtp/client-H263p-AMR.sh:
2219         * tests/examples/rtp/client-H263p-PCMA.sdp:
2220         * tests/examples/rtp/client-H263p-PCMA.sh:
2221         * tests/examples/rtp/client-H264-PCMA.sdp:
2222         * tests/examples/rtp/client-H264-PCMA.sh:
2223         * tests/examples/rtp/client-PCMA.sh:
2224         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
2225         * tests/examples/rtp/server-alsasrc-PCMA.sh:
2226         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
2227         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2228         Added some RTP example scripts for sending and receiving RTP streams.
2229
2230 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2231
2232         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
2233         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
2234         Restructure the setcaps function so that we can also compute the
2235         expected GStreamer output size of the video frames.
2236         Set frame_byte_size correctly so that read-based devices have a chance
2237         of working correctly.
2238         When grabbing a frame, discard frames that are not of the expected size.
2239         Some cameras don't output the right framesize for the first buffer.
2240         Try only a couple of times to get a valid frame, else error out.
2241
2242         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
2243         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
2244         Add some more debug info when scanning the device.
2245
2246         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
2247         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
2248         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
2249         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
2250         Add some more debug info when dequeing a frame.
2251
2252 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2253
2254         * gst/wavparse/gstwavparse.c:
2255           More code cleanups. Add some more comment and improve debugs logs.
2256
2257 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2258
2259         * gst/wavparse/gstwavparse.c:
2260         * gst/wavparse/gstwavparse.h:
2261           Implement seek-query. Refactor duration calculations. Appropriate use
2262           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
2263           out of loops.
2264
2265 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
2266
2267         * gst/avi/gstavidemux.c:
2268           Implement seek-query.
2269
2270 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
2271
2272         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
2273         (gst_rtspsrc_dup_printf):
2274         Use new basesink async property to make sparse RTCP packet not wait for
2275         preroll.
2276
2277 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
2278
2279         * gst/audiofx/Makefile.am:
2280         Dist the right file.
2281
2282 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
2283
2284         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
2285         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
2286         Make sure we generate and parse floating point values in the POSIX
2287         locale instead of the current locale. 
2288
2289 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
2290
2291         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
2292         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
2293         (gst_rtspsrc_play):
2294         * gst/rtsp/gstrtspsrc.h:
2295         Fix method detection again.
2296         Keep track of when we must send a Range header.
2297         Use segment values for Range, Speed and Scale headers.
2298         Parse Speed and Scale headers to update the segment values.
2299
2300 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
2301
2302         patch by: Mark Nauwelaerts <manauw@skynet.be>
2303
2304         * sys/v4l2/v4l2src_calls.c:
2305           Handle optional v4l2 ioctls gracefully.
2306
2307 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
2308
2309         * gst/rtp/Makefile.am:
2310         * gst/rtp/gstrtp.c: (plugin_init):
2311         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
2312         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
2313         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
2314         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
2315         (gst_rtp_h263_depay_get_property),
2316         (gst_rtp_h263_depay_change_state),
2317         (gst_rtp_h263_depay_plugin_init):
2318         * gst/rtp/gstrtph263depay.h:
2319         Added an H263 depayloader. Fixes #369392.
2320
2321         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
2322         (gst_rtp_h263p_depay_process):
2323         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
2324         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
2325         Make the H263+ pay/depayloader support H263-1998 and H263-2000
2326         payloads.
2327         Also alow plain H263 on the h263p payloaders. Fixes #465040.
2328
2329 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2330
2331         * gst/audiofx/audiochebyshevfreqband.c:
2332         * gst/audiofx/audiochebyshevfreqlimit.c:
2333         Add small comparision with the windowed sinc filters in the docs.
2334
2335 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2336
2337         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
2338         (audiochebyshevfreqband_suite):
2339         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
2340         (audiochebyshevfreqlimit_suite):
2341         Also test 32 bit float mode and the type 2 variants of the filters.
2342
2343 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
2344
2345         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2346         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2347         (gst_rtspsrc_loop):
2348         Refactor the udp and interleaved loop function a bit.
2349
2350 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2351
2352         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2353         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
2354         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
2355         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2356         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2357         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
2358         * gst/rtsp/gstrtspsrc.h:
2359         Protect connection activity with a new lock, avoids deadlocks when going
2360         to PAUSED. Fixes #455808.
2361
2362 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2363
2364         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
2365         Fix debug statement.
2366
2367 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2368
2369         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
2370         Fix stray %u in debug line as spotted by Saur on IRC.
2371
2372 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
2373
2374         * gst/audiofx/audiochebyshevfreqband.c:
2375         (gst_audio_chebyshev_freq_band_class_init):
2376         * gst/audiofx/audiochebyshevfreqlimit.c:
2377         (gst_audio_chebyshev_freq_limit_class_init):
2378         Use generator macros for the process functions for the different
2379         sample types, add lower upper boundaries for the GObject properties
2380         so automatically generated UIs can use sliders and add a note about
2381         the number of poles as a too high number of poles combined with
2382         very low or very high frequencies will produce only noise.
2383         * docs/plugins/gst-plugins-good-plugins.args:
2384         Regenerated for the property changes.
2385
2386 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2387
2388         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
2389         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
2390         (gst_rtspsrc_stream_configure_udp_sink),
2391         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
2392         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2393         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2394         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
2395         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
2396         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2397         * gst/rtsp/gstrtspsrc.h:
2398         Improve timeout handling.
2399         Use the same socket for sending and receiving RTCP packets so that some
2400         servers can track clients better.
2401         Improve connection closed handling. Try to reconnect.
2402         Don't overwrite our content base with NULL.
2403         Improve debugging.
2404         Improve range parsing and handling.
2405         Remove flushing hack now that core does the right thing.
2406
2407 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2408
2409         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2410         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
2411         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
2412         (gst_multiudpsink_close), (gst_multiudpsink_add):
2413         * gst/udp/gstmultiudpsink.h:
2414         Add support for getting and setting the socket to use.
2415
2416         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2417         (gst_udpsrc_create), (gst_udpsrc_get_property):
2418         Add support for getting the currently used socket.
2419
2420 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
2421
2422         reviewed by: Stefan Kost  <ensonic@users.sf.net>
2423
2424         * gst/audiofx/Makefile.am:
2425         * gst/audiofx/audiochebyshevfreqband.c:
2426         (gst_audio_chebyshev_freq_band_mode_get_type),
2427         (gst_audio_chebyshev_freq_band_base_init),
2428         (gst_audio_chebyshev_freq_band_dispose),
2429         (gst_audio_chebyshev_freq_band_class_init),
2430         (gst_audio_chebyshev_freq_band_init),
2431         (generate_biquad_coefficients), (calculate_gain),
2432         (generate_coefficients),
2433         (gst_audio_chebyshev_freq_band_set_property),
2434         (gst_audio_chebyshev_freq_band_get_property),
2435         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
2436         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
2437         (gst_audio_chebyshev_freq_band_start):
2438         * gst/audiofx/audiochebyshevfreqband.h:
2439         * gst/audiofx/audiochebyshevfreqlimit.c:
2440         (gst_audio_chebyshev_freq_limit_mode_get_type),
2441         (gst_audio_chebyshev_freq_limit_base_init),
2442         (gst_audio_chebyshev_freq_limit_dispose),
2443         (gst_audio_chebyshev_freq_limit_class_init),
2444         (gst_audio_chebyshev_freq_limit_init),
2445         (generate_biquad_coefficients), (calculate_gain),
2446         (generate_coefficients),
2447         (gst_audio_chebyshev_freq_limit_set_property),
2448         (gst_audio_chebyshev_freq_limit_get_property),
2449         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
2450         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
2451         (gst_audio_chebyshev_freq_limit_start):
2452         * gst/audiofx/audiochebyshevfreqlimit.h:
2453         * gst/audiofx/audiofx.c: (plugin_init):
2454         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
2455         Fixes #464800.
2456
2457         * tests/check/Makefile.am:
2458         * tests/check/elements/.cvsignore:
2459         * tests/check/elements/audiochebyshevfreqband.c:
2460         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
2461         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
2462         * tests/check/elements/audiochebyshevfreqlimit.c:
2463         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
2464         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
2465         Add unit tests for the chebyshev filters.
2466
2467         * docs/plugins/Makefile.am:
2468         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2469         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2470         * docs/plugins/gst-plugins-good-plugins.args:
2471         * docs/plugins/inspect/plugin-1394.xml:
2472         * docs/plugins/inspect/plugin-audiofx.xml:
2473         * docs/plugins/inspect/plugin-dv.xml:
2474         * docs/plugins/inspect/plugin-flac.xml:
2475         * docs/plugins/inspect/plugin-jpeg.xml:
2476         * docs/plugins/inspect/plugin-png.xml:
2477         * docs/plugins/inspect/plugin-rtp.xml:
2478         * docs/plugins/inspect/plugin-shout2send.xml:
2479         * docs/plugins/inspect/plugin-wavpack.xml:
2480         And add docs for the chebyshev filters. While doing
2481         that also run make update in docs/plugins.
2482
2483 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2484
2485         * ext/annodex/gstcmmltag.c:
2486         * gst/rtp/gstrtpvorbispay.c:
2487           Make ro memory to share.
2488
2489 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2490
2491         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2492         Improve UDP performance by avoiding a select() when we have data
2493         available immediatly.
2494
2495 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2496
2497         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
2498         (gst_rtp_dec_class_init):
2499         * gst/rtsp/gstrtpdec.h:
2500         Add (dummy) SSRC management signals.
2501
2502         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
2503         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
2504         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
2505         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
2506         (on_timeout), (gst_rtspsrc_stream_configure_manager),
2507         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
2508         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2509         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2510         * gst/rtsp/gstrtspsrc.h:
2511         Add connection-speed property.
2512         Add find_stream helper functions.
2513         Handle stream EOS based on BYE messages or SSRC timeout.
2514         Returns SUCCESS from the state change function as we hide our async
2515         elements from the parent.
2516
2517 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2518
2519         * gst/debug/rndbuffersize.c:
2520           Fix da leak.
2521
2522 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
2523
2524         * gst/debug/Makefile.am:
2525         * gst/debug/breakmydata.c:
2526         * gst/debug/gstdebug.c:
2527         * gst/debug/negotiation.c:
2528         * gst/debug/progressreport.c:
2529         * gst/debug/rndbuffersize.c:
2530         * gst/debug/testplugin.c:
2531           Add new test element and clean-up the others a little.
2532
2533 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
2534
2535         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2536         Fix parsing of mp4a version 0 atoms. Fixes #465774.
2537
2538 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
2539
2540         * gst/rtp/gstrtpilbcdepay.c:
2541           Include stdlib.
2542
2543 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
2544
2545         * gst/rtp/gstrtpmpvdepay.c:
2546         Set the mpegversion in the caps so that autoplugging does not get
2547         confused.
2548
2549 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2550
2551         * po/hu.po:
2552         * po/uk.po:
2553         * po/vi.po:
2554           Updated translations.
2555
2556 2007-08-08  Michael Smith <msmith@fluendo.com>
2557
2558         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
2559           Render right border in the correct location.
2560
2561 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
2562
2563         Patch by: Olivier Crete <tester at tester dot ca>
2564
2565         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
2566         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2567         Make mode property a string. Fixes #464475.
2568
2569 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2570
2571         * ext/flac/gstflacenc.c:
2572           Widen caps to match decoder a bit and add more FIXMEs.
2573
2574 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2575
2576         patch by: Mark Nauwelaerts <manauw@skynet.be>
2577
2578         * gst/avi/gstavimux.c:
2579           Fix ODML index tag numbering. Fixes #463624.
2580
2581 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
2582
2583         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
2584         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2585         (gst_rtspsrc_stream_configure_tcp),
2586         (gst_rtspsrc_stream_configure_udp_sink):
2587         Fix default clock-rate for realmedia.
2588         Fix parsing of transport.
2589         Don't try to link NULL pads.
2590
2591 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
2592
2593         * po/POTFILES.skip:
2594           Add POTFILES.skip with list of source files that aren't disted at the
2595           moment but contain translatable strings. Should hopefully pacify
2596           broken tools and make it clearer that these files are left out
2597           intentionally (#461600).
2598
2599 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
2600
2601         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
2602         If the buffer was entirely clipped ... don't try sending it :)
2603
2604 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2605
2606         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
2607         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
2608         (gst_rtspsrc_create_transports_string),
2609         (gst_rtspsrc_prepare_transports):
2610         If we don't hav a session manager, set the caps on outgoing buffers
2611         ourselves.
2612         Force PAUSE/PLAY methods for now until the extensions can overwrite.
2613         Append final bit of the transport string even when it does not contain a
2614         placeholder.
2615
2616 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2617
2618         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
2619         (gst_rtsp_ext_list_connect):
2620         * gst/rtsp/gstrtspext.h:
2621         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2622         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
2623         Clean up the interface list.
2624         Allow connecting to interface signals for the extensions.
2625         Remove old extension code.
2626         Free list on cleanup.
2627         Allow extensions to send additional RTSP messages.
2628
2629 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2630
2631         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
2632         Handle a NULL gconf key gracefully by rendering the default element.
2633
2634 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2635
2636         * gst/rtsp/gstrtspext.h:
2637         Fix include path for extension interface.
2638
2639 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2640
2641         * gst/audiofx/audioamplify.h:
2642         Also remove a now unecessary variable here.
2643
2644 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2645
2646         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
2647         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
2648         * gst/audiofx/audiodynamic.c:
2649         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
2650         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
2651         * gst/audiofx/audiodynamic.h:
2652         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
2653         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
2654         * gst/audiofx/audioinvert.h:
2655         Don't save format information ourselves, this is already saved in
2656         GstAudioFilter.
2657
2658 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
2659
2660         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2661         (gst_rtsp_ext_list_stream_select):
2662         * gst/rtsp/gstrtspext.h:
2663         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
2664         Use rank to filter out extensions.
2665         Add url to stream_select interface call.
2666
2667 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2668
2669         * gst/rtsp/Makefile.am:
2670         * gst/rtsp/base64.c:
2671         * gst/rtsp/base64.h:
2672         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2673         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
2674         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
2675         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
2676         (gst_rtsp_ext_list_setup_media),
2677         (gst_rtsp_ext_list_configure_stream),
2678         (gst_rtsp_ext_list_get_transports),
2679         (gst_rtsp_ext_list_stream_select):
2680         * gst/rtsp/gstrtspext.h:
2681         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
2682         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
2683         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
2684         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2685         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
2686         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
2687         (gst_rtspsrc_stream_configure_tcp),
2688         (gst_rtspsrc_stream_configure_mcast),
2689         (gst_rtspsrc_stream_configure_udp),
2690         (gst_rtspsrc_stream_configure_udp_sink),
2691         (gst_rtspsrc_stream_configure_transport),
2692         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2693         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2694         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
2695         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
2696         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2697         (gst_rtspsrc_parse_methods),
2698         (gst_rtspsrc_create_transports_string),
2699         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
2700         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
2701         (gst_rtspsrc_play), (gst_rtspsrc_pause),
2702         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
2703         * gst/rtsp/gstrtspsrc.h:
2704         * gst/rtsp/rtsp.h:
2705         * gst/rtsp/rtspconnection.c:
2706         * gst/rtsp/rtspconnection.h:
2707         * gst/rtsp/rtspdefs.c:
2708         * gst/rtsp/rtspdefs.h:
2709         * gst/rtsp/rtspext.h:
2710         * gst/rtsp/rtspextwms.c:
2711         * gst/rtsp/rtspextwms.h:
2712         * gst/rtsp/rtspmessage.c:
2713         * gst/rtsp/rtspmessage.h:
2714         * gst/rtsp/rtsprange.c:
2715         * gst/rtsp/rtsprange.h:
2716         * gst/rtsp/rtsptransport.c:
2717         * gst/rtsp/rtsptransport.h:
2718         * gst/rtsp/rtspurl.c:
2719         * gst/rtsp/rtspurl.h:
2720         * gst/rtsp/sdp.h:
2721         * gst/rtsp/sdpmessage.c:
2722         * gst/rtsp/sdpmessage.h:
2723         * gst/rtsp/test.c:
2724         Use shiny new RTSP and SDP library.
2725         Implement RTSP extensions using the new interface.
2726         Remove a lot of old code.
2727
2728 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
2729
2730         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2731         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
2732
2733 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2734
2735         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2736         Don't unref the outgoing buffer twice when dropping it because it's
2737         outside of the segment.
2738
2739 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2740
2741         * configure.ac:
2742         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
2743         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
2744         Use the new buffer clipping function from gstaudio here and
2745         require gst-plugins-base CVS.
2746         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
2747         For framed Wavpack buffers we require a valid timestamp.
2748
2749 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
2750
2751         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
2752         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
2753         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
2754         Clip raw audio and video when we can, keep track of current output
2755         segment.
2756         Don't leak buffers and events when there is no output pad.
2757         Improve debugging here and there.
2758
2759 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
2760
2761         * configure.ac:
2762           Sync liboil check with plugins-base.
2763
2764 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
2765
2766         * ext/annodex/Makefile.am:
2767           Fix CFLAGS/LIBS.
2768
2769         * ext/cdio/gstcdiocddasrc.c:
2770         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
2771           Include stdlib
2772
2773         * ext/cairo/Makefile.am:
2774         * gst/videofilter/Makefile.am:
2775         * tests/examples/level/Makefile.am:
2776           Use $(LIBM) instead of -lm
2777
2778 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2779
2780         * sys/v4l2/gstv4l2src.c:
2781           Add another example pipeline.
2782
2783 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2784
2785         Patch by: Alexander Eichner <alexeichi@yahoo.de>
2786
2787         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2788           Use define here.
2789
2790         * sys/v4l2/gstv4l2tuner.c:
2791         (gst_v4l2_tuner_set_frequency_and_notify):
2792           Don't touch the property - its still disabled.
2793
2794         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
2795         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
2796         * sys/v4l2/v4l2src_calls.h:
2797           Improve fallback format negotionation. Fixes #451388
2798
2799 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2800
2801         * tests/check/elements/videocrop.c: (GST_START_TEST):
2802           Fix the test.
2803
2804 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2805
2806         * docs/plugins/Makefile.am:
2807         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2808         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2809         * docs/plugins/inspect/plugin-jpeg.xml:
2810         * docs/plugins/inspect/plugin-png.xml:
2811         * ext/jpeg/gstjpegdec.c:
2812         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
2813         (gst_pngdec_sink_setcaps):
2814           More docs. More logs in pngdec.
2815
2816 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
2817
2818         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2819           Initialize num_buffers with minimum value.
2820
2821         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
2822         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
2823           Handle frame-size query failure gracefully.
2824
2825 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
2826
2827         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2828         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
2829         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
2830         of qt/aac files.
2831
2832 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
2833
2834         * ext/wavpack/gstwavpackdec.c:
2835         (gst_wavpack_dec_clip_outgoing_buffer):
2836         Fix buffer clipping to correctly clip to the segment stop.
2837
2838 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
2839
2840         * configure.ac:
2841         * tests/Makefile.am:
2842         Remove bogus check for libcheck, since we check for
2843         gstreamer-check and it pulls in the required info from there,
2844         and we weren't actually _using_ the information for libcheck
2845         ourselves anyway.
2846
2847 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
2848
2849         * configure.ac:
2850           Use pkg-config to locate check.
2851
2852 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
2853
2854         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
2855         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
2856         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
2857         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2858         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
2859         * gst/effectv/gstaging.c: (gst_agingtv_transform):
2860         * gst/effectv/gstdice.c: (gst_dicetv_transform):
2861         * gst/effectv/gstedge.c: (gst_edgetv_transform):
2862         * gst/effectv/gstquark.c: (gst_quarktv_transform):
2863         * gst/effectv/gstrev.c: (gst_revtv_transform):
2864         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
2865         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
2866         * gst/effectv/gstwarp.c: (gst_warptv_transform):
2867         * gst/matroska/matroska-demux.c:
2868         (gst_matroska_demux_add_wvpk_header),
2869         (gst_matroska_demux_check_subtitle_buffer),
2870         (gst_matroska_decode_buffer):
2871         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
2872           Fix build against core CVS.
2873
2874 2007-07-10  Edward Hervey  <bilboed@gmail.com>
2875
2876         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
2877         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
2878         don't have enough granularity to convert that boolean into a
2879         GstFlowReturn.
2880
2881 2007-07-06  Michael Smith <msmith@fluendo.com>
2882
2883         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
2884         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
2885         (gst_alawdec_change_state):
2886         * gst/law/alaw-decode.h:
2887         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
2888         (gst_mulawdec_class_init), (gst_mulawdec_init),
2889         (gst_mulawdec_chain), (gst_mulawdec_change_state):
2890         * gst/law/mulaw-decode.h:
2891           Fix capsnego bogosity in *law decoders. 
2892
2893 2007-07-06  Michael Smith <msmith@fluendo.com>
2894
2895         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
2896         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
2897         (gst_smokeenc_change_state):
2898         * ext/jpeg/gstsmokeenc.h:
2899           Remove stupidity in get/set caps functions.
2900           Fix some refcounting problems.
2901
2902 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
2903
2904         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
2905         Remove endianness-flipping hack that seems to have been required
2906         only because of a bug in ffmpegcolorspace.
2907         Partially Fixes: #451908
2908
2909 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
2910
2911         * docs/plugins/Makefile.am:
2912           Simplify --extra-dir as gtkdoc scans recursively.
2913
2914 2007-07-03  Wim Taymans  <wim@fluendo.com>
2915
2916         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2917
2918         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2919         Set the encoding-name in the rtp caps to all uppercase, as required by
2920         the caps spec.
2921         Some small cleanups in the error paths. Fixes #453037.
2922
2923 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
2924
2925         * ext/wavpack/gstwavpackparse.c:
2926         (gst_wavpack_parse_index_get_last_entry),
2927         (gst_wavpack_parse_index_get_entry_from_sample),
2928         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
2929         (gst_wavpack_parse_scan_to_find_sample):
2930         * ext/wavpack/gstwavpackparse.h:
2931         Use a GSList for the GArray that is used like a list anyway.
2932
2933 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
2934
2935         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
2936         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
2937         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
2938           Add state change function where we set 0/1 as default framerate in
2939           case our setcaps function isn't called, like it might not in a
2940           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
2941           gdkpixbufdec trying to create caps with a 0/0 framerate.
2942           Also post an error message on the bus if gst_pad_push() fails when
2943           called from our sink event handler (+1 for flow returns for event
2944           functions in 0.11) instead of failing silently.
2945
2946 2007-06-27  Wim Taymans  <wim@fluendo.com>
2947
2948         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
2949         Cast stack args to the proper types. Fixes #451249.
2950
2951 2007-06-27  Wim Taymans  <wim@fluendo.com>
2952
2953         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2954         (new_session_pad), (gst_rtspsrc_setup_streams):
2955         * gst/rtsp/gstrtspsrc.h:
2956         For container formats we only need to activate one of the streams so
2957         that we correctly signal no-more-pads. Fixes #451015.
2958
2959 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
2960
2961         * docs/plugins/gst-plugins-good-plugins.args:
2962         * docs/plugins/inspect/plugin-aasink.xml:
2963         * docs/plugins/inspect/plugin-alaw.xml:
2964         * docs/plugins/inspect/plugin-alpha.xml:
2965         * docs/plugins/inspect/plugin-alphacolor.xml:
2966         * docs/plugins/inspect/plugin-annodex.xml:
2967         * docs/plugins/inspect/plugin-apetag.xml:
2968         * docs/plugins/inspect/plugin-audiofx.xml:
2969         * docs/plugins/inspect/plugin-auparse.xml:
2970         * docs/plugins/inspect/plugin-autodetect.xml:
2971         * docs/plugins/inspect/plugin-avi.xml:
2972         * docs/plugins/inspect/plugin-cacasink.xml:
2973         * docs/plugins/inspect/plugin-cairo.xml:
2974         * docs/plugins/inspect/plugin-cdio.xml:
2975         * docs/plugins/inspect/plugin-cutter.xml:
2976         * docs/plugins/inspect/plugin-debug.xml:
2977         * docs/plugins/inspect/plugin-efence.xml:
2978         * docs/plugins/inspect/plugin-effectv.xml:
2979         * docs/plugins/inspect/plugin-esdsink.xml:
2980         * docs/plugins/inspect/plugin-flac.xml:
2981         * docs/plugins/inspect/plugin-flxdec.xml:
2982         * docs/plugins/inspect/plugin-gconfelements.xml:
2983         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2984         * docs/plugins/inspect/plugin-goom.xml:
2985         * docs/plugins/inspect/plugin-halelements.xml:
2986         * docs/plugins/inspect/plugin-icydemux.xml:
2987         * docs/plugins/inspect/plugin-id3demux.xml:
2988         * docs/plugins/inspect/plugin-jpeg.xml:
2989         * docs/plugins/inspect/plugin-ladspa.xml:
2990         * docs/plugins/inspect/plugin-level.xml:
2991         * docs/plugins/inspect/plugin-matroska.xml:
2992         * docs/plugins/inspect/plugin-mulaw.xml:
2993         * docs/plugins/inspect/plugin-multipart.xml:
2994         * docs/plugins/inspect/plugin-navigationtest.xml:
2995         * docs/plugins/inspect/plugin-ossaudio.xml:
2996         * docs/plugins/inspect/plugin-png.xml:
2997         * docs/plugins/inspect/plugin-quicktime.xml:
2998         * docs/plugins/inspect/plugin-rtp.xml:
2999         * docs/plugins/inspect/plugin-rtsp.xml:
3000         * docs/plugins/inspect/plugin-smpte.xml:
3001         * docs/plugins/inspect/plugin-speex.xml:
3002         * docs/plugins/inspect/plugin-taglib.xml:
3003         * docs/plugins/inspect/plugin-udp.xml:
3004         * docs/plugins/inspect/plugin-videobalance.xml:
3005         * docs/plugins/inspect/plugin-videobox.xml:
3006         * docs/plugins/inspect/plugin-videocrop.xml:
3007         * docs/plugins/inspect/plugin-videoflip.xml:
3008         * docs/plugins/inspect/plugin-videomixer.xml:
3009         * docs/plugins/inspect/plugin-wavenc.xml:
3010         * docs/plugins/inspect/plugin-wavparse.xml:
3011         * docs/plugins/inspect/plugin-ximagesrc.xml:
3012           Update docs with caps info.
3013
3014 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
3015
3016         * po/POTFILES.in:
3017           Add more files with translatable strings (#450878).
3018
3019 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
3020
3021         * MAINTAINERS:
3022         Updating all the maintainers files
3023
3024 2007-06-22  Edward Hervey  <edward@fluendo.com>
3025
3026         * ext/flac/gstflactag.c: (gst_flac_tag_init):
3027         * gst/interleave/deinterleave.c: (deinterleave_init),
3028         (deinterleave_sink_link):
3029         * gst/interleave/interleave.c: (interleave_init):
3030         * gst/median/gstmedian.c: (gst_median_init):
3031         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
3032         Fix memory leaks.
3033         * tests/check/elements/id3demux.c: (pad_added_cb):
3034         Remove unused variable.
3035
3036 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
3037
3038         * ext/gconf/gconf.h:
3039         Make the prototype of gst_gconf_get_key_for_sink_profile
3040         match the implementation.
3041         Patch by: Damien Carbery <damien dot carbery at sun dot com>
3042         Fixes: #449747
3043
3044 2007-06-20  Michael Smith <msmith@fluendo.com>
3045
3046         * gst/rtp/gstrtpdepay.c:
3047           Fix description - rtpdepay is not a payloader.
3048
3049 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
3050
3051         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
3052         (qtdemux_video_caps):
3053         * gst/qtdemux/qtdemux_fourcc.h:
3054           Add MJPG to the variants of motion jpeg.
3055
3056 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
3057
3058         * tests/check/Makefile.am:
3059         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
3060         * tests/check/elements/videocrop.c: (GST_START_TEST):
3061         * tests/check/elements/videofilter.c:
3062         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
3063         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
3064           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
3065           error flags are included and it errors out on compiler warnings
3066           for CVS builds; remove unused variables in various unit tests.
3067
3068 2007-06-19  Wim Taymans  <wim@fluendo.com>
3069
3070         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3071         (rtsp_connection_close), (rtsp_connection_free):
3072         Use threadsafe inet_ntop to convert an ip number to a string. 
3073         Fixes #447961.
3074         Don't leak fd (and ip) when freeing a connection without first closing
3075         it.
3076
3077 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
3078
3079         * configure.ac:
3080         Back to CVS
3081
3082         * gst-plugins-good.doap:
3083         Add 0.10.6 to the doap file.
3084
3085 === release 0.10.6 ===
3086
3087 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
3088
3089         * configure.ac:
3090           releasing 0.10.6, "Wobble Board"
3091
3092 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3093
3094         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3095         (rtsp_connection_free):
3096           Revert previous commit again, since we are frozen (sorry).
3097
3098 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3099
3100         Patch by: Peter Kjellerstedt <pkj at axis com>
3101
3102         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3103         (rtsp_connection_free):
3104           inet_ntoa() uses a static buffer internally, so we need to copy the
3105           returned string if we want to store it for later (#447961).
3106
3107 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3108
3109         * win32/vs6/autogen.dsp:
3110         * win32/vs6/gst_plugins_good.dsw:
3111         * win32/vs6/libgstalaw.dsp:
3112         * win32/vs6/libgstalpha.dsp:
3113         * win32/vs6/libgstalphacolor.dsp:
3114         * win32/vs6/libgstapetag.dsp:
3115         * win32/vs6/libgstaudiofx.dsp:
3116         * win32/vs6/libgstauparse.dsp:
3117         * win32/vs6/libgstautodetect.dsp:
3118         * win32/vs6/libgstavi.dsp:
3119         * win32/vs6/libgstcutter.dsp:
3120         * win32/vs6/libgstdirectdraw.dsp:
3121         * win32/vs6/libgstdirectsound.dsp:
3122         * win32/vs6/libgsteffectv.dsp:
3123         * win32/vs6/libgstflx.dsp:
3124         * win32/vs6/libgstgoom.dsp:
3125         * win32/vs6/libgsticydemux.dsp:
3126         * win32/vs6/libgstid3demux.dsp:
3127         * win32/vs6/libgstinterleave.dsp:
3128         * win32/vs6/libgstjpeg.dsp:
3129         * win32/vs6/libgstlevel.dsp:
3130         * win32/vs6/libgstmatroska.dsp:
3131         * win32/vs6/libgstmedian.dsp:
3132         * win32/vs6/libgstmonoscope.dsp:
3133         * win32/vs6/libgstmulaw.dsp:
3134         * win32/vs6/libgstmultipart.dsp:
3135         * win32/vs6/libgstqtdemux.dsp:
3136         * win32/vs6/libgstrtp.dsp:
3137         * win32/vs6/libgstrtsp.dsp:
3138         * win32/vs6/libgstsmpte.dsp:
3139         * win32/vs6/libgstspeex.dsp:
3140         * win32/vs6/libgstudp.dsp:
3141         * win32/vs6/libgstvideobalance.dsp:
3142         * win32/vs6/libgstvideobox.dsp:
3143         * win32/vs6/libgstvideocrop.dsp:
3144         * win32/vs6/libgstvideoflip.dsp:
3145         * win32/vs6/libgstvideomixer.dsp:
3146         * win32/vs6/libgstwaveform.dsp:
3147         * win32/vs6/libgstwavenc.dsp:
3148         * win32/vs6/libgstwavparse.dsp:
3149         Mark *.dsp & *.dsw as binary files and convert to DOS line
3150         endings, as they don't load into VS6 correctly otherwise.
3151
3152 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3153
3154         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3155         (rtsp_connection_connect):
3156         Fix the MingW build. 
3157         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
3158         Fixes: #446981
3159
3160 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3161
3162         * tests/check/elements/.cvsignore:
3163         * tests/icles/.cvsignore:
3164         Hush the buildbots up
3165
3166 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3167
3168         * configure.ac:
3169         * sys/Makefile.am:
3170         * sys/directdraw/Makefile.am:
3171         * sys/directsound/Makefile.am:
3172         * sys/waveform/Makefile.am:
3173         Make sure to dist everything needed for win32 builds.
3174
3175 2007-06-14  Edward Hervey  <edward@fluendo.com>
3176
3177         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
3178         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
3179         caps.
3180         Fixes #447458
3181
3182 2007-06-13  Wim Taymans  <wim@fluendo.com>
3183
3184         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
3185         Make sure we allocate enough memory for the codec_data.
3186         Fixes #447210.
3187
3188 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
3189
3190         * win32/MANIFEST:
3191         Add videocrop project file to the win32 manifest.
3192         * win32/vs6/gst_plugins_good.dsw:
3193         Add qtdemux,videocrop and waveform projects to the workspace.
3194         * win32/vs6/libgstqtdemux.dsp:
3195         Add zlib to the link list of qtdemux.
3196         * win32/vs6/libgstvideocrop.dsp:
3197         Add a project file for videocrop.
3198
3199 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3200
3201         * po/POTFILES.in:
3202         Add qtdemux for translation
3203
3204 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3205
3206         * configure.ac:
3207         * docs/plugins/Makefile.am:
3208         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3209         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3210         * docs/plugins/inspect/plugin-videocrop.xml:
3211         * gst-plugins-good.spec.in:
3212         * sys/Makefile.am:
3213         * tests/check/Makefile.am:
3214         * tests/icles/Makefile.am:
3215         * tests/icles/videocrop-test.c:
3216         Move videocrop and osxvideo from -bad.
3217
3218 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3219
3220         * configure.ac:
3221         * docs/plugins/Makefile.am:
3222         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3223         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3224         * docs/plugins/gst-plugins-good-plugins.args:
3225         * docs/plugins/inspect/plugin-qtdemux.xml:
3226         * docs/plugins/inspect/plugin-quicktime.xml:
3227         * win32/MANIFEST:
3228         Move qtdemux from -bad.
3229
3230         * gst-plugins-good.spec.in:
3231         Update spec file to reflect moving of qtdemux and wavpack
3232
3233 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3234         
3235         * win32/MANIFEST:
3236         * docs/plugins/Makefile.am:
3237         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3238         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3239         * docs/plugins/inspect/plugin-directdraw.xml:
3240         * docs/plugins/inspect/plugin-directsound.xml:
3241         * docs/plugins/inspect/plugin-waveform.xml:
3242         Move the waveform plugin from -bad too. Update the inspect xml
3243         files to mention Plugins Good instead of Plugins Bad.
3244
3245 2007-06-12  Andy Wingo  <wingo@pobox.com>
3246
3247         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
3248         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
3249         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
3250         finalization and resuscitation. No longer public.
3251         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
3252         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
3253         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
3254         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
3255         miniobject semantics, and be threadsafe.
3256         (gst_v4l2src_queue_frame): Remove this function, as we just call
3257         the ioctls directly in the two places where we queue buffers.
3258         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
3259         directly.
3260         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
3261         to allocate the pool, which also preallocates the GstBuffers.
3262         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
3263         queueing the frames directly.
3264         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
3265         mmap buffers have been dequeued.
3266
3267         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
3268         real MiniObject instead of rolling our own refcounting and
3269         finalizing. Give it a lock.
3270         (struct _GstV4l2Buffer): Remove one intermediary object, having
3271         the buffers hold the struct v4l2_buffer directly.
3272
3273         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
3274         capture_init so that it can set them on the buffers that it will
3275         create.
3276         (gst_v4l2src_get_read): For better or for worse, include the
3277         timestamping and offsetting code here; really we should be using
3278         bufferalloc though.
3279         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
3280         preallocated, mmap'd buffers.
3281
3282 2007-06-11  Wim Taymans  <wim@fluendo.com>
3283
3284         Patch by: daniel fischer <dan at f3c dot com>
3285
3286         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
3287         (gst_ximage_src_get_caps):
3288         Actually use the display_name property so that we can dump any
3289         available X display. Fixes #445905.
3290
3291 2007-06-11  Wim Taymans  <wim@fluendo.com>
3292
3293         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3294
3295         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
3296         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
3297         Add missing rate fields to caps. Fixes #441118.
3298
3299 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
3300
3301         * win32/vs6/gst_plugins_good.dsw:
3302         * win32/vs8/gst-plugins-good.sln:
3303         Add DirectSound and DirectDraw sinks project files to
3304         workspace and solution files.
3305
3306 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3307
3308         Patch by: Josh Coalson <xflac at yahoo dot com>,
3309         updated by Alexis Ballier <aballier at gentoo dot org>:
3310
3311         * configure.ac:
3312         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
3313         (gst_flac_dec_setup_seekable_decoder),
3314         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
3315         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
3316         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
3317         * ext/flac/gstflacdec.h:
3318         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3319         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
3320         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
3321         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
3322         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
3323         (gst_flac_enc_chain), (gst_flac_enc_set_property),
3324         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
3325         * ext/flac/gstflacenc.h:
3326         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
3327         
3328 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3329
3330         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
3331         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
3332         not necessary anymore as we need at least that core version. 
3333
3334 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3335
3336         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3337         (gst_wavpack_dec_chain):
3338         * ext/wavpack/gstwavpackdec.h:
3339         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3340         (gst_wavpack_parse_push_buffer):
3341         * ext/wavpack/gstwavpackparse.h:
3342         Improve discont handling by checking if the next Wavpack block has
3343         the expected, following block index.
3344
3345 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3346
3347         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
3348           Fix element description.
3349
3350 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3351
3352         * configure.ac:
3353         * docs/plugins/Makefile.am:
3354         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3355         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3356         * docs/plugins/gst-plugins-good-plugins.args:
3357         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3358         * docs/plugins/gst-plugins-good-plugins.signals:
3359         * docs/plugins/inspect/plugin-autodetect.xml:
3360         * docs/plugins/inspect/plugin-gconfelements.xml:
3361         * docs/plugins/inspect/plugin-ladspa.xml:
3362         * docs/plugins/inspect/plugin-rtp.xml:
3363         * docs/plugins/inspect/plugin-wavpack.xml:
3364         * ext/Makefile.am:
3365         * tests/check/Makefile.am:
3366           move wavpack plugin.  See #352605.
3367
3368 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
3369
3370         * configure.ac:
3371         * docs/plugins/Makefile.am:
3372         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3373         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3374         * docs/plugins/gst-plugins-good-plugins.args:
3375         * sys/Makefile.am:
3376         * win32/MANIFEST:
3377         Add DirectDraw & DirectSound plugins to the build and docs.
3378
3379 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
3380
3381         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
3382         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
3383           When operating in pull mode, error out correct on not-linked.
3384
3385 2007-06-06  Andy Wingo  <wingo@pobox.com>
3386
3387         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
3388         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
3389         format and size if the ioctls are defined; should fix compilation
3390         on Linux < 2.16.19.
3391
3392 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
3393
3394         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
3395           Printf fixes in debug statements; use LOG level for debug statements
3396           that are printed for each and every frame; convert c++ comments to
3397           C-style comments; not much point using g_try_malloc() if we then not
3398           even check the return value.
3399
3400 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
3401
3402         * configure.ac:
3403           Bump requirements to released versions (core and base 0.10.13).
3404
3405         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
3406           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
3407           own implementation.
3408
3409 2007-06-05  Andy Wingo  <wingo@pobox.com>
3410
3411         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
3412         some useless comments.
3413
3414         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
3415         frames before calling STREAMON, that might leave them in a state
3416         where they can't be dequeued if we go back to NULL without calling
3417         STREAMON, according to the docs.
3418         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
3419         before we call STREAMON.
3420         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
3421         failures. (For me this code hung.) The pool refcounting is still
3422         crack; added a note to that effect.
3423
3424 2007-06-05  Wim Taymans  <wim@fluendo.com>
3425
3426         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
3427         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
3428         Add support for mapping gst structure names to the MIME type equivalent.
3429         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
3430
3431 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3432
3433         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3434         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
3435         (gst_wavenc_chain), (gst_wavenc_change_state):
3436         * gst/wavenc/gstwavenc.h:
3437         Properly write wav files with width!=depth by having the depth most
3438         significant bytes set and all others zero. Fixes #442535.
3439
3440 2007-06-01  Wim Taymans  <wim@fluendo.com>
3441
3442         * gst/rtsp/rtspconnection.c:
3443         Add include to make buildbot happy.
3444
3445 2007-06-01  Wim Taymans  <wim@fluendo.com>
3446
3447         Patch by: Peter Kjellerstedt  <pkj at axis com>
3448
3449         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3450         (rtsp_connection_connect), (add_date_header),
3451         (rtsp_connection_send), (parse_response_status),
3452         (parse_request_line), (parse_line), (rtsp_connection_receive):
3453         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
3454         * gst/rtsp/rtspdefs.h:
3455         * gst/rtsp/rtspmessage.c: (key_value_foreach),
3456         (rtsp_message_init_request), (rtsp_message_init_response),
3457         (rtsp_message_remove_header), (rtsp_message_append_headers),
3458         (rtsp_message_dump):
3459         * gst/rtsp/rtspmessage.h:
3460         Improves version checking, allowing an RTSP server to reply with "505
3461         RTSP Version not supported.
3462         Adds a Date header to all messages.
3463         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
3464         want to be able to send a response even if something in the request was
3465         invalid. EINVAL is only used when passing wrong arguments to functions.
3466         Do not handle an invalid method in parse_request_line(). Defer this to
3467         the caller so it can respond with "405 Method Not Allowed".
3468         Improves parsing of the timeout parameter to the Session header,
3469         allowing whitespace after the semicolon. 
3470         Avoids a compiler warning due to variables shadowing a function argument.
3471
3472 2007-06-01  Wim Taymans  <wim@fluendo.com>
3473
3474         Based on Patch by: Daniel Charles <dcharles at ti dot com>
3475
3476         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
3477         (gst_rtp_amr_depay_process):
3478         * gst/rtp/gstrtpamrdepay.h:
3479         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
3480         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
3481         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
3482         * gst/rtp/gstrtpamrpay.h:
3483         Add support for AMR-WB.
3484         Small cleanups such as using BOILERPLATE.
3485
3486 2007-05-31  Wim Taymans  <wim@fluendo.com>
3487
3488         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
3489         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
3490
3491 2007-05-30  Andy Wingo  <wingo@pobox.com>
3492
3493         * sys/v4l2/gstv4l2object.h: 
3494         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
3495         unintended changes.
3496
3497         * sys/v4l2/v4l2src_calls.h: 
3498         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
3499         the format list in the order that the driver gives it to us.
3500         (gst_v4l2src_probe_caps_for_format_and_size)
3501         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
3502         based on the capabilities of the device.
3503         (gst_v4l2src_grab_frame): Update for object variable renaming.
3504         (gst_v4l2src_set_capture): Update to be strict in its parameters,
3505         as in the set_caps below.
3506         (gst_v4l2src_capture_init): Update for object variable renaming,
3507         and reflow.
3508         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
3509         (gst_v4l2src_capture_deinit): Update for object variable renaming.
3510         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
3511         (gst_v4l2src_get_fps): Remove; these functions don't have much
3512         meaning outside of an atomic set_caps method.
3513         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
3514         known.
3515
3516         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
3517         call to update_fps; not sure about this change.
3518         (gst_v4l2_tuner_set_norm): Work around the fact that for the
3519         moment we don't have an update_fps_func.
3520
3521         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
3522         structures in the object, just store what we need. Do store the
3523         probed caps of the device. Don't store the current frame rate.
3524
3525         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
3526         update_fps_function, for now. Update for new object variable
3527         naming.
3528         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
3529         new object variable naming.
3530         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
3531         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
3532         (gst_v4l2src_get_caps): Rework to probe the device for supported
3533         frame sizes and frame rates.
3534         (gst_v4l2src_set_caps): Rework to be strict in the given
3535         parameters: if someone asks us to have a certain size and rate,
3536         that is what we configure.
3537         (gst_v4l2src_get_read): Update for object variable naming. Don't
3538         leak buffers on short reads.
3539         (gst_v4l2src_get_mmap): Update for object variable naming, and add
3540         comments.
3541         (gst_v4l2src_create): Update for object variable naming.
3542
3543 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3544
3545         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
3546         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
3547         * gst/avi/gstavidemux.h:
3548           Parse subtitle text streams instead of erroring out (#442034). Still
3549           needs a parser for the subtitles to actually show up.
3550
3551 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3552
3553         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
3554         (gst_avi_demux_loop):
3555           Make _push_event() return TRUE if the event could be pushed on at
3556           least one pad and not only if it could be pushed on all pads,
3557           otherwise we'll end up posting an error message on EOS if one or
3558           more source pads are not connected.
3559
3560 2007-05-28  Wim Taymans  <wim@fluendo.com>
3561
3562         * gst/rtsp/rtsptransport.c:
3563         Use renamed RTP bin.
3564
3565 2007-05-28  Wim Taymans  <wim@fluendo.com>
3566
3567         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
3568
3569         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
3570         (gst_video_box_set_property), (gst_video_box_transform_caps),
3571         (video_box_recalc_transform), (gst_video_box_set_caps),
3572         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
3573         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
3574         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
3575         (gst_video_box_i420_i420), (gst_video_box_transform),
3576         (plugin_init):
3577         Add AYUV->AYUV and AYUV->I420 formats. 
3578         Fix negotiation and I420->AYUV conversion.
3579         Fixes #429329.
3580
3581 2007-05-26  Wim Taymans  <wim@fluendo.com>
3582
3583         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
3584         Use different variables for nested for loops so that the outer loop
3585         functions properly and speex files with multiple frames per buffer work
3586         properly.
3587         Fixes #441408.
3588
3589 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3590
3591         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
3592           Don't leak newsegment events.
3593
3594 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3595
3596         * gst/wavparse/Makefile.am:
3597           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
3598           drags it in.
3599
3600 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3601
3602         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3603         (notgst_value_array_append_buffer),
3604         (gst_flac_enc_process_stream_headers),
3605         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
3606         (gst_flac_enc_change_state):
3607         * ext/flac/gstflacenc.h:
3608           Collect headers, add "streamheader" field to output caps and set
3609           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
3610           produces output according to the official FLAC-to-Ogg mapping
3611           instead of completely broken files. Fixes #426044.
3612
3613 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3614
3615         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
3616         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
3617         (gst_id3demux_sink_event):
3618         * gst/id3demux/gstid3demux.h:
3619         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
3620         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
3621         (gst_tag_demux_send_new_segment):
3622         Handle and adjust new-segment events so that downstream really
3623         sees a stream with the tag pieces stripped off the front and back.
3624         Fixes strangeness in seeking when mp3 decoders use the new-segment
3625         byte position to estimate their current playback position timestamp
3626         and then the arriving buffers don't match up.
3627
3628 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3629
3630         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
3631           Don't unnecessarily perform a READY->NULL->READY transition on the
3632           detected audio sink when starting up. Fixes: #440127
3633
3634 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
3635
3636         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
3637         (gst_flac_enc_chain):
3638           Don't crash in chain function if setcaps hasn't been called.
3639
3640 2007-05-24  Wim Taymans  <wim@fluendo.com>
3641
3642         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
3643         Init value to avoid infinte loops.
3644
3645 2007-05-24  Wim Taymans  <wim@fluendo.com>
3646
3647         Patch by: Peter Kjellerstedt  <pkj at axis com>
3648
3649         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
3650         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
3651         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3652         (gst_rtspsrc_play):
3653         (rtsp_connection_send), (rtsp_connection_receive):
3654         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
3655         Fix for new API.
3656
3657         * gst/rtsp/rtspconnection.c: (add_auth_header),
3658         Only add authorisation and session headers when sending messages.
3659
3660         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
3661         (rtsp_message_init_request), (rtsp_message_init_response),
3662         (rtsp_message_unset), (rtsp_message_add_header),
3663         (rtsp_message_remove_header), (rtsp_message_get_header),
3664         (rtsp_message_append_headers), (dump_key_value),
3665         (rtsp_message_dump):
3666         * gst/rtsp/rtspmessage.h:
3667         Add support for multiple headers of the same type by storing the parsed
3668         headers in a GArray instaed of a hashtable.
3669
3670 2007-05-21  Wim Taymans  <wim@fluendo.com>
3671
3672         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
3673         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
3674         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
3675         safer shutdown.
3676
3677 2007-05-21  Wim Taymans  <wim@fluendo.com>
3678
3679         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
3680         * gst/rtsp/gstrtpdec.h:
3681         Added signal for backwards compat.
3682
3683 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3684         
3685         Patch by: René Stadler <mail at renestadler dot de>
3686
3687         * configure.ac:
3688         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
3689         (gst_au_parse_parse_header), (gst_au_parse_chain):
3690         * gst/auparse/gstauparse.h:
3691         Use audioconvert for converting from non-native endianness floats
3692         in auparse instead of doing it ourself. Fixes #424527.
3693         This needs the audioconvert from plugins-base CVS.
3694         
3695 2007-05-21  Wim Taymans  <wim@fluendo.com>
3696
3697         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3698         (gst_rtp_h263p_pay_flush):
3699         Fix enum registration.
3700
3701 2007-05-21  Wim Taymans  <wim@fluendo.com>
3702
3703         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
3704
3705         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3706         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
3707         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
3708         (gst_rtp_h263p_pay_flush):
3709         * gst/rtp/gstrtph263ppay.h:
3710         Add new fragmentation mode base on GOB headers. Fixes #438940.
3711
3712 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
3713
3714         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
3715           Printf format fix.
3716
3717 2007-05-18  Wim Taymans  <wim@fluendo.com>
3718
3719         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
3720         Don't crash when an unsupported transport error was returned by the
3721         server, just try to configure the next stream. Fixes #439255.
3722
3723 2007-05-18  Wim Taymans  <wim@fluendo.com>
3724
3725         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
3726         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
3727         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
3728         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3729         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
3730         * gst/rtsp/gstrtspsrc.h:
3731         Add TCP timeout property and use it for all TCP connection.
3732
3733         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3734         (rtsp_connection_write), (rtsp_connection_next_timeout),
3735         (rtsp_connection_reset_timeout):
3736         Make connect and writes cancelable and make them use the timeout.
3737
3738 2007-05-18  Wim Taymans  <wim@fluendo.com>
3739
3740         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3741         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
3742         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3743         (gst_rtspsrc_setup_streams):
3744         Refactor timeout handling.
3745         Also send keep-alive when dealing with TCP transport.
3746
3747         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3748         (rtsp_connection_free), (rtsp_connection_next_timeout),
3749         (rtsp_connection_reset_timeout):
3750         * gst/rtsp/rtspconnection.h:
3751         Use a timer to handle the session timeouts, add some methods to deal
3752         with timeouts.
3753
3754 2007-05-17  Wim Taymans  <wim@fluendo.com>
3755
3756         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
3757         (gst_rtspsrc_setup_streams):
3758         Ignore streams that fail the setup command, we will retry with a
3759         different transport later on.
3760
3761         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
3762         (rtsp_ext_wms_configure_stream):
3763         Fix encoding name case.
3764
3765 2007-05-16  Edward Hervey  <edward@fluendo.com>
3766
3767         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
3768         Fix build on macosx.
3769
3770 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3771
3772         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
3773         Replace direct comparison of a string with the string literal "" with
3774         a comparison of the first character with '\0'. Fixes #438926.
3775
3776 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3777
3778         * gst/debug/breakmydata.c (gst_break_my_data_init):
3779           One more try. This should be the proper fix now.
3780
3781 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3782
3783         * gst/debug/breakmydata.c:
3784           Ooops, no // comments please.
3785
3786 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3787
3788         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
3789         (gst_break_my_data_init):
3790           Fix gst_buffer_is_writable() assertion.
3791
3792 2007-05-14  David Schleef  <ds@schleef.org>
3793
3794         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
3795           video/x-raw-bayer.  Fixes #314160.
3796
3797 2007-05-14  Wim Taymans  <wim@fluendo.com>
3798
3799         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
3800         (gst_rtp_theora_depay_parse_configuration):
3801         * gst/rtp/gstrtptheorapay.c: (encode_base64),
3802         (gst_rtp_theora_pay_finish_headers),
3803         (gst_rtp_theora_pay_handle_buffer):
3804         Update theora pay/depayloader in a similar to vorbis.
3805
3806         * gst/rtp/gstrtpvorbisdepay.c:
3807         (gst_rtp_vorbis_depay_parse_configuration):
3808         Update docs.
3809
3810 2007-05-14  Wim Taymans  <wim@fluendo.com>
3811
3812         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
3813         When we try to execute a method that is not supported by the server,
3814         don't error out but remove the method from the accepted methods so that
3815         we never try to perform this method again.
3816
3817 2007-05-14  Wim Taymans  <wim@fluendo.com>
3818
3819         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
3820         Remove annoying _dump_mem.
3821
3822 2007-05-14  Wim Taymans  <wim@fluendo.com>
3823
3824         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
3825         Parse range correctly.
3826
3827         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
3828         The baseurl now always has a '/' at the start.
3829
3830 2007-05-14  Wim Taymans  <wim@fluendo.com>
3831
3832         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
3833         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
3834         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3835         Factor out caps configuration and configure more stuff such as the time
3836         ranges and speed/scale values.
3837
3838         * gst/rtsp/rtsptransport.c:
3839         Add Copyright after non-trival fixes.
3840
3841 2007-05-12  Wim Taymans  <wim@fluendo.com>
3842
3843         Patch by: Peter Kjellerstedt  <pkj at axis com>
3844
3845         * gst/rtsp/gstrtspsrc.h:
3846         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
3847         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
3848         (rtsp_message_get_header):
3849         * gst/rtsp/rtspmessage.h:
3850         Make channel guint8 where possible.
3851         Make rtsp_message_init_data() take the channel as a guint8.
3852
3853         * gst/rtsp/rtspdefs.c:
3854         Fixed a typo: Timout -> Timeout
3855
3856         * gst/rtsp/rtspdefs.h:
3857         Make RTSP_CHECK() behave as a statement.
3858
3859         * gst/rtsp/sdpmessage.c:
3860         Avoid a compiler warning in INIT_ARRAY().
3861         Fixes #437692.
3862
3863 2007-05-12  Wim Taymans  <wim@fluendo.com>
3864
3865         Patch by: Peter Kjellerstedt  <pkj at axis com>
3866
3867         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
3868         (rtsp_url_get_request_uri):
3869         * gst/rtsp/rtspurl.h:
3870         Add support for query parameters to RTSP URLs.
3871
3872 2007-05-12  Wim Taymans  <wim@fluendo.com>
3873
3874         Patch by: Peter Kjellerstedt  <pkj at axis com>
3875
3876         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
3877         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
3878         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
3879         (rtsp_transport_parse), (rtsp_transport_as_text):
3880         * gst/rtsp/rtsptransport.h:
3881         Add validation to rtsp_transport_parse().
3882         Add rtsp_transport_as_text() to generate an RTSP header from an
3883         RTSPTransport.
3884         Change ssrc to guint (was a string) since that is what it is, even
3885         though it is sent as a hex string.
3886         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
3887         incorrect, which can be seen when looking at the examples in the RFC).
3888         Fixes #437670.
3889
3890 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
3891
3892         Patch by: Eric Anholt
3893
3894         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
3895           gst_ximage_src_ximage_get):
3896         Use union of all damage between frames to make it faster.
3897         Fixes bug #342463.
3898         Also fix crasher when cursor is at bottom right of window.
3899
3900 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
3901
3902         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
3903           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
3904           streaming mode regression for file from #343837 with 'bext' chunk
3905           before the 'fmt' chunk.
3906
3907 2007-05-11  Wim Taymans  <wim@fluendo.com>
3908
3909         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
3910         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
3911         (gst_rtspsrc_handle_src_event),
3912         (gst_rtspsrc_stream_configure_manager),
3913         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
3914         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
3915         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3916         * gst/rtsp/gstrtspsrc.h:
3917         * gst/rtsp/rtspdefs.h:
3918         Preliminary seek support.
3919         Activate internal pads so that we can receive events on them.
3920         Don't try to parse a range string when it's NULL.
3921
3922 2007-05-11  Wim Taymans  <wim@fluendo.com>
3923
3924         * gst/rtp/README:
3925         Update README with new RTP variables that will be used for
3926         synchronisation.
3927
3928         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
3929         (gst_rtp_vorbis_depay_parse_configuration),
3930         (gst_rtp_vorbis_depay_process):
3931         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
3932         (gst_rtp_vorbis_pay_finish_headers),
3933         (gst_rtp_vorbis_pay_handle_buffer):
3934         Update vorbis pay and depayloader to draft-04.
3935
3936 2007-05-11  Wim Taymans  <wim@fluendo.com>
3937
3938         * gst/rtsp/rtsptransport.c:
3939         UDP MCAST is actually the default for RTP/AVP.
3940 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
3941
3942         * gst/level/gstlevel.c: (gst_level_transform_ip):
3943         Use guint8 * instead of gpointer then vs6 can build 
3944         in_data += (filter->width / 8).
3945
3946 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
3947
3948         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
3949           gst_ximage_src_ximage_get):
3950         * sys/ximage/gstximagesrc.h (last_ximage):
3951         When using Damage actually keep the last frame, and not assume
3952         that the buffer we get already has the last frame on it.
3953         Copy the cursor over if we specify a non-zero start x and
3954         start y.
3955
3956 2007-05-11  Wim Taymans  <wim@fluendo.com>
3957
3958         * gst/rtsp/rtsptransport.c:
3959         Make UDP the default transport when not specified.
3960
3961 2007-05-09  David Schleef  <ds@schleef.org>
3962
3963         * gst/level/gstlevel.c:
3964           Revert last change.
3965
3966 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
3967
3968         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
3969         (gst_level_transform_ip):
3970         Use guint8 * instead of gpointer then vs6 know the size of data
3971         pointed when moving the pointer.
3972         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
3973         Move instructions after variables declaration.
3974         * win32/vs6/autogen.dsp:
3975         * win32/vs6/libgstrtp.dsp:
3976         * win32/vs6/libgstrtsp.dsp:
3977         Update vs6 project files.
3978
3979 2007-05-09  Wim Taymans  <wim@fluendo.com>
3980
3981         * gst/rtsp/Makefile.am:
3982         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
3983         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
3984         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
3985         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
3986         (rtsp_range_free):
3987         * gst/rtsp/rtsprange.h:
3988         Add code to parse time ranges.
3989         Report DURATION on the stream when possible.
3990
3991 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
3992
3993         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
3994         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
3995         (gst_videomixer_collected):
3996           Fix strides calculation for AYUV (it's just width*4) (#436910).
3997
3998 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3999
4000         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
4001         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
4002         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
4003         Sync the GObject properties before each processing step to properly
4004         work with the controller.
4005
4006 2007-05-04  Wim Taymans  <wim@fluendo.com>
4007
4008         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
4009         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4010         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
4011         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
4012         (gst_rtspsrc_change_state):
4013         Let more error state trickle down so that we can catch more error
4014         cases.
4015         Handle keep-alive a little smarter by selecting a method the server
4016         actually supports.
4017         Fix a race in UDP streaming shutdown.
4018
4019 2007-05-04  Wim Taymans  <wim@fluendo.com>
4020
4021         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
4022         Ignore errors when trying to use the keep-alive messages.
4023
4024 2007-05-04  Wim Taymans  <wim@fluendo.com>
4025
4026         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
4027         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
4028         (gst_rtspsrc_stream_configure_manager),
4029         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
4030         (gst_rtspsrc_stream_configure_mcast),
4031         (gst_rtspsrc_stream_configure_udp),
4032         (gst_rtspsrc_stream_configure_udp_sink),
4033         (gst_rtspsrc_stream_configure_transport):
4034         Send RTCP messages back to the server over the TCP connection.
4035
4036         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
4037         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4038         (rtsp_connection_receive):
4039         * gst/rtsp/rtspconnection.h:
4040         Factor out and expose lowlevel _write and _read methods.
4041         Implement sending data messages to the server.
4042
4043 2007-05-03  Wim Taymans  <wim@fluendo.com>
4044
4045         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
4046         (gst_multipart_mux_collected):
4047         Fix timestamps on outgoing buffers.
4048
4049 2007-05-03  Wim Taymans  <wim@fluendo.com>
4050
4051         * gst/multipart/multipartmux.c:
4052         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
4053         (gst_multipart_mux_change_state):
4054         Emit NEWSEGMENT events before pushing the first buffer.
4055
4056 2007-05-03  Wim Taymans  <wim@fluendo.com>
4057
4058         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4059         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
4060         (gst_rtspsrc_handle_src_query),
4061         (gst_rtspsrc_stream_configure_manager),
4062         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
4063         (gst_rtspsrc_stream_configure_mcast),
4064         (gst_rtspsrc_stream_configure_udp),
4065         (gst_rtspsrc_stream_configure_udp_sink),
4066         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
4067         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
4068         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4069         (gst_rtspsrc_pause):
4070         Refactor transport configuration code.
4071         Create internal pads for TCP transport so that we can implement events
4072         and queries.
4073         Handle events and queries.
4074         Parse range from the SDP.
4075         Fix race in pause handler where the connection could still be flushing.
4076
4077 2007-05-02  Wim Taymans  <wim@fluendo.com>
4078
4079         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4080         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
4081         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4082         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
4083         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
4084         (gst_rtspsrc_change_state):
4085         * gst/rtsp/gstrtspsrc.h:
4086         Fix race when multiple udp sources post timeouts, just act on the first
4087         received timeout.
4088         Protect stream list with a recursive lock to fix some races.
4089         Flush connection when we need to do a reconnect or stop.
4090         Make state lock recursive.
4091
4092         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4093         (rtsp_connection_close):
4094         Some small cleanups.
4095
4096 2007-05-02  Wim Taymans  <wim@fluendo.com>
4097
4098         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4099         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4100         Only set DISCONT when there actually is a discont or when we just
4101         started.
4102
4103 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4104
4105         * ext/flac/gstflac.c: (plugin_init):
4106         Call bindtextdomain() to get localized strings.
4107
4108 2007-05-02  Wim Taymans  <wim@fluendo.com>
4109
4110         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4111         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
4112         (gst_wavparse_stream_data):
4113         * gst/wavparse/gstwavparse.h:
4114         Be a bit more clever when dealing with VBR files with FACT tags, we
4115         don't want to timestamp buffers in that case but the estimated BPS can
4116         be used for seeking.
4117         Only send close segment in the streaming thread.
4118
4119 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4120
4121         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
4122         Correctly post an error on the bus if something went wrong in the loop
4123         function. This fixes a few cases where the task was paused and nothing
4124         happened anymore.
4125
4126 2007-05-02  Wim Taymans  <wim@fluendo.com>
4127
4128         * gst/rtsp/test.c: (main):
4129         Fix compilation of deprecated test just because I'm too lazy to delete
4130         it.
4131
4132 2007-05-02  Wim Taymans  <wim@fluendo.com>
4133
4134         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4135         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4136         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
4137         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
4138         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4139         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
4140         * gst/rtsp/gstrtspsrc.h:
4141         Fix sending RTCP to the right place.
4142         Fix bug in reffing the wrong UDP element.
4143         Use new pad names for the session manager.
4144         Implement handling server requests in interleaved and UDP modes.
4145         Handle session keep-alive in UDP modes.
4146         Remove GCond for handling UDP timeouts.
4147
4148         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4149         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4150         (rtsp_connection_receive), (rtsp_connection_close):
4151         * gst/rtsp/rtspconnection.h:
4152         Store connection IP address for later.
4153         Add timeout args to all operations that might block forever.
4154         Parse session timeout.
4155         Only close sockets when not already closed.
4156
4157         * gst/rtsp/rtspdefs.c:
4158         * gst/rtsp/rtspdefs.h:
4159         Add timeout return value and error string.
4160
4161         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
4162         Add small comment.
4163
4164 2007-05-01  Wim Taymans  <wim@fluendo.com>
4165
4166         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4167
4168         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
4169         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
4170         * gst/rtp/gstrtpmp4vpay.h:
4171         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
4172
4173 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
4174
4175         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4176           Remove v4l2src from docs, since it breaks the docs build, and the
4177           plugin is only built if --enable-experimental is used anyway.
4178
4179         * docs/plugins/Makefile.am:
4180           Spaces => tab.
4181
4182 2007-04-29  Wim Taymans  <wim@fluendo.com>
4183
4184         * gst/udp/gstmultiudpsink.c: (leave_multicast),
4185         (gst_multiudpsink_add), (gst_multiudpsink_remove):
4186         Add code to drop membership of a multicast group.
4187
4188         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
4189         (gst_udpsink_set_uri):
4190         Implement URI handler.
4191
4192         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4193         (gst_rtspsrc_parse_rtpinfo):
4194         Use URI handler to make udpsink instace.
4195         Improve code to configure port and destination.
4196
4197 2007-04-29  Wim Taymans  <wim@fluendo.com>
4198
4199         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
4200         Fix multicast detection.
4201         Don't try to join a multicast group if the address is not multicast.
4202
4203         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
4204         Small debug improvement.
4205
4206 2007-04-27  Wim Taymans  <wim@fluendo.com>
4207
4208         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4209         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4210         (gst_rtspsrc_handle_message):
4211         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
4212         parent.
4213
4214 2007-04-27  Wim Taymans  <wim@fluendo.com>
4215
4216         * gst/rtp/gstrtpilbcdepay.h:
4217         Fix mode property when specified as an arg.
4218
4219 2007-04-26  Edward Hervey  <edward@fluendo.com>
4220
4221         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4222         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4223         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4224         * docs/plugins/inspect/plugin-osxaudio.xml:
4225         Add documentation for osxaudio plugin.
4226
4227 2007-04-26  Wim Taymans  <wim@fluendo.com>
4228
4229         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4230         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4231         (gst_rtspsrc_open), (gst_rtspsrc_close),
4232         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4233         (gst_rtspsrc_pause):
4234         * gst/rtsp/gstrtspsrc.h:
4235         Protect state changes with a lock.
4236
4237         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4238         (parse_line):
4239         * gst/rtsp/rtspconnection.h:
4240         Remove some unused stuff.
4241
4242 2007-04-26  Wim Taymans  <wim@fluendo.com>
4243
4244         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4245         Handle the case where there are exactly 0 bytes to read and the ioctl
4246         did not report an error. Fixes #433530.
4247
4248 2007-04-26  Wim Taymans  <wim@fluendo.com>
4249
4250         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4251         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4252         * gst/wavparse/gstwavparse.h:
4253         Apply DISCONT to buffers.
4254         Only apply timestamp to the first sample after a DISCONT, too many VBR
4255         files cause random jitter in the timestamps. Fixes #433119.
4256
4257 2007-04-25  Wim Taymans  <wim@fluendo.com>
4258
4259         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
4260         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
4261         (gst_rtp_dec_get_property):
4262         * gst/rtsp/gstrtpdec.h:
4263         Add dummy latency property to be backwards compat with rtpbin.
4264
4265         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4266         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4267         (gst_rtspsrc_stream_configure_transport),
4268         (gst_rtspsrc_parse_rtpinfo):
4269         * gst/rtsp/gstrtspsrc.h:
4270         Add latency property and configure in the session manager.
4271         Don't set invalid clock-base and seqnum-base on caps, some servers
4272         sometimes don't send them.
4273
4274 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4275
4276         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
4277         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
4278           Double-check that RGB input caps are really RGBA caps (apparently
4279           the core doesn't always catch it if those caps aren't a subset of
4280           our template caps, also see #421543). Fixes #429319 in a way.
4281           Also, don't leak the pad template in the transform_caps function.
4282
4283         * tests/check/Makefile.am:
4284         * tests/check/elements/.cvsignore:
4285         * tests/check/elements/alphacolor.c: (setup_alphacolor),
4286         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
4287         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
4288         (GST_START_TEST), (alphacolor_suite):
4289           Add some basic unit tests for alphacolor.
4290
4291 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4292
4293         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
4294           If we get a fatal flow return in the loop function, first post the
4295           error message and only then send the EOS event downstream, otherwise
4296           applications might get an eos message before the error message and
4297           think everything was ok (related to #429319).
4298
4299 2007-04-25  Wim Taymans  <wim@fluendo.com>
4300
4301         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4302         Read the channel byte as an unsigned byte.
4303
4304 2007-04-25  Wim Taymans  <wim@fluendo.com>
4305
4306         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
4307         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
4308         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
4309         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
4310         (gst_rtp_gsm_depay_setcaps):
4311         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4312         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
4313         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
4314         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
4315         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
4316         (gst_ilbc_depay_get_property):
4317         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
4318         * gst/rtp/gstrtpmp4adepay.c:
4319         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
4320         (gst_rtp_pcma_depay_setcaps):
4321         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
4322         (gst_rtp_pcmu_depay_setcaps):
4323         Make sure we configure the clock_rate in the baseclass in the setcaps
4324         function. Fixes #431282.
4325
4326 2007-04-25  Wim Taymans  <wim@fluendo.com>
4327
4328         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4329         (gst_rtspsrc_stream_free), (request_pt_map),
4330         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
4331         * gst/rtsp/gstrtspsrc.h:
4332         Parse server address from SDP.
4333         Hook up a udpsink to send RTCP back to the server.
4334
4335         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4336         * gst/rtsp/rtsptransport.h:
4337         Add some docs.
4338
4339 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
4340
4341         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4342           Make header field check conditional. Fixes #433135
4343
4344 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
4345
4346         * docs/plugins/Makefile.am:
4347         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4348         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4349         * docs/plugins/inspect/plugin-alphacolor.xml:
4350         * gst/alpha/Makefile.am:
4351         * gst/alpha/gstalphacolor.c:
4352         * gst/alpha/gstalphacolor.h:
4353           Add minimal docs blurb to alphacolor; split out headers into
4354           separate header file for gtk-doc.
4355
4356 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
4357
4358         * gst/debug/progressreport.c: (gst_progress_report_report):
4359           Don't try to post NULL message (in case we can't query upstream
4360           position or duration).
4361
4362 2007-04-18  Michael Smith  <msmith@fluendo.com>
4363
4364         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
4365         (gst_cutter_get_caps):
4366         * gst/cutter/gstcutter.h:
4367           Fix some of the most obvious bugs in cutter. Now doesn't leak
4368           everything if input is silent.
4369
4370 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
4371
4372         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4373         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
4374         * gst/wavenc/gstwavenc.h:
4375         Wav apparently only supports width==GST_ROUND_UP(depth), everything
4376         else results in a invalid block align and invalid files.
4377
4378 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
4379
4380         Patch by: Snaik <snaik32 gmail com>
4381
4382         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
4383           Add missing break statement for BOX_HORIZONTAL case.
4384
4385 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4386
4387         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
4388
4389         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4390         Use correct format strings for integer types.
4391
4392 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4393
4394         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
4395         (gst_wavparse_create_sourcepad):
4396         Use gst_riff_create_audio_template_caps () instead of the local caps.
4397         This makes updates of the local caps unecessary whenever libgstriff
4398         gets support for new formats.
4399
4400 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4401
4402         Patch by: Brian Cameron  <brian.cameron at sun dot com>
4403
4404         * sys/sunaudio/gstsunaudio.c:
4405         * sys/sunaudio/gstsunaudiomixer.c:
4406         * sys/sunaudio/gstsunaudiomixer.h:
4407         * sys/sunaudio/gstsunaudiomixerctrl.c:
4408         * sys/sunaudio/gstsunaudiomixerctrl.h:
4409         * sys/sunaudio/gstsunaudiomixertrack.h:
4410         * sys/sunaudio/gstsunaudiosink.c:
4411         * sys/sunaudio/gstsunaudiosink.h:
4412         * sys/sunaudio/gstsunaudiosrc.c:
4413         * sys/sunaudio/gstsunaudiosrc.h:
4414           Fix and/or update copyright attributions (#430228).
4415
4416 2007-04-13  Wim Taymans  <wim@fluendo.com>
4417
4418         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4419         Fix docs.
4420
4421         * gst/rtsp/URLS:
4422         Add some more example urls.
4423
4424         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4425         (gst_rtp_dec_chain_rtp):
4426         Better debugging.
4427
4428         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
4429         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4430         (gst_rtspsrc_parse_rtpinfo):
4431         Remove unused code.
4432
4433 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4434
4435         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4436         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4437         (gst_wavparse_stream_data):
4438           Relax the audio/mpeg caps again and add FIXME: comment.
4439
4440 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4441
4442         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4443         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4444         (gst_wavparse_stream_data):
4445         * gst/wavparse/gstwavparse.h:
4446           More sanity check for the header fields. Fix type for 'rate' header
4447           field.
4448
4449 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4450
4451         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
4452         (gst_icydemux_unicodify):
4453           If the metadata strings we get in the stream are not UTF-8, try to
4454           interpret them according to the character encodings specified in the
4455           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
4456           only fall back to locale/ISO-8859-1 if those aren't set or don't
4457           work. Should fix #428901.
4458
4459 2007-04-12  Wim Taymans  <wim@fluendo.com>
4460
4461         * gst/rtp/gstrtph264depay.c:
4462         Use the proper sync word for SPS and PPS.
4463
4464 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4465
4466         * gst/rtp/Makefile.am:
4467         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
4468           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
4469         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
4470           Add a simple hashing implementation that we can use to generate
4471           a 24-bit ident value based on the codebooks for vorbis and theora.
4472         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
4473           gst_rtp_theora_pay_handle_buffer):
4474         * gst/rtp/gstrtpvorbisdepay.c
4475           (gst_rtp_vorbis_depay_parse_configuration,
4476           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
4477         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
4478           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
4479           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
4480           Use the hashing function, ensuring that the same codebooks result
4481           in the same ident and thus the same SDP description.
4482           Various log fixes/changes.
4483
4484 2007-04-12  Wim Taymans  <wim@fluendo.com>
4485
4486         Patch by: jerry tan <jerry dot tan at sun dot com>
4487
4488         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
4489         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
4490         application's responsibility to make sure it open the device once.
4491         Remove a careless error if AUDIODEV is set. Fixes #392620.
4492
4493 2007-04-12  Wim Taymans  <wim@fluendo.com>
4494
4495         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4496         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
4497         * gst/rtsp/gstrtpdec.h:
4498         Make backward compat with rtpbin by adding the request-pt-map signals.
4499
4500         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
4501         (new_session_pad), (request_pt_map),
4502         (gst_rtspsrc_stream_configure_transport),
4503         (gst_rtspsrc_stream_configure_caps),
4504         (gst_rtspsrc_activate_streams):
4505         * gst/rtsp/gstrtspsrc.h:
4506         Implement request-pt-map signals instead of setting caps on the buffers
4507         for the session manager.
4508
4509 2007-04-11  Wim Taymans  <wim@fluendo.com>
4510
4511         * gst/udp/gstudp.c: (plugin_init):
4512         Register GstNetBuffer in plugin_init so that the type can be used from
4513         multiple threads without races.
4514
4515 2007-04-10  Wim Taymans  <wim@fluendo.com>
4516
4517         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
4518         (gst_rtp_amr_depay_process):
4519         Fix depayloader clock_rate and some cleanups.
4520
4521         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
4522         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4523         * gst/rtp/gstrtph264depay.h:
4524         Don't push codec_data in the adapter because it might get flushed when
4525         we get a discont.
4526
4527         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4528         Handle multiple AU per packet.
4529
4530         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
4531         (gst_rtp_sv3v_depay_plugin_init):
4532         Disable rank, this one does not work.
4533         Remove timestamping, base class does that.
4534
4535 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
4536
4537         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
4538           limit caps to the formats we announce in the template
4539
4540         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4541         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4542         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
4543           fix some crashers/asserts when dealing with broken files
4544
4545 2007-04-10  Wim Taymans  <wim@fluendo.com>
4546
4547         Patch by: Peter Kjellerstedt  <pkj at axis com>
4548
4549         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
4550         * gst/rtp/gstrtpL16depay.c:
4551         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4552         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
4553         (gst_rtp_speex_depay_setcaps):
4554         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4555         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
4556         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
4557         Fix some compiler warnings. Fixes #428182.
4558
4559 2007-04-06  Wim Taymans  <wim@fluendo.com>
4560
4561         * gst/rtsp/Makefile.am:
4562         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
4563         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
4564         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
4565         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
4566         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
4567         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
4568         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
4569         (create_rtcp), (gst_rtp_dec_request_new_pad),
4570         (gst_rtp_dec_release_pad):
4571         * gst/rtsp/gstrtpdec.h:
4572         * gst/rtsp/gstrtsp.c: (plugin_init):
4573         Morph RTPDec into something compatible with RTPBin as a fallback.
4574         Various other style fixes.
4575
4576         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
4577         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
4578         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
4579         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
4580         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4581         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
4582         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4583         * gst/rtsp/gstrtspsrc.h:
4584         Implement RTPBin session manager handling.
4585         Don't try to add empty properties to caps.
4586         Implement fallback session manager, handling.
4587         Don't combine errors from RTCP streams, just ignore them.
4588
4589         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
4590         * gst/rtsp/rtsptransport.h:
4591         Implement fallback session manager.
4592         Make RTPBin the default one when available.
4593
4594 2007-04-05  Wim Taymans  <wim@fluendo.com>
4595
4596         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4597         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
4598         This element is ready to be autoplugged.
4599
4600 2007-04-05  Julien MOUTTE  <julien@moutte.net>
4601
4602         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
4603         Don't leave the offsets defined by upstream element on the
4604         compressed data buffer we are pushing downstream. Make them
4605         GST_BUFFER_OFFSET_NONE.
4606
4607 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
4608
4609         * gst/avi/README:
4610         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
4611         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
4612         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
4613         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
4614         (gst_avi_demux_calculate_durations_from_index),
4615         (gst_avi_demux_stream_header_push),
4616         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
4617         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
4618           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
4619
4620 2007-04-03  Wim Taymans  <wim@fluendo.com>
4621
4622         * gst/smpte/barboxwipes.c:
4623         Fix error as spotted by Snaik <snaik32 at gmail dot com>
4624
4625 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4626
4627         * gst/wavparse/gstwavparse.c:
4628         Support audio/x-raw-float in wav files. This only works with
4629         plugins-base CVS, using an older version doesn't have any
4630         disadvantages though.
4631
4632 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4633
4634         * configure.ac:
4635         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4636         (gst_au_parse_parse_header), (gst_au_parse_chain):
4637         * gst/auparse/gstauparse.h:
4638         Revert last change as we don't want plugins-good to depend on
4639         plugins-base CVS now.
4640
4641 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4642
4643         * configure.ac:
4644         Require gst-plugins-base CVS for audioconvert with non-native
4645         float support and width/depth fix in libgstriff.
4646
4647         Patch by: René Stadler <mail at renestadler dot de>
4648
4649         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4650         (gst_au_parse_parse_header), (gst_au_parse_chain):
4651         * gst/auparse/gstauparse.h:
4652         Don't swap the floats ourself if they're not in native endianness.
4653         Instead let audioconvert handle this. Fixes #339838.
4654
4655 2007-03-29  Wim Taymans  <wim@fluendo.com>
4656
4657         * gst/rtp/gstasteriskh263.h:
4658         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
4659         (gst_rtp_h263p_depay_change_state):
4660         * gst/rtp/gstrtph263pdepay.h:
4661         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4662         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
4663         (gst_rtp_h264_depay_change_state):
4664         * gst/rtp/gstrtph264depay.h:
4665         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4666         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
4667         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4668         Flush adapter on disconts.
4669
4670 2007-03-29  Wim Taymans  <wim@fluendo.com>
4671
4672         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
4673         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
4674         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
4675         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
4676         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4677         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
4678         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4679         (gst_rtp_mp4v_depay_process):
4680         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
4681         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
4682         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
4683         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
4684         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
4685         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4686         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
4687         Use more efficient adapter and rtpbuffer methods when possible.
4688
4689 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4690
4691         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4692         (gst_wavenc_sink_setcaps):
4693         Correctly handle width!=depth input.
4694         * gst/wavparse/gstwavparse.c:
4695         Already export in the caps that width==8 uses unsigned samples and
4696         everything else uses signed samples.
4697
4698 2007-03-29  Wim Taymans  <wim@fluendo.com>
4699
4700         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4701
4702         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
4703         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
4704         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
4705         (gst_dynudpsink_close):
4706         * gst/udp/gstdynudpsink.h:
4707         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
4708         (gst_udpsrc_create), (gst_udpsrc_set_property),
4709         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
4710         * gst/udp/gstudpsrc.h:
4711         Rework the socket allocation a bit based on the sockfd argument so that
4712         it becomes usable.
4713         Add a closefd property to instruct the udp elements to close the custom
4714         file descriptors when going to READY. Fixes #423304.
4715         API:GstUDPSrc::closefd property
4716         API:GstDynUDPSink::closefd property
4717
4718 2007-03-29  Wim Taymans  <wim@fluendo.com>
4719
4720         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4721
4722         * gst/rtp/Makefile.am:
4723         * gst/rtp/gstrtp.c: (plugin_init):
4724         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
4725         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4726         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
4727         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4728         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
4729         (gst_rtp_h264_pay_plugin_init):
4730         * gst/rtp/gstrtph264pay.h:
4731         Added H264 payloader. Fixes #423782.
4732
4733         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4734         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4735         Small fixes.
4736
4737 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4738
4739         * gst/wavparse/gstwavparse.c:
4740         Actually support depths from 1 to 32, not only 8 to 32.
4741
4742 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4743
4744         * gst/wavparse/gstwavparse.c:
4745         Add support for wav files containing audio/x-raw-int with random
4746         depths between 1 and 32 bits.
4747
4748 2007-03-28  Wim Taymans  <wim@fluendo.com>
4749
4750         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
4751
4752         * gst/rtp/Makefile.am:
4753         * gst/rtp/gstrtp.c: (plugin_init):
4754         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
4755         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
4756         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
4757         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
4758         (gst_rtp_mp4a_depay_get_property),
4759         (gst_rtp_mp4a_depay_change_state),
4760         (gst_rtp_mp4a_depay_plugin_init):
4761         * gst/rtp/gstrtpmp4adepay.h:
4762         Added MP4A-LATM depayloader. Fixes #417792.
4763
4764         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4765         (gst_rtp_mp4v_depay_process):
4766         Fixup depayloader, setting codec_data, using more efficient adaptor and
4767         rtpbuffer handling.
4768
4769         * gst/rtsp/URLS:
4770         Add url to test above.
4771
4772 2007-03-25  Wim Taymans  <wim@fluendo.com>
4773
4774         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
4775         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
4776         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
4777         (gst_rtspsrc_media_to_caps),
4778         (gst_rtspsrc_stream_configure_transport),
4779         (gst_rtspsrc_stream_configure_caps),
4780         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
4781         * gst/rtsp/gstrtspsrc.h:
4782         Handle default clock-rates for static payload types, rearrange stuff so
4783         that the rtpmap field in the sdp can override the defaults.
4784         Parse RTP-Info field to get the seqnum and timebase fields that should
4785         go in the caps.
4786         Delay configuring caps after we got the RTP-Info from the PLAY reply from
4787         the server. 
4788
4789 2007-03-22  Wim Taymans  <wim@fluendo.com>
4790
4791         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
4792
4793         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
4794         Accept complex pipeline descriptions as an audio profile instead of just
4795         a single element. Fixes #420658.
4796
4797 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
4798
4799         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
4800           Rename registered type in preparation of GstTagDemux moving to
4801           -base at some point in the future.
4802
4803 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
4804
4805         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4806           Streaming mode fixes: don't unref buffer we don't own any longer;
4807           remove bogus adapter flush. Fixes #419338.
4808
4809 2007-03-17  David Schleef  <ds@schleef.org>
4810
4811         * REQUIREMENTS: Change the format to key/value, add a bunch of
4812           information, remove a bunch of requirements that are for
4813           other GStreamer packages.
4814
4815 2007-03-17  David Schleef  <ds@schleef.org>
4816
4817         * REQUIREMENTS: Fix a few things.  This file really needs a
4818         good once-over.
4819
4820 2007-03-15  Edward Hervey  <edward@fluendo.com>
4821
4822         * sys/Makefile.am:
4823         Don't forget to distribute the sys/osxaudio/ directory.
4824
4825 2007-03-15  Edward Hervey  <edward@fluendo.com>
4826
4827         * configure.ac:
4828         * sys/Makefile.am:
4829         * sys/osxaudio/Makefile.am:
4830         * sys/osxaudio/gstosxaudio.c:
4831         * sys/osxaudio/gstosxaudiosink.c:
4832         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
4833         (gst_osx_audio_sink_getcaps),
4834         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
4835         * sys/osxaudio/gstosxaudiosrc.c:
4836         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
4837         (gst_osx_audio_src_create_ringbuffer):
4838         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
4839         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
4840         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
4841         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
4842         * sys/osxaudio/gstosxringbuffer.h:
4843         Activate osxaudio in gst-plugins-good with proper build setup.
4844         Add inlined documentation.
4845         Fix debug statements
4846         Fix ringbuffer when pausing.
4847         Fixes #323471
4848
4849 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4850         * gst/rtp/gstrtppcmapay.c:
4851         * gst/rtp/gstrtppcmapay.h:
4852         * gst/rtp/gstrtppcmupay.c:
4853         * gst/rtp/gstrtppcmupay.h:
4854         Ported mulaw and alaw payloaders to use new base class
4855
4856 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4857
4858         * po/af.po:
4859         * po/az.po:
4860         * po/cs.po:
4861         * po/en_GB.po:
4862         * po/it.po:
4863         * po/nl.po:
4864         * po/or.po:
4865         * po/sq.po:
4866         * po/sr.po:
4867         * po/sv.po:
4868         * po/uk.po:
4869         * po/vi.po:
4870           Update translations.
4871
4872 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
4873
4874         * configure.ac:
4875           Fix string replace error (AG_AG_GST_* => AG_GST_*).
4876
4877 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4878
4879         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
4880           Fix handling of -1 values for start and stop values when seeking,
4881           and SEEK_CUR+SEEK_END here as well.
4882
4883 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
4884
4885         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
4886           Fix handling of -1 values for start and stop values when seeking, 
4887           and SEEK_CUR+SEEK_END.
4888
4889 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4890
4891         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
4892           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
4893           the image format a variable-length NUL-terminated string; in
4894           versions before that the image format is a fixed-length string of
4895           3 characters (see #348644 for a sample tag).
4896           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
4897
4898 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
4899
4900         * win32/MANIFEST:
4901         Add new project files to MANIFEST.
4902         * win32/vs6/libgstaudiofx.dsp:
4903         * win32/vs6/libgstrtp.dsp:
4904         * win32/vs6/libgstrtsp.dsp:
4905         Update project files.
4906         
4907 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
4908
4909         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
4910         (gst_avi_demux_parse_index):
4911         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
4912         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
4913           Printf format fixes; also add some missing quotes in translated
4914           strings. Fixes #416728 and #416727.
4915
4916 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4917
4918         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
4919           Tim and I can't think of any reason the child audio sink needs to 
4920           be set back to NULL after successfully determining that it can 
4921           reach READY - it gets immediately set back to READY by the caller
4922           anyway, causing an unnecessary close/open of any audio devices
4923           involved.
4924
4925 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4926
4927         * po/LINGUAS:
4928         * po/ja.po:
4929           Add ja.po file from #377306.
4930
4931 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4932
4933         * sys/sunaudio/gstsunaudio.c: (plugin_init):
4934         * sys/sunaudio/gstsunaudiomixertrack.c:
4935         (gst_sunaudiomixer_track_new):
4936           Actually translate sunaudio mixer track labels instead of just
4937           marking the strings as translatable (#377306); clean up weird
4938           label string mapping code that serves no apparent purpose. Also
4939           set the 'untranslated-label' property when creating mixer tracks
4940           if the GstMixerTrack base class supports this.
4941
4942         * tests/check/Makefile.am:
4943         * tests/check/elements/.cvsignore:
4944         * tests/check/elements/sunaudio.c: (GST_START_TEST),
4945         (sunaudio_suite):
4946           Very minimalistic unit test for sunaudiomixer element (compiles, but not
4947           actually tested on a system where sunaudiomixer is available).
4948
4949 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4950
4951         * tests/check/Makefile.am:
4952         Re-enable the states test and see if it works on the buildbots.
4953
4954 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4955
4956         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
4957         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
4958         (gst_dvdec_change_state):
4959         * ext/dv/gstdvdec.h:
4960         Infer pixel-aspect-ratio from the video frame format if it isn't
4961         provided by the container, as happens when playing DV from AVI
4962         or Quicktime containers.
4963
4964         Patch by: Wim Taymans <wim@fluendo.com>
4965         Fixes #380944
4966
4967 2007-03-09  Wim Taymans  <wim@fluendo.com>
4968
4969         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
4970         When activated, remove the udpsrc timeout, we have dataflow and timeouts
4971         will later be handled by the jitterbuffer.
4972
4973 2007-03-09  Wim Taymans  <wim@fluendo.com>
4974
4975         * ext/taglib/gstid3v2mux.cc:
4976         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
4977         Fixes #414496.
4978         
4979         Patch by: Alex Lancaster <alexl at users sourceforge net>
4980
4981 2007-03-09  Wim Taymans  <wim@fluendo.com>
4982
4983         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4984         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
4985         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
4986         (gst_avi_demux_chain):
4987         Fix stream position reporting after a seek. Fixes #416445.
4988
4989 2007-03-08  Wim Taymans  <wim@fluendo.com>
4990
4991         Patch by: René Stadler <mail at renestadler dot de>
4992
4993         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4994         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
4995         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
4996         Make avidemux accept optional header chunks in any order.
4997         Fixes #415446.
4998
4999 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
5000
5001         * tests/check/Makefile.am:
5002         Disable the states check until the remaining Valgrind errors
5003         are fixed or suppressed.
5004
5005 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5006
5007         * tests/check/elements/.cvsignore:
5008           Add audiodynamic check to .cvsignore
5009
5010 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5011
5012         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5013
5014         * gst/audiofx/Makefile.am:
5015         * gst/audiofx/audiodynamic.c:
5016         (gst_audio_dynamic_characteristics_get_type),
5017         (gst_audio_dynamic_mode_get_type),
5018         (gst_audio_dynamic_set_process_function),
5019         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
5020         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
5021         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
5022         (gst_audio_dynamic_transform_hard_knee_compressor_int),
5023         (gst_audio_dynamic_transform_hard_knee_compressor_float),
5024         (gst_audio_dynamic_transform_soft_knee_compressor_int),
5025         (gst_audio_dynamic_transform_soft_knee_compressor_float),
5026         (gst_audio_dynamic_transform_hard_knee_expander_int),
5027         (gst_audio_dynamic_transform_hard_knee_expander_float),
5028         (gst_audio_dynamic_transform_soft_knee_expander_int),
5029         (gst_audio_dynamic_transform_soft_knee_expander_float),
5030         (gst_audio_dynamic_transform_ip):
5031         * gst/audiofx/audiodynamic.h:
5032         * gst/audiofx/audiofx.c: (plugin_init):
5033         Add new audiodynamic element which can act as a compressor or
5034         expander. Supported are hard-knee and soft-knee operation modes with
5035         user-specified ratio and threshold.
5036         Attack and release parameters are not yet implemented but will follow.
5037         * docs/plugins/Makefile.am:
5038         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5039         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5040         * docs/plugins/gst-plugins-good-plugins.args:
5041         * docs/plugins/inspect/plugin-audiofx.xml:
5042         Integrate audiodynamic into the docs.
5043         * tests/check/Makefile.am:
5044         * tests/check/elements/audiodynamic.c: (setup_dynamic),
5045         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
5046         Add unit test for audiodynamic.
5047
5048 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
5049
5050         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
5051         Free handles that we allocated when exiting via the error paths.
5052
5053 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
5054
5055         * gst/level/gstlevel.c: (gst_level_class_init),
5056         (gst_level_set_caps), (gst_level_start), (gst_level_event),
5057         (gst_level_transform_ip):
5058         * gst/level/gstlevel.h:
5059           Resolve message timestamps against the playback segment.
5060
5061 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5062
5063         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
5064         (gst_id3demux_sink_activate):
5065           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
5066           caps passed to it (previously one code path assumed it took ownership
5067           while another one assumed it didn't, while in fact it sometimes did and
5068           sometimes didn't ...).
5069
5070         * configure.ac:
5071         * tests/files/Makefile.am:
5072         * tests/files/id3-407349-1.tag:
5073         * tests/files/id3-407349-2.tag:
5074           Add directory where data for unit tests can be stored.
5075
5076         * tests/Makefile.am:
5077         * tests/check/Makefile.am:
5078         * tests/check/elements/.cvsignore:
5079         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
5080         (read_tags_from_file), (run_check_for_file),
5081         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
5082           Add unit test for id3demux, and in particular for bug #407349. Only
5083           testing pull-mode for now; push mode doesn't work yet because the test
5084           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
5085
5086 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5087
5088         * tests/check/Makefile.am:
5089           Add missing backslash at end of line.
5090
5091 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5092
5093         Trigger rebuild.
5094
5095 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5096
5097         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
5098         * gst/id3demux/id3tags.h:
5099         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
5100         (parse_obsolete_tdat_frame):
5101           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
5102           the four-digit number will be interpreted as a year, whereas it is
5103           month and day in DDMM format. Instead, parse TDAT frames and fix up
5104           the date in the GST_TAG_DATE tag later if we also extracted a year.
5105           Fixes #407349.
5106
5107 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5108
5109         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5110         (gst_switch_commit_new_kid):
5111         Fix up the dispose logic so it doesn't leak, and fix setting of 
5112         the child state so that we don't set a child to our current state 
5113         just as we are changing it to something else.
5114
5115 2007-03-06  Wim Taymans  <wim@fluendo.com>
5116
5117         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
5118         (gst_goom_chain):
5119         * gst/goom/gstgoom.h:
5120         Document, fix and improve goom adapter behaviour.
5121         Fixes #407006.
5122
5123 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5124
5125         * ext/esd/esdsink.c: (gst_esdsink_open):
5126         Unref static pad template after using it.
5127
5128 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5129
5130         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5131         (gst_switch_commit_new_kid):
5132         Fix up the reference counting of the child elements.
5133
5134 2007-03-05  Wim Taymans  <wim@fluendo.com>
5135
5136         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
5137         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
5138         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
5139         Fix encoding-name case.
5140
5141 2007-03-05  Wim Taymans  <wim@fluendo.com>
5142
5143         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
5144         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
5145         (gst_rtp_speex_depay_process):
5146         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
5147         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
5148         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
5149         (gst_rtp_speex_pay_change_state):
5150         * gst/rtp/gstrtpspeexpay.h:
5151         Fix speex (de)payloader. Fixes #358040.
5152
5153 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5154
5155         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
5156         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
5157         Install fakesink in NULL by fixing some broken logic. This obviates
5158         the need to manually set _IS_SINK.
5159         Add some comments and remove a little cruft while I'm at it.
5160
5161 2007-03-05  Wim Taymans  <wim@fluendo.com>
5162
5163         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
5164         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
5165
5166 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
5167
5168         * po/POTFILES.in:
5169           Update.
5170
5171 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5172
5173         * tests/check/Makefile.am:
5174         Gah! Also disable gconfvideosink from the tests, otherwise
5175         it will instantiate autovideosink, and dfbvideosink and
5176         leak on the buildbots.
5177
5178 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5179
5180         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
5181         (gst_cdio_cdda_src_finalize):
5182         Make sure we always destroy our libcdio handle.
5183
5184 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5185
5186         * tests/check/Makefile.am:
5187         Disable autovideosink so the buildbots don't barf over memory
5188         leaked in the directfb sink.
5189
5190 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5191
5192         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
5193         Chain up in dispose
5194
5195 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5196
5197         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
5198         (gst_multipart_find_pad_by_mime):
5199         Use gst_pad_new_from_static_template instead of
5200         static_pad_template_get+pad_new.
5201
5202 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5203
5204         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
5205         Catch the case where no clock has been set.
5206
5207 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5208
5209         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
5210         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
5211         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
5212         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
5213         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
5214         (gst_gconf_audio_src_finalize), (do_toggle_element):
5215         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
5216         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
5217         (do_toggle_element):
5218         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
5219         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
5220         (gst_gconf_video_src_finalize), (do_toggle_element):
5221         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
5222         (gst_switch_sink_reset), (gst_switch_sink_set_child):
5223         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
5224         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
5225         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5226         (gst_shout2send_init), (gst_shout2send_finalize):
5227         * gst/debug/testplugin.c: (gst_test_class_init),
5228         (gst_test_finalize):
5229         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
5230         (gst_flxdec_dispose):
5231         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
5232         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
5233         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5234         (gst_rtspsrc_finalize):
5235         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
5236         * gst/rtsp/rtspextwms.h:
5237         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
5238         (gst_smpte_finalize):
5239         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
5240         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
5241         (gst_udpsink_finalize):
5242         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
5243         (gst_wavparse_sink_activate):
5244         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
5245         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
5246         (gst_oss_src_finalize):
5247         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
5248         * sys/v4l2/gstv4l2object.h:
5249         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5250         (gst_v4l2src_finalize):
5251         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
5252
5253         Fix a bunch of leaks shown by the newly-added states test.
5254
5255 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5256
5257         * ext/dv/gstdvdec.c: (gst_dvdec_init):
5258         Use gst_pad_new_from_static_template instead of 
5259         static_pad_template_get+pad_new.
5260
5261 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
5262
5263         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5264
5265         * ext/libcaca/Makefile.am:
5266         * gst/debug/Makefile.am:
5267           Don't mix tabs and spaces (#414168).
5268
5269 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5270
5271         * tests/check/generic/.cvsignore:
5272           Ignore files to please buildbot.
5273
5274 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5275
5276         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
5277         (gst_wavparse_stream_data):
5278           Unbreak my previous commit (swapped nominator & denominator). Tim,
5279           thanks for spotting.
5280
5281 2007-03-02  Wim Taymans  <wim@fluendo.com>
5282
5283         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
5284         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
5285         (gst_cdio_cdda_src_finalize):
5286         Small code cleanups.
5287         Don't use pad_alloc as the base class cannot deal with the error codes.
5288
5289 2007-03-02  Wim Taymans  <wim@fluendo.com>
5290
5291         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
5292         (gst_udpsrc_create):
5293         Fix doc.
5294
5295 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5296
5297         Patch by: René Stadler <mail@renestadler.de>
5298
5299         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
5300         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
5301         (gst_wavparse_stream_data):
5302           Handle rounding better to not drop last sample frame. Fixes #356692
5303
5304 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
5305
5306         * tests/check/Makefile.am:
5307         Disable cacasink from the states check too - it also calls exit(1)
5308         on us when it can't find a terminal to talk to.
5309
5310 2007-03-02  Wim Taymans  <wim@fluendo.com>
5311
5312         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5313
5314         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5315         (gst_udpsrc_create), (gst_udpsrc_set_property),
5316         (gst_udpsrc_get_property):
5317         * gst/udp/gstudpsrc.h:
5318         Add support to strip proprietary headers. Fixes #350296.
5319
5320 2007-03-02  Wim Taymans  <wim@fluendo.com>
5321
5322         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
5323         Fix compilation.
5324
5325 2007-03-02  Wim Taymans  <wim@fluendo.com>
5326
5327         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5328
5329         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
5330         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
5331         (gst_rtp_mp2t_depay_set_property),
5332         (gst_rtp_mp2t_depay_get_property):
5333         * gst/rtp/gstrtpmp2tdepay.h:
5334         Add support to strip off proprietary headers. Fixes #350278.
5335
5336 2007-03-02  Wim Taymans  <wim@fluendo.com>
5337
5338         * ext/hal/hal.c:
5339         Fix compilation.
5340
5341 2007-03-02  Wim Taymans  <wim@fluendo.com>
5342
5343         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
5344         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
5345         (gst_sunaudiosrc_open):
5346         * sys/sunaudio/gstsunaudiosrc.h:
5347         Remove device-name from GstSunAudioSrc. Fixes #412597.
5348
5349 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5350
5351         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5352         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5353         Having NULL as UDI previously selected the default sink/src. Change
5354         this back but mention it in the debug output.
5355         * ext/hal/hal.c: (gst_hal_get_alsa_element),
5356         (gst_hal_get_oss_element), (gst_hal_get_string),
5357         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
5358         (gst_hal_get_audio_src):
5359         * ext/hal/hal.h:
5360         Refactor a bit, check all error conditions, greatly improve debugging
5361         and fix some possible memory leaks. Also implement OSS support
5362         and allow specifying an UDI that points to a real device. For this the
5363         child device which supports ALSA (preferred) or OSS is used.
5364         As a side effect this makes it impossible now to get a alsasink in
5365         halaudiosrc and a alsasrc in halaudiosink.
5366
5367 2007-03-01  Wim Taymans  <wim@fluendo.com>
5368
5369         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
5370         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
5371         Errors from the udp sources are not fatal unless all of them are in
5372         error.
5373
5374 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5375
5376         * tests/check/Makefile.am:
5377         Disable aasink in the states test. I suspect this is the element that
5378         is calling exit(1) when it can't proceed.
5379
5380 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5381
5382         * tests/check/Makefile.am:
5383         Draw plugins in from the build tree sys/ dir, rather than picking
5384         up the already installed versions.
5385
5386 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5387
5388         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
5389         Error out correctly when getting xcontext fails.
5390
5391 2007-03-01  Wim Taymans  <wim@fluendo.com>
5392
5393         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
5394         Make state change to PAUSED NO_PREROLL because that's what it will be in
5395         the future and rtspsrc relies on it.
5396
5397         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
5398         (gst_rtspsrc_change_state):
5399         Don't error out when we don't get an error from the state change
5400         function.
5401
5402 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5403
5404         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5405         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5406           Check if the device UDI is set before trying to query HAL
5407           about it and give a useful error message if it wasn't set.
5408         * ext/hal/hal.c: (gst_hal_get_string):
5409           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
5410           gives an assertion failure in D-Bus when running with
5411           DBUS_FATAL_WARNINGS=1.
5412
5413 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5414
5415         * configure.ac:
5416           Convert to new AG_GST style.
5417
5418 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5419
5420         * tests/check/Makefile.am:
5421         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
5422           add test for states
5423
5424 2007-02-28  Wim Taymans  <wim@fluendo.com>
5425
5426         * tests/check/elements/.cvsignore:
5427         Add new videofilter check to .cvsignore.
5428
5429 2007-02-28  Wim Taymans  <wim@fluendo.com>
5430
5431         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
5432         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5433         (gst_avi_demux_loop), (gst_avi_demux_chain):
5434         Fix combined flow return. Fixes #412608.
5435
5436 2007-02-28  Wim Taymans  <wim@fluendo.com>
5437
5438         * gst/videofilter/Makefile.am:
5439         Dist header..
5440
5441 2007-02-28  Wim Taymans  <wim@fluendo.com>
5442
5443         * gst/videofilter/gstgamma.h:
5444         Add header too.
5445
5446 2007-02-28  Wim Taymans  <wim@fluendo.com>
5447
5448         Patch by: Mark Nauwelaerts <manauw at skynet be>
5449
5450         * gst/videofilter/Makefile.am:
5451         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
5452         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
5453         (gst_gamma_get_property), (gst_gamma_calculate_tables),
5454         (oil_tablelookup_u8), (gst_gamma_set_caps),
5455         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
5456         Port gamma filter to 0.10. Fixes #412704.
5457
5458         * tests/check/Makefile.am:
5459         * tests/check/elements/videofilter.c: (setup_filter),
5460         (cleanup_filter), (check_filter), (GST_START_TEST),
5461         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
5462         Add unit tests for videofilters.
5463
5464 2007-02-28  Wim Taymans  <wim@fluendo.com>
5465
5466         * gst/rtsp/URLS:
5467         Add another interesting test url.
5468
5469         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
5470         Don't allow getting header fields from data packets.
5471
5472 2007-02-28  Michael Smith  <msmith@fluendo.com>
5473
5474         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5475         (gst_shout2send_init), (gst_shout2send_start),
5476         (gst_shout2send_set_property), (gst_shout2send_get_property):
5477         * ext/shout2/gstshout2.h:
5478           Add a property for username.
5479
5480 2007-02-27  Christian Schallerr <christian@fluendo.com>
5481
5482         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
5483
5484 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5485
5486         * gst/rtsp/Makefile.am:
5487         Fix make check too.
5488
5489 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5490
5491         * gst/rtsp/base64.c: (util_base64_encode):
5492         * gst/rtsp/base64.h:
5493         Commit missing files for base64 encoding.
5494
5495 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5496
5497         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5498
5499         * configure.ac:
5500         * ext/annodex/Makefile.am:
5501         * ext/jpeg/Makefile.am:
5502         * ext/speex/Makefile.am:
5503         * gst/alpha/Makefile.am:
5504         * gst/cutter/Makefile.am:
5505         * gst/debug/Makefile.am:
5506         * gst/effectv/Makefile.am:
5507         * gst/goom/Makefile.am:
5508         * gst/level/Makefile.am:
5509         * gst/smpte/Makefile.am:
5510         * gst/videofilter/Makefile.am:
5511           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
5512
5513 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5514
5515         * gst/rtsp/Makefile.am:
5516         * gst/rtsp/rtspconnection.c: (append_auth_header),
5517         (rtsp_connection_send), (rtsp_connection_set_auth):
5518         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
5519         from icecast to replace it. Relicensed from GPL courtesy of Mike
5520         Smith.
5521
5522 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5523
5524         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
5525         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
5526         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
5527         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
5528         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
5529         (gst_rtspsrc_uri_set_uri):
5530         * gst/rtsp/gstrtspsrc.h:
5531         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5532         (append_auth_header), (rtsp_connection_send),
5533         (rtsp_connection_free), (rtsp_connection_set_auth):
5534         * gst/rtsp/rtspconnection.h:
5535         * gst/rtsp/rtspdefs.h:
5536         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
5537         * gst/rtsp/rtspurl.h:
5538
5539         Implement simple Basic Authentication support so that urls like
5540         rtsp://user:pass@hostname/rtspstream work on hosts that require
5541         authentication.
5542
5543 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
5544
5545         * sys/v4l2/gstv4l2object.c:
5546         * sys/v4l2/gstv4l2tuner.c:
5547         * sys/v4l2/v4l2_calls.c:
5548         Fix segfault when oppening a radio device.
5549         
5550 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
5551
5552         * gst/level/gstlevel.c: (gst_level_set_caps),
5553         (gst_level_transform_ip):
5554         * sys/v4l2/README:
5555         * tests/check/elements/level.c: (GST_START_TEST):
5556           Fix level for multi-channel case.
5557
5558 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
5559
5560         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
5561         (gst_level_transform_ip):
5562         * gst/level/gstlevel.h:
5563           Use function pointer for process function and add process functions
5564           for float audio.
5565
5566 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
5567
5568         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5569         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5570         (gst_v4l2src_capture_init):
5571           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
5572           fixes #407369
5573
5574 2007-02-18  Wim Taymans  <wim@fluendo.com>
5575
5576         * gst/rtp/Makefile.am:
5577         * gst/rtp/gstrtp.c: (plugin_init):
5578         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
5579         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
5580         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
5581         (gst_rtp_mp2t_pay_plugin_init):
5582         * gst/rtp/gstrtpmp2tpay.h:
5583         Added simple mpeg transport stream payloader.
5584
5585 2007-02-16  Wim Taymans  <wim@fluendo.com>
5586
5587         * gst/rtsp/URLS:
5588         Add example H264 rtsp url.
5589
5590         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5591         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
5592         Don't convert values to lowercase or we might mess up base64 encoded
5593         properties.
5594
5595 2007-02-16  Wim Taymans  <wim@fluendo.com>
5596
5597         * gst/rtp/README:
5598         Fix case of string params.
5599
5600         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5601         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5602         Fix depayloader, support more packet types.
5603         Add sync codes to make sure the packetizer can do its job.
5604
5605         * gst/rtp/gstrtpmp4gdepay.c:
5606         * gst/rtp/gstrtpmp4gpay.c:
5607         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
5608         Fix caps case again.
5609
5610 2007-02-15  Wim Taymans  <wim@fluendo.com>
5611
5612         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
5613         Set right caps on output buffers.
5614
5615 2007-02-14  Wim Taymans  <wim@fluendo.com>
5616
5617         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
5618         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
5619         Clear stack allocated SDPMedia struct before calling _init() on it.
5620         Clarify this in the docs as well.
5621
5622 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
5623
5624         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
5625         (do_change_child):
5626         Don't reset the profile when going switching states, as it makes
5627         the element non-reusable.
5628
5629 2007-02-14  Wim Taymans  <wim@fluendo.com>
5630
5631         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
5632         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
5633         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
5634         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
5635         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
5636         (sdp_parse_line):
5637         * gst/rtsp/sdpmessage.h:
5638         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
5639         Fix memory management of SDP messages. Fixes #407793.
5640
5641 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
5642
5643         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
5644
5645         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
5646         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
5647
5648 2007-02-14  Wim Taymans  <wim@fluendo.com>
5649
5650         Patch by: jp.liu <jp_liu at astrocom dot cn>
5651
5652         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
5653         Fix parsing of password field in url. Fixes #407797.
5654
5655 2007-02-14  Wim Taymans  <wim@fluendo.com>
5656
5657         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
5658         (gst_wavparse_reset), (gst_wavparse_init),
5659         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
5660         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
5661         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
5662         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
5663         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
5664         (gst_wavparse_loop), (gst_wavparse_chain),
5665         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
5666         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
5667         (plugin_init):
5668         * gst/wavparse/gstwavparse.h:
5669         Update docs.
5670         Use boilerplate.
5671         Various code cleanups.
5672         When the bitrate is not known (bps == 0 or compressed formats) let
5673         downstream element guestimate the duration and position and don't
5674         generate timestamps or durations. Fixes #405213.
5675         Fix EOS and ERROR conditions in chain mode, we just need to forward the
5676         error flowreturn upstream.
5677
5678 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
5679
5680         * ext/gconf/Makefile.am:
5681         * ext/gconf/gconf.c: (gst_gconf_get_string),
5682         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
5683         (gst_gconf_render_bin_with_default):
5684         * ext/gconf/gconf.h:
5685         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
5686         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
5687         (gst_gconf_audio_sink_dispose), (do_change_child),
5688         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
5689         (cb_change_child), (gst_gconf_audio_sink_change_state):
5690         * ext/gconf/gstgconfaudiosink.h:
5691         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
5692         (gst_switch_sink_class_init), (gst_switch_sink_reset),
5693         (gst_switch_sink_init), (gst_switch_sink_dispose),
5694         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
5695         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
5696         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
5697         * ext/gconf/gstswitchsink.h:
5698         * gst/autodetect/gstautoaudiosink.c:
5699         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
5700         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
5701         (gst_auto_audio_sink_detect):
5702         * gst/autodetect/gstautovideosink.c:
5703         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
5704         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
5705         (gst_auto_video_sink_detect):
5706         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
5707         and a child that implements the GConf key monitoring. The end goal of
5708         this is an audio sink that can be changed on the fly, but at the 
5709         moment it still only changes on the next READY transition.
5710
5711 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5712
5713         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5714         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5715         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
5716         (gst_avi_demux_calculate_durations_from_index),
5717         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5718         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5719         (gst_avi_demux_loop):
5720           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
5721
5722 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5723
5724         * configure.ac:
5725         * docs/plugins/Makefile.am:
5726           Add crossreferences to glib/gobject/gstream docs.
5727
5728 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5729
5730         * gst/monoscope/Makefile.am:
5731         * gst/monoscope/gstmonoscope.c:
5732           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
5733           (but no LIBS, since we only use defines from the headers).
5734
5735 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5736
5737         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
5738
5739         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
5740         (gst_wavparse_stream_data):
5741           Fix massive memory leak when operating in streaming mode due to
5742           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
5743           Fixes #407057.
5744
5745 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5746
5747         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
5748         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
5749         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
5750         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
5751         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5752         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
5753         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
5754         (gst_avi_demux_calculate_durations_from_index),
5755         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5756         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
5757         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
5758         * gst/avi/gstavidemux.h:
5759           Save some memory (8%) by repacking the index entry structure (more to
5760           come). Add more FIXMEs to questionable parts.
5761
5762 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5763
5764         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
5765         (gst_v4l2src_get_caps):
5766         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5767         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5768         (gst_v4l2src_capture_init):
5769           More FIXME comments and messaging changes.
5770
5771 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5772
5773         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
5774         (gst_goom_change_state):
5775         * gst/goom/gstgoom.h:
5776           Improved docs and use GST_DEBUG_FUNCPTR.
5777
5778         * gst/level/gstlevel.c: (gst_level_class_init):
5779           Use GST_DEBUG_FUNCPTR.
5780
5781         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
5782         (gst_monoscope_chain), (gst_monoscope_change_state):
5783           Improved docs source cleanups.
5784
5785 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5786
5787         * gst/debug/Makefile.am:
5788         * gst/debug/gstdebug.c: (plugin_init):
5789         * gst/debug/gstpushfilesrc.c:
5790         * gst/debug/gstpushfilesrc.h:
5791           Add code for a pushfilesrc element that implements a pushfile:// URI
5792           handler, to make debugging push-mode operation of demuxer/decoders
5793           that support both easier in connection with seek/playbin/etc.
5794           The element isn't registered at the moment.
5795
5796 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
5797
5798         * gst/avi/gstavimux.c:
5799           Comment a #if 0 in caps template definition as VS6 seems to 
5800         do not support it.
5801         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
5802           Use gst_guint64_to_gdouble for conversion.
5803         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
5804           Move variables declaration before the first instruction.
5805         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
5806           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
5807           And don't include netdb.h for G_OS_WIN32
5808         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
5809           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
5810           by VS6 then use an other way to initialize SDPMedia structure.
5811         * gst/udp/gstdynudpsink.h:
5812         * gst/udp/gstdynudpnetutils.h:
5813           Do not include <sys/time.h> for G_OS_WIN32
5814         * gst/udp/gstudpsrc.c:
5815           Define socklen_t as int for G_OS_WIN32
5816         * win/common/config.h.in:
5817           Undef HAVE_NETINET_IN_H
5818         * win32/vs6/gst_plugins_good.dsw:
5819         * win32/vs6/libgstrtp.dsp:
5820         * win32/vs6/libgstrtsp.dsp:
5821         * win32/vs6/libgstautogen.dsp:
5822         * win32/vs6/libgstaudiofx.dsp:
5823         * win32/vs6/libgstudp.dsp:
5824           Add and update project files.
5825         * win32/common/gstudp-enumtypes.c:
5826         * win32/common/gstudp-enumtypes.h:
5827           Add a copy of udp enumtypes to win32/common as in core 
5828           and base.
5829         
5830 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
5831
5832         * configure.ac:
5833           Activate monoscope when building with --enable-experimental. Fix
5834           --enable-external configure switch description.
5835
5836         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
5837         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
5838           Help gst-indent.
5839
5840 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
5841
5842         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
5843           Explicitly cast result of pointer arithmetic to integer in order to
5844           avoid compiler warnings on some 64-bit systems. Should fix #406018.
5845
5846 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5847
5848         * gst/debug/progressreport.c:
5849           Some more docs.
5850
5851 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5852
5853         * docs/plugins/inspect/plugin-rtp.xml:
5854           Update for new elements.
5855
5856         * gst/debug/progressreport.h:
5857           Commit newly-created header file as well.
5858
5859 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5860
5861         * docs/plugins/Makefile.am:
5862         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5863         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5864         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5865         * gst/debug/Makefile.am:
5866         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
5867         (gst_progress_report_do_query), (gst_progress_report_report):
5868           Make progressreport element post messages with the current progress
5869           on the bus. Also add some basic docs for it.
5870
5871 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5872
5873         * ext/hal/hal.c: (gst_hal_get_string):
5874         * ext/hal/hal.h:
5875           Some small cleanups; deal with errors when parsing the HAL ALSA
5876           capabilities a bit better.
5877
5878 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5879
5880         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
5881           Let's try this again and use the right cast this time.
5882
5883 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5884
5885         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
5886           Add cast to avoid compiler warnings with older GLib versions
5887           where the nick/name members in GEnumValue are not declared as
5888           constant strings.
5889
5890 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5891
5892         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
5893         (gst_gconf_render_bin_from_key),
5894         (gst_gconf_get_default_audio_sink):
5895         * ext/gconf/gconf.h:
5896         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
5897         (do_toggle_element), (gst_gconf_audio_sink_set_property),
5898         (gst_gconf_audio_sink_get_property):
5899           In gconfaudiosink, get the right key as the old key in do_toggle
5900           (ie. one dependent on the profile selected). Log some more stuff so
5901           we can see what's actually going on.
5902
5903 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
5904
5905         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
5906         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
5907         (gst_audio_amplify_set_process_function),
5908         (gst_audio_amplify_setup):
5909         * gst/audiofx/audioamplify.h:
5910         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
5911         (gst_audio_invert_class_init), (gst_audio_invert_setup):
5912         * gst/audiofx/audioinvert.h:
5913         Some small cleanups and port both elements to the new GstAudioFilter
5914         base class to save a few lines of common code.
5915         * gst/audiofx/Makefile.am:
5916         Link against libgstaudio for the above changes
5917
5918 2007-01-29  Wim Taymans  <wim@fluendo.com>
5919
5920         * tests/check/elements/.cvsignore:
5921         Some more ignores.
5922
5923 2007-01-26  Wim Taymans  <wim@fluendo.com>
5924
5925         Patch by: charles <charlesg3 at gmail dot com>
5926
5927         * ext/shout2/gstshout2.c: (gst_shout2send_init),
5928         (set_shout_metadata), (gst_shout2send_event):
5929         * ext/shout2/gstshout2.h:
5930         Properly handle tags in shout2send. Fixes #399825.
5931
5932 2007-01-25  Wim Taymans  <wim@fluendo.com>
5933
5934         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5935         (gst_rtspsrc_activate_streams):
5936         Convert SDP fields to upper/lowercase following the rules in the SDP to
5937         caps document. 
5938
5939 2007-01-25  Wim Taymans  <wim@fluendo.com>
5940
5941         * gst/rtp/README:
5942         * gst/rtp/gstrtpilbcdepay.c:
5943         * gst/rtp/gstrtpilbcpay.c:
5944         * gst/rtp/gstrtpmp4gdepay.c:
5945         * gst/rtp/gstrtpmp4gpay.c:
5946         * gst/rtp/gstrtpspeexdepay.c:
5947         * gst/rtp/gstrtpspeexpay.c:
5948         * gst/rtp/gstrtpsv3vdepay.c:
5949         * gst/rtp/gstrtptheoradepay.c:
5950         * gst/rtp/gstrtptheorapay.c:
5951         * gst/rtp/gstrtpvorbisdepay.c:
5952         * gst/rtp/gstrtpvorbispay.c:
5953         Fix case of encoding-name and key/value pairs to match the document.
5954         This is to make interoperation with SDP case-insensitive as required by
5955         the relevant RFCs.
5956
5957 2007-01-25  Wim Taymans  <wim@fluendo.com>
5958
5959         * configure.ac:
5960         Bump required -core/-base to CVS
5961
5962 2007-01-25  Wim Taymans  <wim@fluendo.com>
5963
5964         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
5965         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
5966         * gst/rtp/gstrtpL16pay.h:
5967         Fill up to MTU using adapter.
5968         Timestamp rtp packets.
5969
5970 2007-01-25  Edward Hervey  <edward@fluendo.com>
5971
5972         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5973         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
5974         Use G_GSIZE_FORMAT in print statements for portability.
5975         Fixes build on macosx.
5976
5977 2007-01-24  Wim Taymans  <wim@fluendo.com>
5978
5979         * gst/rtp/Makefile.am:
5980         * gst/rtp/gstrtp.c: (plugin_init):
5981         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
5982         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
5983         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
5984         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
5985         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
5986         (gst_rtp_L16_depay_plugin_init):
5987         * gst/rtp/gstrtpL16depay.h:
5988         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
5989         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
5990         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
5991         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
5992         (gst_rtp_L16_pay_plugin_init):
5993         * gst/rtp/gstrtpL16pay.h:
5994         Port and enable raw audio payloader/depayloader. Needs a bit more work
5995         on the payloader side.
5996
5997 2007-01-24  Wim Taymans  <wim@fluendo.com>
5998
5999         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
6000         (gst_rtspsrc_stream_configure_transport),
6001         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
6002         * gst/rtsp/gstrtspsrc.h:
6003         Only unblock the udp pads when we linked and activated them all.
6004         Fixes #395688.
6005
6006 2007-01-24  Wim Taymans  <wim@fluendo.com>
6007
6008         * gst/rtp/Makefile.am:
6009         * gst/rtp/gstrtp.c: (plugin_init):
6010         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
6011         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
6012         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
6013         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
6014         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
6015         * gst/rtp/gstrtpac3depay.h:
6016         Added simple AC3 depayloader (RFC 4184).
6017
6018         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
6019         Fix a leak.
6020
6021 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
6022
6023         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6024
6025         * gst/audiofx/Makefile.am:
6026         * gst/audiofx/audioamplify.c:
6027         (gst_audio_amplify_clipping_method_get_type),
6028         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
6029         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
6030         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
6031         (gst_audio_amplify_set_caps),
6032         (gst_audio_amplify_transform_int_clip),
6033         (gst_audio_amplify_transform_int_wrap_negative),
6034         (gst_audio_amplify_transform_int_wrap_positive),
6035         (gst_audio_amplify_transform_float_clip),
6036         (gst_audio_amplify_transform_float_wrap_negative),
6037         (gst_audio_amplify_transform_float_wrap_positive),
6038         (gst_audio_amplify_transform_ip):
6039         * gst/audiofx/audioamplify.h:
6040         * gst/audiofx/audiofx.c: (plugin_init):
6041         Add new element "audioamplify". This allows scaling of raw audio
6042         samples, similar to the "volume" element, but provides different modes
6043         for clipping and allows unlimited amplification. It's mainly targeted
6044         for creative sound design and not as a replacement of the "volume"
6045         element. Fixes #397162
6046         * docs/plugins/Makefile.am:
6047         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6048         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6049         * docs/plugins/gst-plugins-good-plugins.args:
6050         * docs/plugins/inspect/plugin-audiofx.xml:
6051         Add docs for audioamplify and integrate them into the build system
6052         * tests/check/Makefile.am:
6053         * tests/check/elements/audioamplify.c: (setup_amplify),
6054         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
6055         Add fairly extensive unit test suite for audioamplify
6056
6057 2007-01-24  Wim Taymans  <wim@fluendo.com>
6058
6059         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
6060         Unblock pads after adding the pads to the element so that autopluggers
6061         get a change to link something. Possibly fixes #395688.
6062
6063 2007-01-24  Wim Taymans  <wim@fluendo.com>
6064
6065         * gst/rtp/gstrtpamrdepay.c:
6066         * gst/rtp/gstrtpgsmdepay.c:
6067         * gst/rtp/gstrtph263pdepay.c:
6068         * gst/rtp/gstrtph263ppay.c:
6069         * gst/rtp/gstrtph264depay.c:
6070         * gst/rtp/gstrtpilbcdepay.c:
6071         * gst/rtp/gstrtpmp2tdepay.c:
6072         * gst/rtp/gstrtpmp4gdepay.c:
6073         * gst/rtp/gstrtpmp4gpay.c:
6074         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
6075         * gst/rtp/gstrtpmp4vpay.c:
6076         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
6077         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
6078         (gst_rtp_mpa_depay_process):
6079         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
6080         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
6081         * gst/rtp/gstrtppcmadepay.c:
6082         * gst/rtp/gstrtppcmudepay.c:
6083         * gst/rtp/gstrtpspeexdepay.c:
6084         * gst/rtp/gstrtpspeexpay.c:
6085         * gst/rtp/gstrtpsv3vdepay.c:
6086         * gst/rtp/gstrtptheoradepay.c:
6087         * gst/rtp/gstrtptheorapay.c:
6088         * gst/rtp/gstrtpvorbisdepay.c:
6089         * gst/rtp/gstrtpvorbispay.c:
6090         Fix caps with payload numbers.
6091         Add some fixed payload numbers to caps when possible.
6092
6093 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6094
6095         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6096
6097         * gst/audiofx/Makefile.am:
6098         * gst/audiofx/audiofx.c: (plugin_init):
6099         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
6100         (gst_audio_invert_class_init), (gst_audio_invert_init),
6101         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
6102         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
6103         (gst_audio_invert_transform_float),
6104         (gst_audio_invert_transform_ip):
6105         * gst/audiofx/audioinvert.h:
6106         Add new audiofx element "audioinvert". This element swaps the upper
6107         and lower half of samples and can be used for example for a
6108         wide-stereo effect. Fixes #396057
6109         * docs/plugins/Makefile.am:
6110         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6111         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6112         * docs/plugins/gst-plugins-good-plugins.args:
6113         * docs/plugins/inspect/plugin-audiofx.xml:
6114         Add docs for the audioinvert element and add them to the build system.
6115         * tests/check/Makefile.am:
6116         * tests/check/elements/audioinvert.c: (setup_invert),
6117         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
6118         Add unit test suite for the audioinvert element.
6119
6120 2007-01-23  Wim Taymans  <wim@fluendo.com>
6121
6122         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
6123         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
6124         Parse config params as string and int.
6125         Parse and use AU header length
6126
6127 2007-01-23  Wim Taymans  <wim@fluendo.com>
6128
6129         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
6130         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
6131         * gst/smpte/gstmask.c: (_gst_mask_register):
6132         * gst/smpte/gstmask.h:
6133         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
6134         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
6135         (gst_smpte_paint_triangle_clock):
6136         constify some static structs.
6137         Don't update the mask if nothing changed to the params.
6138         Make sure we never draw outside of the picture. Fixes #398325.
6139
6140 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
6141
6142         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
6143           Error out properly when pull_range fails while we're reading the
6144           headers, instead of just pausing the task silently. Fixes #399338.
6145
6146 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
6147
6148         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6149           Some more sanity checks to make sure the input formats match and the
6150           input pads are actually negotiated, in case someone tries to feed
6151           buffers from fakesrc or filesrc. Fixes #398299.
6152           Also const-ify an array, just because we can.
6153
6154 2007-01-19  Edward Hervey  <edward@fluendo.com>
6155
6156         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
6157         Ignore previous commit, that was only valid for widths and heights
6158         that are multiples of 4.
6159         Copy over size/stride macros from jpegdec. This allows the element
6160         to work with any width,height...
6161         ... but puts in evidence that the actual transformations only work
6162         with width/height that are multiples of 4.
6163
6164 2007-01-19  Edward Hervey  <edward@fluendo.com>
6165
6166         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6167         Allocate buffers of the right size.
6168         The proper size of a I420 buffer in bytes is:
6169         
6170             width * height * 3
6171             ------------------
6172                     2
6173
6174 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6175
6176         * gst/smpte/gstsmpte.c: (gst_smpte_init):
6177           Proxy getcaps on sink pads too, so that we either end up with the
6178           same dimensions on all pads or error out if that's not possible
6179           (seems to work even!). Fixes #398086, I think.
6180
6181 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6182
6183         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6184         * docs/plugins/gst-plugins-good-plugins.args:
6185         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6186           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
6187           fix integer properties with -1 as minimum value.
6188
6189         * docs/plugins/inspect/plugin-1394.xml:
6190         * docs/plugins/inspect/plugin-aasink.xml:
6191         * docs/plugins/inspect/plugin-alaw.xml:
6192         * docs/plugins/inspect/plugin-alpha.xml:
6193         * docs/plugins/inspect/plugin-alphacolor.xml:
6194         * docs/plugins/inspect/plugin-annodex.xml:
6195         * docs/plugins/inspect/plugin-apetag.xml:
6196         * docs/plugins/inspect/plugin-audiofx.xml:
6197         * docs/plugins/inspect/plugin-auparse.xml:
6198         * docs/plugins/inspect/plugin-autodetect.xml:
6199         * docs/plugins/inspect/plugin-avi.xml:
6200         * docs/plugins/inspect/plugin-cacasink.xml:
6201         * docs/plugins/inspect/plugin-cairo.xml:
6202         * docs/plugins/inspect/plugin-cdio.xml:
6203         * docs/plugins/inspect/plugin-cutter.xml:
6204         * docs/plugins/inspect/plugin-debug.xml:
6205         * docs/plugins/inspect/plugin-dv.xml:
6206         * docs/plugins/inspect/plugin-efence.xml:
6207         * docs/plugins/inspect/plugin-effectv.xml:
6208         * docs/plugins/inspect/plugin-esdsink.xml:
6209         * docs/plugins/inspect/plugin-flac.xml:
6210         * docs/plugins/inspect/plugin-flxdec.xml:
6211         * docs/plugins/inspect/plugin-gconfelements.xml:
6212         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6213         * docs/plugins/inspect/plugin-goom.xml:
6214         * docs/plugins/inspect/plugin-halelements.xml:
6215         * docs/plugins/inspect/plugin-icydemux.xml:
6216         * docs/plugins/inspect/plugin-id3demux.xml:
6217         * docs/plugins/inspect/plugin-jpeg.xml:
6218         * docs/plugins/inspect/plugin-level.xml:
6219         * docs/plugins/inspect/plugin-matroska.xml:
6220         * docs/plugins/inspect/plugin-mulaw.xml:
6221         * docs/plugins/inspect/plugin-multipart.xml:
6222         * docs/plugins/inspect/plugin-navigationtest.xml:
6223         * docs/plugins/inspect/plugin-ossaudio.xml:
6224         * docs/plugins/inspect/plugin-png.xml:
6225         * docs/plugins/inspect/plugin-rtp.xml:
6226         * docs/plugins/inspect/plugin-rtsp.xml:
6227         * docs/plugins/inspect/plugin-shout2send.xml:
6228         * docs/plugins/inspect/plugin-smpte.xml:
6229         * docs/plugins/inspect/plugin-speex.xml:
6230         * docs/plugins/inspect/plugin-taglib.xml:
6231         * docs/plugins/inspect/plugin-udp.xml:
6232         * docs/plugins/inspect/plugin-videobalance.xml:
6233         * docs/plugins/inspect/plugin-videobox.xml:
6234         * docs/plugins/inspect/plugin-videoflip.xml:
6235         * docs/plugins/inspect/plugin-videomixer.xml:
6236         * docs/plugins/inspect/plugin-wavenc.xml:
6237         * docs/plugins/inspect/plugin-wavparse.xml:
6238         * docs/plugins/inspect/plugin-ximagesrc.xml:
6239           Update to CVS.
6240
6241 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
6242
6243         Patch by: Sebastian Dröge <slomo circular-chaos org>
6244
6245         * gst/audiofx/audiopanorama.c:
6246           Fix doc section name (Fixes #397946)
6247
6248 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
6249
6250         * sys/v4l2/gstv4l2object.c:
6251         (gst_v4l2_object_install_properties_helper),
6252         (gst_v4l2_object_set_property_helper),
6253         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
6254         * sys/v4l2/gstv4l2object.h:
6255         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6256         (gst_v4l2src_init), (gst_v4l2src_set_property),
6257         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
6258         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6259         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6260         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
6261         (gst_v4l2src_capture_deinit):
6262           Fix EIO handing when capturing. Add new property to specify the number of
6263           buffers to enque (and remove the borked num-buffers usage).
6264
6265 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
6266
6267         Patch by: Sebastian Dröge <slomo circular-chaos org>
6268
6269         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
6270         (gst_audio_panorama_set_process_function):
6271           Use a function array for process methods, add more docs and define the
6272           startindex of enums.
6273
6274 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6275
6276         Patch by: Mark Nauwelaerts <manauw at skynet be>
6277
6278         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
6279         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
6280         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
6281         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
6282         (gst_avi_mux_riff_get_avi_header),
6283         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
6284         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
6285         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
6286         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
6287         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
6288         (gst_avi_mux_change_state):
6289         * gst/avi/gstavimux.h:
6290         * tests/check/elements/avimux.c: (teardown_src_pad):
6291           Add support for more than one audio stream; write better AVIX
6292           header; refactor code a bit; don't announce vorbis caps on our audio
6293           sink pads since we don't support it anyway. Closes #379298.
6294
6295 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
6296
6297         Patch by: Sebastian Dröge <slomo circular-chaos org>
6298
6299         * gst/audiofx/audiopanorama.c:
6300         (gst_audio_panorama_method_get_type),
6301         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
6302         (gst_audio_panorama_set_process_function),
6303         (gst_audio_panorama_set_property),
6304         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
6305         (gst_audio_panorama_transform_m2s_int_simple),
6306         (gst_audio_panorama_transform_s2s_int_simple),
6307         (gst_audio_panorama_transform_m2s_float_simple),
6308         (gst_audio_panorama_transform_s2s_float_simple):
6309         * gst/audiofx/audiopanorama.h:
6310           Add 'method' property and provide a simple (non-psychoacustic)
6311           processing method (#394859).
6312
6313         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
6314         (panorama_suite):
6315           Tests for new method.
6316
6317 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6318
6319         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
6320         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
6321           Set correct caps on outgoing pulled buffers, or things blow up
6322           after recent core changes.
6323
6324 2007-01-11  Wim Taymans  <wim@fluendo.com>
6325
6326         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6327
6328         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
6329         (gst_multipart_mux_request_new_pad),
6330         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
6331         (gst_multipart_mux_change_state):
6332         Return FLOW errors ASAP. Fixes #394977.
6333         Misc cleanups.
6334
6335 2007-01-11  Wim Taymans  <wim@fluendo.com>
6336
6337         Patch by: Lutz Mueller <lutz at topfrose dot de>
6338
6339         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
6340         Check for stream pad before activating. 
6341
6342 2007-01-10  Wim Taymans  <wim@fluendo.com>
6343
6344         Patch by: Peter Kjellerstedt  <pkj at axis com>
6345
6346         * gst/rtsp/COPYING.MIT:
6347         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6348         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
6349         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
6350         (gst_rtspsrc_stream_configure_transport),
6351         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
6352         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
6353         (gst_rtspsrc_parse_methods),
6354         (gst_rtspsrc_create_transports_string),
6355         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
6356         (gst_rtspsrc_open), (gst_rtspsrc_close):
6357         * gst/rtsp/gstrtspsrc.h:
6358         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6359         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
6360         (parse_request_line), (parse_line), (rtsp_connection_read),
6361         (rtsp_connection_close):
6362         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
6363         (rtsp_method_as_text), (rtsp_header_as_text),
6364         (rtsp_status_as_text), (rtsp_find_header_field),
6365         (rtsp_find_method):
6366         * gst/rtsp/rtspdefs.h:
6367         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
6368         (rtsp_ext_wms_configure_stream):
6369         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
6370         (rtsp_message_new_request), (rtsp_message_init_request),
6371         (rtsp_message_new_response), (rtsp_message_init_response),
6372         (rtsp_message_init_data), (rtsp_message_unset),
6373         (rtsp_message_free), (rtsp_message_add_header),
6374         (rtsp_message_get_header), (rtsp_message_set_body),
6375         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
6376         * gst/rtsp/rtspmessage.h:
6377         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
6378         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
6379         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
6380         (sdp_message_dump):
6381         Allow url to be NULL to be able to use it for server connections.
6382         Can now send responses as well as requests.
6383         No longer hangs in an endless loop if EOF is received.
6384         Can now convert a status code to a text string.
6385         Return RTSP_HDR_INVALID for unknown headers.
6386         Return RTSP_INVALID for unknown methods.
6387         Copy CSeq and Session headers from the request.
6388         Only free memory corresponding to the currently set message type.
6389         Added const to function arguments as appropriate.
6390         Avoid a compiler warning when initializing nmedia.
6391         Use guint rather than gint to avoid compiler warnings.
6392         Fix crasher in wms extension.
6393         Factor out stream setup from open_connection.
6394         Delay activation of streams when actual data is received from the
6395         server, this prepares us to do proper protocol switching.
6396         Added new license.
6397         Fixes #380895.
6398
6399
6400 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
6401
6402         Patch by: Sebastian Dröge <slomo ubuntu com>
6403
6404         * docs/plugins/Makefile.am:
6405         * gst/audiofx/audiopanorama.c:
6406           Some small docs fixes (#394851).
6407
6408 2007-01-09  Wim Taymans  <wim@fluendo.com>
6409
6410         * gst/avi/gstavidemux.c:
6411         Fix docs.
6412
6413 2007-01-09  Wim Taymans  <wim@fluendo.com>
6414
6415         * gst/rtp/Makefile.am:
6416         * gst/rtp/gstrtp.c: (plugin_init):
6417         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
6418         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
6419         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
6420         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
6421         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
6422         * gst/rtp/gstrtpmpvdepay.h:
6423           Added RFC 2250 MPEG Video Depayloader.
6424
6425         * gst/rtp/gstrtpL16depay.h:
6426         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
6427         (gst_rtp_h263p_depay_process):
6428         Fix Header file. Small cleanups.
6429
6430         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
6431         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
6432         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
6433         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
6434         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
6435         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
6436         (gst_rtp_mp4v_depay_change_state):
6437         Remove usused code. Remove Adapter from state Change. Added debug.
6438
6439         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
6440         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
6441         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
6442         * gst/rtp/gstrtpmpadepay.h:
6443         Subclass base depayloader.
6444         Added debug.
6445         Support static payload type assignment as well.
6446
6447         * gst/rtp/gstrtpmpapay.c:
6448         Fix caps.
6449
6450 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6451
6452         Patch by: Vincent Torri  <vtorri at univ-evry fr>
6453
6454         * ext/jpeg/gstjpegdec.c:
6455         * ext/jpeg/gstjpegenc.c:
6456         * ext/jpeg/smokecodec.c:
6457           These libjpeg callbacks should return a 'boolean' (unsigned char
6458           apparently) and not a 'gboolean' (which maps to gint). Fixes
6459           warnings when compiling with MingW (#393427).
6460
6461         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6462           Use ioctlsocket on win32.
6463
6464         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6465           Some printf format fixes for win32.
6466
6467 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
6468
6469         * gst/cutter/gstcutter.c: (gst_cutter_chain):
6470           Use gst_guint64_to_gdouble for conversion.
6471         * win32/vs6/libgstmatroska.dsp:
6472           Add zlib to the link.
6473         * win32/vs6/libgstvideobox.dsp:
6474           Update liboil library name (project is linked to 
6475           liboil-0.3-0.lib now).
6476           
6477 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6478
6479         * gst/matroska/Makefile.am:
6480           If zlib is available and used, we must link it explicitly for
6481           things to work on MingW (fixes #392855).
6482
6483 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
6484
6485         * ext/esd/esdsink.c: (gst_esdsink_delay):
6486           Don't return bogus values when esd_get_delay() fails for some
6487           reason (#392189).
6488
6489 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6490
6491         * sys/ximage/gstximagesrc.c: (composite_pixel):
6492           Fix presumably copy'n'pasto for 16bpp depth.
6493
6494 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6495
6496         * gst/matroska/matroska-mux.c:
6497         (gst_matroska_mux_audio_pad_setcaps):
6498           The "signed" field in audio caps is of boolean type, trying to use
6499           gst_structure_get_int() to extract it will fail. Fixing this makes
6500           matroskamux accept raw audio input (#387121) (use at your own risk
6501           though, due to the matroska spec being not entirely useful in this
6502           respect).
6503           Also fix up raw audio structures in template caps so that they
6504           represent what our setcaps function will actually accept, so that
6505           converters know what to convert to.
6506           Finally, don't fail if there isn't an "endianness" field in 8-bit
6507           PCM caps.
6508
6509 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
6510
6511         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6512         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6513         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6514         (teardown_cmmldec):
6515         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6516         (teardown_cmmlenc):
6517         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6518           reapply consistent pad (de)activation
6519
6520 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
6521
6522         * configure.ac:
6523         Back to CVS
6524
6525         * gst-plugins-good.doap:
6526         Add 0.10.5 doap entry
6527
6528 === release 0.10.5 ===
6529
6530 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
6531
6532         * configure.ac:
6533           releasing 0.10.5, "The Path of Thorns"
6534
6535 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6536
6537         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6538         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6539         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6540         (teardown_cmmldec):
6541         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6542         (teardown_cmmlenc):
6543         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6544           revert my freeze breakage
6545
6546 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6547
6548         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6549         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6550         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6551         (teardown_cmmldec):
6552         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6553         (teardown_cmmlenc):
6554         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6555           consistent pad (de)activation
6556
6557 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
6558
6559         * configure.ac:
6560         * ext/Makefile.am:
6561         Disable LADPSA, as it has moved to the -bad module for the duration.
6562
6563 2006-12-18  Wim Taymans  <wim@fluendo.com>
6564
6565         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
6566         (gst_signal_processor_event):
6567         Reset flow_state back to _OK after a flush stop so that we exit our
6568         error state after the flush. Fixes #374213
6569
6570 2006-12-16  David Schleef  <ds@schleef.org>
6571
6572         * sys/osxvideo/osxvideosink.h:
6573         * sys/osxvideo/osxvideosink.m:
6574           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
6575
6576 2006-12-16  David Schleef  <ds@schleef.org>
6577
6578         Patch by: Vijay Santhanam <vijay santhanam gmail com>
6579
6580         * sys/osxvideo/Makefile.am:
6581         * sys/osxvideo/osxvideosink.h:
6582         * sys/osxvideo/osxvideosink.m:
6583           Preliminary patch for porting osxvideosink
6584
6585 2006-12-16  Wim Taymans  <wim@fluendo.com>
6586
6587         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6588
6589         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
6590         (gst_videomixer_set_master_geometry),
6591         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
6592         (gst_videomixer_reset), (gst_videomixer_init),
6593         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
6594         (gst_videomixer_release_pad), (gst_videomixer_collected),
6595         (gst_videomixer_change_state):
6596         Introduce some locking around the videomixer state so that it does not
6597         crash when adding/removing pads. Fixes #383043.
6598
6599 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6600
6601         * configure.ac:
6602           Make sure libcaca can actually be used instead of just checking for
6603           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
6604           cross-compiling (fixes #384587).
6605
6606 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6607
6608         * Makefile.am:
6609         * gst-plugins-good.doap:
6610         * gst-plugins-good.spec.in:
6611           adding doap file
6612
6613 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6614
6615         * configure.ac:
6616           libflac-1.1.3 changed API again, but we can't build against it yet,
6617           so make sure our check doesn't use libflac-1.1.3 and add a comment
6618           to this effect.
6619
6620 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6621
6622         * gst/effectv/gstquark.c: (gst_quarktv_transform),
6623         (gst_quarktv_planetable_clear):
6624           Add some NULL pointer checks (possibly related to #385623).
6625
6626 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
6627
6628         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
6629         (gst_tag_demux_chain):
6630         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
6631           In streaming mode, if the first buffer we get doesn't have an
6632           offset, fix it up to be 0, otherwise trimming won't work later on
6633           and we'll be typefinding application/x-id3, which may result in
6634           decodebin plugging an endless number of id3demux elements as a
6635           consequence. Fixes #385031.
6636           
6637 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6638
6639         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
6640           Ignore the buffer_time the sound device reports. Turns out it is 
6641           sometimes completely bogus and we're better off without it.
6642
6643 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6644
6645         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6646         (gst_matroska_demux_video_caps):
6647         * gst/matroska/matroska-ids.c:
6648         (gst_matroska_track_init_video_context):
6649         * gst/matroska/matroska-ids.h:
6650           Try harder to extract the framerate for video tracks correctly and
6651           save it directly instead of converting it back and forth a few
6652           times. Mostly makes a difference for very small framerates (<1).
6653           Fixes #380199.
6654
6655 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6656
6657         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
6658         (gst_gconf_audio_src_dispose), (do_toggle_element):
6659         * ext/gconf/gstgconfaudiosrc.h:
6660           Remove gconf notify hook when the gconfaudiosrc element is
6661           destroyed, otherwise the callback may be called on an
6662           already-destroyed instance and bad things happen. Should fix
6663           #378184.
6664           Also ignore gconf key changes when the source is already running.
6665
6666 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6667
6668         Patch by: Sebastian Dröge  <mail at slomosnail de>
6669
6670         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6671           We need to be able to read and parse any possible floating point string
6672           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
6673           will parse the former only in certain locales though, so we really need
6674           to canonicalise the separator to '.' and then use g_ascii_strtod() to
6675           make sure we can parse either version at all times.
6676           Fixes #382982 for real.
6677
6678 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6679
6680         * sys/sunaudio/gstsunaudiomixerctrl.c:
6681         * sys/sunaudio/gstsunaudiosrc.c:
6682
6683         Use the sunaudio debug category.
6684
6685         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
6686         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
6687         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
6688         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
6689         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
6690         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
6691         (gst_sunaudiosink_reset):
6692         * sys/sunaudio/gstsunaudiosink.h:
6693
6694         Uses the sunaudio debug category for all debug output
6695         Implements the _delay() callback to synchronise video playback better
6696         Change the segtotal and segsize values back to the parent class 
6697           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
6698           respectively)
6699         Measure the samples written to the device vs. played.
6700         Keep track of segments in the device by writing empty eof frames, and
6701         sleep using a GCond when we get too far ahead and risk overrunning the
6702         sink's ringbuffer.
6703
6704         Fixes: #360673
6705
6706 2006-12-08  Wim Taymans  <wim@fluendo.com>
6707
6708         Patch by: Sebastian Dröge  <mail at slomosnail de >
6709
6710         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6711         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
6712         * gst/audiofx/audiopanorama.h:
6713         Fix audiopanorame with float samples. Fixes #383726.
6714
6715 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6716
6717         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
6718         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
6719         (gst_sunaudiosrc_reset):
6720
6721         Implement reset functions to unblock the src/sink more quickly on 
6722         state change requests.
6723         Patch by: Brian Cameron <brian dot cameron at sun com>
6724
6725 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6726
6727         * sys/sunaudio/gstsunaudiomixer.c:
6728         (gst_sunaudiomixer_change_state):
6729         Construct the correct mixer device name when the AUDIODEV env var
6730         is set.
6731
6732         Patch by: Jerry Tan <jerry.tan at sun dot com>
6733         Fixes: #383596
6734
6735 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6736
6737         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
6738         Apply patch to open the mixer control and set the MULTIPLE_OPEN
6739         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
6740         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
6741         Patch by: Jerry Tan <jerry.tan at sun dot com>
6742         Fixes: #349015
6743
6744 2006-12-07  Wim Taymans  <wim@fluendo.com>
6745
6746         * gst/smpte/gstmask.h:
6747         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
6748         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
6749         (gst_smpte_collected), (gst_smpte_set_property),
6750         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
6751         * gst/smpte/gstsmpte.h:
6752         Port to 0.10 some more. 
6753         Added duration property to specify the duration of the transition.
6754         Make framerate a fraction.
6755         Deprecate fps property, we only use negotiated fps.
6756         Added docs.
6757         Fix collectpad usage.
6758         Reset state in READY.
6759         Send NEWSEGMENT event.
6760         Fix racy updates of object properties.
6761         Added debug category.
6762         Fixes #383323.
6763
6764 2006-12-06  Wim Taymans  <wim@fluendo.com>
6765
6766         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6767
6768         * gst/videomixer/videomixer.c:
6769         (gst_videomixer_set_master_geometry),
6770         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
6771         Don't reset xpos and ypos in the setcaps function because causes
6772         unexpected behaviour.
6773         Fixes #382179.
6774
6775 2006-12-06  Wim Taymans  <wim@fluendo.com>
6776
6777         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
6778         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
6779         Keep track of the buffer timestamp in the collectdata member instead
6780         of modifying the buffer without making the metadata writable first.
6781         Fixes #382277.
6782
6783 2006-12-06  Wim Taymans  <wim@fluendo.com>
6784
6785         Patch by: Rob Taylor <robtaylor at floopily dot org>
6786
6787         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
6788         If using multicast in udpsrc, bind to the multicast address rather than
6789         IN_ADDR_ANY.
6790         This allows the simultanous use of multiple udpsrcs listening on
6791         different multicat addresses. Without this all udpsrcs will receive all
6792         packets from all subscribed multicast addresses.
6793         Fixes #383001.
6794
6795 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6796
6797         * ext/taglib/gstid3v2mux.cc:
6798         Don't attempt to write a NULL frame into the ID3 tag set when the 
6799         createFrame method returned NULL.
6800         Fixes: #381857
6801         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
6802
6803 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6804
6805         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6806         Use g_strtod() instead of sscanf to parse doubles, so that it will
6807         try parsing in the C locale if the current locale fails.
6808         Fixes: #382982
6809         Patch by: Sebastian Dröge  <mail at slomosnail de >
6810
6811 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
6812
6813         * win32/MANIFEST:
6814         Fix compilation on win32 under VS8
6815         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
6816         Partially fixes #381175
6817
6818 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6819
6820         * gst/avi/gstavimux.c:
6821           accept all mpegversions,fixes #380825
6822           spotted by: Jerome Alet  
6823
6824 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6825
6826         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6827         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
6828         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
6829         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
6830           cleanup the error message a bit more
6831
6832 2006-11-28  Wim Taymans  <wim@fluendo.com>
6833
6834         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
6835         Fix width and height properties.
6836
6837         * ext/libcaca/gstcacasink.h:
6838         Fix compilation on newer libcaca that require us to include a new
6839         header. Fixes #379918.
6840
6841 2006-11-28  Wim Taymans  <wim@fluendo.com>
6842
6843         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6844         * gst/rtsp/gstrtspsrc.h:
6845         * gst/rtsp/rtspext.h:
6846         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
6847         (rtsp_ext_wms_get_context):
6848         Add method so that extensions can choose to disable the setup of
6849         a stream.
6850         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
6851
6852 2006-11-27  Wim Taymans  <wim@fluendo.com>
6853
6854         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6855
6856         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6857         Push header in a separate buffer instead of memcpy:ing all data.
6858         Change LF => CRLF in headers.
6859         Move trailing LF to header. Fixes #379792.
6860
6861 2006-11-27  Wim Taymans  <wim@fluendo.com>
6862
6863         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
6864         Small buffer overflow fix and improve debugging.
6865
6866 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6867
6868         * ext/esd/esdmon.h:
6869         * ext/esd/esdsink.h:
6870           remove obsolete _factory_init protos
6871
6872 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6873
6874         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
6875         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
6876         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
6877         (gst_avi_demux_read_subindexes_push),
6878         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
6879         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6880         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
6881         (gst_avi_demux_massage_index),
6882         (gst_avi_demux_calculate_durations_from_index),
6883         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
6884         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
6885         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
6886           remove dead code, tweak debugs statements, add comments, use
6887           _uint64_scale instead _uint64_scale_int when using guint64 values,
6888           small optimizations, reflow some error handling
6889
6890 2006-11-22  Edward Hervey  <edward@fluendo.com>
6891
6892         * po/.cvsignore:
6893         We never put .pot files in cvs. Let's ignore them all.
6894
6895 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6896
6897         * po/POTFILES.in:
6898           ... but better exclude files that aren't disted.
6899
6900 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6901
6902         * po/POTFILES.in:
6903           Add v4l2 source files to list of files with translations, so the
6904           strings are actually extracted (however bad they still may be).
6905
6906 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6907
6908         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
6909           Minor clean-ups: const-ify static array, remove trailing comma from
6910           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
6911
6912 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
6913
6914         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
6915         Make sure that g_free always gets called on the same pointer that was 
6916         returned by g_malloc.  Fixes #376594.
6917         Do not leak memory if decompressed size is wrong.
6918         Remove unneeded check of return value of g_malloc.
6919         Patch by: René Stadler <mail@renestadler.de>
6920
6921 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
6922
6923         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
6924           Add missing curly brackets.
6925
6926 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
6927
6928         * sys/v4l2/v4l2src_calls.c:
6929         Fix capture_deinit.
6930
6931 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6932
6933         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
6934         (gst_matroska_mux_request_new_pad):
6935           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
6936
6937         * tests/check/elements/matroskamux.c: (setup_src_pad),
6938         (setup_sink_pad), (GST_START_TEST):
6939         Activate pads before using them.
6940
6941 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6942
6943         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
6944           Initialise variable to get rid of bogus compiler warning.
6945
6946 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
6947
6948         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
6949
6950         * gst/rtp/gstrtph263pay.c:
6951         * gst/rtp/gstrtph263pdepay.c:
6952         * gst/rtp/gstrtph263ppay.c:
6953           Specify H.263 variant and version in the caps (fixes #361637)
6954
6955 2006-11-15  Wim Taymans  <wim@fluendo.com>
6956
6957         * gst/rtsp/rtspconnection.c: (read_body):
6958         Don't set a data pointer to NULL and a size > 0 when we deal
6959         with empty packets.
6960
6961         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
6962         (rtsp_message_init_response), (rtsp_message_init_data),
6963         (rtsp_message_unset), (rtsp_message_free),
6964         (rtsp_message_take_body):
6965         Check that we can't create invalid empty packets. 
6966
6967 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
6968
6969         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6970
6971         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
6972         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
6973         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
6974         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6975         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
6976         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
6977         * gst/matroska/matroska-mux.h:
6978           Add basic tag writing support; implement releasing pads (#374658).
6979
6980 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
6981
6982         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6983         (gst_matroska_demux_audio_caps):
6984           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
6985
6986 2006-11-14  David Schleef  <ds@schleef.org>
6987
6988         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
6989
6990 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6991
6992         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
6993
6994         * win32/vs8/gst-plugins-good.sln:
6995         * win32/vs8/libgst1394.vcproj:
6996         * win32/vs8/libgstaasink.vcproj:
6997         * win32/vs8/libgstalaw.vcproj:
6998         * win32/vs8/libgstalpha.vcproj:
6999         * win32/vs8/libgstalphacolor.vcproj:
7000         * win32/vs8/libgstannodex.vcproj:
7001         * win32/vs8/libgstapetag.vcproj:
7002         * win32/vs8/libgstaudiofx.vcproj:
7003         * win32/vs8/libgstauparse.vcproj:
7004         * win32/vs8/libgstautodetect.vcproj:
7005         * win32/vs8/libgstavi.vcproj:
7006         * win32/vs8/libgstcacasink.vcproj:
7007         * win32/vs8/libgstcdio.vcproj:
7008         * win32/vs8/libgstcutter.vcproj:
7009         * win32/vs8/libgstdv.vcproj:
7010         * win32/vs8/libgsteffectv.vcproj:
7011         * win32/vs8/libgstflac.vcproj:
7012         * win32/vs8/libgstflxdec.vcproj:
7013         * win32/vs8/libgstgoom.vcproj:
7014         * win32/vs8/libgsticydemux.vcproj:
7015         * win32/vs8/libgstid3demux.vcproj:
7016         * win32/vs8/libgstjpeg.vcproj:
7017         * win32/vs8/libgstladspa.vcproj:
7018         * win32/vs8/libgstlevel.vcproj:
7019         * win32/vs8/libgstmatroska.vcproj:
7020         * win32/vs8/libgstmikmod.vcproj:
7021         * win32/vs8/libgstmng.vcproj:
7022         * win32/vs8/libgstmonoscope.vcproj:
7023         * win32/vs8/libgstmulaw.vcproj:
7024         * win32/vs8/libgstmultipart.vcproj:
7025         * win32/vs8/libgstpng.vcproj:
7026         * win32/vs8/libgstrtp.vcproj:
7027         * win32/vs8/libgstrtsp.vcproj:
7028         * win32/vs8/libgstshout2.vcproj:
7029         * win32/vs8/libgstsmpte.vcproj:
7030         * win32/vs8/libgstspeex.vcproj:
7031         * win32/vs8/libgsttaglib.vcproj:
7032         * win32/vs8/libgstudp.vcproj:
7033         * win32/vs8/libgstvideobalance.vcproj:
7034         * win32/vs8/libgstvideobox.vcproj:
7035         * win32/vs8/libgstvideoflip.vcproj:
7036         * win32/vs8/libgstvideomixer.vcproj:
7037         * win32/vs8/libgstwavenc.vcproj:
7038         * win32/vs8/libgstwavparse.vcproj:
7039           Make end-of-line returns unixy, so that when the files are checked
7040           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
7041           Hopefully fixes #366492.
7042
7043 2006-11-14  Wim Taymans  <wim@fluendo.com>
7044
7045         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
7046         Disable init_frames delay timestamp adjustment, it does not
7047         seem to be needed at all. Fixes #369621.
7048
7049 2006-11-13  Wim Taymans  <wim@fluendo.com>
7050
7051         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7052
7053         * gst/videomixer/videomixer.c:
7054         (gst_videomixer_set_master_geometry),
7055         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
7056         (gst_videomixer_collect_free), (gst_videomixer_reset),
7057         (gst_videomixer_init), (gst_videomixer_finalize),
7058         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
7059         (gst_videomixer_collected), (gst_videomixer_change_state):
7060         Fix memleak by unref'ing collectpads instance (when finalizing)
7061         Implement releasing a request pad. Fixes #374479.
7062
7063 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
7064
7065         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7066
7067         * win32/vs8/gst-plugins-good.sln:
7068         * win32/vs8/libgst1394.vcproj:
7069         * win32/vs8/libgstaasink.vcproj:
7070         * win32/vs8/libgstalaw.vcproj:
7071         * win32/vs8/libgstalpha.vcproj:
7072         * win32/vs8/libgstalphacolor.vcproj:
7073         * win32/vs8/libgstannodex.vcproj:
7074         * win32/vs8/libgstapetag.vcproj:
7075         * win32/vs8/libgstaudiofx.vcproj:
7076         * win32/vs8/libgstauparse.vcproj:
7077         * win32/vs8/libgstautodetect.vcproj:
7078         * win32/vs8/libgstavi.vcproj:
7079         * win32/vs8/libgstcacasink.vcproj:
7080         * win32/vs8/libgstcdio.vcproj:
7081         * win32/vs8/libgstcutter.vcproj:
7082         * win32/vs8/libgstdv.vcproj:
7083         * win32/vs8/libgsteffectv.vcproj:
7084         * win32/vs8/libgstflac.vcproj:
7085         * win32/vs8/libgstflxdec.vcproj:
7086         * win32/vs8/libgstgoom.vcproj:
7087         * win32/vs8/libgsticydemux.vcproj:
7088         * win32/vs8/libgstid3demux.vcproj:
7089         * win32/vs8/libgstjpeg.vcproj:
7090         * win32/vs8/libgstladspa.vcproj:
7091         * win32/vs8/libgstlevel.vcproj:
7092         * win32/vs8/libgstmatroska.vcproj:
7093         * win32/vs8/libgstmikmod.vcproj:
7094         * win32/vs8/libgstmng.vcproj:
7095         * win32/vs8/libgstmonoscope.vcproj:
7096         * win32/vs8/libgstmulaw.vcproj:
7097         * win32/vs8/libgstmultipart.vcproj:
7098         * win32/vs8/libgstpng.vcproj:
7099         * win32/vs8/libgstrtp.vcproj:
7100         * win32/vs8/libgstrtsp.vcproj:
7101         * win32/vs8/libgstshout2.vcproj:
7102         * win32/vs8/libgstsmpte.vcproj:
7103         * win32/vs8/libgstspeex.vcproj:
7104         * win32/vs8/libgsttaglib.vcproj:
7105         * win32/vs8/libgstudp.vcproj:
7106         * win32/vs8/libgstvideobalance.vcproj:
7107         * win32/vs8/libgstvideobox.vcproj:
7108         * win32/vs8/libgstvideoflip.vcproj:
7109         * win32/vs8/libgstvideomixer.vcproj:
7110         * win32/vs8/libgstwavenc.vcproj:
7111         * win32/vs8/libgstwavparse.vcproj:
7112           Add VS8 project files (note that many of the plugins in ext are
7113           disabled by default). Fixes #366492.
7114
7115 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
7116
7117         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7118           we do not translate debug messages
7119
7120 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
7121
7122         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
7123           fix categorisation, make short desc more explicit, remove unused code
7124           Fixes #372021
7125
7126 2006-11-08  Wim Taymans  <wim@fluendo.com>
7127
7128         * gst/rtp/gstrtpL16depay.c:
7129         * gst/rtp/gstrtpamrdepay.c:
7130         * gst/rtp/gstrtpamrpay.c:
7131         * gst/rtp/gstrtpgsmdepay.c:
7132         * gst/rtp/gstrtph263pay.c:
7133         * gst/rtp/gstrtph263pdepay.c:
7134         * gst/rtp/gstrtph263ppay.c:
7135         * gst/rtp/gstrtph264depay.c:
7136         * gst/rtp/gstrtpmp2tdepay.c:
7137         * gst/rtp/gstrtpmp4gdepay.c:
7138         * gst/rtp/gstrtpmp4gpay.c:
7139         * gst/rtp/gstrtpmp4vdepay.c:
7140         * gst/rtp/gstrtpmp4vpay.c:
7141         * gst/rtp/gstrtpmpadepay.c:
7142         * gst/rtp/gstrtpmpapay.c:
7143         * gst/rtp/gstrtppcmadepay.c:
7144         * gst/rtp/gstrtppcmapay.c:
7145         * gst/rtp/gstrtppcmudepay.c:
7146         * gst/rtp/gstrtppcmupay.c:
7147         * gst/rtp/gstrtpspeexdepay.c:
7148         * gst/rtp/gstrtpspeexpay.c:
7149         * gst/rtp/gstrtpsv3vdepay.c:
7150         Fix element descriptions.
7151
7152 2006-11-08  Wim Taymans  <wim@fluendo.com>
7153
7154         * gst/rtp/gstrtpvorbisdepay.c:
7155         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
7156         Fix description.
7157         Small cleanup in the payloader.
7158
7159 2006-11-08  Wim Taymans  <wim@fluendo.com>
7160
7161         * gst/rtp/Makefile.am:
7162         * gst/rtp/gstrtp.c: (plugin_init):
7163         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
7164         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
7165         (gst_rtp_theora_depay_finalize),
7166         (gst_rtp_theora_depay_parse_configuration),
7167         (gst_rtp_theora_depay_setcaps),
7168         (gst_rtp_theora_depay_switch_codebook),
7169         (gst_rtp_theora_depay_process),
7170         (gst_rtp_theora_depay_set_property),
7171         (gst_rtp_theora_depay_get_property),
7172         (gst_rtp_theora_depay_change_state),
7173         (gst_rtp_theora_depay_plugin_init):
7174         * gst/rtp/gstrtptheoradepay.h:
7175         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
7176         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
7177         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
7178         (gst_rtp_theora_pay_init_packet),
7179         (gst_rtp_theora_pay_flush_packet),
7180         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
7181         (gst_rtp_theora_pay_handle_buffer),
7182         (gst_rtp_theora_pay_plugin_init):
7183         * gst/rtp/gstrtptheorapay.h:
7184         Add theora pay/depayloaders.
7185
7186 2006-11-06  Wim Taymans  <wim@fluendo.com>
7187
7188         * gst/rtp/Makefile.am:
7189         We depend on gsttag to generate the vorbis comments.
7190
7191         * gst/rtp/gstrtpvorbisdepay.c:
7192         (gst_rtp_vorbis_depay_parse_configuration),
7193         (gst_rtp_vorbis_depay_setcaps),
7194         (gst_rtp_vorbis_depay_switch_codebook),
7195         (gst_rtp_vorbis_depay_process):
7196         * gst/rtp/gstrtpvorbisdepay.h:
7197         Parse configuration string in the depayloader.
7198         Implement selecting and switching to a new codebook.
7199         Receiving vorbis over RTP now works.
7200
7201         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
7202         (gst_rtp_vorbis_pay_init_packet),
7203         (gst_rtp_vorbis_pay_finish_headers),
7204         (gst_rtp_vorbis_pay_handle_buffer):
7205         * gst/rtp/gstrtpvorbispay.h:
7206         Set timestamps on outgoing buffers and RTP packets.
7207         Fix configuration string, prepend number of Packet headers.
7208         Fix encoding of ident string.
7209         Add delivery-method to caps.
7210         Streaming vorbis over RTP now works.
7211
7212 2006-11-06  Wim Taymans  <wim@fluendo.com>
7213
7214         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7215         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
7216         (gst_rtp_vorbis_pay_handle_buffer):
7217         * gst/rtp/gstrtpvorbispay.h:
7218         Generate a valid configuration string in the caps based on the
7219         vorbis headers.
7220
7221 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7222
7223         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
7224         * ext/cdio/gstcdio.h:
7225         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
7226           Move CD-TEXT utility function into common file so it can also be
7227           used by a future cdioparanoiasrc.
7228
7229 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
7230         
7231         * sys/v4l2/Makefile.am:
7232         * sys/v4l2/gstv4l2object.c:
7233         * sys/v4l2/gstv4l2src.c:
7234         * sys/v4l2/gstv4l2xoverlay.c:
7235         * sys/v4l2/v4l2_calls.c:
7236         * sys/v4l2/v4l2src_calls.c:
7237         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
7238         xoverlay code that is still not implemented.
7239
7240 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
7241
7242         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
7243           We require a -base more recent than 0.10.9, so it's safe to use
7244           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
7245
7246         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
7247         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
7248           Use _newsegment_full() now that we depend on a recent enough core.
7249
7250         * gst/wavparse/gstwavparse.c:
7251           Remove cruft that we don't need any longer now that we depend on
7252           a recent enough -base.
7253
7254 2006-10-31  Wim Taymans  <wim@fluendo.com>
7255
7256         * gst/rtp/Makefile.am:
7257         * gst/rtp/gstrtp.c: (plugin_init):
7258         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
7259         (gst_rtpilbcpay_setcaps):
7260         Fix and activate ILBC pay and depayloaders. Fixes #368162.
7261
7262 2006-10-31  Wim Taymans  <wim@fluendo.com>
7263
7264         * ext/speex/gstspeexdec.c: (speex_dec_convert),
7265         (speex_dec_sink_event), (speex_dec_chain_parse_header):
7266         Some small cleanups, use _scale.
7267
7268 2006-10-31  Wim Taymans  <wim@fluendo.com>
7269
7270         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
7271         Use higher precision scale function.
7272
7273 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
7274
7275         Patch by: Michal Benes  <michal dot benes at itonis tv>
7276
7277         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
7278         (gst_matroska_demux_read_track_encodings),
7279         (gst_matroska_decode_buffer):
7280           Fix several issues with encoded/compressed/encrypted/signed tracks;
7281           also, remove superfluous newline characters from some debug
7282           statements. (#366155)
7283
7284 2006-10-30  Wim Taymans  <wim@fluendo.com>
7285
7286         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
7287         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
7288         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
7289         (gst_smokedec_change_state):
7290         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
7291         (gst_smokeenc_init), (gst_smokeenc_finalize),
7292         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
7293         (gst_smokeenc_resync), (gst_smokeenc_chain),
7294         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
7295         (gst_smokeenc_change_state):
7296         Various cleanups, capsnego and leak fixes.
7297
7298 2006-10-30  Wim Taymans  <wim@fluendo.com>
7299
7300         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7301
7302         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
7303         Fix videomixer so that it can handle any combination of framerates.
7304         Fixes #367221.
7305
7306 2006-10-28  Wim Taymans  <wim@fluendo.com>
7307
7308         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7309         (gst_avi_demux_parse_file_header),
7310         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
7311         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
7312         (gst_avi_demux_chain):
7313         Fix position query for audio. also fixes timestamps in streaming
7314         mode and bug #364958.
7315         Small cleanups.
7316
7317 2006-10-27  Wim Taymans  <wim@fluendo.com>
7318
7319         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
7320         * ext/libpng/gstpngenc.h:
7321         Fix strides. Fixes #364856.
7322         Cleanup capsnego.
7323         Set caps on outgoing buffers.
7324
7325 2006-10-18  Wim Taymans  <wim@fluendo.com>
7326
7327         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
7328
7329         * gst/rtp/gstrtpgsmpay.c:
7330         * gst/rtp/gstrtph263pay.c:
7331         * gst/rtp/gstrtpmpapay.c:
7332         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
7333         (gst_rtp_pcma_pay_handle_buffer):
7334         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
7335         Add static payload numbers in addition to the dynamic ones.
7336         Fixes #361639.
7337
7338 2006-10-18  Wim Taymans  <wim@fluendo.com>
7339
7340         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7341         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
7342         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
7343         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
7344         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
7345         * gst/rtsp/rtspdefs.h:
7346         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7347         * gst/rtsp/rtspurl.h:
7348         Reuse already existing enum for lower transport.
7349         Add rtspt and rtspu protocols.
7350         Send redirect to rtspt when udp times out.
7351
7352 2006-10-18  Wim Taymans  <wim@fluendo.com>
7353
7354         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
7355         (gst_wavparse_stream_data):
7356         Fix seeking some more, mostly for speed changes.
7357
7358 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7359
7360         Patch by: Fredrik Persson  <frepe at bredband net>
7361
7362         * sys/v4l2/gstv4l2tuner.c:
7363         * sys/v4l2/gstv4l2tuner.h:
7364           Fix _set_channel(): remove useless g_object_notify() for "channel"
7365           property that doesn't exist any longer and therefore now also
7366           useless redirect (#338818).
7367
7368 2006-10-17  Wim Taymans  <wim@fluendo.com>
7369
7370         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
7371         Some drivers do not support unsetting the non-blocking flag once the
7372         device is opened. In those cases, close/open the device in
7373         non-blocking mode. Fixes #362673.
7374
7375 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7376
7377         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7378         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7379         (gst_v4l2src_get_fps):
7380           dear stefan, framespersecond is not frameperiod, reverting but adding
7381           comment
7382
7383 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7384
7385         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7386         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7387         (gst_v4l2src_get_fps):
7388           Numerator is numerator and denominator is denominator. Say that aloud
7389           5 times and retry after next beer.
7390
7391 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
7392
7393         Patch by: Josep Torra Valles  <josep at fluendo com>
7394
7395         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
7396         * ext/esd/esdsink.c: (gst_esdsink_write):
7397         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
7398         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
7399         (gst_flac_dec_send_newsegment):
7400         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
7401         (gst_flac_enc_tell_callback):
7402         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
7403         (smokecodec_parse_header), (smokecodec_decode):
7404         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
7405         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
7406         * gst/goom/Makefile.am:
7407         * gst/goom/gstgoom.c:
7408         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
7409         * gst/rtsp/gstrtspsrc.c:
7410         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7411         * gst/udp/gstudpsink.c:
7412         * gst/udp/gstudpsrc.c:
7413         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
7414         * sys/sunaudio/gstsunaudiomixertrack.h:
7415           Fix a bunch of problems discovered by the Forte compiler, mostly type
7416           mixups and pointer arithmetics with void pointers. Fixes #362603.
7417
7418 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7419
7420         * ext/speex/gstspeex.c: (plugin_init):
7421         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
7422         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
7423         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
7424         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
7425         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
7426         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
7427         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
7428         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
7429         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
7430         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
7431         (gst_speex_enc_chain), (gst_speex_enc_get_property),
7432         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
7433         * ext/speex/gstspeexenc.h:
7434           Miscellaneous clean-ups, among other things: speexenc => enc to
7435           enhance code readability; change speexenc => speex_enc; in chain
7436           function unref input buffer in case of error; take reference in
7437           event function; use boilerplate macro; use gst_pad_query_peer_*
7438           convenience functions.
7439
7440 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7441
7442         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
7443         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
7444         (gst_speexenc_set_header_on_caps):
7445           Fix some mem leaks.
7446
7447 2006-10-11  Wim Taymans  <wim@fluendo.com>
7448
7449         * gst/rtsp/URLS:
7450         Added some other URL.
7451
7452         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
7453         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
7454         (gst_rtspsrc_open), (gst_rtspsrc_play),
7455         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7456         * gst/rtsp/gstrtspsrc.h:
7457         Work on fallback to TCP connection when the UDP socket times out.
7458         Handler server requests, just reply with OK for now.
7459
7460         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7461         * gst/rtsp/rtspdefs.h:
7462         Added some more Real extension headers.
7463
7464         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7465         Fix parsing of urls with a ':' that is not part of the hostname:port
7466         part of the url.
7467
7468 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7469
7470         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
7471         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
7472         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
7473           Activate pad before adding it to the already-running element.
7474
7475         * tests/check/elements/icydemux.c: (icydemux_found_pad):
7476           Activate newly-created pad too.
7477
7478 2006-10-11  Wim Taymans  <wim@fluendo.com>
7479
7480         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
7481
7482         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7483         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
7484         (gst_udpsrc_start):
7485         Fix some leaks in caps and uris. Fixes #361252.
7486
7487 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
7488
7489         * gst/wavparse/Makefile.am:
7490           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
7491
7492 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
7493
7494         * sys/v4l2/gstv4l2xoverlay.c:
7495         * sys/v4l2/gstv4l2xoverlay.h:
7496         Fix build as per the patch in #338818 comment 36.
7497
7498 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
7499
7500         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
7501           Activate pads before adding them to the source.
7502
7503 2006-10-06  Wim Taymans  <wim@fluendo.com>
7504
7505         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
7506         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
7507         Activate pads before adding.
7508
7509 2006-10-06  Wim Taymans  <wim@fluendo.com>
7510
7511         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
7512         (gst_multipart_find_pad_by_mime):
7513         Activate pads before adding.
7514
7515         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
7516         BOILERPLATE sets parent_class for us.
7517
7518 2006-10-06  Wim Taymans  <wim@fluendo.com>
7519
7520         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
7521         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7522         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
7523         (gst_rtspsrc_alloc_udp_ports),
7524         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7525         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
7526         (gst_rtspsrc_create_transports_string),
7527         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
7528         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7529         * gst/rtsp/gstrtspsrc.h:
7530         Rework how the transport string is constructed, try to share channels
7531         and udp ports.
7532         Make most of the stuff less dependant on RTP as we are also going to use
7533         it for RDT.
7534         Add support for transport specific session managers.
7535
7536         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
7537         Implement _flush().
7538
7539         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7540         * gst/rtsp/rtspdefs.h:
7541         Add generic error return code.
7542
7543         * gst/rtsp/rtspext.h:
7544         Add support for pluggable tranport strings.
7545
7546         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
7547         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
7548         (rtsp_ext_wms_get_context):
7549         Detect WMServer and activate the extension.
7550
7551         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
7552         (rtsp_transport_get_manager), (rtsp_transport_parse):
7553         * gst/rtsp/rtsptransport.h:
7554         Added methods to get mime/manager for certain transports.
7555
7556 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
7557
7558         * ext/cairo/gsttimeoverlay.c:
7559         (gst_cairo_time_overlay_update_font_height):
7560         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
7561         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
7562         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
7563         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
7564         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
7565         * ext/libpng/gstpngdec.c: (user_endrow_callback):
7566         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
7567         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
7568         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
7569         (gst_avi_demux_stream_data):
7570         * gst/cutter/gstcutter.c: (gst_cutter_chain):
7571         * gst/debug/efence.c: (gst_efence_buffer_alloc),
7572         (gst_fenced_buffer_copy):
7573         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7574         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
7575         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
7576         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
7577         (gst_rtspsrc_handle_message):
7578         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
7579         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
7580           Printf format fixes.
7581
7582 2006-10-04  Wim Taymans  <wim@fluendo.com>
7583
7584         * gst/rtsp/Makefile.am:
7585         Dist new .h file too.
7586
7587 2006-10-04  Wim Taymans  <wim@fluendo.com>
7588
7589         * gst/rtsp/Makefile.am:
7590         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
7591         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
7592         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7593         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7594         (gst_rtspsrc_parse_rtpmap),
7595         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
7596         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7597         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
7598         * gst/rtsp/gstrtspsrc.h:
7599         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7600         * gst/rtsp/rtspdefs.h:
7601         * gst/rtsp/rtspext.h:
7602         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
7603         (rtsp_ext_wms_get_context):
7604         * gst/rtsp/rtspextwms.h:
7605         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
7606         (rtsp_transport_parse):
7607         * gst/rtsp/rtsptransport.h:
7608         Factor out extension in separate module.
7609         Fix getcaps to filter against the padtemplate.
7610         Use Content-Base if the server gives one.
7611         Rework the transport parsing a bit for future extensions.
7612         Added some Real Header field definitions.
7613
7614 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7615
7616         * docs/plugins/Makefile.am:
7617         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7618         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7619           added v4l2 stubs
7620         * gst-plugins-good.spec.in:
7621           add v4l2
7622
7623 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
7624
7625         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7626           Extract disc/album/medium number and count and try harder
7627           to extract track number/count.
7628
7629 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7630
7631         * configure.ac:
7632         * sys/Makefile.am:
7633           add build stuff for v4l2, needs --enable-experimental until
7634           the last bits are resolved
7635
7636 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
7637
7638         * tests/check/Makefile.am:
7639           Disable autodetect test temporarily, so that the build bots
7640           update -bad and the ranks of unreliable video sinks in there.
7641
7642         * tests/check/elements/autodetect.c: (GST_START_TEST):
7643           Skip test if no usable videosink is found.
7644
7645 2006-09-29  Wim Taymans  <wim@fluendo.com>
7646
7647         * gst/rtsp/URLS:
7648         Add some more URLs.
7649
7650         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7651         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
7652         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7653         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
7654         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7655         (gst_rtspsrc_loop), (gst_rtspsrc_send),
7656         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7657         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
7658         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7659         * gst/rtsp/gstrtspsrc.h:
7660         Add timeout property to control UDP timeouts.
7661         Fix error messages.
7662         Also start a loop function when operating in UDP mode so that we can
7663         do some more stuff async.
7664         Handle element messages from udpsrc to detect timeouts. If a timeout
7665         happens we currently generate an error.
7666         API: rtspsrc::timeout property.
7667
7668         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7669         (gst_udpsrc_create):
7670         Really implement the timeout in microseconds and not milliseconds.
7671
7672 2006-09-29  Wim Taymans  <wim@fluendo.com>
7673
7674         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7675         (gst_udpsrc_create), (gst_udpsrc_set_property),
7676         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
7677         * gst/udp/gstudpsrc.h:
7678         Added property to post a message on timeout.
7679         Updated docs.
7680         When restarting the select, initialize the fdsets again.
7681         Init control sockets so we don't accidentally close a random socket.
7682         API: GstUDPSrc::timeout property
7683
7684 2006-09-29  Wim Taymans  <wim@fluendo.com>
7685
7686         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
7687         Fix flag registration.
7688
7689         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7690         Reading 0 also means 'no more commands'
7691
7692 2006-09-29  Wim Taymans  <wim@fluendo.com>
7693
7694         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7695
7696         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7697         Fix possible infinite loop when shutting down, a read can also return
7698         0 to indicate no more messages are available. Fixes #358156.
7699
7700 2006-09-25  Wim Taymans  <wim@fluendo.com>
7701
7702         * gst/autodetect/gstautoaudiosink.c:
7703         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
7704         (gst_auto_audio_sink_find_best):
7705         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
7706         Small cleanups.
7707         don't try to set "sync" property when it is not available.
7708
7709 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7710
7711         Patch by: Peter Kjellerstedt  <pkj at axis com>
7712
7713         * gst/alpha/gstalpha.c:
7714         * gst/rtp/gstrtpamrdepay.c:
7715         * gst/rtsp/gstrtspsrc.c:
7716         * gst/udp/gstudpsrc.c:
7717         * gst/videomixer/videomixer.c:
7718           Include stdlib.h in some more places, makes things compile
7719           with uClibc and -Werror (#357592).
7720
7721 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7722
7723         * ext/jpeg/gstjpegdec.c:
7724           Set minimum height to 8 (from 16), our code should handle
7725           that fine. Some of the buttons on the apple trailer site
7726           are apparently only 15 pixels high (see #357470).
7727
7728 2006-09-23  Wim Taymans  <wim@fluendo.com>
7729
7730         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
7731         (gst_rtspsrc_open):
7732         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7733         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7734         (rtsp_connection_receive):
7735         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7736         * gst/rtsp/rtspdefs.h:
7737         Improve error reporting.
7738
7739 2006-09-23  Wim Taymans  <wim@fluendo.com>
7740
7741         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
7742         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
7743         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
7744         * gst/rtp/gstrtpdepay.c:
7745         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
7746         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
7747         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
7748         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
7749         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
7750         (gst_rtp_mp2t_depay_plugin_init):
7751         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
7752         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
7753         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
7754         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
7755         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
7756         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
7757         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
7758         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
7759         Fix klass typos.
7760         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
7761
7762 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7763
7764         * configure.ac:
7765           Need  -base CVS for gst_base_rtp_depayload_push_ts().
7766
7767 2006-09-22  Wim Taymans  <wim@fluendo.com>
7768
7769         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
7770         Don't check for a tag that is never there and check if we read the
7771         correct tag. Fixes seeking again.
7772         We must post an error when all pads are unlinked.
7773
7774 2006-09-22  Wim Taymans  <wim@fluendo.com>
7775
7776         * gst/rtp/Makefile.am:
7777         * gst/rtp/gstrtp.c: (plugin_init):
7778         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
7779         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7780         (gst_rtp_vorbis_pay_reset_packet),
7781         (gst_rtp_vorbis_pay_init_packet),
7782         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
7783         (gst_rtp_vorbis_pay_handle_buffer):
7784         More fixage, set endoder-params correctly in the payloader.
7785
7786 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7787
7788         * gst/autodetect/gstautoaudiosink.c:
7789         (gst_auto_audio_sink_base_init):
7790         * gst/autodetect/gstautovideosink.c:
7791         (gst_auto_video_sink_base_init):
7792           Make static pad templates static to appease valgrind's leak
7793           detector.
7794
7795         * tests/check/Makefile.am:
7796         * tests/check/elements/.cvsignore:
7797         * tests/check/elements/autodetect.c: (GST_START_TEST),
7798         (autodetect_suite):
7799           Add simple test for the ghostpad lockup on shutdown fixed in core
7800           CVS (audio bit disabled because it would need dozens of alsa
7801           suppressions and I'm too lazy to add those now).
7802
7803 2006-09-22  Wim Taymans  <wim@fluendo.com>
7804
7805         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
7806         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
7807         Small cleanups.
7808
7809         * gst/rtp/Makefile.am:
7810         * gst/rtp/gstrtp.c: (plugin_init):
7811         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
7812         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
7813         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
7814         (gst_rtp_vorbis_depay_process),
7815         (gst_rtp_vorbis_depay_set_property),
7816         (gst_rtp_vorbis_depay_get_property),
7817         (gst_rtp_vorbis_depay_change_state),
7818         (gst_rtp_vorbis_depay_plugin_init):
7819         * gst/rtp/gstrtpvorbisdepay.h:
7820         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
7821         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
7822         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
7823         (gst_rtp_vorbis_pay_flush_packet),
7824         (gst_rtp_vorbis_pay_append_buffer),
7825         (gst_rtp_vorbis_pay_handle_buffer),
7826         (gst_rtp_vorbis_pay_plugin_init):
7827         * gst/rtp/gstrtpvorbispay.h:
7828         Add experimental vorbis pay and depayloaders.
7829
7830 2006-09-21  Wim Taymans  <wim@fluendo.com>
7831
7832         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
7833         Fix profile-level-id parsing and setup.
7834
7835 2006-09-21  Wim Taymans  <wim@fluendo.com>
7836
7837         * gst/udp/README:
7838         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
7839         Update README, simple cleanup.
7840
7841 2006-09-21  Wim Taymans  <wim@fluendo.com>
7842
7843         * gst/rtp/README:
7844         Update README with some examples.
7845
7846         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
7847         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
7848         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
7849         (gst_rtp_mp4g_pay_setcaps):
7850         * gst/rtp/gstrtpmp4gpay.h:
7851         Make optional RTP parameters of type STRING, as required by the
7852         application/x-rtp caps specification.
7853
7854 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
7855
7856         * gst/rtp/gstrtph263pdepay.c:
7857         * gst/rtp/gstrtph263ppay.c:
7858         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
7859         RTP header.
7860
7861 2006-09-20  Wim Taymans  <wim@fluendo.com>
7862
7863         * gst/rtp/Makefile.am:
7864         And makefile too.
7865
7866 2006-09-20  Wim Taymans  <wim@fluendo.com>
7867
7868         * gst/rtp/gstrtp.c: (plugin_init):
7869         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
7870         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
7871         (decode_base64), (gst_rtp_asf_depay_setcaps),
7872         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
7873         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
7874         (gst_rtp_asf_depay_plugin_init):
7875         * gst/rtp/gstrtpasfdepay.h:
7876         Added preliminary ASF depayloader.
7877
7878         * gst/rtp/gstrtph264depay.c: (decode_base64):
7879         Fix base64 decoding.
7880
7881 2006-09-20  Wim Taymans  <wim@fluendo.com>
7882
7883         * gst/rtsp/URLS:
7884         Added some test URLS.
7885
7886         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7887         (gst_rtspsrc_loop), (gst_rtspsrc_open):
7888         * gst/rtsp/gstrtspsrc.h:
7889         When creating streams, give access to the complete SDP.
7890         Fix some leaks.
7891         Collect and merge global stream properties in stream caps.
7892         Preliminary support for WMServer.
7893
7894         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7895         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7896         (rtsp_connection_receive):
7897         * gst/rtsp/rtspconnection.h:
7898         Make connection interruptable.
7899         Refactor to make it reconnectable.
7900         Don't fail on short reads when reading data packets.
7901
7902         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
7903         (rtsp_url_get_port):
7904         * gst/rtsp/rtspurl.h:
7905         Add methods for getting/setting the port.
7906
7907         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
7908         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
7909         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
7910         (sdp_media_get_format), (sdp_parse_line),
7911         (sdp_message_parse_buffer):
7912         Fix headers. 
7913         Add methods for getting multiple attributes with the same name.
7914         Increase buffer size when parsing.
7915         Fix parsing of a=foo fields.
7916
7917         * gst/rtsp/test.c: (main):
7918         Update to new connection API.
7919
7920         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
7921         (rtsp_message_init_response), (rtsp_message_init_data),
7922         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
7923         * gst/rtsp/rtspmessage.h:
7924         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
7925         * gst/rtsp/rtsptransport.h:
7926         * gst/rtsp/sdp.h:
7927         * gst/rtsp/sdpmessage.h:
7928         * gst/rtsp/gstrtsp.c:
7929         * gst/rtsp/gstrtsp.h:
7930         * gst/rtsp/gstrtpdec.c:
7931         * gst/rtsp/gstrtpdec.h:
7932         * gst/rtsp/rtsp.h:
7933         * gst/rtsp/rtspdefs.c:
7934         * gst/rtsp/rtspdefs.h:
7935         Dual licensed under MIT and LGPL now.
7936
7937 2006-09-19  Wim Taymans  <wim@fluendo.com>
7938
7939         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
7940         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
7941         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
7942         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7943         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
7944         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7945         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
7946         * gst/rtsp/gstrtspsrc.h:
7947         Reorganize stream parsing and creation.
7948         Detect container formats in interleaved mode.
7949         Keep more state about the streams.
7950         Assume a server also supports PLAY if it does not say.
7951         Add unicast and interleaved properties to TCP transport requests to make
7952         some servers happy (WMServer).
7953
7954         * gst/rtsp/sdpmessage.h:
7955         Add some defines for the standard Bandwidth types.
7956
7957 2006-09-19  Wim Taymans  <wim@fluendo.com>
7958
7959         * gst/rtsp/test.c: (main):
7960         Fix build.
7961
7962 2006-09-19  Wim Taymans  <wim@fluendo.com>
7963
7964         * gst/wavparse/gstwavparse.c:
7965         Add ms-gsm to the src template.
7966
7967 2006-09-18  Wim Taymans  <wim@fluendo.com>
7968
7969         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
7970         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
7971         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
7972         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
7973         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
7974         * gst/rtsp/gstrtspsrc.h:
7975         Small cleanups, added documentation.
7976         Try to clean up the requests and responses.
7977         Refactor parsing the supported methods.
7978
7979         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
7980         (rtsp_connection_create), (rtsp_connection_send),
7981         (parse_response_status), (parse_request_line),
7982         (rtsp_connection_receive), (rtsp_connection_close),
7983         (rtsp_connection_free):
7984         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
7985         (rtsp_transport_init), (rtsp_transport_parse),
7986         (rtsp_transport_free):
7987         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7988         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
7989         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
7990         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
7991         Use g_return_val some more.
7992
7993         * gst/rtsp/rtspdefs.h:
7994         Add more enum values to track initial states.
7995
7996         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
7997         (rtsp_message_init_request), (rtsp_message_new_response),
7998         (rtsp_message_init_response), (rtsp_message_init_data),
7999         (rtsp_message_unset), (rtsp_message_free),
8000         (rtsp_message_add_header), (rtsp_message_remove_header),
8001         (rtsp_message_get_header), (rtsp_message_set_body),
8002         (rtsp_message_take_body), (rtsp_message_get_body),
8003         (rtsp_message_steal_body), (rtsp_message_dump):
8004         * gst/rtsp/rtspmessage.h:
8005         Reorder arguments, object goes as the first one.
8006         Use g_return_val some more.
8007
8008 2006-09-18  Wim Taymans  <wim@fluendo.com>
8009
8010         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
8011         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
8012         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
8013         * gst/rtsp/gstrtspsrc.h:
8014         Export sometimes source pad with correct caps on the template, create
8015         the ghostpad from the template.
8016         Remove RTCP template as we never expose RTCP.
8017         Protect against invalid body size.
8018         Avoid memcpy when creating the output buffer.
8019         Properly post an error and send EOS when the loop function is shut down.
8020
8021 2006-09-18  Wim Taymans  <wim@fluendo.com>
8022
8023         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
8024
8025         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8026         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
8027         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
8028         * gst/rtsp/gstrtspsrc.h:
8029         Make sure we can never set an invalid location.
8030
8031         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
8032         * gst/rtsp/rtspmessage.h:
8033         Added _steal_body method for future use.
8034
8035         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
8036         Make freeing of NULL url return immediatly.
8037
8038 2006-09-18  Wim Taymans  <wim@fluendo.com>
8039
8040         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
8041
8042         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
8043         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
8044         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
8045         (gst_rtspsrc_change_state):
8046         * gst/rtsp/gstrtspsrc.h:
8047         Use boilerplate.
8048         Make rtspsrc subclass GstBin to make state changes easier.
8049         Add Range header field on the PLAY request.
8050
8051 2006-09-18  Wim Taymans  <wim@fluendo.com>
8052
8053         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
8054
8055         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
8056         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
8057         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
8058         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
8059         * gst/rtsp/rtspconnection.c: (inet_aton):
8060         Small cleanups.
8061         when multicast is selected as the transport, create UDP sources and
8062         connect to the multicast group.
8063         Move parsing and setting of caps to a common place.
8064         Fixes #349894.
8065
8066 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
8067
8068         * ext/flac/gstflactag.c:
8069         * gst/alpha/gstalpha.c:
8070         * gst/debug/breakmydata.c:
8071         * gst/debug/negotiation.c:
8072         * gst/debug/testplugin.c:
8073         * gst/effectv/gstaging.c:
8074         * gst/effectv/gstdice.c:
8075         * gst/effectv/gstedge.c:
8076         * gst/effectv/gstquark.c:
8077         * gst/effectv/gstrev.c:
8078         * gst/effectv/gstshagadelic.c:
8079         * gst/effectv/gstvertigo.c:
8080         * gst/effectv/gstwarp.c:
8081         * gst/multipart/multipartdemux.c:
8082         * gst/multipart/multipartmux.c:
8083         * gst/videobox/gstvideobox.c:
8084         * gst/videofilter/gstgamma.c:
8085         * gst/videofilter/gstvideotemplate.c:
8086         * gst/videomixer/videomixer.c:
8087         * sys/sunaudio/gstsunaudiosrc.h:
8088         More G_OBJECT macro fixing.
8089
8090 2006-09-16  Wim Taymans  <wim@fluendo.com>
8091
8092         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
8093
8094         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
8095         Correctly set the dwLength in strh.
8096         With this patch, the file duration is now displayed correctly in window
8097         media player and the AVI plays completely. Fixes #356147
8098
8099 2006-09-15  Wim Taymans  <wim@fluendo.com>
8100
8101         Patch by: Darren Kenny <darren dot kenny at sun dot com>
8102
8103         * sys/sunaudio/gstsunaudiomixerctrl.c:
8104         (gst_sunaudiomixer_ctrl_build_list):
8105         Set the output track as the MASTER so that the gnome-settings-daemon
8106         keybindings for changing the volume using the keyboard works.
8107         Fixes #356142.
8108
8109 2006-09-15  Wim Taymans  <wim@fluendo.com>
8110
8111         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
8112         Fix documentation, it is not possible to control the framerate of jpegdec
8113         using filtered caps yet. Fixes #355210.
8114         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
8115         stop when there is an error.
8116
8117 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8118
8119         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
8120         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8121           Don't interpret a first buffer with an offset of NONE as
8122           'from the middle of the stream', but only a first buffer
8123           that has a valid buffer offset that's non-zero (see #345449).
8124
8125 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8126
8127         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
8128         (gst_icydemux_typefind_or_forward):
8129         * gst/icydemux/gsticydemux.h:
8130           When we merge/collect multiple incoming buffers for typefinding
8131           purposes, keep an initial 0 offset on the first outgoing buffer
8132           as well (otherwise id3demux won't work right). Fixes #345449.
8133           Also Make buffer metadata writable before setting buffer caps.
8134
8135         * tests/check/elements/icydemux.c: (typefind_succeed),
8136         (cleanup_icydemux), (push_data), (GST_START_TEST),
8137         (icydemux_suite):
8138           Small test case for the above.
8139
8140 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
8141
8142         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
8143         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
8144         (gst_avi_demux_stream_header_push),
8145         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8146         (gst_avi_demux_loop):
8147           More code reuse and better logging in _peek_chunk(). Reintroduce check
8148           for chunk sizes before reading them (avoid oom). Better handling for 
8149           invalid chunksizes when streaming.
8150
8151 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
8152
8153         * gst/level/gstlevel.c: (gst_level_set_property):
8154         * gst/level/gstlevel.h:
8155           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
8156           René Stadler
8157
8158 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
8159
8160         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8161         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8162         (gst_avi_demux_stream_data):
8163           Revert one change to fix streaming avi (adapter size != data size).
8164
8165 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8166
8167         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
8168
8169         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
8170         (gst_matroska_demux_reset),
8171         (gst_matroska_demux_read_track_encodings),
8172         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
8173         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8174         (gst_matroska_demux_subtitle_caps):
8175         * gst/matroska/matroska-ids.h:
8176           Add support for VOBSUB subtitle tracks and zlib-compressed
8177           tracks. Make sure we start on a keyframe after a seek. (#343348)
8178
8179 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8180
8181         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
8182         (gst_matroska_demux_push_flac_codec_priv_data),
8183         (gst_matroska_demux_push_xiph_codec_priv_data),
8184         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8185         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
8186         * gst/matroska/matroska-ids.h:
8187           Add basic FLAC support (#311586), not perfect yet though, needs some
8188           tweaking in flacdec; also, seeking could be better.
8189           Do better bounds checking when deserialising vorbis stream headers
8190           to make sure we don't read beyond the end of the buffer on bad input.
8191
8192 2006-09-04  Wim Taymans  <wim@fluendo.com>
8193
8194         Patch by: Alessandro Decina <alessandro at nnva dot org>
8195
8196         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
8197         Seeking back in a file containing a CMML stream errors out if the seek
8198         goes back up to the CMML headers. This is because after the seek the xml
8199         processing instruction <?xml ...?> is submitted to the xml parser again, 
8200         which results in an error. The attached patch fixes the problem. 
8201         Fixes #353908.
8202
8203         * ext/annodex/gstcmmlenc.h:
8204         Fix authors name.
8205
8206
8207 2006-08-28  Andy Wingo  <wingo@pobox.com>
8208
8209         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
8210         New helper function to lessen the ifdefs.
8211         (GST_INFO_OBJECT): 
8212         (gst_dv1394src_iso_receive): Use it.
8213         (gst_dv1394src_create): Also use the control sockets in iec61883
8214         mode.
8215         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
8216         handle for AVC operations; fixes #348233.
8217
8218 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8219
8220         * configure.ac:
8221         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8222         * docs/plugins/inspect/plugin-audiofx.xml:
8223         * docs/plugins/inspect/plugin-audiofxgood.xml:
8224         * gst/audiofx/Makefile.am:
8225         * gst/audiofx/audiofx.c:
8226         * gst/audiofxgood/.cvsignore:
8227         * gst/audiofxgood/Makefile.am:
8228         * gst/audiofxgood/audiofx.c:
8229         * gst/audiofxgood/audiopanorama.c:
8230         * gst/audiofxgood/audiopanorama.h:
8231           Rename again (audiofxgood -> audiofx).
8232
8233 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8234
8235         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
8236         (gst_avi_demux_stream_scan):
8237           Initialze variables.
8238
8239 2006-08-25  Wim Taymans  <wim@fluendo.com>
8240
8241         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8242         (gst_avi_demux_init), (gst_avi_demux_finalize),
8243         (gst_avi_demux_reset), (gst_avi_demux_index_last),
8244         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
8245         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
8246         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8247         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
8248         (gst_avi_demux_massage_index),
8249         (gst_avi_demux_calculate_durations_from_index),
8250         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
8251         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8252         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
8253         (gst_avi_demux_change_state):
8254         * gst/avi/gstavidemux.h:
8255         More attempts to turn this into readable code.
8256         Don't leak adapters.
8257         Calculate duration according to index more efficiently.
8258         Don't try to act like we drive the pipeline in chain mode.
8259
8260 2006-08-25  Wim Taymans  <wim@fluendo.com>
8261
8262         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
8263         Fix build.
8264
8265 2006-08-25  Wim Taymans  <wim@fluendo.com>
8266
8267         Patch by: Alessandro Decina <alessandro at nnva dot org>
8268
8269         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
8270         Do some extra sanity checks.
8271         Fixes #350340.
8272
8273         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
8274         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
8275         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
8276         Check if clip->start_time is valid before adding the clip to the
8277         track list.
8278         Reset enc->preamble going from PAUSED to READY.
8279         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
8280         only used for EOS.
8281         Only post an error message if we were the one that created the fatal
8282         GstFlowReturn value.
8283
8284         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
8285         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
8286         Parse the seconds field of the npt-sec time format using %llu rather than
8287         %d and check that the value scaled by GST_SECOND doesn't overflow.
8288         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
8289         Lookup a clip's track with clip->track rather than clip->id which
8290         makes no sense.
8291         Identify a clip by its track and start time and not its xml id.
8292         do some more input checking and make sure we don't do undefined shifts.
8293
8294         * tests/check/elements/cmmldec.c: (setup_cmmldec),
8295         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
8296         (cmml_tag_message_pop), (check_headers), (push_clip_full),
8297         (push_clip), (push_empty_clip), (check_output_clip),
8298         (GST_START_TEST), (cmmldec_suite):
8299         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
8300         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
8301         (check_headers), (push_clip), (check_clip_times), (check_clip),
8302         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
8303         Added some more checks.
8304
8305 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8306
8307         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
8308         (gst_audio_panorama_set_property),
8309         (gst_audio_panorama_get_property),
8310         (gst_audio_panorama_transform_m2s_int),
8311         (gst_audio_panorama_transform_s2s_int),
8312         (gst_audio_panorama_transform_m2s_float),
8313         (gst_audio_panorama_transform_s2s_float):
8314         * gst/audiofxgood/audiopanorama.h:
8315         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8316           Make also the pan-property float (saves scaling and yields better
8317           resolution)
8318
8319 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8320
8321         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8322         (gst_audio_panorama_transform_m2s_float),
8323         (gst_audio_panorama_transform_s2s_float):
8324           ChangeLog surgery to add cymax's real name
8325
8326
8327 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8328
8329         Patch by: René Stadler <mail@renestadler.de>
8330
8331         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8332         (gst_audio_panorama_transform_m2s_int),
8333         (gst_audio_panorama_transform_s2s_int),
8334         (gst_audio_panorama_transform_m2s_float),
8335         (gst_audio_panorama_transform_s2s_float),
8336         (gst_audio_panorama_transform):
8337         * gst/audiofxgood/audiopanorama.h:
8338           Added float support
8339
8340 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8341
8342         * gst/audiofxgood/audiopanorama.c:
8343         (gst_audio_panorama_transform_m2s):
8344           Fix docs & debug category. Add Fixme for volume pan levels.
8345
8346 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8347
8348         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8349         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8350         (gst_avi_demux_stream_header_pull),
8351         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8352         (gst_avi_demux_chain):
8353           unbreak AVI index handling, some more debug, remove an obsolete
8354           adapter_flush that caused streaming to wander off in the wild
8355
8356 2006-08-24  Wim Taymans  <wim@fluendo.com>
8357
8358         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8359         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
8360         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
8361         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8362         (gst_avi_demux_calculate_durations_from_index),
8363         (gst_avi_demux_stream_header_push),
8364         (gst_avi_demux_stream_header_pull):
8365         * gst/avi/gstavidemux.h:
8366         Some more cleanups. 
8367         Fix totalFrames parsing in ODML.
8368         Disable use of index for length calculation in case of ODML as this is
8369         broken now.
8370
8371 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
8372
8373         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
8374           Use libgsttag helper function here too.
8375
8376 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
8377
8378         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8379         (gst_avi_demux_init), (gst_avi_demux_dispose),
8380         (gst_avi_demux_reset), (gst_avi_demux_index_next),
8381         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
8382         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8383         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
8384         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
8385         (gst_avi_demux_parse_subindex),
8386         (gst_avi_demux_read_subindexes_push),
8387         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
8388         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8389         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
8390         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
8391         (gst_avi_demux_stream_header_pull),
8392         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8393         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
8394         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
8395         (gst_avi_demux_change_state):
8396         * gst/avi/gstavidemux.h:
8397           Initial streaming support for avidemux (fixes #336465)
8398
8399 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8400
8401         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8402           There is no taglibmux element ...
8403
8404         * gst/rtsp/gstrtspsrc.c:
8405           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
8406           was complaining about unknown entity here.
8407
8408 2006-08-22  Wim Taymans  <wim@fluendo.com>
8409
8410         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8411         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
8412         (gst_avi_demux_process_next_entry):
8413         * gst/avi/gstavidemux.h:
8414         Mark DISCONT.
8415         Remove old unused fields and reorder the struct a bit.
8416
8417 2006-08-22  Wim Taymans  <wim@fluendo.com>
8418
8419         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8420         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
8421         (gst_rtspsrc_pause):
8422         * gst/rtsp/gstrtspsrc.h:
8423         * sys/oss/gstosssink.c: (gst_oss_sink_open),
8424         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
8425         Small documentation updates.
8426
8427 2006-08-22  Wim Taymans  <wim@fluendo.com>
8428
8429         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8430         (gst_avi_demux_index_entry_for_time),
8431         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8432         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
8433         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8434         (gst_avi_demux_next_data_buffer),
8435         (gst_avi_demux_calculate_durations_from_index),
8436         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
8437         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
8438         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8439         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
8440         * gst/avi/gstavidemux.h:
8441         Precalc most of the duration query for each stream.
8442         Make seeking more correct.
8443         Use GstSegment to track position and duration.
8444         Code cleanups and leak fixes.
8445         Calculate correct total duration based on index length.
8446
8447 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
8448
8449         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
8450         (parse_insert_string_field):
8451           If strings in text fields are marked ISO8859-1, but contain
8452           valid UTF-8 already, then handle them as UTF-8 and ignore
8453           the encoding. (#351794)
8454
8455 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8456
8457         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
8458         (gst_flac_dec_write), (gst_flac_dec_loop),
8459         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
8460         (gst_flac_dec_src_query):
8461         * ext/flac/gstflacdec.h:
8462           Make flac-in-ogg work (#352100).
8463
8464 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8465
8466         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
8467           Don't unref buffers of which we've already given away
8468           ownership to the adapter.
8469
8470 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8471
8472         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
8473           Make metadata extraction actually work.
8474
8475         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
8476         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
8477         (gst_speexenc_chain):
8478           Fix metadata writing: replace old code which wrote completely
8479           broken tags with libgsttag-based code. Plus miscellaneous
8480           code cleanups (use static pad templates etc.) and a bunch
8481           of leak fixes.
8482
8483 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8484
8485         * gst/audiopanorama/.cvsignore:
8486         * gst/audiopanorama/Makefile.am:
8487         * gst/audiopanorama/audiofx.c:
8488         * gst/audiopanorama/audiopanorama.c:
8489         * gst/audiopanorama/audiopanorama.h:
8490           die! die! die! you should never have been there
8491
8492 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
8493
8494         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8495         Fix invalid memory access in audiopanorama test suite.
8496
8497 2006-08-21  Edward Hervey  <edward@fluendo.com>
8498
8499         * tests/check/elements/.cvsignore:
8500         ignore built file
8501
8502 2006-08-21  Wim Taymans  <wim@fluendo.com>
8503
8504         * gst/rtp/Makefile.am:
8505         Fix the build again.
8506
8507 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8508
8509         * gst/audiofxgood/.cvsignore:
8510         * gst/audiofxgood/Makefile.am:
8511         * gst/audiofxgood/audiofx.c: (plugin_init):
8512         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8513         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8514         (gst_audio_panorama_set_property),
8515         (gst_audio_panorama_get_property),
8516         (gst_audio_panorama_get_unit_size),
8517         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8518         (gst_audio_panorama_transform_m2s),
8519         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8520         * gst/audiofxgood/audiopanorama.h:
8521           resubmit with the desired name *again*
8522
8523 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8524
8525         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
8526         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
8527           use g_assert in _get_unit_size
8528
8529 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8530
8531         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8532         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8533         * docs/plugins/inspect/plugin-audiofxgood.xml:
8534           cleanup -unused.txt to make it useful, add previously missing docs
8535
8536         * ext/Makefile.am:
8537           Quietly (accidentally) enable LADSPA for building by default, 
8538           despite the fact that it doesn't meet the plugin checklist.
8539             -- Added by Jan Schmidt 18 Dec 2006
8540
8541         * ext/esd/esdmon.c:
8542         * ext/esd/esdsink.c:
8543         * ext/esd/gstesd.c: (plugin_init):
8544           reflow to get rid of two external symbols
8545
8546         * gst/audiofxgood/audiofx.c: (plugin_init):
8547           re-add
8548
8549 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8550
8551         * configure.ac:
8552         * gst/audiofxgood/.cvsignore:
8553         * gst/audiofxgood/Makefile.am:
8554         * gst/audiofxgood/audiofx.c
8555         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8556         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8557         (gst_audio_panorama_set_property),
8558         (gst_audio_panorama_get_property),
8559         (gst_audio_panorama_get_unit_size),
8560         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8561         (gst_audio_panorama_transform_m2s),
8562         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8563         * gst/audiofxgood/audiopanorama.h:
8564         * tests/check/Makefile.am:
8565         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
8566         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
8567         (panorama_suite), (main):
8568         Add audiofxgood plugin with audiopanorama element
8569
8570 2006-08-18  Wim Taymans  <wim@fluendo.com>
8571
8572         * docs/plugins/Makefile.am:
8573         More Oss docs fixage. 
8574
8575 2006-08-18  Wim Taymans  <wim@fluendo.com>
8576
8577         * gst/rtp/Makefile.am:
8578         * gst/rtp/gstrtp.c: (plugin_init):
8579         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
8580         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
8581         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
8582         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
8583         (gst_rtp_sv3v_depay_get_property),
8584         (gst_rtp_sv3v_depay_change_state),
8585         (gst_rtp_sv3v_depay_plugin_init):
8586         * gst/rtp/gstrtpsv3vdepay.h:
8587         Added experimental SVQ3 depayloader.
8588
8589 2006-08-18  Edward Hervey  <edward@fluendo.com>
8590
8591         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
8592         (gst_dvdemux_loop), (gst_dvdemux_change_state):
8593         * ext/dv/gstdvdemux.h:
8594         When handling seek requests, don't send the newsegment event from the
8595         calling thread. Instead save it so it can be sent from the streaming
8596         thread.
8597
8598 2006-08-17  Wim Taymans  <wim@fluendo.com>
8599
8600         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8601
8602         * gst/multipart/multipartdemux.c: (multipart_parse_header):
8603         Accept leading whitespace before the boundary
8604         This patch makes the demuxer allow some whitespace before the actual
8605         boundary. This makes the demuxer work with the ``old'' gstreamer
8606         multipartmuxer again (which placed an extra \n before the start
8607         of the stream) Fixes #349068.
8608
8609 2006-08-17  Wim Taymans  <wim@fluendo.com>
8610
8611         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
8612         Error out on non-implemented stuff.
8613
8614 2006-08-16  Wim Taymans  <wim@fluendo.com>
8615
8616         Patch by: Andy Wingo <wingo at pobox dot com>
8617
8618         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
8619         (gst_signal_processor_start), (gst_signal_processor_stop),
8620         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
8621         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
8622         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
8623         (gst_signal_processor_change_state):
8624         Make ladspa elements reusable. Fixes #350006.
8625
8626 2006-08-16  Wim Taymans  <wim@fluendo.com>
8627
8628         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
8629         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
8630         names as possible. Fixes #349901.
8631
8632 2006-08-16  Wim Taymans  <wim@fluendo.com>
8633
8634         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
8635         (gst_signal_processor_do_pushes):
8636         A push() gives away our refcount so we should not use the buffer on the
8637         pen anymore.
8638
8639 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8640
8641         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8642         (gst_oss_mixer_element_finalize):
8643           Don't leak device string.
8644
8645 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8646
8647         * configure.ac:
8648           Require CVS of GStreamer core and -base (for
8649           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
8650
8651         * ext/taglib/gstid3v2mux.cc:
8652           Write extended comment tags properly (#348762).
8653
8654         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
8655         (parse_comment_frame):
8656           Extract COMM frames into extended comments, which makes it
8657           easier to properly retain the description bit of the tag
8658           and maintain this information when re-tagging (#348762).
8659
8660 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8661
8662         * tests/check/Makefile.am:
8663           Don't try to run annodex unit tests if the annodex
8664           plugin has not been built (Fixes #351116).
8665
8666 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8667
8668         * gst/autodetect/gstautoaudiosink.c:
8669         (gst_auto_audio_sink_find_best):
8670           When we can't find a usable audiosink, don't error out,
8671           but use a fake sink instead and post a warning message
8672           on the bus (#341278).
8673
8674 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8675
8676         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
8677         * sys/oss/gstosssink.c:
8678         * sys/oss/gstosssrc.c:
8679           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
8680           ossmixer's new device property.
8681
8682         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8683         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8684           Add docs for OSS elements.
8685
8686         * docs/plugins/inspect/plugin-aasink.xml:
8687         * docs/plugins/inspect/plugin-alaw.xml:
8688         * docs/plugins/inspect/plugin-alpha.xml:
8689         * docs/plugins/inspect/plugin-alphacolor.xml:
8690         * docs/plugins/inspect/plugin-annodex.xml:
8691         * docs/plugins/inspect/plugin-apetag.xml:
8692         * docs/plugins/inspect/plugin-auparse.xml:
8693         * docs/plugins/inspect/plugin-autodetect.xml:
8694         * docs/plugins/inspect/plugin-avi.xml:
8695         * docs/plugins/inspect/plugin-cacasink.xml:
8696         * docs/plugins/inspect/plugin-cairo.xml:
8697         * docs/plugins/inspect/plugin-cdio.xml:
8698         * docs/plugins/inspect/plugin-cutter.xml:
8699         * docs/plugins/inspect/plugin-debug.xml:
8700         * docs/plugins/inspect/plugin-dv.xml:
8701         * docs/plugins/inspect/plugin-efence.xml:
8702         * docs/plugins/inspect/plugin-effectv.xml:
8703         * docs/plugins/inspect/plugin-esdsink.xml:
8704         * docs/plugins/inspect/plugin-flac.xml:
8705         * docs/plugins/inspect/plugin-flxdec.xml:
8706         * docs/plugins/inspect/plugin-gconfelements.xml:
8707         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8708         * docs/plugins/inspect/plugin-goom.xml:
8709         * docs/plugins/inspect/plugin-halelements.xml:
8710         * docs/plugins/inspect/plugin-icydemux.xml:
8711         * docs/plugins/inspect/plugin-id3demux.xml:
8712         * docs/plugins/inspect/plugin-jpeg.xml:
8713         * docs/plugins/inspect/plugin-level.xml:
8714         * docs/plugins/inspect/plugin-matroska.xml:
8715         * docs/plugins/inspect/plugin-mulaw.xml:
8716         * docs/plugins/inspect/plugin-multipart.xml:
8717         * docs/plugins/inspect/plugin-navigationtest.xml:
8718         * docs/plugins/inspect/plugin-ossaudio.xml:
8719         * docs/plugins/inspect/plugin-png.xml:
8720         * docs/plugins/inspect/plugin-rtp.xml:
8721         * docs/plugins/inspect/plugin-rtsp.xml:
8722         * docs/plugins/inspect/plugin-shout2send.xml:
8723         * docs/plugins/inspect/plugin-smpte.xml:
8724         * docs/plugins/inspect/plugin-speex.xml:
8725         * docs/plugins/inspect/plugin-taglib.xml:
8726         * docs/plugins/inspect/plugin-udp.xml:
8727         * docs/plugins/inspect/plugin-videobalance.xml:
8728         * docs/plugins/inspect/plugin-videobox.xml:
8729         * docs/plugins/inspect/plugin-videoflip.xml:
8730         * docs/plugins/inspect/plugin-videomixer.xml:
8731         * docs/plugins/inspect/plugin-wavenc.xml:
8732         * docs/plugins/inspect/plugin-wavparse.xml:
8733         * docs/plugins/inspect/plugin-ximagesrc.xml:
8734           Update to CVS version.
8735           
8736 2006-08-16  Wim Taymans  <wim@fluendo.com>
8737
8738         * gst/rtp/gstrtpamrdepay.c:
8739         * gst/rtp/gstrtpmp4gdepay.c:
8740         Caps extra properties must be defined as strings for
8741         depayloaders because they are generated from an SDP.
8742
8743         * gst/rtp/Makefile.am:
8744         * gst/rtp/gstrtp.c: (plugin_init):
8745         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
8746         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
8747         (gst_rtp_h264_depay_finalize), (decode_base64),
8748         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
8749         (gst_rtp_h264_depay_set_property),
8750         (gst_rtp_h264_depay_get_property),
8751         (gst_rtp_h264_depay_change_state),
8752         (gst_rtp_h264_depay_plugin_init):
8753         * gst/rtp/gstrtph264depay.h:
8754         Added basic, not completely functional RFC 3984 H264 depayloader.
8755
8756 2006-08-16  Wim Taymans  <wim@fluendo.com>
8757
8758         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
8759         Add pads after setting them up.
8760
8761         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8762         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
8763         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
8764         (gst_rtspsrc_stream_setup_rtp),
8765         (gst_rtspsrc_stream_configure_transport),
8766         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
8767         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
8768         (gst_rtspsrc_pause):
8769         * gst/rtsp/gstrtspsrc.h:
8770         Fix interleaved mode.
8771          - Protect streaming with lock.
8772          - Combine flows
8773          - set caps on outgoing buffers.
8774          - strip trailing \0 from data packets.
8775          - Configure RTP/RTCP in stream.
8776         Use DEBUG_OBJECT more.
8777
8778 2006-08-16  Wim Taymans  <wim@fluendo.com>
8779
8780         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
8781         Turn a g_print into a DEBUG line.
8782
8783 2006-08-13  Wim Taymans  <wim@fluendo.com>
8784
8785         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
8786         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8787         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
8788         (gst_oss_mixer_element_get_property),
8789         (gst_oss_mixer_element_change_state):
8790         * sys/oss/gstossmixerelement.h:
8791         Small cleanups. Better error reporting.
8792         Add device property for the mixer instead of the hardcoded
8793         /dev/mixer. Fixes #350785.
8794         API: GstOssMixerElement::device property
8795
8796 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
8797
8798         Patch by: Jens Granseuer <jensgr at gmx net>
8799
8800         * gconf/Makefile.am:
8801           Make --disable-schemas work right (they still need
8802           to be copied to the installation directory, just not
8803           applied). Fixes #351347 (also #344100).
8804           
8805 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8806
8807         * configure.ac: back to HEAD
8808
8809 === release 0.10.4 ===
8810
8811 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
8812
8813         * configure.ac:
8814           releasing 0.10.4, "Dear Leader"
8815
8816 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8817
8818         Patch by: Edward Hervey <edward@fluendo.com>
8819
8820         * configure.ac:
8821         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8822         (gst_wavparse_stream_data):
8823         Send the newsegment event in the streaming thread.
8824         Fixes #347529
8825
8826 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
8827
8828         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
8829         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
8830         (gst_smokeenc_resync), (gst_smokeenc_chain):
8831           Refuse sink caps in the encoder if width or height is not a
8832           multiple of 16, the encoder does not support that yet (#349939);
8833           along the same lines, check the return value of the encoder
8834           setup function; also remove some debug log clutter.
8835
8836 2006-08-04  Andy Wingo  <wingo@pobox.com>
8837
8838         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
8839         whether a processor can work in place or not, and for keeping
8840         track of its state. Change the FlowReturn instance variable from
8841         "state" to "flow_state", all callers changed.
8842
8843         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
8844         (gst_signal_processor_start, gst_signal_processor_stop)
8845         (gst_signal_processor_cleanup): New functions to manage the
8846         processor's state.
8847         (gst_signal_processor_setcaps): start() as well as setup() here.
8848         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
8849         (gst_signal_processor_change_state): Stop and cleanup the
8850         processor as we go to NULL.
8851
8852         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
8853         INPLACE_BROKEN is not set.
8854
8855         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
8856         Do the alloc_buffer in bytes, not frames.
8857         
8858 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8859
8860         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
8861         Fix rgb masks when recording in < 24bpp.
8862
8863 2006-08-04  Andy Wingo  <wingo@pobox.com>
8864
8865         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
8866         (gst_signal_processor_prepare)
8867         (gst_signal_processor_update_inputs)
8868         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
8869         (gst_signal_processor_flush)
8870         (gst_signal_processor_sink_activate_push)
8871         (gst_signal_processor_src_activate_pull)
8872         (gst_signal_processor_change_state): Remove the last of the code
8873         that assumes that we process whole buffers at a time. Fix some
8874         debugging. Seems to work now in some cases.
8875         (gst_signal_processor_src_activate_pull): BPB
8876
8877 2006-08-01  Andy Wingo  <wingo@pobox.com>
8878
8879         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
8880         Fix nframes-choosing.
8881         (gst_signal_processor_init): Init pending_in and pending_out.
8882
8883         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
8884         more default sample rate, although we never check that the sample
8885         rate actually gets set. Something for the future.
8886         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
8887         (gst_signal_processor_event): Refcount fixen.
8888         (gst_signal_processor_process): Pull the number of frames to
8889         process from the sizes of the buffers in the input pens.
8890         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
8891         (gst_signal_processor_do_pulls): Add an nframes argument, and use
8892         it instead of buffer_frames.
8893         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
8894         to do_pulls.
8895         (gst_signal_processor_chain)
8896         (gst_signal_processor_sink_activate_push)
8897         (gst_signal_processor_src_activate_pull):  Refcount fixen.
8898
8899         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
8900
8901 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
8902
8903         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
8904         (gst_signal_processor_process):
8905           don't query buffer-frames from caps, add lots of debug-log,
8906           try fix for assert (#349189)
8907
8908 2006-07-31  Wim Taymans  <wim@fluendo.com>
8909
8910         * gst/udp/gstudpsrc.c:
8911         Fix docs.
8912
8913 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
8914
8915         * ext/ladspa/gstsignalprocessor.c:
8916         (gst_signal_processor_add_pad_from_template),
8917         (gst_signal_processor_init), (gst_signal_processor_setcaps),
8918         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
8919         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
8920         (gst_signal_processor_sink_activate_push),
8921         (gst_signal_processor_src_activate_pull),
8922         (gst_signal_processor_change_state):
8923          Add debugs logs here and there, add more error handling, add some
8924          FIXME comments, filed #349189
8925
8926 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8927
8928         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
8929         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
8930         Set caps on buffer correctly.  Fixes bug #349155.
8931
8932 2006-07-28  Wim Taymans  <wim@fluendo.com>
8933
8934         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8935
8936         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
8937         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
8938         (gst_multipart_demux_finalize), (get_line_end),
8939         (multipart_parse_header), (multipart_find_boundary),
8940         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
8941         (gst_multipart_set_property), (gst_multipart_get_property):
8942         Uses GstAdapter instead of own buffering.
8943         Actually parses the mime-type correctly (In tests the mime-type was
8944         always "" with the old version).
8945         Uses the Content-length header if available to speed up things.
8946         Reliably autoscans the boundary name by default.
8947         Fixes #349068.
8948
8949         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
8950         Don't start the stream with a \n.
8951
8952 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
8953
8954         Patch by: Brian Cameron <brian dot cameron at sun com>
8955
8956         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
8957           Open source with O_NONBLOCK (#349015).
8958
8959 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
8960
8961         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8962         (gst_avi_demux_massage_index):
8963         * gst/avi/gstavidemux.h:
8964           Whitespace fixes and more debug
8965
8966 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
8967
8968         * gst/autodetect/gstautoaudiosink.c:
8969         (gst_auto_audio_sink_create_element_with_pretty_name),
8970         (gst_auto_audio_sink_find_best),
8971         (gst_auto_audio_sink_change_state):
8972           Get rid of old and unused magic sound-server properties stuff.
8973           Add suffix to child sink's name that makes it easy to see from
8974           the name alone which type it actually is (alsa, oss, esd, etc.).
8975
8976 2006-07-27  Wim Taymans  <wim@fluendo.com>
8977
8978         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8979         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
8980         (gst_udpsrc_start):
8981         * gst/udp/gstudpsrc.h:
8982         Rename "buffer" to "buffer-size" to make clear it is a size we set and
8983         not some sort of feature we enable.
8984
8985 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
8986
8987         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
8988           Use CLOSE_SOCKET() here instead of close() to maintain
8989           win32 workiness.
8990
8991 2006-07-27  Wim Taymans  <wim@fluendo.com>
8992
8993         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
8994
8995         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8996         (gst_udpsrc_create), (gst_udpsrc_set_property),
8997         (gst_udpsrc_get_property), (gst_udpsrc_start):
8998         * gst/udp/gstudpsrc.h:
8999         Added "buffer-size" property to control the kernel receive buffer size.
9000         Update documentation.
9001         Small cleanups. Fixes #348752.
9002         API: buffer-size property
9003
9004 2006-07-26  Wim Taymans  <wim@fluendo.com>
9005
9006         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
9007
9008         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
9009         (gst_rtp_pcma_pay_handle_buffer):
9010         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
9011         (gst_rtp_pcmu_pay_handle_buffer):
9012         Fix timestamp calculation on outgoing RTP packets.
9013         Fixes #348675.
9014
9015 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9016
9017         * ext/taglib/gstid3v2mux.cc:
9018           Fix writing of comment frames (should be COMM not TCOM),
9019           is still sub-optimal though, since we don't retain or
9020           extract the comment descriptions properly (#334375,
9021           also see #334375).
9022
9023 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9024
9025         * gst/wavparse/gstwavparse.c:
9026           #define 'fact' RIFF chunk if we are not compiling against
9027           -base CVS (we don't want to depend on -base CVS for this
9028           one define only, and also not for release order reasons).
9029
9030 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9031
9032         * ext/taglib/gstid3v2mux.cc:
9033           Handle multiple tags of the same type properly. Re-inject
9034           unparsed ID3v2 frames that we get as binary blobs from
9035           id3demux into the tag again so we don't lose information
9036           when retagging (#334375).
9037
9038 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9039
9040         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
9041           Document newly-added properties properly, so that there is a
9042           'Since: 0.10.4' in the plugin docs. Convert some property
9043           names into canonical GObject style (GObject will do that
9044           internally anyway).
9045
9046 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9047
9048         * gst/id3demux/id3tags.c:
9049         (id3demux_add_id3v2_frame_blob_to_taglist):
9050           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
9051           well, and add the version to the blob's buffer caps, since that
9052           information will be needed for deserialisation later on (#348644).
9053
9054 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
9055
9056         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
9057         (gst_avi_demux_parse_stream):
9058          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
9059          indentation and spacing.
9060
9061 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9062
9063         * docs/plugins/Makefile.am:
9064         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9065         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9066         * docs/plugins/gst-plugins-good-plugins.args:
9067         * docs/plugins/inspect/plugin-1394.xml:
9068         * docs/plugins/inspect/plugin-aasink.xml:
9069         * docs/plugins/inspect/plugin-alaw.xml:
9070         * docs/plugins/inspect/plugin-alpha.xml:
9071         * docs/plugins/inspect/plugin-alphacolor.xml:
9072         * docs/plugins/inspect/plugin-annodex.xml:
9073         * docs/plugins/inspect/plugin-apetag.xml:
9074         * docs/plugins/inspect/plugin-auparse.xml:
9075         * docs/plugins/inspect/plugin-autodetect.xml:
9076         * docs/plugins/inspect/plugin-avi.xml:
9077         * docs/plugins/inspect/plugin-cacasink.xml:
9078         * docs/plugins/inspect/plugin-cairo.xml:
9079         * docs/plugins/inspect/plugin-cdio.xml:
9080         * docs/plugins/inspect/plugin-cutter.xml:
9081         * docs/plugins/inspect/plugin-debug.xml:
9082         * docs/plugins/inspect/plugin-dv.xml:
9083         * docs/plugins/inspect/plugin-efence.xml:
9084         * docs/plugins/inspect/plugin-effectv.xml:
9085         * docs/plugins/inspect/plugin-esdsink.xml:
9086         * docs/plugins/inspect/plugin-flac.xml:
9087         * docs/plugins/inspect/plugin-flxdec.xml:
9088         * docs/plugins/inspect/plugin-gconfelements.xml:
9089         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
9090         * docs/plugins/inspect/plugin-goom.xml:
9091         * docs/plugins/inspect/plugin-halelements.xml:
9092         * docs/plugins/inspect/plugin-icydemux.xml:
9093         * docs/plugins/inspect/plugin-id3demux.xml:
9094         * docs/plugins/inspect/plugin-jpeg.xml:
9095         * docs/plugins/inspect/plugin-level.xml:
9096         * docs/plugins/inspect/plugin-matroska.xml:
9097         * docs/plugins/inspect/plugin-mulaw.xml:
9098         * docs/plugins/inspect/plugin-multipart.xml:
9099         * docs/plugins/inspect/plugin-navigationtest.xml:
9100         * docs/plugins/inspect/plugin-ossaudio.xml:
9101         * docs/plugins/inspect/plugin-png.xml:
9102         * docs/plugins/inspect/plugin-rtp.xml:
9103         * docs/plugins/inspect/plugin-rtsp.xml:
9104         * docs/plugins/inspect/plugin-shout2send.xml:
9105         * docs/plugins/inspect/plugin-smpte.xml:
9106         * docs/plugins/inspect/plugin-speex.xml:
9107         * docs/plugins/inspect/plugin-udp.xml:
9108         * docs/plugins/inspect/plugin-videobalance.xml:
9109         * docs/plugins/inspect/plugin-videobox.xml:
9110         * docs/plugins/inspect/plugin-videoflip.xml:
9111         * docs/plugins/inspect/plugin-videomixer.xml:
9112         * docs/plugins/inspect/plugin-wavenc.xml:
9113         * docs/plugins/inspect/plugin-wavparse.xml:
9114         * docs/plugins/inspect/plugin-ximagesrc.xml:
9115           Update files to CVS/Prerelease version, add esdsink docs.
9116
9117         * ext/esd/esdsink.c:
9118           Add gtk-doc blurb.
9119
9120         * gst/rtp/gstrtpmp4vpay.c:
9121           Fix typo in element description.
9122
9123 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9124
9125         * ext/esd/esdsink.c: (gst_esdsink_open),
9126         (gst_esdsink_factory_init):
9127           Prevent libesd from auto-spawning a sound daemon if it
9128           is not already running. Now that we don't do evil stuff
9129           like that any longer we can give esdsink a rank so that
9130           autoaudiosink will try it as well if all other audio
9131           sinks fail (#343051).
9132
9133 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9134
9135         * ext/esd/Makefile.am:
9136           Oops, need to remove README from EXTRA_DIST as well.
9137
9138 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9139
9140         * ext/esd/README:
9141           Remove, it contains nothing useful anyway.
9142
9143         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
9144         (gst_esdsink_delay):
9145           Some small clean-ups; use GST_BOILERPLATE etc.
9146
9147 2006-07-24  Wim Taymans  <wim@fluendo.com>
9148
9149         * gst/law/alaw-decode.c: (alawdec_getcaps):
9150         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
9151         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
9152         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
9153         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
9154
9155 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
9156
9157         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
9158         (gst_wavparse_other), (gst_wavparse_perform_seek),
9159         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
9160         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
9161         (gst_wavparse_pad_query):
9162         * gst/wavparse/gstwavparse.h:
9163           Use information from 'fact' chunk for length calculation of compressed
9164           samples. Calculate bps if bogus value is found in wav header (embeded
9165           mp2/mp3).
9166           
9167
9168 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9169
9170         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
9171
9172         * configure.ac:
9173         * gst/udp/Makefile.am:
9174         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
9175         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
9176         * gst/udp/gstdynudpsink.h:
9177         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
9178         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
9179         * gst/udp/gstmultiudpsink.h:
9180         * gst/udp/gstudp.c: (plugin_init):
9181         * gst/udp/gstudpsink.h:
9182         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
9183         (gst_udpsrc_start), (gst_udpsrc_stop):
9184         * gst/udp/gstudpsrc.h:
9185         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
9186         (gst_udp_net_utils_win32_wsa_startup):
9187         * gst/udp/gstudpnetutils.h:
9188           Port udp plugin to win32 (#345288).
9189
9190 2006-07-24  Wim Taymans  <wim@fluendo.com>
9191
9192         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
9193         Remove unwanted DEBUG line.
9194
9195 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9196
9197         * gst/id3demux/gstid3demux.c: (plugin_init):
9198         * gst/id3demux/id3tags.c:
9199         (id3demux_add_id3v2_frame_blob_to_taglist):
9200         * gst/id3demux/id3tags.h:
9201           On second thought, it might be wiser and more efficient
9202           not to do tag registration from a streaming thread.
9203
9204 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9205
9206         * gst/id3demux/id3tags.c:
9207         (id3demux_add_id3v2_frame_blob_to_taglist),
9208         (id3demux_id3v2_frames_to_tag_list):
9209           Put ID3v2 frames we can't parse as binary blobs into private
9210           tags, so that they are not lost when retagging, at least once
9211           id3v2mux has been taught to re-inject those frames again.
9212           See bug #334375.
9213
9214 2006-07-21  Wim Taymans  <wim@fluendo.com>
9215
9216         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9217         (gst_avi_demux_process_next_entry):
9218         Fix some leaks.
9219
9220         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
9221         Don't use \n in debug lines.
9222
9223 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
9224
9225         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9226         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9227           Add annodex and icydemux, cleanup the sections a bit
9228
9229 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
9230
9231         Patch by: Alex Lancaster <alexl at users sourceforge net>
9232
9233         * ext/taglib/gstid3v2mux.cc:
9234           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
9235           ID3v2 TSSE frames (#347898).
9236
9237 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
9238
9239         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
9240           Respect mpegversion for "video/mpeg" and give message in case of
9241           unhandled versions.
9242
9243 2006-07-17  Wim Taymans  <wim@fluendo.com>
9244
9245         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
9246         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
9247         (gst_pngdec_chain), (gst_pngdec_sink_event),
9248         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
9249         (gst_pngdec_sink_activate_push):
9250         * ext/libpng/gstpngdec.h:
9251         Use statically allocated segment instead of leaking.
9252         Various cleanups.
9253         Fix flush and seek handling.
9254
9255 2006-07-16  Wim Taymans  <wim@fluendo.com>
9256
9257         * gst/rtp/Makefile.am:
9258         * gst/rtp/gstrtp.c: (plugin_init):
9259         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
9260         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
9261         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
9262         (gst_rtp_mp4g_depay_set_property),
9263         (gst_rtp_mp4g_depay_get_property),
9264         (gst_rtp_mp4g_depay_change_state),
9265         (gst_rtp_mp4g_depay_plugin_init):
9266         * gst/rtp/gstrtpmp4gdepay.h:
9267         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
9268         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
9269         (gst_rtp_mp4g_pay_flush):
9270         Added simple generic mpeg4 depayloader.
9271         Fix generic mpeg4 payloader.
9272
9273 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
9274
9275         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
9276           Don't try doing state changes on a NULL pointer.
9277
9278 2006-07-14  Wim Taymans  <wim@fluendo.com>
9279
9280         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
9281
9282         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
9283         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
9284         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9285         * gst/rtp/gstrtpamrdepay.h:
9286         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
9287         Fixes #321191
9288
9289 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9290
9291         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9292         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
9293         Fix segfault when moving mouse pointer to the bottom right corner.
9294
9295 2006-07-12  Wim Taymans  <wim@fluendo.com>
9296
9297         * gst/rtp/Makefile.am:
9298         * gst/rtp/gstrtp.c: (plugin_init):
9299         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
9300         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
9301         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
9302         (gst_rtp_mp2t_depay_set_property),
9303         (gst_rtp_mp2t_depay_get_property),
9304         (gst_rtp_mp2t_depay_change_state),
9305         (gst_rtp_mp2t_depay_plugin_init):
9306         * gst/rtp/gstrtpmp2tdepay.h:
9307         Added mpeg2 TS depayloader. Closing #347234.
9308
9309 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
9310
9311         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
9312           Remove g_assert that shouldn't be there and was triggered
9313           after trying to open a device that doesn't exist or can't
9314           be opened for some other reason (#347972).
9315
9316 2006-07-10  Edward Hervey  <edward@fluendo.com>
9317
9318         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9319         (gst_avi_demux_stream_header), (push_tag_lists):
9320         * gst/avi/gstavidemux.h:
9321         Don't push tag events found by gst_riff_parse_info() before outputting
9322         GST_EVENT_NEWSEGMENT.
9323
9324 2006-07-10  Wim Taymans  <wim@fluendo.com>
9325
9326         * gst/rtsp/Makefile.am:
9327         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
9328         (rtsp_connection_close):
9329         * gst/rtsp/rtspdefs.h:
9330         replaced closesocket and close in code with one CLOSE_SOCKET. 
9331         Some more cleanups. Fixes #345301.
9332
9333 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
9334
9335         * gst/autodetect/gstautoaudiosink.c:
9336           Fix example pipeline in docs.
9337
9338 2006-07-10  Wim Taymans  <wim@fluendo.com>
9339
9340         Patch by: Rob Taylor <robtaylor at floopily dot org>
9341
9342         * gst/udp/gstmultiudpsink.c: (join_multicast),
9343         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
9344         If a destination is added before the stream is set to PAUSED, the
9345         multicast group is not joined as the socket is not created yet. 
9346         Also TTL and LOOP should also be set. Fixes #346921.
9347
9348 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9349
9350         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9351         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9352         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
9353         (gst_ximage_src_init):
9354         * sys/ximage/gstximagesrc.h:
9355         Fix use-damage property to actually work :)
9356         Add startx, starty, endx, endy properties so screencasts other than full
9357         screen ones can work.
9358
9359 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9360
9361         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9362         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9363         (gst_ximage_src_class_init), (gst_ximage_src_init):
9364         * sys/ximage/gstximagesrc.h:
9365         Add use_damage property to offer ability to choose whether to use
9366         XDamage or not.
9367
9368 2006-07-07  Wim Taymans  <wim@fluendo.com>
9369
9370         * gst/goom/filters.c: (zoomFilterSetResolution):
9371         Avoid goom coredumping by clearing memory. 
9372         Fixes 345679.
9373
9374 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
9375
9376         * win32/vs6/libgstid3demux.dsp:
9377         Add a link to libgsttag-0.10.lib.
9378
9379 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9380
9381         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9382         (gst_tag_demux_read_range):
9383         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9384         (gst_id3demux_read_range):
9385           Don't return FLOW_UNEXPECTED when a buffer is before
9386           the start of the stream (which might happen with
9387           large ID3v2 tags if the tag reading was done pullrange
9388           based and we then switched to push mode later on).
9389           Fixes regression introduced by commit from June 29th.
9390
9391 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9392
9393         * ext/taglib/gstid3v2mux.cc:
9394           Make UTF-8 the default encoding when writing string
9395           tags (before, our UTF-8 strings would automatically
9396           be converted to ISO-8859-1 by taglib and written as
9397           ISO-8859-1 fields if that was possible).
9398
9399         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
9400         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
9401         (test_taglib_id3mux_with_tags):
9402           Add test case that makes sure our UTF-8 strings have
9403           actually been written into the tag as UTF-8.
9404
9405 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9406
9407         * configure.ac:
9408           Let's try that again.
9409
9410 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9411
9412         * configure.ac:
9413           Disable monoscope plugin for now until it fulfills
9414           all the requirements.
9415
9416 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9417
9418         * configure.ac:
9419         * gst/monoscope/Makefile.am:
9420         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
9421         (gst_monoscope_class_init), (gst_monoscope_init),
9422         (gst_monoscope_finalize), (gst_monoscope_reset),
9423         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
9424         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
9425         (gst_monoscope_sink_event), (gst_monoscope_src_event),
9426         (gst_monoscope_change_state), (plugin_init):
9427         * gst/monoscope/gstmonoscope.h:
9428           Port monoscope visualisation to 0.10.
9429
9430 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9431
9432         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
9433         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
9434           Return FLOW_UNEXPECTED when at the end of the file, not
9435           FLOW_ERROR. Fixes 'internal stream error' errors that
9436           would sometimes occur in totem when scrubbing to the
9437           end of an ID3v1 tagged mp3 file.
9438
9439 2006-07-03  Edward Hervey  <edward@fluendo.com>
9440
9441         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
9442         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
9443         (gst_pngdec_sink_event), (gst_pngdec_change_state):
9444         * ext/libpng/gstpngdec.h:
9445         Implement buffer clipping/dropping using GstSegment.
9446         This provides accurate seeking.
9447
9448 2006-07-03  Edward Hervey  <edward@fluendo.com>
9449
9450         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9451         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
9452         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
9453         (gst_avi_demux_process_next_entry), (push_tag_lists),
9454         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
9455         * gst/avi/gstavidemux.h:
9456         Proper aggregation of each stream's GstFlowReturn in order to figure out
9457         whether the task should stop or not.
9458         Don't send inline events before pushing out a NEW_SEGMENT, more
9459         specifically for GST_TAG_EVENT.
9460         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
9461         sub-indexes.
9462
9463 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
9464
9465         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9466
9467         * sys/sunaudio/gstsunaudiomixerctrl.c:
9468         (gst_sunaudiomixer_ctrl_build_list):
9469           Move "Monitor" slider to input tab so it works more like
9470           sdtaudiocontrol, which is what people on Solaris are used
9471           to using for their mixer program (#346259).
9472
9473 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9474
9475         * tests/check/elements/level.c: (GST_START_TEST):
9476           fix a leak, clean up at the end
9477
9478 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9479
9480         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9481         (gst_matroska_demux_send_event),
9482         (gst_matroska_demux_loop_stream_parse_id):
9483         * gst/matroska/matroska-ids.h:
9484           Send tag event after newsegment event.
9485
9486 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9487
9488         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9489         (gst_id3demux_read_range):
9490           Make sure we don't return GST_FLOW_OK with a NULL buffer in
9491           certain cases where a read beyond the end of the file is
9492           requested. Fixes #345930.
9493
9494         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9495         (gst_tag_demux_read_range):
9496           Fix same issue here as well.
9497
9498 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9499
9500         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
9501         
9502         Fix hypothetical crash.
9503
9504 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
9505
9506         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9507
9508         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
9509           Do not modify the ports value. If the user has turned off the
9510           built-in speakers, then we should not reset it in the prepare
9511           function, since this causes the built-in speakers to turn
9512           back on anytime the user changes a track in totem, rhythmbox,
9513           etc. (#346066).
9514
9515 2006-06-23  Wim Taymans  <wim@fluendo.com>
9516
9517         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
9518         Fix double caps unref when negotiation fails.
9519
9520 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9521
9522         * ext/annodex/gstcmmldec.c:
9523         * ext/annodex/gstcmmlenc.c:
9524         * ext/annodex/gstcmmlparser.c:
9525         * ext/dv/gstdvdec.c:
9526         * ext/dv/gstdvdemux.c:
9527         * ext/gdk_pixbuf/pixbufscale.c:
9528         * ext/jpeg/gstjpegenc.c:
9529         * ext/jpeg/gstsmokedec.c:
9530         * ext/jpeg/gstsmokeenc.c:
9531         * ext/libpng/gstpngdec.c:
9532         * ext/libpng/gstpngenc.c:
9533         * ext/speex/gstspeexenc.c:
9534         * gst/alpha/gstalphacolor.c:
9535         * gst/cutter/gstcutter.c:
9536         * gst/debug/gstnavigationtest.c:
9537         * gst/icydemux/gsticydemux.c:
9538         * gst/level/gstlevel.c:
9539         * gst/multipart/multipart.c:
9540         * gst/rtp/gstrtpamrpay.c:
9541         * gst/rtp/gstrtpdepay.c:
9542         * gst/rtp/gstrtpilbcpay.c:
9543         * gst/rtp/gstrtpmp4gpay.c:
9544         * gst/rtp/gstrtpmp4vpay.c:
9545         * gst/rtsp/gstrtpdec.c:
9546         * gst/rtsp/gstrtspsrc.c:
9547         * gst/udp/gstdynudpsink.c:
9548         * gst/udp/gstmultiudpsink.c:
9549         * gst/udp/gstudpsrc.c:
9550         * gst/videobox/gstvideobox.c:
9551         * gst/videofilter/gstvideoflip.c:
9552           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
9553           plus two minor macro fixes.
9554
9555 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9556
9557         * gst/matroska/matroska-demux.c:
9558         (gst_matroska_demux_check_subtitle_buffer),
9559         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9560         (gst_matroska_demux_subtitle_caps):
9561         * gst/matroska/matroska-ids.c:
9562         (gst_matroska_track_init_subtitle_context):
9563         * gst/matroska/matroska-ids.h:
9564           Try to fix up broken matroska files containing subtitle
9565           streams with non-UTF8 character encodings (courtesy of
9566           mkvmerge) using either the encoding specified in the
9567           GST_SUBTITLE_ENCODING environment variable or the
9568           current locale's character set if it is non-UTF8.
9569           Fixes #337076.
9570
9571 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9572
9573         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
9574           Set image type from APIC frame as "image-type" field
9575           of GST_TAG_IMAGE buffer caps (#344605).
9576
9577 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
9578
9579         * ext/flac/Makefile.am:
9580         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
9581         (gst_flac_dec_reset_decoders),
9582         (gst_flac_dec_setup_seekable_decoder),
9583         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
9584         (gst_flac_dec_metadata_callback),
9585         (gst_flac_dec_metadata_callback_seekable),
9586         (gst_flac_dec_metadata_callback_stream),
9587         (gst_flac_dec_error_callback),
9588         (gst_flac_dec_error_callback_seekable),
9589         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
9590         (gst_flac_dec_read_stream), (gst_flac_dec_write),
9591         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
9592         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
9593         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
9594         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
9595         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
9596         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
9597         (gst_flac_dec_sink_activate_push),
9598         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
9599         * ext/flac/gstflacdec.h:
9600           Support chain-based operation, should make flac-over-DAAP
9601           work (#340492).
9602
9603 2006-06-20  Wim Taymans  <wim@fluendo.com>
9604
9605         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9606         Doc updates, merge some unused symbols.
9607
9608 2006-06-20  Wim Taymans  <wim@fluendo.com>
9609
9610         * docs/plugins/Makefile.am:
9611         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9612         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9613         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
9614         * gst/rtsp/gstrtspsrc.c:
9615         * gst/rtsp/gstrtspsrc.h:
9616         Added documentation for the rtsp plugin. Fixes #345393.
9617
9618 2006-06-20  Wim Taymans  <wim@fluendo.com>
9619
9620         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9621         (rtsp_connection_close), (rtsp_connection_free):
9622         Use better G_OS_* macros. Fixes #345301 some more.
9623
9624 2006-06-20  Wim Taymans  <wim@fluendo.com>
9625
9626         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9627
9628         * sys/sunaudio/Makefile.am:
9629         * sys/sunaudio/gstsunaudio.c: (plugin_init):
9630         * sys/sunaudio/gstsunaudiomixerctrl.c:
9631         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
9632         (gst_sunaudiomixer_ctrl_list_tracks),
9633         (gst_sunaudiomixer_ctrl_get_volume),
9634         (gst_sunaudiomixer_ctrl_set_volume),
9635         (gst_sunaudiomixer_ctrl_set_mute),
9636         (gst_sunaudiomixer_ctrl_set_record):
9637         * sys/sunaudio/gstsunaudiomixerctrl.h:
9638         * sys/sunaudio/gstsunaudiomixertrack.c:
9639         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
9640         * sys/sunaudio/gstsunaudiomixertrack.h:
9641         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
9642         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
9643         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
9644         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
9645         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
9646         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
9647         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
9648         (gst_sunaudiosrc_reset):
9649         * sys/sunaudio/gstsunaudiosrc.h:
9650         Add a SunAudio source plugin.
9651         Support stereo and right/left channel gain in the mixer plugin.
9652         Support the RECORD flag so that you can switch between line-input and
9653         microphone in gnome-volume-control.
9654         Code cleanups like using an enumerator for track number instead of an 
9655         integer. Fixes #344923.
9656
9657 2006-06-20  Wim Taymans  <wim@fluendo.com>
9658
9659         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
9660
9661         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9662         (rtsp_connection_close):
9663         Make RTSP plugin compile on windows. Fixes #345301.
9664         Some changes to original patch to catch errors better.
9665         use ifdef WIN32 instead of ifndef.
9666
9667 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9668
9669         * configure.ac:
9670         If we have libraw1394 >= 1.2.1, then we need libiec61883.
9671
9672 2006-06-18  Edward Hervey  <edward@fluendo.com>
9673
9674         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
9675         After a failed buffer alloc, we need to abort the jpeg decoding (it
9676         started when parsing headers to figure out how many bytes we need
9677         to request downstream).
9678
9679 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
9680
9681         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9682
9683         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
9684           Make sure we don't read beyond the end of the file (#345232).
9685
9686 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9687
9688         * configure.ac:
9689           Fix --disable-external (can't set conditionals conditionally,
9690           #343602).
9691
9692 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9693
9694         * autogen.sh:
9695         * configure.ac:
9696         * docs/Makefile.am:
9697           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
9698
9699         * docs/plugins/Makefile.am:
9700         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9701         * docs/plugins/inspect/plugin-taglib.xml:
9702           Add/fix apev2mux docs.
9703
9704 2006-06-14  Wim Taymans  <wim@fluendo.com>
9705
9706         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
9707         (gst_dvdec_finalize), (gst_dvdec_sink_event),
9708         (gst_dvdec_change_state):
9709         Reset segment info on flush.
9710         Alloc segment in _init, free in _finalize.
9711
9712         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
9713         Don't send segments twice.
9714
9715 2006-06-14  Wim Taymans  <wim@fluendo.com>
9716
9717         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
9718         Respect segment.stop. Fixes #342592.
9719
9720 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9721
9722         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
9723           No language specified means the implied language is English
9724           according to the matroska spec (partially fixes #344708);
9725           add some more debug output.
9726
9727 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9728
9729         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
9730         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
9731         (gst_wavparse_chain):
9732           When operating chain-based, don't make any assumptions about the
9733           chunking of the incoming data and make streaming work on days other
9734           than the second Thursday after a full moon. Also fix up debug
9735           messages here and there and make use of the most excellent new
9736           gst_pad_query_peer_duration() utility function.
9737           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
9738
9739         * gst/wavparse/gstwavparse.h:
9740           Remove trailing comma after last enum value, some compilers don't
9741           like that.
9742
9743 2006-06-13  Wim Taymans  <wim@fluendo.com>
9744
9745         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
9746         Handle premature EOS gracefully.
9747
9748 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
9749
9750         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
9751           Prevent out of bounds array access when scrubbing towards
9752           the end of the file between the last index entry and the
9753           end. Fixes occasional 'start <= stop' newsegment event
9754           assertions when scrubbing in MJPEG files.
9755
9756 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
9757
9758         * tests/check/elements/.cvsignore:
9759           And another one.
9760
9761 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9762
9763         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9764         (scan_encoded_string), (parse_picture_frame):
9765           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
9766
9767         * configure.ac:
9768           Require core >= 0.10.8 (for GST_TAG_IMAGE and
9769           GST_TAG_PPEVIEW_IMAGE used in the patch above).
9770
9771 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9772
9773         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
9774           gratuitous comment changes
9775         * tests/check/elements/level.c: (GST_START_TEST):
9776           fix level test leaks
9777
9778 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9779
9780         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
9781         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
9782           Use gst_pad_query_peer_duration() utility function here.
9783
9784 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9785
9786         * autogen.sh:
9787           require am17
9788         * configure.ac:
9789         * ext/annodex/Makefile.am:
9790         * ext/cdio/Makefile.am:
9791         * ext/dv/Makefile.am:
9792         * ext/esd/Makefile.am:
9793         * ext/flac/Makefile.am:
9794         * ext/gdk_pixbuf/Makefile.am:
9795         * ext/ladspa/Makefile.am:
9796         * ext/libcaca/Makefile.am:
9797         * ext/speex/Makefile.am:
9798         * ext/taglib/Makefile.am:
9799         * sys/oss/Makefile.am:
9800         * sys/sunaudio/Makefile.am:
9801         * sys/ximage/Makefile.am:
9802           clean up build further
9803
9804 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9805
9806         * gconf/Makefile.am:
9807           Honour --disable-schemas-install configure option. Fixes #344100.
9808
9809 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9810
9811         * tests/examples/level/Makefile.am:
9812           Add -lm to LIBS for pow() function, don't assume one of our
9813           dependencies (such as libxml-2.0) drags it in automatically
9814           (#343603).
9815
9816 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9817
9818         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
9819
9820         * configure.ac:
9821           We should use $SED and not $(SED) in configure.ac (#343678).
9822
9823 2006-06-09  Wim Taymans  <wim@fluendo.com>
9824
9825         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9826
9827         * sys/sunaudio/gstsunaudiomixerctrl.c:
9828         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
9829         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
9830         (gst_sunaudiomixer_ctrl_set_mute):
9831         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
9832         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
9833         (gst_sunaudiosink_write):
9834         Attached find a patch that fixes a number of bugs with the SunAudio
9835         mixer plugin and fixes #344101:
9836         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
9837            tracks onto the tracklist causing gnome-volume-control's preferences
9838            dialog to be messed up and would core dump if you checked/unchecked
9839            any item.
9840         2. We weren't previously setting the MUTE flag properly.  Fixing this
9841            makes gnome-volume-control work better.
9842         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
9843            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
9844            gnome-volume-control look better.
9845         Also some minor cleanup in gstsunaudiosink.c.
9846
9847 2006-06-09  Wim Taymans  <wim@fluendo.com>
9848
9849         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
9850         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
9851         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
9852         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
9853         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
9854         * ext/jpeg/gstjpegdec.h:
9855         API: Added IDCT method property
9856         Small cleanups.
9857         Avoid dynamic allocation of trivial fixed structure.
9858         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
9859
9860 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9861
9862         * configure.ac:
9863         We now require libraw1394 >= 1.1.0 and that version onwards all
9864         have .pc files.
9865
9866 2006-06-02  Edward Hervey  <edward@fluendo.com>
9867
9868         * gst/law/alaw-decode.c: (alawdec_getcaps): 
9869         Trying to get items from an ANY or EMPTY caps is ... stupid.
9870
9871 2006-06-02  Edward Hervey  <edward@fluendo.com>
9872
9873         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
9874         (gst_dvdec_chain), (gst_dvdec_change_state):
9875         * ext/dv/gstdvdec.h:
9876         Added GstSegment handling, now implements dropping/clipping.
9877
9878 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
9879
9880         * ext/aalib/gstaasink.h:
9881         * ext/annodex/gstcmmldec.h:
9882         * ext/cairo/gsttimeoverlay.h:
9883         * ext/dv/gstdvdec.h:
9884         * ext/dv/gstdvdemux.h:
9885         * ext/esd/esdmon.h:
9886         * ext/esd/esdsink.h:
9887         * ext/flac/gstflacenc.h:
9888         * ext/gconf/gstgconfaudiosink.h:
9889         * ext/gconf/gstgconfaudiosrc.h:
9890         * ext/gconf/gstgconfvideosink.h:
9891         * ext/gconf/gstgconfvideosrc.h:
9892         * ext/gdk_pixbuf/gstgdkanimation.h:
9893         * ext/gdk_pixbuf/pixbufscale.h:
9894         * ext/hal/gsthalaudiosink.h:
9895         * ext/hal/gsthalaudiosrc.h:
9896         * ext/jpeg/gstjpegenc.h:
9897         * ext/jpeg/gstsmokedec.h:
9898         * ext/jpeg/gstsmokeenc.h:
9899         * ext/libcaca/gstcacasink.h:
9900         * ext/libmng/gstmngdec.h:
9901         * ext/libmng/gstmngenc.h:
9902         * ext/libpng/gstpngdec.h:
9903         * ext/libpng/gstpngenc.h:
9904         * ext/raw1394/gstdv1394src.h:
9905         * ext/speex/gstspeexenc.h:
9906         * gst/autodetect/gstautoaudiosink.h:
9907         * gst/autodetect/gstautovideosink.h:
9908         * gst/avi/gstavidemux.h:
9909         * gst/cutter/gstcutter.h:
9910         * gst/debug/efence.h:
9911         * gst/debug/gstnavigationtest.h:
9912         * gst/debug/gstnavseek.h:
9913         * gst/flx/gstflxdec.h:
9914         * gst/goom/gstgoom.h:
9915         * gst/icydemux/gsticydemux.h:
9916         * gst/id3demux/gstid3demux.h:
9917         * gst/law/alaw-decode.h:
9918         * gst/law/alaw-encode.h:
9919         * gst/law/mulaw-decode.h:
9920         * gst/law/mulaw-encode.h:
9921         * gst/matroska/matroska-mux.h:
9922         * gst/median/gstmedian.h:
9923         * gst/oldcore/gstaggregator.h:
9924         * gst/oldcore/gstfdsink.h:
9925         * gst/oldcore/gstmd5sink.h:
9926         * gst/oldcore/gstmultifilesrc.h:
9927         * gst/oldcore/gstpipefilter.h:
9928         * gst/oldcore/gstshaper.h:
9929         * gst/oldcore/gststatistics.h:
9930         * gst/rtp/gstasteriskh263.h:
9931         * gst/rtp/gstrtpL16depay.h:
9932         * gst/rtp/gstrtpL16pay.h:
9933         * gst/rtp/gstrtpamrdepay.h:
9934         * gst/rtp/gstrtpamrpay.h:
9935         * gst/rtp/gstrtpdepay.h:
9936         * gst/rtp/gstrtpgsmdepay.h:
9937         * gst/rtp/gstrtpgsmpay.h:
9938         * gst/rtp/gstrtph263pay.h:
9939         * gst/rtp/gstrtph263pdepay.h:
9940         * gst/rtp/gstrtph263ppay.h:
9941         * gst/rtp/gstrtpmp4gpay.h:
9942         * gst/rtp/gstrtpmp4vdepay.h:
9943         * gst/rtp/gstrtpmp4vpay.h:
9944         * gst/rtp/gstrtpmpadepay.h:
9945         * gst/rtp/gstrtpmpapay.h:
9946         * gst/rtp/gstrtppcmadepay.h:
9947         * gst/rtp/gstrtppcmapay.h:
9948         * gst/rtp/gstrtppcmudepay.h:
9949         * gst/rtp/gstrtppcmupay.h:
9950         * gst/rtp/gstrtpspeexdepay.h:
9951         * gst/rtp/gstrtpspeexpay.h:
9952         * gst/rtsp/gstrtpdec.h:
9953         * gst/rtsp/gstrtspsrc.h:
9954         * gst/smpte/gstsmpte.h:
9955         * gst/udp/gstdynudpsink.h:
9956         * gst/udp/gstmultiudpsink.h:
9957         * gst/udp/gstudpsink.h:
9958         * gst/udp/gstudpsrc.h:
9959         * gst/videofilter/gstvideobalance.h:
9960         * gst/videofilter/gstvideoflip.h:
9961         * sys/oss/gstossdmabuffer.h:
9962         * sys/oss/gstossmixerelement.h:
9963         * sys/oss/gstosssink.h:
9964         * sys/oss/gstosssrc.h:
9965         * sys/osxvideo/osxvideosink.h:
9966         * sys/sunaudio/gstsunaudiomixer.h:
9967         * sys/sunaudio/gstsunaudiosink.h:
9968         * sys/ximage/gstximagesrc.h:
9969         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
9970
9971 2006-05-31  Wim Taymans  <wim@fluendo.com>
9972
9973         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
9974         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
9975         (gst_goom_src_setcaps), (gst_goom_src_event),
9976         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
9977         (gst_goom_change_state):
9978         * gst/goom/gstgoom.h:
9979         Handle QoS.
9980         Handle flushing, discont and events.
9981         Fix timestamps and various other cleanups.
9982
9983 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9984
9985         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
9986         Fix bus reset when using libiec61883
9987
9988 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9989
9990         * configure.ac:
9991         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
9992         * ext/raw1394/Makefile.am:
9993         Add CFLAGS.
9994         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
9995         New method, to receive using libiec61883.
9996         (gst_dv1394src_iso_receive),
9997         #ifdef'd out if libiec61883 is present.
9998         (gst_dv1394src_bus_reset),
9999         Get userdata correctly if using libiec61883. 
10000         (gst_dv1394src_create),
10001         When using libiec61883, only poll one fd and no need to read.
10002         (gst_dv1394src_discover_avc_node),
10003         Replace g_warnings.
10004         (gst_dv1394src_start),
10005         Create new handle when we know which dv port.  More reliable
10006         than setting port on an existing handle.  Initialise libiec61883.
10007         (gst_dv1394src_stop):
10008         If using libiec61883, then cleanup its handle properly.
10009         * ext/raw1394/gstdv1394src.h:
10010         Add libiec61883 handle.
10011
10012 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
10013
10014         * gst/avi/gstavidemux.c:
10015           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
10016         * win32/MANIFEST:
10017           sort file listing
10018         * win32/vs6/libgstavi.dsp:
10019           add gstavimux.c to the project
10020         * win32/vs6/libgstid3demux.dsp:
10021           add link to zlib library
10022         * win32/vs6/libgstmatroska.dsp:
10023           add matroska-ids.c to the project
10024
10025 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
10026
10027         Patch by: Sebastian Dröge  <mail at slomosnail de >
10028
10029         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10030         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10031         * ext/taglib/Makefile.am:
10032         * ext/taglib/gstapev2mux.cc:
10033         * ext/taglib/gstapev2mux.h:
10034         * ext/taglib/gstid3v2mux.cc:
10035         * ext/taglib/gsttaglibmux.c: (plugin_init):
10036         * ext/taglib/gsttaglibmux.h:
10037           Add apev2mux element (#343122).
10038         
10039         * tests/check/Makefile.am:
10040         * tests/check/elements/apev2mux.c:
10041         (test_taglib_apev2mux_create_tags),
10042         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
10043         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
10044         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
10045         (apev2mux_suite), (main):
10046           Add unit test for apev2mux element.
10047
10048 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10049
10050         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10051         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10052         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10053           GST_PTR_FORMAT should be used to print caps in debug statements.
10054
10055 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10056
10057         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
10058
10059         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
10060         (ape_demux_parse_tags):
10061           Some clean-ups and additions: map APE 'file' tag to
10062           GST_TAG_LOCATION (#343123); add support for extracting
10063           the track count and clean up parsing a bit (#343127).
10064
10065 2006-05-28  Edward Hervey  <edward@fluendo.com>
10066
10067         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
10068         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
10069
10070 2006-05-28  Edward Hervey  <edward@fluendo.com>
10071
10072         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
10073         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
10074         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
10075         * ext/jpeg/gstjpegdec.h:
10076         Clip outgoing buffers according to currently configured segment.
10077
10078 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10079
10080         * ext/taglib/gstid3v2mux.cc:
10081           Handle  writing of track-count or album-volume-count without
10082           track-number or albume-volume-number (in this case the number
10083           will just be set to 0).
10084
10085         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
10086           It would be nice if we actually checked the values received for
10087           track/album-volume number/count in  _check_tags(), rather than
10088           setting them again ...
10089
10090 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10091
10092         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10093           A track/volume number or count of 0 does not make sense,
10094           just ignore it along with negative numbers (a tag might
10095           only contain a track count without a track number).
10096
10097 2006-05-27  Edward Hervey  <edward@fluendo.com>
10098
10099         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
10100         (gst_jpeg_dec_sink_event):
10101         Abort decompression when receiving FLUSH_STOP. This should avoid
10102         issues when interrupting decoding with flushes.
10103
10104 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10105
10106         * ext/flac/gstflac.c:
10107           Don't #include file we don't dist any longer.
10108
10109 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10110
10111         * README:
10112           Replace current README (containing the release notes from
10113           some 0.9.x version) with a proper README taken from the core.
10114
10115 2006-05-24  Wim Taymans  <wim@fluendo.com>
10116
10117         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
10118         Implement EOS correctly by either posting
10119         SEGMENT_DONE or pushing an EOS message depending
10120         on the seek type. Fixes #342592
10121
10122 2006-05-24  Wim Taymans  <wim@fluendo.com>
10123
10124         * gst/law/alaw-decode.c: (gst_alawdec_chain):
10125         * gst/law/alaw-decode.h:
10126         * gst/law/alaw-encode.c: (gst_alawenc_chain):
10127         * gst/law/alaw-encode.h:
10128         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
10129         * gst/law/mulaw-decode.h:
10130         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
10131         * gst/law/mulaw-encode.h:
10132         Some cleanups in the chain functions.
10133         Remove some GStreamer 0.0.2 bits.
10134
10135 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10136
10137         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10138
10139         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
10140           gst_collect_pads_stop() needs to be called before chaining up
10141           to the parent class (#342734).
10142
10143 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10144
10145         * ext/flac/Makefile.am:
10146         * ext/flac/flac_compat.h:
10147         * ext/flac/gstflac.c:
10148         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
10149         * ext/flac/gstflacenc.c:
10150           Remove backwards compatibility cruft for dealing with FLAC API
10151           changes in the 1.0.x series - we require 1.1.1 or newer these days.
10152
10153 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10154
10155         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10156         (gst_matroska_demux_push_xiph_codec_priv_data),
10157         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
10158         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
10159         * gst/matroska/matroska-ids.h:
10160         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
10161         (gst_matroska_mux_video_pad_setcaps),
10162         (xiph3_streamheader_to_codecdata),
10163         (vorbis_streamheader_to_codecdata),
10164         (theora_streamheader_to_codecdata),
10165         (gst_matroska_mux_audio_pad_setcaps),
10166         (gst_matroska_mux_write_data):
10167           Add support for muxing/demuxing theora video (#342448; too bad
10168           none of the usual linux players can actually play this). Playback
10169           in GStreamer will require additional changes to theoradec in -base.
10170           Refactor streamheaders <=> CodecPrivateData code a bit; some small
10171           cleanups.
10172
10173 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10174
10175         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
10176         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
10177           Fix crashes when the horizontal subsampling is 1.
10178           Fixes #342097.
10179
10180 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10181
10182         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10183
10184         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
10185         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10186         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10187         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
10188         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
10189         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10190         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
10191         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10192         (gst_avi_mux_change_state):
10193         * gst/avi/gstavimux.h:
10194           Some enhancements for avimux (#342526):
10195            - add odml (large file) index support
10196            - store codec init data (e.g. huffyuv)
10197            - miscellaneous other fixes/cleanups
10198
10199 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
10200
10201         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10202         Don't output any tag when we encounter a negative track number - the
10203         tag type is uint, so we end up outputting huge positive numbers
10204         instead. (Fixes: #342029)
10205
10206 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10207
10208         * configure.ac:
10209           update for new GSTPB_PLUGINS_DIR
10210
10211 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
10212
10213         * rtp/gst/gstrtph263pay.c:
10214         Properly set static caps for H263 at 34.
10215
10216 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
10217
10218         Patch by: James "Doc" Livingston  <doclivingston gmail com>
10219
10220         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
10221           Merge event tags and tag setter tags correctly (#339918). Also,
10222           don't leak taglist in case of an error.
10223           
10224 2006-05-17  Edward Hervey  <edward@fluendo.com>
10225
10226         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
10227         We can only do caps intersection if the othercaps are non-empty and not
10228         ANY. Else we return the pad template (base_caps).
10229
10230 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
10231
10232         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10233           Fix crash when outputting debugging information for certain
10234           pictures (always good to use the right struct member for
10235           the number of records in an array).
10236
10237 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
10238
10239         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
10240
10241         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
10242         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
10243         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
10244         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
10245         (gst_ebml_read_float), (gst_ebml_read_ascii),
10246         (gst_ebml_read_binary):
10247           Don't create unnecessary sub-buffers all the time. Dramatically
10248           improves performance with multiple concurrently running
10249           matroskademux instances (#341818) (and avoids doing
10250           unnecessarily inefficient things in the general case).
10251
10252 2006-05-16  Edward Hervey  <edward@fluendo.com>
10253
10254         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
10255         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
10256         return value of gst_pad_push_event().
10257
10258 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
10259
10260         * gst/autodetect/gstautoaudiosink.c:
10261         (gst_auto_audio_sink_find_best):
10262         * gst/autodetect/gstautovideosink.c:
10263         (gst_auto_video_sink_find_best):
10264         Make the name of the child element be based on the name of the
10265         parent, so that debug output is more useful.
10266         
10267         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
10268         (parse_insert_string_field), (parse_split_strings):
10269         Rework string parsing to always walk over BOM markers in UTF16
10270         strings, using the endianness indicated by the innermost one,
10271         then trying the opposite endianness if that fails to convert
10272         to valid UTF-8. Fixes #341774
10273
10274 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10275
10276         Patch from: Matthieu <matthieu at fluendo dot com>
10277
10278         * ext/libpng/Makefile.am:
10279         Add LIBPNG_CFLAGS.
10280
10281 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10282
10283         * ext/taglib/gstid3v2mux.cc:
10284           Add support for writing images (APIC frames) into ID3v2
10285           tags (picture type always set to 'other' for now though).
10286
10287 2006-05-14  Michael Smith  <msmith@fluendo.com>
10288
10289         * gst/wavparse/gstwavparse.c:
10290           Update docs; wavparse implements push and pull modes.
10291
10292 2006-05-12  Wim Taymans  <wim@fluendo.com>
10293
10294         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
10295         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
10296         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
10297         Ooops, bitten by the copy-and-paste design paradigm, fixes
10298         seek again.
10299
10300 2006-05-12  Wim Taymans  <wim@fluendo.com>
10301
10302         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10303         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
10304         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
10305         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10306         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
10307         (gst_avi_demux_massage_index),
10308         (gst_avi_demux_calculate_durations_from_index),
10309         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
10310         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10311         (gst_avi_demux_loop):
10312         * gst/avi/gstavidemux.h:
10313         Some cleanups, prepare to use GstSegment.
10314         Fix error in entry walking code.
10315         Fix VBR detection.
10316         Smarter timestamp calculation code.
10317         Uniform error/eos handling.
10318
10319 2006-05-12  Michael Smith  <msmith@fluendo.com>
10320
10321         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
10322         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
10323           Fix use of uninitialised values if we're NOT seeking in ready.
10324           Fix typos.
10325
10326 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
10327
10328         * gst/wavparse/Makefile.am:
10329           Add CFLAGS and LIBS for libgstbase, fixes build on
10330           Cygwin (#341489).
10331
10332 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10333
10334         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
10335           Some more debug info. No need to check whether the string
10336           returned by g_convert() is really UTF-8 - either it is or
10337           we get NULL returned.
10338
10339 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
10340
10341         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
10342           Fix parsing of numeric genre strings some more, by ensuring that
10343           we only try and parse strings that a) Start with '(' and b) Consist
10344           only of digits.
10345           Also, when finding an escaping '((' sequence, bust it back to '(' by
10346           swallowing the first parenthesis
10347
10348 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10349
10350         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
10351         (gst_esdsink_open), (gst_esdsink_close):
10352         * ext/esd/esdsink.h:
10353           Move the esd_get_server_info() into gst_esdsink_open() and fail
10354           with a decent error message on errors.
10355
10356 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10357
10358         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
10359         (gst_esdmon_channels_get_type):
10360         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
10361         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
10362         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
10363         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
10364         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
10365         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
10366         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
10367         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
10368         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
10369         * gst/videomixer/videomixer.c:
10370         (gst_video_mixer_background_get_type):
10371           Const-ify GEnumValue arrays.
10372
10373 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10374
10375         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
10376
10377         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
10378         (gst_avi_mux_do_video_buffer):
10379           Work around gst_buffer_make_metadata_writable() bug that
10380           results in avimux marking all frames in the index as
10381           keyframes (#340859).
10382           
10383 2006-05-08  Wim Taymans  <wim@fluendo.com>
10384
10385         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10386         Make parsing of urls suck slightly less.
10387
10388 2006-05-08  Edward Hervey  <edward@fluendo.com>
10389
10390         * autogen.sh: (CONFIGURE_DEF_OPT): 
10391         libtoolize on Darwin/MacOSX is called glibtoolize.
10392
10393 2006-05-08  Wim Taymans  <wim@fluendo.com>
10394
10395         Patch by: Jens Granseuer <jensgr at gmx dot net>
10396
10397         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
10398         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
10399         C89 compliance fixes. Fixes #340980
10400
10401 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
10402
10403         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10404         * ext/flac/gstflacdec.h:
10405           Handle segment seeks that include the end of the file as stop point
10406           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
10407           message instead of an EOS event in case we're in segment seek
10408           mode (fixes #340699).
10409           
10410 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
10411
10412         * ext/cairo/gsttextoverlay.c:
10413         * ext/flac/gstflacdec.c:
10414         * ext/gdk_pixbuf/pixbufscale.c:
10415         * gst/apetag/gstapedemux.c:
10416         * gst/debug/breakmydata.c:
10417         * gst/debug/testplugin.c:
10418         * gst/matroska/ebml-write.c:
10419         * gst/multipart/multipartdemux.c:
10420         * sys/osxaudio/gstosxaudiosink.c:
10421         * sys/osxaudio/gstosxaudiosrc.c:
10422         Add semicolons after GST_BOILERPLATE[_FULL] so that
10423         indent doesn't mess up following lines.
10424
10425 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
10426
10427         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
10428
10429         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
10430           Don't leak caps when freeing the stream context (#340623).
10431
10432 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
10433
10434         * configure.ac:
10435           Back to CVS
10436
10437 === release 0.10.3 ===
10438
10439 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
10440
10441         * configure.ac:
10442           releasing 0.10.3, "Desplazado"
10443
10444 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10445
10446         * gst/matroska/matroska-mux.c:
10447         (gst_matroska_mux_stream_is_vorbis_header),
10448         (gst_matroska_mux_write_data):
10449           Don't strcmp() NULL strings.
10450           Only start new clusters on video keyframes, not on any
10451           random audio buffer that doesn't have the DELTA_UNIT
10452           flag set (fixes 'make check' again).
10453
10454 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10455
10456         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10457
10458         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
10459         (gst_matroska_mux_stream_is_vorbis_header),
10460         (gst_matroska_mux_write_data):
10461           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
10462           value and then dead-lock when muxing vorbis audio streams
10463           (the three vorbis header buffers carry no timestamp, and it
10464           would try to mux these after all video buffers). Fixes #340346.
10465
10466           Improve clustering: start a new cluster also whenever we get
10467           a keyframe.     
10468
10469 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10470
10471         * win32/common/config.h:
10472         * win32/MANIFEST
10473           add the generated file as well
10474
10475 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10476
10477         * Makefile.am:
10478         * configure.ac:
10479         * win32/common/config.h.in:
10480           add win32 stuff
10481
10482 2006-05-03  Michael Smith  <msmith@fluendo.com>
10483
10484         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
10485           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
10486           SUCKS.
10487
10488 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
10489
10490         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10491         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10492         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10493           don't leak caps-string
10494
10495 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10496
10497         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
10498         (gst_id3demux_sink_activate):
10499           Let core insert default error message for TYPE_NOT_FOUND
10500           errors, it's just as good as our own and has the added
10501           bonus of being translated.
10502
10503 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10504
10505         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
10506         (gst_tag_demux_sink_event):
10507         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
10508         (gst_id3demux_sink_event):
10509           Post an error message when we get an EOS event and were not
10510           able to find out the type of stream.
10511
10512         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
10513         (test_taglib_id3mux_with_tags):
10514           Decrease num-buffers to 16 per iteration again, otherwise the
10515           many memcpy()s and reallocations in the test will hammer slow
10516           CPUs completely and make the test timeout.
10517
10518 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10519
10520         * configure.ac:
10521           figure out where plugins-base plugins are
10522         * tests/check/Makefile.am:
10523           use plugins-base plugins, so we have typefind functions
10524         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
10525           increase num-buffers, this makes sure the test errors out instead
10526           of timing out when no typefind functions are present
10527
10528 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10529
10530         * docs/plugins/Makefile.am:
10531           also check .cc files for gtk-doc markup
10532         * configure.ac:
10533         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10534         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10535         * tests/check/Makefile.am:
10536         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
10537         * ext/Makefile.am:
10538         * ext/taglib/Makefile.am:
10539         * ext/taglib/gstid3v2mux.h:
10540         * ext/taglib/gsttaglibmux.c:
10541         * ext/taglib/gsttaglibmux.h:
10542           move taglib-based id3v2muxer to -good.  Fixes #336110.
10543
10544 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
10545
10546         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10547           ... and fix multichannel/WAVFORMATEX support again.
10548
10549 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
10550
10551         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10552         (gst_wavparse_class_init), (gst_wavparse_dispose),
10553         (gst_wavparse_reset), (gst_wavparse_init),
10554         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
10555         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
10556         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
10557         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
10558         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10559         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10560         (gst_wavparse_stream_data), (gst_wavparse_loop),
10561         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10562         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10563         (gst_wavparse_change_state), (plugin_init):
10564         * gst/wavparse/gstwavparse.h:
10565           Add push (streaming) mode to wavparse (fixes #337625)
10566
10567 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10568
10569         * configure.ac:
10570         * tests/Makefile.am:
10571           add ximagesrc icles test
10572
10573 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10574
10575         * configure.ac:
10576         * docs/plugins/Makefile.am:
10577         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10578         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10579         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
10580         (gst_cmml_enc_push_clip):
10581         * sys/Makefile.am:
10582         * sys/ximage/Makefile.am:
10583         * sys/ximage/gstximagesrc.c:
10584           Move ximagesrc plug-in to good after review.  Fixes #336756.
10585
10586 2006-04-28  Michael Smith  <msmith@fluendo.com>
10587
10588         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
10589         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
10590         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
10591         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
10592         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10593         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
10594         * gst/icydemux/gsticydemux.h:
10595           Fix event handling: cache events when typefinding and forward later.
10596
10597 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10598
10599         * sys/osxaudio/gstosxaudiosink.c:
10600         (plugin_init):
10601          Register osxaudiosrc to the plugin.
10602         * sys/osxaudio/gstosxaudiosrc.c:
10603         (gst_osx_audio_src_osxelement_do_init),
10604         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
10605         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
10606         (gst_osx_audio_src_get_property),
10607         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
10608         (gst_osx_audio_src_osxelement_init):
10609         * sys/osxaudio/gstosxaudiosrc.h:
10610           Port of osxaudiosrc to 0.10.
10611         * sys/osxaudio/Makefile.am:
10612           Add osxaudiosrc
10613
10614 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10615
10616         * sys/osxaudio/gstosxringbuffer.c:
10617         * sys/osxaudio/gstosxringbuffer.h:
10618           Forgot to commit earlier, part of the OSX audio plugin port
10619
10620 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
10621
10622         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
10623         (parse_split_strings):
10624           Recognise and skip any byte order marker (BOM) in
10625           UTF-16 strings.
10626
10627 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10628
10629         * docs/plugins/Makefile.am:
10630         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10631         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10632         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10633         * docs/plugins/inspect/plugin-avi.xml:
10634         * gst/avi/gstavidemux.c:
10635         * gst/avi/gstavimux.c:
10636           Add docs for both avidemux and avimux.
10637
10638 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10639
10640         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10641
10642         * gst/avi/Makefile.am:
10643         * gst/avi/gstavi.c: (plugin_init):
10644         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
10645         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
10646         (gst_avi_mux_class_init), (gst_avi_mux_init),
10647         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10648         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
10649         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
10650         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10651         (gst_avi_mux_riff_get_avix_header),
10652         (gst_avi_mux_riff_get_video_header),
10653         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
10654         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
10655         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10656         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
10657         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
10658         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
10659         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10660         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
10661         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
10662         (gst_avi_mux_change_state):
10663         * gst/avi/gstavimux.h:
10664           Port AVI muxer to GStreamer-0.10 (#332031).
10665
10666         * tests/check/Makefile.am:
10667         * tests/check/elements/avimux.c:
10668         * tests/check/elements/.cvsignore:
10669           Add unit test for AVI muxer.
10670
10671 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
10672
10673         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10674         (gst_wavparse_class_init), (gst_wavparse_reset),
10675         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10676         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10677         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10678         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10679         (gst_wavparse_stream_data), (gst_wavparse_loop),
10680         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
10681         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
10682         (plugin_init):
10683         * gst/wavparse/gstwavparse.h:
10684           reverted patch #337625 for the price of 1 hour sleep
10685
10686 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10687
10688         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10689         (gst_wavparse_class_init), (gst_wavparse_reset),
10690         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10691         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
10692         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10693         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10694         (gst_wavparse_stream_data), (gst_wavparse_loop),
10695         (gst_wavparse_chain), (plugin_init):
10696         * gst/wavparse/gstwavparse.h:
10697           correct partial implementation of push mode
10698           (from my last commit)
10699
10700 2006-04-26  Wim Taymans  <wim@fluendo.com>
10701
10702         * ext/esd/esdsink.c:
10703         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
10704         it is not in esd.h
10705
10706 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
10707
10708         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
10709         (gst_au_parse_class_init), (gst_au_parse_init),
10710         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
10711         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
10712         (gst_au_parse_chain), (gst_au_parse_src_convert),
10713         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
10714         (gst_au_parse_sink_event), (gst_au_parse_src_event),
10715         (gst_au_parse_change_state):
10716         * gst/auparse/gstauparse.h:
10717           Rewrite auparse to suck a little bit less: make source pad
10718           dynamic, so decodebin/playbin work with non-raw formats
10719           like alaw/mulaw; add query function for duration/position
10720           queries; check whether we have enough data before attempting
10721           to parse the header (instead of crashing when that is not the
10722           case); work around audioconvert sucking by swapping endianness
10723           to the native endianness ourselves for float formats; send
10724           initial newsegment event. Fixes #161712.
10725
10726 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10727
10728         * sys/osxaudio/Makefile.am:
10729         * sys/osxaudio/gstosxaudioelement.c:
10730         (gst_osx_audio_element_get_type),
10731         (gst_osx_audio_element_class_init):
10732         * sys/osxaudio/gstosxaudioelement.h:
10733         * sys/osxaudio/gstosxaudiosink.c:
10734         (gst_osx_audio_sink_osxelement_do_init),
10735         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
10736         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
10737         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
10738         (gst_osx_audio_sink_create_ringbuffer),
10739         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
10740         (plugin_init):
10741         * sys/osxaudio/gstosxaudiosink.h:
10742         Port of osxaudiosink to 0.10
10743
10744 2006-04-26  Wim Taymans  <wim@fluendo.com>
10745
10746         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
10747         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
10748         the size of the ringbuffer. This should fix hangs with older 
10749         esd sound servers.
10750
10751 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10752
10753         * ext/aalib/gstaasink.c:
10754         * ext/annodex/gstcmmldec.c:
10755         * ext/annodex/gstcmmlenc.c:
10756         * ext/cairo/gsttextoverlay.c:
10757         * ext/cairo/gsttimeoverlay.c:
10758         * ext/cdio/gstcdiocddasrc.c:
10759         * ext/dv/gstdvdec.c:
10760         * ext/dv/gstdvdemux.c:
10761         * ext/esd/esdmon.c:
10762         * ext/esd/esdsink.c:
10763         * ext/flac/gstflacenc.c:
10764         * ext/flac/gstflactag.c:
10765         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
10766         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
10767         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
10768         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
10769         * ext/gdk_pixbuf/pixbufscale.c:
10770         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10771         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10772         * ext/jpeg/gstjpegdec.c:
10773         * ext/jpeg/gstjpegenc.c:
10774         * ext/jpeg/gstsmokedec.c:
10775         * ext/jpeg/gstsmokeenc.c:
10776         * ext/libcaca/gstcacasink.c:
10777         * ext/libmng/gstmngdec.c:
10778         * ext/libmng/gstmngenc.c:
10779         * ext/libpng/gstpngdec.c:
10780         * ext/libpng/gstpngenc.c:
10781         * ext/mikmod/gstmikmod.c:
10782         * ext/raw1394/gstdv1394src.c:
10783         * ext/shout2/gstshout2.c: (gst_shout2send_init):
10784         * ext/shout2/gstshout2.h:
10785         * ext/speex/gstspeexdec.c:
10786         * ext/speex/gstspeexenc.c:
10787         * gst/alpha/gstalpha.c:
10788         * gst/alpha/gstalphacolor.c:
10789         * gst/apetag/gstapedemux.c:
10790         * gst/auparse/gstauparse.c:
10791         * gst/autodetect/gstautoaudiosink.c:
10792         (gst_auto_audio_sink_base_init):
10793         * gst/autodetect/gstautovideosink.c:
10794         (gst_auto_video_sink_base_init):
10795         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
10796         * gst/avi/gstavimux.c: (gst_avimux_base_init):
10797         * gst/cutter/gstcutter.c:
10798         * gst/debug/breakmydata.c:
10799         * gst/debug/efence.c:
10800         * gst/debug/gstnavigationtest.c:
10801         * gst/debug/gstnavseek.c:
10802         * gst/debug/negotiation.c:
10803         * gst/debug/progressreport.c:
10804         * gst/debug/testplugin.c:
10805         * gst/effectv/gstaging.c:
10806         * gst/effectv/gstdice.c:
10807         * gst/effectv/gstedge.c:
10808         * gst/effectv/gstquark.c:
10809         * gst/effectv/gstrev.c:
10810         * gst/effectv/gstshagadelic.c:
10811         * gst/effectv/gstvertigo.c:
10812         * gst/effectv/gstwarp.c:
10813         * gst/flx/gstflxdec.c:
10814         * gst/goom/gstgoom.c:
10815         * gst/icydemux/gsticydemux.c:
10816         * gst/id3demux/gstid3demux.c:
10817         * gst/interleave/deinterleave.c:
10818         * gst/interleave/interleave.c:
10819         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
10820         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
10821         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
10822         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
10823         * gst/level/gstlevel.c:
10824         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
10825         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
10826         * gst/median/gstmedian.c:
10827         * gst/monoscope/gstmonoscope.c:
10828         * gst/multipart/multipartdemux.c:
10829         * gst/multipart/multipartmux.c:
10830         * gst/oldcore/gstaggregator.c:
10831         * gst/oldcore/gstfdsink.c:
10832         * gst/oldcore/gstmd5sink.c:
10833         * gst/oldcore/gstmultifilesrc.c:
10834         * gst/oldcore/gstpipefilter.c:
10835         * gst/oldcore/gstshaper.c:
10836         * gst/oldcore/gststatistics.c:
10837         * gst/rtp/gstasteriskh263.c:
10838         * gst/rtp/gstrtpL16depay.c:
10839         * gst/rtp/gstrtpL16pay.c:
10840         * gst/rtp/gstrtpamrdepay.c:
10841         * gst/rtp/gstrtpamrpay.c:
10842         * gst/rtp/gstrtpdepay.c:
10843         * gst/rtp/gstrtpgsmpay.c:
10844         * gst/rtp/gstrtph263pay.c:
10845         * gst/rtp/gstrtph263pdepay.c:
10846         * gst/rtp/gstrtph263ppay.c:
10847         * gst/rtp/gstrtpilbcdepay.c:
10848         * gst/rtp/gstrtpmp4gpay.c:
10849         * gst/rtp/gstrtpmp4vdepay.c:
10850         * gst/rtp/gstrtpmp4vpay.c:
10851         * gst/rtp/gstrtpmpadepay.c:
10852         * gst/rtp/gstrtpmpapay.c:
10853         * gst/rtp/gstrtppcmadepay.c:
10854         * gst/rtp/gstrtppcmapay.c:
10855         * gst/rtp/gstrtppcmudepay.c:
10856         * gst/rtp/gstrtppcmupay.c:
10857         * gst/rtp/gstrtpspeexdepay.c:
10858         * gst/rtp/gstrtpspeexpay.c:
10859         * gst/rtsp/gstrtpdec.c:
10860         * gst/rtsp/gstrtspsrc.c:
10861         * gst/smpte/gstsmpte.c:
10862         * gst/udp/gstdynudpsink.c:
10863         * gst/udp/gstmultiudpsink.c:
10864         * gst/udp/gstudpsink.c:
10865         * gst/udp/gstudpsrc.c:
10866         * gst/videobox/gstvideobox.c:
10867         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
10868         * gst/videofilter/gstvideobalance.c:
10869         * gst/videofilter/gstvideoflip.c:
10870         * gst/videofilter/gstvideotemplate.c:
10871         (gst_videotemplate_base_init):
10872         * gst/videomixer/videomixer.c:
10873         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10874         (gst_wavparse_class_init), (gst_wavparse_dispose),
10875         (gst_wavparse_reset), (gst_wavparse_init),
10876         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
10877         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
10878         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
10879         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
10880         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10881         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10882         (gst_wavparse_change_state):
10883         * gst/wavparse/gstwavparse.h:
10884         * sys/oss/gstossmixerelement.c:
10885         * sys/oss/gstosssink.c:
10886         * sys/oss/gstosssrc.c:
10887         * sys/osxaudio/gstosxaudioelement.c:
10888         * sys/osxaudio/gstosxaudiosink.c:
10889         * sys/osxaudio/gstosxaudiosrc.c:
10890         * sys/sunaudio/gstsunaudiomixer.c:
10891         * sys/sunaudio/gstsunaudiosink.c:
10892           Define GstElementDetails as const and also static (when defined as
10893           global)
10894
10895 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10896
10897         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10898           Source pad has fixed caps. If we don't set this, bad
10899           things happen when the window is resized.
10900
10901 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10902
10903         * gst/matroska/Makefile.am:
10904         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10905         (gst_matroska_demux_handle_src_event):
10906         * gst/matroska/matroska-ids.c:
10907         (gst_matroska_track_init_video_context),
10908         (gst_matroska_track_init_audio_context),
10909         (gst_matroska_track_init_subtitle_context),
10910         (gst_matroska_track_init_complex_context):
10911         * gst/matroska/matroska-ids.h:
10912           Handle case where the TrackType ebml chunk does not come before the
10913           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
10914           events.
10915
10916 2006-04-25  Wim Taymans  <wim@fluendo.com>
10917
10918         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10919         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
10920         It's codec_data, not codec_info.
10921
10922 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10923
10924         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10925
10926         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
10927           Handle codec_data for VfW compatibility codec IDs (#339451)
10928
10929         * gst/matroska/matroska-mux.c:
10930         (gst_matroska_mux_video_pad_setcaps):
10931           Same here, handle codec_data and add additional caps we can handle
10932           now to the pad template (huffyuv, dv and h263 video) (#339451)
10933
10934 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10935
10936         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
10937
10938         * gst/matroska/matroska-mux.c:
10939         (gst_matroska_mux_create_buffer_header),
10940         (gst_matroska_mux_write_data):
10941           Fix timestamping of B-frames, use signed integers, do
10942           some rounding (#339678).
10943
10944 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
10945
10946         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
10947         just make it compile with --disable-gst-debug.
10948
10949 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
10950
10951         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
10952         Fix a bad conversion using gst_guint64_to_gdouble.
10953         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
10954         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
10955         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
10956     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
10957         mistake.
10958
10959 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
10960
10961         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
10962         Use gst_guint64_to_gdouble for conversions
10963         * win32/vs6/gst_plugins_good.dsw:
10964         * win32/vs6/libgsticydemux.dsp:
10965         Add a project file for icydemux
10966
10967 2006-04-21  Wim Taymans  <wim@fluendo.com>
10968
10969         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
10970
10971         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10972         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
10973         When splitting audio chunks, the block alignment is not taken in
10974         consideration, so the smaller chunks could be of size which is 
10975         not a multiple of the block alignment. Fixes #336904
10976
10977 2006-04-21  Wim Taymans  <wim@fluendo.com>
10978
10979         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
10980         Use scale functions
10981
10982 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
10983
10984         * ext/dv/gstdv.c: (plugin_init):
10985           Fix build.
10986
10987 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
10988
10989         * gst/debug/progressreport.c: (gst_progress_report_finalize),
10990         (gst_progress_report_class_init), (gst_progress_report_init),
10991         (gst_progress_report_do_query), (gst_progress_report_report),
10992         (gst_progress_report_set_property),
10993         (gst_progress_report_get_property):
10994           Add 'format' property to force querying to a particular format.
10995
10996 2006-04-21  Andy Wingo  <wingo@pobox.com>
10997
10998         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
10999         best, on big endian systems. Drop its rank in that case. OTOH on
11000         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
11001
11002 2006-04-21  Michael Smith  <msmith@fluendo.com>
11003
11004         * configure.ac:
11005         * gst/icydemux/Makefile.am:
11006         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
11007         (gst_icydemux_base_init), (gst_icydemux_class_init),
11008         (gst_icydemux_reset), (gst_icydemux_init),
11009         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
11010         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
11011         (unicodify), (gst_icydemux_unicodify),
11012         (gst_icydemux_parse_and_send_tags),
11013         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
11014         (gst_icydemux_chain), (gst_icydemux_change_state),
11015         (gst_icydemux_send_tag_event), (plugin_init):
11016         * gst/icydemux/gsticydemux.h:
11017         * tests/check/Makefile.am:
11018         * tests/check/elements/icydemux.c: (typefind_succeed),
11019         (plugin_init), (icydemux_found_pad), (create_icydemux),
11020         (cleanup_icydemux), (push_data), (GST_START_TEST),
11021         (icydemux_suite), (main):
11022           Add icydemux, and tests.
11023
11024 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11025
11026         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
11027           Post SEGMENT_DONE message in TIME format.
11028
11029 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11030
11031         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11032
11033         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
11034         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
11035           Fix index creation when we have to scan the file to create
11036           an index. There may be other types of RIFF 'LIST' chunks than
11037           'movi' and we need to skip them properly as well or we'll end up
11038           reading garbage (#336889). Some other cosmetic changes.
11039           
11040 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11041
11042         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
11043         (gst_flac_dec_handle_seek_event):
11044           Add support for segment seeks (fixes #338290). Also demote
11045           some recurring debug message from DEBUG to LOG level.
11046
11047 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11048
11049         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11050         (gst_matroskademux_do_index_seek),
11051         (gst_matroska_demux_handle_seek_event),
11052         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11053         * gst/matroska/matroska-ids.h:
11054           Set DISCONT flag on first buffer after a discontinuity.
11055           Fix newsegment events sent when seeking and honour KEY_UNIT
11056           seek flag. Create pad with bogus caps if we don't recognise
11057           the stream codec id.
11058
11059         * gst/matroska/matroska-demux.h:
11060           Fix GObject macros.
11061
11062 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11063
11064         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11065
11066         * gst/matroska/matroska-demux.c:
11067         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
11068           Handle end of segment properly when set; don't dead-lock when
11069           posting start of segment message when doing a segment seek.
11070           Fixes #338810.
11071
11072 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11073
11074         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
11075         (gst_matroska_demux_plugin_init):
11076           Make mpeg2 aac audio work: create artificial private codec data
11077           chunk which faad2 seems to require, just as we do for mpeg4 aac.
11078           Also call gst_riff_init(). Partially fixes #338767.
11079
11080 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
11081
11082         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
11083         (gst_wavenc_class_init), (gst_wavenc_init),
11084         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
11085         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
11086         (gst_wavenc_chain), (gst_wavenc_change_state):
11087         * gst/wavenc/gstwavenc.h:
11088           Set caps on first outgoing buffer, so that it doesn't error out
11089           immediately with a non-negotiated error (#338716). Rewrite and
11090           clean up a bit; fix setcaps function to parse things properly;
11091           fix sink caps (8bit audio is unsigned and doesn't have depth);
11092           use boilerplate macros; remove unused properties stuff.
11093
11094 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11095
11096         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11097           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
11098           handle MJPEG streams and might be autoplugged for those if the
11099           user doesn't have jpegdec installed (resulting in a cryptic error
11100           message about huffman tables). Better to disable JPEG decoding here
11101           and let the user figure out that she needs to install jpegdec.
11102
11103 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11104
11105         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11106         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11107         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
11108         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11109           Make work with packetised/framed input (e.g. png-in-quicktime). Use
11110           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
11111           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
11112           debug messages. Fix boilerplate macros.
11113
11114 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11115
11116         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
11117         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
11118           No need to special-case for Gdk-2.0 any longer, we require
11119           Gdk 2.2 or newer; minor clean-ups.
11120
11121 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11122
11123         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
11124         (gst_shout2send_class_init), (gst_shout2send_init),
11125         (set_shout_metadata), (gst_shout2send_set_metadata),
11126         (gst_shout2send_event), (gst_shout2send_start),
11127         (gst_shout2send_connect), (gst_shout2send_stop),
11128         (gst_shout2send_render), (gst_shout2send_set_property),
11129         (gst_shout2send_get_property), (gst_shout2send_setcaps),
11130         (plugin_init):
11131         * ext/shout2/gstshout2.h:
11132         * po/POTFILES.in:
11133           Rewrite a bit: use GstBaseSink::start and stop instead of a state
11134           change function; use GST_ELEMENT_ERROR for error reporting, not
11135           g_error() or GST_ERROR(); don't unref caps in setcaps function,
11136           will cause crashes or assertion failures; remove (unused) "sync"
11137           property, basesink already has such a property; misc. other
11138           minor fixes and cleanups.
11139
11140 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11141
11142         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
11143         * ext/esd/gstesd.c: (plugin_init):
11144         * po/POTFILES.in:
11145           Add translatable error message for when we cannot
11146           connect to the sound server, as "Cannot open resource
11147           for writing" isn't really an acceptable message to show
11148           to the user in this case.
11149
11150 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11151
11152         * sys/oss/gst-i18n-plugin.h:
11153           Remove bogus file that doesn't belong here.
11154
11155 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11156
11157         Patch by: Philippe Valembois
11158
11159         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11160         (gst_shout2send_set_metadata), (gst_shout2send_event),
11161         (gst_shout2send_render), (gst_shout2send_change_state):
11162         * ext/shout2/gstshout2.h:
11163           Handle tags being received before the connection to
11164           the server is established properly (see #338636).
11165
11166 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11167
11168         * ext/shout2/gstshout2.c: (gst_shout2send_render):
11169           Don't crash in case the connection to the server fails:
11170           don't set pointer to NULL by assigning FALSE; error out
11171           properly by using GST_ELEMENT_ERROR and returning
11172           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
11173           before resetting the pointer.
11174
11175 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
11176
11177         * gst/id3demux/id3tags.c:
11178         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
11179         (Fixes #338713)
11180
11181 2006-04-12  Wim Taymans  <wim@fluendo.com>
11182
11183         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11184         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
11185         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11186         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
11187         (gst_gdk_pixbuf_chain):
11188         Some cleanups.
11189         Added RGBA as a possible output format.
11190         Correctly free the supported mimetypes.
11191         deprecate silent arg, it's not used.
11192         Return result from _alloc_buffer to peer.
11193
11194 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11195
11196         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
11197           Don't leak memory allocated by gst_buffer_new_and_alloc() by
11198           overwriting GST_BUFFER_MALLOCDATA.
11199
11200 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11201
11202         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11203         (user_endrow_callback), (user_end_callback),
11204         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
11205         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
11206         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
11207         * ext/libpng/gstpngdec.h:
11208           Handle more than one frame if the content is framed,
11209           like with png-in-quicktime (#331917).
11210
11211 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11212
11213         * sys/oss/Makefile.am:
11214         * sys/oss/common.h:
11215         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
11216         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
11217         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
11218         (gst_oss_src_unprepare):
11219           - the user-visible error strings were in the wrong category
11220           - and the messages were not marked for translation
11221           - which is actually a good thing, because they were exactly
11222             the kind of message you would never want anyone to see
11223           - the macros were using variables that didn't exist in the macro
11224             arguments
11225           - and they were obviously copied from each other and then modified
11226           - so a common header makes sense
11227
11228 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11229
11230         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11231           Don't try to modify read-only data.
11232
11233         * gst/matroska/matroska-demux.c:
11234         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11235           Fix comment (won't crash any longer now).
11236
11237 2006-04-10  Michael Smith  <msmith@fluendo.com>
11238
11239         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
11240           Use copies of header buffers for caps to avoid circular refcounting
11241           problems (as in theoradec, vorbisdec).
11242
11243         * tests/check/elements/cmmldec.c: (GST_START_TEST):
11244           Fix a typo in test that meant it was testing the wrong thing.
11245
11246         * tests/check/elements/cmmlenc.c: (check_headers):
11247           Fix refcount checks now that we use buffer-copies for caps.
11248
11249 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11250
11251         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
11252         (gst_matroska_demux_handle_seek_event),
11253         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
11254         (gst_matroska_demux_subtitle_caps),
11255         (gst_matroska_demux_plugin_init):
11256           Use static pad templates with ANY caps for audio and video
11257           source pads and get rid of a lot of unnecessary (and partially
11258           broken) code for the template caps. Clean up caps finding
11259           functions. Fixes playback of audio files/streams that do not
11260           contain the sample rate and/or number of channels in the audio
11261           context (happens a lot with vorbis/mp3 .mka files it seems).
11262           Fixes #337183.
11263           Also add myself to copyright holders.
11264
11265 2006-04-10  Michael Smith  <msmith@fluendo.com>
11266
11267         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
11268           Use g_list_delete_link () instead of g_list_remove_link () so that
11269           we free the link as well as the contained data.
11270
11271 2006-04-10  Wim Taymans  <wim@fluendo.com>
11272
11273         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
11274
11275         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
11276         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
11277         (gst_avi_demux_stream_header):
11278         Fix some crashers with empty chunks. (Fixes #337749)
11279
11280 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
11281
11282         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
11283           use G_GINT64_CONSTANT for INT64 constants
11284         * gst/videofilter/gstvideobalance.c:
11285           define rint for WIN32 #define rint(x) (floor((x)+0.5))
11286         * win32/vs6/libgstavi.dsp:
11287          add missing libraries for the link and remove avimux.c from
11288          the project as it isn't ported to 0.10 yet
11289         
11290 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
11291
11292         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11293           Even better would be if we actually did the right thing
11294           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
11295
11296 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11297
11298         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11299           Can't just replace 1LL with 1L here just because MSVC doesn't
11300           support it, as it might lead to incorrect results when doing the
11301           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
11302           force a 64-bit constant in a way that all compilers are happy with.
11303
11304 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11305
11306         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
11307         * ext/esd/esdsink.c: (gst_esdsink_class_init):
11308         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
11309         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
11310         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
11311         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
11312         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
11313         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
11314         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
11315         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
11316         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
11317         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
11318         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
11319         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
11320         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
11321         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
11322         * gst/avi/gstavimux.c: (gst_avimux_class_init):
11323         * gst/debug/efence.c: (gst_efence_class_init):
11324         * gst/debug/negotiation.c: (gst_negotiation_class_init):
11325         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
11326         * gst/goom/gstgoom.c: (gst_goom_class_init):
11327         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
11328         * gst/interleave/deinterleave.c: (deinterleave_class_init):
11329         * gst/interleave/interleave.c: (interleave_class_init):
11330         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
11331         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
11332         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
11333         * gst/median/gstmedian.c: (gst_median_class_init):
11334         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
11335         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
11336         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
11337         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
11338         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
11339         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
11340         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
11341         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
11342         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
11343         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
11344         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
11345         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
11346         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
11347         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
11348         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11349         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
11350         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
11351         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
11352         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
11353         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
11354         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
11355         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
11356         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
11357         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
11358         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
11359         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
11360         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
11361         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11362         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
11363         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
11364         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
11365         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
11366         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
11367         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
11368         * sys/osxaudio/gstosxaudioelement.c:
11369         (gst_osxaudioelement_class_init):
11370         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
11371         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
11372         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
11373         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
11374
11375 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11376
11377         * ext/mikmod/gstmikmod.h:
11378         * gst/level/gstlevel.h:
11379         Fix more broken GObject macros
11380
11381 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11382
11383         * ext/annodex/gstcmmldec.h:
11384         * ext/annodex/gstcmmlenc.h:
11385         * ext/annodex/gstcmmltag.h:
11386         * ext/cairo/gsttextoverlay.h:
11387         * ext/ladspa/gstsignalprocessor.h:
11388         * gst/matroska/ebml-read.h:
11389         * gst/matroska/ebml-write.h:
11390         * sys/osxaudio/gstosxaudioelement.h:
11391         Fix broken GObject macros
11392
11393 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11394
11395         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11396           Don't try to seek beyond the end of the file (would
11397           occasionally display error dialogs in totem when seeking
11398           to the end) (#335869). Will still throw an error though
11399           if the file is truncated and the total_samples value in
11400           the stream header is wrong.
11401
11402 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
11403
11404         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
11405         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
11406         (gst_flac_dec_metadata_callback):
11407         * ext/flac/gstflacdec.h:
11408           If the stream header doesn't contain the total number of samples,
11409           search for the last flac frame at the end of the file and calculate
11410           the total duration from that frame's offset (fixes #337609).
11411
11412 2006-04-07  Edward Hervey  <edward@fluendo.com>
11413
11414         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
11415         Don't unref the GstPadTemplate returned by
11416         gst_element_class_get_pad_template().
11417
11418 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11419
11420         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
11421
11422         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
11423         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
11424         * sys/sunaudio/gstsunaudiosink.h:
11425           Use spec->segsize and spec->segtotal in the prepare function
11426           to initialise the ring buffer instead of using the buffer-time
11427           property (#337421).
11428
11429 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11430
11431         * configure.ac:
11432           Bump core requirements to CVS for gst_pad_query_peer_duration()
11433           which is used by speexdec.
11434
11435 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
11436
11437         * ext/speex/gstspeex.c: (plugin_init):
11438         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
11439         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
11440         (speex_get_sink_query_types), (speex_dec_sink_query),
11441         (speex_get_src_query_types), (speex_dec_src_query),
11442         (speex_dec_src_event), (speex_dec_sink_event),
11443         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
11444         (speex_dec_chain_parse_data), (speex_dec_chain),
11445         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
11446         (speex_dec_change_state):
11447         * ext/speex/gstspeexdec.h:
11448           Fix seeking and duration queries (#337033); clean up and
11449           refactor a bit.
11450
11451 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11452
11453         * ext/raw1394/gstdv1394src.c:
11454           distinguish between device not found and could not open for
11455           reading
11456
11457 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11458
11459         * Makefile.am:
11460         * configure.ac:
11461         * pkgconfig/.cvsignore:
11462         * pkgconfig/Makefile.am:
11463         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
11464           add a .pc file so other modules can use good plugins in tests
11465
11466 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11467
11468         * configure.ac:
11469           clean up, use AS_VERSION and AS_NANO
11470         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
11471           use PACKAGE_VERSION define
11472         * po/af.po:
11473         * po/az.po:
11474         * po/cs.po:
11475         * po/en_GB.po:
11476         * po/hu.po:
11477         * po/it.po:
11478         * po/nb.po:
11479         * po/nl.po:
11480         * po/or.po:
11481         * po/sq.po:
11482         * po/sr.po:
11483         * po/sv.po:
11484         * po/uk.po:
11485         * po/vi.po:
11486           updated
11487
11488 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
11489
11490         * ext\jpeg\smokecodec.c:
11491           use of GST_DEBUG instead of DEBUG(a...) for WIN32
11492         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
11493           move first instruction after all variables declarations
11494         * gst\alpha\gstalpha.c:
11495         * gst\effectv\gstshagadelic.c:
11496         * gst\smpte\paint.c:
11497         * gst\videofilter\gstvideobalance.c:
11498           define M_PI if it's not defined (it's not defined on WIN32)
11499         * gst\cutter\gstcutter.c: (gst_cutter_chain):
11500         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
11501         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
11502         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
11503         (gst_matroska_demux_video_caps):
11504         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
11505         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
11506           use gst_guint64_to_gdouble for conversions
11507         * gst\goom\filters.c: (setPixelRGB_):
11508           fix a debug which was using undefined variable
11509         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
11510         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
11511           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
11512         * win32/vs6:
11513           add vs6 projects files for most of plugins-good
11514         
11515 2006-03-30  j^  <j@bootlab.org>
11516
11517         * ext/aalib/gstaasink.c:
11518         * ext/annodex/gstcmmldec.c:
11519         * ext/annodex/gstcmmlenc.c:
11520         * ext/cairo/gsttextoverlay.c:
11521         * ext/cairo/gsttimeoverlay.c:
11522         * ext/cdio/gstcdiocddasrc.c:
11523         * ext/dv/gstdvdec.c:
11524         * ext/esd/esdmon.c:
11525         * ext/esd/esdsink.c:
11526         * ext/flac/gstflacdec.c:
11527         * ext/flac/gstflacenc.c:
11528         * ext/flac/gstflactag.c:
11529         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11530         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11531         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11532         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11533         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11534         * ext/gdk_pixbuf/pixbufscale.c:
11535         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11536         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11537         * ext/jpeg/gstjpegdec.c:
11538         * ext/jpeg/gstjpegenc.c:
11539         * ext/jpeg/gstsmokedec.c:
11540         * ext/jpeg/gstsmokeenc.c:
11541         * ext/libcaca/gstcacasink.c:
11542         * ext/libmng/gstmngdec.c:
11543         * ext/libmng/gstmngenc.c:
11544         * ext/libpng/gstpngdec.c:
11545         * ext/libpng/gstpngenc.c:
11546         * ext/mikmod/gstmikmod.c:
11547         * ext/raw1394/gstdv1394src.c:
11548         * ext/shout2/gstshout2.c:
11549         * ext/speex/gstspeexdec.c:
11550         * ext/speex/gstspeexenc.c:
11551         * gst/alpha/gstalpha.c:
11552         * gst/alpha/gstalphacolor.c:
11553         * gst/auparse/gstauparse.c:
11554         * gst/autodetect/gstautoaudiosink.c:
11555         (gst_auto_audio_sink_base_init):
11556         * gst/autodetect/gstautovideosink.c:
11557         (gst_auto_video_sink_base_init):
11558         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11559         * gst/cutter/gstcutter.c:
11560         * gst/debug/breakmydata.c:
11561         * gst/debug/efence.c:
11562         * gst/debug/gstnavigationtest.c:
11563         * gst/debug/negotiation.c:
11564         * gst/debug/progressreport.c:
11565         * gst/debug/testplugin.c:
11566         * gst/effectv/gstaging.c:
11567         * gst/effectv/gstdice.c:
11568         * gst/effectv/gstedge.c:
11569         * gst/effectv/gstquark.c:
11570         * gst/effectv/gstrev.c:
11571         * gst/effectv/gstvertigo.c:
11572         * gst/effectv/gstwarp.c:
11573         * gst/flx/gstflxdec.c:
11574         * gst/goom/gstgoom.c:
11575         * gst/interleave/deinterleave.c:
11576         * gst/interleave/interleave.c:
11577         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11578         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11579         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11580         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11581         * gst/level/gstlevel.c:
11582         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11583         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11584         * gst/median/gstmedian.c:
11585         * gst/monoscope/gstmonoscope.c:
11586         * gst/multipart/multipartdemux.c:
11587         * gst/multipart/multipartmux.c:
11588         * gst/oldcore/gstmd5sink.c:
11589         * gst/oldcore/gstmultifilesrc.c:
11590         * gst/oldcore/gstpipefilter.c:
11591         * gst/oldcore/gstshaper.c:
11592         * gst/oldcore/gststatistics.c:
11593         * gst/rtp/gstasteriskh263.c:
11594         * gst/rtp/gstrtpL16depay.c:
11595         * gst/rtp/gstrtpL16pay.c:
11596         * gst/rtp/gstrtpamrdepay.c:
11597         * gst/rtp/gstrtpamrpay.c:
11598         * gst/rtp/gstrtpdepay.c:
11599         * gst/rtp/gstrtpgsmpay.c:
11600         * gst/rtp/gstrtph263pay.c:
11601         * gst/rtp/gstrtph263pdepay.c:
11602         * gst/rtp/gstrtph263ppay.c:
11603         * gst/rtp/gstrtpmp4gpay.c:
11604         * gst/rtp/gstrtpmp4vdepay.c:
11605         * gst/rtp/gstrtpmp4vpay.c:
11606         * gst/rtp/gstrtpmpadepay.c:
11607         * gst/rtp/gstrtpmpapay.c:
11608         * gst/rtp/gstrtppcmadepay.c:
11609         * gst/rtp/gstrtppcmapay.c:
11610         * gst/rtp/gstrtppcmudepay.c:
11611         * gst/rtp/gstrtppcmupay.c:
11612         * gst/rtp/gstrtpspeexdepay.c:
11613         * gst/rtp/gstrtpspeexpay.c:
11614         * gst/rtsp/gstrtpdec.c:
11615         * gst/smpte/gstsmpte.c:
11616         * gst/videobox/gstvideobox.c:
11617         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11618         * gst/videofilter/gstvideobalance.c:
11619         * gst/videofilter/gstvideoflip.c:
11620         * gst/videofilter/gstvideotemplate.c:
11621         (gst_videotemplate_base_init):
11622         * gst/videomixer/videomixer.c:
11623         * gst/wavenc/gstwavenc.c:
11624         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
11625          better/unified long descriptions
11626          Fixed #336602
11627          Some cleanups to auparse, don't send multiple newsegments.
11628
11629 2006-03-29  Wim Taymans  <wim@fluendo.com>
11630
11631         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
11632
11633         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
11634         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
11635         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
11636         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
11637         * ext/dv/gstdvdemux.h:
11638         Seek in READY patch. Only works for pull based mode.
11639         Fixes #323880
11640
11641 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
11642
11643         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
11644         (gst_gdk_pixbuf_event):
11645           Fix two crashers: don't unref the same caps twice, and
11646           set pixbuf loader to NULL after freeing it.
11647
11648 2006-03-27  Wim Taymans  <wim@fluendo.com>
11649
11650         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
11651         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
11652         (gst_speexenc_chain):
11653         * ext/speex/gstspeexenc.h:
11654         Don't leak adapter.
11655         A push *always* takes ownership of the buffer, even on
11656         errors.
11657         Small cleanups.
11658
11659 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
11660
11661         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
11662           Create source pad without leaking.
11663
11664 2006-03-24  Wim Taymans  <wim@fluendo.com>
11665
11666         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11667         * ext/flac/gstflacdec.h:
11668         * ext/flac/gstflacenc.h:
11669         Spifify a bit.
11670         Fix deadly lock order error in seeking code, STREAM_LOCK
11671         cannot be taken within LOCK and the streaming variables are
11672         protected with the STREAM_LOCK anyway.
11673
11674 2006-03-24  Wim Taymans  <wim@fluendo.com>
11675
11676         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
11677         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
11678         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
11679         this patch combines the global init_frames with the stream
11680         init_frames. Rationale being that the global delay should 
11681         be subtracted from any stream delay.
11682         Fixes #335858.
11683
11684 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
11685
11686         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
11687         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
11688         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11689         * gst/videomixer/videomixer.c: (gst_videomixer_init):
11690         use DEBUG_FUNCPTR for collectpads
11691
11692 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
11693
11694         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
11695           Don't crash when encoding images where the number of rows isn't
11696           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
11697
11698 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11699
11700         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
11701         * gst/interleave/deinterleave.c: (deinterleave_change_state):
11702         * gst/interleave/interleave.c: (interleave_change_state):
11703         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
11704           More state change function fixes.
11705
11706 2006-03-23  Wim Taymans  <wim@fluendo.com>
11707
11708         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11709         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
11710         (gst_esdsink_prepare), (gst_esdsink_unprepare),
11711         (gst_esdsink_delay), (gst_esdsink_reset):
11712         * ext/esd/esdsink.h:
11713         Fix esd choppy playback by configuring audiosink
11714         correctly. Fixes #325191
11715
11716 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11717
11718         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
11719           Make state change function thread-safe.
11720
11721 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11722
11723         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
11724         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
11725           Don't try to read beyond the end of the file just because
11726           the header claims a bigger size (like with truncated files).
11727
11728 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11729
11730         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11731         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
11732         (gst_wavparse_stream_data), (gst_wavparse_loop):
11733         * gst/wavparse/gstwavparse.h:
11734           Delay source pad creation until we have the first chunk of
11735           media data, so the we can examine the data and adjust the
11736           caps accordingly if required. This makes playback of .wav
11737           files with DTS-declared-as-PCM content work (#313266).
11738
11739 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
11740
11741         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11742         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11743         Don't attempt typefinding on too-short buffers that have been
11744         completely trimmed away. (Fixes #330239)
11745
11746         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
11747         Improve the debug output
11748
11749 2006-03-21  Wim Taymans  <wim@fluendo.com>
11750
11751         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
11752         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
11753         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
11754         (gst_esdsink_set_property), (gst_esdsink_get_property):
11755         Some cleanups.
11756         Reset fd to -1 when we close them.
11757
11758 2006-03-21  Wim Taymans  <wim@fluendo.com>
11759
11760         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
11761         the OPTIONS request result is optional so don't
11762         fail on it.
11763
11764 2006-03-21  Edward Hervey  <edward@fluendo.com>
11765
11766         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
11767         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
11768         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
11769         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11770         (gst_wavparse_change_state):
11771         gcc 4.1 unreferenced pointer fixes.
11772
11773 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
11774
11775         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11776
11777         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
11778           Fix block alignment calculation. Alignment should be done before
11779           adding the byte offset where the data starts (#335231).
11780
11781 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11782
11783         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
11784           Ensure that we set correct caps on buffers that are transferred
11785           direct from the input.
11786
11787 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11788
11789         * gst/goom/filters.c: (zoomFilterDestroy):
11790         * gst/goom/goom_core.c: (goom_close):
11791           Free filter data when cleaning up. (Fixes: #334995)
11792
11793 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
11794
11795         * configure.ac:
11796           Don't compile udp and rtsp plugins on win32 (mingw) or other
11797           systems that don't have <sys/socket.h> for some reason (#316203).
11798
11799 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11800
11801         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
11802         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
11803         * ext/raw1394/gstdv1394src.h:
11804           Change bus reset handler so it reports useful information such as
11805           whether the device being used connected or disconnected
11806
11807 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11808
11809         * gst/id3demux/id3v2frames.c:
11810         (parse_relative_volume_adjustment_two):
11811           We only care about gain and peak data for the master volume.
11812
11813 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11814
11815         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11816         (parse_id_string), (parse_unique_file_identifier),
11817         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
11818           Read replay gain tags (#323721).
11819
11820 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
11821
11822         * configure.ac:
11823           Bump requirements to gst-plugins-base CVS because
11824           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
11825
11826 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
11827
11828         * rtp/gst/gstrtppcmadepay.c:
11829         Fixed one of the caps in the code from mulaw to alaw.
11830
11831 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
11832
11833         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11834           Ensure that we set caps on the buffers we pass.
11835
11836         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
11837         (gst_id3demux_sink_activate):
11838           Ensure that we set caps on the buffers we pass.
11839
11840           Use STREAM, TYPE_NOT_FOUND as the error class when
11841           typefinding fails.
11842
11843 2006-03-15  Edward Hervey  <edward@fluendo.com>
11844
11845         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
11846         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
11847         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
11848         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
11849         (gst_jpeg_dec_setcaps):
11850         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
11851         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
11852         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
11853         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
11854         (gst_mngdec_src_getcaps):
11855         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11856         (gst_pngdec_caps_create_and_set):
11857         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
11858         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
11859         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
11860         * gst/alpha/gstalpha.c: (gst_alpha_init):
11861         * gst/auparse/gstauparse.c: (gst_au_parse_init):
11862         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
11863         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
11864         * gst/cutter/gstcutter.c: (gst_cutter_init):
11865         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
11866         (gst_efence_checkgetrange):
11867         * gst/debug/negotiation.c: (gst_negotiation_init):
11868         * gst/flx/gstflxdec.c: (gst_flxdec_init):
11869         * gst/goom/gstgoom.c: (gst_goom_init):
11870         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
11871         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
11872         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
11873         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
11874         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
11875         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
11876         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
11877         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11878         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
11879         (gst_wavparse_create_sourcepad):
11880         Fix memleak with gst_static_pad_template_get().
11881         This uses gst_pad_new_from_static_template() instead.
11882         Fixes #333512
11883
11884 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11885
11886         * configure.ac:
11887           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
11888           used by id3demux.
11889
11890         * gst/id3demux/gstid3demux.c: (plugin_init):
11891         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11892         (parse_user_text_identification_frame),
11893         (parse_unique_file_identifier):
11894           Add support for UFID and TXXX frames and extract musicbrainz tags.
11895
11896 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11897
11898         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
11899           Catch short reads, like they might happen with truncated
11900           files (see #305279); remove unnecessary indentation.
11901
11902 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11903
11904         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
11905           Fix DIB image inversion for pictures with a
11906           depth != 8 (#305279).
11907
11908 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11909
11910         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
11911         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
11912         * ext/jpeg/gstjpegdec.h:
11913           Fix durations on outgoing buffers after seeking
11914           in MJPEG files (#334083); some minor clean-ups.
11915
11916 2006-03-13  Wim Taymans  <wim@fluendo.com>
11917
11918         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
11919         (gst_wavparse_change_state):
11920         Implement seek in READY (re-fixes #327658)
11921
11922 2006-03-13  Wim Taymans  <wim@fluendo.com>
11923
11924         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
11925         * ext/esd/esdmon.c: (gst_esdmon_get):
11926         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
11927         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11928         (gst_gdk_pixbuf_sink_getcaps):
11929         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
11930         (gst_jpegenc_setcaps):
11931         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
11932         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
11933         (gst_smokeenc_setcaps):
11934         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
11935         (gst_mngdec_src_getcaps):
11936         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
11937         (gst_mngenc_chain):
11938         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
11939         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
11940         * ext/speex/gstspeexdec.c: (speex_dec_convert),
11941         (speex_dec_src_event), (speex_dec_chain):
11942         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
11943         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
11944         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
11945         (gst_negotiation_pad_link), (gst_negotiation_chain):
11946         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
11947         (gst_flxdec_chain):
11948         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
11949         (deinterleave_chain):
11950         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
11951         * gst/median/gstmedian.c: (gst_median_link):
11952         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
11953         (gst_monoscope_chain):
11954         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
11955         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
11956         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
11957         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
11958         close #333784 unref the result of gst_pad_get_parent()
11959         by: Christophe Fergeau.
11960
11961 2006-03-09  Wim Taymans  <wim@fluendo.com>
11962
11963         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
11964         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
11965         Handle events in push mode better, can now do non-flushing
11966         seeks in push mode as well.
11967
11968 2006-03-07  Wim Taymans  <wim@fluendo.com>
11969
11970         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11971         Applied patch from Kai Vehmanen, fixes #333624.
11972
11973 2006-03-06  Julien MOUTTE  <julien@moutte.net>
11974
11975         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
11976         Implement paletted and grayscale png files handling.
11977         (#150363).
11978
11979 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11980
11981         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
11982         (gst_speexenc_chain):
11983           fix a tag list assert
11984           follow gst-plugins-base/ext/ogg/README; set OFFSET
11985           and OFFSET_END.  Muxes correctly with gst-plugins-base
11986           > 0.9.3
11987
11988 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11989
11990         * gst/id3demux/Makefile.am:
11991         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
11992         (gst_id3demux_chain), (gst_id3demux_sink_activate):
11993           Use new typefind helper functions here as well, and
11994           do typefinding in pull-mode if upstream supports that.
11995
11996 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11997
11998         * sys/sunaudio/gstsunaudiomixerctrl.c:
11999         (gst_sunaudiomixer_ctrl_get_volume),
12000         (gst_sunaudiomixer_ctrl_set_volume):
12001         * sys/sunaudio/gstsunaudiomixertrack.c:
12002         (gst_sunaudiomixer_track_new):
12003           Remove unused variables, breaks build from CVS
12004           with -Werror (#333392, patch by: Benjamin Pineau)
12005
12006 2006-03-03  Wim Taymans  <wim@fluendo.com>
12007
12008         * docs/plugins/Makefile.am:
12009         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12010         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12011         Added wavparse docs.
12012
12013         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
12014         (gst_wavparse_reset), (gst_wavparse_init),
12015         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
12016         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
12017         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
12018         (gst_wavparse_stream_data), (gst_wavparse_loop),
12019         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
12020         (gst_wavparse_change_state):
12021         * gst/wavparse/gstwavparse.h:
12022         Implement seek in READY (fixes #327658)
12023         Added docs and did some cleanups.
12024
12025 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
12026
12027         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12028         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
12029         (gst_avi_demux_calculate_durations_from_index),
12030         (gst_avi_demux_stream_header):
12031         * gst/avi/gstavidemux.h:
12032           If we have an index, use a duration based on the index instead
12033           of blindly trusting the information in the stream headers
12034           (fixes #331817).
12035
12036 2006-03-03  Wim Taymans  <wim@fluendo.com>
12037
12038         * docs/plugins/Makefile.am:
12039         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12040         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12041         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12042         Added smoke and jpeg to the docs.
12043
12044         * ext/jpeg/Makefile.am:
12045         * ext/jpeg/gstjpeg.c: (plugin_init):
12046         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
12047         * ext/jpeg/gstjpegenc.h:
12048         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
12049         (gst_smokedec_chain):
12050         * ext/jpeg/gstsmokedec.h:
12051         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12052         * ext/jpeg/gstsmokeenc.h:
12053         * ext/jpeg/smokecodec.h:
12054         Port smokedec (fixes #331905).
12055         Added some docs.
12056         Some cleanups.
12057
12058 2006-03-03  Wim Taymans  <wim@fluendo.com>
12059
12060         * docs/plugins/Makefile.am:
12061         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12062         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12063         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12064         Added videobalance and videoflip to the docs.
12065
12066         * gst/videofilter/Makefile.am:
12067         * gst/videofilter/gstvideobalance.c:
12068         (gst_video_balance_update_tables_planar411),
12069         (gst_video_balance_is_passthrough),
12070         (gst_video_balance_update_properties), (oil_tablelookup_u8),
12071         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
12072         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
12073         (gst_video_balance_finalize), (gst_video_balance_class_init),
12074         (gst_video_balance_init), (gst_video_balance_interface_supported),
12075         (gst_video_balance_interface_init),
12076         (gst_video_balance_colorbalance_list_channels),
12077         (gst_video_balance_colorbalance_set_value),
12078         (gst_video_balance_colorbalance_get_value),
12079         (gst_video_balance_colorbalance_init),
12080         (gst_video_balance_set_property), (gst_video_balance_get_property),
12081         (gst_video_balance_get_type), (plugin_init):
12082         * gst/videofilter/gstvideobalance.h:
12083         Ported to 0.10. (Fixes #326160)
12084         Added docs.
12085
12086         * gst/videofilter/gstvideoflip.c:
12087         * gst/videofilter/gstvideoflip.h:
12088         Added docs.
12089
12090 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
12091
12092         * configure.ac:
12093           Bump requirements to current core and -base CVS
12094           (core for new typefind helper API, and -base for the
12095           WAVFORMATEX support that was added to libgstriff and
12096           is needed by wavparse).
12097         
12098         * gst/apetag/Makefile.am:
12099         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
12100         (gst_tag_demux_sink_activate):
12101           Use new typefind helpers for typefinding instead of our
12102           home-grown stuff; also, do typefinding in pull-mode if
12103           upstream supports that.
12104
12105 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
12106
12107         Reviewed by: Christian Schaller <christian@fluendo.com>
12108
12109         This patch fixes bug: 329107
12110
12111         This Changelog entry is for a commit done on February 17
12112
12113         * ext/gconf/gconf.c
12114         * ext/gconf/gconf.h
12115         * ext/gconf/gstgconfaudiosink.c
12116         * ext/gconf/gstgconfaudiosink.h
12117         * gconf/gstreamer.schemas.in
12118
12119 2006-02-28  Wim Taymans  <wim@fluendo.com>
12120
12121         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12122         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
12123         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
12124         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
12125         Use DEBUG_OBJECT more.
12126
12127 2006-02-28  Wim Taymans  <wim@fluendo.com>
12128
12129         * docs/plugins/Makefile.am:
12130         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12131         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12132         Added dvdec and dvdemux to docs.
12133
12134         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
12135         Added docs.
12136         Check frame sizes so we don't crash when don't have enough
12137         data.
12138         Send nice error messages on error.
12139
12140         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
12141         (gst_dvdemux_class_init), (gst_dvdemux_init),
12142         (gst_dvdemux_finalize), (gst_dvdemux_reset),
12143         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12144         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12145         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
12146         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
12147         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
12148         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
12149         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
12150         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
12151         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
12152         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
12153         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
12154         * ext/dv/gstdvdemux.h:
12155         Added docs.
12156         Implement pull mode.
12157         Fix memleaks.
12158         Reduce memcpy for the video demuxing.
12159
12160 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
12161
12162         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
12163         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
12164         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
12165         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
12166           Add a little extra debug. Make the decoder not return NOT_LINKED,
12167           as we want to continue decoding all CMML and emitting tags.
12168
12169 2006-02-27  Michael Smith  <msmith@fluendo.com>
12170
12171         * ext/annodex/gstskeltag.c:
12172         * ext/annodex/gstskeltag.h:
12173           Deleted; these files aren't used any more either.
12174
12175 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12176
12177         * ext/Makefile.am: Fix dist-check.
12178
12179 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12180
12181         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
12182         memleak.
12183
12184 2006-02-25  Alessandro Decina <alessandro@nnva.org>
12185
12186         * ext/annodex/Makefile.am:
12187         * ext/annodex/gstannodex.c:
12188         * ext/annodex/gstcmmldec.c:
12189         * ext/annodex/gstcmmlenc.c:
12190         * ext/annodex/gstcmmlparser.c:
12191         * ext/annodex/gstcmmlparser.h:
12192         * ext/annodex/gstcmmlutils.c:
12193         * tests/check/elements/cmmldec.c:
12194         * tests/check/elements/cmmlenc.c:
12195           Fix a memleak in gst_cmml_track_list_add_clip.
12196           Handle overflows in clip's start and end times.
12197           Add the "encoded" parameter to cmmldec and cmmlenc caps.
12198           Do not parse junk at the end of a CMML preamble buffer.
12199           Register a libxml error handler to not print stuff on stderr.
12200           Check for bad clip start and end times in the testsuites.
12201
12202 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12203
12204         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
12205         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
12206         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
12207         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
12208         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
12209         possible memleaks.
12210
12211 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12212
12213         * tests/check/Makefile.am:
12214         * tests/check/elements/cmmldec.c:
12215         * tests/check/elements/cmmlenc.c: Fix tests so that they use
12216         the plugins-base tags.
12217
12218 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12219
12220         * ext/Makefile.am: Re-enable module.
12221
12222 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12223
12224         * tests/check/Makefile.am: Forgot to remove that test.
12225
12226 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12227
12228         * ext/annodex/Makefile.am:
12229         * ext/annodex/gstannodex.c: (plugin_init):
12230         * ext/annodex/gstcmmldec.c:
12231         * ext/annodex/gstskeldec.c:
12232         * ext/annodex/gstskeldec.h:
12233         * tests/check/Makefile.am:
12234         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
12235
12236 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12237
12238         * tests/check/Makefile.am: Disable those checks as well.
12239
12240 2006-02-24  Julien MOUTTE  <julien@moutte.net>
12241
12242         * ext/Makefile.am: Disable annodex for now until we figure out
12243         how to make it build.
12244         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
12245         Add a rule to your checklist : "please try to at least build 
12246         what you are going to commit into -good, or if you are too lazy
12247         to do that, please check that the buildbots are not crying because
12248         of your commit."
12249
12250 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
12251
12252         * configure.ac:
12253         * ext/Makefile.am:
12254         * ext/gdk_pixbuf/Makefile.am:
12255         * ext/gdk_pixbuf/gstgdkpixbuf.c:
12256         * ext/gdk_pixbuf/gstgdkpixbuf.h:
12257         * ext/gdk_pixbuf/pixbufscale.c:
12258         * ext/gdk_pixbuf/pixbufscale.h:
12259           Gdkpixbuf ported from 0.8 to 0.10 by
12260           Renato Filho <renato.filho@indt.org.br>.
12261           gst_loader and gdkpixbufanimation still need port.
12262
12263 2006-02-24  Michael Smith  <msmith@fluendo.com>
12264
12265         * configure.ac:
12266         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12267         * ext/Makefile.am:
12268         * ext/annodex/Makefile.am:
12269         * ext/annodex/gstannodex.c:
12270         * ext/annodex/gstannodex.h:
12271         * ext/annodex/gstcmmldec.c:
12272         * ext/annodex/gstcmmldec.h:
12273         * ext/annodex/gstcmmlenc.c:
12274         * ext/annodex/gstcmmlenc.h:
12275         * ext/annodex/gstcmmlparser.c:
12276         * ext/annodex/gstcmmlparser.h:
12277         * ext/annodex/gstcmmltag.c:
12278         * ext/annodex/gstcmmltag.h:
12279         * ext/annodex/gstcmmlutils.c:
12280         * ext/annodex/gstcmmlutils.h:
12281         * ext/annodex/gstskeldec.c:
12282         * ext/annodex/gstskeldec.h:
12283         * ext/annodex/gstskeltag.c:
12284         * ext/annodex/gstskeltag.h:
12285         * tests/check/Makefile.am:
12286         * tests/check/elements/cmmldec.c:
12287         * tests/check/elements/cmmlenc.c:
12288         * tests/check/elements/skeldec.c:
12289           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
12290           Includes tests & docs, oh my! Passes Thomas's -good checklist
12291           entirely. Wow.
12292
12293 2006-02-24  Michael Smith  <msmith@fluendo.com>
12294
12295         * autogen.sh:
12296           Check for automake 1.9 as well.
12297
12298 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12299
12300         * ext/flac/gstflacenc.c:
12301           Change min. sample rate to 8kHz to match flacdec's.
12302           
12303 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
12304
12305         * ext/cdio/Makefile.am:
12306           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
12307           required for Cygwin, see #317048)
12308
12309         * gst/rtp/gstasteriskh263.c:
12310           Cygwin has includes for both the unix network socket API
12311           and the windows API, but only one can be included, so fix
12312           includes to only use one or the other, prefering the unxi
12313           one (#317048).
12314
12315 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12316
12317         * rtp/gst/gstrtppcmadepay.c:
12318         * rtp/gst/gstrtppcmadepay.h:
12319         * rtp/gst/gstgstrtppcmapay.c:
12320         * rtp/gst/gstgstrtppcmapay.h:
12321         * rtp/gst/gstrtppcmudepay.c:
12322         * rtp/gst/gstrtppcmudepay.h:
12323         * rtp/gst/gstrtppcmupay.c:
12324         * rtp/gst/gstrtppcmupay.h:
12325         * rtp/gst/Makefile.am:
12326         * rtp/gst/gstrtp.c:
12327         * rtp/gst/README:
12328         Separated the G711 payloaders/depayloaders into separate elements for
12329         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
12330
12331 2006-02-22  Wim Taymans  <wim@fluendo.com>
12332
12333         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
12334         (gst_dvdec_change_state):
12335         * ext/dv/gstdvdec.h:
12336         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
12337         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12338         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12339         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
12340         (gst_dvdemux_flush), (gst_dvdemux_chain),
12341         (gst_dvdemux_change_state):
12342         * ext/dv/gstdvdemux.h:
12343         Ueber spiffify some more, added debug category.
12344         Use _scale.
12345         Use segments, respect playback rate from newsegment.
12346         Fix refcount issue.
12347
12348 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
12349
12350         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
12351         (gst_signal_processor_process):
12352         Fix compilation of LADPSA. It doesn't seem to work, and isn't
12353         enabled for the build, but it helps me win the feature-count
12354         competitions ooh yeah.
12355
12356 2006-02-19  Wim Taymans  <wim@fluendo.com>
12357
12358         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
12359         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
12360         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
12361         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
12362         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12363         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
12364         Use scaling code for added precission and more correct stop
12365         position in case scale==0.
12366
12367 2006-02-19  Wim Taymans  <wim@fluendo.com>
12368
12369         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12370         (gst_flxdec_chain):
12371         * gst/flx/gstflxdec.h:
12372         Implement DURATION query.
12373
12374 2006-02-19  Wim Taymans  <wim@fluendo.com>
12375
12376         * gst/flx/flx_color.h:
12377         * gst/flx/flx_fmt.h:
12378         * gst/flx/gstflxdec.c: (gst_flxdec_init),
12379         (gst_flxdec_src_query_handler), (flx_decode_color),
12380         (gst_flxdec_chain):
12381         * gst/flx/gstflxdec.h:
12382         Set MALLOCDATA for the temp buffers so we don't leak.
12383         Some debug cleanups.
12384         Consume all data in the adapter before leaving the chain
12385         function. Fixes #330678.
12386
12387 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
12388
12389         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12390         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
12391          Handle 0 data size in otherwise valid frames.
12392          Handle numeric strings in 2.4.0 even when not in parentheses 
12393
12394 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
12395
12396         * gst/matroska/matroska-demux.c:
12397         (gst_matroska_demux_subtitle_caps),
12398         (gst_matroska_demux_plugin_init):
12399         * gst/matroska/matroska-ids.h:
12400           Recognise SSA/ASS and USF subtitle formats and
12401           set proper caps when they are found.
12402
12403 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12404
12405         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
12406         (gst_jpeg_dec_chain):
12407           Fix invalid memory access for some odd-sized images
12408           (see image contained in quicktime stream in #327083);
12409           use g_malloc() instead of g_alloca().
12410
12411 2006-02-17  Wim Taymans  <wim@fluendo.com>
12412
12413         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12414         Patch from Sebastien Cote, fixes #319884
12415
12416 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12417
12418         * ext/cdio/gstcdio.c: (plugin_init):
12419           Init debug category (#331253).
12420
12421 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12422
12423         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12424           Pass extra_data to gst_riff_create_audio_caps(), so that
12425           WAVEFORMATEX stuff works. Post audio codec name and post
12426           it as taglist on the bus. Allow up to 8 channesl for raw
12427           PCM in the source pad template caps.
12428
12429 2006-02-16  Wim Taymans  <wim@fluendo.com>
12430
12431         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12432         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
12433         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
12434         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
12435         (gst_multipart_set_property), (gst_multipart_get_property):
12436         Applied #318663. Gives quite a few false positives in
12437         autoscan mode, but it's better than nothing. Not closing yet.
12438
12439 2006-02-16  Wim Taymans  <wim@fluendo.com>
12440
12441         * docs/plugins/Makefile.am:
12442         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12443         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12444         * docs/plugins/gst-plugins-good-plugins.args:
12445         * docs/plugins/inspect/plugin-udp.xml:
12446         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12447         (gst_udpsrc_start):
12448         Update documentation.
12449         Fix args.
12450
12451 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
12452
12453         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12454         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
12455         frame size. (Fixes #331368)
12456
12457 2006-02-16  Wim Taymans  <wim@fluendo.com>
12458
12459         * gst/rtsp/README:
12460         Updated README.
12461
12462         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
12463         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
12464         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
12465         * gst/rtsp/gstrtspsrc.h:
12466         Make sure the RTP port is an even port an try to allocate 
12467         another if not.
12468         Added retry property to control max retries for port allocation.
12469         Make sure RTCP port is RTP port+1.
12470         Cleanup when port allocation fails.
12471         Fixes #319183.
12472         
12473 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12474
12475         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
12476           Don't ignore return value of the parent class's state
12477           change function (#331385, patch by: Wouter Paesen).
12478
12479 2006-02-15  Wim Taymans  <wim@fluendo.com>
12480
12481         * configure.ac:
12482         * docs/plugins/Makefile.am:
12483         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12484         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12485         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12486         * ext/Makefile.am:
12487         * ext/hal/Makefile.am:
12488         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
12489         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
12490         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
12491         (do_toggle_element), (gst_hal_audio_sink_set_property),
12492         (gst_hal_audio_sink_get_property),
12493         (gst_hal_audio_sink_change_state):
12494         * ext/hal/gsthalaudiosink.h:
12495         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
12496         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
12497         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
12498         (do_toggle_element), (gst_hal_audio_src_set_property),
12499         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
12500         * ext/hal/gsthalaudiosrc.h:
12501         * ext/hal/gsthalelements.c: (plugin_init):
12502         * ext/hal/gsthalelements.h:
12503         * ext/hal/hal.c: (gst_hal_get_string),
12504         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
12505         (gst_hal_get_audio_src):
12506         * ext/hal/hal.h:
12507         Add HAL sound device wrapper plugins. Closes #329106
12508
12509 2006-02-15  Wim Taymans  <wim@fluendo.com>
12510
12511         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
12512         Add comment in a fultile attempt to stop the copy-and-paste 
12513         paradigm leading to duplication of bad code.
12514
12515         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
12516         Mime parameters have to be checked case insensitive
12517
12518 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
12519
12520         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
12521           Advance stream time for lagging subtitle streams by sending
12522           newsegment events with the update flag set.
12523
12524 2006-02-14  Edward Hervey  <edward@fluendo.com>
12525
12526         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
12527         There can be bogus data before the hdrl LIST tag in the RIFF header.
12528         It's hard to say if it's not respecting the AVI specifications or not,
12529         but since Google Video is producing AVIs like that and the other player
12530         don't seem to complain, I guess we should do the same.
12531
12532 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
12533
12534         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
12535         (parse_split_strings):
12536         Add more validation to ensure that a char encoding conversion
12537         produced a valid UTF-8 string.
12538
12539 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
12540
12541         Reviewed by: Edward Hervey  <edward@fluendo.com>
12542
12543         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12544         Properly handle end of segment. Closes #330885.
12545
12546 2006-02-13  Wim Taymans  <wim@fluendo.com>
12547
12548         * gst/rtp/gstrtpmp4gpay.h:
12549         For got to commit this one.
12550
12551 2006-02-12  Wim Taymans  <wim@fluendo.com>
12552
12553         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
12554         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
12555         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
12556         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
12557         * gst/rtp/gstrtpmp4gpay.h:
12558         Make more things work.
12559         Handle ACC config strings.
12560
12561 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12562
12563         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
12564           set timestamps if no incoming timestamps set
12565
12566 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
12567
12568         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
12569         (gst_tag_demux_do_typefind):
12570           ... and fix the very same leaks in GstTagDemux.
12571
12572 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
12573
12574         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
12575         (gst_id3demux_do_typefind):
12576         Fix a couple of mem leaks. (Patch by Jonathan Matthew
12577         <jonathan at kaolin dot wh9 dot net>)
12578
12579 2006-02-10  Wim Taymans  <wim@fluendo.com>
12580
12581         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
12582         First set options, then set caps or else the baseclass
12583         will not know about the options, duh.
12584
12585 2006-02-10  Wim Taymans  <wim@fluendo.com>
12586
12587         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
12588         (gst_rtp_mp4v_pay_setcaps):
12589         Don't waste time looking for a config string if we have codec_info
12590         on the incomming caps.
12591
12592 2006-02-10  Wim Taymans  <wim@fluendo.com>
12593
12594         * gst/rtp/README:
12595         Say something about case-sensitivity of caps vs mime-attributes.
12596
12597         * gst/rtp/Makefile.am:
12598         * gst/rtp/gstrtp.c: (plugin_init):
12599         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12600         (gst_rtp_amr_pay_handle_buffer):
12601         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
12602         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
12603         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
12604         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
12605         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
12606         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
12607         (gst_rtp_mp4g_pay_plugin_init):
12608         * gst/rtp/gstrtpmp4gpay.h:
12609         Added beginnings of mpeg4-generic payloader (RFC 3640)
12610
12611 2006-02-09  Wim Taymans  <wim@fluendo.com>
12612
12613         * gst/rtsp/Makefile.am:
12614         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
12615         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
12616         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
12617         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
12618         (gst_rtpdec_change_state):
12619         * gst/rtsp/gstrtpdec.h:
12620         * gst/rtsp/gstrtsp.c: (plugin_init):
12621         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12622         * gst/rtsp/rtspconnection.c: (read_body),
12623         (rtsp_connection_receive):
12624         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
12625         Resurected rtpdec to make rtspsrc happy again.
12626         Skip attributes from the session id.
12627         Don't crash when dumping a message with an empty body.
12628
12629
12630 2006-02-09  Wim Taymans  <wim@fluendo.com>
12631
12632         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12633         Added more meaningfull warnings when something goes wrong.
12634         Clear F bit on outgoing AMR packets.
12635
12636         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12637         (gst_rtp_amr_pay_handle_buffer):
12638         Added debugging category
12639         Support payloading of multiple AMR frames.
12640
12641         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
12642         Added some debugging.
12643
12644 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
12645
12646         * configure.ac:
12647           Back to CVS
12648
12649 === release 0.10.2 ===
12650
12651 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
12652
12653         * configure.ac:
12654           releasing 0.10.2, "Papa was a rolling stone"
12655
12656 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12657
12658         * configure.ac:
12659           Bump core and plugins-base requirement to 0.10.2.2
12660           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
12661
12662 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12663
12664         * ext/flac/gstflac.c: (plugin_init):
12665         * ext/speex/gstspeex.c: (plugin_init):
12666           Register musicbrainz tags.
12667
12668 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12669
12670         * ext/gconf/gconf.h:
12671           Remove declaration of function that no longer exists.
12672
12673 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12674
12675         * ext/shout2/gstshout2.c: (gst_shout2send_render),
12676         (gst_shout2send_setcaps), (gst_shout2send_change_state):
12677         Make shout2 work for non ogg streams
12678
12679 2006-02-06  Wim Taymans  <wim@fluendo.com>
12680
12681         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12682         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
12683         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
12684         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
12685         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
12686         * gst/udp/gstmultiudpsink.h:
12687         Updated docs.
12688         Added properties bytes-served, bytes_to_serve.
12689         Post proper error messages,
12690         Emit client added signal too.
12691
12692 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12693
12694         * docs/plugins/Makefile.am:
12695         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12696         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12697         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12698         (gst_multiudpsink_get_stats):
12699           adding docs for multiudpsink
12700
12701 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12702
12703         * gst/level/gstlevel.c: (gst_level_transform_ip):
12704           peak below decay is not necessarily an error, so don't ERROR log
12705
12706 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12707
12708         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
12709         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
12710         (gst_ebml_write_seek):
12711         * gst/matroska/ebml-write.h:
12712           Make sure we send a newsegment event in BYTES format
12713           before sending buffers (#328531).
12714
12715 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12716
12717         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
12718         (gst_dvdemux_sink_query):
12719         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
12720         * ext/speex/gstspeexdec.c: (speex_get_query_types),
12721         (speex_dec_src_query):
12722         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
12723         (gst_speexenc_sink_query):
12724         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12725         * gst/matroska/matroska-demux.c:
12726         (gst_matroska_demux_get_src_query_types),
12727         (gst_matroska_demux_handle_src_query):
12728         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
12729         (gst_wavparse_pad_query):
12730           Pass unhandled queries upstream instead of just dropping
12731           them (#326446). Update query type arrays here and there.
12732
12733 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12734
12735         * tests/check/elements/matroskamux.c: (setup_src_pad):
12736           Collectpads in core got changed and now also holds a
12737           reference to any pad that is part of it. Fix refcount
12738           checks in test case accordingly.
12739
12740 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12741
12742         * gst/apetag/gstapedemux.h:
12743           Fix include, for now GstTagDemux is in the apetag dir.
12744
12745 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12746
12747         * docs/plugins/Makefile.am:
12748         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12749         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12750         * docs/plugins/inspect/plugin-cdio.xml:
12751           Add cdio plugin to docs.
12752
12753         * ext/cdio/gstcdiocddasrc.c:
12754           Add gtk-doc blurb.
12755
12756         * ext/cdio/gstcdio.c:
12757           The plugin is called 'cdio' not 'cddio'.
12758
12759 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12760
12761         * configure.ac:
12762         * docs/plugins/Makefile.am:
12763         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12764         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12765         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12766         * docs/plugins/inspect/plugin-apetag.xml:
12767         * gst/apetag/Makefile.am:
12768         * gst/apetag/gstapedemux.c:
12769         * gst/apetag/gstapedemux.h:
12770         * gst/apetag/gsttagdemux.c:
12771         * gst/apetag/gsttagdemux.h:
12772           Add APE tag demuxer (#325649).
12773
12774 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12775
12776         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
12777         (gst_gconf_get_default_video_sink),
12778         (gst_gconf_get_default_audio_src),
12779         (gst_gconf_get_default_video_src):
12780         * ext/gconf/gconf.h:
12781         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
12782         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
12783         (do_toggle_element):
12784         * ext/gconf/gstgconfaudiosink.h:
12785         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
12786         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
12787         (do_toggle_element):
12788         * ext/gconf/gstgconfaudiosrc.h:
12789         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
12790         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
12791         (do_toggle_element):
12792         * ext/gconf/gstgconfvideosink.h:
12793         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
12794         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
12795         (do_toggle_element):
12796         * ext/gconf/gstgconfvideosrc.h:
12797           Ignore changing the GConf key to "". Ignore GConf key updates
12798           that don't actually change the string.
12799           For now, ignore the GConf key when the state is > READY, as
12800           it breaks streaming. Sometime it will be nice to bring the
12801           new sink online even mid-stream, by sending NEWSEGMENT info
12802           and possibly prerolling.
12803           (Fixes #326736)
12804
12805 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12806
12807         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
12808         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
12809         (zoomFilterSetResolution), (zoomFilterDestroy),
12810         (zoomFilterFastRGB), (pointFilter):
12811         * gst/goom/filters.h:
12812         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
12813         (goom_update), (goom_close):
12814         * gst/goom/goom_core.h:
12815         * gst/goom/goom_tools.h:
12816         * gst/goom/graphic.c:
12817         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
12818         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
12819         * gst/goom/gstgoom.h:
12820         * gst/goom/lines.c: (goom_lines):
12821         * gst/goom/lines.h:
12822           Make goom reentrant by moving all important static variables
12823           into instance structures.
12824           (Fixes #329181)
12825
12826 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
12827
12828         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
12829         (gst_avi_demux_all_source_pads_unlinked),
12830         (gst_avi_demux_process_next_entry):
12831         * gst/avi/gstavidemux.h:
12832           Third attempt, use gst_pad_is_linked() this time.
12833
12834 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
12835
12836         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12837         (parse_split_strings):
12838         Adjust for data length indicators when parsing (Fixes #329810)
12839         Fix stupid bug parsing UTF-8 tag text.
12840         Output tag strings with multiple fields as multiple tags, so the
12841         app gets all the data.
12842
12843 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12844
12845         * ext/flac/gstflacenc.c:
12846         Fixed a bug add in last commit, where no event is send. Thanks Tim to
12847         show me.
12848         
12849 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12850
12851         * ext/flac/gstflacenc.c:
12852         * gst/matroska/ebml-read.c:
12853         Just make it compile with --disable-gst-debug.
12854
12855 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
12856
12857         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
12858         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
12859         (id3v2_genre_fields_to_taglist):
12860           Never output a tag with a null contents string.
12861
12862 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12863
12864         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
12865           Only pause if all pads are unlinked AND we've tried to send data
12866           on all of them at least once.
12867
12868 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12869
12870         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
12871         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
12872           Make loop function/task pause itself when all source pads are
12873           unlinked.
12874
12875 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12876
12877         * configure.ac:
12878         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
12879           Use new functions from core to render a bin from a
12880           string. Fixes build. Up requirements to core CVS.
12881
12882 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
12883
12884         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
12885           Don't push buffers into the adapter that we are going to
12886           push downstream again without framing anyway. Also, the
12887           adaptor takes ownership of buffers put into it (fixes
12888           auparse pushing invalid buffers for .au files with
12889           ADPCM contents). Finally, set caps on all outgoing buffers.
12890
12891 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
12892
12893         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
12894         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
12895         (gst_id3demux_send_tag_event):
12896         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
12897         Someone should kick my butt. Remove ID3v1 tags from the end of the
12898         file.
12899
12900         Improve error messages. Send the TAG message as soon as we complete
12901         typefinding, instead of waiting until we send the first buffer.
12902         Downstream tag event is still sent before the first buffer.
12903
12904 2006-01-27  Jan Gerber  <j@bootlab.org>
12905
12906         Reviewed by: Andy Wingo <wingo@pobox.com>
12907
12908         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
12909         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
12910         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
12911         to not have warings flooding stderr. this is the suggested way
12912         also used in dvgrab and kino. (#328336)
12913
12914 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
12915
12916         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
12917         (gst_oss_sink_init), (gst_oss_sink_finalise):
12918           Free the device name string when finalised.
12919
12920 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
12921
12922         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
12923           Don't put function calls in g_return_if_fail() statements,
12924           or they'll be replaced with NOOPs if someone compiles with
12925           G_DISABLE_CHECKS defined.
12926           
12927 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
12928
12929         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12930         Never trust ANY information encoded in a media file, especially
12931         when it's giving you sizes. (Fixes #328452)
12932
12933 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
12934
12935         * gst/rtp/gstrtpg711pay.c:
12936         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
12937         bug #325148.
12938
12939 2006-01-23  Edward Hervey  <edward@fluendo.com>
12940
12941         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
12942         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
12943         * gst/matroska/matroska-ids.h:
12944         Added recognition of Real Audio and Video streams in matroska demuxer.
12945
12946 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
12947
12948         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
12949           Remove errant break statement, and fix compilation with
12950           older GCC.
12951
12952 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
12953
12954         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12955
12956         * sys/sunaudio/gstsunaudiomixerctrl.c:
12957         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
12958           Export functions that are needed in other parts of the code,
12959           makes the mixer actually work; adjust magic minimum buffer-time
12960           value from 3ms to 5ms to work around stuttering during mp3
12961           playback (#327765).
12962
12963 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
12964
12965         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12966
12967         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
12968         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
12969           Fix possible deadlock in matroska muxer (#327825).
12970
12971 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
12972
12973         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
12974         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
12975         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
12976         * gst/rtsp/sdpmessage.h:
12977         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
12978         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
12979           C89 fixes: declare variables at the beginning of a block and
12980           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
12981           <jensgr at gmx dot net>).
12982
12983 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
12984
12985         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12986         * gst/id3demux/id3tags.h:
12987         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12988         (parse_comment_frame), (parse_text_identification_frame),
12989         (id3v2_tag_to_taglist), (id3v2_are_digits),
12990         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
12991         (parse_split_strings), (free_tag_strings):
12992           Rewrite parsing of text tags to handle multiple NULL terminated
12993           strings. Parse numeric genre strings and ID3v2 type
12994           "(3)(6)Alternative" style genre strings.
12995           Parse dates that are only YYYY or YYYY-mm format.
12996           (Fixes #328241 and #322154)
12997
12998 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
12999
13000         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
13001           Don't forget to initialize liboil, otherwise our oil functions
13002           will crash (fixes #327871; patch by: Christoph Burghardt
13003           <hawkes at web dot de>).
13004
13005 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13006
13007         * configure.ac:
13008           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
13009           like in the core and gst-plugins-base. Fixes #324367 and #326683;
13010           patch by: Brian Cameron <brian dot cameron at sun dot com>
13011
13012 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13013
13014         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
13015         * ext/cdio/gstcdio.h:
13016         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
13017           Fix build for libcdio versions >= 76; give slightly lower rank
13018           than cdparanoia.
13019
13020 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
13021
13022         * configure.ac:
13023         * ext/Makefile.am:
13024         * ext/cdio/Makefile.am:
13025         * ext/cdio/gstcdio.c:
13026         * ext/cdio/gstcdio.h:
13027         * ext/cdio/gstcdiocddasrc.c:
13028         * ext/cdio/gstcdiocddasrc.h:
13029           Port libcdio cdda source, formerly known as cddasrc, now known as
13030           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
13031           but that's not tested (fixes #317658).
13032
13033 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
13034
13035         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
13036           Fix conversion from TIME to BYTES format (fixes #326864;
13037           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
13038
13039 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
13040
13041         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13042           Fix compilation of id3demux when zlib is not present.
13043           (Fixes #326602; patch by: Sergey Scobich)
13044
13045 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
13046
13047         * ext/esd/Makefile.am:
13048           Add $(ESD_CFLAGS), otherwise build will fail for folks
13049           with libesd in a non-standard prefix (#327009).
13050
13051 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13052
13053         * configure.ac:
13054           back to HEAD
13055
13056 === release 0.10.1 ===
13057
13058 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
13059
13060         * configure.ac:
13061           releasing 0.10.1, "Li"
13062
13063 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13064
13065           patch by: Wim Taymans
13066
13067         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13068           fix memleak.  Fixes #326618
13069
13070 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13071
13072           patch by: Mike Smith
13073
13074         * gst/level/gstlevel.c: (gst_level_message_new),
13075         (gst_level_message_append_channel):
13076           Fix memleak.  Fixes #326612
13077
13078 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13079
13080         * configure.ac:
13081           prereleasing
13082         * po/af.po:
13083         * po/az.po:
13084         * po/cs.po:
13085         * po/en_GB.po:
13086         * po/hu.po:
13087         * po/it.po:
13088         * po/nb.po:
13089         * po/nl.po:
13090         * po/or.po:
13091         * po/sq.po:
13092         * po/sr.po:
13093         * po/sv.po:
13094         * po/uk.po:
13095         * po/vi.po:
13096           update translations
13097
13098 2006-01-10  Michael Smith  <msmith@fluendo.com>
13099
13100         * gst/level/gstlevel.c: (gst_level_class_init),
13101         (gst_level_dispose):
13102           Don't leak filter arrays.
13103
13104 2006-01-09 Brian Cameron <brian.cameron@sun.com>
13105
13106         reviewed by: Christian Schaller <uraeus@gnome.org>
13107         
13108         * configure.ac:
13109         * gst-plugins-good.spec.in:
13110         * sys/Makefile.am:
13111         * sys/sunaudio/Makefile.am:
13112         * sys/sunaudio/gstsunaudio.c: (plugin_init):
13113         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
13114         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
13115         (gst_sunaudiomixer_change_state):
13116         * sys/sunaudio/gstsunaudiomixer.h:
13117         * sys/sunaudio/gstsunaudiomixerctrl.c:
13118         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
13119         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
13120         (gst_sunaudiomixer_ctrl_list_tracks),
13121         (gst_sunaudiomixer_ctrl_get_volume),
13122         (gst_sunaudiomixer_ctrl_set_volume),
13123         (gst_sunaudiomixer_ctrl_set_mute),
13124         (gst_sunaudiomixer_ctrl_set_record):
13125         * sys/sunaudio/gstsunaudiomixerctrl.h:
13126         * sys/sunaudio/gstsunaudiomixertrack.c:
13127         (gst_sunaudiomixer_track_class_init),
13128         (gst_sunaudiomixer_track_init), (fill_labels),
13129         (gst_sunaudiomixer_track_new):
13130         * sys/sunaudio/gstsunaudiomixertrack.h:
13131         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
13132         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
13133         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
13134         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
13135         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
13136         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
13137         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
13138         * sys/sunaudio/gstsunaudiosink.h:
13139
13140         Add SunAudio plugin - tested to make sure it doesn't break
13141         the build under GNU/Linux.      
13142
13143 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
13144
13145         * gst-plugins-good/gst/udp/gstdynudpsink.c:
13146         * gst-plugins-good/gst/udp/gstudpsrc.c:
13147         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
13148         overrides the port or multicast parameters. Fixes bugs #323021.
13149         API addition: adds GstUDPSrc::sockfd property   
13150
13151 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
13152
13153         * ext/gconf/Makefile.am:
13154         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
13155         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
13156         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
13157         (do_toggle_element), (cb_toggle_element),
13158         (gst_gconf_audio_src_change_state):
13159         * ext/gconf/gstgconfaudiosrc.h:
13160         * ext/gconf/gstgconfelements.c: (plugin_init):
13161         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
13162         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
13163         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
13164         (do_toggle_element), (cb_toggle_element),
13165         (gst_gconf_video_src_change_state):
13166         * ext/gconf/gstgconfvideosrc.h:
13167           Add new gconfaudiosrc and gconfvideosrc elements
13168           (needed for gnome-sound-recorder).
13169
13170 2006-01-06  Edward Hervey  <edward@fluendo.com>
13171
13172         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13173         Add gst_element_no_more_pads() for proper decodebin behaviour.
13174         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
13175         (parse_text_identification_frame), (parse_split_strings):
13176         Failure to decode some tags is not a GST_ERROR() but a
13177         GST_WARNING()
13178         When iterating over a chunk of text, check that we haven't gone too
13179         far.
13180
13181 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
13182
13183         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
13184         (plugin_init):
13185           call oil_init() when using liboil
13186
13187 2006-01-04  Wim Taymans  <wim@fluendo.com>
13188
13189         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13190         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13191         Fix leaks.
13192
13193 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
13194
13195         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13196
13197         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
13198         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
13199         (gst_flac_dec_change_state):
13200           Don't g_assert() where we should just return FALSE; remove
13201           unnecessary g_assert(); initialize some fields properly in
13202           state change function (fixes #325504). Also, use
13203           GST_DEBUG_OBJECT in two more places.
13204
13205 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13206
13207         * configure.ac:
13208           also remove smoothwave's Makefile.am
13209         * docs/plugins/Makefile.am:
13210           fix plugin docs
13211
13212 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13213
13214         * tests/examples/Makefile.am:
13215           added missing Makefile.am
13216
13217 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13218
13219         * configure.ac:
13220         * gst/level/Makefile.am:
13221         * gst/level/level-example.c:
13222         * tests/Makefile.am:
13223         * tests/examples/level/Makefile.am:
13224         * tests/examples/level/level-example.c: (message_handler), (main):
13225           moved level-example to tests/examples/level-example
13226         * tests/old/examples/level/demo.c: (main):
13227         * tests/old/examples/level/plot.c: (main):
13228           some initial fixes
13229
13230 2005-12-29  Michael Smith  <msmith@fluendo.com>
13231
13232         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13233         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
13234         * gst/udp/gstmultiudpsink.h:
13235           Track packets sent per client in addition to bytes sent; provide
13236           this info through get-stats signal
13237
13238 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13239
13240         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
13241           Can't use gst_object_unref() on a GstAdapter (#325191).
13242
13243 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
13244
13245         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13246         If a broken tag has 0 bytes payload, at least still skip
13247         the 10 byte header
13248
13249 2005-12-22  Philippe Khalaf  <burger@speedy.org>
13250
13251         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
13252         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13253         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
13254         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13255           Making these depayloaders (H263+ and mpeg4 video) inherit from
13256           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
13257
13258 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13259
13260         * docs/plugins/gst-plugins-good-plugins.args:
13261         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13262         Regenerate the plugin hiearchy.
13263
13264 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13265
13266         * docs/plugins/Makefile.am:
13267         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13268         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13269         * docs/plugins/gst-plugins-good-plugins.args:
13270         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
13271         (gst_id3demux_base_init), (gst_id3demux_class_init),
13272         (gst_id3demux_chain):
13273         * gst/id3demux/gstid3demux.h:
13274           Add documentation for id3demux.
13275           Don't fail if the first buffer is not at offset 0, just
13276           attempt to typefind and do pass through
13277           Rename the gst_type function from gst_gst_id3demux..
13278
13279 2005-12-20  Michael Smith  <msmith@fluendo.com>
13280
13281         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13282         (gst_multiudpsink_add), (gst_multiudpsink_remove),
13283         (gst_multiudpsink_get_stats):
13284         * gst/udp/gstmultiudpsink.h:
13285           Collect statistics; return them from get_stats.
13286
13287 2005-12-19  Edward Hervey  <edward@fluendo.com>
13288
13289         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
13290         Stupid signedness issue...
13291
13292 2005-12-19  Edward Hervey  <edward@fluendo.com>
13293
13294         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13295         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
13296         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
13297         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13298         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
13299         Construct index for indexless files.
13300         Make sure pad/buffers are correctly reset to NULL once we don't need
13301         them anymore, else we get lovely segfaults/assertions.
13302         * gst/wavparse/gstwavparse.c:
13303         Yes, you can have 96KHz audio and wma in wav :(
13304
13305 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
13306
13307         * configure.ac:
13308           Check for optional dependency on zlib for id3demux
13309
13310         * gst/id3demux/Makefile.am:
13311         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
13312         (gst_id3demux_base_init), (gst_id3demux_class_init),
13313         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
13314         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
13315         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
13316         (gst_id3demux_set_property), (gst_id3demux_get_property),
13317         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
13318         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
13319         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
13320         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
13321         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
13322         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
13323         (simple_find_peek), (simple_find_suggest),
13324         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
13325         (plugin_init):
13326         * gst/id3demux/gstid3demux.h:
13327         * gst/id3demux/id3tags.c: (read_synch_uint),
13328         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
13329         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
13330         (id3demux_id3v2_frames_to_tag_list):
13331         * gst/id3demux/id3tags.h:
13332         * gst/id3demux/id3v2.4.0-frames.txt:
13333         * gst/id3demux/id3v2.4.0-structure.txt:
13334         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13335         (parse_comment_frame), (parse_text_identification_frame),
13336         (id3v2_tag_to_taglist), (parse_split_strings):
13337           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
13338           otherwise it discards them. Works on my test files. 
13339
13340         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
13341           Don't send EOS to a non-existing srcpad
13342           The debug category can be static
13343
13344 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
13345
13346         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
13347         * ext/esd/esdsink.c: (gst_esdsink_prepare):
13348         * gst/multipart/multipartdemux.c:
13349           change some char* into char[]
13350
13351 2005-12-16  Wim Taymans  <wim@fluendo.com>
13352
13353         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
13354         (gst_wavparse_other), (gst_wavparse_perform_seek),
13355         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
13356         (gst_wavparse_loop), (gst_wavparse_pad_convert),
13357         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
13358         * gst/wavparse/gstwavparse.h:
13359         Use GstSegment to implement more seeking features.
13360
13361 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
13362
13363         * gst/rtsp/rtspconnection.c:
13364           Add <netinet/in.h> include and move <arpa/inet.h> include
13365           to make things work on OpenBSD as well (fixes #323717;
13366           patch by: Benjamin Pineau)
13367
13368 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
13369
13370         * gst/rtp/gstrtpspeexdepay.c:
13371         * gst/rtp/gstrtpspeexpay.c:
13372         Set clock rate to be fixed in 8000. It fixes bug #324012.
13373
13374 2005-12-14  Philippe Khalaf  <burger@speedy.org>
13375
13376         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
13377         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
13378         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
13379         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13380         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13381         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
13382         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
13383         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13384         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
13385         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13386         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
13387         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
13388         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
13389         * gst-plugins-good/gst/rtp/README:
13390         Fixed payload range in payloder caps. Removed payload range completely
13391         from depayloaders as they don't require payload type in their caps.
13392         In effect, there isn't any specific payload type for any given codec,
13393         only suggestions.
13394         Fixes bug #324011.
13395
13396 2005-12-13  Julien MOUTTE  <julien@moutte.net>
13397
13398         * gst/videomixer/videomixer.c: (gst_videomixer_init),
13399         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13400         (gst_videomixer_collected): Code cleanup and re-enabling 
13401         queued time validity check for correct EOS handling.
13402
13403 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
13404
13405         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13406         (gst_oss_mixer_element_get_property),
13407         (gst_oss_mixer_element_change_state):
13408         Add 'device-name' property and fix state change function.
13409
13410 2005-12-13  Edward Hervey  <edward@fluendo.com>
13411
13412         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
13413         If the speed of the file is null in the header, set the frame_time to
13414         the default setting of GST_SECOND / 70. Which is the default
13415         frame_delay for .fli files as stated in this document :
13416         http://www.compuphase.com/flic.htm
13417         Would be nice to have the time conversion done properly too (duration =
13418         flxh->frames * flxdec->frame_time)
13419
13420 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13421
13422         * docs/plugins/Makefile.am:
13423         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13424         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13425         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13426         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13427         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13428         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
13429         documentation for videomixer on my way with a funny sample
13430         pipeline.
13431
13432 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13433
13434         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13435         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13436         (gst_videomixer_update_queues), (gst_videomixer_collected):
13437         Fix caps negotiation. (#323896)
13438
13439 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
13440
13441         * gst/matroska/matroska-demux.c:
13442         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
13443           Set correct timestamps on audio laces, fixes playback of mp3 from
13444                 matroska.
13445
13446 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
13447
13448         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
13449         (gst_au_parse_class_init), (gst_au_parse_init),
13450         (gst_au_parse_dispose), (gst_au_parse_chain),
13451         (gst_au_parse_change_state), (plugin_init):
13452         * gst/auparse/gstauparse.h:
13453           Use gst_object_unref() for GstObjects instead of
13454           g_object_unref() and fix a mem leak in a debug
13455           statement; while we're at it, also borgify, use
13456           boilerplate macros and clean up a little bit.
13457
13458 2005-12-11  Edward Hervey  <edward@fluendo.com>
13459
13460         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
13461         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
13462         Added pull mode.
13463
13464 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13465
13466         * gst/goom/gstgoom.c:
13467         * gst/level/level-example.c: (main):
13468         * gst/smoothwave/demo-osssrc.c: (main):
13469           Use audiotestsrc instead of sinesrc (#323798).
13470
13471 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
13472
13473         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
13474           more debug-func-ptr usage
13475
13476 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
13477
13478         * gst/flx/flx_color.c: (flx_colorspace_convert):
13479         * gst/flx/flx_color.h:
13480         * gst/flx/flx_fmt.h:
13481         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
13482         * gst/flx/gstflxdec.h:
13483           Now flxdec works on big-endian machines as well.
13484
13485 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13486
13487         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
13488         (gst_fenced_buffer_copy):
13489           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
13490           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
13491           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
13492           and use GST_DEBUG_FUNCPTR for pad functions.
13493
13494 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13495
13496         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
13497         (gst_flac_dec_class_init), (gst_flac_dec_init),
13498         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
13499         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
13500         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
13501         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
13502         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
13503         (gst_flac_dec_change_state):
13504         * ext/flac/gstflacdec.h:
13505           Rewrite flacdec a bit, so that even seeking might work now. Most
13506           importantly, don't act upon any flow return values we get, just tell
13507           the decoder everything's dandy and act on the flow return values
13508           later on in the loop function. We don't want to mess up the internal
13509           decoder state for non-fatal things like flushing pads etc. Other
13510           than that, use GstSegment (segment seeks don't work yet though, but
13511           should be easy to add), use boilerplate macros, drop the superfluous
13512           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
13513           lots of other things.
13514
13515 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13516
13517         * configure.ac:
13518           Update comment in OSS includes check.
13519
13520         * sys/oss/gstossdmabuffer.c:
13521         * sys/oss/gstosshelper.c:
13522         * sys/oss/gstossmixer.c:
13523         * sys/oss/gstossmixertrack.c:
13524         * sys/oss/gstosssink.c:
13525         * sys/oss/gstosssrc.c:
13526         * sys/oss/oss_probe.c:
13527           Don't assume the OSS soundcard.h include is always in
13528           the sys/ directory. Instead, use the existing defines
13529           from config.h to include the right file. Fixes
13530           compilation on OpenBSD 3.8 (#323718).
13531
13532 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13533
13534         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13535         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13536         * docs/plugins/inspect/plugin-1394.xml:
13537         * docs/plugins/inspect/plugin-aasink.xml:
13538         * docs/plugins/inspect/plugin-alaw.xml:
13539         * docs/plugins/inspect/plugin-alpha.xml:
13540         * docs/plugins/inspect/plugin-alphacolor.xml:
13541         * docs/plugins/inspect/plugin-auparse.xml:
13542         * docs/plugins/inspect/plugin-autodetect.xml:
13543         * docs/plugins/inspect/plugin-avi.xml:
13544         * docs/plugins/inspect/plugin-cacasink.xml:
13545         * docs/plugins/inspect/plugin-cairo.xml:
13546         * docs/plugins/inspect/plugin-cutter.xml:
13547         * docs/plugins/inspect/plugin-debug.xml:
13548         * docs/plugins/inspect/plugin-dv.xml:
13549         * docs/plugins/inspect/plugin-efence.xml:
13550         * docs/plugins/inspect/plugin-effectv.xml:
13551         * docs/plugins/inspect/plugin-esdsink.xml:
13552         * docs/plugins/inspect/plugin-flac.xml:
13553         * docs/plugins/inspect/plugin-flxdec.xml:
13554         * docs/plugins/inspect/plugin-gconfelements.xml:
13555         * docs/plugins/inspect/plugin-goom.xml:
13556         * docs/plugins/inspect/plugin-jpeg.xml:
13557         * docs/plugins/inspect/plugin-level.xml:
13558         * docs/plugins/inspect/plugin-matroska.xml:
13559         * docs/plugins/inspect/plugin-mulaw.xml:
13560         * docs/plugins/inspect/plugin-multipart.xml:
13561         * docs/plugins/inspect/plugin-navigationtest.xml:
13562         * docs/plugins/inspect/plugin-ossaudio.xml:
13563         * docs/plugins/inspect/plugin-png.xml:
13564         * docs/plugins/inspect/plugin-rtp.xml:
13565         * docs/plugins/inspect/plugin-rtsp.xml:
13566         * docs/plugins/inspect/plugin-shout2send.xml:
13567         * docs/plugins/inspect/plugin-smpte.xml:
13568         * docs/plugins/inspect/plugin-speex.xml:
13569         * docs/plugins/inspect/plugin-udp.xml:
13570         * docs/plugins/inspect/plugin-videobox.xml:
13571         * docs/plugins/inspect/plugin-videoflip.xml:
13572         * docs/plugins/inspect/plugin-videomixer.xml:
13573         * docs/plugins/inspect/plugin-wavenc.xml:
13574         * docs/plugins/inspect/plugin-wavparse.xml:
13575         * ext/flac/gstflac.c: (plugin_init):
13576         * ext/flac/gstflacdec.c: (flacdec_get_type),
13577         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
13578         (gst_flac_dec_init), (gst_flac_dec_finalize),
13579         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
13580         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
13581         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
13582         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
13583         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
13584         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
13585         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
13586         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
13587         * ext/flac/gstflacdec.h:
13588         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
13589         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
13590         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
13591         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
13592         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
13593         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
13594         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
13595         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
13596         (gst_flac_enc_change_state):
13597         * ext/flac/gstflacenc.h:
13598           borgify and fix up documentation
13599
13600 2005-12-09  Michael Smith  <msmith@fluendo.com>
13601
13602         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
13603           Accept a wider range of flac files, more closely matching flac spec.
13604
13605 2005-12-08  Julien MOUTTE  <julien@moutte.net>
13606
13607         * docs/plugins/Makefile.am: Add multipart elements.
13608         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13609         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
13610         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13611         * gst/multipart/multipartdemux.c:
13612         * gst/multipart/multipartmux.c: Add docs.
13613
13614 2005-12-07  Edward Hervey  <edward@fluendo.com>
13615
13616         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
13617         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
13618         (gst_avi_demux_invert):
13619         Memleak and crasher fixes.
13620         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
13621         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
13622         Memleak fixes
13623
13624 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13625
13626         * ext/aalib/gstaasink.h:
13627         * ext/cairo/gsttextoverlay.h:
13628         * ext/dv/gstdvdec.h:
13629         * ext/dv/gstdvdemux.c:
13630         * ext/dv/gstdvdemux.h:
13631         * ext/esd/esdsink.h:
13632         * ext/flac/flac_compat.h:
13633         * ext/flac/gstflacdec.h:
13634         * ext/flac/gstflacenc.h:
13635         * ext/gconf/gconf.h:
13636         * ext/gconf/gstgconfaudiosink.h:
13637         * ext/gconf/gstgconfvideosink.h:
13638         * ext/gdk_pixbuf/gstgdkanimation.h:
13639         * ext/jpeg/gstjpegdec.h:
13640         * ext/jpeg/smokecodec.h:
13641         * ext/jpeg/smokeformat.h:
13642         * ext/ladspa/gstsignalprocessor.h:
13643         * ext/ladspa/search.c: (LADSPAPluginSearch):
13644         * ext/ladspa/utils.h:
13645         * ext/libmng/gstmng.c:
13646         * ext/libmng/gstmngdec.h:
13647         * ext/libmng/gstmngenc.c:
13648         * ext/libmng/gstmngenc.h:
13649         * ext/libpng/gstpng.c:
13650         * ext/libpng/gstpngenc.c:
13651         * ext/libpng/gstpngenc.h:
13652         * ext/shout2/gstshout2.h:
13653         * ext/speex/gstspeexdec.h:
13654         * ext/speex/gstspeexenc.c:
13655         * ext/speex/gstspeexenc.h:
13656         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13657         * gst/autodetect/gstautoaudiosink.h:
13658         * gst/autodetect/gstautovideosink.h:
13659         * gst/avi/gstavidemux.h:
13660         * gst/cutter/gstcutter.c: (gst_cutter_chain),
13661         (gst_cutter_set_property), (gst_cutter_get_caps):
13662         * gst/cutter/gstcutter.h:
13663         * gst/debug/tests.c: (md5_process_block):
13664         * gst/debug/tests.h:
13665         * gst/effectv/gstwarp.c:
13666         * gst/flx/flx_fmt.h:
13667         * gst/flx/gstflxdec.h:
13668         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
13669         (zoomFilterFastRGB):
13670         * gst/goom/filters.h:
13671         * gst/goom/goom_tools.h:
13672         * gst/law/alaw-encode.c:
13673         * gst/level/gstlevel.c:
13674         * gst/level/gstlevel.h:
13675         * gst/matroska/ebml-write.h:
13676         * gst/matroska/matroska-demux.h:
13677         * gst/matroska/matroska-ids.h:
13678         * gst/matroska/matroska-mux.h:
13679         * gst/monoscope/convolve.c: (convolve_match):
13680         * gst/monoscope/convolve.h:
13681         * gst/multipart/multipartmux.c:
13682         * gst/oldcore/gstaggregator.c:
13683         * gst/oldcore/gstaggregator.h:
13684         * gst/oldcore/gstmd5sink.c: (md5_process_block):
13685         * gst/oldcore/gstmd5sink.h:
13686         * gst/oldcore/gstmultifilesrc.c:
13687         * gst/oldcore/gstmultifilesrc.h:
13688         * gst/oldcore/gstpipefilter.h:
13689         * gst/oldcore/gstshaper.h:
13690         * gst/rtp/gstrtpL16depay.h:
13691         * gst/rtp/gstrtpL16pay.h:
13692         * gst/rtp/gstrtpdepay.h:
13693         * gst/rtp/gstrtpmp4vpay.c:
13694         * gst/rtp/gstrtpmp4vpay.h:
13695         * gst/rtsp/gstrtspsrc.c:
13696         * gst/rtsp/gstrtspsrc.h:
13697         * gst/rtsp/rtspconnection.h:
13698         * gst/rtsp/rtspdefs.h:
13699         * gst/rtsp/rtspmessage.h:
13700         * gst/rtsp/rtsptransport.h:
13701         * gst/rtsp/rtspurl.c:
13702         * gst/rtsp/rtspurl.h:
13703         * gst/rtsp/sdpmessage.c:
13704         * gst/rtsp/sdpmessage.h:
13705         * gst/smpte/barboxwipes.c:
13706         * gst/smpte/gstmask.h:
13707         * gst/smpte/gstsmpte.h:
13708         * gst/smpte/paint.c:
13709         * gst/smpte/paint.h:
13710         * gst/udp/gstdynudpsink.h:
13711         * gst/udp/gstmultiudpsink.h:
13712         * gst/udp/gstudpsink.c:
13713         * gst/udp/gstudpsink.h:
13714         * gst/udp/gstudpsrc.c:
13715         * gst/videomixer/videomixer.c:
13716         * gst/wavenc/riff.h:
13717         * gst/wavparse/gstwavparse.h:
13718         * sys/oss/gstossdmabuffer.h:
13719         * sys/oss/gstossmixer.h:
13720         * sys/oss/gstossmixerelement.h:
13721         * sys/oss/gstossmixertrack.h:
13722         * sys/oss/gstosssink.c:
13723         * sys/oss/gstosssink.h:
13724         * sys/oss/gstosssrc.c:
13725         * sys/oss/gstosssrc.h:
13726         * sys/osxaudio/gstosxaudioelement.h:
13727         * sys/osxaudio/gstosxaudiosink.h:
13728         * sys/osxaudio/gstosxaudiosrc.h:
13729           expand tabs
13730
13731 === release 0.10.0 ===
13732
13733 2005-12-05   <thomas (at) apestaart (dot) org>
13734
13735         * configure.ac:
13736           releasing 0.10.0, "Abondance"
13737
13738 2005-12-05  Andy Wingo  <wingo@pobox.com>
13739
13740         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13741         * ext/flac/gstflacdec.c: (gst_flacdec_write):
13742         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
13743         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
13744         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
13745         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
13746         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13747         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
13748         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
13749         * ext/speex/gstspeexdec.c: (speex_dec_chain):
13750         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
13751         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13752         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
13753         * gst/goom/gstgoom.c: (gst_goom_chain):
13754         * gst/matroska/matroska-demux.c:
13755         (gst_matroska_demux_push_vorbis_codec_priv_data),
13756         (gst_matroska_demux_add_wvpk_header):
13757         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13758         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
13759         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
13760         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
13761         alloc_buffer changes.
13762
13763 2005-12-05  Michael Smith  <msmith@fluendo.com>
13764
13765         * docs/plugins/gst-plugins-good-plugins.args:
13766           Remove args for plugins that aren't in -good.
13767
13768 === release 0.9.7 ===
13769
13770 2005-12-01   <thomas (at) apestaart (dot) org>
13771
13772         * configure.ac:
13773           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
13774
13775 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13776
13777         * docs/plugins/.cvsignore:
13778         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13779         * docs/plugins/inspect/plugin-multipart.xml:
13780         * docs/plugins/inspect/plugin-rtp.xml:
13781           add multipart plugin to docs
13782
13783 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13784
13785         * configure.ac:
13786         * ext/Makefile.am:
13787         * ext/pango/Makefile.am:
13788         * ext/pango/gstclockoverlay.c:
13789         * ext/pango/gstclockoverlay.h:
13790         * ext/pango/gsttextoverlay.c:
13791         * ext/pango/gsttextoverlay.h:
13792         * ext/pango/gsttextrender.c:
13793         * ext/pango/gsttextrender.h:
13794         * ext/pango/gsttimeoverlay.c:
13795         * ext/pango/gsttimeoverlay.h:
13796           move pango to base
13797
13798 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13799
13800         * gst/rtp/Makefile.am:
13801         * gst/rtp/gstrtpL16depay.c:
13802         * gst/rtp/gstrtpL16depay.h:
13803         * gst/rtp/gstrtpL16parse.c:
13804         * gst/rtp/gstrtpL16parse.h:
13805         * gst/rtp/gstrtpgsmdepay.c:
13806         * gst/rtp/gstrtpgsmdepay.h:
13807         * gst/rtp/gstrtpgsmparse.c:
13808         * gst/rtp/gstrtpgsmparse.h:
13809           parsers are depayers
13810
13811 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13812
13813         * gst/rtp/Makefile.am:
13814         * gst/rtp/gstasteriskh263.c:
13815         * gst/rtp/gstrtp.c:
13816         * gst/rtp/gstrtpL16enc.c:
13817         * gst/rtp/gstrtpL16enc.h:
13818         * gst/rtp/gstrtpL16parse.c:
13819         * gst/rtp/gstrtpL16parse.h:
13820         * gst/rtp/gstrtpL16pay.c:
13821         * gst/rtp/gstrtpL16pay.h:
13822         * gst/rtp/gstrtpamrdec.c:
13823         * gst/rtp/gstrtpamrdec.h:
13824         * gst/rtp/gstrtpamrdepay.c:
13825         * gst/rtp/gstrtpamrdepay.h:
13826         * gst/rtp/gstrtpamrenc.c:
13827         * gst/rtp/gstrtpamrenc.h:
13828         * gst/rtp/gstrtpamrpay.c:
13829         * gst/rtp/gstrtpamrpay.h:
13830         * gst/rtp/gstrtpdec.c:
13831         * gst/rtp/gstrtpdec.h:
13832         * gst/rtp/gstrtpdepay.c:
13833         * gst/rtp/gstrtpdepay.h:
13834         * gst/rtp/gstrtpg711dec.c:
13835         * gst/rtp/gstrtpg711dec.h:
13836         * gst/rtp/gstrtpg711depay.c:
13837         * gst/rtp/gstrtpg711depay.h:
13838         * gst/rtp/gstrtpg711enc.c:
13839         * gst/rtp/gstrtpg711enc.h:
13840         * gst/rtp/gstrtpg711pay.c:
13841         * gst/rtp/gstrtpg711pay.h:
13842         * gst/rtp/gstrtpgsmenc.c:
13843         * gst/rtp/gstrtpgsmenc.h:
13844         * gst/rtp/gstrtpgsmparse.c:
13845         * gst/rtp/gstrtpgsmparse.h:
13846         * gst/rtp/gstrtpgsmpay.c:
13847         * gst/rtp/gstrtpgsmpay.h:
13848         * gst/rtp/gstrtph263enc.c:
13849         * gst/rtp/gstrtph263enc.h:
13850         * gst/rtp/gstrtph263pay.c:
13851         * gst/rtp/gstrtph263pay.h:
13852         * gst/rtp/gstrtph263pdec.c:
13853         * gst/rtp/gstrtph263pdec.h:
13854         * gst/rtp/gstrtph263pdepay.c:
13855         * gst/rtp/gstrtph263pdepay.h:
13856         * gst/rtp/gstrtph263penc.c:
13857         * gst/rtp/gstrtph263penc.h:
13858         * gst/rtp/gstrtph263ppay.c:
13859         * gst/rtp/gstrtph263ppay.h:
13860         * gst/rtp/gstrtpmp4vdec.c:
13861         * gst/rtp/gstrtpmp4vdec.h:
13862         * gst/rtp/gstrtpmp4vdepay.c:
13863         * gst/rtp/gstrtpmp4vdepay.h:
13864         * gst/rtp/gstrtpmp4venc.c:
13865         * gst/rtp/gstrtpmp4venc.h:
13866         * gst/rtp/gstrtpmp4vpay.c:
13867         * gst/rtp/gstrtpmp4vpay.h:
13868         * gst/rtp/gstrtpmpadec.c:
13869         * gst/rtp/gstrtpmpadec.h:
13870         * gst/rtp/gstrtpmpadepay.c:
13871         * gst/rtp/gstrtpmpadepay.h:
13872         * gst/rtp/gstrtpmpaenc.c:
13873         * gst/rtp/gstrtpmpaenc.h:
13874         * gst/rtp/gstrtpmpapay.c:
13875         * gst/rtp/gstrtpmpapay.h:
13876         * gst/rtp/gstrtpspeexdec.c:
13877         * gst/rtp/gstrtpspeexdec.h:
13878         * gst/rtp/gstrtpspeexdepay.c:
13879         * gst/rtp/gstrtpspeexdepay.h:
13880         * gst/rtp/gstrtpspeexenc.c:
13881         * gst/rtp/gstrtpspeexenc.h:
13882         * gst/rtp/gstrtpspeexpay.c:
13883         * gst/rtp/gstrtpspeexpay.h:
13884           Do burger's rename for rtp payloaders and depayloaders
13885
13886 2005-11-30  Wim Taymans  <wim@fluendo.com>
13887
13888         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13889         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
13890         * ext/dv/gstdvdemux.h:
13891         Fix seeking in dvdemux again, add some more debug info.
13892
13893 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13894
13895         * configure.ac:
13896           fix tests
13897
13898 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13899
13900         * PORTED_09:
13901         * docs/random/PORTED_09:
13902           move
13903         * tests/Makefile.am:
13904           add
13905         * win32/gst.sln:
13906           remove
13907
13908 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13909
13910         * Makefile.am:
13911         * check/.cvsignore:
13912         * check/Makefile.am:
13913         * check/elements/.cvsignore:
13914         * check/elements/level.c:
13915         * check/elements/matroskamux.c:
13916         * configure.ac:
13917         * examples/Makefile.am:
13918         * examples/capsfilter/Makefile.am:
13919         * examples/capsfilter/capsfilter1.c:
13920         * examples/gob/Makefile.am:
13921         * examples/gob/gst-identity2.gob:
13922         * examples/gstplay/.cvsignore:
13923         * examples/gstplay/Makefile.am:
13924         * examples/gstplay/player.c:
13925         * examples/indexing/.cvsignore:
13926         * examples/indexing/Makefile.am:
13927         * examples/indexing/indexmpeg.c:
13928         * examples/level/Makefile.am:
13929         * examples/level/README:
13930         * examples/level/demo.c:
13931         * examples/level/plot.c:
13932         * examples/stats/Makefile.am:
13933         * examples/stats/mp2ogg.c:
13934         * examples/switch/.cvsignore:
13935         * examples/switch/Makefile.am:
13936         * examples/switch/switcher.c:
13937           move under tests/
13938
13939 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
13940
13941         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
13942         (gst_text_render_class_init), (resize_bitmap),
13943         (gst_text_render_render_text), (gst_text_render_setcaps),
13944         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
13945         (gst_text_render_chain), (gst_text_render_finalize),
13946         (gst_text_render_init), (gst_text_render_set_property):
13947         * ext/pango/gsttextrender.h:
13948           Add missing files.
13949
13950 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
13951
13952         * configure.ac:
13953         * ext/Makefile.am:
13954         * ext/pango/Makefile.am:
13955         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
13956         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
13957         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
13958         * ext/pango/gstclockoverlay.h:
13959         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
13960         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
13961         (gst_text_overlay_finalize), (gst_text_overlay_init),
13962         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
13963         (gst_text_overlay_text_pad_linked),
13964         (gst_text_overlay_text_pad_unlinked),
13965         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
13966         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
13967         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
13968         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
13969         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13970         (gst_text_overlay_change_state), (plugin_init):
13971         * ext/pango/gsttextoverlay.h:
13972         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
13973         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
13974         (gst_time_overlay_class_init), (gst_time_overlay_init):
13975         * ext/pango/gsttimeoverlay.h:
13976           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
13977           and add background shading and text wrapping modes. Make 
13978           timoverlay derive from textoverlay. Also add new clockoverlay
13979           element.
13980
13981 2005-11-30  Julien MOUTTE  <julien@moutte.net>
13982
13983         * gst/udp/Makefile.am: Moved to netbuffer.
13984
13985 2005-11-30  Julien MOUTTE  <julien@moutte.net>
13986
13987         * configure.ac:
13988         * PORTED_O9:
13989         * gst/multipart/Makefile.am:
13990         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
13991         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
13992         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
13993         (gst_multipart_demux_change_state),
13994         (gst_multipart_demux_plugin_init):
13995         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
13996         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
13997         (gst_multipart_mux_sinkconnect),
13998         (gst_multipart_mux_request_new_pad),
13999         (gst_multipart_mux_handle_src_event),
14000         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
14001         (gst_multipart_mux_change_state): Ported multipart mux/demux to
14002         0.9.
14003
14004 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14005
14006         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
14007         * gst/debug/gstnavigationtest.h:
14008         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
14009         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
14010         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
14011         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
14012         * gst/effectv/gstrev.c: (gst_revtv_get_type):
14013         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
14014         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
14015         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
14016         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
14017         (gst_video_flip_get_type):
14018         * gst/videofilter/gstvideoflip.h:
14019           update for symbols change
14020
14021 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14022
14023         * gst/udp/gstdynudpsink.c:
14024         * gst/udp/gstudpsrc.c:
14025           the old gstnet lib was renamed gstnetbuffer (#322257)
14026
14027 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
14028
14029         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
14030         (gst_text_overlay_collected):
14031           Actually render the text from the text pad.
14032
14033 2005-11-29  Edward Hervey  <edward@fluendo.com>
14034
14035         * gst/debug/gstnavseek.c: (gst_navseek_event):
14036         * gst/debug/progressreport.c: (gst_progress_report_event):
14037         Update for GstBaseTransform event virtual method
14038
14039 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14040
14041         * ext/cairo/Makefile.am:
14042           no need to link to videofilter
14043
14044 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14045
14046         * gst/debug/Makefile.am:
14047         * gst/debug/gstnavigationtest.h:
14048         * gst/effectv/Makefile.am:
14049         * gst/effectv/gstaging.c:
14050         * gst/effectv/gstdice.c:
14051         * gst/effectv/gstedge.c:
14052         * gst/effectv/gstquark.c:
14053         * gst/effectv/gstrev.c:
14054         * gst/effectv/gstshagadelic.c:
14055         * gst/effectv/gstvertigo.c:
14056         * gst/effectv/gstwarp.c:
14057         * gst/videofilter/Makefile.am:
14058         * gst/videofilter/gstvideofilter.c:
14059         * gst/videofilter/gstvideofilter.h:
14060         * gst/videofilter/gstvideoflip.h:
14061           remove the videofilter library and link to the one in base
14062
14063 2005-11-28  Edward Hervey  <edward@fluendo.com>
14064
14065         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
14066         Useless check now we're setting the current entry correctly.
14067
14068 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
14069
14070         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
14071         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
14072         (gst_jpegenc_change_state):
14073           Don't leak input buffer in chain function (fixes #322667); make 
14074           state change function thread-safe; don't repeat the current function
14075           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
14076           gst_pad_alloc_buffer(); misc. minor cleanups.
14077
14078 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14079
14080         * gst/matroska/matroska-mux.c:
14081         (gst_matroska_mux_video_pad_setcaps):
14082         Look for pixel-aspect-ratio in caps, not pixel_width and
14083         pixel_height (Fixes: #322645)
14084
14085 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14086
14087         * gst/matroska/matroska-mux.c:
14088         (gst_matroska_mux_video_pad_setcaps):
14089         From Michal Benes:
14090         frame duration should be GST_SECOND / framerate, not
14091         GST_SECOND * framerate. (Fixes: #322643)
14092
14093 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14094
14095         * configure.ac:
14096           fix up GST_PLUGIN_LDFLAGS
14097         * gst/rtsp/rtspconnection.c:
14098           fix includes (see #317043)
14099         * gst/videofilter/Makefile.am:
14100           stop installing this library
14101
14102 2005-11-26  Edward Hervey  <edward@fluendo.com>
14103
14104         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
14105         Handle the case where the incoming Video dv stream doesn't have
14106         a pixel aspect ratio set.
14107
14108 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14109
14110         * docs/plugins/Makefile.am:
14111         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14112         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14113         * ext/flac/gstflacdec.c:
14114           document flacdec
14115
14116 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14117
14118         * docs/plugins/Makefile.am:
14119         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14120         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14121         * docs/plugins/inspect/plugin-autodetect.xml:
14122         * ext/cairo/gstcairo.c: (plugin_init):
14123         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14124         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14125         (gst_text_overlay_init), (gst_text_overlay_font_init),
14126         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14127         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14128         (gst_text_overlay_text_pad_linked),
14129         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14130         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14131         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14132         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14133         (gst_text_overlay_change_state):
14134         * ext/cairo/gsttextoverlay.h:
14135         * ext/cairo/gsttimeoverlay.c:
14136         (gst_cairo_time_overlay_update_font_height),
14137         (gst_cairo_time_overlay_set_caps),
14138         (gst_cairo_time_overlay_get_unit_size),
14139         (gst_cairo_time_overlay_print_smpte_time),
14140         (gst_cairo_time_overlay_transform),
14141         (gst_cairo_time_overlay_base_init),
14142         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
14143         (gst_cairo_time_overlay_get_type):
14144         * ext/cairo/gsttimeoverlay.h:
14145           do some name borgifying
14146           document
14147
14148 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14149
14150         * docs/plugins/Makefile.am:
14151         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14152         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14153         * gst/autodetect/gstautoaudiosink.c:
14154         (gst_auto_audio_sink_base_init):
14155         * gst/autodetect/gstautovideosink.c:
14156         (gst_auto_video_sink_base_init),
14157         (gst_auto_video_sink_factory_filter):
14158           documenting auto*sink
14159           using strstr for the video sink lookup, class field is not ordered
14160         * docs/plugins/inspect/plugin-1394.xml:
14161         * docs/plugins/inspect/plugin-aasink.xml:
14162         * docs/plugins/inspect/plugin-alaw.xml:
14163         * docs/plugins/inspect/plugin-alpha.xml:
14164         * docs/plugins/inspect/plugin-alphacolor.xml:
14165         * docs/plugins/inspect/plugin-auparse.xml:
14166         * docs/plugins/inspect/plugin-autodetect.xml:
14167         * docs/plugins/inspect/plugin-avi.xml:
14168         * docs/plugins/inspect/plugin-cacasink.xml:
14169         * docs/plugins/inspect/plugin-cairo.xml:
14170         * docs/plugins/inspect/plugin-cutter.xml:
14171         * docs/plugins/inspect/plugin-debug.xml:
14172         * docs/plugins/inspect/plugin-dv.xml:
14173         * docs/plugins/inspect/plugin-efence.xml:
14174         * docs/plugins/inspect/plugin-effectv.xml:
14175         * docs/plugins/inspect/plugin-esdsink.xml:
14176         * docs/plugins/inspect/plugin-flac.xml:
14177         * docs/plugins/inspect/plugin-flxdec.xml:
14178         * docs/plugins/inspect/plugin-gconfelements.xml:
14179         * docs/plugins/inspect/plugin-goom.xml:
14180         * docs/plugins/inspect/plugin-jpeg.xml:
14181         * docs/plugins/inspect/plugin-level.xml:
14182         * docs/plugins/inspect/plugin-matroska.xml:
14183         * docs/plugins/inspect/plugin-mulaw.xml:
14184         * docs/plugins/inspect/plugin-navigationtest.xml:
14185         * docs/plugins/inspect/plugin-ossaudio.xml:
14186         * docs/plugins/inspect/plugin-png.xml:
14187         * docs/plugins/inspect/plugin-rtp.xml:
14188         * docs/plugins/inspect/plugin-rtsp.xml:
14189         * docs/plugins/inspect/plugin-shout2send.xml:
14190         * docs/plugins/inspect/plugin-smpte.xml:
14191         * docs/plugins/inspect/plugin-speex.xml:
14192         * docs/plugins/inspect/plugin-udp.xml:
14193         * docs/plugins/inspect/plugin-videobox.xml:
14194         * docs/plugins/inspect/plugin-videoflip.xml:
14195         * docs/plugins/inspect/plugin-videomixer.xml:
14196         * docs/plugins/inspect/plugin-wavenc.xml:
14197         * docs/plugins/inspect/plugin-wavparse.xml:
14198           update for HEAD version
14199
14200 2005-11-25  Michael Smith  <msmith@fluendo.com>
14201
14202         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
14203           Patch from Sebastien Cote to close control sockets in udpsrc.
14204
14205 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14206
14207         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14208         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
14209         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
14210         (gst_quarktv_base_init), (gst_quarktv_class_init),
14211         (gst_quarktv_init): Flush the planes list on reverse caps
14212         negotiation. This was crashing because of differently sized
14213         buffers.
14214
14215 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14216
14217         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
14218         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
14219         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
14220         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
14221         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
14222         (gst_videoflip_set_property), (gst_videoflip_base_init),
14223         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
14224         correctly, fix identity flipping, convert navigation event 
14225         correctly again.
14226
14227 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14228
14229         * configure.ac: back to HEAD
14230
14231 === release 0.9.6 ===
14232
14233 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
14234
14235         * configure.ac:
14236           releasing 0.9.6, "Everything's Not Lost"
14237
14238 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14239
14240         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
14241         Oops, initialise the framerate GValue
14242
14243 2005-11-23  Julien MOUTTE  <julien@moutte.net>
14244
14245         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
14246         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
14247         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
14248         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
14249         (gst_timeoverlay_get_type):
14250         * ext/cairo/gsttimeoverlay.h:
14251         * gst/debug/Makefile.am:
14252         * gst/debug/gstnavigationtest.c:
14253         (gst_navigationtest_handle_src_event),
14254         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
14255         (gst_navigationtest_transform), (gst_navigationtest_change_state),
14256         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
14257         (gst_navigationtest_init), (gst_navigationtest_get_type),
14258         (plugin_init):
14259         * gst/debug/gstnavigationtest.h:
14260         * gst/effectv/Makefile.am:
14261         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
14262         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
14263         (gst_agingtv_base_init), (gst_agingtv_class_init),
14264         (gst_agingtv_init), (gst_agingtv_get_type):
14265         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
14266         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
14267         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
14268         (gst_dicetv_get_type):
14269         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
14270         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
14271         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
14272         (gst_edgetv_get_type):
14273         * gst/effectv/gsteffectv.c:
14274         * gst/effectv/gsteffectv.h:
14275         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14276         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
14277         (gst_quarktv_change_state), (gst_quarktv_base_init),
14278         (gst_quarktv_class_init), (gst_quarktv_init),
14279         (gst_quarktv_get_type):
14280         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
14281         (gst_revtv_get_unit_size), (gst_revtv_transform),
14282         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
14283         (gst_revtv_get_type):
14284         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
14285         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
14286         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
14287         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
14288         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
14289         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
14290         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
14291         (gst_vertigotv_init), (gst_vertigotv_get_type):
14292         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
14293         (gst_warptv_get_unit_size), (gst_warptv_transform),
14294         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
14295         (gst_warptv_get_type):
14296         * gst/videofilter/Makefile.am:
14297         * gst/videofilter/gstvideobalance.c:
14298         * gst/videofilter/gstvideobalance.h:
14299         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
14300         (gst_videofilter_class_init), (gst_videofilter_init):
14301         * gst/videofilter/gstvideofilter.h:
14302         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
14303         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
14304         (gst_videoflip_flip), (gst_videoflip_transform),
14305         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
14306         (gst_videoflip_base_init), (gst_videoflip_class_init),
14307         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
14308         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
14309         BaseTransform, it's just a place holder for now and every video
14310         effect plugin has been ported to use BaseTransform features 
14311         directly. QuarkTV was fixed too (was broken), navigationtest works
14312         and best for the end, videoflip converts navigation events depending
14313         on flip method ! Fixes #320953
14314
14315 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14316
14317         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14318         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
14319         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14320         (gst_goom_src_negotiate), (gst_goom_chain):
14321         * gst/matroska/matroska-mux.c:
14322         (gst_matroska_mux_video_pad_setcaps):
14323         * sys/osxvideo/osxvideosink.m:
14324           Fixes for API changes
14325
14326 2005-11-23  Michael Smith <msmith@fluendo.com>
14327
14328         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
14329         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
14330         * ext/jpeg/gstjpegdec.h:
14331         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
14332         * ext/jpeg/gstjpegenc.h:
14333         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14334         (gst_smokeenc_resync):
14335         * ext/jpeg/gstsmokeenc.h:
14336           JPEG fractiony goodness.
14337
14338 2005-11-22  Michael Smith <msmith@fluendo.com>
14339
14340         * gst/goom/filters.c:
14341         * gst/goom/graphic.h:
14342           Fix compilation by making some functions static inline instead of
14343           extern inline, matching the way they're used.
14344
14345 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14346
14347         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
14348         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
14349         * ext/cairo/gsttextoverlay.h:
14350         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
14351         * ext/gdk_pixbuf/gstgdkpixbuf.h:
14352         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
14353         (gst_pngdec_caps_create_and_set):
14354         * ext/libpng/gstpngdec.h:
14355         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
14356         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
14357         * gst/avi/gstavimux.c: (gst_avimux_init),
14358         (gst_avimux_vidsinkconnect):
14359         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14360         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14361         (gst_goom_src_negotiate), (gst_goom_chain):
14362         * gst/goom/gstgoom.h:
14363         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14364         * gst/matroska/matroska-mux.c:
14365         (gst_matroska_mux_video_pad_setcaps):
14366         * sys/osxvideo/osxvideosink.h:
14367         * sys/osxvideo/osxvideosink.m:
14368           More fractional framerate conversions 
14369
14370 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14371
14372         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14373         * gst/debug/gstnavigationtest.c:
14374         (gst_navigationtest_handle_src_event):
14375         * gst/videofilter/gstvideofilter.c:
14376         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
14377         (gst_videofilter_init):
14378         * gst/videofilter/gstvideofilter.h:
14379           Convert to fractional framerates.
14380
14381 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14382
14383         * ext/aalib/gstaasink.c:
14384         * ext/dv/gstdvdec.c:
14385         * ext/esd/esdmon.c:
14386         * ext/flac/gstflacenc.c:
14387         * ext/gdk_pixbuf/pixbufscale.c:
14388         * ext/libcaca/gstcacasink.c:
14389         * ext/shout2/gstshout2.c:
14390         * gst/alpha/gstalpha.c:
14391         * gst/oldcore/gstaggregator.c:
14392         * gst/oldcore/gstshaper.c:
14393         * gst/smpte/barboxwipes.c:
14394         * gst/smpte/gstsmpte.c:
14395         * gst/videobox/gstvideobox.c:
14396         * gst/videofilter/gstvideoflip.c:
14397         * gst/videomixer/videomixer.c:
14398           fix up more enums
14399
14400 2005-11-22  Michael Smith <msmith@fluendo.com>
14401
14402         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
14403         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
14404         (gst_videomixer_update_queues):
14405           Fractional framerates, videomixer.
14406
14407 2005-11-22  Michael Smith <msmith@fluendo.com>
14408
14409         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
14410         * ext/dv/gstdvdec.h:
14411         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
14412         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
14413         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
14414         (gst_dvdemux_flush):
14415         * ext/dv/gstdvdemux.h:
14416           Fractional framerates for DV. 
14417
14418 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14419
14420         * gst/autodetect/gstautoaudiosink.c:
14421         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14422         * gst/autodetect/gstautovideosink.c:
14423         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
14424           Use gst_plugin_feature_list_free() to free feature list and
14425           in the case of autovideosink free the list at all. Also
14426           miscellaneous cosmetic fixes.
14427
14428 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14429
14430         * gst/cutter/gstcutter.c: (gst_cutter_chain),
14431         (gst_cutter_set_property), (gst_cutter_get_caps):
14432           copy calculation code from level; remove use of some audio
14433           functions
14434
14435 2005-11-22  Andy Wingo  <wingo@pobox.com>
14436
14437         * Update for gst_tag_setter API changes.
14438
14439 2005-11-22  Andy Wingo  <wingo@pobox.com>
14440
14441         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
14442         (gst_dvdemux_demux_frame)
14443         * ext/flac/gstflacdec.c (gst_flacdec_write)
14444         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
14445         (gst_flacenc_sink_event)
14446         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
14447         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
14448         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
14449         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
14450         * gst/auparse/gstauparse.c (gst_auparse_chain)
14451         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
14452         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
14453         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
14454         (gst_avi_demux_handle_seek)
14455         * gst/goom/gstgoom.c (gst_goom_event)
14456         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
14457         * gst/matroska/matroska-demux.c
14458         (gst_matroska_demux_handle_seek_event)
14459         (gst_matroska_demux_loop_stream_parse_id)
14460         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
14461         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
14462         (gst_wavparse_stream_headers): Run update-funcnames.
14463
14464 2005-11-22  Edward Hervey  <edward@fluendo.com>
14465
14466         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
14467         (gst_dv1394src_init), (gst_dv1394src_dispose),
14468         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
14469         (gst_dv1394src_uri_set_uri):
14470         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
14471         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
14472         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
14473         URIHandler interface and element properties are now properly
14474         synchronized for DV1394src and UDPSrc
14475
14476 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14477
14478         * ext/flac/Makefile.am:
14479         * ext/speex/Makefile.am:
14480           libgsttagedit has been renamed to libgsttag.
14481
14482 2005-11-21  Wim Taymans  <wim@fluendo.com>
14483
14484         * gst/rtsp/rtspconnection.c: (read_body):
14485         Apply patch from Sebastien Cote to fix #319184.
14486
14487 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14488
14489         * configure.ac:
14490         * gst/cutter/Makefile.am:
14491         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
14492         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
14493         (gst_cutter_set_property), (gst_cutter_get_property),
14494         (plugin_init), (gst_cutter_get_caps):
14495           port cutter
14496         * gst/level/gstlevel.c:
14497           fix up plugin details
14498
14499 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14500
14501         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
14502         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
14503         (gst_flacdec_src_event):
14504         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
14505         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
14506         (gst_signal_processor_getrange), (gst_signal_processor_chain):
14507         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14508         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
14509         (gst_flxdec_sink_event_handler):
14510         * gst/matroska/matroska-demux.c:
14511         (gst_matroska_demux_handle_seek_event):
14512         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
14513           Update for stream lock API changes: don't take stream log
14514           in sink event handlers any longer and change GST_STREAM_LOCK
14515           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
14516           functions.
14517
14518 2005-11-21  Michael Smith <msmith@fluendo.com>
14519
14520         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
14521           gst_object_unref, not g_object_unref
14522
14523 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14524
14525         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
14526         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
14527           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
14528
14529 2005-11-21  Michael Smith <msmith@fluendo.com>
14530
14531         * gst/auparse/Makefile.am:
14532         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
14533         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
14534         (gst_auparse_change_state):
14535         * gst/auparse/gstauparse.h:
14536           Partially fix #161712. playbin still doesn't work on these files,
14537           (on the bug report, Andy says we aren't typefinding it for some
14538           reason?) but at least auparse isn't totally busted like it was before.
14539
14540 2005-11-21  Andy Wingo  <wingo@pobox.com>
14541
14542         * *.h:
14543         * *.c: Ran scripts/update-macros. Oh yes.
14544
14545 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14546
14547         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
14548           Filler events are gone for now, comment out section generating
14549           them.
14550
14551 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
14552
14553         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14554         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
14555         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14556         * sys/osxvideo/osxvideosink.m:
14557           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
14558           (#322027)
14559
14560 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14561
14562         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
14563         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
14564         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14565         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
14566         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
14567         (gst_avi_demux_stream_data):
14568         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14569         * gst/wavenc/gstwavenc.c: (write_metadata):
14570         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
14571         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
14572         Fixes for GST_FOURCC_FORMAT API change.
14573
14574 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14575
14576         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
14577         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
14578         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
14579         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14580         (gst_text_overlay_change_state):
14581         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
14582         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
14583         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
14584         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
14585         * gst/videomixer/videomixer.c: (gst_videomixer_init),
14586         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
14587         (gst_videomixer_change_state):
14588           Fix for collect pads API change. Also fix textoverlay state
14589           change function.
14590
14591 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14592
14593         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
14594         GST_PAD_IS_USABLE by something approaching it.
14595
14596 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14597
14598         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
14599         API changes.
14600         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
14601         but also fix the code that was not checking return values from
14602         pad_push neither using pad_alloc_buffer.
14603
14604 2005-11-18  Edward Hervey  <edward@fluendo.com>
14605
14606         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14607         (gst_pngenc_chain):
14608         Added debug category
14609         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
14610         goes to EOS.
14611
14612 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
14613
14614         * gst/rtp/Makefile.am
14615         * gst/rtp/gstrtp.c
14616         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
14617         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
14618         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
14619         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
14620         * gst/rtp/gstrtpg711enc.h:
14621         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
14622         * gst/rtp/gstrtpspeexenc.c:
14623         * gst/rtp/gstrtpspeexenc.h:
14624         * gst/rtp/gstrtpspeexdec.c:
14625         * gst/rtp/gstrtpspeexdec.h:
14626         Created Speex payloader and depayloader; Optimize G711 payloader to
14627         use adapter and send packets until MTU size.
14628
14629 2005-11-16  Wim Taymans  <wim@fluendo.com>
14630
14631         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
14632         Fix leak in check.
14633
14634 2005-11-16  Wim Taymans  <wim@fluendo.com>
14635
14636         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
14637         Fix state change.
14638
14639 2005-11-16  Andy Wingo  <wingo@pobox.com>
14640
14641         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
14642         (gst_udpsrc_create): Move comment.
14643
14644 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
14645
14646         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14647
14648         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
14649           When seeking, seek to closest index entry at or before the requested
14650           seek position, not just the closest one (#321001).
14651
14652 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
14653
14654         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
14655         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
14656           Invert DIB images again (see #132341).
14657
14658 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14659
14660         * configure.ac:
14661           rework configure.ac file
14662         * ext/aalib/gstaasink.c:
14663         * ext/cairo/gstcairo.c:
14664         * ext/dv/gstdv.c:
14665         * ext/esd/gstesd.c:
14666         * ext/flac/gstflac.c:
14667         * ext/gconf/gstgconfelements.c:
14668         * ext/gdk_pixbuf/gstgdkpixbuf.c:
14669         * ext/jpeg/gstjpeg.c:
14670         * ext/ladspa/gstladspa.c:
14671         * ext/libcaca/gstcacasink.c:
14672         * ext/libmng/gstmng.c:
14673         * ext/libpng/gstpng.c:
14674         * ext/mikmod/gstmikmod.c:
14675         * ext/pango/gsttextoverlay.c:
14676         * ext/pango/gsttimeoverlay.c:
14677         * ext/raw1394/gst1394.c:
14678         * ext/speex/gstspeex.c:
14679         * gst/alpha/Makefile.am:
14680         * gst/alpha/gstalpha.c:
14681         * gst/alpha/gstalphacolor.c:
14682         * gst/auparse/gstauparse.c:
14683         * gst/autodetect/gstautoaudiosink.c:
14684         (gst_auto_audio_sink_factory_filter),
14685         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14686         * gst/autodetect/gstautodetect.c:
14687         * gst/avi/gstavi.c:
14688         * gst/cutter/gstcutter.c:
14689         * gst/debug/efence.c:
14690         * gst/debug/gstdebug.c:
14691         * gst/debug/gstnavigationtest.c:
14692         * gst/effectv/gsteffectv.c:
14693         * gst/flx/gstflxdec.c:
14694         * gst/goom/gstgoom.c:
14695         * gst/interleave/plugin.c:
14696         * gst/law/alaw.c:
14697         * gst/law/mulaw.c:
14698         * gst/level/gstlevel.c:
14699         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14700         * gst/matroska/matroska.c:
14701         * gst/median/gstmedian.c:
14702         * gst/monoscope/gstmonoscope.c:
14703         * gst/multipart/multipart.c:
14704         * gst/oldcore/gstelements.c:
14705         * gst/rtp/gstrtp.c:
14706         * gst/rtsp/gstrtsp.c:
14707         * gst/smoothwave/gstsmoothwave.c:
14708         * gst/smpte/gstsmpte.c:
14709         * gst/udp/gstudp.c:
14710         * gst/videobox/gstvideobox.c:
14711         * gst/videofilter/gstgamma.c:
14712         * gst/videofilter/gstvideobalance.c:
14713         * gst/videofilter/gstvideoflip.c:
14714         * gst/videofilter/gstvideotemplate.c:
14715         * gst/videomixer/videomixer.c:
14716         * gst/wavenc/gstwavenc.c:
14717         * gst/wavparse/gstwavparse.c:
14718         * sys/oss/gstossaudio.c:
14719         * sys/osxaudio/gstosxaudio.c:
14720           update GST_PLUGIN_DEFINE
14721         * gst/rtp/Makefile.am:
14722         * gst/rtp/gstasteriskh263.c:
14723           check for htons/htonl headers and possibly link to winsock2 lib
14724
14725 2005-11-12  Edward Hervey  <edward@fluendo.com>
14726
14727         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
14728         Only GST_DEBUG() information on the valid components.
14729
14730 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14731
14732         * configure.ac: back to HEAD
14733
14734 === release 0.9.5 ===
14735
14736 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
14737
14738         * configure.ac:
14739           releasing 0.9.5, "Phone Alarm"
14740
14741 2005-11-11  Edward Hervey  <edward@fluendo.com>
14742
14743         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14744         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
14745         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
14746         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14747         (gst_avi_demux_loop):
14748         * gst/avi/gstavidemux.h:
14749         Yeah, implement proper seeking. Exact seeking and segment seeking.
14750         Still need to do some checks for segment_stop.
14751
14752 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14753
14754         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14755
14756         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14757           Don't try to ready buffer duration from buffer that we don't
14758           own any  longer and that might already have been unreffed.
14759           (#321136)
14760
14761 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
14762
14763         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
14764         (flx_decode_delta_flc), (gst_flxdec_chain):
14765         Attempting to optimize the code for embedded systems.
14766
14767 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
14768
14769         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14770
14771         * sys/oss/gstosssink.c: (gst_oss_sink_close):
14772           Don't re-use already closed file descriptor. (#320920)
14773
14774 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14775
14776         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
14777         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
14778         (gst_oss_sink_prepare):
14779         * sys/oss/gstosssink.h:
14780           Cache probed caps; fix debug output for SET_PARAM macros.
14781
14782 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14783
14784         * ext/cairo/Makefile.am:
14785         * ext/cairo/gstcairo.c: (plugin_init):
14786         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14787         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14788         (gst_text_overlay_init), (gst_text_overlay_font_init),
14789         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14790         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14791         (gst_text_overlay_text_pad_linked),
14792         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14793         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14794         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14795         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14796         (gst_text_overlay_change_state):
14797         * ext/cairo/gsttextoverlay.h:
14798           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
14799           property and redo positioning. Doesn't handle upstream renegotiation
14800           yet though.
14801
14802 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14803
14804         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14805         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14806         (gst_avi_demux_loop):
14807           No need to take the STREAM_LOCK in the loop function. Improve
14808           some debug messages. Don't leak pad names in debug messages.
14809
14810 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14811
14812         * gst/matroska/matroska-demux.c:
14813         (gst_matroska_demux_push_vorbis_codec_priv_data),
14814         (gst_matroska_demux_add_wvpk_header):
14815           Don't error out when the source pad isn't linked.
14816
14817 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
14818
14819         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
14820         (gst_gconf_audio_sink_change_state):
14821         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
14822         (gst_gconf_video_sink_change_state):
14823           Fix state change functions here as well and set kid
14824           to NULL state before removing it.
14825
14826 2005-11-01  Edward Hervey  <edward@fluendo.com>
14827
14828         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
14829         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
14830         Added proper event handlind, 
14831         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
14832         ignored),
14833         and don't set a duration of 0 for buffers otherwise they are discarded
14834         by GstBaseSink.
14835
14836         GstWavEnc needs some serious loving, after going through the code I'm
14837         really wondering how this can stay in -good ...
14838
14839 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14840
14841         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
14842         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
14843         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
14844         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
14845         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
14846         (gst_matroska_mux_collected):
14847           Fix leaks and invalid memory access as reported by valgrind
14848
14849 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14850
14851         Patch by: Michal Benes <michal.benes@xeris.cz>
14852
14853         * check/Makefile.am:
14854         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14855         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
14856         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
14857           add a unit test for matroskamux
14858           fix the bugs that the unit test exposed
14859
14860 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
14861
14862         * gst/autodetect/gstautoaudiosink.c:
14863         (gst_auto_audio_sink_class_init),
14864         (gst_auto_audio_sink_change_state):
14865         * gst/autodetect/gstautovideosink.c:
14866         (gst_auto_video_sink_class_init),
14867         (gst_auto_video_sink_change_state):
14868           Fix state change function and use GST_DEBUG_FUNCPTR in
14869           class_init.
14870
14871 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14872
14873         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14874
14875         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
14876         (gst_ebml_write_reset), (gst_ebml_write_element_new):
14877         * gst/matroska/ebml-write.h:
14878         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14879           Set timestamps on outgoing ebml headers as well, so that the
14880           element after matroskamux can get the timestamp already when
14881           reading the first ebml element and doesn't have to wait for
14882           the actual data buffer for that (#320308).
14883           
14884 2005-10-31  Andy Wingo  <wingo@pobox.com>
14885
14886         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
14887         (gst_videomixer_pad_link): Kill some memleaks.
14888         (gst_videomixer_pad_get_property): Style fix.
14889         (gst_videomixer_pad_set_property): Style fix.
14890         (gst_videomixer_pad_init): Style fix.
14891         (gst_videomixer_update_queues): Kill memleak.
14892         (gst_videomixer_loop): Kill memleak.
14893         (gst_videomixer_collected): Kill memleak.
14894
14895 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
14896
14897         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
14898         gst_auparse_change_state:
14899         Just some cleanup.
14900
14901 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
14902
14903         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
14904         Add checks to GST_FLOW_NOT_LINKED for values returned
14905         from gst_pad_push.
14906         
14907 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14908
14909         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
14910         (gst_rtpg711dec_process):
14911         * gst/rtp/gstrtpgsmenc.c:
14912         Payloader now sets some default caps on the srcpad if caps on the sinkpad
14913         are never set. This is important for the g711 to work with burger's rtpbin
14914         element.
14915
14916 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
14917
14918         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
14919         (gst_speexenc_push_buffer):
14920         Add checks for return values from gst_pad_push and
14921         gst_pad_alloc_buffer.
14922
14923 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
14924
14925         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14926
14927         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
14928         (gst_matroska_demux_parse_info),
14929         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14930         (gst_matroska_demux_parse_cluster):
14931         * gst/matroska/matroska-ids.h:
14932         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
14933         (gst_matroska_mux_init), (gst_matroska_mux_start),
14934         (gst_matroska_mux_create_buffer_header),
14935         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
14936         (gst_matroska_mux_get_property):
14937         * gst/matroska/matroska-mux.h:
14938           Add SimpleBlock support to matroska demuxer and muxer (part of
14939           Matroska v2). (#319731)
14940
14941 2005-10-28  Wim Taymans  <wim@fluendo.com>
14942
14943         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
14944         (gst_jpeg_dec_change_state):
14945         * ext/jpeg/gstjpegdec.h:
14946         Cleanups. Don't create caps for every chain.
14947
14948 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
14949
14950         * gst/law/alaw-encode.c: (gst_alawenc_init),
14951         (alawenc_setcaps), (gst_alawenc_chain)
14952         * gst/law/alaw-encode.h:
14953         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
14954         (mulawenc_setcaps), (gst_mulawenc_chain)
14955         * gst/law/mulaw-encode.h:
14956         Set timestamp on buffer and it allows RTP G711 elements
14957         work properly.
14958
14959 2005-10-27  Wim Taymans  <wim@fluendo.com>
14960
14961         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
14962         Set correct format on oss instead of a silly value. 
14963
14964 2005-10-27  Julien MOUTTE  <julien@moutte.net>
14965
14966         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14967         (gst_video_box_transform_caps), (gst_video_box_set_caps),
14968         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
14969         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
14970         I420 rendering as well, doesn't bring much for my platform.
14971         Might help on some other platforms.
14972
14973 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
14974
14975         * gst/rtp/gstrtpgsmenc.c:
14976         * gst/rtp/gstrtpgsmparse.c:
14977         Declaring the padtemplate correctly.
14978
14979 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14980
14981         * gst/rtp/gstrtpg711dec.c:
14982         * gst/rtp/gstrtpg711enc.c:
14983         * gst/rtp/gstrtpgsmenc.c:
14984         * gst/rtp/gstrtpgsmparse.c:
14985         Setting the proper copyright notice.
14986
14987 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14988
14989         * gst/videobox/Makefile.am: Use liboil.
14990         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14991         (gst_video_box_set_property), (gst_video_box_transform_caps),
14992         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
14993         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
14994         using liboil. Will dot the same to I420 border generation
14995         tomorrow.
14996
14997 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14998
14999         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
15000         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
15001         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
15002         * gst/rtp/gstrtpg711dec.h:
15003         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
15004         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
15005         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
15006         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
15007         (gst_rtpgsmenc_handle_buffer):
15008         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
15009         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
15010         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
15011         * gst/rtp/gstrtpgsmparse.h:
15012         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
15013         inherits from the basertpdepayloader.
15014
15015 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15016
15017         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15018         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
15019         (gst_video_box_ayuv): Removing this forgotten debug.
15020
15021 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15022
15023         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15024         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
15025         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
15026
15027 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
15028
15029         * sys/oss/gstossaudio.c:
15030         * sys/oss/gstossdmabuffer.c:
15031         * sys/oss/gstosshelper.c:
15032         * sys/oss/gstossmixer.c:
15033         * sys/oss/gstossmixerelement.c:
15034         * sys/oss/gstossmixertrack.c:
15035         * sys/oss/gstosssink.c:
15036         * sys/oss/gstosssrc.c:
15037           Actually use the 'oss' debug category we register.
15038
15039 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15040
15041         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
15042         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
15043         Use gst_pad_get_parent and drop the ref that was added through
15044         that call.
15045
15046 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15047
15048         * gst/rtp/gstrtpgsmenc.c:
15049           Fix compilation
15050
15051 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15052
15053         * gst/rtp/gstrtpg711dec.c
15054         Just removed a couple of lines of weird code used during
15055         development/test time.
15056
15057 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15058
15059         * gst/rtp/Makefile.am
15060         * gst/rtp/gstrtp.c
15061         * gst/rtp/gstrtpg711enc.c
15062         * gst/rtp/gstrtpg711enc.h
15063         * gst/rtp/gstrtpg711dec.c
15064         * gst/rtp/gstrtpg711dec.h
15065         Created G711 payloader and depayloader (it supports mulaw and alaw
15066         (dec)encoders)
15067
15068 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15069
15070         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15071         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15072         Doh ! I introduced wingo's bug again ! Sorry...
15073
15074 2005-10-25  Christian Schaller <christian@fluendo.com> 
15075
15076         * gst/rtp/Makefile.am: add missing header files for disting
15077
15078 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
15079
15080         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15081         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
15082         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
15083         (gst_rtpgsmenc_handle_buffer):
15084         * gst/rtp/gstrtpgsmenc.h:
15085         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
15086         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
15087         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
15088         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
15089         * gst/rtp/gstrtpgsmparse.h:
15090         Getting the GSM (de)payloader working and compatible with our plans for RTP.
15091
15092 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15093
15094         * ext/libpng/gstpngdec.c: (user_info_callback),
15095         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
15096         a newsegment event, move some redundant code in a single place.
15097
15098 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15099
15100         * ext/libpng/gstpngdec.c: (user_info_callback),
15101         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
15102         hack to get correct colors order when we have a png image with
15103         alpha channel.
15104
15105 2005-10-24  Edward Hervey  <edward@fluendo.com>
15106
15107         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
15108         Call gst_element_no_more_pads when there will be no more pads.
15109
15110 2005-10-24  Wim Taymans  <wim@fluendo.com>
15111
15112         * gst/rtp/Makefile.am:
15113         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
15114         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
15115         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
15116         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
15117         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
15118         (gst_asteriskh263_plugin_init):
15119         * gst/rtp/gstasteriskh263.h:
15120         * gst/rtp/gstrtp.c: (plugin_init):
15121         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
15122         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
15123         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
15124         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
15125         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
15126         (gst_rtph263enc_plugin_init):
15127         * gst/rtp/gstrtph263enc.h:
15128         Added two new payloaders, an RFC 2190 payloader for h263 and
15129         a payload convertor for an asterisk server.
15130
15131 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15132
15133         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15134           Set bytes_per_sample correctly (is not always 4, but 
15135           depends on width and number of channels).
15136
15137 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15138
15139         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
15140         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
15141         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
15142         (gst_flacenc_sink_event), (gst_flacenc_chain),
15143         (gst_flacenc_set_property), (gst_flacenc_get_property),
15144         (gst_flacenc_change_state):
15145         * ext/flac/gstflacenc.h:
15146           Fix seeking, so that flacenc can rewrite the header with the
15147           correct duration and amount of samples and all that at EOS;
15148           also set timestamps and granulepos on outgoing buffers; add
15149           debug category; fix state change function.
15150           
15151 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15152
15153         * gst/videomixer/videomixer.c: Don't restrict video geometry
15154         from 16 to 4096.
15155
15156 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15157
15158         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15159         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15160         Fix caps negotiation correctly, add debugging category.
15161
15162 2005-10-24  Christian Schaller  <christian@fluendo.com>
15163
15164         * configure.ac: Port over Thomas's change from base listing all plugins
15165
15166 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15167
15168         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
15169         a sink pad.
15170
15171 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15172
15173         * configure.ac:
15174         * docs/upload.mak:
15175           back to HEAD
15176
15177 === release 0.9.4 ===
15178
15179 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15180
15181         * configure.ac:
15182           Releasing 0.9.4, "Dromiceiomimus"
15183
15184 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
15185
15186         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
15187         (gst_speexenc_src_query):
15188           Add position and duration query, fix query type function.
15189           
15190         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15191         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15192           Let's not set non-fixed caps on source pads.
15193
15194 2005-10-21  Wim Taymans  <wim@fluendo.com>
15195
15196         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15197         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
15198         (gst_avi_demux_handle_seek):
15199         Set correct stream_time in newsegment event.
15200         avi can also handle a duration query now.
15201
15202 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
15203
15204         * gst/matroska/matroska-demux.c:
15205         (gst_matroska_demux_handle_src_query),
15206         (gst_matroska_demux_handle_seek_event),
15207         (gst_matroska_demux_loop_stream_parse_id):
15208           Fix duration query; fix basetime in newsegment event after
15209           seek; fix duration in initial newsegment event.
15210
15211         * gst/matroska/matroska-mux.c:
15212         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
15213           Extract number of channels and samplerate from vorbis headers;
15214           add some debug messages when querying the durations of the
15215           input streams.
15216
15217 2005-10-20  Wim Taymans  <wim@fluendo.com>
15218
15219         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15220         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15221         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15222         Set stream time correctly in newsegment.
15223
15224 2005-10-20  Wim Taymans  <wim@fluendo.com>
15225
15226         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15227         Correctly fill in the stream time.
15228
15229 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15230
15231         * check/elements/level.c: (GST_START_TEST):
15232         * gst/level/gstlevel.c: (gst_level_message_new):
15233         * gst/level/level-example.c: (message_handler):
15234           use ELEMENT messages instead
15235
15236 2005-10-19  Wim Taymans  <wim@fluendo.com>
15237
15238         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
15239         (gst_dvdemux_src_query):
15240         * ext/flac/gstflacdec.c: (gst_flacdec_length),
15241         (gst_flacdec_src_query):
15242         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
15243         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
15244         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
15245         * gst/debug/gstnavseek.c: (gst_navseek_seek):
15246         * gst/debug/progressreport.c: (gst_progress_report_report):
15247         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
15248         * gst/matroska/matroska-demux.c:
15249         (gst_matroska_demux_handle_src_query):
15250         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
15251         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15252         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15253         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15254         (gst_wavparse_srcpad_event):
15255         API change fix.
15256
15257 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
15258
15259         * gst/goom/filters.c:
15260         * gst/goom/graphic.h:
15261         * gst/goom/lines.c:
15262           Make inline functions either 'static inline' or 'extern inline',
15263           otherwise the Forte compiler apparently won't inline them (#317300).
15264
15265 2005-10-19  Julien MOUTTE  <julien@moutte.net>
15266
15267         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15268         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
15269         (user_info_callback), (user_endrow_callback), (user_end_callback),
15270         (user_read_data), (gst_pngdec_caps_create_and_set),
15271         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
15272         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
15273         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
15274         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
15275         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
15276         very nice and handle push/pull based model. if you have filesrc
15277         connected to it, it will do random access to load the png file.
15278         If you have a network source that can't do _getrange, it does 
15279         progressive loading through the chain function.
15280         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15281         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
15282         thanks to Master Wim Taymans ;-)
15283
15284 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
15285
15286         * gst/matroska/Makefile.am:
15287         * gst/matroska/ebml-read.c:
15288         * gst/matroska/ebml-read.h:
15289         * gst/matroska/matroska-demux.c:
15290         * gst/matroska/matroska-demux.h:
15291         * gst/matroska/matroska.c: (plugin_init):
15292           Ported matroska demuxer to 0.9.
15293
15294 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
15295
15296         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15297
15298         * gst/matroska/matroska-mux.c:
15299         (gst_matroska_mux_video_pad_setcaps),
15300         (gst_matroska_mux_audio_pad_setcaps):
15301           Fix mpeg4 input handling (#318847); also, while we're at it,
15302           fix media type for Motion-JPEG: should be image/jpeg.
15303
15304 2005-10-18  Wim Taymans  <wim@fluendo.com>
15305
15306         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15307         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15308         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15309         Fix for segment-start/stop API change.
15310
15311 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15312
15313         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15314         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
15315         way.
15316
15317 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15318
15319         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15320         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
15321         output declared in transform_caps.
15322
15323 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15324
15325         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
15326
15327 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15328
15329         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15330         (gst_video_box_get_unit_size): Fix wrong size calculations and
15331         implement get_unit_size correctly.
15332
15333 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15334
15335         * configure.ac:
15336           Enable flx plugin.
15337
15338         * gst/flx/gstflxdec.c: (flx_decode_chunks):
15339           Fix gcc4 signedness issue.
15340
15341 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15342
15343         * configure.ac: Adding videomixer.
15344         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15345         (user_read_data), (gst_pngdec_chain): More debugging.
15346         * gst/alpha/Makefile.am: Adding alphacolor
15347         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
15348         (gst_alpha_color_class_init), (gst_alpha_color_init),
15349         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
15350         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
15351         (plugin_init): Ported to 0.9 using in place base tranform.
15352         * gst/videomixer/Makefile.am:
15353         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15354         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
15355         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
15356         (gst_videomixer_pad_init), (gst_videomixer_class_init),
15357         (gst_videomixer_init), (gst_videomixer_getcaps),
15358         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
15359         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15360         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
15361         to 0.9 using collectpads.
15362
15363 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
15364
15365         * configure.ac:
15366         * gst/flx/Makefile.am:
15367         * gst/flx/gstflxdec.c: (gst_flxdec_init),
15368         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
15369         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
15370         * gst/flx/gstflxdec.h:
15371         flx plugin ported to 0.9
15372
15373 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15374
15375         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
15376           use new gst_version_string()
15377
15378 2005-10-16  Andy Wingo  <wingo@pobox.com>
15379
15380         * configure.ac: GLIB_CHECK.
15381
15382 2005-10-15  Julien MOUTTE  <julien@moutte.net>
15383
15384         * ext/libpng/Makefile.am:
15385         * ext/libpng/gstpng.c: (plugin_init):
15386         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15387         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
15388         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
15389
15390 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
15391
15392         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15393
15394         * configure.ac:
15395         * gst/matroska/Makefile.am:
15396         * gst/matroska/ebml-ids.h:
15397         * gst/matroska/ebml-write.c:
15398         * gst/matroska/ebml-write.h:
15399         * gst/matroska/matroska-ids.h:
15400         * gst/matroska/matroska-mux.c:
15401         * gst/matroska/matroska-mux.h:
15402         * gst/matroska/matroska.c: (plugin_init):
15403           Port matroska muxer to 0.9 (#318847).
15404
15405 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
15406
15407         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
15408         (comment_init), (comment_add):
15409           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
15410           use GST_READ_UINT32_LE() and friends rather than the private
15411           implementation of those same macros.
15412
15413 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
15414
15415         * examples/stats/mp2ogg.c:
15416           more typo fixes
15417
15418 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
15419
15420         * examples/indexing/indexmpeg.c: (main):
15421         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
15422         (gst_esdmon_close_audio), (gst_esdmon_change_state):
15423         * ext/esd/esdmon.h:
15424         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
15425         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
15426         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15427         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15428         * gst/avi/gstavimux.c: (gst_avimux_init):
15429         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
15430         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
15431         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
15432         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
15433         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
15434         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
15435         * gst/oldcore/gstmultifilesrc.h:
15436         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
15437         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
15438         (gst_pipefilter_change_state):
15439         * gst/oldcore/gstpipefilter.h:
15440         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
15441         * gst/videomixer/videomixer.c: (gst_videomixer_init):
15442         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
15443         * sys/osxaudio/gstosxaudiosink.h:
15444         * sys/osxaudio/gstosxaudiosrc.h:
15445           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
15446           moved bitshift from macro to enum definition
15447
15448 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15449
15450         * ext/Makefile.am:
15451         * ext/cairo/Makefile.am:
15452         * ext/cairo/gstcairo.c: (plugin_init):
15453         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
15454         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
15455         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
15456         * ext/cairo/gsttimeoverlay.h:
15457           update of cairo-based timeoverlay to 1.0 Cairo API
15458           doesn't work yet for resizing of output sink
15459
15460 2005-10-11  Wim Taymans  <wim@fluendo.com>
15461
15462         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
15463         newsegment API fix.
15464
15465 2005-10-11  Wim Taymans  <wim@fluendo.com>
15466
15467         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
15468         (gst_dvdemux_demux_frame):
15469         * ext/flac/gstflacdec.c: (gst_flacdec_write):
15470         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15471         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
15472         (gst_avi_demux_handle_seek):
15473         * gst/goom/gstgoom.c: (gst_goom_event):
15474         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
15475         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15476         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15477         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15478         (gst_wavparse_srcpad_event):
15479         newsegment API update.
15480
15481 2005-10-11  Andy Wingo  <wingo@pobox.com>
15482
15483         * ext/speex/gstspeexenc.c: Signedness cleanups.
15484
15485 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
15486
15487         * PORTED_09:
15488         * ext/speex/Makefile.am:
15489         * ext/speex/gstspeex.c:
15490         * ext/speex/gstspeexenc.c:
15491         Speexenc ported to 0.9
15492
15493 2005-10-10  Wim Taymans  <wim@fluendo.com>
15494
15495         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
15496         (gst_oss_sink_init), (gst_oss_sink_set_property),
15497         (gst_oss_sink_get_property), (gst_oss_sink_open),
15498         (gst_oss_sink_prepare), (gst_oss_sink_reset):
15499         * sys/oss/gstosssink.h:
15500         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
15501         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
15502         (gst_oss_src_prepare):
15503         Cleanups, make device configurable in the sink, handle and report
15504         errors.
15505
15506 2005-10-10  Wim Taymans  <wim@fluendo.com>
15507
15508         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
15509         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
15510         Make sure element is NULL before removing from the bin.
15511
15512 2005-10-07  Andy Wingo  <wingo@pobox.com>
15513
15514         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
15515         block forever in a read().
15516         (gst_dv1394src_bus_reset): Post a message when the cable is
15517         unplugged.
15518         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
15519         (gst_dv1394src_bus_reset): Don't unref the message.
15520
15521         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
15522         hacking. The only change should be that the state change stuff was
15523         put into basesrc's start() and stop() routines, which coalesces
15524         some steps.
15525
15526 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15527
15528         * configure.ac:
15529           Add check for mmap
15530           
15531         * gst/debug/Makefile.am:
15532           Only compile efence plugin on systems that have mmap.
15533
15534 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15535
15536         * gst/debug/Makefile.am:
15537         * gst/debug/breakmydata.c:
15538         * gst/debug/gstdebug.c:
15539         * gst/debug/gstnavigationtest.c:
15540         * gst/debug/gstnavseek.c: 
15541         * gst/debug/gstnavseek.h:
15542         * gst/debug/progressreport.c: 
15543         * gst/debug/testplugin.c:
15544           Port progressreport, navseek, navigationtest, testsink and
15545           breakmydata.
15546
15547 2005-10-05  Edward Hervey  <edward@fluendo.com>
15548
15549         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
15550         (gst_dvdemux_src_query):
15551         Fixes for better conversion
15552
15553 2005-10-04  Michael Smith <msmith@fluendo.com>
15554
15555         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
15556         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15557         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
15558         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
15559           Set state of elements to NULL before removing from bins.
15560           Set state of test element to NULL if we failed to move it to READY
15561
15562 2005-10-04  Edward Hervey  <edward@fluendo.com>
15563
15564         * ext/dv/Makefile.am:
15565         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
15566         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
15567         Corrected the query function for position so it doesn't forget what
15568         format was asked, and calls the conversion functions on the correct pad.
15569
15570 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15571
15572         * configure.ac:
15573           back to development
15574
15575 === release 0.9.3 ===
15576
15577 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15578
15579         * configure.ac:
15580           Releasing 0.9.3, "Aramis"
15581
15582 2005-10-03  Andy Wingo  <wingo@pobox.com>
15583
15584         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
15585         error returns.
15586
15587 2005-10-02  Andy Wingo  <wingo@pobox.com>
15588
15589         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
15590
15591         * ext/flac/gstflacenc.c: Ported to 0.9.
15592
15593         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
15594
15595         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
15596         and link to gsttagedit. Enable flacenc.
15597
15598         * ext/flac/gstflacdec.c: Re-enable tag reading.
15599
15600 2005-09-30  Wim Taymans  <wim@fluendo.com>
15601
15602         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15603         * gst/rtp/gstrtpgsmparse.c:
15604         * gst/rtp/gstrtph263penc.c:
15605         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15606         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15607         (gst_rtpmp4venc_set_property):
15608         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15609         Various class and caps fixes from Andre Magalhaes (andrunko)
15610
15611 2005-09-29  Wim Taymans  <wim@fluendo.com>
15612
15613         * gst/level/level-example.c: (main):
15614         Update for new bus API.
15615
15616 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15617
15618         * configure.ac:
15619           Fix unexpanded autoconf macro GST_DOC, which has been renamed
15620           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
15621
15622 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
15623
15624         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
15625           Fix playback of mono streams (bytes_per_sample should be set
15626           from the sample width and the number of channels negotiated,
15627           and not just be set to 4) (#317338)
15628
15629 2005-09-26  Wim Taymans  <wim@fluendo.com>
15630
15631         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
15632         (gst_rtpmpaenc_handle_buffer):
15633         Set buffer duration correctly.
15634
15635 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
15636
15637         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
15638         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
15639         (gst_avi_demux_change_state):
15640           Don't crash when encountering a stream with an unknown fourcc or
15641           codec id. Instead, create a pad of type video/x-avi-unknown or
15642           audio/x-avi-unknown, which as a side-effect also results in less
15643           confusing error messages in players ('no decoder' vs. 'no streams');
15644           minor fixes to state change function and class_init function.
15645
15646 2005-09-24  Wim Taymans  <wim@fluendo.com>
15647
15648         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15649         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15650         These are sinks.
15651
15652 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15653
15654         * check/elements/level.c: (GST_START_TEST):
15655           fix test for new GstClockTime use
15656         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
15657         (gst_level_transform_ip):
15658         * gst/level/gstlevel.h:
15659           fix up the decay peak, ensuring the decay peak is never lower
15660           than the peak for that interval
15661
15662 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15663
15664         * docs/plugins/gst-plugins-good-plugins.args:
15665         * docs/plugins/inspect/plugin-alpha.xml:
15666         * docs/plugins/inspect/plugin-rtp.xml:
15667         * gst/level/gstlevel.c: (gst_level_set_caps),
15668         (gst_level_transform_ip):
15669           updating docs
15670
15671 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15672
15673         * Makefile.am:
15674         * check/elements/level.c: (GST_START_TEST):
15675         * gst/level/Makefile.am:
15676         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
15677         (gst_level_set_property), (gst_level_get_property),
15678         (gst_level_set_caps), (gst_level_message_new),
15679         (gst_level_transform_ip):
15680         * gst/level/gstlevel.h:
15681         * gst/level/level-example.c: (message_handler), (main):
15682           convert to using GstClockTime for all time values, finally.
15683
15684 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15685
15686         * gst/auparse/Makefile.am:
15687         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15688           fix up build
15689         * configure.ac:
15690         * ext/cairo/Makefile.am:
15691         * ext/dv/Makefile.am:
15692         * ext/esd/Makefile.am:
15693         * ext/flac/Makefile.am:
15694         * ext/gconf/Makefile.am:
15695         * ext/gdk_pixbuf/Makefile.am:
15696         * ext/jpeg/Makefile.am:
15697         * ext/ladspa/Makefile.am:
15698         * ext/libcaca/Makefile.am:
15699         * ext/libmng/Makefile.am:
15700         * ext/libpng/Makefile.am:
15701         * ext/mikmod/Makefile.am:
15702         * ext/pango/Makefile.am:
15703         * ext/raw1394/Makefile.am:
15704         * ext/shout2/Makefile.am:
15705         * ext/speex/Makefile.am:
15706         * gst/alpha/Makefile.am:
15707         * gst/autodetect/Makefile.am:
15708         * gst/avi/Makefile.am:
15709         * gst/cutter/Makefile.am:
15710         * gst/debug/Makefile.am:
15711         * gst/effectv/Makefile.am:
15712         * gst/flx/Makefile.am:
15713         * gst/goom/Makefile.am:
15714         * gst/interleave/Makefile.am:
15715         * gst/law/Makefile.am:
15716         * gst/matroska/Makefile.am:
15717         * gst/median/Makefile.am:
15718         * gst/monoscope/Makefile.am:
15719         * gst/multipart/Makefile.am:
15720         * gst/oldcore/Makefile.am:
15721         * gst/rtp/Makefile.am:
15722         * gst/rtsp/Makefile.am:
15723         * gst/smoothwave/Makefile.am:
15724         * gst/smpte/Makefile.am:
15725         * gst/videobox/Makefile.am:
15726         * gst/videofilter/Makefile.am:
15727         * gst/videomixer/Makefile.am:
15728         * gst/wavenc/Makefile.am:
15729         * gst/wavparse/Makefile.am:
15730         * sys/oss/Makefile.am:
15731         * sys/osxaudio/Makefile.am:
15732         * sys/osxvideo/Makefile.am:
15733           fix up GST_LIBS use
15734
15735 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15736
15737         * gst/auparse/Makefile.am:
15738         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15739           fix build of auparse
15740
15741 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
15742
15743         * configure.ac:
15744         * PORTED_09:
15745         * gst/auparse/gstauparse.c:
15746         * gst/auparse/gstauparse.h:
15747         Auparse ported to 0.9.
15748
15749 2005-09-22  Wim Taymans  <wim@fluendo.com>
15750
15751         * gst/rtp/TODO:
15752         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
15753         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15754         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15755         (gst_rtpmp4venc_set_property):
15756         * gst/rtp/gstrtpmp4venc.h:
15757         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15758         * gst/rtp/gstrtpmpaenc.h:
15759         Use is_filled to both check MTU and max-ptime of base class.
15760
15761 2005-09-22  Wim Taymans  <wim@fluendo.com>
15762
15763         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15764         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15765         (gst_rtpmp4venc_set_property):
15766         Don't fragment packets with multiple frames.
15767
15768 2005-09-22  Wim Taymans  <wim@fluendo.com>
15769
15770         * gst/rtp/TODO:
15771         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15772         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15773         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
15774         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
15775         (gst_rtpmp4venc_get_property):
15776         * gst/rtp/gstrtpmp4venc.h:
15777         Remove g_print.
15778         Update TODO
15779         Make payload encoder a bit smarter and more correct with
15780         timestamps.
15781         Added option in payloader to include config string in-band.
15782
15783 2005-09-21  Wim Taymans  <wim@fluendo.com>
15784
15785         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15786         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15787         (gst_rtspsrc_send):
15788         Strip spaces for key/value pairs.
15789
15790 2005-09-21  Wim Taymans  <wim@fluendo.com>
15791
15792         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15793         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15794         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
15795         (gst_rtspsrc_change_state):
15796         More SDP parsing and caps setting.
15797         Do NO_PREROLL differently.
15798         add pads only after negotiated.
15799
15800         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
15801         (gst_udpsrc_getcaps):
15802         Implement the getcaps function.
15803
15804 2005-09-21  Wim Taymans  <wim@fluendo.com>
15805
15806         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
15807         (gst_rtpamrdec_chain):
15808         Handle multiple AMr packets per payload. Handle CRC and
15809         parse ILL/ILP.
15810
15811         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15812         Make caps params strings for easy SDP mapping.
15813         
15814         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
15815         Handle capsnego better.
15816
15817         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15818         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
15819         Generate and parse config string in the caps.
15820
15821 2005-09-21  Wim Taymans  <wim@fluendo.com>
15822
15823         * gst/rtp/README:
15824         Update README
15825
15826         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
15827         Make extra params as strings.
15828
15829         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
15830         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15831         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
15832         Make state change return NO_PREROLL as this is a live
15833         source.
15834
15835         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15836         Don't unref old caps when NULL.
15837
15838 2005-09-20  Wim Taymans  <wim@fluendo.com>
15839
15840         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
15841         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15842         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
15843         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
15844         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
15845         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
15846         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
15847         * gst/rtsp/sdpmessage.h:
15848         Add URI handler.
15849         Parse SDP and create caps.
15850
15851 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
15852
15853         * gst/alpha/gstalpha.c:
15854           fix element description
15855
15856 2005-09-19  Wim Taymans  <wim@fluendo.com>
15857
15858         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
15859         Don't check payload for now.
15860
15861 2005-09-19  Wim Taymans  <wim@fluendo.com>
15862
15863         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
15864         (gst_wavparse_init), (gst_wavparse_parse_file_header),
15865         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
15866         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15867         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15868         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
15869         (gst_wavparse_change_state):
15870         * gst/wavparse/gstwavparse.h:
15871         Fix wavparse some more.
15872
15873 2005-09-19  Wim Taymans  <wim@fluendo.com>
15874
15875         * check/elements/level.c: (GST_START_TEST):
15876         Fix for bus API change.
15877
15878 2005-09-19  Wim Taymans  <wim@fluendo.com>
15879
15880         * gst/level/level-example.c: (main):
15881         Fix for new bus API.
15882
15883         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15884         Set caps on pads.
15885
15886 2005-09-15  Wim Taymans  <wim@fluendo.com>
15887
15888         * gst/rtp/Makefile.am:
15889         * gst/rtp/README:
15890         * gst/rtp/gstrtp.c: (plugin_init):
15891         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
15892         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
15893         (gst_rtpamrdec_change_state):
15894         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
15895         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
15896         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
15897         * gst/rtp/gstrtpamrenc.h:
15898         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15899         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
15900         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
15901         * gst/rtp/gstrtpgsmenc.h:
15902         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
15903         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
15904         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
15905         (gst_rtpgsmparse_change_state):
15906         * gst/rtp/gstrtpgsmparse.h:
15907         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
15908         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
15909         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
15910         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
15911         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
15912         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
15913         * gst/rtp/gstrtph263penc.h:
15914         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
15915         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
15916         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
15917         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
15918         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
15919         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
15920         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
15921         * gst/rtp/gstrtpmp4venc.h:
15922         * gst/rtp/gstrtpmpadec.c:
15923         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
15924         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
15925         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
15926         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
15927         * gst/rtp/gstrtpmpaenc.h:
15928         Updates to payloader/depayloaders, make payloaders use
15929         the base classes.
15930         Updated README with suggested RTP caps and how to convert
15931         to/from SDP.
15932         Added config descriptor in mp4v payloader.
15933
15934 2005-09-15  Andy Wingo  <wingo@pobox.com>
15935
15936         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
15937         * gst/autodetect/gstautovideosink.c
15938         (gst_auto_video_sink_find_best): Update for new registry API.
15939
15940 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15941
15942         * common/c-to-xml.py:
15943         * common/gtk-doc-plugins.mak:
15944           a simple py script to generate valid xml from a C example
15945           probably also need to strip an MIT license when we decide
15946         * docs/plugins/Makefile.am:
15947         * gst/level/Makefile.am:
15948         * gst/level/gstlevel.c: (gst_level_init):
15949         * gst/level/level-example.c: (message_handler), (main):
15950           add an example to level that will show up in the docs
15951         * gst/rtp/TODO:
15952           add a note for the future
15953
15954 2005-09-14  Michael Smith <msmith@fluendo.com>
15955
15956         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
15957           Actually define the debug object being used in wavenc. Fixes #316205
15958
15959 2005-09-14  Michael Smith <msmith@fluendo.com>
15960
15961         * gst/smpte/Makefile.am:
15962           Link against GST_BASE_LIBS, to get it linked against libgstbase;
15963           needed to build on windows (bug 316204)
15964
15965 2005-09-12  Andy Wingo  <wingo@pobox.com>
15966
15967         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
15968
15969 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
15970
15971         * configure.ac:
15972         * gst/fdsrc/Makefile.am:
15973         * gst/fdsrc/gstfdsrc.c:
15974         * gst/fdsrc/gstfdsrc.h:
15975           Move fdsrc back into gstreamer core elements.
15976
15977         * gst/level/gstlevel.c: (gst_level_class_init),
15978         (gst_level_transform_ip):
15979         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
15980           Basetransform changes.
15981
15982 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15983
15984         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
15985         * ext/jpeg/smokecodec.c: (find_best_size):
15986           fix compiler warnings
15987
15988 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15989
15990         * gst-plugins-good.spec.in:
15991           spec file fixes
15992         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
15993         (gst_multiudpsink_render), (gst_multiudpsink_add),
15994         (gst_multiudpsink_clear):
15995           it actually helps to actually stream if we hook up the
15996           "add" signal to an actual implementation
15997         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
15998           some debugging
15999
16000 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
16001
16002         * ext/jpeg/Makefile.am:
16003         * ext/jpeg/gstjpeg.c
16004         * ext/jpeg/gstjpegenc.c:
16005         * ext/jpeg/gstsmokeenc.c:
16006
16007 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
16008
16009         * ext/flac/gstflacdec.c:
16010         * ext/flac/gstflacenc.c:
16011         * ext/flac/gstflactag.c:
16012         * ext/speex/gstspeexenc.c:
16013           gsttaginterface.h -> gsttagsetter.h
16014
16015 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
16016
16017         * configure.ac:
16018         * gst/debug/Makefile.am:
16019         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
16020         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
16021         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
16022         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
16023         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
16024           Port to 0.9 and re-enable efence plugin.
16025
16026 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
16027
16028         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
16029         (gst_flacdec_write), (gst_flacdec_convert_src):
16030         * ext/flac/gstflacdec.h:
16031           Add support for flac files with 24/32 bits per sample; and misc.
16032           minor clean-ups. Seeking is still partly broken (for me at least).
16033
16034 2005-09-06  Wim Taymans  <wim@fluendo.com>
16035
16036         * gst/rtp/Makefile.am:
16037         * gst/rtp/gstrtp.c: (plugin_init):
16038         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
16039         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
16040         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
16041         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
16042         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
16043         (gst_rtpmp4vdec_plugin_init):
16044         * gst/rtp/gstrtpmp4vdec.h:
16045         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
16046         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
16047         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
16048         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
16049         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
16050         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
16051         * gst/rtp/gstrtpmp4venc.h:
16052         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
16053         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
16054         Added mpeg4 video payload encoder/decoder.
16055         Added some docs in mpa payloader.
16056
16057 === release 0.9.1 ===
16058
16059 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16060
16061         * NEWS:
16062         * README:
16063         * RELEASE:
16064         * autogen.sh:
16065         * configure.ac:
16066           releasing 0.9.1, "Blondie"
16067
16068 2005-09-05  Andy Wingo  <wingo@pobox.com>
16069
16070         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
16071         here from the state change handler, so we fire signals without
16072         holding the state lock.
16073
16074 2005-09-02  Andy Wingo  <wingo@pobox.com>
16075
16076         * All plugins updated for element state changes.
16077
16078 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16079
16080         * Makefile.am:
16081         * check/.cvsignore:
16082         * check/Makefile.am:
16083         * check/elements/.cvsignore:
16084         * check/elements/level.c: (setup_level), (cleanup_level),
16085         (GST_START_TEST), (level_suite), (main):
16086           add a test for level
16087         * common/release.mak:
16088           move the enum checking to release.mak
16089         * configure.ac:
16090           add valgrind and check checking
16091         * gst/level/gstlevel.c: (gst_level_transform):
16092         * gst/level/gstlevel.h:
16093           fix Andy's cast bug
16094           convert a field to int
16095           fix the arithmetic to int when checking for emit so that a
16096           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
16097
16098 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16099
16100         * Makefile.am:
16101         * configure.ac:
16102           add docs to build
16103         * common/plugins.xsl:
16104           wrap Description into a refsect2
16105         * docs/Makefile.am:
16106         * docs/plugins/Makefile.am:
16107         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16108         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16109         * gst/goom/Makefile.am:
16110         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
16111         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
16112         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
16113         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
16114         (gst_goom_change_state):
16115         * gst/goom/gstgoom.h:
16116           GstGOOM -> GstGoom
16117           add an example launch line
16118         * gst/level/gstlevel.h:
16119         * gst/monoscope/gstmonoscope.c:
16120           cleanups
16121
16122 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16123
16124         * configure.ac:
16125         * docs/plugins/Makefile.am:
16126         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16127         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16128         * docs/plugins/gst-plugins-good-plugins.types:
16129           document elements and plugins.  Shazam !
16130
16131 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16132
16133         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
16134           be found under doc/random/ChangeLog-0.8