configure.ac: Add checks for Flex/Yacc/Bison and other furry animals, for the new...
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-02-23  Bastien Nocera  <hadess@hadess.net>
2
3         * configure.ac: Add checks for Flex/Yacc/Bison and other
4         furry animals, for the new goom 2k4 based plugin
5
6         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
7         CPU optimisations (not working yet), move the old plugin to...
8
9         * gst/goom2k1/*: ... here, in case somebody is sick enough
10
11         Fixes #515073
12
13 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
14
15         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
16         Post the server response code in an error message instead of a generic
17         'error' message. Fixes #517237.
18
19 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
20
21         * tests/check/Makefile.am:
22         Ignore gconfaudiosrc for the states unit test too. It will fallback
23         to alsasrc if the gconf settings can't be read and not everybody has
24         alsa.
25
26 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
27
28         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
29         (gst_wavpack_parse_create_src_pad):
30         * ext/wavpack/gstwavpackparse.h:
31         Always report the duration if we know it in push mode and don't
32         return 0 just to make totem believe we can't seek in push mode.
33         Newer totem version use the SEEKING query which properly reports
34         if we can seek or not.
35
36 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
37
38         Patch by: Jens Granseuer <jensgr at gmx dot net>
39
40         * tests/examples/equalizer/demo.c: (main):
41         C89 fix, moving variable declarations to the beginning of
42         the block. Fixes bug #517933.
43
44 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
45
46         * configure.ac:
47         Back to development...
48
49 === release 0.10.7 ===
50
51 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
52
53         * configure.ac:
54           releasing 0.10.7, "Red Door Black"
55
56 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
57
58         * gst/alpha/Makefile.am:
59         Link alpha plugin with libgstbase. Fixes bug #517386.
60
61 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
62
63         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
64         Init values to -1 instead of the default 0 value.
65         Fixes #516524.
66
67 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
68
69         * tests/examples/spectrum/spectrum-example.c:
70         Add missing include to fix compilation when libxml usage is disabled.
71         Fixes: #516371
72
73 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
74
75         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
76         fixes: #514889
77
78         * gst/rtp/gstrtph264pay.c:
79         * gst/rtp/gstrtpmp4gdepay.c:
80         * gst/rtp/gstrtpmp4gpay.c:
81         * gst/rtp/gstrtpmp4gpay.h:
82         * gst/rtp/gstrtptheorapay.c:
83         * gst/rtp/gstrtpvorbispay.c:
84
85         Fix various leaks shown up in valgrind
86         - free sprops and buffer in error cases in H264 payloader
87         - fix leak in mp4g depayloader when construction the caps
88         - don't leak config string in the mp4g payloader
89         - don't leak buffers and headers in theora and vorbis payloaders
90
91         * tests/check/elements/rtp-payloading.c:
92
93         Fix the RTP data test
94         - Actually send valid amr data to the payloader instead of 20
95         zero-bytes
96         - The mp4g payloader expects codec_data on the caps
97
98 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
99
100         * win32/MANIFEST:
101         Add libgstpng.dsp to MANIFEST.
102         * win32/vs6/libgstaudiofx.dsp:
103         Add new source files to VS project file.
104
105 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
106
107         * sys/ximage/gstximagesrc.c:
108         Initialise variables when opening the X display rather
109         than in _start(), as the display can be opened before that.
110
111         Fixes: #515985
112
113 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
114
115         * sys/directdraw/gstdirectdrawsink.c:
116         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
117         (gst_directdraw_sink_finalize):
118         Properly chain up finalize functions. Fixes bug #515980.
119
120 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
121
122         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
123         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
124         (gst_v4l2_buffer_pool_class_init):
125         Chain up the finalize functions. Fixes bug #515984.
126
127 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
128
129         * sys/ximage/ximageutil.c:
130         Chain up in the finalize function for our custom
131         buffer sub-class.
132         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
133         Fixes: #515706
134
135 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
136
137         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
138         (gst_fenced_buffer_class_init):
139         Properly chain up finalize method. Fixes bug #515979.
140
141 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
142
143         * sys/ximage/gstximagesrc.c:
144         Free allocated Damage memory before closing our connection to the
145         X server. Partially fixes: #515706
146
147 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
148
149         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
150         * tests/check/Makefile.am:
151         * tests/check/gst-plugins-good.supp:
152         Add a few libjpeg suppressions and initialize a variable to
153         make smokeenc valgrind clean. Fixes bug #515701.
154
155 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
156
157         * gst/avi/gstavidemux.c:
158         Revert patch which sends timestamps only on keyframes, as it
159         breaks playback with current gst-ffmpeg.
160
161         Fixes: #515562
162
163 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
164
165         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
166         * tests/check/elements/multifile.c: (GST_START_TEST):
167         Close some memory leaks spotted by the unit test. Fixes bug #515697.
168
169 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
170
171         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
172         Use and unset the GError when pipeline creation fails instead of
173         simply leaking it. Fixes bug #515704.
174
175 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
176
177         * gst/audiofx/audioamplify.c:
178         * gst/audiofx/audiochebband.c:
179         * gst/audiofx/audiocheblimit.c:
180         * gst/audiofx/audiodynamic.c:
181         * gst/audiofx/audioinvert.c:
182         * gst/audiofx/audiopanorama.c:
183         * gst/audiofx/audiowsincband.c:
184         * gst/audiofx/audiowsinclimit.c:
185         Fix long description of audiofx elements. Fixes bug #515457.
186
187 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
188
189         * docs/plugins/Makefile.am:
190         * gst/spectrum/gstspectrum.c:
191         * tests/examples/spectrum/.cvsignore:
192         * tests/examples/spectrum/Makefile.am:
193         * tests/examples/spectrum/spectrum-example.c:
194
195         Add a simple example application for the spectrum element, include it
196         in the docs, and fix some documentation ambiguities.
197
198         Fixes: #348085
199
200 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
201
202         * gst/equalizer/Makefile.am:
203         * gst/spectrum/Makefile.am:
204         Fix includes order
205
206         * tests/check/Makefile.am:
207         Exclude v4l2src from the states test - it takes too long to start.
208
209         * tests/check/elements/spectrum.c:
210         Make the test run properly with CK_FORK=no
211
212 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
213
214         * gst/audiofix/Makefile.am: add missing header files 
215
216 2008-02-08  Julien Moutte  <julien@fluendo.com>
217
218         * gst/matroska/matroska-demux.c:
219         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
220         keyframe and delta units correctly when dealign with a BlockGroup.
221         Fixes: #514397
222
223 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
224
225         * tests/check/elements/.cvsignore:
226         Spell the new tests correctly in .cvsignore
227
228 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
229
230         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
231           Need to use gsize here for the size, fixes compiler warning.
232
233         * tests/examples/equalizer/.cvsignore:
234         * tests/examples/equalizer/Makefile.am:
235         * tests/examples/spectrum/.cvsignore:
236         * tests/examples/spectrum/Makefile.am:
237           Add missing files to fix the build.
238
239 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
240
241         * configure.ac:
242         * docs/plugins/Makefile.am:
243         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
244         * docs/plugins/gst-plugins-good-plugins-sections.txt:
245         * docs/plugins/gst-plugins-good-plugins.args:
246         * docs/plugins/gst-plugins-good-plugins.hierarchy:
247         * docs/plugins/inspect/plugin-multifile.xml:
248         * tests/check/Makefile.am:
249         * tests/check/elements/.cvsignore:
250
251         Move multifile plugin from -bad.
252         Fixes: #490283
253
254 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
255
256         * configure.ac:
257         * docs/plugins/Makefile.am:
258         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
259         * docs/plugins/gst-plugins-good-plugins-sections.txt:
260         * docs/plugins/gst-plugins-good-plugins.args:
261         * docs/plugins/gst-plugins-good-plugins.hierarchy:
262         * docs/plugins/inspect/plugin-spectrum.xml:
263         * gst/spectrum/Makefile.am:
264         * tests/check/Makefile.am:
265         * tests/check/elements/.cvsignore:
266         * tests/examples/Makefile.am:
267
268         Move spectrum plugin from -bad.
269         Move examples into tests/examples/spectrum.
270
271 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
272
273         * configure.ac:
274         * docs/plugins/Makefile.am:
275         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
276         * docs/plugins/gst-plugins-good-plugins-sections.txt:
277         * docs/plugins/gst-plugins-good-plugins.args:
278         * docs/plugins/gst-plugins-good-plugins.hierarchy:
279         * docs/plugins/gst-plugins-good-plugins.interfaces:
280         * docs/plugins/inspect/plugin-equalizer.xml:
281         * gst/equalizer/Makefile.am:
282         * tests/check/Makefile.am:
283         * tests/examples/Makefile.am:
284         Move the equalizer plugin across from -bad
285
286         * tests/check/elements/.cvsignore:
287         Add equalizer, audiosincwband and audiosincwlimit
288
289         * tests/check/elements/equalizer.c:
290         Fix compiler warnings
291
292         Fixes: #415627
293
294 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
295
296         * configure.ac:
297         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
298         are treated like releases and build without it.
299
300 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
301
302         * docs/plugins/Makefile.am:
303         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
304         * docs/plugins/gst-plugins-good-plugins-sections.txt:
305         * docs/plugins/gst-plugins-good-plugins.args:
306         * docs/plugins/inspect/plugin-audiofx.xml:
307         * gst/audiofx/Makefile.am:
308         * gst/audiofx/audiofx.c:
309         * gst/audiofx/audiowsincband.c:
310         * gst/audiofx/audiowsincband.h:
311         * gst/audiofx/audiowsinclimit.c:
312         * gst/audiofx/audiowsinclimit.h:
313         * tests/check/Makefile.am:
314         * tests/check/elements/audiowsincband.c:
315         * tests/check/elements/audiowsinclimit.c:
316
317         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
318         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
319         respectively.
320
321         Fixes: #467666
322
323 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
324
325         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
326         * tests/check/elements/icydemux.c:
327           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
328           caps, and add a somewhat useful debug message. Plus test.
329
330 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
331
332         * gst/rtsp/gstrtspsrc.c:
333         Include unistd.h only if HAVE_UNISTD_H is defined
334         * win32/common/config.h.in:
335         * win32/common/config.h:
336         Define socklen_t as it seems it's not defined in default 
337         Visual Studio headers.
338         * win32/vs6/libgstalpha.dsp:
339         * win32/vs6/libgstapetag.dsp:
340         * win32/vs6/libgstavi.dsp:
341         * win32/vs6/libgstrtp.dsp:
342         * win32/vs6/libgstrtsp.dsp:
343         * win32/vs6/libgstvideomixer.dsp:
344         Update project file dependencies and add new source files       
345
346 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
347
348         Patch by: Bjarne Rosengren <bjarne at axis dot com>
349
350         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
351         Don't leak buffers when we don't push them downstream.
352         Fixes bug #514965.
353
354 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
355
356         * configure.ac:
357           Bump requirements to (good) released versions to avoid
358           confusion and make implicit core requirement explicit.
359
360 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
361
362         * docs/plugins/Makefile.am:
363         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
364         * docs/plugins/gst-plugins-good-plugins-sections.txt:
365         * docs/plugins/gst-plugins-good-plugins.args:
366         * docs/plugins/inspect/plugin-audiofx.xml:
367         * gst/audiofx/Makefile.am:
368         * gst/audiofx/audiochebband.c:
369         * gst/audiofx/audiochebband.h:
370         * gst/audiofx/audiocheblimit.c:
371         * gst/audiofx/audiocheblimit.h:
372         * gst/audiofx/audiochebyshevfreqband.c:
373         * gst/audiofx/audiochebyshevfreqband.h:
374         * gst/audiofx/audiochebyshevfreqlimit.c:
375         * gst/audiofx/audiochebyshevfreqlimit.h:
376         * gst/audiofx/audiofx.c:
377         * tests/check/Makefile.am:
378         * tests/check/elements/.cvsignore:
379         * tests/check/elements/audiochebband.c:
380         * tests/check/elements/audiocheblimit.c:
381         * tests/check/elements/audiochebyshevfreqband.c:
382         * tests/check/elements/audiochebyshevfreqlimit.c:
383
384         Rename audiochebyshevfreqband -> audiochebband and
385         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
386         surgery.
387
388         Closes: #491811
389
390 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
391
392         Patch by: Orjan Friberg <orjanf at axis dot com>
393
394         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
395         Fix caps memory leak. Fixes #514573.
396
397 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
398
399         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
400         If there's no entries in the subindex, don't try to do anything stupid,
401         just return.
402
403 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
404
405         Patch by: John Millikin <jmillikin at gmail dot com>
406
407         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
408           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
409           Fix extraction of picture blocks with newer libflac versions again:
410           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
411
412 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
413
414         * tests/check/Makefile.am:
415           Add rtp-payloading test to VALGRIND_TO_FIX.
416
417         * tests/check/elements/rtp-payloading.c:
418           Add semicolons after GST_TEST_END so gst-indent gets the
419           formatting right; make test less verbose in general, but
420           more verbose in the error case (which should probably
421           make the test fail anyway).
422
423 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
424
425         * docs/plugins/Makefile.am:
426         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
427         * docs/plugins/gst-plugins-good-plugins-sections.txt:
428         * gst/avi/gstavisubtitle.c:
429         Add documentation for avisubtitle and change class to
430         Codec/Parser/Subtitle
431
432 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
433
434         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
435         Treat ENOTTY (driver does not implement ioctl) the same as
436         EINVAL since it implies there are no available standards.
437
438         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
439         (gst_v4l2src_get_nearest_size):
440         Replace gst_v4l2src_get_size_limits with 2 calls to new function
441         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
442         probe if the driver does not support VIDIOC_TRY_FMT for whatever
443         reason, and if we aren't yet actively capturing.
444
445         * sys/v4l2/v4l2src_calls.h:
446         Remove replaced function declaration.
447
448 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
449
450         * configure.ac:
451         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
452         API.
453
454 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
455
456         * configure.ac:
457         Fix typo.
458
459 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
460
461         * gst/alpha/Makefile.am:
462         * gst/alpha/gstalpha.c:
463
464         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
465         some stuff, and making buffer-alloc and resizing work automatically.
466         No longer crashes on odd frame widths and heights, although there
467         seems to be a disagreement with ffmpegcolorspace about what size
468         an AYUV frame with odd height should be.
469
470 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
471
472         Patch by: Alessandro Decina <alessandro at nnva dot org>
473
474         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
475         * ext/libpng/gstpngenc.h:
476         Preallocate the output buffer so that g_memdup() and
477         gst_buffer_merge() aren't needed anymore. This greatly improves
478         performances and fixes #512544.
479
480 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
481
482         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
483         (gst_avi_demux_stream_data):
484         GStreamer timestamps are PTS values while AVI only knows about DTS
485         timestamps. Make sure we only copy the DTS as the buffer timestamp when
486         we are dealing with a key frame.
487
488 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
489
490         * tests/check/Makefile.am:
491         * tests/check/elements/.cvsignore:
492         * tests/check/elements/rtp-payloading.c:
493           Add add testsuite for the rtp-payloader that tries simulating
494           dataflow. Needs more test data.
495
496 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
497
498         * tests/check/elements/alphacolor.c:
499           Remove two unused variables.
500
501 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
502
503         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
504           Use g_ascii_strtoll() instead of atoll, which is only
505           available in C99.
506
507 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
508
509         * gst/rtp/Makefile.am:
510         * gst/rtp/gstrtp.c:
511         * gst/rtp/gstrtpmpvpay.c:
512         * gst/rtp/gstrtpmpvpay.h:
513         Add MPEG2 video payloader
514
515 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
516
517         * gst/level/gstlevel.c:
518         Use #include <math.h> instead of #include "math.h".
519
520 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
521
522         * tests/check/Makefile.am:
523         Fix up some CFLAGS sets.
524         Don't include gconfvideosrc in the states test.
525
526         * tests/check/elements/autodetect.c: (GST_START_TEST):
527         Add some error strings to fail_unless arguments to fix some weird
528         compiler errors on Solaris.
529
530 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
531
532         * configure.ac:
533         Detect video4linux headers on Solaris too.
534         * sys/v4l2/gstv4l2colorbalance.h:
535         * sys/v4l2/gstv4l2object.h:
536         * sys/v4l2/v4l2_calls.c:
537         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
538         (gst_v4l2_buffer_new):
539
540         Make v4l2 build on Solaris.
541         Patch by: Brian Cameron  <brian.cameron at sun dot com>
542         Fixes: #510505
543
544 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
545
546         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
547           Update list from (still local) scanning script.
548
549 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
550
551         Based on a patch by:
552             Victor STINNER <victor dot stinner at haypocalc dot com>
553
554         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
555         Set variable to NULL after freeing it to prevent double frees
556         or make failures by another use of it afterwards more obvious
557         and fix use of it after the freeing. Fixes bug #510592.
558
559 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
560
561         * gst/udp/gstmultiudpsink.c:
562         use GST_WARNING for logging
563
564 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
565
566         * gst/udp/gstmultiudpsink.c:
567         Don't try to leave a multicast group with an invalid socket
568
569 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
570
571         * ext/flac/gstflacdec.c:
572           Fix compilation against flac 1.1.2 (as on debian stable), where
573           the picture metadata defines and structs don't exist yet.
574           Fixes #509301.
575
576 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
577
578         Patch by: Olivier Crete <tester at tester dot ca>
579
580         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
581         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
582         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
583         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
584         * gst/udp/gstmultiudpsink.h:
585         Add property to automatically join a multicast group or not. This can be
586         useful when sharing a socket between multiple elements.
587         Fixes #509531.
588
589 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
590
591         * gst/videomixer/Makefile.am:
592           Add controller flags.
593
594 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
595
596         * gst/videomixer/videomixer.c:
597           Also commit the missing gst_object_sync_values().
598
599 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
600
601         * docs/plugins/Makefile.am:
602           Remove duplicate entry.
603
604 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
605
606         * docs/plugins/Makefile.am:
607         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
608         * docs/plugins/gst-plugins-good-plugins-sections.txt:
609         * docs/plugins/inspect/plugin-gamma.xml:
610         * docs/plugins/inspect/plugin-monoscope.xml:
611         * docs/plugins/inspect/plugin-video4linux2.xml:
612           Add 3 more plugins to docs.
613
614 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
615
616         * docs/plugins/gst-plugins-good-plugins-sections.txt:
617         * sys/osxvideo/osxvideosink.h:
618           Revert previous change caused by a file that got stuck on an old
619           revision.
620
621 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
622
623         * docs/plugins/gst-plugins-good-plugins-sections.txt:
624         * gst/multipart/Makefile.am:
625         * gst/multipart/multipartdemux.c:
626         * gst/multipart/multipartdemux.h:
627         * gst/multipart/multipartmux.c:
628         * gst/multipart/multipartmux.h:
629           Re-add multipartdemux to the docs. Last round of section cleanup.
630
631 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
632
633         * docs/plugins/Makefile.am:
634         * docs/plugins/gst-plugins-good-plugins-sections.txt:
635         * sys/osxaudio/gstosxaudiosink.h:
636         * sys/osxvideo/osxvideosink.h:
637           Managed to resolve most unused declarations. Filed a bug for one left.          
638
639 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
640
641         * docs/plugins/gst-plugins-good-plugins-sections.txt:
642           Cleanup section file.
643
644 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
645
646         * docs/plugins/Makefile.am:
647         * docs/plugins/gst-plugins-good-plugins.args:
648         * docs/plugins/gst-plugins-good-plugins.signals:
649         * docs/plugins/inspect/plugin-alaw.xml:
650         * docs/plugins/inspect/plugin-alpha.xml:
651         * docs/plugins/inspect/plugin-alphacolor.xml:
652         * docs/plugins/inspect/plugin-annodex.xml:
653         * docs/plugins/inspect/plugin-apetag.xml:
654         * docs/plugins/inspect/plugin-audiofx.xml:
655         * docs/plugins/inspect/plugin-auparse.xml:
656         * docs/plugins/inspect/plugin-autodetect.xml:
657         * docs/plugins/inspect/plugin-avi.xml:
658         * docs/plugins/inspect/plugin-cairo.xml:
659         * docs/plugins/inspect/plugin-cdio.xml:
660         * docs/plugins/inspect/plugin-cutter.xml:
661         * docs/plugins/inspect/plugin-debug.xml:
662         * docs/plugins/inspect/plugin-dv.xml:
663         * docs/plugins/inspect/plugin-efence.xml:
664         * docs/plugins/inspect/plugin-effectv.xml:
665         * docs/plugins/inspect/plugin-flac.xml:
666         * docs/plugins/inspect/plugin-flxdec.xml:
667         * docs/plugins/inspect/plugin-gconfelements.xml:
668         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
669         * docs/plugins/inspect/plugin-goom.xml:
670         * docs/plugins/inspect/plugin-halelements.xml:
671         * docs/plugins/inspect/plugin-icydemux.xml:
672         * docs/plugins/inspect/plugin-id3demux.xml:
673         * docs/plugins/inspect/plugin-jpeg.xml:
674         * docs/plugins/inspect/plugin-ladspa.xml:
675         * docs/plugins/inspect/plugin-level.xml:
676         * docs/plugins/inspect/plugin-matroska.xml:
677         * docs/plugins/inspect/plugin-mulaw.xml:
678         * docs/plugins/inspect/plugin-multipart.xml:
679         * docs/plugins/inspect/plugin-navigationtest.xml:
680         * docs/plugins/inspect/plugin-png.xml:
681         * docs/plugins/inspect/plugin-quicktime.xml:
682         * docs/plugins/inspect/plugin-rtp.xml:
683         * docs/plugins/inspect/plugin-rtsp.xml:
684         * docs/plugins/inspect/plugin-shout2send.xml:
685         * docs/plugins/inspect/plugin-smpte.xml:
686         * docs/plugins/inspect/plugin-speex.xml:
687         * docs/plugins/inspect/plugin-taglib.xml:
688         * docs/plugins/inspect/plugin-udp.xml:
689         * docs/plugins/inspect/plugin-videobalance.xml:
690         * docs/plugins/inspect/plugin-videobox.xml:
691         * docs/plugins/inspect/plugin-videocrop.xml:
692         * docs/plugins/inspect/plugin-videoflip.xml:
693         * docs/plugins/inspect/plugin-videomixer.xml:
694         * docs/plugins/inspect/plugin-wavenc.xml:
695         * docs/plugins/inspect/plugin-wavpack.xml:
696         * docs/plugins/inspect/plugin-wavparse.xml:
697           Update plugin docs.
698
699         * gst/videomixer/Makefile.am:
700         * gst/videomixer/videomixer.c:
701         * gst/videomixer/videomixer.h:
702         * gst/videomixer/videomixerpad.h:
703           Split out header to fix warnings from the doc-build.
704
705 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
706
707         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
708
709         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
710         Use atoll to parse the rtptime with enough precision. Fixes #509329.
711
712 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
713
714         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
715         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
716           Initialise variables to work around (false) 'foo might be used
717           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
718
719 2008-01-11  David Schleef  <ds@schleef.org>
720
721         * docs/plugins/.cvsignore:
722         * tests/check/pipelines/.cvsignore:
723           Ignore more files for the buildbot.
724
725 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
726
727         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
728         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
729         Generate the image-type values correctly. Leave them out of the caps
730         when outputting a "preview image" tag, since it only makes sense
731         to have one of those - the type is irrelevant.
732
733         * sys/sunaudio/gstsunaudiomixerctrl.c:
734         (gst_sunaudiomixer_ctrl_open):
735         If we can, mark the mixer multiple open when we use it, in case
736         (for some reason) the process wants to open it again elsewhere.
737
738 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
739
740         Patch by: Olivier Crete <tester at tester dot ca>
741
742         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
743         * gst/rtp/gstrtptheorapay.c:
744         Fix the clock rate to 90000 as required by the RFC.
745         Fixes #508644.
746
747 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
748
749         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
750           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
751
752 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
753
754         * autogen.sh:
755           Add -Wno-portability to the automake parameters to stop warnings
756           about GNU make extensions being used. We require GNU make in almost
757           every Makefile anyway.
758           
759         * configure.ac:
760           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
761           at the same time is required for per target flags.
762
763 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
764
765         * gst/videomixer/videomixer.c: (gst_videomixer_init):
766         Fix error from my last commit.
767
768 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
769
770         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
771
772         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
773           Make sure the ISO 639-X language code in ID3v2 COMM frames
774           is actually valid UTF-8 (or rather: ASCII), so we don't end
775           up with non-UTF8 strings in tags if there's garbage in the
776           language field. Also make sure the language code is always
777           lower case. Fixes: #508291.
778
779 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
780
781         * ChangeLog:
782           Fix ChangeLog typo.
783
784 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
785
786         * Makefile.am:
787           Include lcov.mak to allow building coverage reports. Guard
788           check-torture target like in the other packages.
789
790 2008-01-09  Sameer Naik  <sameer@damagehead.com>
791
792         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
793
794         * gst/videomixer/videomixer.c:
795         (gst_videomixer_set_master_geometry), (_do_init),
796         (gst_videomixer_child_proxy_get_child_by_index),
797         (gst_videomixer_child_proxy_get_children_count),
798         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
799         (gst_videomixer_init), (gst_videomixer_request_new_pad),
800         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
801         Implement GstChildProxy interface.
802         Send newsegment at the right moment
803         Fixes #488879
804
805 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
806
807         * gst/alpha/Makefile.am:
808         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
809         (gst_alpha_sink_event), (gst_alpha_chain),
810         (gst_alpha_change_state), (plugin_init):
811         Make the various properties of 'alpha' controllable. This allows doing
812         niceties like fade-in/fade-out.
813
814 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
815
816         * gst/rtp/gstasteriskh263.c:
817         * gst/rtp/gstrtpL16depay.c:
818         * gst/rtp/gstrtpac3depay.c:
819         * gst/rtp/gstrtpamrpay.c:
820         * gst/rtp/gstrtpdepay.c:
821         * gst/rtp/gstrtpgsmdepay.c:
822         * gst/rtp/gstrtph263depay.c:
823         * gst/rtp/gstrtph263pdepay.c:
824         * gst/rtp/gstrtph263ppay.c:
825         * gst/rtp/gstrtph264depay.c:
826         * gst/rtp/gstrtph264pay.c:
827         * gst/rtp/gstrtpmp2tdepay.c:
828         * gst/rtp/gstrtpmp4adepay.c:
829         * gst/rtp/gstrtpmp4gdepay.c:
830         * gst/rtp/gstrtpmp4gpay.c:
831         * gst/rtp/gstrtpmp4vdepay.c:
832         * gst/rtp/gstrtpmpadepay.c:
833         * gst/rtp/gstrtpmpvdepay.c:
834         * gst/rtp/gstrtpsv3vdepay.c:
835         * gst/rtp/gstrtptheoradepay.c:
836         * gst/rtp/gstrtptheorapay.c:
837         * gst/rtp/gstrtpvorbisdepay.c:
838         * gst/rtp/gstrtpvorbispay.c:
839           Remove copy/paste unused code (property setters and getter) found by
840           the coverage suite (yay, saves ~20k on disk).
841
842 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
843
844         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
845           (videosink_templ):
846           Also fix up pad templates to indicate that image/jpeg doesn't
847           absolutely require the framerate property to be set (#504081).
848
849 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
850
851         Based on patch by: Wouter Cloetens  <wouter at mind be>
852
853         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
854           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
855           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
856         * gst/matroska/matroska-mux.h:
857           Keep track of first and last timestamps for each incoming stream,
858           so we can calculate the total duration for live sources and other
859           input where we can't query the duration from the start or where
860           there's no constant framerate from which we can deduce the
861           duration; also use calculated/observed duration if it is bigger
862           than the previously queried duration. Furthermore, use
863           gst_pad_query_peer_duration() and take into account that it may
864           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
865           screws up comparisons when using unsigned integers. Fixes #504081.
866
867 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
868
869         * configure.ac:
870         * gst/audiofx/audioamplify.c:
871         (gst_audio_amplify_clipping_method_get_type),
872         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
873         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
874         (gst_audio_dynamic_transform_ip):
875         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
876         (gst_audio_invert_transform_ip):
877         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
878         (gst_audio_panorama_transform):
879         * gst/level/gstlevel.c: (gst_level_init):
880         Make elements GST_BUFFER_FLAG_GAP aware and call
881         gst_base_transform_set_gap_aware for this.
882         Bump core requirement to CVS.
883         
884         * gst/audiofx/audiochebyshevfreqband.c:
885         (gst_audio_chebyshev_freq_band_transform_ip):
886         * gst/audiofx/audiochebyshevfreqlimit.c:
887         (gst_audio_chebyshev_freq_limit_transform_ip):
888         Also sync GObject properties to the controller if operating
889         in passthrough mode.
890
891 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
892
893         * sys/directdraw/gstdirectdrawsink.c:
894           (gst_directdraw_sink_window_thread):
895           FALSE is not a gpointer.
896
897 2008-01-05  Julien Moutte  <julien@fluendo.com>
898
899         * sys/directdraw/gstdirectdrawsink.c:
900         (gst_directdraw_sink_set_window_id),
901         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
902         (gst_directdraw_sink_buffer_alloc),
903         (gst_directdraw_sink_draw_borders),
904         (gst_directdraw_sink_show_frame),
905         (gst_directdraw_sink_setup_ddraw),
906         (gst_directdraw_sink_window_thread),
907         (gst_directdraw_sink_get_ddrawcaps),
908         (gst_directdraw_sink_surface_create): Make sure we create our
909         internal window only when we need it. That will give a chance to
910         the application to get the prepare-xwindow-id bus message. Draw
911         black borders when keeping aspect ratio. Handle the case where our
912         rendering window disappears (closed or errors) like other sinks
913         do. Various 80 columns fixes, improve state change order. That
914         element could need some more love.
915
916 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
917
918         * ext/taglib/gstapev2mux.h:
919         * ext/taglib/gstid3v2mux.h:
920         Remove useless typedefs without new type name. Fixes a warning with
921         gcc 4.3.
922
923 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
924
925         Patch by: John Millikin <jmillikin at gmail dot com>
926
927         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
928         (gst_flac_dec_setup_stream_decoder),
929         (gst_flac_normalize_picture_mime_type),
930         (gst_flac_extract_picture_buffer),
931         (gst_flac_dec_metadata_callback):
932         Emit metadata messages when a PICTURE block is encountered.
933         Fixes #506715.
934
935 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
936
937         * gst/avi/gstavi.c:
938         increase rank because no known issues anymore ...
939         * gst/avi/gstavisubtitle.c:
940         send subtitle name to the srcpad
941
942 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
943
944         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
945         * gst/rtsp/gstrtspsrc.h:
946         Implement redirect for the DESCRIBE reply. Fixes #506025.
947
948 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
949
950         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
951         Fix 'xyz may be used uninitialized' compiler warnings caused
952         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
953         abort() in any case but properly report the error.
954
955 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
956
957         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
958         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
959         * sys/ximage/gstximagesrc.c: (composite_pixel):
960           Fix 'xyz may be used uninitialized' compiler warnings caused
961           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
962           not really nice to abort in any case). Fixes #505745.
963
964 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
965
966         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
967           Small unit test fix (has no practical impact at the moment,
968           since we're only feeding utf8 and hence just create a sub-
969           buffer for the output).
970
971 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
972
973         * gst/avi/gstavisubtitle.c:
974         * tests/check/elements/avisubtitle.c:
975         Add seeking support for avi subtitle
976
977 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
978
979         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
980         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
981         (gst_flac_dec_write):
982         * ext/flac/gstflacdec.h:
983         Remove some unused vars.
984         Do more cleanup of leftover events and tags.
985         Output tags after the segment event. Fixes #504018.
986
987 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
988
989         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
990           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
991           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
992           Detect other UTF byte order markers and convert to UTF-8 as
993           appropriate.
994
995 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
996
997         * gst/avi/gstavisubtitle.c: (src_template),
998           (gst_avi_subtitle_extract_utf8_file),
999           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
1000           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
1001           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
1002         * gst/avi/gstavisubtitle.h:
1003           Refactor a bit; fix name extraction; don't assume all the data
1004           in the chunk is actually subtitle data, there may be padding at
1005           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
1006           file so it's there to send again after a seek (for future use).
1007
1008 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
1009
1010         * gst/avi/Makefile.am:
1011         * gst/avi/gstavi.c:
1012         * gst/avi/gstavisubtitle.c:
1013         * gst/avi/gstavisubtitle.h:
1014         * tests/check/Makefile.am:
1015         * tests/check/elements/avisubtitle.c:
1016         * win32/common/config.h:
1017                 Add avi subtitle element for bug #442034. Need seeking support
1018                 and more support for character conversion.
1019
1020 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1021
1022         * Makefile.am:
1023           Include common/win32.mak for CRLF check of win32 project
1024           files (see #393626).
1025
1026         * win32/vs6/libgstpng.dsp:
1027           Fix line endings and do cvs admin -kb.
1028
1029 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1030
1031         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
1032         Actually drop the buffers which are outside the currently configured
1033         segment instead of just emitting a WARNING.
1034
1035 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1036
1037         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
1038         (gst_flac_dec_write):
1039         * ext/flac/gstflacdec.h:
1040         Send segments from the streaming thread. Fixes #502187.
1041         Fix segment seeking and a bunch of other seeking cases.
1042
1043 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
1044
1045         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
1046           Parse WOAF frames and put the result into GST_TAG_CONTACT,
1047           which is where it would end up if the same information was
1048           put in a vorbis comment (don't think it's worth adding a
1049           new URI tag for this). Fixes #488112.
1050
1051 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1052
1053         * configure.ac:
1054           We need core/base 0.10.15 or later.
1055
1056 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1057
1058         Patch by: Mark Nauwelaerts <manauw skynet be>
1059
1060         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
1061         Fix regression in stream numbering. Fixes #502655.
1062
1063 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1064
1065         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
1066
1067         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
1068         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
1069         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
1070         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
1071         (gst_rtp_h264_pay_handle_buffer):
1072         * gst/rtp/gstrtph264pay.h:
1073         Use higher performance start-code searching.
1074         Parse NALs and store SPS, PPS and profile in the caps so that they can
1075         be used in the SDP. Fixes #502814.
1076
1077 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1078
1079         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
1080         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
1081           Init some structs to zero before we pass them to ioctl, which
1082           avoids valgrind warnings.  Also fix a small memory leak.
1083
1084 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1085
1086         Patch by: Wouter Cloetens <wouter at mind dot be>
1087
1088         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
1089         Copy timestamp from input to output. Not very perfect yet but better
1090         than nothing. Fixes #503023.
1091
1092 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1093
1094         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1095           Also print a useful error message with the old Wavpack API
1096           if possible.
1097
1098 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1099
1100         * ext/wavpack/gstwavpackdec.c:
1101           More build fixes for old libwavpack versions: include config.h so
1102           that WAVPACK_OLD_API is actually defined as detected; only use
1103           WavpackGetErrorMessage if it is available. This fixes the build
1104           on debian stable for me.
1105
1106 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1107
1108         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1109         * ext/wavpack/gstwavpackparse.c:
1110           (gst_wavpack_parse_create_src_pad):
1111           Workaround the non-existance of WavpackGetChannelMask in Wavpack
1112           versions below 4.40.0.
1113
1114 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1115
1116         * configure.ac:
1117           And now do it right for real...
1118
1119 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1120
1121         * configure.ac:
1122           Correctly reset $LIBS to not contain -lm.
1123
1124 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1125
1126         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
1127
1128         * configure.ac:
1129         * ext/cairo/gsttimeoverlay.c:
1130           (gst_cairo_time_overlay_print_smpte_time):
1131           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
1132           and checking for rint() and implementing it ourself if it doesn't
1133           exist. Fixes #497293.
1134
1135 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1136
1137         * configure.ac:
1138           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
1139
1140 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
1141
1142         * sys/oss/gstosshelper.c:
1143         Verify that the format returned after the ioctl is the one
1144         we requested. It is valid for the ioctl to succeed while
1145         substituting an alternate 'supported' sample format.
1146
1147 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
1148
1149         * sys/oss/gstossaudio.c: (plugin_init):
1150         * sys/oss/gstosssink.c: (gst_oss_sink_open):
1151         * sys/oss/gstosssrc.c: (gst_oss_src_open):
1152           Post decent (and translated) error message when we can't
1153           open the audio device for some reason.
1154
1155 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
1156
1157         * sys/oss/gstosssink.c:
1158         * sys/oss/gstosssrc.c:
1159         Allow the AUDIODEV environment variable to redirect us
1160         to a different default OSS device, like sunaudiosink does
1161         on Solaris (makes audio play automatically on SunRays).
1162
1163 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
1164
1165         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
1166         * gst/audiofx/audiochebyshevfreqband.c:
1167         (gst_audio_chebyshev_freq_band_transform_ip):
1168         * gst/audiofx/audiochebyshevfreqlimit.c:
1169         (gst_audio_chebyshev_freq_limit_transform_ip):
1170         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
1171         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
1172         The transform_ip() methods should do nothing if in passthrough mode.
1173         It might get non-writable buffers in that case but the buffer might
1174         as well be writable.
1175
1176         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
1177         The transform() methods won't be called in passthrough mode and
1178         otherwise the buffer is always writable so don't check here.
1179
1180 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
1181
1182         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
1183           Fix seeking in .wav files again (#501775).  Some people seem to think
1184           they don't need to test their changes when they're just 'reflowing'
1185           some code.
1186
1187 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1188
1189         * gst/autodetect/gstautovideosink.c:
1190         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
1191         (gst_auto_video_sink_init),
1192         (gst_auto_video_sink_create_element_with_pretty_name),
1193         (gst_auto_video_sink_find_best),
1194         (gst_auto_video_sink_set_property),
1195         (gst_auto_video_sink_get_property):
1196         * gst/autodetect/gstautovideosink.h:
1197         Fix docs.
1198         Use same error reporting code as autoaudiosink.
1199         Add property to filter sinks based on caps. Only select raw video sinks
1200         by default for backwards compat.
1201         API: GstAutoVideoSink::filter-caps
1202
1203 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1204
1205         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1206
1207         * gst/autodetect/gstautoaudiosink.c:
1208         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
1209         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
1210         (gst_auto_audio_sink_set_property),
1211         (gst_auto_audio_sink_get_property):
1212         * gst/autodetect/gstautoaudiosink.h:
1213         Add property to filter sinks based on caps. Only select raw audio sinks
1214         by default for backwards compat.  Fixes #417420.
1215         API: GstAutoAudioSink::filter-caps
1216
1217 2007-11-29  Michael Smith <msmith@fluendo.com>
1218
1219         Patch by: Arek Korbik <arkadini@gmail.com>
1220
1221         * gst/videobox/gstvideobox.c: (plugin_init):
1222           Initialise liboil in plugin_init()
1223
1224 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
1225
1226         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
1227         Post error before sending EOS. Fixes #499178.
1228
1229 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
1230
1231         * win32/vs6/gst_plugins_good.dsw:
1232         * win32/vs6/libgstpng.dsp:
1233         Add a project file for libgstpng
1234
1235 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
1236
1237         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
1238         (gst_rtp_h263_depay_process):
1239         Code beautification.
1240         Added debug statements.
1241         Don't bit-shift everything, just do operations on last/first byte
1242         instead.
1243
1244 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
1245
1246         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
1247
1248         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
1249         Fix wrong comparison in overrun check. Fixes #499239 some more.
1250
1251 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
1252
1253         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
1254         (gst_rtp_h263_depay_process):
1255         * gst/rtp/gstrtph263depay.h:
1256         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
1257         stream.
1258
1259 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
1260
1261         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
1262
1263         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1264         (gst_rtp_mp4a_depay_process):
1265         * gst/rtp/gstrtpmp4adepay.h:
1266         Fix depayloading when multiple frames are inside one RTP packet.
1267         Fixes #499239.
1268
1269 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1270
1271         * gst/level/gstlevel.c:
1272           Add GAP-flag support.
1273
1274 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
1275
1276         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
1277         Read the I flag for Mode A h263 rtp stream and set the
1278         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
1279         Fixes #499383
1280
1281 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1282
1283         * gst/level/gstlevel.c:
1284           Remove some dead code and do cleanups.
1285
1286 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1287
1288         * tests/check/pipelines/simple-launch-lines.c:
1289           Improve the tests by allowing to set a target state.
1290
1291 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
1292
1293         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
1294         Don't check the caps of the output buffer if they're equal some
1295         other caps. The caps can change in a backward compatible way
1296         and did at this point.
1297
1298 2007-11-24  Julien MOUTTE  <julien@moutte.net>
1299
1300         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
1301         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
1302         (gst_qtdemux_seek_to_previous_keyframe),
1303         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
1304         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
1305         reverse playback support.
1306
1307 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1308
1309         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
1310         Also set the channel layout on the Wavpack caps if we're having
1311         a mono layout. Of course only do it for "audio/x-wavpack".
1312
1313 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1314
1315         * ext/wavpack/gstwavpackcommon.c:
1316         (gst_wavpack_get_default_channel_mask),
1317         (gst_wavpack_set_channel_layout),
1318         (gst_wavpack_get_default_channel_positions),
1319         (gst_wavpack_get_channel_mask_from_positions),
1320         (gst_wavpack_set_channel_mapping):
1321         * ext/wavpack/gstwavpackcommon.h:
1322         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
1323         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
1324         * ext/wavpack/gstwavpackdec.h:
1325         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1326         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
1327         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
1328         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
1329         (gst_wavpack_enc_rewrite_first_block),
1330         (gst_wavpack_enc_sink_event):
1331         * ext/wavpack/gstwavpackenc.h:
1332         * ext/wavpack/gstwavpackparse.c:
1333         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
1334         (gst_wavpack_parse_scan_to_find_sample),
1335         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
1336         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
1337         * ext/wavpack/gstwavpackparse.h:
1338         Add support for encoding, parsing and decoding multichannel
1339         files with up to 8 channels. This also improves the robustness
1340         of parsing quite a bit.
1341
1342         * ext/wavpack/gstwavpackstreamreader.c:
1343         (gst_wavpack_stream_reader_read_bytes),
1344         (gst_wavpack_stream_reader_get_pos),
1345         (gst_wavpack_stream_reader_set_pos_abs),
1346         (gst_wavpack_stream_reader_set_pos_rel),
1347         (gst_wavpack_stream_reader_push_back_byte),
1348         (gst_wavpack_stream_reader_get_length),
1349         (gst_wavpack_stream_reader_can_seek),
1350         (gst_wavpack_stream_reader_write_bytes):
1351         Improve debugging.
1352
1353 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1354
1355         * ext/libpng/gstpngdec.c:
1356         * ext/libpng/gstpngdec.h:
1357           Don't release the png-memory from within the callback.
1358
1359 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1360
1361         Patch by: René Stadler <mail at renestadler dot de>
1362
1363         * ext/libpng/gstpngenc.c:
1364           Don't leak buffer data memory. Fixes #498395.
1365
1366 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1367
1368         Patch by: René Stadler <mail at renestadler dot de>
1369
1370         * tests/check/pipelines/simple-launch-lines.c:
1371           Tests for #498395.
1372
1373 2007-11-20  Julien MOUTTE  <julien@moutte.net>
1374
1375         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
1376         (gst_tag_lib_mux_adjust_event_offsets):
1377         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
1378         * sys/osxaudio/Makefile.am:
1379         * sys/osxvideo/cocoawindow.h:
1380         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
1381
1382 2007-11-15  David Schleef  <ds@schleef.org>
1383
1384         * ext/cairo/gsttextoverlay.c:
1385           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
1386
1387 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1388
1389         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
1390
1391         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
1392         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
1393         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
1394         * gst/rtp/gstrtpmp2tpay.h:
1395         Fill the MTU with as many packets as possible. Fixes #491323.
1396
1397 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1398
1399         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1400
1401         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
1402         Fix some more leaks. Fixes #497007.
1403
1404 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1405
1406         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1407
1408         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
1409         (gst_rtspsrc_stream_configure_tcp):
1410         Fix 3 pad leaks. Fixes #496983.
1411
1412 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1413
1414         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1415
1416         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
1417         Fix small leak. Fixes #497017.
1418
1419 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1420
1421         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1422         (gst_qtdemux_prepare_current_sample),
1423         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
1424         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
1425         * gst/qtdemux/qtdemux_fourcc.h:
1426         * gst/qtdemux/qtdemux_types.c:
1427         Add suppport for theora in quicktime according to XiphQT.
1428
1429 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
1430
1431         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
1432         (gst_v4l2src_init), (gst_v4l2src_set_property),
1433         (gst_v4l2src_get_property):
1434         * sys/v4l2/gstv4l2src.h:
1435         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1436           Always copy buffers by default (handle safer with bugged drivers)
1437           and added a property to make it possible to use mmap effectively (no
1438           copy if possible) when application wants to. Fixes: #480557.
1439
1440 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1441
1442         * gst/id3demux/id3tags.c:
1443         * gst/id3demux/id3tags.h:
1444         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
1445           We don't want the same string multiple times in a tag list for the
1446           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
1447           this doesn't happen and remove special-case code for GST_TAG_GENRE.
1448
1449 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1450
1451         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
1452           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
1453           into ID3v2 TXXX frames (fixes #347848).
1454
1455 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1456
1457         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1458           Don't leak sdp message contents (fixes #496773).
1459
1460         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
1461           Don't leak URI string.
1462
1463 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1464
1465         Patch by: Julien Puydt <julien dot puydt at laposte net>
1466
1467         * ext/raw1394/Makefile.am:
1468         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
1469           (gst_1394_property_probe_get_properties),
1470           (gst_1394_property_probe_probe_property),
1471           (gst_1394_property_probe_needs_probe),
1472           (gst_1394_property_probe_get_values),
1473           (gst_1394_property_probe_interface_init),
1474           (gst_1394_type_add_property_probe_interface):
1475         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
1476         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
1477           (gst_dv1394src_init), (gst_dv1394src_dispose),
1478           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
1479           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
1480           (gst_dv1394src_update_device_name):
1481         * ext/raw1394/gstdv1394src.h:
1482           Implement GstPropertyProbe interface and add "device-name" property,
1483           so applications can use this to probe for available devices in the
1484           same way they can already with v4lsrc and v4l2src (however horrible
1485           this property probe interface may be). Fixes #358841.
1486
1487 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1488
1489         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1490
1491         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
1492           (gst_rtspsrc_parse_range):
1493           Don't leak event, don't leak range (fixes #496752).
1494
1495 2007-11-14  Michael Smith <msmith@fluendo.com>
1496
1497         Patch by: Arek Korbik <arkadini@gmail.com>
1498
1499         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
1500           Detect RGBA/BGRA correctly on little endian systems.
1501
1502 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1503
1504         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1505           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
1506           corresponding ioctl() call fails even though the driver claims to
1507           support this format, just fall back to the pre-2.6.19 kernel
1508           routine that creates caps with suitable height and width ranges
1509           (see #448278).
1510
1511 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1512
1513         Patch by: Mark Nauwelaerts <manauw skynet be>
1514
1515         * gst/matroska/matroska-demux.c:
1516           (gst_matroska_demux_push_dvd_clut_change_event),
1517           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1518           (gst_matroska_demux_subtitle_caps):
1519         * gst/matroska/matroska-ids.h:
1520           Extract palette data for dvd subpicture streams and send it
1521           downstream as custom gstreamer dvd event (fixes #453417).
1522
1523 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1524
1525         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
1526           Implement minimal parsing of the passed pango font description
1527           string, so passing a font size works the same as with the
1528           pango textoverlay plugin; fixes #455086.
1529           (Maybe we could just use pangocairo here at some point).
1530
1531 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1532
1533         * gst/avi/gstavidemux.c:
1534         * gst/wavparse/gstwavparse.c:
1535           Return the result in _activate_pull(). Don't ref element there.
1536
1537 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1538
1539         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
1540         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
1541         (gst_wavparse_srcpad_event):
1542           Ref the element when we should, but not when we its not needed. Reflow
1543           the event_handling to not leak the event.       
1544
1545 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
1546
1547         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1548         (qtdemux_parse_samples):
1549         Properly free QTDemuxSamples array.
1550         Protect table write with a sensible check, some files apparently DO contain
1551         stts values starting with 0 :(
1552
1553 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1554
1555         * gst/avi/gstavidemux.c:
1556         * gst/qtdemux/qtdemux.c:
1557           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
1558           previous commit messed up.
1559
1560 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1561
1562         * gst/avi/gstavidemux.c:
1563         * gst/qtdemux/qtdemux.c:
1564           Sync _handle_src_event() with oggdemux. In avidemux also ref the
1565           element when we should, but not when we its not needed.
1566
1567 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
1568
1569         * gst/wavparse/gstwavparse.c:
1570           Return FALSE if we can't handle a query instead of changing the
1571           format. Ignore fact when dealing with mpeg audio.
1572
1573 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1574
1575         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1576
1577         * configure.ac:
1578         * gst/udp/gstdynudpsink.c:
1579         * gst/udp/gstdynudpsink.h:
1580         * gst/udp/gstmultiudpsink.c:
1581         * gst/udp/gstmultiudpsink.h:
1582         * gst/udp/gstudpsink.c:
1583         * gst/udp/gstudpsink.h:
1584           Fix includes for MSVC and GLib-2.14.0 (#492388).
1585
1586         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
1587           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
1588
1589 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
1590
1591         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
1592         (gst_mulawdec_chain):
1593         * gst/law/mulaw-decode.h:
1594         Calculate outgoing buffer duration if incoming buffer didn't have a
1595         valid duration.
1596
1597 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
1598
1599         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
1600         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
1601         Smarter combine_flow code that also deals with downstream elements
1602         returning UNEXPECTED when they receive data out of the segment
1603         boundaries. Fixes #491305.
1604
1605 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1606
1607         * sys/v4l2/v4l2src_calls.c:
1608           Fix 'unused variable' compiler warning when compiling against
1609           older kernel headers.
1610
1611 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
1612
1613         * ext/taglib/gstid3v2mux.cc (add_funcs):
1614           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
1615
1616 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
1617
1618         * tests/check/pipelines/simple-launch-lines.c:
1619            Improve the tests a little more.
1620
1621 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
1622
1623         patch by: Yun Zheng Hu
1624
1625         * sys/osxaudio/gstosxaudiosrc.c:
1626         Use default input device instead of default output device and
1627         only memcpy actual available bytes.
1628
1629 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
1630
1631         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1632           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
1633           early. It is temporary until we find something better.
1634
1635 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1636
1637         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1638
1639         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
1640         Fix race when pausing a RTSP stream in interleaved.
1641         Fixes #475784.
1642
1643 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1644
1645         Patch by: Peter Kjellerstedt <pkj at axis com>
1646
1647         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
1648         Use correct unref function for buffers. #488844.
1649
1650 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
1651
1652         * gst/avi/gstavimux.c:
1653         * tests/check/elements/avimux.c:
1654           Add some debug and sync tests with the fix.     
1655
1656 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1657
1658         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1659
1660         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1661         When the socket is used by the app for other purposes, don't generate an
1662         error if there is activaty on the socket that is not data related.
1663         Fixes #487488.
1664
1665 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1666
1667         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
1668         (gst_v4l2src_grab_frame):
1669         Add some more debug info. Generate an error when we run out of buffers
1670         for some reason. See #480557.
1671
1672 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1673
1674         Patch by: Anders Skargren <anders dot skargren at axis dot com>
1675
1676         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
1677         Set marker bit correctly.
1678
1679 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
1680
1681         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1682         Use allowed name for the GstStructure.
1683
1684 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
1685
1686         * ext/gconf/gstswitchsink.c:
1687         * gst/autodetect/gstautoaudiosink.c:
1688           Use new gst_bus_pop_filtered().
1689
1690 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1691
1692         * sys/v4l2/gstv4l2src.c:
1693         * sys/v4l2/v4l2src_calls.c:
1694           When probing the formats and sizes a camera supports, make
1695           sure the best ones (highest resolution, prefered format)
1696           end up at the beginning of the probed caps and the less
1697           desirable ones at the end.  This is important because the
1698           order within the caps matters for things like fixation and
1699           negotiation, ie. what format is chosen in the end.
1700           With recent kernels, the current probing code will end up
1701           querying the supported sizes from lowest resolution to
1702           highest resolution, adding them to the probed caps in that
1703           order, resulting to v4l2src fixating to the lowest possible
1704           resolution if downstream does not express a size preference.
1705           Also make up a somewhat random ranking of prefered output
1706           formats for the same reason. Fixes #485828.
1707         
1708 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1709
1710         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
1711
1712         * gst/id3demux/id3v2frames.c:
1713           Extract license/copyright URIs from ID3v2 WCOP frames
1714           (Fixes #447000).
1715
1716         * tests/check/elements/id3demux.c:
1717         * tests/files/Makefile.am:
1718         * tests/files/id3-447000-wcop.tag:
1719           Add simple unit test.
1720
1721 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1722
1723         * ext/taglib/gstid3v2mux.cc:
1724           Add support for license/copyright URI tags (ID3v2 WCOP frame).
1725           Prerequisite for #447000.
1726
1727 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
1728
1729         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
1730         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
1731         a GstClockTime.
1732
1733 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1734
1735         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1736         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
1737         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
1738         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
1739         (gst_rtspsrc_change_state):
1740         More seeking fixes, mostly passing around the new playback segment in
1741         order to configure it properly.
1742         Also reset base_time of udp sources when setting them back to PLAYING as
1743         a temporary hack until core supports seek in live sources properly.
1744
1745 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1746
1747         * gst/rtp/gstrtpmp4adepay.c:
1748         Fix caps as to not confuse autopluggers.
1749
1750 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1751
1752         * gst/id3demux/gstid3demux.c:
1753         * gst/id3demux/gstid3demux.h:
1754         * gst/id3demux/id3tags.c:
1755         * gst/id3demux/id3tags.h:
1756         * gst/id3demux/id3v2frames.c:
1757           Port ID3 tag demuxer over to the new GstTagDemux in -base
1758           (now would be a good time to test re-importing your music
1759           collection).
1760
1761 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1762
1763         * gst/apetag/Makefile.am:
1764         * gst/apetag/gstapedemux.c:
1765         * gst/apetag/gstapedemux.h:
1766         * gst/apetag/gsttagdemux.c:
1767         * gst/apetag/gsttagdemux.h:
1768           Port APE tag demuxer over to the new GstTagDemux in -base.
1769
1770 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
1771
1772         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1773         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
1774         (gst_rtspsrc_handle_internal_src_query),
1775         (gst_rtspsrc_handle_src_query), (new_session_pad),
1776         (gst_rtspsrc_stream_configure_tcp),
1777         (gst_rtspsrc_stream_configure_transport),
1778         (gst_rtspsrc_loop_send_cmd):
1779         Improve flushing behaviour.
1780         Set state of the udp sources to PAUSE/PLAYING correctly.
1781         Handle events and queries for UDP and TCP transport now.
1782
1783 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1784
1785         * gst/rtp/gstrtpgsmdepay.c:
1786         * gst/rtp/gstrtpgsmpay.c:
1787           Add log category.
1788
1789 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1790
1791         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
1792
1793         * tests/check/Makefile.am:
1794         * tests/check/pipelines/simple-launch-lines.c:
1795           Add unit tests for payloaders/depayloaders.
1796
1797 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1798
1799         * gst/avi/gstavimux.c:
1800         * gst/avi/gstavimux.h:
1801           Also save codec data for audio streams. Fixes #482495.
1802
1803 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1804
1805         * gst/avi/gstavimux.c:
1806           Fix "Index entry has invalid stream nr 1".
1807           Add support for muxing aac - work in progress (see #482495).
1808
1809 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1810
1811         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
1812         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
1813         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1814         * gst/rtsp/gstrtspsrc.h:
1815         Parse bandwidth modifiers, they are not yet configured in the session
1816         manager because we don't have an API for that yet.
1817
1818 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1819
1820         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
1821         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1822         Use shiny new function in -base to get the default clock-rate.
1823         Update some docs.
1824
1825 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
1826
1827         * win32/MANIFEST:
1828         Add files to win32 manifest.
1829         * win32/vs6/libgstaudiofx.dsp:
1830         * win32/vs6/libgstqtdemux.dsp:
1831         * win32/vs6/libgstrtp.dsp:
1832         * win32/vs6/libgstrtsp.dsp:
1833         Update project files.
1834
1835 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
1836
1837         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
1838         (gst_rtspsrc_play):
1839         * gst/rtsp/gstrtspsrc.h:
1840         In TCP mode, only timestamp the first buffer. TCP is not real time and
1841         it does not make sense to try to skew compensate, also some servers send
1842         the first batch of data in a burst.
1843
1844 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
1845
1846         * gst/matroska/matroska-demux.c:
1847           Fix setting the discont flag on the first buffer
1848           pushed downstream for formats with private codec
1849           data that needs to be deserialised into buffers
1850           (such as vorbis and FLAC when in a matroska container).
1851
1852 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
1853
1854         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1855
1856         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
1857         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
1858         (gst_rtp_mp4v_pay_handle_buffer):
1859         * gst/rtp/gstrtpmp4vpay.h:
1860         Free the config string. Fixes #480707.
1861         Clean up the timestamp code a little.
1862
1863 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1864
1865         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1866         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
1867         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
1868         * gst/rtsp/gstrtspsrc.h:
1869         Set timestamps on RTP buffers in interleaved mode.
1870         Mark first buffers with a DISCONT.
1871         Remove flush hack now that sync for live sources has been figured out.
1872
1873 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1874
1875         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1876         Update documentation.
1877
1878 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1879
1880         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
1881         (gst_rtp_xqt_depay_change_state):
1882         * gst/qtdemux/gstrtpxqtdepay.h:
1883         Fail if we don't know the quicktime format.
1884
1885 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
1886
1887         * ext/flac/gstflacenc.c:
1888         * ext/flac/gstflacenc.h:
1889           Save the flow return from the last gst_pad_push() and
1890           make sure we pass the right flow return value upstream
1891           in the case of failure; minor clean-ups.
1892
1893 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1894
1895         * ext/taglib/gstapev2mux.cc:
1896         * ext/taglib/gstid3v2mux.cc:
1897         * gst/apetag/gstapedemux.c:
1898           Add support for the new GST_TAG_COMPOSER (#459809).
1899
1900 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1901
1902         * gst/law/alaw-decode.c:
1903         * gst/law/alaw-decode.h:
1904         * gst/law/alaw-encode.c:
1905         * gst/law/alaw-encode.h:
1906         * gst/law/alaw.c:
1907         * gst/law/mulaw-conversion.h:
1908           Compulsive clean-ups: use boilerplate macros, add debug
1909           categories, fix up things to conform to symbol nomenklatura,
1910           etc.
1911
1912 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1913
1914         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1915
1916         * gst/law/alaw-decode.c:
1917         * gst/law/alaw-encode.c:
1918           Use static tables for A-Law decoding and encoding; this makes
1919           A-Law decoding and encoding less CPU-intensive, but increases
1920           the binary size a bit. Leaving old code around for now,
1921           selectable by a define in the code. Fixes #435435.
1922
1923 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1924
1925         * configure.ac:
1926         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
1927         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
1928         in configure.ac.
1929
1930 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1931
1932         Patch by: Jan Gerber <j at bootlab dot org>
1933
1934         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1935         Add fourccs for MPEG2 HDV streams. Fixes #479960.
1936
1937 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
1938
1939         * sys/oss/gstosshelper.c:
1940           Use GST_WARNING instead of a g_critical. This situation is not caused
1941           by the application.
1942
1943 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1944
1945         * po/LINGUAS:
1946         * po/nl.po:
1947           Updated translations.
1948
1949 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1950
1951         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
1952
1953         * po/eu.po:
1954           Added Basque translation.
1955
1956 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1957
1958         translated by: Abel Cheung <abelcheung@gmail.com>
1959
1960         * po/zh_HK.po:
1961         * po/zh_TW.po:
1962           Added Chinese (traditional and Hong Kong) translation.
1963
1964 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1965
1966         translated by: Jakub Bogusz <qboosh@pld-linux.org>
1967
1968         * po/pl.po:
1969           Added Polish translation.
1970
1971 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1972
1973         translated by: Ilkka Tuohela <hile@iki.fi>
1974
1975         * po/fi.po:
1976           Added Finnish translation.
1977
1978 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1979
1980         translated by: Jorge González González <aloriel@gmail.com>
1981
1982         * po/es.po:
1983           Added Spanish translation.
1984
1985 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1986
1987         translated by: Mogens Jaeger <mogens@jaeger.tf>
1988
1989         * po/da.po:
1990           Added Danish translation.
1991
1992 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1993
1994         translated by: Funda Wang <fundawang@linux.net.cn>
1995
1996         * po/zh_CN.po:
1997           Added Chinese (simplified) translation.
1998
1999 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2000
2001         translated by: Alexander Shopov <ash@contact.bg>
2002
2003         * po/bg.po:
2004           Added Bulgarian translation.
2005
2006 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
2007
2008         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
2009         Set outgoing packet duration because we can. Fixes #478244 some more.
2010
2011 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
2012
2013         * ext/cairo/gsttextoverlay.c:
2014           Add info about static leak.
2015         
2016         * tests/check/Makefile.am:
2017         * tests/check/generic/states.c:
2018           Improved state change unit test.
2019
2020 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
2021
2022         * docs/plugins/.cvsignore:
2023         * tests/check/.cvsignore:
2024           Ignore registries in any format.
2025
2026 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
2027
2028         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
2029         Removed some unused code.
2030
2031         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
2032         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
2033         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
2034         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
2035         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
2036         (gst_rtp_theora_pay_flush_packet):
2037         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
2038         Try to preserve the incomming buffer duration on the outgoing
2039         packets. Fixes #478244.
2040
2041 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
2042
2043         * ext/taglib/gstapev2mux.cc:
2044         * ext/taglib/gstid3v2mux.cc:
2045           Work around compiler warnings with g++-4.2 when assigning a
2046           string constant to a gchar * (partially fixes #478092).
2047
2048 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
2049
2050         * configure.ac:
2051           We require core CVS now for gst_base_src_set_do_timestamp().
2052
2053 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
2054
2055         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
2056         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2057         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
2058         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2059         (gst_rtspsrc_handle_message):
2060         Fix compiler warnings shown with Forte.
2061
2062 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2063
2064         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
2065         (gst_rtspsrc_dup_printf):
2066         Give meaningfull error when all streams failed to configure for some
2067         reason.
2068
2069 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2070
2071         * gst/rtp/README:
2072         Update README with the design for synchronisation rules of RTP on
2073         sender and receiver.
2074
2075 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
2076
2077         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
2078         (gst_wavparse_chain):
2079         Don't push EOS from the chain function, the element
2080         driving the pipeline is responsible for this. The bug
2081         this was meant to fix seems to be queue not forwarding
2082         EOS in all cases (see #476514).
2083
2084 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
2085
2086         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
2087         (gst_level_transform_ip):
2088         * gst/level/gstlevel.h:
2089         Use basetransform segment so that it is correctly managed on flushes and
2090         start/stop.
2091         Report message timestamp as stream time, which is what an application
2092         can understand.
2093
2094 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2095
2096         * ext/taglib/gstapev2mux.cc:
2097         * ext/taglib/gstapev2mux.h:
2098         * ext/taglib/gsttaglibmux.c:
2099         * tests/check/elements/apev2mux.c:
2100         Update my mail address.
2101
2102 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2103
2104         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
2105         (gst_wavparse_loop), (gst_wavparse_chain):
2106         Add EOS logic for the push-based mode too. Fixes #476514.
2107
2108 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
2109
2110         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
2111         * gst/law/alaw-encode.h:
2112         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
2113         (gst_mulawenc_chain):
2114         * gst/law/mulaw-encode.h:
2115         Fix law encoder timestamps.
2116
2117 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
2118
2119         * ext/gconf/gstgconfaudiosink.c:
2120           Fix warning when building without debug.
2121
2122         * sys/oss/gstossmixertrack.c:
2123           Use const like in alsamixertrack.c (fixes warnings).
2124
2125 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
2126
2127         * sys/v4l2/v4l2src_calls.c:
2128         (gst_v4l2src_probe_caps_for_format_and_size):
2129         Fix framerate detection code some more.
2130         Handle the case where there is a weird step in the stepwise framerates.
2131         Don't overwrite the min interval with the framerate, use a temp variable
2132         instead.
2133         Use max in the Continuous framerate intervals instead of step, which is
2134         1 according to the docs. Fixes #475424.
2135
2136 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
2137
2138         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
2139         Make udpsrc timestamp outgoing buffers based on when they were received.
2140         Also make it output a segment in time.
2141
2142 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
2143
2144         * gst/avi/gstavidemux.c:
2145           Plug a little leak. Little code cleanups.
2146
2147 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
2148
2149         * configure.ac:
2150           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
2151           flac versions, 's good for cross-compilation karma.
2152
2153 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
2154
2155         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
2156
2157         * gst/rtp/gstrtph263pay.c:
2158           Fix up header structure so that compilers don't add padding
2159           between the structure fields, since that would lead to us
2160           sending RTP packets with broken headers (as is currently the
2161           case when compiling with MSVC). Also see similar fixes in
2162           libgstrtp in gst-plugins-base. (#474616; #471194)
2163
2164 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
2165
2166         * sys/v4l2/v4l2src_calls.c:
2167         (gst_v4l2src_probe_caps_for_format_and_size):
2168         Don't overwrite our GValue with 0 but instead use the previously
2169         computed value. Fixes #471823 some more.
2170
2171 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2172
2173         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2174           No tabs in this file please, or gtk-doc will end up documenting
2175           rather absurd class hierarchies.
2176
2177 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2178
2179         * ext/gconf/gstswitchsink.c:
2180           If the new kid element fails to change state for some reason
2181           (e.g. esdsink not being able to connect to the sound server),
2182           forward the error message it posted on the bus instead of just
2183           posting a generic 'Internal state change error: please file a
2184           bug' error message. Fixes #471364.
2185
2186 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2187
2188         * gst/qtdemux/Makefile.am:
2189         * gst/qtdemux/qtdemux.c:
2190           Don't assume tags are encoded as UTF-8 (#473670).
2191
2192 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2193
2194         * sys/v4l2/gstv4l2src.c:
2195         * sys/v4l2/gstv4l2src.h:
2196         * sys/v4l2/v4l2src_calls.c:
2197           Implement LATENCY queries in the crudest way possible so I don't
2198           have to use sync=false any longer when testing with videosinks.
2199
2200 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2201
2202         * configure.ac:
2203           Fix build.
2204
2205 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2206
2207         * sys/v4l2/v4l2src_calls.c:
2208         (gst_v4l2src_probe_caps_for_format_and_size):
2209         Add some more debugging in the framerate function.
2210         Iterate stepwise framerate up to and _including_ the max and if nothing
2211         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
2212         don't end up with an empty list. Fixes #471823
2213
2214 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2215
2216         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2217         (gst_multiudpsink_set_clients_string),
2218         (gst_multiudpsink_get_clients_string),
2219         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
2220         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
2221         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
2222         (gst_multiudpsink_clear):
2223         Add property do configure destination address/port pairs
2224         API:GstMultiUDPSink::clients
2225
2226 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2227
2228         * tests/examples/Makefile.am:
2229         * tests/examples/rtp/Makefile.am:
2230         * tests/examples/rtp/client-H263p-AMR.sh:
2231         * tests/examples/rtp/client-H263p-PCMA.sdp:
2232         * tests/examples/rtp/client-H263p-PCMA.sh:
2233         * tests/examples/rtp/client-H264-PCMA.sdp:
2234         * tests/examples/rtp/client-H264-PCMA.sh:
2235         * tests/examples/rtp/client-PCMA.sh:
2236         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
2237         * tests/examples/rtp/server-alsasrc-PCMA.sh:
2238         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
2239         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2240         Added some RTP example scripts for sending and receiving RTP streams.
2241
2242 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2243
2244         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
2245         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
2246         Restructure the setcaps function so that we can also compute the
2247         expected GStreamer output size of the video frames.
2248         Set frame_byte_size correctly so that read-based devices have a chance
2249         of working correctly.
2250         When grabbing a frame, discard frames that are not of the expected size.
2251         Some cameras don't output the right framesize for the first buffer.
2252         Try only a couple of times to get a valid frame, else error out.
2253
2254         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
2255         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
2256         Add some more debug info when scanning the device.
2257
2258         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
2259         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
2260         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
2261         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
2262         Add some more debug info when dequeing a frame.
2263
2264 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2265
2266         * gst/wavparse/gstwavparse.c:
2267           More code cleanups. Add some more comment and improve debugs logs.
2268
2269 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2270
2271         * gst/wavparse/gstwavparse.c:
2272         * gst/wavparse/gstwavparse.h:
2273           Implement seek-query. Refactor duration calculations. Appropriate use
2274           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
2275           out of loops.
2276
2277 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
2278
2279         * gst/avi/gstavidemux.c:
2280           Implement seek-query.
2281
2282 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
2283
2284         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
2285         (gst_rtspsrc_dup_printf):
2286         Use new basesink async property to make sparse RTCP packet not wait for
2287         preroll.
2288
2289 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
2290
2291         * gst/audiofx/Makefile.am:
2292         Dist the right file.
2293
2294 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
2295
2296         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
2297         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
2298         Make sure we generate and parse floating point values in the POSIX
2299         locale instead of the current locale. 
2300
2301 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
2302
2303         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
2304         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
2305         (gst_rtspsrc_play):
2306         * gst/rtsp/gstrtspsrc.h:
2307         Fix method detection again.
2308         Keep track of when we must send a Range header.
2309         Use segment values for Range, Speed and Scale headers.
2310         Parse Speed and Scale headers to update the segment values.
2311
2312 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
2313
2314         patch by: Mark Nauwelaerts <manauw@skynet.be>
2315
2316         * sys/v4l2/v4l2src_calls.c:
2317           Handle optional v4l2 ioctls gracefully.
2318
2319 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
2320
2321         * gst/rtp/Makefile.am:
2322         * gst/rtp/gstrtp.c: (plugin_init):
2323         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
2324         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
2325         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
2326         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
2327         (gst_rtp_h263_depay_get_property),
2328         (gst_rtp_h263_depay_change_state),
2329         (gst_rtp_h263_depay_plugin_init):
2330         * gst/rtp/gstrtph263depay.h:
2331         Added an H263 depayloader. Fixes #369392.
2332
2333         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
2334         (gst_rtp_h263p_depay_process):
2335         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
2336         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
2337         Make the H263+ pay/depayloader support H263-1998 and H263-2000
2338         payloads.
2339         Also alow plain H263 on the h263p payloaders. Fixes #465040.
2340
2341 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2342
2343         * gst/audiofx/audiochebyshevfreqband.c:
2344         * gst/audiofx/audiochebyshevfreqlimit.c:
2345         Add small comparision with the windowed sinc filters in the docs.
2346
2347 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2348
2349         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
2350         (audiochebyshevfreqband_suite):
2351         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
2352         (audiochebyshevfreqlimit_suite):
2353         Also test 32 bit float mode and the type 2 variants of the filters.
2354
2355 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
2356
2357         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2358         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2359         (gst_rtspsrc_loop):
2360         Refactor the udp and interleaved loop function a bit.
2361
2362 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2363
2364         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2365         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
2366         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
2367         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2368         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2369         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
2370         * gst/rtsp/gstrtspsrc.h:
2371         Protect connection activity with a new lock, avoids deadlocks when going
2372         to PAUSED. Fixes #455808.
2373
2374 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2375
2376         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
2377         Fix debug statement.
2378
2379 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2380
2381         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
2382         Fix stray %u in debug line as spotted by Saur on IRC.
2383
2384 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
2385
2386         * gst/audiofx/audiochebyshevfreqband.c:
2387         (gst_audio_chebyshev_freq_band_class_init):
2388         * gst/audiofx/audiochebyshevfreqlimit.c:
2389         (gst_audio_chebyshev_freq_limit_class_init):
2390         Use generator macros for the process functions for the different
2391         sample types, add lower upper boundaries for the GObject properties
2392         so automatically generated UIs can use sliders and add a note about
2393         the number of poles as a too high number of poles combined with
2394         very low or very high frequencies will produce only noise.
2395         * docs/plugins/gst-plugins-good-plugins.args:
2396         Regenerated for the property changes.
2397
2398 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2399
2400         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
2401         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
2402         (gst_rtspsrc_stream_configure_udp_sink),
2403         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
2404         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2405         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2406         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
2407         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
2408         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2409         * gst/rtsp/gstrtspsrc.h:
2410         Improve timeout handling.
2411         Use the same socket for sending and receiving RTCP packets so that some
2412         servers can track clients better.
2413         Improve connection closed handling. Try to reconnect.
2414         Don't overwrite our content base with NULL.
2415         Improve debugging.
2416         Improve range parsing and handling.
2417         Remove flushing hack now that core does the right thing.
2418
2419 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2420
2421         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2422         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
2423         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
2424         (gst_multiudpsink_close), (gst_multiudpsink_add):
2425         * gst/udp/gstmultiudpsink.h:
2426         Add support for getting and setting the socket to use.
2427
2428         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2429         (gst_udpsrc_create), (gst_udpsrc_get_property):
2430         Add support for getting the currently used socket.
2431
2432 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
2433
2434         reviewed by: Stefan Kost  <ensonic@users.sf.net>
2435
2436         * gst/audiofx/Makefile.am:
2437         * gst/audiofx/audiochebyshevfreqband.c:
2438         (gst_audio_chebyshev_freq_band_mode_get_type),
2439         (gst_audio_chebyshev_freq_band_base_init),
2440         (gst_audio_chebyshev_freq_band_dispose),
2441         (gst_audio_chebyshev_freq_band_class_init),
2442         (gst_audio_chebyshev_freq_band_init),
2443         (generate_biquad_coefficients), (calculate_gain),
2444         (generate_coefficients),
2445         (gst_audio_chebyshev_freq_band_set_property),
2446         (gst_audio_chebyshev_freq_band_get_property),
2447         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
2448         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
2449         (gst_audio_chebyshev_freq_band_start):
2450         * gst/audiofx/audiochebyshevfreqband.h:
2451         * gst/audiofx/audiochebyshevfreqlimit.c:
2452         (gst_audio_chebyshev_freq_limit_mode_get_type),
2453         (gst_audio_chebyshev_freq_limit_base_init),
2454         (gst_audio_chebyshev_freq_limit_dispose),
2455         (gst_audio_chebyshev_freq_limit_class_init),
2456         (gst_audio_chebyshev_freq_limit_init),
2457         (generate_biquad_coefficients), (calculate_gain),
2458         (generate_coefficients),
2459         (gst_audio_chebyshev_freq_limit_set_property),
2460         (gst_audio_chebyshev_freq_limit_get_property),
2461         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
2462         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
2463         (gst_audio_chebyshev_freq_limit_start):
2464         * gst/audiofx/audiochebyshevfreqlimit.h:
2465         * gst/audiofx/audiofx.c: (plugin_init):
2466         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
2467         Fixes #464800.
2468
2469         * tests/check/Makefile.am:
2470         * tests/check/elements/.cvsignore:
2471         * tests/check/elements/audiochebyshevfreqband.c:
2472         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
2473         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
2474         * tests/check/elements/audiochebyshevfreqlimit.c:
2475         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
2476         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
2477         Add unit tests for the chebyshev filters.
2478
2479         * docs/plugins/Makefile.am:
2480         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2481         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2482         * docs/plugins/gst-plugins-good-plugins.args:
2483         * docs/plugins/inspect/plugin-1394.xml:
2484         * docs/plugins/inspect/plugin-audiofx.xml:
2485         * docs/plugins/inspect/plugin-dv.xml:
2486         * docs/plugins/inspect/plugin-flac.xml:
2487         * docs/plugins/inspect/plugin-jpeg.xml:
2488         * docs/plugins/inspect/plugin-png.xml:
2489         * docs/plugins/inspect/plugin-rtp.xml:
2490         * docs/plugins/inspect/plugin-shout2send.xml:
2491         * docs/plugins/inspect/plugin-wavpack.xml:
2492         And add docs for the chebyshev filters. While doing
2493         that also run make update in docs/plugins.
2494
2495 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2496
2497         * ext/annodex/gstcmmltag.c:
2498         * gst/rtp/gstrtpvorbispay.c:
2499           Make ro memory to share.
2500
2501 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2502
2503         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2504         Improve UDP performance by avoiding a select() when we have data
2505         available immediatly.
2506
2507 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2508
2509         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
2510         (gst_rtp_dec_class_init):
2511         * gst/rtsp/gstrtpdec.h:
2512         Add (dummy) SSRC management signals.
2513
2514         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
2515         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
2516         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
2517         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
2518         (on_timeout), (gst_rtspsrc_stream_configure_manager),
2519         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
2520         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2521         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2522         * gst/rtsp/gstrtspsrc.h:
2523         Add connection-speed property.
2524         Add find_stream helper functions.
2525         Handle stream EOS based on BYE messages or SSRC timeout.
2526         Returns SUCCESS from the state change function as we hide our async
2527         elements from the parent.
2528
2529 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2530
2531         * gst/debug/rndbuffersize.c:
2532           Fix da leak.
2533
2534 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
2535
2536         * gst/debug/Makefile.am:
2537         * gst/debug/breakmydata.c:
2538         * gst/debug/gstdebug.c:
2539         * gst/debug/negotiation.c:
2540         * gst/debug/progressreport.c:
2541         * gst/debug/rndbuffersize.c:
2542         * gst/debug/testplugin.c:
2543           Add new test element and clean-up the others a little.
2544
2545 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
2546
2547         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2548         Fix parsing of mp4a version 0 atoms. Fixes #465774.
2549
2550 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
2551
2552         * gst/rtp/gstrtpilbcdepay.c:
2553           Include stdlib.
2554
2555 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
2556
2557         * gst/rtp/gstrtpmpvdepay.c:
2558         Set the mpegversion in the caps so that autoplugging does not get
2559         confused.
2560
2561 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2562
2563         * po/hu.po:
2564         * po/uk.po:
2565         * po/vi.po:
2566           Updated translations.
2567
2568 2007-08-08  Michael Smith <msmith@fluendo.com>
2569
2570         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
2571           Render right border in the correct location.
2572
2573 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
2574
2575         Patch by: Olivier Crete <tester at tester dot ca>
2576
2577         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
2578         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2579         Make mode property a string. Fixes #464475.
2580
2581 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2582
2583         * ext/flac/gstflacenc.c:
2584           Widen caps to match decoder a bit and add more FIXMEs.
2585
2586 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2587
2588         patch by: Mark Nauwelaerts <manauw@skynet.be>
2589
2590         * gst/avi/gstavimux.c:
2591           Fix ODML index tag numbering. Fixes #463624.
2592
2593 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
2594
2595         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
2596         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2597         (gst_rtspsrc_stream_configure_tcp),
2598         (gst_rtspsrc_stream_configure_udp_sink):
2599         Fix default clock-rate for realmedia.
2600         Fix parsing of transport.
2601         Don't try to link NULL pads.
2602
2603 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
2604
2605         * po/POTFILES.skip:
2606           Add POTFILES.skip with list of source files that aren't disted at the
2607           moment but contain translatable strings. Should hopefully pacify
2608           broken tools and make it clearer that these files are left out
2609           intentionally (#461600).
2610
2611 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
2612
2613         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
2614         If the buffer was entirely clipped ... don't try sending it :)
2615
2616 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2617
2618         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
2619         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
2620         (gst_rtspsrc_create_transports_string),
2621         (gst_rtspsrc_prepare_transports):
2622         If we don't hav a session manager, set the caps on outgoing buffers
2623         ourselves.
2624         Force PAUSE/PLAY methods for now until the extensions can overwrite.
2625         Append final bit of the transport string even when it does not contain a
2626         placeholder.
2627
2628 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2629
2630         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
2631         (gst_rtsp_ext_list_connect):
2632         * gst/rtsp/gstrtspext.h:
2633         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2634         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
2635         Clean up the interface list.
2636         Allow connecting to interface signals for the extensions.
2637         Remove old extension code.
2638         Free list on cleanup.
2639         Allow extensions to send additional RTSP messages.
2640
2641 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2642
2643         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
2644         Handle a NULL gconf key gracefully by rendering the default element.
2645
2646 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2647
2648         * gst/rtsp/gstrtspext.h:
2649         Fix include path for extension interface.
2650
2651 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2652
2653         * gst/audiofx/audioamplify.h:
2654         Also remove a now unecessary variable here.
2655
2656 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2657
2658         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
2659         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
2660         * gst/audiofx/audiodynamic.c:
2661         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
2662         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
2663         * gst/audiofx/audiodynamic.h:
2664         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
2665         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
2666         * gst/audiofx/audioinvert.h:
2667         Don't save format information ourselves, this is already saved in
2668         GstAudioFilter.
2669
2670 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
2671
2672         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2673         (gst_rtsp_ext_list_stream_select):
2674         * gst/rtsp/gstrtspext.h:
2675         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
2676         Use rank to filter out extensions.
2677         Add url to stream_select interface call.
2678
2679 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2680
2681         * gst/rtsp/Makefile.am:
2682         * gst/rtsp/base64.c:
2683         * gst/rtsp/base64.h:
2684         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2685         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
2686         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
2687         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
2688         (gst_rtsp_ext_list_setup_media),
2689         (gst_rtsp_ext_list_configure_stream),
2690         (gst_rtsp_ext_list_get_transports),
2691         (gst_rtsp_ext_list_stream_select):
2692         * gst/rtsp/gstrtspext.h:
2693         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
2694         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
2695         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
2696         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2697         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
2698         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
2699         (gst_rtspsrc_stream_configure_tcp),
2700         (gst_rtspsrc_stream_configure_mcast),
2701         (gst_rtspsrc_stream_configure_udp),
2702         (gst_rtspsrc_stream_configure_udp_sink),
2703         (gst_rtspsrc_stream_configure_transport),
2704         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2705         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2706         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
2707         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
2708         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2709         (gst_rtspsrc_parse_methods),
2710         (gst_rtspsrc_create_transports_string),
2711         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
2712         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
2713         (gst_rtspsrc_play), (gst_rtspsrc_pause),
2714         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
2715         * gst/rtsp/gstrtspsrc.h:
2716         * gst/rtsp/rtsp.h:
2717         * gst/rtsp/rtspconnection.c:
2718         * gst/rtsp/rtspconnection.h:
2719         * gst/rtsp/rtspdefs.c:
2720         * gst/rtsp/rtspdefs.h:
2721         * gst/rtsp/rtspext.h:
2722         * gst/rtsp/rtspextwms.c:
2723         * gst/rtsp/rtspextwms.h:
2724         * gst/rtsp/rtspmessage.c:
2725         * gst/rtsp/rtspmessage.h:
2726         * gst/rtsp/rtsprange.c:
2727         * gst/rtsp/rtsprange.h:
2728         * gst/rtsp/rtsptransport.c:
2729         * gst/rtsp/rtsptransport.h:
2730         * gst/rtsp/rtspurl.c:
2731         * gst/rtsp/rtspurl.h:
2732         * gst/rtsp/sdp.h:
2733         * gst/rtsp/sdpmessage.c:
2734         * gst/rtsp/sdpmessage.h:
2735         * gst/rtsp/test.c:
2736         Use shiny new RTSP and SDP library.
2737         Implement RTSP extensions using the new interface.
2738         Remove a lot of old code.
2739
2740 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
2741
2742         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2743         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
2744
2745 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2746
2747         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2748         Don't unref the outgoing buffer twice when dropping it because it's
2749         outside of the segment.
2750
2751 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2752
2753         * configure.ac:
2754         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
2755         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
2756         Use the new buffer clipping function from gstaudio here and
2757         require gst-plugins-base CVS.
2758         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
2759         For framed Wavpack buffers we require a valid timestamp.
2760
2761 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
2762
2763         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
2764         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
2765         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
2766         Clip raw audio and video when we can, keep track of current output
2767         segment.
2768         Don't leak buffers and events when there is no output pad.
2769         Improve debugging here and there.
2770
2771 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
2772
2773         * configure.ac:
2774           Sync liboil check with plugins-base.
2775
2776 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
2777
2778         * ext/annodex/Makefile.am:
2779           Fix CFLAGS/LIBS.
2780
2781         * ext/cdio/gstcdiocddasrc.c:
2782         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
2783           Include stdlib
2784
2785         * ext/cairo/Makefile.am:
2786         * gst/videofilter/Makefile.am:
2787         * tests/examples/level/Makefile.am:
2788           Use $(LIBM) instead of -lm
2789
2790 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2791
2792         * sys/v4l2/gstv4l2src.c:
2793           Add another example pipeline.
2794
2795 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2796
2797         Patch by: Alexander Eichner <alexeichi@yahoo.de>
2798
2799         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2800           Use define here.
2801
2802         * sys/v4l2/gstv4l2tuner.c:
2803         (gst_v4l2_tuner_set_frequency_and_notify):
2804           Don't touch the property - its still disabled.
2805
2806         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
2807         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
2808         * sys/v4l2/v4l2src_calls.h:
2809           Improve fallback format negotionation. Fixes #451388
2810
2811 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2812
2813         * tests/check/elements/videocrop.c: (GST_START_TEST):
2814           Fix the test.
2815
2816 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2817
2818         * docs/plugins/Makefile.am:
2819         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2820         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2821         * docs/plugins/inspect/plugin-jpeg.xml:
2822         * docs/plugins/inspect/plugin-png.xml:
2823         * ext/jpeg/gstjpegdec.c:
2824         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
2825         (gst_pngdec_sink_setcaps):
2826           More docs. More logs in pngdec.
2827
2828 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
2829
2830         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2831           Initialize num_buffers with minimum value.
2832
2833         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
2834         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
2835           Handle frame-size query failure gracefully.
2836
2837 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
2838
2839         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2840         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
2841         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
2842         of qt/aac files.
2843
2844 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
2845
2846         * ext/wavpack/gstwavpackdec.c:
2847         (gst_wavpack_dec_clip_outgoing_buffer):
2848         Fix buffer clipping to correctly clip to the segment stop.
2849
2850 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
2851
2852         * configure.ac:
2853         * tests/Makefile.am:
2854         Remove bogus check for libcheck, since we check for
2855         gstreamer-check and it pulls in the required info from there,
2856         and we weren't actually _using_ the information for libcheck
2857         ourselves anyway.
2858
2859 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
2860
2861         * configure.ac:
2862           Use pkg-config to locate check.
2863
2864 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
2865
2866         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
2867         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
2868         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
2869         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2870         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
2871         * gst/effectv/gstaging.c: (gst_agingtv_transform):
2872         * gst/effectv/gstdice.c: (gst_dicetv_transform):
2873         * gst/effectv/gstedge.c: (gst_edgetv_transform):
2874         * gst/effectv/gstquark.c: (gst_quarktv_transform):
2875         * gst/effectv/gstrev.c: (gst_revtv_transform):
2876         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
2877         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
2878         * gst/effectv/gstwarp.c: (gst_warptv_transform):
2879         * gst/matroska/matroska-demux.c:
2880         (gst_matroska_demux_add_wvpk_header),
2881         (gst_matroska_demux_check_subtitle_buffer),
2882         (gst_matroska_decode_buffer):
2883         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
2884           Fix build against core CVS.
2885
2886 2007-07-10  Edward Hervey  <bilboed@gmail.com>
2887
2888         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
2889         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
2890         don't have enough granularity to convert that boolean into a
2891         GstFlowReturn.
2892
2893 2007-07-06  Michael Smith <msmith@fluendo.com>
2894
2895         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
2896         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
2897         (gst_alawdec_change_state):
2898         * gst/law/alaw-decode.h:
2899         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
2900         (gst_mulawdec_class_init), (gst_mulawdec_init),
2901         (gst_mulawdec_chain), (gst_mulawdec_change_state):
2902         * gst/law/mulaw-decode.h:
2903           Fix capsnego bogosity in *law decoders. 
2904
2905 2007-07-06  Michael Smith <msmith@fluendo.com>
2906
2907         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
2908         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
2909         (gst_smokeenc_change_state):
2910         * ext/jpeg/gstsmokeenc.h:
2911           Remove stupidity in get/set caps functions.
2912           Fix some refcounting problems.
2913
2914 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
2915
2916         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
2917         Remove endianness-flipping hack that seems to have been required
2918         only because of a bug in ffmpegcolorspace.
2919         Partially Fixes: #451908
2920
2921 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
2922
2923         * docs/plugins/Makefile.am:
2924           Simplify --extra-dir as gtkdoc scans recursively.
2925
2926 2007-07-03  Wim Taymans  <wim@fluendo.com>
2927
2928         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2929
2930         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2931         Set the encoding-name in the rtp caps to all uppercase, as required by
2932         the caps spec.
2933         Some small cleanups in the error paths. Fixes #453037.
2934
2935 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
2936
2937         * ext/wavpack/gstwavpackparse.c:
2938         (gst_wavpack_parse_index_get_last_entry),
2939         (gst_wavpack_parse_index_get_entry_from_sample),
2940         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
2941         (gst_wavpack_parse_scan_to_find_sample):
2942         * ext/wavpack/gstwavpackparse.h:
2943         Use a GSList for the GArray that is used like a list anyway.
2944
2945 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
2946
2947         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
2948         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
2949         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
2950           Add state change function where we set 0/1 as default framerate in
2951           case our setcaps function isn't called, like it might not in a
2952           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
2953           gdkpixbufdec trying to create caps with a 0/0 framerate.
2954           Also post an error message on the bus if gst_pad_push() fails when
2955           called from our sink event handler (+1 for flow returns for event
2956           functions in 0.11) instead of failing silently.
2957
2958 2007-06-27  Wim Taymans  <wim@fluendo.com>
2959
2960         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
2961         Cast stack args to the proper types. Fixes #451249.
2962
2963 2007-06-27  Wim Taymans  <wim@fluendo.com>
2964
2965         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2966         (new_session_pad), (gst_rtspsrc_setup_streams):
2967         * gst/rtsp/gstrtspsrc.h:
2968         For container formats we only need to activate one of the streams so
2969         that we correctly signal no-more-pads. Fixes #451015.
2970
2971 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
2972
2973         * docs/plugins/gst-plugins-good-plugins.args:
2974         * docs/plugins/inspect/plugin-aasink.xml:
2975         * docs/plugins/inspect/plugin-alaw.xml:
2976         * docs/plugins/inspect/plugin-alpha.xml:
2977         * docs/plugins/inspect/plugin-alphacolor.xml:
2978         * docs/plugins/inspect/plugin-annodex.xml:
2979         * docs/plugins/inspect/plugin-apetag.xml:
2980         * docs/plugins/inspect/plugin-audiofx.xml:
2981         * docs/plugins/inspect/plugin-auparse.xml:
2982         * docs/plugins/inspect/plugin-autodetect.xml:
2983         * docs/plugins/inspect/plugin-avi.xml:
2984         * docs/plugins/inspect/plugin-cacasink.xml:
2985         * docs/plugins/inspect/plugin-cairo.xml:
2986         * docs/plugins/inspect/plugin-cdio.xml:
2987         * docs/plugins/inspect/plugin-cutter.xml:
2988         * docs/plugins/inspect/plugin-debug.xml:
2989         * docs/plugins/inspect/plugin-efence.xml:
2990         * docs/plugins/inspect/plugin-effectv.xml:
2991         * docs/plugins/inspect/plugin-esdsink.xml:
2992         * docs/plugins/inspect/plugin-flac.xml:
2993         * docs/plugins/inspect/plugin-flxdec.xml:
2994         * docs/plugins/inspect/plugin-gconfelements.xml:
2995         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2996         * docs/plugins/inspect/plugin-goom.xml:
2997         * docs/plugins/inspect/plugin-halelements.xml:
2998         * docs/plugins/inspect/plugin-icydemux.xml:
2999         * docs/plugins/inspect/plugin-id3demux.xml:
3000         * docs/plugins/inspect/plugin-jpeg.xml:
3001         * docs/plugins/inspect/plugin-ladspa.xml:
3002         * docs/plugins/inspect/plugin-level.xml:
3003         * docs/plugins/inspect/plugin-matroska.xml:
3004         * docs/plugins/inspect/plugin-mulaw.xml:
3005         * docs/plugins/inspect/plugin-multipart.xml:
3006         * docs/plugins/inspect/plugin-navigationtest.xml:
3007         * docs/plugins/inspect/plugin-ossaudio.xml:
3008         * docs/plugins/inspect/plugin-png.xml:
3009         * docs/plugins/inspect/plugin-quicktime.xml:
3010         * docs/plugins/inspect/plugin-rtp.xml:
3011         * docs/plugins/inspect/plugin-rtsp.xml:
3012         * docs/plugins/inspect/plugin-smpte.xml:
3013         * docs/plugins/inspect/plugin-speex.xml:
3014         * docs/plugins/inspect/plugin-taglib.xml:
3015         * docs/plugins/inspect/plugin-udp.xml:
3016         * docs/plugins/inspect/plugin-videobalance.xml:
3017         * docs/plugins/inspect/plugin-videobox.xml:
3018         * docs/plugins/inspect/plugin-videocrop.xml:
3019         * docs/plugins/inspect/plugin-videoflip.xml:
3020         * docs/plugins/inspect/plugin-videomixer.xml:
3021         * docs/plugins/inspect/plugin-wavenc.xml:
3022         * docs/plugins/inspect/plugin-wavparse.xml:
3023         * docs/plugins/inspect/plugin-ximagesrc.xml:
3024           Update docs with caps info.
3025
3026 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
3027
3028         * po/POTFILES.in:
3029           Add more files with translatable strings (#450878).
3030
3031 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
3032
3033         * MAINTAINERS:
3034         Updating all the maintainers files
3035
3036 2007-06-22  Edward Hervey  <edward@fluendo.com>
3037
3038         * ext/flac/gstflactag.c: (gst_flac_tag_init):
3039         * gst/interleave/deinterleave.c: (deinterleave_init),
3040         (deinterleave_sink_link):
3041         * gst/interleave/interleave.c: (interleave_init):
3042         * gst/median/gstmedian.c: (gst_median_init):
3043         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
3044         Fix memory leaks.
3045         * tests/check/elements/id3demux.c: (pad_added_cb):
3046         Remove unused variable.
3047
3048 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
3049
3050         * ext/gconf/gconf.h:
3051         Make the prototype of gst_gconf_get_key_for_sink_profile
3052         match the implementation.
3053         Patch by: Damien Carbery <damien dot carbery at sun dot com>
3054         Fixes: #449747
3055
3056 2007-06-20  Michael Smith <msmith@fluendo.com>
3057
3058         * gst/rtp/gstrtpdepay.c:
3059           Fix description - rtpdepay is not a payloader.
3060
3061 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
3062
3063         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
3064         (qtdemux_video_caps):
3065         * gst/qtdemux/qtdemux_fourcc.h:
3066           Add MJPG to the variants of motion jpeg.
3067
3068 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
3069
3070         * tests/check/Makefile.am:
3071         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
3072         * tests/check/elements/videocrop.c: (GST_START_TEST):
3073         * tests/check/elements/videofilter.c:
3074         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
3075         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
3076           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
3077           error flags are included and it errors out on compiler warnings
3078           for CVS builds; remove unused variables in various unit tests.
3079
3080 2007-06-19  Wim Taymans  <wim@fluendo.com>
3081
3082         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3083         (rtsp_connection_close), (rtsp_connection_free):
3084         Use threadsafe inet_ntop to convert an ip number to a string. 
3085         Fixes #447961.
3086         Don't leak fd (and ip) when freeing a connection without first closing
3087         it.
3088
3089 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
3090
3091         * configure.ac:
3092         Back to CVS
3093
3094         * gst-plugins-good.doap:
3095         Add 0.10.6 to the doap file.
3096
3097 === release 0.10.6 ===
3098
3099 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
3100
3101         * configure.ac:
3102           releasing 0.10.6, "Wobble Board"
3103
3104 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3105
3106         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3107         (rtsp_connection_free):
3108           Revert previous commit again, since we are frozen (sorry).
3109
3110 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3111
3112         Patch by: Peter Kjellerstedt <pkj at axis com>
3113
3114         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3115         (rtsp_connection_free):
3116           inet_ntoa() uses a static buffer internally, so we need to copy the
3117           returned string if we want to store it for later (#447961).
3118
3119 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3120
3121         * win32/vs6/autogen.dsp:
3122         * win32/vs6/gst_plugins_good.dsw:
3123         * win32/vs6/libgstalaw.dsp:
3124         * win32/vs6/libgstalpha.dsp:
3125         * win32/vs6/libgstalphacolor.dsp:
3126         * win32/vs6/libgstapetag.dsp:
3127         * win32/vs6/libgstaudiofx.dsp:
3128         * win32/vs6/libgstauparse.dsp:
3129         * win32/vs6/libgstautodetect.dsp:
3130         * win32/vs6/libgstavi.dsp:
3131         * win32/vs6/libgstcutter.dsp:
3132         * win32/vs6/libgstdirectdraw.dsp:
3133         * win32/vs6/libgstdirectsound.dsp:
3134         * win32/vs6/libgsteffectv.dsp:
3135         * win32/vs6/libgstflx.dsp:
3136         * win32/vs6/libgstgoom.dsp:
3137         * win32/vs6/libgsticydemux.dsp:
3138         * win32/vs6/libgstid3demux.dsp:
3139         * win32/vs6/libgstinterleave.dsp:
3140         * win32/vs6/libgstjpeg.dsp:
3141         * win32/vs6/libgstlevel.dsp:
3142         * win32/vs6/libgstmatroska.dsp:
3143         * win32/vs6/libgstmedian.dsp:
3144         * win32/vs6/libgstmonoscope.dsp:
3145         * win32/vs6/libgstmulaw.dsp:
3146         * win32/vs6/libgstmultipart.dsp:
3147         * win32/vs6/libgstqtdemux.dsp:
3148         * win32/vs6/libgstrtp.dsp:
3149         * win32/vs6/libgstrtsp.dsp:
3150         * win32/vs6/libgstsmpte.dsp:
3151         * win32/vs6/libgstspeex.dsp:
3152         * win32/vs6/libgstudp.dsp:
3153         * win32/vs6/libgstvideobalance.dsp:
3154         * win32/vs6/libgstvideobox.dsp:
3155         * win32/vs6/libgstvideocrop.dsp:
3156         * win32/vs6/libgstvideoflip.dsp:
3157         * win32/vs6/libgstvideomixer.dsp:
3158         * win32/vs6/libgstwaveform.dsp:
3159         * win32/vs6/libgstwavenc.dsp:
3160         * win32/vs6/libgstwavparse.dsp:
3161         Mark *.dsp & *.dsw as binary files and convert to DOS line
3162         endings, as they don't load into VS6 correctly otherwise.
3163
3164 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3165
3166         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3167         (rtsp_connection_connect):
3168         Fix the MingW build. 
3169         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
3170         Fixes: #446981
3171
3172 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3173
3174         * tests/check/elements/.cvsignore:
3175         * tests/icles/.cvsignore:
3176         Hush the buildbots up
3177
3178 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3179
3180         * configure.ac:
3181         * sys/Makefile.am:
3182         * sys/directdraw/Makefile.am:
3183         * sys/directsound/Makefile.am:
3184         * sys/waveform/Makefile.am:
3185         Make sure to dist everything needed for win32 builds.
3186
3187 2007-06-14  Edward Hervey  <edward@fluendo.com>
3188
3189         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
3190         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
3191         caps.
3192         Fixes #447458
3193
3194 2007-06-13  Wim Taymans  <wim@fluendo.com>
3195
3196         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
3197         Make sure we allocate enough memory for the codec_data.
3198         Fixes #447210.
3199
3200 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
3201
3202         * win32/MANIFEST:
3203         Add videocrop project file to the win32 manifest.
3204         * win32/vs6/gst_plugins_good.dsw:
3205         Add qtdemux,videocrop and waveform projects to the workspace.
3206         * win32/vs6/libgstqtdemux.dsp:
3207         Add zlib to the link list of qtdemux.
3208         * win32/vs6/libgstvideocrop.dsp:
3209         Add a project file for videocrop.
3210
3211 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3212
3213         * po/POTFILES.in:
3214         Add qtdemux for translation
3215
3216 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3217
3218         * configure.ac:
3219         * docs/plugins/Makefile.am:
3220         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3221         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3222         * docs/plugins/inspect/plugin-videocrop.xml:
3223         * gst-plugins-good.spec.in:
3224         * sys/Makefile.am:
3225         * tests/check/Makefile.am:
3226         * tests/icles/Makefile.am:
3227         * tests/icles/videocrop-test.c:
3228         Move videocrop and osxvideo from -bad.
3229
3230 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3231
3232         * configure.ac:
3233         * docs/plugins/Makefile.am:
3234         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3235         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3236         * docs/plugins/gst-plugins-good-plugins.args:
3237         * docs/plugins/inspect/plugin-qtdemux.xml:
3238         * docs/plugins/inspect/plugin-quicktime.xml:
3239         * win32/MANIFEST:
3240         Move qtdemux from -bad.
3241
3242         * gst-plugins-good.spec.in:
3243         Update spec file to reflect moving of qtdemux and wavpack
3244
3245 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3246         
3247         * win32/MANIFEST:
3248         * docs/plugins/Makefile.am:
3249         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3250         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3251         * docs/plugins/inspect/plugin-directdraw.xml:
3252         * docs/plugins/inspect/plugin-directsound.xml:
3253         * docs/plugins/inspect/plugin-waveform.xml:
3254         Move the waveform plugin from -bad too. Update the inspect xml
3255         files to mention Plugins Good instead of Plugins Bad.
3256
3257 2007-06-12  Andy Wingo  <wingo@pobox.com>
3258
3259         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
3260         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
3261         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
3262         finalization and resuscitation. No longer public.
3263         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
3264         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
3265         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
3266         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
3267         miniobject semantics, and be threadsafe.
3268         (gst_v4l2src_queue_frame): Remove this function, as we just call
3269         the ioctls directly in the two places where we queue buffers.
3270         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
3271         directly.
3272         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
3273         to allocate the pool, which also preallocates the GstBuffers.
3274         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
3275         queueing the frames directly.
3276         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
3277         mmap buffers have been dequeued.
3278
3279         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
3280         real MiniObject instead of rolling our own refcounting and
3281         finalizing. Give it a lock.
3282         (struct _GstV4l2Buffer): Remove one intermediary object, having
3283         the buffers hold the struct v4l2_buffer directly.
3284
3285         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
3286         capture_init so that it can set them on the buffers that it will
3287         create.
3288         (gst_v4l2src_get_read): For better or for worse, include the
3289         timestamping and offsetting code here; really we should be using
3290         bufferalloc though.
3291         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
3292         preallocated, mmap'd buffers.
3293
3294 2007-06-11  Wim Taymans  <wim@fluendo.com>
3295
3296         Patch by: daniel fischer <dan at f3c dot com>
3297
3298         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
3299         (gst_ximage_src_get_caps):
3300         Actually use the display_name property so that we can dump any
3301         available X display. Fixes #445905.
3302
3303 2007-06-11  Wim Taymans  <wim@fluendo.com>
3304
3305         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3306
3307         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
3308         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
3309         Add missing rate fields to caps. Fixes #441118.
3310
3311 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
3312
3313         * win32/vs6/gst_plugins_good.dsw:
3314         * win32/vs8/gst-plugins-good.sln:
3315         Add DirectSound and DirectDraw sinks project files to
3316         workspace and solution files.
3317
3318 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3319
3320         Patch by: Josh Coalson <xflac at yahoo dot com>,
3321         updated by Alexis Ballier <aballier at gentoo dot org>:
3322
3323         * configure.ac:
3324         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
3325         (gst_flac_dec_setup_seekable_decoder),
3326         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
3327         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
3328         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
3329         * ext/flac/gstflacdec.h:
3330         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3331         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
3332         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
3333         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
3334         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
3335         (gst_flac_enc_chain), (gst_flac_enc_set_property),
3336         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
3337         * ext/flac/gstflacenc.h:
3338         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
3339         
3340 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3341
3342         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
3343         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
3344         not necessary anymore as we need at least that core version. 
3345
3346 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3347
3348         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3349         (gst_wavpack_dec_chain):
3350         * ext/wavpack/gstwavpackdec.h:
3351         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3352         (gst_wavpack_parse_push_buffer):
3353         * ext/wavpack/gstwavpackparse.h:
3354         Improve discont handling by checking if the next Wavpack block has
3355         the expected, following block index.
3356
3357 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3358
3359         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
3360           Fix element description.
3361
3362 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3363
3364         * configure.ac:
3365         * docs/plugins/Makefile.am:
3366         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3367         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3368         * docs/plugins/gst-plugins-good-plugins.args:
3369         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3370         * docs/plugins/gst-plugins-good-plugins.signals:
3371         * docs/plugins/inspect/plugin-autodetect.xml:
3372         * docs/plugins/inspect/plugin-gconfelements.xml:
3373         * docs/plugins/inspect/plugin-ladspa.xml:
3374         * docs/plugins/inspect/plugin-rtp.xml:
3375         * docs/plugins/inspect/plugin-wavpack.xml:
3376         * ext/Makefile.am:
3377         * tests/check/Makefile.am:
3378           move wavpack plugin.  See #352605.
3379
3380 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
3381
3382         * configure.ac:
3383         * docs/plugins/Makefile.am:
3384         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3385         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3386         * docs/plugins/gst-plugins-good-plugins.args:
3387         * sys/Makefile.am:
3388         * win32/MANIFEST:
3389         Add DirectDraw & DirectSound plugins to the build and docs.
3390
3391 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
3392
3393         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
3394         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
3395           When operating in pull mode, error out correct on not-linked.
3396
3397 2007-06-06  Andy Wingo  <wingo@pobox.com>
3398
3399         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
3400         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
3401         format and size if the ioctls are defined; should fix compilation
3402         on Linux < 2.16.19.
3403
3404 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
3405
3406         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
3407           Printf fixes in debug statements; use LOG level for debug statements
3408           that are printed for each and every frame; convert c++ comments to
3409           C-style comments; not much point using g_try_malloc() if we then not
3410           even check the return value.
3411
3412 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
3413
3414         * configure.ac:
3415           Bump requirements to released versions (core and base 0.10.13).
3416
3417         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
3418           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
3419           own implementation.
3420
3421 2007-06-05  Andy Wingo  <wingo@pobox.com>
3422
3423         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
3424         some useless comments.
3425
3426         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
3427         frames before calling STREAMON, that might leave them in a state
3428         where they can't be dequeued if we go back to NULL without calling
3429         STREAMON, according to the docs.
3430         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
3431         before we call STREAMON.
3432         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
3433         failures. (For me this code hung.) The pool refcounting is still
3434         crack; added a note to that effect.
3435
3436 2007-06-05  Wim Taymans  <wim@fluendo.com>
3437
3438         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
3439         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
3440         Add support for mapping gst structure names to the MIME type equivalent.
3441         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
3442
3443 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3444
3445         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3446         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
3447         (gst_wavenc_chain), (gst_wavenc_change_state):
3448         * gst/wavenc/gstwavenc.h:
3449         Properly write wav files with width!=depth by having the depth most
3450         significant bytes set and all others zero. Fixes #442535.
3451
3452 2007-06-01  Wim Taymans  <wim@fluendo.com>
3453
3454         * gst/rtsp/rtspconnection.c:
3455         Add include to make buildbot happy.
3456
3457 2007-06-01  Wim Taymans  <wim@fluendo.com>
3458
3459         Patch by: Peter Kjellerstedt  <pkj at axis com>
3460
3461         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3462         (rtsp_connection_connect), (add_date_header),
3463         (rtsp_connection_send), (parse_response_status),
3464         (parse_request_line), (parse_line), (rtsp_connection_receive):
3465         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
3466         * gst/rtsp/rtspdefs.h:
3467         * gst/rtsp/rtspmessage.c: (key_value_foreach),
3468         (rtsp_message_init_request), (rtsp_message_init_response),
3469         (rtsp_message_remove_header), (rtsp_message_append_headers),
3470         (rtsp_message_dump):
3471         * gst/rtsp/rtspmessage.h:
3472         Improves version checking, allowing an RTSP server to reply with "505
3473         RTSP Version not supported.
3474         Adds a Date header to all messages.
3475         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
3476         want to be able to send a response even if something in the request was
3477         invalid. EINVAL is only used when passing wrong arguments to functions.
3478         Do not handle an invalid method in parse_request_line(). Defer this to
3479         the caller so it can respond with "405 Method Not Allowed".
3480         Improves parsing of the timeout parameter to the Session header,
3481         allowing whitespace after the semicolon. 
3482         Avoids a compiler warning due to variables shadowing a function argument.
3483
3484 2007-06-01  Wim Taymans  <wim@fluendo.com>
3485
3486         Based on Patch by: Daniel Charles <dcharles at ti dot com>
3487
3488         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
3489         (gst_rtp_amr_depay_process):
3490         * gst/rtp/gstrtpamrdepay.h:
3491         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
3492         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
3493         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
3494         * gst/rtp/gstrtpamrpay.h:
3495         Add support for AMR-WB.
3496         Small cleanups such as using BOILERPLATE.
3497
3498 2007-05-31  Wim Taymans  <wim@fluendo.com>
3499
3500         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
3501         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
3502
3503 2007-05-30  Andy Wingo  <wingo@pobox.com>
3504
3505         * sys/v4l2/gstv4l2object.h: 
3506         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
3507         unintended changes.
3508
3509         * sys/v4l2/v4l2src_calls.h: 
3510         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
3511         the format list in the order that the driver gives it to us.
3512         (gst_v4l2src_probe_caps_for_format_and_size)
3513         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
3514         based on the capabilities of the device.
3515         (gst_v4l2src_grab_frame): Update for object variable renaming.
3516         (gst_v4l2src_set_capture): Update to be strict in its parameters,
3517         as in the set_caps below.
3518         (gst_v4l2src_capture_init): Update for object variable renaming,
3519         and reflow.
3520         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
3521         (gst_v4l2src_capture_deinit): Update for object variable renaming.
3522         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
3523         (gst_v4l2src_get_fps): Remove; these functions don't have much
3524         meaning outside of an atomic set_caps method.
3525         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
3526         known.
3527
3528         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
3529         call to update_fps; not sure about this change.
3530         (gst_v4l2_tuner_set_norm): Work around the fact that for the
3531         moment we don't have an update_fps_func.
3532
3533         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
3534         structures in the object, just store what we need. Do store the
3535         probed caps of the device. Don't store the current frame rate.
3536
3537         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
3538         update_fps_function, for now. Update for new object variable
3539         naming.
3540         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
3541         new object variable naming.
3542         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
3543         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
3544         (gst_v4l2src_get_caps): Rework to probe the device for supported
3545         frame sizes and frame rates.
3546         (gst_v4l2src_set_caps): Rework to be strict in the given
3547         parameters: if someone asks us to have a certain size and rate,
3548         that is what we configure.
3549         (gst_v4l2src_get_read): Update for object variable naming. Don't
3550         leak buffers on short reads.
3551         (gst_v4l2src_get_mmap): Update for object variable naming, and add
3552         comments.
3553         (gst_v4l2src_create): Update for object variable naming.
3554
3555 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3556
3557         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
3558         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
3559         * gst/avi/gstavidemux.h:
3560           Parse subtitle text streams instead of erroring out (#442034). Still
3561           needs a parser for the subtitles to actually show up.
3562
3563 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3564
3565         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
3566         (gst_avi_demux_loop):
3567           Make _push_event() return TRUE if the event could be pushed on at
3568           least one pad and not only if it could be pushed on all pads,
3569           otherwise we'll end up posting an error message on EOS if one or
3570           more source pads are not connected.
3571
3572 2007-05-28  Wim Taymans  <wim@fluendo.com>
3573
3574         * gst/rtsp/rtsptransport.c:
3575         Use renamed RTP bin.
3576
3577 2007-05-28  Wim Taymans  <wim@fluendo.com>
3578
3579         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
3580
3581         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
3582         (gst_video_box_set_property), (gst_video_box_transform_caps),
3583         (video_box_recalc_transform), (gst_video_box_set_caps),
3584         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
3585         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
3586         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
3587         (gst_video_box_i420_i420), (gst_video_box_transform),
3588         (plugin_init):
3589         Add AYUV->AYUV and AYUV->I420 formats. 
3590         Fix negotiation and I420->AYUV conversion.
3591         Fixes #429329.
3592
3593 2007-05-26  Wim Taymans  <wim@fluendo.com>
3594
3595         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
3596         Use different variables for nested for loops so that the outer loop
3597         functions properly and speex files with multiple frames per buffer work
3598         properly.
3599         Fixes #441408.
3600
3601 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3602
3603         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
3604           Don't leak newsegment events.
3605
3606 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3607
3608         * gst/wavparse/Makefile.am:
3609           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
3610           drags it in.
3611
3612 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3613
3614         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3615         (notgst_value_array_append_buffer),
3616         (gst_flac_enc_process_stream_headers),
3617         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
3618         (gst_flac_enc_change_state):
3619         * ext/flac/gstflacenc.h:
3620           Collect headers, add "streamheader" field to output caps and set
3621           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
3622           produces output according to the official FLAC-to-Ogg mapping
3623           instead of completely broken files. Fixes #426044.
3624
3625 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3626
3627         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
3628         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
3629         (gst_id3demux_sink_event):
3630         * gst/id3demux/gstid3demux.h:
3631         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
3632         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
3633         (gst_tag_demux_send_new_segment):
3634         Handle and adjust new-segment events so that downstream really
3635         sees a stream with the tag pieces stripped off the front and back.
3636         Fixes strangeness in seeking when mp3 decoders use the new-segment
3637         byte position to estimate their current playback position timestamp
3638         and then the arriving buffers don't match up.
3639
3640 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3641
3642         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
3643           Don't unnecessarily perform a READY->NULL->READY transition on the
3644           detected audio sink when starting up. Fixes: #440127
3645
3646 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
3647
3648         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
3649         (gst_flac_enc_chain):
3650           Don't crash in chain function if setcaps hasn't been called.
3651
3652 2007-05-24  Wim Taymans  <wim@fluendo.com>
3653
3654         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
3655         Init value to avoid infinte loops.
3656
3657 2007-05-24  Wim Taymans  <wim@fluendo.com>
3658
3659         Patch by: Peter Kjellerstedt  <pkj at axis com>
3660
3661         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
3662         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
3663         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3664         (gst_rtspsrc_play):
3665         (rtsp_connection_send), (rtsp_connection_receive):
3666         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
3667         Fix for new API.
3668
3669         * gst/rtsp/rtspconnection.c: (add_auth_header),
3670         Only add authorisation and session headers when sending messages.
3671
3672         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
3673         (rtsp_message_init_request), (rtsp_message_init_response),
3674         (rtsp_message_unset), (rtsp_message_add_header),
3675         (rtsp_message_remove_header), (rtsp_message_get_header),
3676         (rtsp_message_append_headers), (dump_key_value),
3677         (rtsp_message_dump):
3678         * gst/rtsp/rtspmessage.h:
3679         Add support for multiple headers of the same type by storing the parsed
3680         headers in a GArray instaed of a hashtable.
3681
3682 2007-05-21  Wim Taymans  <wim@fluendo.com>
3683
3684         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
3685         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
3686         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
3687         safer shutdown.
3688
3689 2007-05-21  Wim Taymans  <wim@fluendo.com>
3690
3691         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
3692         * gst/rtsp/gstrtpdec.h:
3693         Added signal for backwards compat.
3694
3695 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3696         
3697         Patch by: René Stadler <mail at renestadler dot de>
3698
3699         * configure.ac:
3700         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
3701         (gst_au_parse_parse_header), (gst_au_parse_chain):
3702         * gst/auparse/gstauparse.h:
3703         Use audioconvert for converting from non-native endianness floats
3704         in auparse instead of doing it ourself. Fixes #424527.
3705         This needs the audioconvert from plugins-base CVS.
3706         
3707 2007-05-21  Wim Taymans  <wim@fluendo.com>
3708
3709         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3710         (gst_rtp_h263p_pay_flush):
3711         Fix enum registration.
3712
3713 2007-05-21  Wim Taymans  <wim@fluendo.com>
3714
3715         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
3716
3717         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3718         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
3719         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
3720         (gst_rtp_h263p_pay_flush):
3721         * gst/rtp/gstrtph263ppay.h:
3722         Add new fragmentation mode base on GOB headers. Fixes #438940.
3723
3724 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
3725
3726         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
3727           Printf format fix.
3728
3729 2007-05-18  Wim Taymans  <wim@fluendo.com>
3730
3731         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
3732         Don't crash when an unsupported transport error was returned by the
3733         server, just try to configure the next stream. Fixes #439255.
3734
3735 2007-05-18  Wim Taymans  <wim@fluendo.com>
3736
3737         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
3738         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
3739         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
3740         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3741         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
3742         * gst/rtsp/gstrtspsrc.h:
3743         Add TCP timeout property and use it for all TCP connection.
3744
3745         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3746         (rtsp_connection_write), (rtsp_connection_next_timeout),
3747         (rtsp_connection_reset_timeout):
3748         Make connect and writes cancelable and make them use the timeout.
3749
3750 2007-05-18  Wim Taymans  <wim@fluendo.com>
3751
3752         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3753         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
3754         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3755         (gst_rtspsrc_setup_streams):
3756         Refactor timeout handling.
3757         Also send keep-alive when dealing with TCP transport.
3758
3759         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3760         (rtsp_connection_free), (rtsp_connection_next_timeout),
3761         (rtsp_connection_reset_timeout):
3762         * gst/rtsp/rtspconnection.h:
3763         Use a timer to handle the session timeouts, add some methods to deal
3764         with timeouts.
3765
3766 2007-05-17  Wim Taymans  <wim@fluendo.com>
3767
3768         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
3769         (gst_rtspsrc_setup_streams):
3770         Ignore streams that fail the setup command, we will retry with a
3771         different transport later on.
3772
3773         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
3774         (rtsp_ext_wms_configure_stream):
3775         Fix encoding name case.
3776
3777 2007-05-16  Edward Hervey  <edward@fluendo.com>
3778
3779         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
3780         Fix build on macosx.
3781
3782 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3783
3784         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
3785         Replace direct comparison of a string with the string literal "" with
3786         a comparison of the first character with '\0'. Fixes #438926.
3787
3788 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3789
3790         * gst/debug/breakmydata.c (gst_break_my_data_init):
3791           One more try. This should be the proper fix now.
3792
3793 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3794
3795         * gst/debug/breakmydata.c:
3796           Ooops, no // comments please.
3797
3798 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3799
3800         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
3801         (gst_break_my_data_init):
3802           Fix gst_buffer_is_writable() assertion.
3803
3804 2007-05-14  David Schleef  <ds@schleef.org>
3805
3806         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
3807           video/x-raw-bayer.  Fixes #314160.
3808
3809 2007-05-14  Wim Taymans  <wim@fluendo.com>
3810
3811         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
3812         (gst_rtp_theora_depay_parse_configuration):
3813         * gst/rtp/gstrtptheorapay.c: (encode_base64),
3814         (gst_rtp_theora_pay_finish_headers),
3815         (gst_rtp_theora_pay_handle_buffer):
3816         Update theora pay/depayloader in a similar to vorbis.
3817
3818         * gst/rtp/gstrtpvorbisdepay.c:
3819         (gst_rtp_vorbis_depay_parse_configuration):
3820         Update docs.
3821
3822 2007-05-14  Wim Taymans  <wim@fluendo.com>
3823
3824         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
3825         When we try to execute a method that is not supported by the server,
3826         don't error out but remove the method from the accepted methods so that
3827         we never try to perform this method again.
3828
3829 2007-05-14  Wim Taymans  <wim@fluendo.com>
3830
3831         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
3832         Remove annoying _dump_mem.
3833
3834 2007-05-14  Wim Taymans  <wim@fluendo.com>
3835
3836         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
3837         Parse range correctly.
3838
3839         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
3840         The baseurl now always has a '/' at the start.
3841
3842 2007-05-14  Wim Taymans  <wim@fluendo.com>
3843
3844         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
3845         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
3846         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3847         Factor out caps configuration and configure more stuff such as the time
3848         ranges and speed/scale values.
3849
3850         * gst/rtsp/rtsptransport.c:
3851         Add Copyright after non-trival fixes.
3852
3853 2007-05-12  Wim Taymans  <wim@fluendo.com>
3854
3855         Patch by: Peter Kjellerstedt  <pkj at axis com>
3856
3857         * gst/rtsp/gstrtspsrc.h:
3858         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
3859         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
3860         (rtsp_message_get_header):
3861         * gst/rtsp/rtspmessage.h:
3862         Make channel guint8 where possible.
3863         Make rtsp_message_init_data() take the channel as a guint8.
3864
3865         * gst/rtsp/rtspdefs.c:
3866         Fixed a typo: Timout -> Timeout
3867
3868         * gst/rtsp/rtspdefs.h:
3869         Make RTSP_CHECK() behave as a statement.
3870
3871         * gst/rtsp/sdpmessage.c:
3872         Avoid a compiler warning in INIT_ARRAY().
3873         Fixes #437692.
3874
3875 2007-05-12  Wim Taymans  <wim@fluendo.com>
3876
3877         Patch by: Peter Kjellerstedt  <pkj at axis com>
3878
3879         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
3880         (rtsp_url_get_request_uri):
3881         * gst/rtsp/rtspurl.h:
3882         Add support for query parameters to RTSP URLs.
3883
3884 2007-05-12  Wim Taymans  <wim@fluendo.com>
3885
3886         Patch by: Peter Kjellerstedt  <pkj at axis com>
3887
3888         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
3889         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
3890         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
3891         (rtsp_transport_parse), (rtsp_transport_as_text):
3892         * gst/rtsp/rtsptransport.h:
3893         Add validation to rtsp_transport_parse().
3894         Add rtsp_transport_as_text() to generate an RTSP header from an
3895         RTSPTransport.
3896         Change ssrc to guint (was a string) since that is what it is, even
3897         though it is sent as a hex string.
3898         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
3899         incorrect, which can be seen when looking at the examples in the RFC).
3900         Fixes #437670.
3901
3902 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
3903
3904         Patch by: Eric Anholt
3905
3906         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
3907           gst_ximage_src_ximage_get):
3908         Use union of all damage between frames to make it faster.
3909         Fixes bug #342463.
3910         Also fix crasher when cursor is at bottom right of window.
3911
3912 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
3913
3914         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
3915           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
3916           streaming mode regression for file from #343837 with 'bext' chunk
3917           before the 'fmt' chunk.
3918
3919 2007-05-11  Wim Taymans  <wim@fluendo.com>
3920
3921         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
3922         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
3923         (gst_rtspsrc_handle_src_event),
3924         (gst_rtspsrc_stream_configure_manager),
3925         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
3926         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
3927         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3928         * gst/rtsp/gstrtspsrc.h:
3929         * gst/rtsp/rtspdefs.h:
3930         Preliminary seek support.
3931         Activate internal pads so that we can receive events on them.
3932         Don't try to parse a range string when it's NULL.
3933
3934 2007-05-11  Wim Taymans  <wim@fluendo.com>
3935
3936         * gst/rtp/README:
3937         Update README with new RTP variables that will be used for
3938         synchronisation.
3939
3940         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
3941         (gst_rtp_vorbis_depay_parse_configuration),
3942         (gst_rtp_vorbis_depay_process):
3943         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
3944         (gst_rtp_vorbis_pay_finish_headers),
3945         (gst_rtp_vorbis_pay_handle_buffer):
3946         Update vorbis pay and depayloader to draft-04.
3947
3948 2007-05-11  Wim Taymans  <wim@fluendo.com>
3949
3950         * gst/rtsp/rtsptransport.c:
3951         UDP MCAST is actually the default for RTP/AVP.
3952 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
3953
3954         * gst/level/gstlevel.c: (gst_level_transform_ip):
3955         Use guint8 * instead of gpointer then vs6 can build 
3956         in_data += (filter->width / 8).
3957
3958 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
3959
3960         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
3961           gst_ximage_src_ximage_get):
3962         * sys/ximage/gstximagesrc.h (last_ximage):
3963         When using Damage actually keep the last frame, and not assume
3964         that the buffer we get already has the last frame on it.
3965         Copy the cursor over if we specify a non-zero start x and
3966         start y.
3967
3968 2007-05-11  Wim Taymans  <wim@fluendo.com>
3969
3970         * gst/rtsp/rtsptransport.c:
3971         Make UDP the default transport when not specified.
3972
3973 2007-05-09  David Schleef  <ds@schleef.org>
3974
3975         * gst/level/gstlevel.c:
3976           Revert last change.
3977
3978 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
3979
3980         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
3981         (gst_level_transform_ip):
3982         Use guint8 * instead of gpointer then vs6 know the size of data
3983         pointed when moving the pointer.
3984         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
3985         Move instructions after variables declaration.
3986         * win32/vs6/autogen.dsp:
3987         * win32/vs6/libgstrtp.dsp:
3988         * win32/vs6/libgstrtsp.dsp:
3989         Update vs6 project files.
3990
3991 2007-05-09  Wim Taymans  <wim@fluendo.com>
3992
3993         * gst/rtsp/Makefile.am:
3994         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
3995         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
3996         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
3997         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
3998         (rtsp_range_free):
3999         * gst/rtsp/rtsprange.h:
4000         Add code to parse time ranges.
4001         Report DURATION on the stream when possible.
4002
4003 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
4004
4005         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
4006         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
4007         (gst_videomixer_collected):
4008           Fix strides calculation for AYUV (it's just width*4) (#436910).
4009
4010 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4011
4012         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
4013         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
4014         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
4015         Sync the GObject properties before each processing step to properly
4016         work with the controller.
4017
4018 2007-05-04  Wim Taymans  <wim@fluendo.com>
4019
4020         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
4021         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4022         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
4023         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
4024         (gst_rtspsrc_change_state):
4025         Let more error state trickle down so that we can catch more error
4026         cases.
4027         Handle keep-alive a little smarter by selecting a method the server
4028         actually supports.
4029         Fix a race in UDP streaming shutdown.
4030
4031 2007-05-04  Wim Taymans  <wim@fluendo.com>
4032
4033         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
4034         Ignore errors when trying to use the keep-alive messages.
4035
4036 2007-05-04  Wim Taymans  <wim@fluendo.com>
4037
4038         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
4039         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
4040         (gst_rtspsrc_stream_configure_manager),
4041         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
4042         (gst_rtspsrc_stream_configure_mcast),
4043         (gst_rtspsrc_stream_configure_udp),
4044         (gst_rtspsrc_stream_configure_udp_sink),
4045         (gst_rtspsrc_stream_configure_transport):
4046         Send RTCP messages back to the server over the TCP connection.
4047
4048         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
4049         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4050         (rtsp_connection_receive):
4051         * gst/rtsp/rtspconnection.h:
4052         Factor out and expose lowlevel _write and _read methods.
4053         Implement sending data messages to the server.
4054
4055 2007-05-03  Wim Taymans  <wim@fluendo.com>
4056
4057         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
4058         (gst_multipart_mux_collected):
4059         Fix timestamps on outgoing buffers.
4060
4061 2007-05-03  Wim Taymans  <wim@fluendo.com>
4062
4063         * gst/multipart/multipartmux.c:
4064         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
4065         (gst_multipart_mux_change_state):
4066         Emit NEWSEGMENT events before pushing the first buffer.
4067
4068 2007-05-03  Wim Taymans  <wim@fluendo.com>
4069
4070         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4071         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
4072         (gst_rtspsrc_handle_src_query),
4073         (gst_rtspsrc_stream_configure_manager),
4074         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
4075         (gst_rtspsrc_stream_configure_mcast),
4076         (gst_rtspsrc_stream_configure_udp),
4077         (gst_rtspsrc_stream_configure_udp_sink),
4078         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
4079         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
4080         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4081         (gst_rtspsrc_pause):
4082         Refactor transport configuration code.
4083         Create internal pads for TCP transport so that we can implement events
4084         and queries.
4085         Handle events and queries.
4086         Parse range from the SDP.
4087         Fix race in pause handler where the connection could still be flushing.
4088
4089 2007-05-02  Wim Taymans  <wim@fluendo.com>
4090
4091         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4092         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
4093         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4094         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
4095         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
4096         (gst_rtspsrc_change_state):
4097         * gst/rtsp/gstrtspsrc.h:
4098         Fix race when multiple udp sources post timeouts, just act on the first
4099         received timeout.
4100         Protect stream list with a recursive lock to fix some races.
4101         Flush connection when we need to do a reconnect or stop.
4102         Make state lock recursive.
4103
4104         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4105         (rtsp_connection_close):
4106         Some small cleanups.
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_stream_data):
4112         Only set DISCONT when there actually is a discont or when we just
4113         started.
4114
4115 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4116
4117         * ext/flac/gstflac.c: (plugin_init):
4118         Call bindtextdomain() to get localized strings.
4119
4120 2007-05-02  Wim Taymans  <wim@fluendo.com>
4121
4122         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4123         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
4124         (gst_wavparse_stream_data):
4125         * gst/wavparse/gstwavparse.h:
4126         Be a bit more clever when dealing with VBR files with FACT tags, we
4127         don't want to timestamp buffers in that case but the estimated BPS can
4128         be used for seeking.
4129         Only send close segment in the streaming thread.
4130
4131 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4132
4133         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
4134         Correctly post an error on the bus if something went wrong in the loop
4135         function. This fixes a few cases where the task was paused and nothing
4136         happened anymore.
4137
4138 2007-05-02  Wim Taymans  <wim@fluendo.com>
4139
4140         * gst/rtsp/test.c: (main):
4141         Fix compilation of deprecated test just because I'm too lazy to delete
4142         it.
4143
4144 2007-05-02  Wim Taymans  <wim@fluendo.com>
4145
4146         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4147         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4148         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
4149         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
4150         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4151         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
4152         * gst/rtsp/gstrtspsrc.h:
4153         Fix sending RTCP to the right place.
4154         Fix bug in reffing the wrong UDP element.
4155         Use new pad names for the session manager.
4156         Implement handling server requests in interleaved and UDP modes.
4157         Handle session keep-alive in UDP modes.
4158         Remove GCond for handling UDP timeouts.
4159
4160         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4161         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4162         (rtsp_connection_receive), (rtsp_connection_close):
4163         * gst/rtsp/rtspconnection.h:
4164         Store connection IP address for later.
4165         Add timeout args to all operations that might block forever.
4166         Parse session timeout.
4167         Only close sockets when not already closed.
4168
4169         * gst/rtsp/rtspdefs.c:
4170         * gst/rtsp/rtspdefs.h:
4171         Add timeout return value and error string.
4172
4173         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
4174         Add small comment.
4175
4176 2007-05-01  Wim Taymans  <wim@fluendo.com>
4177
4178         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4179
4180         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
4181         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
4182         * gst/rtp/gstrtpmp4vpay.h:
4183         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
4184
4185 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
4186
4187         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4188           Remove v4l2src from docs, since it breaks the docs build, and the
4189           plugin is only built if --enable-experimental is used anyway.
4190
4191         * docs/plugins/Makefile.am:
4192           Spaces => tab.
4193
4194 2007-04-29  Wim Taymans  <wim@fluendo.com>
4195
4196         * gst/udp/gstmultiudpsink.c: (leave_multicast),
4197         (gst_multiudpsink_add), (gst_multiudpsink_remove):
4198         Add code to drop membership of a multicast group.
4199
4200         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
4201         (gst_udpsink_set_uri):
4202         Implement URI handler.
4203
4204         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4205         (gst_rtspsrc_parse_rtpinfo):
4206         Use URI handler to make udpsink instace.
4207         Improve code to configure port and destination.
4208
4209 2007-04-29  Wim Taymans  <wim@fluendo.com>
4210
4211         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
4212         Fix multicast detection.
4213         Don't try to join a multicast group if the address is not multicast.
4214
4215         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
4216         Small debug improvement.
4217
4218 2007-04-27  Wim Taymans  <wim@fluendo.com>
4219
4220         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4221         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4222         (gst_rtspsrc_handle_message):
4223         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
4224         parent.
4225
4226 2007-04-27  Wim Taymans  <wim@fluendo.com>
4227
4228         * gst/rtp/gstrtpilbcdepay.h:
4229         Fix mode property when specified as an arg.
4230
4231 2007-04-26  Edward Hervey  <edward@fluendo.com>
4232
4233         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4234         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4235         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4236         * docs/plugins/inspect/plugin-osxaudio.xml:
4237         Add documentation for osxaudio plugin.
4238
4239 2007-04-26  Wim Taymans  <wim@fluendo.com>
4240
4241         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4242         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4243         (gst_rtspsrc_open), (gst_rtspsrc_close),
4244         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4245         (gst_rtspsrc_pause):
4246         * gst/rtsp/gstrtspsrc.h:
4247         Protect state changes with a lock.
4248
4249         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4250         (parse_line):
4251         * gst/rtsp/rtspconnection.h:
4252         Remove some unused stuff.
4253
4254 2007-04-26  Wim Taymans  <wim@fluendo.com>
4255
4256         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4257         Handle the case where there are exactly 0 bytes to read and the ioctl
4258         did not report an error. Fixes #433530.
4259
4260 2007-04-26  Wim Taymans  <wim@fluendo.com>
4261
4262         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4263         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4264         * gst/wavparse/gstwavparse.h:
4265         Apply DISCONT to buffers.
4266         Only apply timestamp to the first sample after a DISCONT, too many VBR
4267         files cause random jitter in the timestamps. Fixes #433119.
4268
4269 2007-04-25  Wim Taymans  <wim@fluendo.com>
4270
4271         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
4272         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
4273         (gst_rtp_dec_get_property):
4274         * gst/rtsp/gstrtpdec.h:
4275         Add dummy latency property to be backwards compat with rtpbin.
4276
4277         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4278         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4279         (gst_rtspsrc_stream_configure_transport),
4280         (gst_rtspsrc_parse_rtpinfo):
4281         * gst/rtsp/gstrtspsrc.h:
4282         Add latency property and configure in the session manager.
4283         Don't set invalid clock-base and seqnum-base on caps, some servers
4284         sometimes don't send them.
4285
4286 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4287
4288         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
4289         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
4290           Double-check that RGB input caps are really RGBA caps (apparently
4291           the core doesn't always catch it if those caps aren't a subset of
4292           our template caps, also see #421543). Fixes #429319 in a way.
4293           Also, don't leak the pad template in the transform_caps function.
4294
4295         * tests/check/Makefile.am:
4296         * tests/check/elements/.cvsignore:
4297         * tests/check/elements/alphacolor.c: (setup_alphacolor),
4298         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
4299         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
4300         (GST_START_TEST), (alphacolor_suite):
4301           Add some basic unit tests for alphacolor.
4302
4303 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4304
4305         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
4306           If we get a fatal flow return in the loop function, first post the
4307           error message and only then send the EOS event downstream, otherwise
4308           applications might get an eos message before the error message and
4309           think everything was ok (related to #429319).
4310
4311 2007-04-25  Wim Taymans  <wim@fluendo.com>
4312
4313         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4314         Read the channel byte as an unsigned byte.
4315
4316 2007-04-25  Wim Taymans  <wim@fluendo.com>
4317
4318         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
4319         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
4320         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
4321         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
4322         (gst_rtp_gsm_depay_setcaps):
4323         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4324         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
4325         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
4326         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
4327         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
4328         (gst_ilbc_depay_get_property):
4329         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
4330         * gst/rtp/gstrtpmp4adepay.c:
4331         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
4332         (gst_rtp_pcma_depay_setcaps):
4333         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
4334         (gst_rtp_pcmu_depay_setcaps):
4335         Make sure we configure the clock_rate in the baseclass in the setcaps
4336         function. Fixes #431282.
4337
4338 2007-04-25  Wim Taymans  <wim@fluendo.com>
4339
4340         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4341         (gst_rtspsrc_stream_free), (request_pt_map),
4342         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
4343         * gst/rtsp/gstrtspsrc.h:
4344         Parse server address from SDP.
4345         Hook up a udpsink to send RTCP back to the server.
4346
4347         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4348         * gst/rtsp/rtsptransport.h:
4349         Add some docs.
4350
4351 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
4352
4353         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4354           Make header field check conditional. Fixes #433135
4355
4356 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
4357
4358         * docs/plugins/Makefile.am:
4359         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4360         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4361         * docs/plugins/inspect/plugin-alphacolor.xml:
4362         * gst/alpha/Makefile.am:
4363         * gst/alpha/gstalphacolor.c:
4364         * gst/alpha/gstalphacolor.h:
4365           Add minimal docs blurb to alphacolor; split out headers into
4366           separate header file for gtk-doc.
4367
4368 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
4369
4370         * gst/debug/progressreport.c: (gst_progress_report_report):
4371           Don't try to post NULL message (in case we can't query upstream
4372           position or duration).
4373
4374 2007-04-18  Michael Smith  <msmith@fluendo.com>
4375
4376         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
4377         (gst_cutter_get_caps):
4378         * gst/cutter/gstcutter.h:
4379           Fix some of the most obvious bugs in cutter. Now doesn't leak
4380           everything if input is silent.
4381
4382 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
4383
4384         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4385         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
4386         * gst/wavenc/gstwavenc.h:
4387         Wav apparently only supports width==GST_ROUND_UP(depth), everything
4388         else results in a invalid block align and invalid files.
4389
4390 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
4391
4392         Patch by: Snaik <snaik32 gmail com>
4393
4394         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
4395           Add missing break statement for BOX_HORIZONTAL case.
4396
4397 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4398
4399         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
4400
4401         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4402         Use correct format strings for integer types.
4403
4404 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4405
4406         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
4407         (gst_wavparse_create_sourcepad):
4408         Use gst_riff_create_audio_template_caps () instead of the local caps.
4409         This makes updates of the local caps unecessary whenever libgstriff
4410         gets support for new formats.
4411
4412 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4413
4414         Patch by: Brian Cameron  <brian.cameron at sun dot com>
4415
4416         * sys/sunaudio/gstsunaudio.c:
4417         * sys/sunaudio/gstsunaudiomixer.c:
4418         * sys/sunaudio/gstsunaudiomixer.h:
4419         * sys/sunaudio/gstsunaudiomixerctrl.c:
4420         * sys/sunaudio/gstsunaudiomixerctrl.h:
4421         * sys/sunaudio/gstsunaudiomixertrack.h:
4422         * sys/sunaudio/gstsunaudiosink.c:
4423         * sys/sunaudio/gstsunaudiosink.h:
4424         * sys/sunaudio/gstsunaudiosrc.c:
4425         * sys/sunaudio/gstsunaudiosrc.h:
4426           Fix and/or update copyright attributions (#430228).
4427
4428 2007-04-13  Wim Taymans  <wim@fluendo.com>
4429
4430         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4431         Fix docs.
4432
4433         * gst/rtsp/URLS:
4434         Add some more example urls.
4435
4436         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4437         (gst_rtp_dec_chain_rtp):
4438         Better debugging.
4439
4440         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
4441         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4442         (gst_rtspsrc_parse_rtpinfo):
4443         Remove unused code.
4444
4445 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4446
4447         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4448         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4449         (gst_wavparse_stream_data):
4450           Relax the audio/mpeg caps again and add FIXME: comment.
4451
4452 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4453
4454         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4455         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4456         (gst_wavparse_stream_data):
4457         * gst/wavparse/gstwavparse.h:
4458           More sanity check for the header fields. Fix type for 'rate' header
4459           field.
4460
4461 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4462
4463         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
4464         (gst_icydemux_unicodify):
4465           If the metadata strings we get in the stream are not UTF-8, try to
4466           interpret them according to the character encodings specified in the
4467           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
4468           only fall back to locale/ISO-8859-1 if those aren't set or don't
4469           work. Should fix #428901.
4470
4471 2007-04-12  Wim Taymans  <wim@fluendo.com>
4472
4473         * gst/rtp/gstrtph264depay.c:
4474         Use the proper sync word for SPS and PPS.
4475
4476 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4477
4478         * gst/rtp/Makefile.am:
4479         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
4480           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
4481         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
4482           Add a simple hashing implementation that we can use to generate
4483           a 24-bit ident value based on the codebooks for vorbis and theora.
4484         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
4485           gst_rtp_theora_pay_handle_buffer):
4486         * gst/rtp/gstrtpvorbisdepay.c
4487           (gst_rtp_vorbis_depay_parse_configuration,
4488           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
4489         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
4490           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
4491           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
4492           Use the hashing function, ensuring that the same codebooks result
4493           in the same ident and thus the same SDP description.
4494           Various log fixes/changes.
4495
4496 2007-04-12  Wim Taymans  <wim@fluendo.com>
4497
4498         Patch by: jerry tan <jerry dot tan at sun dot com>
4499
4500         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
4501         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
4502         application's responsibility to make sure it open the device once.
4503         Remove a careless error if AUDIODEV is set. Fixes #392620.
4504
4505 2007-04-12  Wim Taymans  <wim@fluendo.com>
4506
4507         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4508         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
4509         * gst/rtsp/gstrtpdec.h:
4510         Make backward compat with rtpbin by adding the request-pt-map signals.
4511
4512         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
4513         (new_session_pad), (request_pt_map),
4514         (gst_rtspsrc_stream_configure_transport),
4515         (gst_rtspsrc_stream_configure_caps),
4516         (gst_rtspsrc_activate_streams):
4517         * gst/rtsp/gstrtspsrc.h:
4518         Implement request-pt-map signals instead of setting caps on the buffers
4519         for the session manager.
4520
4521 2007-04-11  Wim Taymans  <wim@fluendo.com>
4522
4523         * gst/udp/gstudp.c: (plugin_init):
4524         Register GstNetBuffer in plugin_init so that the type can be used from
4525         multiple threads without races.
4526
4527 2007-04-10  Wim Taymans  <wim@fluendo.com>
4528
4529         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
4530         (gst_rtp_amr_depay_process):
4531         Fix depayloader clock_rate and some cleanups.
4532
4533         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
4534         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4535         * gst/rtp/gstrtph264depay.h:
4536         Don't push codec_data in the adapter because it might get flushed when
4537         we get a discont.
4538
4539         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4540         Handle multiple AU per packet.
4541
4542         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
4543         (gst_rtp_sv3v_depay_plugin_init):
4544         Disable rank, this one does not work.
4545         Remove timestamping, base class does that.
4546
4547 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
4548
4549         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
4550           limit caps to the formats we announce in the template
4551
4552         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4553         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4554         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
4555           fix some crashers/asserts when dealing with broken files
4556
4557 2007-04-10  Wim Taymans  <wim@fluendo.com>
4558
4559         Patch by: Peter Kjellerstedt  <pkj at axis com>
4560
4561         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
4562         * gst/rtp/gstrtpL16depay.c:
4563         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4564         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
4565         (gst_rtp_speex_depay_setcaps):
4566         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4567         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
4568         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
4569         Fix some compiler warnings. Fixes #428182.
4570
4571 2007-04-06  Wim Taymans  <wim@fluendo.com>
4572
4573         * gst/rtsp/Makefile.am:
4574         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
4575         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
4576         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
4577         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
4578         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
4579         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
4580         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
4581         (create_rtcp), (gst_rtp_dec_request_new_pad),
4582         (gst_rtp_dec_release_pad):
4583         * gst/rtsp/gstrtpdec.h:
4584         * gst/rtsp/gstrtsp.c: (plugin_init):
4585         Morph RTPDec into something compatible with RTPBin as a fallback.
4586         Various other style fixes.
4587
4588         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
4589         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
4590         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
4591         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
4592         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4593         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
4594         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4595         * gst/rtsp/gstrtspsrc.h:
4596         Implement RTPBin session manager handling.
4597         Don't try to add empty properties to caps.
4598         Implement fallback session manager, handling.
4599         Don't combine errors from RTCP streams, just ignore them.
4600
4601         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
4602         * gst/rtsp/rtsptransport.h:
4603         Implement fallback session manager.
4604         Make RTPBin the default one when available.
4605
4606 2007-04-05  Wim Taymans  <wim@fluendo.com>
4607
4608         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4609         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
4610         This element is ready to be autoplugged.
4611
4612 2007-04-05  Julien MOUTTE  <julien@moutte.net>
4613
4614         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
4615         Don't leave the offsets defined by upstream element on the
4616         compressed data buffer we are pushing downstream. Make them
4617         GST_BUFFER_OFFSET_NONE.
4618
4619 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
4620
4621         * gst/avi/README:
4622         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
4623         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
4624         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
4625         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
4626         (gst_avi_demux_calculate_durations_from_index),
4627         (gst_avi_demux_stream_header_push),
4628         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
4629         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
4630           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
4631
4632 2007-04-03  Wim Taymans  <wim@fluendo.com>
4633
4634         * gst/smpte/barboxwipes.c:
4635         Fix error as spotted by Snaik <snaik32 at gmail dot com>
4636
4637 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4638
4639         * gst/wavparse/gstwavparse.c:
4640         Support audio/x-raw-float in wav files. This only works with
4641         plugins-base CVS, using an older version doesn't have any
4642         disadvantages though.
4643
4644 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4645
4646         * configure.ac:
4647         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4648         (gst_au_parse_parse_header), (gst_au_parse_chain):
4649         * gst/auparse/gstauparse.h:
4650         Revert last change as we don't want plugins-good to depend on
4651         plugins-base CVS now.
4652
4653 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4654
4655         * configure.ac:
4656         Require gst-plugins-base CVS for audioconvert with non-native
4657         float support and width/depth fix in libgstriff.
4658
4659         Patch by: René Stadler <mail at renestadler dot de>
4660
4661         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4662         (gst_au_parse_parse_header), (gst_au_parse_chain):
4663         * gst/auparse/gstauparse.h:
4664         Don't swap the floats ourself if they're not in native endianness.
4665         Instead let audioconvert handle this. Fixes #339838.
4666
4667 2007-03-29  Wim Taymans  <wim@fluendo.com>
4668
4669         * gst/rtp/gstasteriskh263.h:
4670         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
4671         (gst_rtp_h263p_depay_change_state):
4672         * gst/rtp/gstrtph263pdepay.h:
4673         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4674         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
4675         (gst_rtp_h264_depay_change_state):
4676         * gst/rtp/gstrtph264depay.h:
4677         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4678         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
4679         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4680         Flush adapter on disconts.
4681
4682 2007-03-29  Wim Taymans  <wim@fluendo.com>
4683
4684         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
4685         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
4686         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
4687         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
4688         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4689         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
4690         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4691         (gst_rtp_mp4v_depay_process):
4692         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
4693         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
4694         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
4695         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
4696         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
4697         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4698         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
4699         Use more efficient adapter and rtpbuffer methods when possible.
4700
4701 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4702
4703         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4704         (gst_wavenc_sink_setcaps):
4705         Correctly handle width!=depth input.
4706         * gst/wavparse/gstwavparse.c:
4707         Already export in the caps that width==8 uses unsigned samples and
4708         everything else uses signed samples.
4709
4710 2007-03-29  Wim Taymans  <wim@fluendo.com>
4711
4712         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4713
4714         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
4715         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
4716         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
4717         (gst_dynudpsink_close):
4718         * gst/udp/gstdynudpsink.h:
4719         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
4720         (gst_udpsrc_create), (gst_udpsrc_set_property),
4721         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
4722         * gst/udp/gstudpsrc.h:
4723         Rework the socket allocation a bit based on the sockfd argument so that
4724         it becomes usable.
4725         Add a closefd property to instruct the udp elements to close the custom
4726         file descriptors when going to READY. Fixes #423304.
4727         API:GstUDPSrc::closefd property
4728         API:GstDynUDPSink::closefd property
4729
4730 2007-03-29  Wim Taymans  <wim@fluendo.com>
4731
4732         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4733
4734         * gst/rtp/Makefile.am:
4735         * gst/rtp/gstrtp.c: (plugin_init):
4736         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
4737         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4738         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
4739         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4740         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
4741         (gst_rtp_h264_pay_plugin_init):
4742         * gst/rtp/gstrtph264pay.h:
4743         Added H264 payloader. Fixes #423782.
4744
4745         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4746         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4747         Small fixes.
4748
4749 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4750
4751         * gst/wavparse/gstwavparse.c:
4752         Actually support depths from 1 to 32, not only 8 to 32.
4753
4754 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4755
4756         * gst/wavparse/gstwavparse.c:
4757         Add support for wav files containing audio/x-raw-int with random
4758         depths between 1 and 32 bits.
4759
4760 2007-03-28  Wim Taymans  <wim@fluendo.com>
4761
4762         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
4763
4764         * gst/rtp/Makefile.am:
4765         * gst/rtp/gstrtp.c: (plugin_init):
4766         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
4767         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
4768         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
4769         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
4770         (gst_rtp_mp4a_depay_get_property),
4771         (gst_rtp_mp4a_depay_change_state),
4772         (gst_rtp_mp4a_depay_plugin_init):
4773         * gst/rtp/gstrtpmp4adepay.h:
4774         Added MP4A-LATM depayloader. Fixes #417792.
4775
4776         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4777         (gst_rtp_mp4v_depay_process):
4778         Fixup depayloader, setting codec_data, using more efficient adaptor and
4779         rtpbuffer handling.
4780
4781         * gst/rtsp/URLS:
4782         Add url to test above.
4783
4784 2007-03-25  Wim Taymans  <wim@fluendo.com>
4785
4786         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
4787         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
4788         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
4789         (gst_rtspsrc_media_to_caps),
4790         (gst_rtspsrc_stream_configure_transport),
4791         (gst_rtspsrc_stream_configure_caps),
4792         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
4793         * gst/rtsp/gstrtspsrc.h:
4794         Handle default clock-rates for static payload types, rearrange stuff so
4795         that the rtpmap field in the sdp can override the defaults.
4796         Parse RTP-Info field to get the seqnum and timebase fields that should
4797         go in the caps.
4798         Delay configuring caps after we got the RTP-Info from the PLAY reply from
4799         the server. 
4800
4801 2007-03-22  Wim Taymans  <wim@fluendo.com>
4802
4803         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
4804
4805         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
4806         Accept complex pipeline descriptions as an audio profile instead of just
4807         a single element. Fixes #420658.
4808
4809 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
4810
4811         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
4812           Rename registered type in preparation of GstTagDemux moving to
4813           -base at some point in the future.
4814
4815 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
4816
4817         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4818           Streaming mode fixes: don't unref buffer we don't own any longer;
4819           remove bogus adapter flush. Fixes #419338.
4820
4821 2007-03-17  David Schleef  <ds@schleef.org>
4822
4823         * REQUIREMENTS: Change the format to key/value, add a bunch of
4824           information, remove a bunch of requirements that are for
4825           other GStreamer packages.
4826
4827 2007-03-17  David Schleef  <ds@schleef.org>
4828
4829         * REQUIREMENTS: Fix a few things.  This file really needs a
4830         good once-over.
4831
4832 2007-03-15  Edward Hervey  <edward@fluendo.com>
4833
4834         * sys/Makefile.am:
4835         Don't forget to distribute the sys/osxaudio/ directory.
4836
4837 2007-03-15  Edward Hervey  <edward@fluendo.com>
4838
4839         * configure.ac:
4840         * sys/Makefile.am:
4841         * sys/osxaudio/Makefile.am:
4842         * sys/osxaudio/gstosxaudio.c:
4843         * sys/osxaudio/gstosxaudiosink.c:
4844         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
4845         (gst_osx_audio_sink_getcaps),
4846         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
4847         * sys/osxaudio/gstosxaudiosrc.c:
4848         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
4849         (gst_osx_audio_src_create_ringbuffer):
4850         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
4851         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
4852         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
4853         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
4854         * sys/osxaudio/gstosxringbuffer.h:
4855         Activate osxaudio in gst-plugins-good with proper build setup.
4856         Add inlined documentation.
4857         Fix debug statements
4858         Fix ringbuffer when pausing.
4859         Fixes #323471
4860
4861 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4862         * gst/rtp/gstrtppcmapay.c:
4863         * gst/rtp/gstrtppcmapay.h:
4864         * gst/rtp/gstrtppcmupay.c:
4865         * gst/rtp/gstrtppcmupay.h:
4866         Ported mulaw and alaw payloaders to use new base class
4867
4868 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4869
4870         * po/af.po:
4871         * po/az.po:
4872         * po/cs.po:
4873         * po/en_GB.po:
4874         * po/it.po:
4875         * po/nl.po:
4876         * po/or.po:
4877         * po/sq.po:
4878         * po/sr.po:
4879         * po/sv.po:
4880         * po/uk.po:
4881         * po/vi.po:
4882           Update translations.
4883
4884 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
4885
4886         * configure.ac:
4887           Fix string replace error (AG_AG_GST_* => AG_GST_*).
4888
4889 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4890
4891         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
4892           Fix handling of -1 values for start and stop values when seeking,
4893           and SEEK_CUR+SEEK_END here as well.
4894
4895 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
4896
4897         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
4898           Fix handling of -1 values for start and stop values when seeking, 
4899           and SEEK_CUR+SEEK_END.
4900
4901 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4902
4903         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
4904           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
4905           the image format a variable-length NUL-terminated string; in
4906           versions before that the image format is a fixed-length string of
4907           3 characters (see #348644 for a sample tag).
4908           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
4909
4910 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
4911
4912         * win32/MANIFEST:
4913         Add new project files to MANIFEST.
4914         * win32/vs6/libgstaudiofx.dsp:
4915         * win32/vs6/libgstrtp.dsp:
4916         * win32/vs6/libgstrtsp.dsp:
4917         Update project files.
4918         
4919 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
4920
4921         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
4922         (gst_avi_demux_parse_index):
4923         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
4924         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
4925           Printf format fixes; also add some missing quotes in translated
4926           strings. Fixes #416728 and #416727.
4927
4928 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4929
4930         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
4931           Tim and I can't think of any reason the child audio sink needs to 
4932           be set back to NULL after successfully determining that it can 
4933           reach READY - it gets immediately set back to READY by the caller
4934           anyway, causing an unnecessary close/open of any audio devices
4935           involved.
4936
4937 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4938
4939         * po/LINGUAS:
4940         * po/ja.po:
4941           Add ja.po file from #377306.
4942
4943 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4944
4945         * sys/sunaudio/gstsunaudio.c: (plugin_init):
4946         * sys/sunaudio/gstsunaudiomixertrack.c:
4947         (gst_sunaudiomixer_track_new):
4948           Actually translate sunaudio mixer track labels instead of just
4949           marking the strings as translatable (#377306); clean up weird
4950           label string mapping code that serves no apparent purpose. Also
4951           set the 'untranslated-label' property when creating mixer tracks
4952           if the GstMixerTrack base class supports this.
4953
4954         * tests/check/Makefile.am:
4955         * tests/check/elements/.cvsignore:
4956         * tests/check/elements/sunaudio.c: (GST_START_TEST),
4957         (sunaudio_suite):
4958           Very minimalistic unit test for sunaudiomixer element (compiles, but not
4959           actually tested on a system where sunaudiomixer is available).
4960
4961 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4962
4963         * tests/check/Makefile.am:
4964         Re-enable the states test and see if it works on the buildbots.
4965
4966 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4967
4968         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
4969         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
4970         (gst_dvdec_change_state):
4971         * ext/dv/gstdvdec.h:
4972         Infer pixel-aspect-ratio from the video frame format if it isn't
4973         provided by the container, as happens when playing DV from AVI
4974         or Quicktime containers.
4975
4976         Patch by: Wim Taymans <wim@fluendo.com>
4977         Fixes #380944
4978
4979 2007-03-09  Wim Taymans  <wim@fluendo.com>
4980
4981         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
4982         When activated, remove the udpsrc timeout, we have dataflow and timeouts
4983         will later be handled by the jitterbuffer.
4984
4985 2007-03-09  Wim Taymans  <wim@fluendo.com>
4986
4987         * ext/taglib/gstid3v2mux.cc:
4988         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
4989         Fixes #414496.
4990         
4991         Patch by: Alex Lancaster <alexl at users sourceforge net>
4992
4993 2007-03-09  Wim Taymans  <wim@fluendo.com>
4994
4995         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4996         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
4997         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
4998         (gst_avi_demux_chain):
4999         Fix stream position reporting after a seek. Fixes #416445.
5000
5001 2007-03-08  Wim Taymans  <wim@fluendo.com>
5002
5003         Patch by: René Stadler <mail at renestadler dot de>
5004
5005         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
5006         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
5007         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
5008         Make avidemux accept optional header chunks in any order.
5009         Fixes #415446.
5010
5011 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
5012
5013         * tests/check/Makefile.am:
5014         Disable the states check until the remaining Valgrind errors
5015         are fixed or suppressed.
5016
5017 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5018
5019         * tests/check/elements/.cvsignore:
5020           Add audiodynamic check to .cvsignore
5021
5022 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5023
5024         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5025
5026         * gst/audiofx/Makefile.am:
5027         * gst/audiofx/audiodynamic.c:
5028         (gst_audio_dynamic_characteristics_get_type),
5029         (gst_audio_dynamic_mode_get_type),
5030         (gst_audio_dynamic_set_process_function),
5031         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
5032         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
5033         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
5034         (gst_audio_dynamic_transform_hard_knee_compressor_int),
5035         (gst_audio_dynamic_transform_hard_knee_compressor_float),
5036         (gst_audio_dynamic_transform_soft_knee_compressor_int),
5037         (gst_audio_dynamic_transform_soft_knee_compressor_float),
5038         (gst_audio_dynamic_transform_hard_knee_expander_int),
5039         (gst_audio_dynamic_transform_hard_knee_expander_float),
5040         (gst_audio_dynamic_transform_soft_knee_expander_int),
5041         (gst_audio_dynamic_transform_soft_knee_expander_float),
5042         (gst_audio_dynamic_transform_ip):
5043         * gst/audiofx/audiodynamic.h:
5044         * gst/audiofx/audiofx.c: (plugin_init):
5045         Add new audiodynamic element which can act as a compressor or
5046         expander. Supported are hard-knee and soft-knee operation modes with
5047         user-specified ratio and threshold.
5048         Attack and release parameters are not yet implemented but will follow.
5049         * docs/plugins/Makefile.am:
5050         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5051         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5052         * docs/plugins/gst-plugins-good-plugins.args:
5053         * docs/plugins/inspect/plugin-audiofx.xml:
5054         Integrate audiodynamic into the docs.
5055         * tests/check/Makefile.am:
5056         * tests/check/elements/audiodynamic.c: (setup_dynamic),
5057         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
5058         Add unit test for audiodynamic.
5059
5060 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
5061
5062         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
5063         Free handles that we allocated when exiting via the error paths.
5064
5065 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
5066
5067         * gst/level/gstlevel.c: (gst_level_class_init),
5068         (gst_level_set_caps), (gst_level_start), (gst_level_event),
5069         (gst_level_transform_ip):
5070         * gst/level/gstlevel.h:
5071           Resolve message timestamps against the playback segment.
5072
5073 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5074
5075         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
5076         (gst_id3demux_sink_activate):
5077           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
5078           caps passed to it (previously one code path assumed it took ownership
5079           while another one assumed it didn't, while in fact it sometimes did and
5080           sometimes didn't ...).
5081
5082         * configure.ac:
5083         * tests/files/Makefile.am:
5084         * tests/files/id3-407349-1.tag:
5085         * tests/files/id3-407349-2.tag:
5086           Add directory where data for unit tests can be stored.
5087
5088         * tests/Makefile.am:
5089         * tests/check/Makefile.am:
5090         * tests/check/elements/.cvsignore:
5091         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
5092         (read_tags_from_file), (run_check_for_file),
5093         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
5094           Add unit test for id3demux, and in particular for bug #407349. Only
5095           testing pull-mode for now; push mode doesn't work yet because the test
5096           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
5097
5098 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5099
5100         * tests/check/Makefile.am:
5101           Add missing backslash at end of line.
5102
5103 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5104
5105         Trigger rebuild.
5106
5107 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5108
5109         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
5110         * gst/id3demux/id3tags.h:
5111         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
5112         (parse_obsolete_tdat_frame):
5113           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
5114           the four-digit number will be interpreted as a year, whereas it is
5115           month and day in DDMM format. Instead, parse TDAT frames and fix up
5116           the date in the GST_TAG_DATE tag later if we also extracted a year.
5117           Fixes #407349.
5118
5119 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5120
5121         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5122         (gst_switch_commit_new_kid):
5123         Fix up the dispose logic so it doesn't leak, and fix setting of 
5124         the child state so that we don't set a child to our current state 
5125         just as we are changing it to something else.
5126
5127 2007-03-06  Wim Taymans  <wim@fluendo.com>
5128
5129         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
5130         (gst_goom_chain):
5131         * gst/goom/gstgoom.h:
5132         Document, fix and improve goom adapter behaviour.
5133         Fixes #407006.
5134
5135 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5136
5137         * ext/esd/esdsink.c: (gst_esdsink_open):
5138         Unref static pad template after using it.
5139
5140 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5141
5142         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5143         (gst_switch_commit_new_kid):
5144         Fix up the reference counting of the child elements.
5145
5146 2007-03-05  Wim Taymans  <wim@fluendo.com>
5147
5148         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
5149         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
5150         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
5151         Fix encoding-name case.
5152
5153 2007-03-05  Wim Taymans  <wim@fluendo.com>
5154
5155         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
5156         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
5157         (gst_rtp_speex_depay_process):
5158         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
5159         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
5160         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
5161         (gst_rtp_speex_pay_change_state):
5162         * gst/rtp/gstrtpspeexpay.h:
5163         Fix speex (de)payloader. Fixes #358040.
5164
5165 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5166
5167         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
5168         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
5169         Install fakesink in NULL by fixing some broken logic. This obviates
5170         the need to manually set _IS_SINK.
5171         Add some comments and remove a little cruft while I'm at it.
5172
5173 2007-03-05  Wim Taymans  <wim@fluendo.com>
5174
5175         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
5176         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
5177
5178 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
5179
5180         * po/POTFILES.in:
5181           Update.
5182
5183 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5184
5185         * tests/check/Makefile.am:
5186         Gah! Also disable gconfvideosink from the tests, otherwise
5187         it will instantiate autovideosink, and dfbvideosink and
5188         leak on the buildbots.
5189
5190 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5191
5192         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
5193         (gst_cdio_cdda_src_finalize):
5194         Make sure we always destroy our libcdio handle.
5195
5196 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5197
5198         * tests/check/Makefile.am:
5199         Disable autovideosink so the buildbots don't barf over memory
5200         leaked in the directfb sink.
5201
5202 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5203
5204         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
5205         Chain up in dispose
5206
5207 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5208
5209         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
5210         (gst_multipart_find_pad_by_mime):
5211         Use gst_pad_new_from_static_template instead of
5212         static_pad_template_get+pad_new.
5213
5214 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5215
5216         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
5217         Catch the case where no clock has been set.
5218
5219 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5220
5221         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
5222         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
5223         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
5224         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
5225         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
5226         (gst_gconf_audio_src_finalize), (do_toggle_element):
5227         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
5228         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
5229         (do_toggle_element):
5230         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
5231         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
5232         (gst_gconf_video_src_finalize), (do_toggle_element):
5233         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
5234         (gst_switch_sink_reset), (gst_switch_sink_set_child):
5235         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
5236         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
5237         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5238         (gst_shout2send_init), (gst_shout2send_finalize):
5239         * gst/debug/testplugin.c: (gst_test_class_init),
5240         (gst_test_finalize):
5241         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
5242         (gst_flxdec_dispose):
5243         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
5244         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
5245         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5246         (gst_rtspsrc_finalize):
5247         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
5248         * gst/rtsp/rtspextwms.h:
5249         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
5250         (gst_smpte_finalize):
5251         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
5252         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
5253         (gst_udpsink_finalize):
5254         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
5255         (gst_wavparse_sink_activate):
5256         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
5257         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
5258         (gst_oss_src_finalize):
5259         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
5260         * sys/v4l2/gstv4l2object.h:
5261         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5262         (gst_v4l2src_finalize):
5263         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
5264
5265         Fix a bunch of leaks shown by the newly-added states test.
5266
5267 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5268
5269         * ext/dv/gstdvdec.c: (gst_dvdec_init):
5270         Use gst_pad_new_from_static_template instead of 
5271         static_pad_template_get+pad_new.
5272
5273 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
5274
5275         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5276
5277         * ext/libcaca/Makefile.am:
5278         * gst/debug/Makefile.am:
5279           Don't mix tabs and spaces (#414168).
5280
5281 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5282
5283         * tests/check/generic/.cvsignore:
5284           Ignore files to please buildbot.
5285
5286 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5287
5288         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
5289         (gst_wavparse_stream_data):
5290           Unbreak my previous commit (swapped nominator & denominator). Tim,
5291           thanks for spotting.
5292
5293 2007-03-02  Wim Taymans  <wim@fluendo.com>
5294
5295         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
5296         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
5297         (gst_cdio_cdda_src_finalize):
5298         Small code cleanups.
5299         Don't use pad_alloc as the base class cannot deal with the error codes.
5300
5301 2007-03-02  Wim Taymans  <wim@fluendo.com>
5302
5303         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
5304         (gst_udpsrc_create):
5305         Fix doc.
5306
5307 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5308
5309         Patch by: René Stadler <mail@renestadler.de>
5310
5311         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
5312         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
5313         (gst_wavparse_stream_data):
5314           Handle rounding better to not drop last sample frame. Fixes #356692
5315
5316 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
5317
5318         * tests/check/Makefile.am:
5319         Disable cacasink from the states check too - it also calls exit(1)
5320         on us when it can't find a terminal to talk to.
5321
5322 2007-03-02  Wim Taymans  <wim@fluendo.com>
5323
5324         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5325
5326         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5327         (gst_udpsrc_create), (gst_udpsrc_set_property),
5328         (gst_udpsrc_get_property):
5329         * gst/udp/gstudpsrc.h:
5330         Add support to strip proprietary headers. Fixes #350296.
5331
5332 2007-03-02  Wim Taymans  <wim@fluendo.com>
5333
5334         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
5335         Fix compilation.
5336
5337 2007-03-02  Wim Taymans  <wim@fluendo.com>
5338
5339         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5340
5341         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
5342         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
5343         (gst_rtp_mp2t_depay_set_property),
5344         (gst_rtp_mp2t_depay_get_property):
5345         * gst/rtp/gstrtpmp2tdepay.h:
5346         Add support to strip off proprietary headers. Fixes #350278.
5347
5348 2007-03-02  Wim Taymans  <wim@fluendo.com>
5349
5350         * ext/hal/hal.c:
5351         Fix compilation.
5352
5353 2007-03-02  Wim Taymans  <wim@fluendo.com>
5354
5355         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
5356         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
5357         (gst_sunaudiosrc_open):
5358         * sys/sunaudio/gstsunaudiosrc.h:
5359         Remove device-name from GstSunAudioSrc. Fixes #412597.
5360
5361 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5362
5363         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5364         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5365         Having NULL as UDI previously selected the default sink/src. Change
5366         this back but mention it in the debug output.
5367         * ext/hal/hal.c: (gst_hal_get_alsa_element),
5368         (gst_hal_get_oss_element), (gst_hal_get_string),
5369         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
5370         (gst_hal_get_audio_src):
5371         * ext/hal/hal.h:
5372         Refactor a bit, check all error conditions, greatly improve debugging
5373         and fix some possible memory leaks. Also implement OSS support
5374         and allow specifying an UDI that points to a real device. For this the
5375         child device which supports ALSA (preferred) or OSS is used.
5376         As a side effect this makes it impossible now to get a alsasink in
5377         halaudiosrc and a alsasrc in halaudiosink.
5378
5379 2007-03-01  Wim Taymans  <wim@fluendo.com>
5380
5381         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
5382         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
5383         Errors from the udp sources are not fatal unless all of them are in
5384         error.
5385
5386 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5387
5388         * tests/check/Makefile.am:
5389         Disable aasink in the states test. I suspect this is the element that
5390         is calling exit(1) when it can't proceed.
5391
5392 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5393
5394         * tests/check/Makefile.am:
5395         Draw plugins in from the build tree sys/ dir, rather than picking
5396         up the already installed versions.
5397
5398 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5399
5400         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
5401         Error out correctly when getting xcontext fails.
5402
5403 2007-03-01  Wim Taymans  <wim@fluendo.com>
5404
5405         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
5406         Make state change to PAUSED NO_PREROLL because that's what it will be in
5407         the future and rtspsrc relies on it.
5408
5409         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
5410         (gst_rtspsrc_change_state):
5411         Don't error out when we don't get an error from the state change
5412         function.
5413
5414 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5415
5416         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5417         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5418           Check if the device UDI is set before trying to query HAL
5419           about it and give a useful error message if it wasn't set.
5420         * ext/hal/hal.c: (gst_hal_get_string):
5421           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
5422           gives an assertion failure in D-Bus when running with
5423           DBUS_FATAL_WARNINGS=1.
5424
5425 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5426
5427         * configure.ac:
5428           Convert to new AG_GST style.
5429
5430 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5431
5432         * tests/check/Makefile.am:
5433         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
5434           add test for states
5435
5436 2007-02-28  Wim Taymans  <wim@fluendo.com>
5437
5438         * tests/check/elements/.cvsignore:
5439         Add new videofilter check to .cvsignore.
5440
5441 2007-02-28  Wim Taymans  <wim@fluendo.com>
5442
5443         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
5444         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5445         (gst_avi_demux_loop), (gst_avi_demux_chain):
5446         Fix combined flow return. Fixes #412608.
5447
5448 2007-02-28  Wim Taymans  <wim@fluendo.com>
5449
5450         * gst/videofilter/Makefile.am:
5451         Dist header..
5452
5453 2007-02-28  Wim Taymans  <wim@fluendo.com>
5454
5455         * gst/videofilter/gstgamma.h:
5456         Add header too.
5457
5458 2007-02-28  Wim Taymans  <wim@fluendo.com>
5459
5460         Patch by: Mark Nauwelaerts <manauw at skynet be>
5461
5462         * gst/videofilter/Makefile.am:
5463         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
5464         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
5465         (gst_gamma_get_property), (gst_gamma_calculate_tables),
5466         (oil_tablelookup_u8), (gst_gamma_set_caps),
5467         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
5468         Port gamma filter to 0.10. Fixes #412704.
5469
5470         * tests/check/Makefile.am:
5471         * tests/check/elements/videofilter.c: (setup_filter),
5472         (cleanup_filter), (check_filter), (GST_START_TEST),
5473         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
5474         Add unit tests for videofilters.
5475
5476 2007-02-28  Wim Taymans  <wim@fluendo.com>
5477
5478         * gst/rtsp/URLS:
5479         Add another interesting test url.
5480
5481         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
5482         Don't allow getting header fields from data packets.
5483
5484 2007-02-28  Michael Smith  <msmith@fluendo.com>
5485
5486         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5487         (gst_shout2send_init), (gst_shout2send_start),
5488         (gst_shout2send_set_property), (gst_shout2send_get_property):
5489         * ext/shout2/gstshout2.h:
5490           Add a property for username.
5491
5492 2007-02-27  Christian Schallerr <christian@fluendo.com>
5493
5494         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
5495
5496 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5497
5498         * gst/rtsp/Makefile.am:
5499         Fix make check too.
5500
5501 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5502
5503         * gst/rtsp/base64.c: (util_base64_encode):
5504         * gst/rtsp/base64.h:
5505         Commit missing files for base64 encoding.
5506
5507 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5508
5509         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5510
5511         * configure.ac:
5512         * ext/annodex/Makefile.am:
5513         * ext/jpeg/Makefile.am:
5514         * ext/speex/Makefile.am:
5515         * gst/alpha/Makefile.am:
5516         * gst/cutter/Makefile.am:
5517         * gst/debug/Makefile.am:
5518         * gst/effectv/Makefile.am:
5519         * gst/goom/Makefile.am:
5520         * gst/level/Makefile.am:
5521         * gst/smpte/Makefile.am:
5522         * gst/videofilter/Makefile.am:
5523           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
5524
5525 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5526
5527         * gst/rtsp/Makefile.am:
5528         * gst/rtsp/rtspconnection.c: (append_auth_header),
5529         (rtsp_connection_send), (rtsp_connection_set_auth):
5530         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
5531         from icecast to replace it. Relicensed from GPL courtesy of Mike
5532         Smith.
5533
5534 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5535
5536         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
5537         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
5538         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
5539         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
5540         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
5541         (gst_rtspsrc_uri_set_uri):
5542         * gst/rtsp/gstrtspsrc.h:
5543         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5544         (append_auth_header), (rtsp_connection_send),
5545         (rtsp_connection_free), (rtsp_connection_set_auth):
5546         * gst/rtsp/rtspconnection.h:
5547         * gst/rtsp/rtspdefs.h:
5548         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
5549         * gst/rtsp/rtspurl.h:
5550
5551         Implement simple Basic Authentication support so that urls like
5552         rtsp://user:pass@hostname/rtspstream work on hosts that require
5553         authentication.
5554
5555 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
5556
5557         * sys/v4l2/gstv4l2object.c:
5558         * sys/v4l2/gstv4l2tuner.c:
5559         * sys/v4l2/v4l2_calls.c:
5560         Fix segfault when oppening a radio device.
5561         
5562 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
5563
5564         * gst/level/gstlevel.c: (gst_level_set_caps),
5565         (gst_level_transform_ip):
5566         * sys/v4l2/README:
5567         * tests/check/elements/level.c: (GST_START_TEST):
5568           Fix level for multi-channel case.
5569
5570 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
5571
5572         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
5573         (gst_level_transform_ip):
5574         * gst/level/gstlevel.h:
5575           Use function pointer for process function and add process functions
5576           for float audio.
5577
5578 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
5579
5580         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5581         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5582         (gst_v4l2src_capture_init):
5583           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
5584           fixes #407369
5585
5586 2007-02-18  Wim Taymans  <wim@fluendo.com>
5587
5588         * gst/rtp/Makefile.am:
5589         * gst/rtp/gstrtp.c: (plugin_init):
5590         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
5591         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
5592         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
5593         (gst_rtp_mp2t_pay_plugin_init):
5594         * gst/rtp/gstrtpmp2tpay.h:
5595         Added simple mpeg transport stream payloader.
5596
5597 2007-02-16  Wim Taymans  <wim@fluendo.com>
5598
5599         * gst/rtsp/URLS:
5600         Add example H264 rtsp url.
5601
5602         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5603         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
5604         Don't convert values to lowercase or we might mess up base64 encoded
5605         properties.
5606
5607 2007-02-16  Wim Taymans  <wim@fluendo.com>
5608
5609         * gst/rtp/README:
5610         Fix case of string params.
5611
5612         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5613         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5614         Fix depayloader, support more packet types.
5615         Add sync codes to make sure the packetizer can do its job.
5616
5617         * gst/rtp/gstrtpmp4gdepay.c:
5618         * gst/rtp/gstrtpmp4gpay.c:
5619         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
5620         Fix caps case again.
5621
5622 2007-02-15  Wim Taymans  <wim@fluendo.com>
5623
5624         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
5625         Set right caps on output buffers.
5626
5627 2007-02-14  Wim Taymans  <wim@fluendo.com>
5628
5629         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
5630         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
5631         Clear stack allocated SDPMedia struct before calling _init() on it.
5632         Clarify this in the docs as well.
5633
5634 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
5635
5636         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
5637         (do_change_child):
5638         Don't reset the profile when going switching states, as it makes
5639         the element non-reusable.
5640
5641 2007-02-14  Wim Taymans  <wim@fluendo.com>
5642
5643         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
5644         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
5645         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
5646         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
5647         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
5648         (sdp_parse_line):
5649         * gst/rtsp/sdpmessage.h:
5650         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
5651         Fix memory management of SDP messages. Fixes #407793.
5652
5653 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
5654
5655         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
5656
5657         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
5658         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
5659
5660 2007-02-14  Wim Taymans  <wim@fluendo.com>
5661
5662         Patch by: jp.liu <jp_liu at astrocom dot cn>
5663
5664         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
5665         Fix parsing of password field in url. Fixes #407797.
5666
5667 2007-02-14  Wim Taymans  <wim@fluendo.com>
5668
5669         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
5670         (gst_wavparse_reset), (gst_wavparse_init),
5671         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
5672         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
5673         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
5674         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
5675         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
5676         (gst_wavparse_loop), (gst_wavparse_chain),
5677         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
5678         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
5679         (plugin_init):
5680         * gst/wavparse/gstwavparse.h:
5681         Update docs.
5682         Use boilerplate.
5683         Various code cleanups.
5684         When the bitrate is not known (bps == 0 or compressed formats) let
5685         downstream element guestimate the duration and position and don't
5686         generate timestamps or durations. Fixes #405213.
5687         Fix EOS and ERROR conditions in chain mode, we just need to forward the
5688         error flowreturn upstream.
5689
5690 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
5691
5692         * ext/gconf/Makefile.am:
5693         * ext/gconf/gconf.c: (gst_gconf_get_string),
5694         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
5695         (gst_gconf_render_bin_with_default):
5696         * ext/gconf/gconf.h:
5697         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
5698         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
5699         (gst_gconf_audio_sink_dispose), (do_change_child),
5700         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
5701         (cb_change_child), (gst_gconf_audio_sink_change_state):
5702         * ext/gconf/gstgconfaudiosink.h:
5703         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
5704         (gst_switch_sink_class_init), (gst_switch_sink_reset),
5705         (gst_switch_sink_init), (gst_switch_sink_dispose),
5706         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
5707         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
5708         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
5709         * ext/gconf/gstswitchsink.h:
5710         * gst/autodetect/gstautoaudiosink.c:
5711         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
5712         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
5713         (gst_auto_audio_sink_detect):
5714         * gst/autodetect/gstautovideosink.c:
5715         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
5716         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
5717         (gst_auto_video_sink_detect):
5718         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
5719         and a child that implements the GConf key monitoring. The end goal of
5720         this is an audio sink that can be changed on the fly, but at the 
5721         moment it still only changes on the next READY transition.
5722
5723 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5724
5725         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5726         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5727         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
5728         (gst_avi_demux_calculate_durations_from_index),
5729         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5730         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5731         (gst_avi_demux_loop):
5732           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
5733
5734 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5735
5736         * configure.ac:
5737         * docs/plugins/Makefile.am:
5738           Add crossreferences to glib/gobject/gstream docs.
5739
5740 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5741
5742         * gst/monoscope/Makefile.am:
5743         * gst/monoscope/gstmonoscope.c:
5744           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
5745           (but no LIBS, since we only use defines from the headers).
5746
5747 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5748
5749         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
5750
5751         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
5752         (gst_wavparse_stream_data):
5753           Fix massive memory leak when operating in streaming mode due to
5754           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
5755           Fixes #407057.
5756
5757 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5758
5759         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
5760         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
5761         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
5762         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
5763         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5764         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
5765         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
5766         (gst_avi_demux_calculate_durations_from_index),
5767         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5768         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
5769         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
5770         * gst/avi/gstavidemux.h:
5771           Save some memory (8%) by repacking the index entry structure (more to
5772           come). Add more FIXMEs to questionable parts.
5773
5774 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5775
5776         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
5777         (gst_v4l2src_get_caps):
5778         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5779         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5780         (gst_v4l2src_capture_init):
5781           More FIXME comments and messaging changes.
5782
5783 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5784
5785         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
5786         (gst_goom_change_state):
5787         * gst/goom/gstgoom.h:
5788           Improved docs and use GST_DEBUG_FUNCPTR.
5789
5790         * gst/level/gstlevel.c: (gst_level_class_init):
5791           Use GST_DEBUG_FUNCPTR.
5792
5793         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
5794         (gst_monoscope_chain), (gst_monoscope_change_state):
5795           Improved docs source cleanups.
5796
5797 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5798
5799         * gst/debug/Makefile.am:
5800         * gst/debug/gstdebug.c: (plugin_init):
5801         * gst/debug/gstpushfilesrc.c:
5802         * gst/debug/gstpushfilesrc.h:
5803           Add code for a pushfilesrc element that implements a pushfile:// URI
5804           handler, to make debugging push-mode operation of demuxer/decoders
5805           that support both easier in connection with seek/playbin/etc.
5806           The element isn't registered at the moment.
5807
5808 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
5809
5810         * gst/avi/gstavimux.c:
5811           Comment a #if 0 in caps template definition as VS6 seems to 
5812         do not support it.
5813         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
5814           Use gst_guint64_to_gdouble for conversion.
5815         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
5816           Move variables declaration before the first instruction.
5817         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
5818           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
5819           And don't include netdb.h for G_OS_WIN32
5820         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
5821           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
5822           by VS6 then use an other way to initialize SDPMedia structure.
5823         * gst/udp/gstdynudpsink.h:
5824         * gst/udp/gstdynudpnetutils.h:
5825           Do not include <sys/time.h> for G_OS_WIN32
5826         * gst/udp/gstudpsrc.c:
5827           Define socklen_t as int for G_OS_WIN32
5828         * win/common/config.h.in:
5829           Undef HAVE_NETINET_IN_H
5830         * win32/vs6/gst_plugins_good.dsw:
5831         * win32/vs6/libgstrtp.dsp:
5832         * win32/vs6/libgstrtsp.dsp:
5833         * win32/vs6/libgstautogen.dsp:
5834         * win32/vs6/libgstaudiofx.dsp:
5835         * win32/vs6/libgstudp.dsp:
5836           Add and update project files.
5837         * win32/common/gstudp-enumtypes.c:
5838         * win32/common/gstudp-enumtypes.h:
5839           Add a copy of udp enumtypes to win32/common as in core 
5840           and base.
5841         
5842 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
5843
5844         * configure.ac:
5845           Activate monoscope when building with --enable-experimental. Fix
5846           --enable-external configure switch description.
5847
5848         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
5849         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
5850           Help gst-indent.
5851
5852 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
5853
5854         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
5855           Explicitly cast result of pointer arithmetic to integer in order to
5856           avoid compiler warnings on some 64-bit systems. Should fix #406018.
5857
5858 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5859
5860         * gst/debug/progressreport.c:
5861           Some more docs.
5862
5863 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5864
5865         * docs/plugins/inspect/plugin-rtp.xml:
5866           Update for new elements.
5867
5868         * gst/debug/progressreport.h:
5869           Commit newly-created header file as well.
5870
5871 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5872
5873         * docs/plugins/Makefile.am:
5874         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5875         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5876         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5877         * gst/debug/Makefile.am:
5878         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
5879         (gst_progress_report_do_query), (gst_progress_report_report):
5880           Make progressreport element post messages with the current progress
5881           on the bus. Also add some basic docs for it.
5882
5883 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5884
5885         * ext/hal/hal.c: (gst_hal_get_string):
5886         * ext/hal/hal.h:
5887           Some small cleanups; deal with errors when parsing the HAL ALSA
5888           capabilities a bit better.
5889
5890 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5891
5892         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
5893           Let's try this again and use the right cast this time.
5894
5895 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5896
5897         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
5898           Add cast to avoid compiler warnings with older GLib versions
5899           where the nick/name members in GEnumValue are not declared as
5900           constant strings.
5901
5902 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5903
5904         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
5905         (gst_gconf_render_bin_from_key),
5906         (gst_gconf_get_default_audio_sink):
5907         * ext/gconf/gconf.h:
5908         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
5909         (do_toggle_element), (gst_gconf_audio_sink_set_property),
5910         (gst_gconf_audio_sink_get_property):
5911           In gconfaudiosink, get the right key as the old key in do_toggle
5912           (ie. one dependent on the profile selected). Log some more stuff so
5913           we can see what's actually going on.
5914
5915 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
5916
5917         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
5918         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
5919         (gst_audio_amplify_set_process_function),
5920         (gst_audio_amplify_setup):
5921         * gst/audiofx/audioamplify.h:
5922         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
5923         (gst_audio_invert_class_init), (gst_audio_invert_setup):
5924         * gst/audiofx/audioinvert.h:
5925         Some small cleanups and port both elements to the new GstAudioFilter
5926         base class to save a few lines of common code.
5927         * gst/audiofx/Makefile.am:
5928         Link against libgstaudio for the above changes
5929
5930 2007-01-29  Wim Taymans  <wim@fluendo.com>
5931
5932         * tests/check/elements/.cvsignore:
5933         Some more ignores.
5934
5935 2007-01-26  Wim Taymans  <wim@fluendo.com>
5936
5937         Patch by: charles <charlesg3 at gmail dot com>
5938
5939         * ext/shout2/gstshout2.c: (gst_shout2send_init),
5940         (set_shout_metadata), (gst_shout2send_event):
5941         * ext/shout2/gstshout2.h:
5942         Properly handle tags in shout2send. Fixes #399825.
5943
5944 2007-01-25  Wim Taymans  <wim@fluendo.com>
5945
5946         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5947         (gst_rtspsrc_activate_streams):
5948         Convert SDP fields to upper/lowercase following the rules in the SDP to
5949         caps document. 
5950
5951 2007-01-25  Wim Taymans  <wim@fluendo.com>
5952
5953         * gst/rtp/README:
5954         * gst/rtp/gstrtpilbcdepay.c:
5955         * gst/rtp/gstrtpilbcpay.c:
5956         * gst/rtp/gstrtpmp4gdepay.c:
5957         * gst/rtp/gstrtpmp4gpay.c:
5958         * gst/rtp/gstrtpspeexdepay.c:
5959         * gst/rtp/gstrtpspeexpay.c:
5960         * gst/rtp/gstrtpsv3vdepay.c:
5961         * gst/rtp/gstrtptheoradepay.c:
5962         * gst/rtp/gstrtptheorapay.c:
5963         * gst/rtp/gstrtpvorbisdepay.c:
5964         * gst/rtp/gstrtpvorbispay.c:
5965         Fix case of encoding-name and key/value pairs to match the document.
5966         This is to make interoperation with SDP case-insensitive as required by
5967         the relevant RFCs.
5968
5969 2007-01-25  Wim Taymans  <wim@fluendo.com>
5970
5971         * configure.ac:
5972         Bump required -core/-base to CVS
5973
5974 2007-01-25  Wim Taymans  <wim@fluendo.com>
5975
5976         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
5977         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
5978         * gst/rtp/gstrtpL16pay.h:
5979         Fill up to MTU using adapter.
5980         Timestamp rtp packets.
5981
5982 2007-01-25  Edward Hervey  <edward@fluendo.com>
5983
5984         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5985         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
5986         Use G_GSIZE_FORMAT in print statements for portability.
5987         Fixes build on macosx.
5988
5989 2007-01-24  Wim Taymans  <wim@fluendo.com>
5990
5991         * gst/rtp/Makefile.am:
5992         * gst/rtp/gstrtp.c: (plugin_init):
5993         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
5994         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
5995         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
5996         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
5997         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
5998         (gst_rtp_L16_depay_plugin_init):
5999         * gst/rtp/gstrtpL16depay.h:
6000         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
6001         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
6002         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
6003         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
6004         (gst_rtp_L16_pay_plugin_init):
6005         * gst/rtp/gstrtpL16pay.h:
6006         Port and enable raw audio payloader/depayloader. Needs a bit more work
6007         on the payloader side.
6008
6009 2007-01-24  Wim Taymans  <wim@fluendo.com>
6010
6011         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
6012         (gst_rtspsrc_stream_configure_transport),
6013         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
6014         * gst/rtsp/gstrtspsrc.h:
6015         Only unblock the udp pads when we linked and activated them all.
6016         Fixes #395688.
6017
6018 2007-01-24  Wim Taymans  <wim@fluendo.com>
6019
6020         * gst/rtp/Makefile.am:
6021         * gst/rtp/gstrtp.c: (plugin_init):
6022         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
6023         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
6024         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
6025         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
6026         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
6027         * gst/rtp/gstrtpac3depay.h:
6028         Added simple AC3 depayloader (RFC 4184).
6029
6030         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
6031         Fix a leak.
6032
6033 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
6034
6035         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6036
6037         * gst/audiofx/Makefile.am:
6038         * gst/audiofx/audioamplify.c:
6039         (gst_audio_amplify_clipping_method_get_type),
6040         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
6041         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
6042         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
6043         (gst_audio_amplify_set_caps),
6044         (gst_audio_amplify_transform_int_clip),
6045         (gst_audio_amplify_transform_int_wrap_negative),
6046         (gst_audio_amplify_transform_int_wrap_positive),
6047         (gst_audio_amplify_transform_float_clip),
6048         (gst_audio_amplify_transform_float_wrap_negative),
6049         (gst_audio_amplify_transform_float_wrap_positive),
6050         (gst_audio_amplify_transform_ip):
6051         * gst/audiofx/audioamplify.h:
6052         * gst/audiofx/audiofx.c: (plugin_init):
6053         Add new element "audioamplify". This allows scaling of raw audio
6054         samples, similar to the "volume" element, but provides different modes
6055         for clipping and allows unlimited amplification. It's mainly targeted
6056         for creative sound design and not as a replacement of the "volume"
6057         element. Fixes #397162
6058         * docs/plugins/Makefile.am:
6059         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6060         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6061         * docs/plugins/gst-plugins-good-plugins.args:
6062         * docs/plugins/inspect/plugin-audiofx.xml:
6063         Add docs for audioamplify and integrate them into the build system
6064         * tests/check/Makefile.am:
6065         * tests/check/elements/audioamplify.c: (setup_amplify),
6066         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
6067         Add fairly extensive unit test suite for audioamplify
6068
6069 2007-01-24  Wim Taymans  <wim@fluendo.com>
6070
6071         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
6072         Unblock pads after adding the pads to the element so that autopluggers
6073         get a change to link something. Possibly fixes #395688.
6074
6075 2007-01-24  Wim Taymans  <wim@fluendo.com>
6076
6077         * gst/rtp/gstrtpamrdepay.c:
6078         * gst/rtp/gstrtpgsmdepay.c:
6079         * gst/rtp/gstrtph263pdepay.c:
6080         * gst/rtp/gstrtph263ppay.c:
6081         * gst/rtp/gstrtph264depay.c:
6082         * gst/rtp/gstrtpilbcdepay.c:
6083         * gst/rtp/gstrtpmp2tdepay.c:
6084         * gst/rtp/gstrtpmp4gdepay.c:
6085         * gst/rtp/gstrtpmp4gpay.c:
6086         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
6087         * gst/rtp/gstrtpmp4vpay.c:
6088         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
6089         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
6090         (gst_rtp_mpa_depay_process):
6091         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
6092         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
6093         * gst/rtp/gstrtppcmadepay.c:
6094         * gst/rtp/gstrtppcmudepay.c:
6095         * gst/rtp/gstrtpspeexdepay.c:
6096         * gst/rtp/gstrtpspeexpay.c:
6097         * gst/rtp/gstrtpsv3vdepay.c:
6098         * gst/rtp/gstrtptheoradepay.c:
6099         * gst/rtp/gstrtptheorapay.c:
6100         * gst/rtp/gstrtpvorbisdepay.c:
6101         * gst/rtp/gstrtpvorbispay.c:
6102         Fix caps with payload numbers.
6103         Add some fixed payload numbers to caps when possible.
6104
6105 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6106
6107         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6108
6109         * gst/audiofx/Makefile.am:
6110         * gst/audiofx/audiofx.c: (plugin_init):
6111         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
6112         (gst_audio_invert_class_init), (gst_audio_invert_init),
6113         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
6114         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
6115         (gst_audio_invert_transform_float),
6116         (gst_audio_invert_transform_ip):
6117         * gst/audiofx/audioinvert.h:
6118         Add new audiofx element "audioinvert". This element swaps the upper
6119         and lower half of samples and can be used for example for a
6120         wide-stereo effect. Fixes #396057
6121         * docs/plugins/Makefile.am:
6122         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6123         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6124         * docs/plugins/gst-plugins-good-plugins.args:
6125         * docs/plugins/inspect/plugin-audiofx.xml:
6126         Add docs for the audioinvert element and add them to the build system.
6127         * tests/check/Makefile.am:
6128         * tests/check/elements/audioinvert.c: (setup_invert),
6129         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
6130         Add unit test suite for the audioinvert element.
6131
6132 2007-01-23  Wim Taymans  <wim@fluendo.com>
6133
6134         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
6135         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
6136         Parse config params as string and int.
6137         Parse and use AU header length
6138
6139 2007-01-23  Wim Taymans  <wim@fluendo.com>
6140
6141         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
6142         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
6143         * gst/smpte/gstmask.c: (_gst_mask_register):
6144         * gst/smpte/gstmask.h:
6145         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
6146         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
6147         (gst_smpte_paint_triangle_clock):
6148         constify some static structs.
6149         Don't update the mask if nothing changed to the params.
6150         Make sure we never draw outside of the picture. Fixes #398325.
6151
6152 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
6153
6154         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
6155           Error out properly when pull_range fails while we're reading the
6156           headers, instead of just pausing the task silently. Fixes #399338.
6157
6158 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
6159
6160         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6161           Some more sanity checks to make sure the input formats match and the
6162           input pads are actually negotiated, in case someone tries to feed
6163           buffers from fakesrc or filesrc. Fixes #398299.
6164           Also const-ify an array, just because we can.
6165
6166 2007-01-19  Edward Hervey  <edward@fluendo.com>
6167
6168         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
6169         Ignore previous commit, that was only valid for widths and heights
6170         that are multiples of 4.
6171         Copy over size/stride macros from jpegdec. This allows the element
6172         to work with any width,height...
6173         ... but puts in evidence that the actual transformations only work
6174         with width/height that are multiples of 4.
6175
6176 2007-01-19  Edward Hervey  <edward@fluendo.com>
6177
6178         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6179         Allocate buffers of the right size.
6180         The proper size of a I420 buffer in bytes is:
6181         
6182             width * height * 3
6183             ------------------
6184                     2
6185
6186 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6187
6188         * gst/smpte/gstsmpte.c: (gst_smpte_init):
6189           Proxy getcaps on sink pads too, so that we either end up with the
6190           same dimensions on all pads or error out if that's not possible
6191           (seems to work even!). Fixes #398086, I think.
6192
6193 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6194
6195         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6196         * docs/plugins/gst-plugins-good-plugins.args:
6197         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6198           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
6199           fix integer properties with -1 as minimum value.
6200
6201         * docs/plugins/inspect/plugin-1394.xml:
6202         * docs/plugins/inspect/plugin-aasink.xml:
6203         * docs/plugins/inspect/plugin-alaw.xml:
6204         * docs/plugins/inspect/plugin-alpha.xml:
6205         * docs/plugins/inspect/plugin-alphacolor.xml:
6206         * docs/plugins/inspect/plugin-annodex.xml:
6207         * docs/plugins/inspect/plugin-apetag.xml:
6208         * docs/plugins/inspect/plugin-audiofx.xml:
6209         * docs/plugins/inspect/plugin-auparse.xml:
6210         * docs/plugins/inspect/plugin-autodetect.xml:
6211         * docs/plugins/inspect/plugin-avi.xml:
6212         * docs/plugins/inspect/plugin-cacasink.xml:
6213         * docs/plugins/inspect/plugin-cairo.xml:
6214         * docs/plugins/inspect/plugin-cdio.xml:
6215         * docs/plugins/inspect/plugin-cutter.xml:
6216         * docs/plugins/inspect/plugin-debug.xml:
6217         * docs/plugins/inspect/plugin-dv.xml:
6218         * docs/plugins/inspect/plugin-efence.xml:
6219         * docs/plugins/inspect/plugin-effectv.xml:
6220         * docs/plugins/inspect/plugin-esdsink.xml:
6221         * docs/plugins/inspect/plugin-flac.xml:
6222         * docs/plugins/inspect/plugin-flxdec.xml:
6223         * docs/plugins/inspect/plugin-gconfelements.xml:
6224         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6225         * docs/plugins/inspect/plugin-goom.xml:
6226         * docs/plugins/inspect/plugin-halelements.xml:
6227         * docs/plugins/inspect/plugin-icydemux.xml:
6228         * docs/plugins/inspect/plugin-id3demux.xml:
6229         * docs/plugins/inspect/plugin-jpeg.xml:
6230         * docs/plugins/inspect/plugin-level.xml:
6231         * docs/plugins/inspect/plugin-matroska.xml:
6232         * docs/plugins/inspect/plugin-mulaw.xml:
6233         * docs/plugins/inspect/plugin-multipart.xml:
6234         * docs/plugins/inspect/plugin-navigationtest.xml:
6235         * docs/plugins/inspect/plugin-ossaudio.xml:
6236         * docs/plugins/inspect/plugin-png.xml:
6237         * docs/plugins/inspect/plugin-rtp.xml:
6238         * docs/plugins/inspect/plugin-rtsp.xml:
6239         * docs/plugins/inspect/plugin-shout2send.xml:
6240         * docs/plugins/inspect/plugin-smpte.xml:
6241         * docs/plugins/inspect/plugin-speex.xml:
6242         * docs/plugins/inspect/plugin-taglib.xml:
6243         * docs/plugins/inspect/plugin-udp.xml:
6244         * docs/plugins/inspect/plugin-videobalance.xml:
6245         * docs/plugins/inspect/plugin-videobox.xml:
6246         * docs/plugins/inspect/plugin-videoflip.xml:
6247         * docs/plugins/inspect/plugin-videomixer.xml:
6248         * docs/plugins/inspect/plugin-wavenc.xml:
6249         * docs/plugins/inspect/plugin-wavparse.xml:
6250         * docs/plugins/inspect/plugin-ximagesrc.xml:
6251           Update to CVS.
6252
6253 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
6254
6255         Patch by: Sebastian Dröge <slomo circular-chaos org>
6256
6257         * gst/audiofx/audiopanorama.c:
6258           Fix doc section name (Fixes #397946)
6259
6260 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
6261
6262         * sys/v4l2/gstv4l2object.c:
6263         (gst_v4l2_object_install_properties_helper),
6264         (gst_v4l2_object_set_property_helper),
6265         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
6266         * sys/v4l2/gstv4l2object.h:
6267         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6268         (gst_v4l2src_init), (gst_v4l2src_set_property),
6269         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
6270         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6271         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6272         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
6273         (gst_v4l2src_capture_deinit):
6274           Fix EIO handing when capturing. Add new property to specify the number of
6275           buffers to enque (and remove the borked num-buffers usage).
6276
6277 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
6278
6279         Patch by: Sebastian Dröge <slomo circular-chaos org>
6280
6281         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
6282         (gst_audio_panorama_set_process_function):
6283           Use a function array for process methods, add more docs and define the
6284           startindex of enums.
6285
6286 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6287
6288         Patch by: Mark Nauwelaerts <manauw at skynet be>
6289
6290         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
6291         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
6292         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
6293         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
6294         (gst_avi_mux_riff_get_avi_header),
6295         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
6296         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
6297         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
6298         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
6299         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
6300         (gst_avi_mux_change_state):
6301         * gst/avi/gstavimux.h:
6302         * tests/check/elements/avimux.c: (teardown_src_pad):
6303           Add support for more than one audio stream; write better AVIX
6304           header; refactor code a bit; don't announce vorbis caps on our audio
6305           sink pads since we don't support it anyway. Closes #379298.
6306
6307 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
6308
6309         Patch by: Sebastian Dröge <slomo circular-chaos org>
6310
6311         * gst/audiofx/audiopanorama.c:
6312         (gst_audio_panorama_method_get_type),
6313         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
6314         (gst_audio_panorama_set_process_function),
6315         (gst_audio_panorama_set_property),
6316         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
6317         (gst_audio_panorama_transform_m2s_int_simple),
6318         (gst_audio_panorama_transform_s2s_int_simple),
6319         (gst_audio_panorama_transform_m2s_float_simple),
6320         (gst_audio_panorama_transform_s2s_float_simple):
6321         * gst/audiofx/audiopanorama.h:
6322           Add 'method' property and provide a simple (non-psychoacustic)
6323           processing method (#394859).
6324
6325         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
6326         (panorama_suite):
6327           Tests for new method.
6328
6329 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6330
6331         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
6332         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
6333           Set correct caps on outgoing pulled buffers, or things blow up
6334           after recent core changes.
6335
6336 2007-01-11  Wim Taymans  <wim@fluendo.com>
6337
6338         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6339
6340         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
6341         (gst_multipart_mux_request_new_pad),
6342         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
6343         (gst_multipart_mux_change_state):
6344         Return FLOW errors ASAP. Fixes #394977.
6345         Misc cleanups.
6346
6347 2007-01-11  Wim Taymans  <wim@fluendo.com>
6348
6349         Patch by: Lutz Mueller <lutz at topfrose dot de>
6350
6351         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
6352         Check for stream pad before activating. 
6353
6354 2007-01-10  Wim Taymans  <wim@fluendo.com>
6355
6356         Patch by: Peter Kjellerstedt  <pkj at axis com>
6357
6358         * gst/rtsp/COPYING.MIT:
6359         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6360         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
6361         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
6362         (gst_rtspsrc_stream_configure_transport),
6363         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
6364         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
6365         (gst_rtspsrc_parse_methods),
6366         (gst_rtspsrc_create_transports_string),
6367         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
6368         (gst_rtspsrc_open), (gst_rtspsrc_close):
6369         * gst/rtsp/gstrtspsrc.h:
6370         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6371         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
6372         (parse_request_line), (parse_line), (rtsp_connection_read),
6373         (rtsp_connection_close):
6374         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
6375         (rtsp_method_as_text), (rtsp_header_as_text),
6376         (rtsp_status_as_text), (rtsp_find_header_field),
6377         (rtsp_find_method):
6378         * gst/rtsp/rtspdefs.h:
6379         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
6380         (rtsp_ext_wms_configure_stream):
6381         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
6382         (rtsp_message_new_request), (rtsp_message_init_request),
6383         (rtsp_message_new_response), (rtsp_message_init_response),
6384         (rtsp_message_init_data), (rtsp_message_unset),
6385         (rtsp_message_free), (rtsp_message_add_header),
6386         (rtsp_message_get_header), (rtsp_message_set_body),
6387         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
6388         * gst/rtsp/rtspmessage.h:
6389         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
6390         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
6391         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
6392         (sdp_message_dump):
6393         Allow url to be NULL to be able to use it for server connections.
6394         Can now send responses as well as requests.
6395         No longer hangs in an endless loop if EOF is received.
6396         Can now convert a status code to a text string.
6397         Return RTSP_HDR_INVALID for unknown headers.
6398         Return RTSP_INVALID for unknown methods.
6399         Copy CSeq and Session headers from the request.
6400         Only free memory corresponding to the currently set message type.
6401         Added const to function arguments as appropriate.
6402         Avoid a compiler warning when initializing nmedia.
6403         Use guint rather than gint to avoid compiler warnings.
6404         Fix crasher in wms extension.
6405         Factor out stream setup from open_connection.
6406         Delay activation of streams when actual data is received from the
6407         server, this prepares us to do proper protocol switching.
6408         Added new license.
6409         Fixes #380895.
6410
6411
6412 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
6413
6414         Patch by: Sebastian Dröge <slomo ubuntu com>
6415
6416         * docs/plugins/Makefile.am:
6417         * gst/audiofx/audiopanorama.c:
6418           Some small docs fixes (#394851).
6419
6420 2007-01-09  Wim Taymans  <wim@fluendo.com>
6421
6422         * gst/avi/gstavidemux.c:
6423         Fix docs.
6424
6425 2007-01-09  Wim Taymans  <wim@fluendo.com>
6426
6427         * gst/rtp/Makefile.am:
6428         * gst/rtp/gstrtp.c: (plugin_init):
6429         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
6430         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
6431         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
6432         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
6433         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
6434         * gst/rtp/gstrtpmpvdepay.h:
6435           Added RFC 2250 MPEG Video Depayloader.
6436
6437         * gst/rtp/gstrtpL16depay.h:
6438         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
6439         (gst_rtp_h263p_depay_process):
6440         Fix Header file. Small cleanups.
6441
6442         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
6443         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
6444         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
6445         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
6446         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
6447         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
6448         (gst_rtp_mp4v_depay_change_state):
6449         Remove usused code. Remove Adapter from state Change. Added debug.
6450
6451         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
6452         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
6453         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
6454         * gst/rtp/gstrtpmpadepay.h:
6455         Subclass base depayloader.
6456         Added debug.
6457         Support static payload type assignment as well.
6458
6459         * gst/rtp/gstrtpmpapay.c:
6460         Fix caps.
6461
6462 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6463
6464         Patch by: Vincent Torri  <vtorri at univ-evry fr>
6465
6466         * ext/jpeg/gstjpegdec.c:
6467         * ext/jpeg/gstjpegenc.c:
6468         * ext/jpeg/smokecodec.c:
6469           These libjpeg callbacks should return a 'boolean' (unsigned char
6470           apparently) and not a 'gboolean' (which maps to gint). Fixes
6471           warnings when compiling with MingW (#393427).
6472
6473         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6474           Use ioctlsocket on win32.
6475
6476         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6477           Some printf format fixes for win32.
6478
6479 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
6480
6481         * gst/cutter/gstcutter.c: (gst_cutter_chain):
6482           Use gst_guint64_to_gdouble for conversion.
6483         * win32/vs6/libgstmatroska.dsp:
6484           Add zlib to the link.
6485         * win32/vs6/libgstvideobox.dsp:
6486           Update liboil library name (project is linked to 
6487           liboil-0.3-0.lib now).
6488           
6489 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6490
6491         * gst/matroska/Makefile.am:
6492           If zlib is available and used, we must link it explicitly for
6493           things to work on MingW (fixes #392855).
6494
6495 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
6496
6497         * ext/esd/esdsink.c: (gst_esdsink_delay):
6498           Don't return bogus values when esd_get_delay() fails for some
6499           reason (#392189).
6500
6501 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6502
6503         * sys/ximage/gstximagesrc.c: (composite_pixel):
6504           Fix presumably copy'n'pasto for 16bpp depth.
6505
6506 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6507
6508         * gst/matroska/matroska-mux.c:
6509         (gst_matroska_mux_audio_pad_setcaps):
6510           The "signed" field in audio caps is of boolean type, trying to use
6511           gst_structure_get_int() to extract it will fail. Fixing this makes
6512           matroskamux accept raw audio input (#387121) (use at your own risk
6513           though, due to the matroska spec being not entirely useful in this
6514           respect).
6515           Also fix up raw audio structures in template caps so that they
6516           represent what our setcaps function will actually accept, so that
6517           converters know what to convert to.
6518           Finally, don't fail if there isn't an "endianness" field in 8-bit
6519           PCM caps.
6520
6521 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
6522
6523         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6524         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6525         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6526         (teardown_cmmldec):
6527         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6528         (teardown_cmmlenc):
6529         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6530           reapply consistent pad (de)activation
6531
6532 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
6533
6534         * configure.ac:
6535         Back to CVS
6536
6537         * gst-plugins-good.doap:
6538         Add 0.10.5 doap entry
6539
6540 === release 0.10.5 ===
6541
6542 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
6543
6544         * configure.ac:
6545           releasing 0.10.5, "The Path of Thorns"
6546
6547 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6548
6549         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6550         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6551         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6552         (teardown_cmmldec):
6553         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6554         (teardown_cmmlenc):
6555         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6556           revert my freeze breakage
6557
6558 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6559
6560         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6561         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6562         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6563         (teardown_cmmldec):
6564         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6565         (teardown_cmmlenc):
6566         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6567           consistent pad (de)activation
6568
6569 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
6570
6571         * configure.ac:
6572         * ext/Makefile.am:
6573         Disable LADPSA, as it has moved to the -bad module for the duration.
6574
6575 2006-12-18  Wim Taymans  <wim@fluendo.com>
6576
6577         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
6578         (gst_signal_processor_event):
6579         Reset flow_state back to _OK after a flush stop so that we exit our
6580         error state after the flush. Fixes #374213
6581
6582 2006-12-16  David Schleef  <ds@schleef.org>
6583
6584         * sys/osxvideo/osxvideosink.h:
6585         * sys/osxvideo/osxvideosink.m:
6586           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
6587
6588 2006-12-16  David Schleef  <ds@schleef.org>
6589
6590         Patch by: Vijay Santhanam <vijay santhanam gmail com>
6591
6592         * sys/osxvideo/Makefile.am:
6593         * sys/osxvideo/osxvideosink.h:
6594         * sys/osxvideo/osxvideosink.m:
6595           Preliminary patch for porting osxvideosink
6596
6597 2006-12-16  Wim Taymans  <wim@fluendo.com>
6598
6599         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6600
6601         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
6602         (gst_videomixer_set_master_geometry),
6603         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
6604         (gst_videomixer_reset), (gst_videomixer_init),
6605         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
6606         (gst_videomixer_release_pad), (gst_videomixer_collected),
6607         (gst_videomixer_change_state):
6608         Introduce some locking around the videomixer state so that it does not
6609         crash when adding/removing pads. Fixes #383043.
6610
6611 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6612
6613         * configure.ac:
6614           Make sure libcaca can actually be used instead of just checking for
6615           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
6616           cross-compiling (fixes #384587).
6617
6618 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6619
6620         * Makefile.am:
6621         * gst-plugins-good.doap:
6622         * gst-plugins-good.spec.in:
6623           adding doap file
6624
6625 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6626
6627         * configure.ac:
6628           libflac-1.1.3 changed API again, but we can't build against it yet,
6629           so make sure our check doesn't use libflac-1.1.3 and add a comment
6630           to this effect.
6631
6632 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6633
6634         * gst/effectv/gstquark.c: (gst_quarktv_transform),
6635         (gst_quarktv_planetable_clear):
6636           Add some NULL pointer checks (possibly related to #385623).
6637
6638 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
6639
6640         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
6641         (gst_tag_demux_chain):
6642         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
6643           In streaming mode, if the first buffer we get doesn't have an
6644           offset, fix it up to be 0, otherwise trimming won't work later on
6645           and we'll be typefinding application/x-id3, which may result in
6646           decodebin plugging an endless number of id3demux elements as a
6647           consequence. Fixes #385031.
6648           
6649 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6650
6651         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
6652           Ignore the buffer_time the sound device reports. Turns out it is 
6653           sometimes completely bogus and we're better off without it.
6654
6655 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6656
6657         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6658         (gst_matroska_demux_video_caps):
6659         * gst/matroska/matroska-ids.c:
6660         (gst_matroska_track_init_video_context):
6661         * gst/matroska/matroska-ids.h:
6662           Try harder to extract the framerate for video tracks correctly and
6663           save it directly instead of converting it back and forth a few
6664           times. Mostly makes a difference for very small framerates (<1).
6665           Fixes #380199.
6666
6667 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6668
6669         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
6670         (gst_gconf_audio_src_dispose), (do_toggle_element):
6671         * ext/gconf/gstgconfaudiosrc.h:
6672           Remove gconf notify hook when the gconfaudiosrc element is
6673           destroyed, otherwise the callback may be called on an
6674           already-destroyed instance and bad things happen. Should fix
6675           #378184.
6676           Also ignore gconf key changes when the source is already running.
6677
6678 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6679
6680         Patch by: Sebastian Dröge  <mail at slomosnail de>
6681
6682         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6683           We need to be able to read and parse any possible floating point string
6684           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
6685           will parse the former only in certain locales though, so we really need
6686           to canonicalise the separator to '.' and then use g_ascii_strtod() to
6687           make sure we can parse either version at all times.
6688           Fixes #382982 for real.
6689
6690 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6691
6692         * sys/sunaudio/gstsunaudiomixerctrl.c:
6693         * sys/sunaudio/gstsunaudiosrc.c:
6694
6695         Use the sunaudio debug category.
6696
6697         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
6698         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
6699         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
6700         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
6701         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
6702         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
6703         (gst_sunaudiosink_reset):
6704         * sys/sunaudio/gstsunaudiosink.h:
6705
6706         Uses the sunaudio debug category for all debug output
6707         Implements the _delay() callback to synchronise video playback better
6708         Change the segtotal and segsize values back to the parent class 
6709           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
6710           respectively)
6711         Measure the samples written to the device vs. played.
6712         Keep track of segments in the device by writing empty eof frames, and
6713         sleep using a GCond when we get too far ahead and risk overrunning the
6714         sink's ringbuffer.
6715
6716         Fixes: #360673
6717
6718 2006-12-08  Wim Taymans  <wim@fluendo.com>
6719
6720         Patch by: Sebastian Dröge  <mail at slomosnail de >
6721
6722         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6723         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
6724         * gst/audiofx/audiopanorama.h:
6725         Fix audiopanorame with float samples. Fixes #383726.
6726
6727 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6728
6729         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
6730         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
6731         (gst_sunaudiosrc_reset):
6732
6733         Implement reset functions to unblock the src/sink more quickly on 
6734         state change requests.
6735         Patch by: Brian Cameron <brian dot cameron at sun com>
6736
6737 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6738
6739         * sys/sunaudio/gstsunaudiomixer.c:
6740         (gst_sunaudiomixer_change_state):
6741         Construct the correct mixer device name when the AUDIODEV env var
6742         is set.
6743
6744         Patch by: Jerry Tan <jerry.tan at sun dot com>
6745         Fixes: #383596
6746
6747 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6748
6749         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
6750         Apply patch to open the mixer control and set the MULTIPLE_OPEN
6751         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
6752         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
6753         Patch by: Jerry Tan <jerry.tan at sun dot com>
6754         Fixes: #349015
6755
6756 2006-12-07  Wim Taymans  <wim@fluendo.com>
6757
6758         * gst/smpte/gstmask.h:
6759         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
6760         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
6761         (gst_smpte_collected), (gst_smpte_set_property),
6762         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
6763         * gst/smpte/gstsmpte.h:
6764         Port to 0.10 some more. 
6765         Added duration property to specify the duration of the transition.
6766         Make framerate a fraction.
6767         Deprecate fps property, we only use negotiated fps.
6768         Added docs.
6769         Fix collectpad usage.
6770         Reset state in READY.
6771         Send NEWSEGMENT event.
6772         Fix racy updates of object properties.
6773         Added debug category.
6774         Fixes #383323.
6775
6776 2006-12-06  Wim Taymans  <wim@fluendo.com>
6777
6778         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6779
6780         * gst/videomixer/videomixer.c:
6781         (gst_videomixer_set_master_geometry),
6782         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
6783         Don't reset xpos and ypos in the setcaps function because causes
6784         unexpected behaviour.
6785         Fixes #382179.
6786
6787 2006-12-06  Wim Taymans  <wim@fluendo.com>
6788
6789         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
6790         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
6791         Keep track of the buffer timestamp in the collectdata member instead
6792         of modifying the buffer without making the metadata writable first.
6793         Fixes #382277.
6794
6795 2006-12-06  Wim Taymans  <wim@fluendo.com>
6796
6797         Patch by: Rob Taylor <robtaylor at floopily dot org>
6798
6799         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
6800         If using multicast in udpsrc, bind to the multicast address rather than
6801         IN_ADDR_ANY.
6802         This allows the simultanous use of multiple udpsrcs listening on
6803         different multicat addresses. Without this all udpsrcs will receive all
6804         packets from all subscribed multicast addresses.
6805         Fixes #383001.
6806
6807 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6808
6809         * ext/taglib/gstid3v2mux.cc:
6810         Don't attempt to write a NULL frame into the ID3 tag set when the 
6811         createFrame method returned NULL.
6812         Fixes: #381857
6813         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
6814
6815 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6816
6817         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6818         Use g_strtod() instead of sscanf to parse doubles, so that it will
6819         try parsing in the C locale if the current locale fails.
6820         Fixes: #382982
6821         Patch by: Sebastian Dröge  <mail at slomosnail de >
6822
6823 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
6824
6825         * win32/MANIFEST:
6826         Fix compilation on win32 under VS8
6827         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
6828         Partially fixes #381175
6829
6830 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6831
6832         * gst/avi/gstavimux.c:
6833           accept all mpegversions,fixes #380825
6834           spotted by: Jerome Alet  
6835
6836 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6837
6838         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6839         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
6840         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
6841         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
6842           cleanup the error message a bit more
6843
6844 2006-11-28  Wim Taymans  <wim@fluendo.com>
6845
6846         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
6847         Fix width and height properties.
6848
6849         * ext/libcaca/gstcacasink.h:
6850         Fix compilation on newer libcaca that require us to include a new
6851         header. Fixes #379918.
6852
6853 2006-11-28  Wim Taymans  <wim@fluendo.com>
6854
6855         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6856         * gst/rtsp/gstrtspsrc.h:
6857         * gst/rtsp/rtspext.h:
6858         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
6859         (rtsp_ext_wms_get_context):
6860         Add method so that extensions can choose to disable the setup of
6861         a stream.
6862         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
6863
6864 2006-11-27  Wim Taymans  <wim@fluendo.com>
6865
6866         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6867
6868         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6869         Push header in a separate buffer instead of memcpy:ing all data.
6870         Change LF => CRLF in headers.
6871         Move trailing LF to header. Fixes #379792.
6872
6873 2006-11-27  Wim Taymans  <wim@fluendo.com>
6874
6875         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
6876         Small buffer overflow fix and improve debugging.
6877
6878 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6879
6880         * ext/esd/esdmon.h:
6881         * ext/esd/esdsink.h:
6882           remove obsolete _factory_init protos
6883
6884 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6885
6886         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
6887         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
6888         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
6889         (gst_avi_demux_read_subindexes_push),
6890         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
6891         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6892         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
6893         (gst_avi_demux_massage_index),
6894         (gst_avi_demux_calculate_durations_from_index),
6895         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
6896         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
6897         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
6898           remove dead code, tweak debugs statements, add comments, use
6899           _uint64_scale instead _uint64_scale_int when using guint64 values,
6900           small optimizations, reflow some error handling
6901
6902 2006-11-22  Edward Hervey  <edward@fluendo.com>
6903
6904         * po/.cvsignore:
6905         We never put .pot files in cvs. Let's ignore them all.
6906
6907 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6908
6909         * po/POTFILES.in:
6910           ... but better exclude files that aren't disted.
6911
6912 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6913
6914         * po/POTFILES.in:
6915           Add v4l2 source files to list of files with translations, so the
6916           strings are actually extracted (however bad they still may be).
6917
6918 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6919
6920         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
6921           Minor clean-ups: const-ify static array, remove trailing comma from
6922           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
6923
6924 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
6925
6926         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
6927         Make sure that g_free always gets called on the same pointer that was 
6928         returned by g_malloc.  Fixes #376594.
6929         Do not leak memory if decompressed size is wrong.
6930         Remove unneeded check of return value of g_malloc.
6931         Patch by: René Stadler <mail@renestadler.de>
6932
6933 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
6934
6935         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
6936           Add missing curly brackets.
6937
6938 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
6939
6940         * sys/v4l2/v4l2src_calls.c:
6941         Fix capture_deinit.
6942
6943 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6944
6945         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
6946         (gst_matroska_mux_request_new_pad):
6947           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
6948
6949         * tests/check/elements/matroskamux.c: (setup_src_pad),
6950         (setup_sink_pad), (GST_START_TEST):
6951         Activate pads before using them.
6952
6953 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6954
6955         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
6956           Initialise variable to get rid of bogus compiler warning.
6957
6958 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
6959
6960         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
6961
6962         * gst/rtp/gstrtph263pay.c:
6963         * gst/rtp/gstrtph263pdepay.c:
6964         * gst/rtp/gstrtph263ppay.c:
6965           Specify H.263 variant and version in the caps (fixes #361637)
6966
6967 2006-11-15  Wim Taymans  <wim@fluendo.com>
6968
6969         * gst/rtsp/rtspconnection.c: (read_body):
6970         Don't set a data pointer to NULL and a size > 0 when we deal
6971         with empty packets.
6972
6973         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
6974         (rtsp_message_init_response), (rtsp_message_init_data),
6975         (rtsp_message_unset), (rtsp_message_free),
6976         (rtsp_message_take_body):
6977         Check that we can't create invalid empty packets. 
6978
6979 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
6980
6981         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6982
6983         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
6984         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
6985         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
6986         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6987         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
6988         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
6989         * gst/matroska/matroska-mux.h:
6990           Add basic tag writing support; implement releasing pads (#374658).
6991
6992 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
6993
6994         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6995         (gst_matroska_demux_audio_caps):
6996           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
6997
6998 2006-11-14  David Schleef  <ds@schleef.org>
6999
7000         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
7001
7002 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7003
7004         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7005
7006         * win32/vs8/gst-plugins-good.sln:
7007         * win32/vs8/libgst1394.vcproj:
7008         * win32/vs8/libgstaasink.vcproj:
7009         * win32/vs8/libgstalaw.vcproj:
7010         * win32/vs8/libgstalpha.vcproj:
7011         * win32/vs8/libgstalphacolor.vcproj:
7012         * win32/vs8/libgstannodex.vcproj:
7013         * win32/vs8/libgstapetag.vcproj:
7014         * win32/vs8/libgstaudiofx.vcproj:
7015         * win32/vs8/libgstauparse.vcproj:
7016         * win32/vs8/libgstautodetect.vcproj:
7017         * win32/vs8/libgstavi.vcproj:
7018         * win32/vs8/libgstcacasink.vcproj:
7019         * win32/vs8/libgstcdio.vcproj:
7020         * win32/vs8/libgstcutter.vcproj:
7021         * win32/vs8/libgstdv.vcproj:
7022         * win32/vs8/libgsteffectv.vcproj:
7023         * win32/vs8/libgstflac.vcproj:
7024         * win32/vs8/libgstflxdec.vcproj:
7025         * win32/vs8/libgstgoom.vcproj:
7026         * win32/vs8/libgsticydemux.vcproj:
7027         * win32/vs8/libgstid3demux.vcproj:
7028         * win32/vs8/libgstjpeg.vcproj:
7029         * win32/vs8/libgstladspa.vcproj:
7030         * win32/vs8/libgstlevel.vcproj:
7031         * win32/vs8/libgstmatroska.vcproj:
7032         * win32/vs8/libgstmikmod.vcproj:
7033         * win32/vs8/libgstmng.vcproj:
7034         * win32/vs8/libgstmonoscope.vcproj:
7035         * win32/vs8/libgstmulaw.vcproj:
7036         * win32/vs8/libgstmultipart.vcproj:
7037         * win32/vs8/libgstpng.vcproj:
7038         * win32/vs8/libgstrtp.vcproj:
7039         * win32/vs8/libgstrtsp.vcproj:
7040         * win32/vs8/libgstshout2.vcproj:
7041         * win32/vs8/libgstsmpte.vcproj:
7042         * win32/vs8/libgstspeex.vcproj:
7043         * win32/vs8/libgsttaglib.vcproj:
7044         * win32/vs8/libgstudp.vcproj:
7045         * win32/vs8/libgstvideobalance.vcproj:
7046         * win32/vs8/libgstvideobox.vcproj:
7047         * win32/vs8/libgstvideoflip.vcproj:
7048         * win32/vs8/libgstvideomixer.vcproj:
7049         * win32/vs8/libgstwavenc.vcproj:
7050         * win32/vs8/libgstwavparse.vcproj:
7051           Make end-of-line returns unixy, so that when the files are checked
7052           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
7053           Hopefully fixes #366492.
7054
7055 2006-11-14  Wim Taymans  <wim@fluendo.com>
7056
7057         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
7058         Disable init_frames delay timestamp adjustment, it does not
7059         seem to be needed at all. Fixes #369621.
7060
7061 2006-11-13  Wim Taymans  <wim@fluendo.com>
7062
7063         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7064
7065         * gst/videomixer/videomixer.c:
7066         (gst_videomixer_set_master_geometry),
7067         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
7068         (gst_videomixer_collect_free), (gst_videomixer_reset),
7069         (gst_videomixer_init), (gst_videomixer_finalize),
7070         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
7071         (gst_videomixer_collected), (gst_videomixer_change_state):
7072         Fix memleak by unref'ing collectpads instance (when finalizing)
7073         Implement releasing a request pad. Fixes #374479.
7074
7075 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
7076
7077         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7078
7079         * win32/vs8/gst-plugins-good.sln:
7080         * win32/vs8/libgst1394.vcproj:
7081         * win32/vs8/libgstaasink.vcproj:
7082         * win32/vs8/libgstalaw.vcproj:
7083         * win32/vs8/libgstalpha.vcproj:
7084         * win32/vs8/libgstalphacolor.vcproj:
7085         * win32/vs8/libgstannodex.vcproj:
7086         * win32/vs8/libgstapetag.vcproj:
7087         * win32/vs8/libgstaudiofx.vcproj:
7088         * win32/vs8/libgstauparse.vcproj:
7089         * win32/vs8/libgstautodetect.vcproj:
7090         * win32/vs8/libgstavi.vcproj:
7091         * win32/vs8/libgstcacasink.vcproj:
7092         * win32/vs8/libgstcdio.vcproj:
7093         * win32/vs8/libgstcutter.vcproj:
7094         * win32/vs8/libgstdv.vcproj:
7095         * win32/vs8/libgsteffectv.vcproj:
7096         * win32/vs8/libgstflac.vcproj:
7097         * win32/vs8/libgstflxdec.vcproj:
7098         * win32/vs8/libgstgoom.vcproj:
7099         * win32/vs8/libgsticydemux.vcproj:
7100         * win32/vs8/libgstid3demux.vcproj:
7101         * win32/vs8/libgstjpeg.vcproj:
7102         * win32/vs8/libgstladspa.vcproj:
7103         * win32/vs8/libgstlevel.vcproj:
7104         * win32/vs8/libgstmatroska.vcproj:
7105         * win32/vs8/libgstmikmod.vcproj:
7106         * win32/vs8/libgstmng.vcproj:
7107         * win32/vs8/libgstmonoscope.vcproj:
7108         * win32/vs8/libgstmulaw.vcproj:
7109         * win32/vs8/libgstmultipart.vcproj:
7110         * win32/vs8/libgstpng.vcproj:
7111         * win32/vs8/libgstrtp.vcproj:
7112         * win32/vs8/libgstrtsp.vcproj:
7113         * win32/vs8/libgstshout2.vcproj:
7114         * win32/vs8/libgstsmpte.vcproj:
7115         * win32/vs8/libgstspeex.vcproj:
7116         * win32/vs8/libgsttaglib.vcproj:
7117         * win32/vs8/libgstudp.vcproj:
7118         * win32/vs8/libgstvideobalance.vcproj:
7119         * win32/vs8/libgstvideobox.vcproj:
7120         * win32/vs8/libgstvideoflip.vcproj:
7121         * win32/vs8/libgstvideomixer.vcproj:
7122         * win32/vs8/libgstwavenc.vcproj:
7123         * win32/vs8/libgstwavparse.vcproj:
7124           Add VS8 project files (note that many of the plugins in ext are
7125           disabled by default). Fixes #366492.
7126
7127 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
7128
7129         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7130           we do not translate debug messages
7131
7132 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
7133
7134         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
7135           fix categorisation, make short desc more explicit, remove unused code
7136           Fixes #372021
7137
7138 2006-11-08  Wim Taymans  <wim@fluendo.com>
7139
7140         * gst/rtp/gstrtpL16depay.c:
7141         * gst/rtp/gstrtpamrdepay.c:
7142         * gst/rtp/gstrtpamrpay.c:
7143         * gst/rtp/gstrtpgsmdepay.c:
7144         * gst/rtp/gstrtph263pay.c:
7145         * gst/rtp/gstrtph263pdepay.c:
7146         * gst/rtp/gstrtph263ppay.c:
7147         * gst/rtp/gstrtph264depay.c:
7148         * gst/rtp/gstrtpmp2tdepay.c:
7149         * gst/rtp/gstrtpmp4gdepay.c:
7150         * gst/rtp/gstrtpmp4gpay.c:
7151         * gst/rtp/gstrtpmp4vdepay.c:
7152         * gst/rtp/gstrtpmp4vpay.c:
7153         * gst/rtp/gstrtpmpadepay.c:
7154         * gst/rtp/gstrtpmpapay.c:
7155         * gst/rtp/gstrtppcmadepay.c:
7156         * gst/rtp/gstrtppcmapay.c:
7157         * gst/rtp/gstrtppcmudepay.c:
7158         * gst/rtp/gstrtppcmupay.c:
7159         * gst/rtp/gstrtpspeexdepay.c:
7160         * gst/rtp/gstrtpspeexpay.c:
7161         * gst/rtp/gstrtpsv3vdepay.c:
7162         Fix element descriptions.
7163
7164 2006-11-08  Wim Taymans  <wim@fluendo.com>
7165
7166         * gst/rtp/gstrtpvorbisdepay.c:
7167         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
7168         Fix description.
7169         Small cleanup in the payloader.
7170
7171 2006-11-08  Wim Taymans  <wim@fluendo.com>
7172
7173         * gst/rtp/Makefile.am:
7174         * gst/rtp/gstrtp.c: (plugin_init):
7175         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
7176         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
7177         (gst_rtp_theora_depay_finalize),
7178         (gst_rtp_theora_depay_parse_configuration),
7179         (gst_rtp_theora_depay_setcaps),
7180         (gst_rtp_theora_depay_switch_codebook),
7181         (gst_rtp_theora_depay_process),
7182         (gst_rtp_theora_depay_set_property),
7183         (gst_rtp_theora_depay_get_property),
7184         (gst_rtp_theora_depay_change_state),
7185         (gst_rtp_theora_depay_plugin_init):
7186         * gst/rtp/gstrtptheoradepay.h:
7187         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
7188         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
7189         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
7190         (gst_rtp_theora_pay_init_packet),
7191         (gst_rtp_theora_pay_flush_packet),
7192         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
7193         (gst_rtp_theora_pay_handle_buffer),
7194         (gst_rtp_theora_pay_plugin_init):
7195         * gst/rtp/gstrtptheorapay.h:
7196         Add theora pay/depayloaders.
7197
7198 2006-11-06  Wim Taymans  <wim@fluendo.com>
7199
7200         * gst/rtp/Makefile.am:
7201         We depend on gsttag to generate the vorbis comments.
7202
7203         * gst/rtp/gstrtpvorbisdepay.c:
7204         (gst_rtp_vorbis_depay_parse_configuration),
7205         (gst_rtp_vorbis_depay_setcaps),
7206         (gst_rtp_vorbis_depay_switch_codebook),
7207         (gst_rtp_vorbis_depay_process):
7208         * gst/rtp/gstrtpvorbisdepay.h:
7209         Parse configuration string in the depayloader.
7210         Implement selecting and switching to a new codebook.
7211         Receiving vorbis over RTP now works.
7212
7213         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
7214         (gst_rtp_vorbis_pay_init_packet),
7215         (gst_rtp_vorbis_pay_finish_headers),
7216         (gst_rtp_vorbis_pay_handle_buffer):
7217         * gst/rtp/gstrtpvorbispay.h:
7218         Set timestamps on outgoing buffers and RTP packets.
7219         Fix configuration string, prepend number of Packet headers.
7220         Fix encoding of ident string.
7221         Add delivery-method to caps.
7222         Streaming vorbis over RTP now works.
7223
7224 2006-11-06  Wim Taymans  <wim@fluendo.com>
7225
7226         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7227         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
7228         (gst_rtp_vorbis_pay_handle_buffer):
7229         * gst/rtp/gstrtpvorbispay.h:
7230         Generate a valid configuration string in the caps based on the
7231         vorbis headers.
7232
7233 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7234
7235         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
7236         * ext/cdio/gstcdio.h:
7237         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
7238           Move CD-TEXT utility function into common file so it can also be
7239           used by a future cdioparanoiasrc.
7240
7241 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
7242         
7243         * sys/v4l2/Makefile.am:
7244         * sys/v4l2/gstv4l2object.c:
7245         * sys/v4l2/gstv4l2src.c:
7246         * sys/v4l2/gstv4l2xoverlay.c:
7247         * sys/v4l2/v4l2_calls.c:
7248         * sys/v4l2/v4l2src_calls.c:
7249         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
7250         xoverlay code that is still not implemented.
7251
7252 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
7253
7254         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
7255           We require a -base more recent than 0.10.9, so it's safe to use
7256           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
7257
7258         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
7259         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
7260           Use _newsegment_full() now that we depend on a recent enough core.
7261
7262         * gst/wavparse/gstwavparse.c:
7263           Remove cruft that we don't need any longer now that we depend on
7264           a recent enough -base.
7265
7266 2006-10-31  Wim Taymans  <wim@fluendo.com>
7267
7268         * gst/rtp/Makefile.am:
7269         * gst/rtp/gstrtp.c: (plugin_init):
7270         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
7271         (gst_rtpilbcpay_setcaps):
7272         Fix and activate ILBC pay and depayloaders. Fixes #368162.
7273
7274 2006-10-31  Wim Taymans  <wim@fluendo.com>
7275
7276         * ext/speex/gstspeexdec.c: (speex_dec_convert),
7277         (speex_dec_sink_event), (speex_dec_chain_parse_header):
7278         Some small cleanups, use _scale.
7279
7280 2006-10-31  Wim Taymans  <wim@fluendo.com>
7281
7282         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
7283         Use higher precision scale function.
7284
7285 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
7286
7287         Patch by: Michal Benes  <michal dot benes at itonis tv>
7288
7289         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
7290         (gst_matroska_demux_read_track_encodings),
7291         (gst_matroska_decode_buffer):
7292           Fix several issues with encoded/compressed/encrypted/signed tracks;
7293           also, remove superfluous newline characters from some debug
7294           statements. (#366155)
7295
7296 2006-10-30  Wim Taymans  <wim@fluendo.com>
7297
7298         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
7299         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
7300         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
7301         (gst_smokedec_change_state):
7302         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
7303         (gst_smokeenc_init), (gst_smokeenc_finalize),
7304         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
7305         (gst_smokeenc_resync), (gst_smokeenc_chain),
7306         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
7307         (gst_smokeenc_change_state):
7308         Various cleanups, capsnego and leak fixes.
7309
7310 2006-10-30  Wim Taymans  <wim@fluendo.com>
7311
7312         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7313
7314         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
7315         Fix videomixer so that it can handle any combination of framerates.
7316         Fixes #367221.
7317
7318 2006-10-28  Wim Taymans  <wim@fluendo.com>
7319
7320         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7321         (gst_avi_demux_parse_file_header),
7322         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
7323         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
7324         (gst_avi_demux_chain):
7325         Fix position query for audio. also fixes timestamps in streaming
7326         mode and bug #364958.
7327         Small cleanups.
7328
7329 2006-10-27  Wim Taymans  <wim@fluendo.com>
7330
7331         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
7332         * ext/libpng/gstpngenc.h:
7333         Fix strides. Fixes #364856.
7334         Cleanup capsnego.
7335         Set caps on outgoing buffers.
7336
7337 2006-10-18  Wim Taymans  <wim@fluendo.com>
7338
7339         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
7340
7341         * gst/rtp/gstrtpgsmpay.c:
7342         * gst/rtp/gstrtph263pay.c:
7343         * gst/rtp/gstrtpmpapay.c:
7344         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
7345         (gst_rtp_pcma_pay_handle_buffer):
7346         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
7347         Add static payload numbers in addition to the dynamic ones.
7348         Fixes #361639.
7349
7350 2006-10-18  Wim Taymans  <wim@fluendo.com>
7351
7352         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7353         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
7354         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
7355         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
7356         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
7357         * gst/rtsp/rtspdefs.h:
7358         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7359         * gst/rtsp/rtspurl.h:
7360         Reuse already existing enum for lower transport.
7361         Add rtspt and rtspu protocols.
7362         Send redirect to rtspt when udp times out.
7363
7364 2006-10-18  Wim Taymans  <wim@fluendo.com>
7365
7366         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
7367         (gst_wavparse_stream_data):
7368         Fix seeking some more, mostly for speed changes.
7369
7370 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7371
7372         Patch by: Fredrik Persson  <frepe at bredband net>
7373
7374         * sys/v4l2/gstv4l2tuner.c:
7375         * sys/v4l2/gstv4l2tuner.h:
7376           Fix _set_channel(): remove useless g_object_notify() for "channel"
7377           property that doesn't exist any longer and therefore now also
7378           useless redirect (#338818).
7379
7380 2006-10-17  Wim Taymans  <wim@fluendo.com>
7381
7382         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
7383         Some drivers do not support unsetting the non-blocking flag once the
7384         device is opened. In those cases, close/open the device in
7385         non-blocking mode. Fixes #362673.
7386
7387 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7388
7389         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7390         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7391         (gst_v4l2src_get_fps):
7392           dear stefan, framespersecond is not frameperiod, reverting but adding
7393           comment
7394
7395 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7396
7397         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7398         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7399         (gst_v4l2src_get_fps):
7400           Numerator is numerator and denominator is denominator. Say that aloud
7401           5 times and retry after next beer.
7402
7403 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
7404
7405         Patch by: Josep Torra Valles  <josep at fluendo com>
7406
7407         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
7408         * ext/esd/esdsink.c: (gst_esdsink_write):
7409         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
7410         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
7411         (gst_flac_dec_send_newsegment):
7412         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
7413         (gst_flac_enc_tell_callback):
7414         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
7415         (smokecodec_parse_header), (smokecodec_decode):
7416         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
7417         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
7418         * gst/goom/Makefile.am:
7419         * gst/goom/gstgoom.c:
7420         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
7421         * gst/rtsp/gstrtspsrc.c:
7422         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7423         * gst/udp/gstudpsink.c:
7424         * gst/udp/gstudpsrc.c:
7425         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
7426         * sys/sunaudio/gstsunaudiomixertrack.h:
7427           Fix a bunch of problems discovered by the Forte compiler, mostly type
7428           mixups and pointer arithmetics with void pointers. Fixes #362603.
7429
7430 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7431
7432         * ext/speex/gstspeex.c: (plugin_init):
7433         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
7434         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
7435         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
7436         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
7437         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
7438         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
7439         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
7440         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
7441         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
7442         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
7443         (gst_speex_enc_chain), (gst_speex_enc_get_property),
7444         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
7445         * ext/speex/gstspeexenc.h:
7446           Miscellaneous clean-ups, among other things: speexenc => enc to
7447           enhance code readability; change speexenc => speex_enc; in chain
7448           function unref input buffer in case of error; take reference in
7449           event function; use boilerplate macro; use gst_pad_query_peer_*
7450           convenience functions.
7451
7452 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7453
7454         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
7455         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
7456         (gst_speexenc_set_header_on_caps):
7457           Fix some mem leaks.
7458
7459 2006-10-11  Wim Taymans  <wim@fluendo.com>
7460
7461         * gst/rtsp/URLS:
7462         Added some other URL.
7463
7464         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
7465         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
7466         (gst_rtspsrc_open), (gst_rtspsrc_play),
7467         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7468         * gst/rtsp/gstrtspsrc.h:
7469         Work on fallback to TCP connection when the UDP socket times out.
7470         Handler server requests, just reply with OK for now.
7471
7472         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7473         * gst/rtsp/rtspdefs.h:
7474         Added some more Real extension headers.
7475
7476         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7477         Fix parsing of urls with a ':' that is not part of the hostname:port
7478         part of the url.
7479
7480 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7481
7482         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
7483         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
7484         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
7485           Activate pad before adding it to the already-running element.
7486
7487         * tests/check/elements/icydemux.c: (icydemux_found_pad):
7488           Activate newly-created pad too.
7489
7490 2006-10-11  Wim Taymans  <wim@fluendo.com>
7491
7492         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
7493
7494         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7495         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
7496         (gst_udpsrc_start):
7497         Fix some leaks in caps and uris. Fixes #361252.
7498
7499 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
7500
7501         * gst/wavparse/Makefile.am:
7502           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
7503
7504 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
7505
7506         * sys/v4l2/gstv4l2xoverlay.c:
7507         * sys/v4l2/gstv4l2xoverlay.h:
7508         Fix build as per the patch in #338818 comment 36.
7509
7510 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
7511
7512         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
7513           Activate pads before adding them to the source.
7514
7515 2006-10-06  Wim Taymans  <wim@fluendo.com>
7516
7517         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
7518         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
7519         Activate pads before adding.
7520
7521 2006-10-06  Wim Taymans  <wim@fluendo.com>
7522
7523         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
7524         (gst_multipart_find_pad_by_mime):
7525         Activate pads before adding.
7526
7527         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
7528         BOILERPLATE sets parent_class for us.
7529
7530 2006-10-06  Wim Taymans  <wim@fluendo.com>
7531
7532         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
7533         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7534         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
7535         (gst_rtspsrc_alloc_udp_ports),
7536         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7537         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
7538         (gst_rtspsrc_create_transports_string),
7539         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
7540         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7541         * gst/rtsp/gstrtspsrc.h:
7542         Rework how the transport string is constructed, try to share channels
7543         and udp ports.
7544         Make most of the stuff less dependant on RTP as we are also going to use
7545         it for RDT.
7546         Add support for transport specific session managers.
7547
7548         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
7549         Implement _flush().
7550
7551         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7552         * gst/rtsp/rtspdefs.h:
7553         Add generic error return code.
7554
7555         * gst/rtsp/rtspext.h:
7556         Add support for pluggable tranport strings.
7557
7558         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
7559         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
7560         (rtsp_ext_wms_get_context):
7561         Detect WMServer and activate the extension.
7562
7563         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
7564         (rtsp_transport_get_manager), (rtsp_transport_parse):
7565         * gst/rtsp/rtsptransport.h:
7566         Added methods to get mime/manager for certain transports.
7567
7568 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
7569
7570         * ext/cairo/gsttimeoverlay.c:
7571         (gst_cairo_time_overlay_update_font_height):
7572         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
7573         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
7574         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
7575         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
7576         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
7577         * ext/libpng/gstpngdec.c: (user_endrow_callback):
7578         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
7579         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
7580         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
7581         (gst_avi_demux_stream_data):
7582         * gst/cutter/gstcutter.c: (gst_cutter_chain):
7583         * gst/debug/efence.c: (gst_efence_buffer_alloc),
7584         (gst_fenced_buffer_copy):
7585         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7586         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
7587         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
7588         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
7589         (gst_rtspsrc_handle_message):
7590         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
7591         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
7592           Printf format fixes.
7593
7594 2006-10-04  Wim Taymans  <wim@fluendo.com>
7595
7596         * gst/rtsp/Makefile.am:
7597         Dist new .h file too.
7598
7599 2006-10-04  Wim Taymans  <wim@fluendo.com>
7600
7601         * gst/rtsp/Makefile.am:
7602         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
7603         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
7604         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7605         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7606         (gst_rtspsrc_parse_rtpmap),
7607         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
7608         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7609         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
7610         * gst/rtsp/gstrtspsrc.h:
7611         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7612         * gst/rtsp/rtspdefs.h:
7613         * gst/rtsp/rtspext.h:
7614         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
7615         (rtsp_ext_wms_get_context):
7616         * gst/rtsp/rtspextwms.h:
7617         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
7618         (rtsp_transport_parse):
7619         * gst/rtsp/rtsptransport.h:
7620         Factor out extension in separate module.
7621         Fix getcaps to filter against the padtemplate.
7622         Use Content-Base if the server gives one.
7623         Rework the transport parsing a bit for future extensions.
7624         Added some Real Header field definitions.
7625
7626 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7627
7628         * docs/plugins/Makefile.am:
7629         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7630         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7631           added v4l2 stubs
7632         * gst-plugins-good.spec.in:
7633           add v4l2
7634
7635 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
7636
7637         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7638           Extract disc/album/medium number and count and try harder
7639           to extract track number/count.
7640
7641 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7642
7643         * configure.ac:
7644         * sys/Makefile.am:
7645           add build stuff for v4l2, needs --enable-experimental until
7646           the last bits are resolved
7647
7648 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
7649
7650         * tests/check/Makefile.am:
7651           Disable autodetect test temporarily, so that the build bots
7652           update -bad and the ranks of unreliable video sinks in there.
7653
7654         * tests/check/elements/autodetect.c: (GST_START_TEST):
7655           Skip test if no usable videosink is found.
7656
7657 2006-09-29  Wim Taymans  <wim@fluendo.com>
7658
7659         * gst/rtsp/URLS:
7660         Add some more URLs.
7661
7662         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7663         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
7664         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7665         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
7666         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7667         (gst_rtspsrc_loop), (gst_rtspsrc_send),
7668         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7669         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
7670         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7671         * gst/rtsp/gstrtspsrc.h:
7672         Add timeout property to control UDP timeouts.
7673         Fix error messages.
7674         Also start a loop function when operating in UDP mode so that we can
7675         do some more stuff async.
7676         Handle element messages from udpsrc to detect timeouts. If a timeout
7677         happens we currently generate an error.
7678         API: rtspsrc::timeout property.
7679
7680         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7681         (gst_udpsrc_create):
7682         Really implement the timeout in microseconds and not milliseconds.
7683
7684 2006-09-29  Wim Taymans  <wim@fluendo.com>
7685
7686         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7687         (gst_udpsrc_create), (gst_udpsrc_set_property),
7688         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
7689         * gst/udp/gstudpsrc.h:
7690         Added property to post a message on timeout.
7691         Updated docs.
7692         When restarting the select, initialize the fdsets again.
7693         Init control sockets so we don't accidentally close a random socket.
7694         API: GstUDPSrc::timeout property
7695
7696 2006-09-29  Wim Taymans  <wim@fluendo.com>
7697
7698         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
7699         Fix flag registration.
7700
7701         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7702         Reading 0 also means 'no more commands'
7703
7704 2006-09-29  Wim Taymans  <wim@fluendo.com>
7705
7706         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7707
7708         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7709         Fix possible infinite loop when shutting down, a read can also return
7710         0 to indicate no more messages are available. Fixes #358156.
7711
7712 2006-09-25  Wim Taymans  <wim@fluendo.com>
7713
7714         * gst/autodetect/gstautoaudiosink.c:
7715         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
7716         (gst_auto_audio_sink_find_best):
7717         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
7718         Small cleanups.
7719         don't try to set "sync" property when it is not available.
7720
7721 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7722
7723         Patch by: Peter Kjellerstedt  <pkj at axis com>
7724
7725         * gst/alpha/gstalpha.c:
7726         * gst/rtp/gstrtpamrdepay.c:
7727         * gst/rtsp/gstrtspsrc.c:
7728         * gst/udp/gstudpsrc.c:
7729         * gst/videomixer/videomixer.c:
7730           Include stdlib.h in some more places, makes things compile
7731           with uClibc and -Werror (#357592).
7732
7733 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7734
7735         * ext/jpeg/gstjpegdec.c:
7736           Set minimum height to 8 (from 16), our code should handle
7737           that fine. Some of the buttons on the apple trailer site
7738           are apparently only 15 pixels high (see #357470).
7739
7740 2006-09-23  Wim Taymans  <wim@fluendo.com>
7741
7742         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
7743         (gst_rtspsrc_open):
7744         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7745         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7746         (rtsp_connection_receive):
7747         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7748         * gst/rtsp/rtspdefs.h:
7749         Improve error reporting.
7750
7751 2006-09-23  Wim Taymans  <wim@fluendo.com>
7752
7753         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
7754         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
7755         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
7756         * gst/rtp/gstrtpdepay.c:
7757         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
7758         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
7759         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
7760         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
7761         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
7762         (gst_rtp_mp2t_depay_plugin_init):
7763         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
7764         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
7765         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
7766         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
7767         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
7768         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
7769         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
7770         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
7771         Fix klass typos.
7772         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
7773
7774 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7775
7776         * configure.ac:
7777           Need  -base CVS for gst_base_rtp_depayload_push_ts().
7778
7779 2006-09-22  Wim Taymans  <wim@fluendo.com>
7780
7781         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
7782         Don't check for a tag that is never there and check if we read the
7783         correct tag. Fixes seeking again.
7784         We must post an error when all pads are unlinked.
7785
7786 2006-09-22  Wim Taymans  <wim@fluendo.com>
7787
7788         * gst/rtp/Makefile.am:
7789         * gst/rtp/gstrtp.c: (plugin_init):
7790         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
7791         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7792         (gst_rtp_vorbis_pay_reset_packet),
7793         (gst_rtp_vorbis_pay_init_packet),
7794         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
7795         (gst_rtp_vorbis_pay_handle_buffer):
7796         More fixage, set endoder-params correctly in the payloader.
7797
7798 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7799
7800         * gst/autodetect/gstautoaudiosink.c:
7801         (gst_auto_audio_sink_base_init):
7802         * gst/autodetect/gstautovideosink.c:
7803         (gst_auto_video_sink_base_init):
7804           Make static pad templates static to appease valgrind's leak
7805           detector.
7806
7807         * tests/check/Makefile.am:
7808         * tests/check/elements/.cvsignore:
7809         * tests/check/elements/autodetect.c: (GST_START_TEST),
7810         (autodetect_suite):
7811           Add simple test for the ghostpad lockup on shutdown fixed in core
7812           CVS (audio bit disabled because it would need dozens of alsa
7813           suppressions and I'm too lazy to add those now).
7814
7815 2006-09-22  Wim Taymans  <wim@fluendo.com>
7816
7817         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
7818         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
7819         Small cleanups.
7820
7821         * gst/rtp/Makefile.am:
7822         * gst/rtp/gstrtp.c: (plugin_init):
7823         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
7824         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
7825         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
7826         (gst_rtp_vorbis_depay_process),
7827         (gst_rtp_vorbis_depay_set_property),
7828         (gst_rtp_vorbis_depay_get_property),
7829         (gst_rtp_vorbis_depay_change_state),
7830         (gst_rtp_vorbis_depay_plugin_init):
7831         * gst/rtp/gstrtpvorbisdepay.h:
7832         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
7833         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
7834         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
7835         (gst_rtp_vorbis_pay_flush_packet),
7836         (gst_rtp_vorbis_pay_append_buffer),
7837         (gst_rtp_vorbis_pay_handle_buffer),
7838         (gst_rtp_vorbis_pay_plugin_init):
7839         * gst/rtp/gstrtpvorbispay.h:
7840         Add experimental vorbis pay and depayloaders.
7841
7842 2006-09-21  Wim Taymans  <wim@fluendo.com>
7843
7844         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
7845         Fix profile-level-id parsing and setup.
7846
7847 2006-09-21  Wim Taymans  <wim@fluendo.com>
7848
7849         * gst/udp/README:
7850         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
7851         Update README, simple cleanup.
7852
7853 2006-09-21  Wim Taymans  <wim@fluendo.com>
7854
7855         * gst/rtp/README:
7856         Update README with some examples.
7857
7858         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
7859         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
7860         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
7861         (gst_rtp_mp4g_pay_setcaps):
7862         * gst/rtp/gstrtpmp4gpay.h:
7863         Make optional RTP parameters of type STRING, as required by the
7864         application/x-rtp caps specification.
7865
7866 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
7867
7868         * gst/rtp/gstrtph263pdepay.c:
7869         * gst/rtp/gstrtph263ppay.c:
7870         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
7871         RTP header.
7872
7873 2006-09-20  Wim Taymans  <wim@fluendo.com>
7874
7875         * gst/rtp/Makefile.am:
7876         And makefile too.
7877
7878 2006-09-20  Wim Taymans  <wim@fluendo.com>
7879
7880         * gst/rtp/gstrtp.c: (plugin_init):
7881         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
7882         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
7883         (decode_base64), (gst_rtp_asf_depay_setcaps),
7884         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
7885         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
7886         (gst_rtp_asf_depay_plugin_init):
7887         * gst/rtp/gstrtpasfdepay.h:
7888         Added preliminary ASF depayloader.
7889
7890         * gst/rtp/gstrtph264depay.c: (decode_base64):
7891         Fix base64 decoding.
7892
7893 2006-09-20  Wim Taymans  <wim@fluendo.com>
7894
7895         * gst/rtsp/URLS:
7896         Added some test URLS.
7897
7898         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7899         (gst_rtspsrc_loop), (gst_rtspsrc_open):
7900         * gst/rtsp/gstrtspsrc.h:
7901         When creating streams, give access to the complete SDP.
7902         Fix some leaks.
7903         Collect and merge global stream properties in stream caps.
7904         Preliminary support for WMServer.
7905
7906         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7907         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7908         (rtsp_connection_receive):
7909         * gst/rtsp/rtspconnection.h:
7910         Make connection interruptable.
7911         Refactor to make it reconnectable.
7912         Don't fail on short reads when reading data packets.
7913
7914         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
7915         (rtsp_url_get_port):
7916         * gst/rtsp/rtspurl.h:
7917         Add methods for getting/setting the port.
7918
7919         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
7920         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
7921         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
7922         (sdp_media_get_format), (sdp_parse_line),
7923         (sdp_message_parse_buffer):
7924         Fix headers. 
7925         Add methods for getting multiple attributes with the same name.
7926         Increase buffer size when parsing.
7927         Fix parsing of a=foo fields.
7928
7929         * gst/rtsp/test.c: (main):
7930         Update to new connection API.
7931
7932         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
7933         (rtsp_message_init_response), (rtsp_message_init_data),
7934         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
7935         * gst/rtsp/rtspmessage.h:
7936         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
7937         * gst/rtsp/rtsptransport.h:
7938         * gst/rtsp/sdp.h:
7939         * gst/rtsp/sdpmessage.h:
7940         * gst/rtsp/gstrtsp.c:
7941         * gst/rtsp/gstrtsp.h:
7942         * gst/rtsp/gstrtpdec.c:
7943         * gst/rtsp/gstrtpdec.h:
7944         * gst/rtsp/rtsp.h:
7945         * gst/rtsp/rtspdefs.c:
7946         * gst/rtsp/rtspdefs.h:
7947         Dual licensed under MIT and LGPL now.
7948
7949 2006-09-19  Wim Taymans  <wim@fluendo.com>
7950
7951         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
7952         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
7953         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
7954         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7955         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
7956         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7957         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
7958         * gst/rtsp/gstrtspsrc.h:
7959         Reorganize stream parsing and creation.
7960         Detect container formats in interleaved mode.
7961         Keep more state about the streams.
7962         Assume a server also supports PLAY if it does not say.
7963         Add unicast and interleaved properties to TCP transport requests to make
7964         some servers happy (WMServer).
7965
7966         * gst/rtsp/sdpmessage.h:
7967         Add some defines for the standard Bandwidth types.
7968
7969 2006-09-19  Wim Taymans  <wim@fluendo.com>
7970
7971         * gst/rtsp/test.c: (main):
7972         Fix build.
7973
7974 2006-09-19  Wim Taymans  <wim@fluendo.com>
7975
7976         * gst/wavparse/gstwavparse.c:
7977         Add ms-gsm to the src template.
7978
7979 2006-09-18  Wim Taymans  <wim@fluendo.com>
7980
7981         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
7982         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
7983         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
7984         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
7985         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
7986         * gst/rtsp/gstrtspsrc.h:
7987         Small cleanups, added documentation.
7988         Try to clean up the requests and responses.
7989         Refactor parsing the supported methods.
7990
7991         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
7992         (rtsp_connection_create), (rtsp_connection_send),
7993         (parse_response_status), (parse_request_line),
7994         (rtsp_connection_receive), (rtsp_connection_close),
7995         (rtsp_connection_free):
7996         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
7997         (rtsp_transport_init), (rtsp_transport_parse),
7998         (rtsp_transport_free):
7999         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
8000         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
8001         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
8002         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
8003         Use g_return_val some more.
8004
8005         * gst/rtsp/rtspdefs.h:
8006         Add more enum values to track initial states.
8007
8008         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
8009         (rtsp_message_init_request), (rtsp_message_new_response),
8010         (rtsp_message_init_response), (rtsp_message_init_data),
8011         (rtsp_message_unset), (rtsp_message_free),
8012         (rtsp_message_add_header), (rtsp_message_remove_header),
8013         (rtsp_message_get_header), (rtsp_message_set_body),
8014         (rtsp_message_take_body), (rtsp_message_get_body),
8015         (rtsp_message_steal_body), (rtsp_message_dump):
8016         * gst/rtsp/rtspmessage.h:
8017         Reorder arguments, object goes as the first one.
8018         Use g_return_val some more.
8019
8020 2006-09-18  Wim Taymans  <wim@fluendo.com>
8021
8022         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
8023         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
8024         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
8025         * gst/rtsp/gstrtspsrc.h:
8026         Export sometimes source pad with correct caps on the template, create
8027         the ghostpad from the template.
8028         Remove RTCP template as we never expose RTCP.
8029         Protect against invalid body size.
8030         Avoid memcpy when creating the output buffer.
8031         Properly post an error and send EOS when the loop function is shut down.
8032
8033 2006-09-18  Wim Taymans  <wim@fluendo.com>
8034
8035         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
8036
8037         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8038         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
8039         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
8040         * gst/rtsp/gstrtspsrc.h:
8041         Make sure we can never set an invalid location.
8042
8043         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
8044         * gst/rtsp/rtspmessage.h:
8045         Added _steal_body method for future use.
8046
8047         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
8048         Make freeing of NULL url return immediatly.
8049
8050 2006-09-18  Wim Taymans  <wim@fluendo.com>
8051
8052         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
8053
8054         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
8055         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
8056         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
8057         (gst_rtspsrc_change_state):
8058         * gst/rtsp/gstrtspsrc.h:
8059         Use boilerplate.
8060         Make rtspsrc subclass GstBin to make state changes easier.
8061         Add Range header field on the PLAY request.
8062
8063 2006-09-18  Wim Taymans  <wim@fluendo.com>
8064
8065         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
8066
8067         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
8068         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
8069         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
8070         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
8071         * gst/rtsp/rtspconnection.c: (inet_aton):
8072         Small cleanups.
8073         when multicast is selected as the transport, create UDP sources and
8074         connect to the multicast group.
8075         Move parsing and setting of caps to a common place.
8076         Fixes #349894.
8077
8078 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
8079
8080         * ext/flac/gstflactag.c:
8081         * gst/alpha/gstalpha.c:
8082         * gst/debug/breakmydata.c:
8083         * gst/debug/negotiation.c:
8084         * gst/debug/testplugin.c:
8085         * gst/effectv/gstaging.c:
8086         * gst/effectv/gstdice.c:
8087         * gst/effectv/gstedge.c:
8088         * gst/effectv/gstquark.c:
8089         * gst/effectv/gstrev.c:
8090         * gst/effectv/gstshagadelic.c:
8091         * gst/effectv/gstvertigo.c:
8092         * gst/effectv/gstwarp.c:
8093         * gst/multipart/multipartdemux.c:
8094         * gst/multipart/multipartmux.c:
8095         * gst/videobox/gstvideobox.c:
8096         * gst/videofilter/gstgamma.c:
8097         * gst/videofilter/gstvideotemplate.c:
8098         * gst/videomixer/videomixer.c:
8099         * sys/sunaudio/gstsunaudiosrc.h:
8100         More G_OBJECT macro fixing.
8101
8102 2006-09-16  Wim Taymans  <wim@fluendo.com>
8103
8104         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
8105
8106         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
8107         Correctly set the dwLength in strh.
8108         With this patch, the file duration is now displayed correctly in window
8109         media player and the AVI plays completely. Fixes #356147
8110
8111 2006-09-15  Wim Taymans  <wim@fluendo.com>
8112
8113         Patch by: Darren Kenny <darren dot kenny at sun dot com>
8114
8115         * sys/sunaudio/gstsunaudiomixerctrl.c:
8116         (gst_sunaudiomixer_ctrl_build_list):
8117         Set the output track as the MASTER so that the gnome-settings-daemon
8118         keybindings for changing the volume using the keyboard works.
8119         Fixes #356142.
8120
8121 2006-09-15  Wim Taymans  <wim@fluendo.com>
8122
8123         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
8124         Fix documentation, it is not possible to control the framerate of jpegdec
8125         using filtered caps yet. Fixes #355210.
8126         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
8127         stop when there is an error.
8128
8129 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8130
8131         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
8132         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8133           Don't interpret a first buffer with an offset of NONE as
8134           'from the middle of the stream', but only a first buffer
8135           that has a valid buffer offset that's non-zero (see #345449).
8136
8137 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8138
8139         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
8140         (gst_icydemux_typefind_or_forward):
8141         * gst/icydemux/gsticydemux.h:
8142           When we merge/collect multiple incoming buffers for typefinding
8143           purposes, keep an initial 0 offset on the first outgoing buffer
8144           as well (otherwise id3demux won't work right). Fixes #345449.
8145           Also Make buffer metadata writable before setting buffer caps.
8146
8147         * tests/check/elements/icydemux.c: (typefind_succeed),
8148         (cleanup_icydemux), (push_data), (GST_START_TEST),
8149         (icydemux_suite):
8150           Small test case for the above.
8151
8152 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
8153
8154         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
8155         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
8156         (gst_avi_demux_stream_header_push),
8157         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8158         (gst_avi_demux_loop):
8159           More code reuse and better logging in _peek_chunk(). Reintroduce check
8160           for chunk sizes before reading them (avoid oom). Better handling for 
8161           invalid chunksizes when streaming.
8162
8163 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
8164
8165         * gst/level/gstlevel.c: (gst_level_set_property):
8166         * gst/level/gstlevel.h:
8167           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
8168           René Stadler
8169
8170 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
8171
8172         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8173         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8174         (gst_avi_demux_stream_data):
8175           Revert one change to fix streaming avi (adapter size != data size).
8176
8177 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8178
8179         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
8180
8181         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
8182         (gst_matroska_demux_reset),
8183         (gst_matroska_demux_read_track_encodings),
8184         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
8185         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8186         (gst_matroska_demux_subtitle_caps):
8187         * gst/matroska/matroska-ids.h:
8188           Add support for VOBSUB subtitle tracks and zlib-compressed
8189           tracks. Make sure we start on a keyframe after a seek. (#343348)
8190
8191 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8192
8193         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
8194         (gst_matroska_demux_push_flac_codec_priv_data),
8195         (gst_matroska_demux_push_xiph_codec_priv_data),
8196         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8197         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
8198         * gst/matroska/matroska-ids.h:
8199           Add basic FLAC support (#311586), not perfect yet though, needs some
8200           tweaking in flacdec; also, seeking could be better.
8201           Do better bounds checking when deserialising vorbis stream headers
8202           to make sure we don't read beyond the end of the buffer on bad input.
8203
8204 2006-09-04  Wim Taymans  <wim@fluendo.com>
8205
8206         Patch by: Alessandro Decina <alessandro at nnva dot org>
8207
8208         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
8209         Seeking back in a file containing a CMML stream errors out if the seek
8210         goes back up to the CMML headers. This is because after the seek the xml
8211         processing instruction <?xml ...?> is submitted to the xml parser again, 
8212         which results in an error. The attached patch fixes the problem. 
8213         Fixes #353908.
8214
8215         * ext/annodex/gstcmmlenc.h:
8216         Fix authors name.
8217
8218
8219 2006-08-28  Andy Wingo  <wingo@pobox.com>
8220
8221         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
8222         New helper function to lessen the ifdefs.
8223         (GST_INFO_OBJECT): 
8224         (gst_dv1394src_iso_receive): Use it.
8225         (gst_dv1394src_create): Also use the control sockets in iec61883
8226         mode.
8227         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
8228         handle for AVC operations; fixes #348233.
8229
8230 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8231
8232         * configure.ac:
8233         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8234         * docs/plugins/inspect/plugin-audiofx.xml:
8235         * docs/plugins/inspect/plugin-audiofxgood.xml:
8236         * gst/audiofx/Makefile.am:
8237         * gst/audiofx/audiofx.c:
8238         * gst/audiofxgood/.cvsignore:
8239         * gst/audiofxgood/Makefile.am:
8240         * gst/audiofxgood/audiofx.c:
8241         * gst/audiofxgood/audiopanorama.c:
8242         * gst/audiofxgood/audiopanorama.h:
8243           Rename again (audiofxgood -> audiofx).
8244
8245 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8246
8247         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
8248         (gst_avi_demux_stream_scan):
8249           Initialze variables.
8250
8251 2006-08-25  Wim Taymans  <wim@fluendo.com>
8252
8253         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8254         (gst_avi_demux_init), (gst_avi_demux_finalize),
8255         (gst_avi_demux_reset), (gst_avi_demux_index_last),
8256         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
8257         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
8258         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8259         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
8260         (gst_avi_demux_massage_index),
8261         (gst_avi_demux_calculate_durations_from_index),
8262         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
8263         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8264         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
8265         (gst_avi_demux_change_state):
8266         * gst/avi/gstavidemux.h:
8267         More attempts to turn this into readable code.
8268         Don't leak adapters.
8269         Calculate duration according to index more efficiently.
8270         Don't try to act like we drive the pipeline in chain mode.
8271
8272 2006-08-25  Wim Taymans  <wim@fluendo.com>
8273
8274         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
8275         Fix build.
8276
8277 2006-08-25  Wim Taymans  <wim@fluendo.com>
8278
8279         Patch by: Alessandro Decina <alessandro at nnva dot org>
8280
8281         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
8282         Do some extra sanity checks.
8283         Fixes #350340.
8284
8285         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
8286         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
8287         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
8288         Check if clip->start_time is valid before adding the clip to the
8289         track list.
8290         Reset enc->preamble going from PAUSED to READY.
8291         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
8292         only used for EOS.
8293         Only post an error message if we were the one that created the fatal
8294         GstFlowReturn value.
8295
8296         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
8297         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
8298         Parse the seconds field of the npt-sec time format using %llu rather than
8299         %d and check that the value scaled by GST_SECOND doesn't overflow.
8300         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
8301         Lookup a clip's track with clip->track rather than clip->id which
8302         makes no sense.
8303         Identify a clip by its track and start time and not its xml id.
8304         do some more input checking and make sure we don't do undefined shifts.
8305
8306         * tests/check/elements/cmmldec.c: (setup_cmmldec),
8307         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
8308         (cmml_tag_message_pop), (check_headers), (push_clip_full),
8309         (push_clip), (push_empty_clip), (check_output_clip),
8310         (GST_START_TEST), (cmmldec_suite):
8311         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
8312         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
8313         (check_headers), (push_clip), (check_clip_times), (check_clip),
8314         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
8315         Added some more checks.
8316
8317 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8318
8319         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
8320         (gst_audio_panorama_set_property),
8321         (gst_audio_panorama_get_property),
8322         (gst_audio_panorama_transform_m2s_int),
8323         (gst_audio_panorama_transform_s2s_int),
8324         (gst_audio_panorama_transform_m2s_float),
8325         (gst_audio_panorama_transform_s2s_float):
8326         * gst/audiofxgood/audiopanorama.h:
8327         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8328           Make also the pan-property float (saves scaling and yields better
8329           resolution)
8330
8331 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8332
8333         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8334         (gst_audio_panorama_transform_m2s_float),
8335         (gst_audio_panorama_transform_s2s_float):
8336           ChangeLog surgery to add cymax's real name
8337
8338
8339 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8340
8341         Patch by: René Stadler <mail@renestadler.de>
8342
8343         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8344         (gst_audio_panorama_transform_m2s_int),
8345         (gst_audio_panorama_transform_s2s_int),
8346         (gst_audio_panorama_transform_m2s_float),
8347         (gst_audio_panorama_transform_s2s_float),
8348         (gst_audio_panorama_transform):
8349         * gst/audiofxgood/audiopanorama.h:
8350           Added float support
8351
8352 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8353
8354         * gst/audiofxgood/audiopanorama.c:
8355         (gst_audio_panorama_transform_m2s):
8356           Fix docs & debug category. Add Fixme for volume pan levels.
8357
8358 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8359
8360         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8361         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8362         (gst_avi_demux_stream_header_pull),
8363         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8364         (gst_avi_demux_chain):
8365           unbreak AVI index handling, some more debug, remove an obsolete
8366           adapter_flush that caused streaming to wander off in the wild
8367
8368 2006-08-24  Wim Taymans  <wim@fluendo.com>
8369
8370         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8371         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
8372         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
8373         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8374         (gst_avi_demux_calculate_durations_from_index),
8375         (gst_avi_demux_stream_header_push),
8376         (gst_avi_demux_stream_header_pull):
8377         * gst/avi/gstavidemux.h:
8378         Some more cleanups. 
8379         Fix totalFrames parsing in ODML.
8380         Disable use of index for length calculation in case of ODML as this is
8381         broken now.
8382
8383 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
8384
8385         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
8386           Use libgsttag helper function here too.
8387
8388 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
8389
8390         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8391         (gst_avi_demux_init), (gst_avi_demux_dispose),
8392         (gst_avi_demux_reset), (gst_avi_demux_index_next),
8393         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
8394         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8395         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
8396         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
8397         (gst_avi_demux_parse_subindex),
8398         (gst_avi_demux_read_subindexes_push),
8399         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
8400         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8401         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
8402         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
8403         (gst_avi_demux_stream_header_pull),
8404         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8405         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
8406         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
8407         (gst_avi_demux_change_state):
8408         * gst/avi/gstavidemux.h:
8409           Initial streaming support for avidemux (fixes #336465)
8410
8411 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8412
8413         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8414           There is no taglibmux element ...
8415
8416         * gst/rtsp/gstrtspsrc.c:
8417           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
8418           was complaining about unknown entity here.
8419
8420 2006-08-22  Wim Taymans  <wim@fluendo.com>
8421
8422         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8423         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
8424         (gst_avi_demux_process_next_entry):
8425         * gst/avi/gstavidemux.h:
8426         Mark DISCONT.
8427         Remove old unused fields and reorder the struct a bit.
8428
8429 2006-08-22  Wim Taymans  <wim@fluendo.com>
8430
8431         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8432         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
8433         (gst_rtspsrc_pause):
8434         * gst/rtsp/gstrtspsrc.h:
8435         * sys/oss/gstosssink.c: (gst_oss_sink_open),
8436         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
8437         Small documentation updates.
8438
8439 2006-08-22  Wim Taymans  <wim@fluendo.com>
8440
8441         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8442         (gst_avi_demux_index_entry_for_time),
8443         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8444         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
8445         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8446         (gst_avi_demux_next_data_buffer),
8447         (gst_avi_demux_calculate_durations_from_index),
8448         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
8449         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
8450         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8451         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
8452         * gst/avi/gstavidemux.h:
8453         Precalc most of the duration query for each stream.
8454         Make seeking more correct.
8455         Use GstSegment to track position and duration.
8456         Code cleanups and leak fixes.
8457         Calculate correct total duration based on index length.
8458
8459 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
8460
8461         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
8462         (parse_insert_string_field):
8463           If strings in text fields are marked ISO8859-1, but contain
8464           valid UTF-8 already, then handle them as UTF-8 and ignore
8465           the encoding. (#351794)
8466
8467 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8468
8469         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
8470         (gst_flac_dec_write), (gst_flac_dec_loop),
8471         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
8472         (gst_flac_dec_src_query):
8473         * ext/flac/gstflacdec.h:
8474           Make flac-in-ogg work (#352100).
8475
8476 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8477
8478         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
8479           Don't unref buffers of which we've already given away
8480           ownership to the adapter.
8481
8482 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8483
8484         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
8485           Make metadata extraction actually work.
8486
8487         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
8488         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
8489         (gst_speexenc_chain):
8490           Fix metadata writing: replace old code which wrote completely
8491           broken tags with libgsttag-based code. Plus miscellaneous
8492           code cleanups (use static pad templates etc.) and a bunch
8493           of leak fixes.
8494
8495 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8496
8497         * gst/audiopanorama/.cvsignore:
8498         * gst/audiopanorama/Makefile.am:
8499         * gst/audiopanorama/audiofx.c:
8500         * gst/audiopanorama/audiopanorama.c:
8501         * gst/audiopanorama/audiopanorama.h:
8502           die! die! die! you should never have been there
8503
8504 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
8505
8506         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8507         Fix invalid memory access in audiopanorama test suite.
8508
8509 2006-08-21  Edward Hervey  <edward@fluendo.com>
8510
8511         * tests/check/elements/.cvsignore:
8512         ignore built file
8513
8514 2006-08-21  Wim Taymans  <wim@fluendo.com>
8515
8516         * gst/rtp/Makefile.am:
8517         Fix the build again.
8518
8519 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8520
8521         * gst/audiofxgood/.cvsignore:
8522         * gst/audiofxgood/Makefile.am:
8523         * gst/audiofxgood/audiofx.c: (plugin_init):
8524         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8525         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8526         (gst_audio_panorama_set_property),
8527         (gst_audio_panorama_get_property),
8528         (gst_audio_panorama_get_unit_size),
8529         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8530         (gst_audio_panorama_transform_m2s),
8531         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8532         * gst/audiofxgood/audiopanorama.h:
8533           resubmit with the desired name *again*
8534
8535 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8536
8537         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
8538         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
8539           use g_assert in _get_unit_size
8540
8541 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8542
8543         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8544         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8545         * docs/plugins/inspect/plugin-audiofxgood.xml:
8546           cleanup -unused.txt to make it useful, add previously missing docs
8547
8548         * ext/Makefile.am:
8549           Quietly (accidentally) enable LADSPA for building by default, 
8550           despite the fact that it doesn't meet the plugin checklist.
8551             -- Added by Jan Schmidt 18 Dec 2006
8552
8553         * ext/esd/esdmon.c:
8554         * ext/esd/esdsink.c:
8555         * ext/esd/gstesd.c: (plugin_init):
8556           reflow to get rid of two external symbols
8557
8558         * gst/audiofxgood/audiofx.c: (plugin_init):
8559           re-add
8560
8561 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8562
8563         * configure.ac:
8564         * gst/audiofxgood/.cvsignore:
8565         * gst/audiofxgood/Makefile.am:
8566         * gst/audiofxgood/audiofx.c
8567         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8568         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8569         (gst_audio_panorama_set_property),
8570         (gst_audio_panorama_get_property),
8571         (gst_audio_panorama_get_unit_size),
8572         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8573         (gst_audio_panorama_transform_m2s),
8574         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8575         * gst/audiofxgood/audiopanorama.h:
8576         * tests/check/Makefile.am:
8577         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
8578         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
8579         (panorama_suite), (main):
8580         Add audiofxgood plugin with audiopanorama element
8581
8582 2006-08-18  Wim Taymans  <wim@fluendo.com>
8583
8584         * docs/plugins/Makefile.am:
8585         More Oss docs fixage. 
8586
8587 2006-08-18  Wim Taymans  <wim@fluendo.com>
8588
8589         * gst/rtp/Makefile.am:
8590         * gst/rtp/gstrtp.c: (plugin_init):
8591         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
8592         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
8593         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
8594         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
8595         (gst_rtp_sv3v_depay_get_property),
8596         (gst_rtp_sv3v_depay_change_state),
8597         (gst_rtp_sv3v_depay_plugin_init):
8598         * gst/rtp/gstrtpsv3vdepay.h:
8599         Added experimental SVQ3 depayloader.
8600
8601 2006-08-18  Edward Hervey  <edward@fluendo.com>
8602
8603         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
8604         (gst_dvdemux_loop), (gst_dvdemux_change_state):
8605         * ext/dv/gstdvdemux.h:
8606         When handling seek requests, don't send the newsegment event from the
8607         calling thread. Instead save it so it can be sent from the streaming
8608         thread.
8609
8610 2006-08-17  Wim Taymans  <wim@fluendo.com>
8611
8612         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8613
8614         * gst/multipart/multipartdemux.c: (multipart_parse_header):
8615         Accept leading whitespace before the boundary
8616         This patch makes the demuxer allow some whitespace before the actual
8617         boundary. This makes the demuxer work with the ``old'' gstreamer
8618         multipartmuxer again (which placed an extra \n before the start
8619         of the stream) Fixes #349068.
8620
8621 2006-08-17  Wim Taymans  <wim@fluendo.com>
8622
8623         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
8624         Error out on non-implemented stuff.
8625
8626 2006-08-16  Wim Taymans  <wim@fluendo.com>
8627
8628         Patch by: Andy Wingo <wingo at pobox dot com>
8629
8630         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
8631         (gst_signal_processor_start), (gst_signal_processor_stop),
8632         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
8633         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
8634         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
8635         (gst_signal_processor_change_state):
8636         Make ladspa elements reusable. Fixes #350006.
8637
8638 2006-08-16  Wim Taymans  <wim@fluendo.com>
8639
8640         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
8641         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
8642         names as possible. Fixes #349901.
8643
8644 2006-08-16  Wim Taymans  <wim@fluendo.com>
8645
8646         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
8647         (gst_signal_processor_do_pushes):
8648         A push() gives away our refcount so we should not use the buffer on the
8649         pen anymore.
8650
8651 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8652
8653         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8654         (gst_oss_mixer_element_finalize):
8655           Don't leak device string.
8656
8657 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8658
8659         * configure.ac:
8660           Require CVS of GStreamer core and -base (for
8661           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
8662
8663         * ext/taglib/gstid3v2mux.cc:
8664           Write extended comment tags properly (#348762).
8665
8666         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
8667         (parse_comment_frame):
8668           Extract COMM frames into extended comments, which makes it
8669           easier to properly retain the description bit of the tag
8670           and maintain this information when re-tagging (#348762).
8671
8672 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8673
8674         * tests/check/Makefile.am:
8675           Don't try to run annodex unit tests if the annodex
8676           plugin has not been built (Fixes #351116).
8677
8678 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8679
8680         * gst/autodetect/gstautoaudiosink.c:
8681         (gst_auto_audio_sink_find_best):
8682           When we can't find a usable audiosink, don't error out,
8683           but use a fake sink instead and post a warning message
8684           on the bus (#341278).
8685
8686 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8687
8688         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
8689         * sys/oss/gstosssink.c:
8690         * sys/oss/gstosssrc.c:
8691           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
8692           ossmixer's new device property.
8693
8694         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8695         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8696           Add docs for OSS elements.
8697
8698         * docs/plugins/inspect/plugin-aasink.xml:
8699         * docs/plugins/inspect/plugin-alaw.xml:
8700         * docs/plugins/inspect/plugin-alpha.xml:
8701         * docs/plugins/inspect/plugin-alphacolor.xml:
8702         * docs/plugins/inspect/plugin-annodex.xml:
8703         * docs/plugins/inspect/plugin-apetag.xml:
8704         * docs/plugins/inspect/plugin-auparse.xml:
8705         * docs/plugins/inspect/plugin-autodetect.xml:
8706         * docs/plugins/inspect/plugin-avi.xml:
8707         * docs/plugins/inspect/plugin-cacasink.xml:
8708         * docs/plugins/inspect/plugin-cairo.xml:
8709         * docs/plugins/inspect/plugin-cdio.xml:
8710         * docs/plugins/inspect/plugin-cutter.xml:
8711         * docs/plugins/inspect/plugin-debug.xml:
8712         * docs/plugins/inspect/plugin-dv.xml:
8713         * docs/plugins/inspect/plugin-efence.xml:
8714         * docs/plugins/inspect/plugin-effectv.xml:
8715         * docs/plugins/inspect/plugin-esdsink.xml:
8716         * docs/plugins/inspect/plugin-flac.xml:
8717         * docs/plugins/inspect/plugin-flxdec.xml:
8718         * docs/plugins/inspect/plugin-gconfelements.xml:
8719         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8720         * docs/plugins/inspect/plugin-goom.xml:
8721         * docs/plugins/inspect/plugin-halelements.xml:
8722         * docs/plugins/inspect/plugin-icydemux.xml:
8723         * docs/plugins/inspect/plugin-id3demux.xml:
8724         * docs/plugins/inspect/plugin-jpeg.xml:
8725         * docs/plugins/inspect/plugin-level.xml:
8726         * docs/plugins/inspect/plugin-matroska.xml:
8727         * docs/plugins/inspect/plugin-mulaw.xml:
8728         * docs/plugins/inspect/plugin-multipart.xml:
8729         * docs/plugins/inspect/plugin-navigationtest.xml:
8730         * docs/plugins/inspect/plugin-ossaudio.xml:
8731         * docs/plugins/inspect/plugin-png.xml:
8732         * docs/plugins/inspect/plugin-rtp.xml:
8733         * docs/plugins/inspect/plugin-rtsp.xml:
8734         * docs/plugins/inspect/plugin-shout2send.xml:
8735         * docs/plugins/inspect/plugin-smpte.xml:
8736         * docs/plugins/inspect/plugin-speex.xml:
8737         * docs/plugins/inspect/plugin-taglib.xml:
8738         * docs/plugins/inspect/plugin-udp.xml:
8739         * docs/plugins/inspect/plugin-videobalance.xml:
8740         * docs/plugins/inspect/plugin-videobox.xml:
8741         * docs/plugins/inspect/plugin-videoflip.xml:
8742         * docs/plugins/inspect/plugin-videomixer.xml:
8743         * docs/plugins/inspect/plugin-wavenc.xml:
8744         * docs/plugins/inspect/plugin-wavparse.xml:
8745         * docs/plugins/inspect/plugin-ximagesrc.xml:
8746           Update to CVS version.
8747           
8748 2006-08-16  Wim Taymans  <wim@fluendo.com>
8749
8750         * gst/rtp/gstrtpamrdepay.c:
8751         * gst/rtp/gstrtpmp4gdepay.c:
8752         Caps extra properties must be defined as strings for
8753         depayloaders because they are generated from an SDP.
8754
8755         * gst/rtp/Makefile.am:
8756         * gst/rtp/gstrtp.c: (plugin_init):
8757         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
8758         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
8759         (gst_rtp_h264_depay_finalize), (decode_base64),
8760         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
8761         (gst_rtp_h264_depay_set_property),
8762         (gst_rtp_h264_depay_get_property),
8763         (gst_rtp_h264_depay_change_state),
8764         (gst_rtp_h264_depay_plugin_init):
8765         * gst/rtp/gstrtph264depay.h:
8766         Added basic, not completely functional RFC 3984 H264 depayloader.
8767
8768 2006-08-16  Wim Taymans  <wim@fluendo.com>
8769
8770         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
8771         Add pads after setting them up.
8772
8773         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8774         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
8775         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
8776         (gst_rtspsrc_stream_setup_rtp),
8777         (gst_rtspsrc_stream_configure_transport),
8778         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
8779         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
8780         (gst_rtspsrc_pause):
8781         * gst/rtsp/gstrtspsrc.h:
8782         Fix interleaved mode.
8783          - Protect streaming with lock.
8784          - Combine flows
8785          - set caps on outgoing buffers.
8786          - strip trailing \0 from data packets.
8787          - Configure RTP/RTCP in stream.
8788         Use DEBUG_OBJECT more.
8789
8790 2006-08-16  Wim Taymans  <wim@fluendo.com>
8791
8792         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
8793         Turn a g_print into a DEBUG line.
8794
8795 2006-08-13  Wim Taymans  <wim@fluendo.com>
8796
8797         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
8798         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8799         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
8800         (gst_oss_mixer_element_get_property),
8801         (gst_oss_mixer_element_change_state):
8802         * sys/oss/gstossmixerelement.h:
8803         Small cleanups. Better error reporting.
8804         Add device property for the mixer instead of the hardcoded
8805         /dev/mixer. Fixes #350785.
8806         API: GstOssMixerElement::device property
8807
8808 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
8809
8810         Patch by: Jens Granseuer <jensgr at gmx net>
8811
8812         * gconf/Makefile.am:
8813           Make --disable-schemas work right (they still need
8814           to be copied to the installation directory, just not
8815           applied). Fixes #351347 (also #344100).
8816           
8817 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8818
8819         * configure.ac: back to HEAD
8820
8821 === release 0.10.4 ===
8822
8823 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
8824
8825         * configure.ac:
8826           releasing 0.10.4, "Dear Leader"
8827
8828 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8829
8830         Patch by: Edward Hervey <edward@fluendo.com>
8831
8832         * configure.ac:
8833         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8834         (gst_wavparse_stream_data):
8835         Send the newsegment event in the streaming thread.
8836         Fixes #347529
8837
8838 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
8839
8840         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
8841         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
8842         (gst_smokeenc_resync), (gst_smokeenc_chain):
8843           Refuse sink caps in the encoder if width or height is not a
8844           multiple of 16, the encoder does not support that yet (#349939);
8845           along the same lines, check the return value of the encoder
8846           setup function; also remove some debug log clutter.
8847
8848 2006-08-04  Andy Wingo  <wingo@pobox.com>
8849
8850         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
8851         whether a processor can work in place or not, and for keeping
8852         track of its state. Change the FlowReturn instance variable from
8853         "state" to "flow_state", all callers changed.
8854
8855         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
8856         (gst_signal_processor_start, gst_signal_processor_stop)
8857         (gst_signal_processor_cleanup): New functions to manage the
8858         processor's state.
8859         (gst_signal_processor_setcaps): start() as well as setup() here.
8860         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
8861         (gst_signal_processor_change_state): Stop and cleanup the
8862         processor as we go to NULL.
8863
8864         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
8865         INPLACE_BROKEN is not set.
8866
8867         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
8868         Do the alloc_buffer in bytes, not frames.
8869         
8870 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8871
8872         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
8873         Fix rgb masks when recording in < 24bpp.
8874
8875 2006-08-04  Andy Wingo  <wingo@pobox.com>
8876
8877         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
8878         (gst_signal_processor_prepare)
8879         (gst_signal_processor_update_inputs)
8880         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
8881         (gst_signal_processor_flush)
8882         (gst_signal_processor_sink_activate_push)
8883         (gst_signal_processor_src_activate_pull)
8884         (gst_signal_processor_change_state): Remove the last of the code
8885         that assumes that we process whole buffers at a time. Fix some
8886         debugging. Seems to work now in some cases.
8887         (gst_signal_processor_src_activate_pull): BPB
8888
8889 2006-08-01  Andy Wingo  <wingo@pobox.com>
8890
8891         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
8892         Fix nframes-choosing.
8893         (gst_signal_processor_init): Init pending_in and pending_out.
8894
8895         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
8896         more default sample rate, although we never check that the sample
8897         rate actually gets set. Something for the future.
8898         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
8899         (gst_signal_processor_event): Refcount fixen.
8900         (gst_signal_processor_process): Pull the number of frames to
8901         process from the sizes of the buffers in the input pens.
8902         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
8903         (gst_signal_processor_do_pulls): Add an nframes argument, and use
8904         it instead of buffer_frames.
8905         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
8906         to do_pulls.
8907         (gst_signal_processor_chain)
8908         (gst_signal_processor_sink_activate_push)
8909         (gst_signal_processor_src_activate_pull):  Refcount fixen.
8910
8911         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
8912
8913 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
8914
8915         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
8916         (gst_signal_processor_process):
8917           don't query buffer-frames from caps, add lots of debug-log,
8918           try fix for assert (#349189)
8919
8920 2006-07-31  Wim Taymans  <wim@fluendo.com>
8921
8922         * gst/udp/gstudpsrc.c:
8923         Fix docs.
8924
8925 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
8926
8927         * ext/ladspa/gstsignalprocessor.c:
8928         (gst_signal_processor_add_pad_from_template),
8929         (gst_signal_processor_init), (gst_signal_processor_setcaps),
8930         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
8931         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
8932         (gst_signal_processor_sink_activate_push),
8933         (gst_signal_processor_src_activate_pull),
8934         (gst_signal_processor_change_state):
8935          Add debugs logs here and there, add more error handling, add some
8936          FIXME comments, filed #349189
8937
8938 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8939
8940         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
8941         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
8942         Set caps on buffer correctly.  Fixes bug #349155.
8943
8944 2006-07-28  Wim Taymans  <wim@fluendo.com>
8945
8946         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8947
8948         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
8949         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
8950         (gst_multipart_demux_finalize), (get_line_end),
8951         (multipart_parse_header), (multipart_find_boundary),
8952         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
8953         (gst_multipart_set_property), (gst_multipart_get_property):
8954         Uses GstAdapter instead of own buffering.
8955         Actually parses the mime-type correctly (In tests the mime-type was
8956         always "" with the old version).
8957         Uses the Content-length header if available to speed up things.
8958         Reliably autoscans the boundary name by default.
8959         Fixes #349068.
8960
8961         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
8962         Don't start the stream with a \n.
8963
8964 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
8965
8966         Patch by: Brian Cameron <brian dot cameron at sun com>
8967
8968         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
8969           Open source with O_NONBLOCK (#349015).
8970
8971 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
8972
8973         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8974         (gst_avi_demux_massage_index):
8975         * gst/avi/gstavidemux.h:
8976           Whitespace fixes and more debug
8977
8978 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
8979
8980         * gst/autodetect/gstautoaudiosink.c:
8981         (gst_auto_audio_sink_create_element_with_pretty_name),
8982         (gst_auto_audio_sink_find_best),
8983         (gst_auto_audio_sink_change_state):
8984           Get rid of old and unused magic sound-server properties stuff.
8985           Add suffix to child sink's name that makes it easy to see from
8986           the name alone which type it actually is (alsa, oss, esd, etc.).
8987
8988 2006-07-27  Wim Taymans  <wim@fluendo.com>
8989
8990         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8991         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
8992         (gst_udpsrc_start):
8993         * gst/udp/gstudpsrc.h:
8994         Rename "buffer" to "buffer-size" to make clear it is a size we set and
8995         not some sort of feature we enable.
8996
8997 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
8998
8999         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
9000           Use CLOSE_SOCKET() here instead of close() to maintain
9001           win32 workiness.
9002
9003 2006-07-27  Wim Taymans  <wim@fluendo.com>
9004
9005         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
9006
9007         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9008         (gst_udpsrc_create), (gst_udpsrc_set_property),
9009         (gst_udpsrc_get_property), (gst_udpsrc_start):
9010         * gst/udp/gstudpsrc.h:
9011         Added "buffer-size" property to control the kernel receive buffer size.
9012         Update documentation.
9013         Small cleanups. Fixes #348752.
9014         API: buffer-size property
9015
9016 2006-07-26  Wim Taymans  <wim@fluendo.com>
9017
9018         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
9019
9020         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
9021         (gst_rtp_pcma_pay_handle_buffer):
9022         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
9023         (gst_rtp_pcmu_pay_handle_buffer):
9024         Fix timestamp calculation on outgoing RTP packets.
9025         Fixes #348675.
9026
9027 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9028
9029         * ext/taglib/gstid3v2mux.cc:
9030           Fix writing of comment frames (should be COMM not TCOM),
9031           is still sub-optimal though, since we don't retain or
9032           extract the comment descriptions properly (#334375,
9033           also see #334375).
9034
9035 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9036
9037         * gst/wavparse/gstwavparse.c:
9038           #define 'fact' RIFF chunk if we are not compiling against
9039           -base CVS (we don't want to depend on -base CVS for this
9040           one define only, and also not for release order reasons).
9041
9042 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9043
9044         * ext/taglib/gstid3v2mux.cc:
9045           Handle multiple tags of the same type properly. Re-inject
9046           unparsed ID3v2 frames that we get as binary blobs from
9047           id3demux into the tag again so we don't lose information
9048           when retagging (#334375).
9049
9050 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9051
9052         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
9053           Document newly-added properties properly, so that there is a
9054           'Since: 0.10.4' in the plugin docs. Convert some property
9055           names into canonical GObject style (GObject will do that
9056           internally anyway).
9057
9058 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9059
9060         * gst/id3demux/id3tags.c:
9061         (id3demux_add_id3v2_frame_blob_to_taglist):
9062           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
9063           well, and add the version to the blob's buffer caps, since that
9064           information will be needed for deserialisation later on (#348644).
9065
9066 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
9067
9068         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
9069         (gst_avi_demux_parse_stream):
9070          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
9071          indentation and spacing.
9072
9073 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9074
9075         * docs/plugins/Makefile.am:
9076         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9077         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9078         * docs/plugins/gst-plugins-good-plugins.args:
9079         * docs/plugins/inspect/plugin-1394.xml:
9080         * docs/plugins/inspect/plugin-aasink.xml:
9081         * docs/plugins/inspect/plugin-alaw.xml:
9082         * docs/plugins/inspect/plugin-alpha.xml:
9083         * docs/plugins/inspect/plugin-alphacolor.xml:
9084         * docs/plugins/inspect/plugin-annodex.xml:
9085         * docs/plugins/inspect/plugin-apetag.xml:
9086         * docs/plugins/inspect/plugin-auparse.xml:
9087         * docs/plugins/inspect/plugin-autodetect.xml:
9088         * docs/plugins/inspect/plugin-avi.xml:
9089         * docs/plugins/inspect/plugin-cacasink.xml:
9090         * docs/plugins/inspect/plugin-cairo.xml:
9091         * docs/plugins/inspect/plugin-cdio.xml:
9092         * docs/plugins/inspect/plugin-cutter.xml:
9093         * docs/plugins/inspect/plugin-debug.xml:
9094         * docs/plugins/inspect/plugin-dv.xml:
9095         * docs/plugins/inspect/plugin-efence.xml:
9096         * docs/plugins/inspect/plugin-effectv.xml:
9097         * docs/plugins/inspect/plugin-esdsink.xml:
9098         * docs/plugins/inspect/plugin-flac.xml:
9099         * docs/plugins/inspect/plugin-flxdec.xml:
9100         * docs/plugins/inspect/plugin-gconfelements.xml:
9101         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
9102         * docs/plugins/inspect/plugin-goom.xml:
9103         * docs/plugins/inspect/plugin-halelements.xml:
9104         * docs/plugins/inspect/plugin-icydemux.xml:
9105         * docs/plugins/inspect/plugin-id3demux.xml:
9106         * docs/plugins/inspect/plugin-jpeg.xml:
9107         * docs/plugins/inspect/plugin-level.xml:
9108         * docs/plugins/inspect/plugin-matroska.xml:
9109         * docs/plugins/inspect/plugin-mulaw.xml:
9110         * docs/plugins/inspect/plugin-multipart.xml:
9111         * docs/plugins/inspect/plugin-navigationtest.xml:
9112         * docs/plugins/inspect/plugin-ossaudio.xml:
9113         * docs/plugins/inspect/plugin-png.xml:
9114         * docs/plugins/inspect/plugin-rtp.xml:
9115         * docs/plugins/inspect/plugin-rtsp.xml:
9116         * docs/plugins/inspect/plugin-shout2send.xml:
9117         * docs/plugins/inspect/plugin-smpte.xml:
9118         * docs/plugins/inspect/plugin-speex.xml:
9119         * docs/plugins/inspect/plugin-udp.xml:
9120         * docs/plugins/inspect/plugin-videobalance.xml:
9121         * docs/plugins/inspect/plugin-videobox.xml:
9122         * docs/plugins/inspect/plugin-videoflip.xml:
9123         * docs/plugins/inspect/plugin-videomixer.xml:
9124         * docs/plugins/inspect/plugin-wavenc.xml:
9125         * docs/plugins/inspect/plugin-wavparse.xml:
9126         * docs/plugins/inspect/plugin-ximagesrc.xml:
9127           Update files to CVS/Prerelease version, add esdsink docs.
9128
9129         * ext/esd/esdsink.c:
9130           Add gtk-doc blurb.
9131
9132         * gst/rtp/gstrtpmp4vpay.c:
9133           Fix typo in element description.
9134
9135 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9136
9137         * ext/esd/esdsink.c: (gst_esdsink_open),
9138         (gst_esdsink_factory_init):
9139           Prevent libesd from auto-spawning a sound daemon if it
9140           is not already running. Now that we don't do evil stuff
9141           like that any longer we can give esdsink a rank so that
9142           autoaudiosink will try it as well if all other audio
9143           sinks fail (#343051).
9144
9145 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9146
9147         * ext/esd/Makefile.am:
9148           Oops, need to remove README from EXTRA_DIST as well.
9149
9150 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9151
9152         * ext/esd/README:
9153           Remove, it contains nothing useful anyway.
9154
9155         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
9156         (gst_esdsink_delay):
9157           Some small clean-ups; use GST_BOILERPLATE etc.
9158
9159 2006-07-24  Wim Taymans  <wim@fluendo.com>
9160
9161         * gst/law/alaw-decode.c: (alawdec_getcaps):
9162         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
9163         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
9164         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
9165         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
9166
9167 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
9168
9169         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
9170         (gst_wavparse_other), (gst_wavparse_perform_seek),
9171         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
9172         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
9173         (gst_wavparse_pad_query):
9174         * gst/wavparse/gstwavparse.h:
9175           Use information from 'fact' chunk for length calculation of compressed
9176           samples. Calculate bps if bogus value is found in wav header (embeded
9177           mp2/mp3).
9178           
9179
9180 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9181
9182         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
9183
9184         * configure.ac:
9185         * gst/udp/Makefile.am:
9186         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
9187         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
9188         * gst/udp/gstdynudpsink.h:
9189         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
9190         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
9191         * gst/udp/gstmultiudpsink.h:
9192         * gst/udp/gstudp.c: (plugin_init):
9193         * gst/udp/gstudpsink.h:
9194         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
9195         (gst_udpsrc_start), (gst_udpsrc_stop):
9196         * gst/udp/gstudpsrc.h:
9197         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
9198         (gst_udp_net_utils_win32_wsa_startup):
9199         * gst/udp/gstudpnetutils.h:
9200           Port udp plugin to win32 (#345288).
9201
9202 2006-07-24  Wim Taymans  <wim@fluendo.com>
9203
9204         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
9205         Remove unwanted DEBUG line.
9206
9207 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9208
9209         * gst/id3demux/gstid3demux.c: (plugin_init):
9210         * gst/id3demux/id3tags.c:
9211         (id3demux_add_id3v2_frame_blob_to_taglist):
9212         * gst/id3demux/id3tags.h:
9213           On second thought, it might be wiser and more efficient
9214           not to do tag registration from a streaming thread.
9215
9216 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9217
9218         * gst/id3demux/id3tags.c:
9219         (id3demux_add_id3v2_frame_blob_to_taglist),
9220         (id3demux_id3v2_frames_to_tag_list):
9221           Put ID3v2 frames we can't parse as binary blobs into private
9222           tags, so that they are not lost when retagging, at least once
9223           id3v2mux has been taught to re-inject those frames again.
9224           See bug #334375.
9225
9226 2006-07-21  Wim Taymans  <wim@fluendo.com>
9227
9228         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9229         (gst_avi_demux_process_next_entry):
9230         Fix some leaks.
9231
9232         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
9233         Don't use \n in debug lines.
9234
9235 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
9236
9237         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9238         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9239           Add annodex and icydemux, cleanup the sections a bit
9240
9241 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
9242
9243         Patch by: Alex Lancaster <alexl at users sourceforge net>
9244
9245         * ext/taglib/gstid3v2mux.cc:
9246           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
9247           ID3v2 TSSE frames (#347898).
9248
9249 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
9250
9251         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
9252           Respect mpegversion for "video/mpeg" and give message in case of
9253           unhandled versions.
9254
9255 2006-07-17  Wim Taymans  <wim@fluendo.com>
9256
9257         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
9258         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
9259         (gst_pngdec_chain), (gst_pngdec_sink_event),
9260         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
9261         (gst_pngdec_sink_activate_push):
9262         * ext/libpng/gstpngdec.h:
9263         Use statically allocated segment instead of leaking.
9264         Various cleanups.
9265         Fix flush and seek handling.
9266
9267 2006-07-16  Wim Taymans  <wim@fluendo.com>
9268
9269         * gst/rtp/Makefile.am:
9270         * gst/rtp/gstrtp.c: (plugin_init):
9271         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
9272         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
9273         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
9274         (gst_rtp_mp4g_depay_set_property),
9275         (gst_rtp_mp4g_depay_get_property),
9276         (gst_rtp_mp4g_depay_change_state),
9277         (gst_rtp_mp4g_depay_plugin_init):
9278         * gst/rtp/gstrtpmp4gdepay.h:
9279         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
9280         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
9281         (gst_rtp_mp4g_pay_flush):
9282         Added simple generic mpeg4 depayloader.
9283         Fix generic mpeg4 payloader.
9284
9285 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
9286
9287         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
9288           Don't try doing state changes on a NULL pointer.
9289
9290 2006-07-14  Wim Taymans  <wim@fluendo.com>
9291
9292         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
9293
9294         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
9295         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
9296         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9297         * gst/rtp/gstrtpamrdepay.h:
9298         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
9299         Fixes #321191
9300
9301 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9302
9303         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9304         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
9305         Fix segfault when moving mouse pointer to the bottom right corner.
9306
9307 2006-07-12  Wim Taymans  <wim@fluendo.com>
9308
9309         * gst/rtp/Makefile.am:
9310         * gst/rtp/gstrtp.c: (plugin_init):
9311         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
9312         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
9313         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
9314         (gst_rtp_mp2t_depay_set_property),
9315         (gst_rtp_mp2t_depay_get_property),
9316         (gst_rtp_mp2t_depay_change_state),
9317         (gst_rtp_mp2t_depay_plugin_init):
9318         * gst/rtp/gstrtpmp2tdepay.h:
9319         Added mpeg2 TS depayloader. Closing #347234.
9320
9321 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
9322
9323         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
9324           Remove g_assert that shouldn't be there and was triggered
9325           after trying to open a device that doesn't exist or can't
9326           be opened for some other reason (#347972).
9327
9328 2006-07-10  Edward Hervey  <edward@fluendo.com>
9329
9330         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9331         (gst_avi_demux_stream_header), (push_tag_lists):
9332         * gst/avi/gstavidemux.h:
9333         Don't push tag events found by gst_riff_parse_info() before outputting
9334         GST_EVENT_NEWSEGMENT.
9335
9336 2006-07-10  Wim Taymans  <wim@fluendo.com>
9337
9338         * gst/rtsp/Makefile.am:
9339         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
9340         (rtsp_connection_close):
9341         * gst/rtsp/rtspdefs.h:
9342         replaced closesocket and close in code with one CLOSE_SOCKET. 
9343         Some more cleanups. Fixes #345301.
9344
9345 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
9346
9347         * gst/autodetect/gstautoaudiosink.c:
9348           Fix example pipeline in docs.
9349
9350 2006-07-10  Wim Taymans  <wim@fluendo.com>
9351
9352         Patch by: Rob Taylor <robtaylor at floopily dot org>
9353
9354         * gst/udp/gstmultiudpsink.c: (join_multicast),
9355         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
9356         If a destination is added before the stream is set to PAUSED, the
9357         multicast group is not joined as the socket is not created yet. 
9358         Also TTL and LOOP should also be set. Fixes #346921.
9359
9360 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9361
9362         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9363         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9364         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
9365         (gst_ximage_src_init):
9366         * sys/ximage/gstximagesrc.h:
9367         Fix use-damage property to actually work :)
9368         Add startx, starty, endx, endy properties so screencasts other than full
9369         screen ones can work.
9370
9371 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9372
9373         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9374         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9375         (gst_ximage_src_class_init), (gst_ximage_src_init):
9376         * sys/ximage/gstximagesrc.h:
9377         Add use_damage property to offer ability to choose whether to use
9378         XDamage or not.
9379
9380 2006-07-07  Wim Taymans  <wim@fluendo.com>
9381
9382         * gst/goom/filters.c: (zoomFilterSetResolution):
9383         Avoid goom coredumping by clearing memory. 
9384         Fixes 345679.
9385
9386 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
9387
9388         * win32/vs6/libgstid3demux.dsp:
9389         Add a link to libgsttag-0.10.lib.
9390
9391 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9392
9393         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9394         (gst_tag_demux_read_range):
9395         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9396         (gst_id3demux_read_range):
9397           Don't return FLOW_UNEXPECTED when a buffer is before
9398           the start of the stream (which might happen with
9399           large ID3v2 tags if the tag reading was done pullrange
9400           based and we then switched to push mode later on).
9401           Fixes regression introduced by commit from June 29th.
9402
9403 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9404
9405         * ext/taglib/gstid3v2mux.cc:
9406           Make UTF-8 the default encoding when writing string
9407           tags (before, our UTF-8 strings would automatically
9408           be converted to ISO-8859-1 by taglib and written as
9409           ISO-8859-1 fields if that was possible).
9410
9411         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
9412         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
9413         (test_taglib_id3mux_with_tags):
9414           Add test case that makes sure our UTF-8 strings have
9415           actually been written into the tag as UTF-8.
9416
9417 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9418
9419         * configure.ac:
9420           Let's try that again.
9421
9422 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9423
9424         * configure.ac:
9425           Disable monoscope plugin for now until it fulfills
9426           all the requirements.
9427
9428 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9429
9430         * configure.ac:
9431         * gst/monoscope/Makefile.am:
9432         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
9433         (gst_monoscope_class_init), (gst_monoscope_init),
9434         (gst_monoscope_finalize), (gst_monoscope_reset),
9435         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
9436         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
9437         (gst_monoscope_sink_event), (gst_monoscope_src_event),
9438         (gst_monoscope_change_state), (plugin_init):
9439         * gst/monoscope/gstmonoscope.h:
9440           Port monoscope visualisation to 0.10.
9441
9442 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9443
9444         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
9445         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
9446           Return FLOW_UNEXPECTED when at the end of the file, not
9447           FLOW_ERROR. Fixes 'internal stream error' errors that
9448           would sometimes occur in totem when scrubbing to the
9449           end of an ID3v1 tagged mp3 file.
9450
9451 2006-07-03  Edward Hervey  <edward@fluendo.com>
9452
9453         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
9454         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
9455         (gst_pngdec_sink_event), (gst_pngdec_change_state):
9456         * ext/libpng/gstpngdec.h:
9457         Implement buffer clipping/dropping using GstSegment.
9458         This provides accurate seeking.
9459
9460 2006-07-03  Edward Hervey  <edward@fluendo.com>
9461
9462         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9463         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
9464         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
9465         (gst_avi_demux_process_next_entry), (push_tag_lists),
9466         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
9467         * gst/avi/gstavidemux.h:
9468         Proper aggregation of each stream's GstFlowReturn in order to figure out
9469         whether the task should stop or not.
9470         Don't send inline events before pushing out a NEW_SEGMENT, more
9471         specifically for GST_TAG_EVENT.
9472         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
9473         sub-indexes.
9474
9475 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
9476
9477         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9478
9479         * sys/sunaudio/gstsunaudiomixerctrl.c:
9480         (gst_sunaudiomixer_ctrl_build_list):
9481           Move "Monitor" slider to input tab so it works more like
9482           sdtaudiocontrol, which is what people on Solaris are used
9483           to using for their mixer program (#346259).
9484
9485 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9486
9487         * tests/check/elements/level.c: (GST_START_TEST):
9488           fix a leak, clean up at the end
9489
9490 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9491
9492         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9493         (gst_matroska_demux_send_event),
9494         (gst_matroska_demux_loop_stream_parse_id):
9495         * gst/matroska/matroska-ids.h:
9496           Send tag event after newsegment event.
9497
9498 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9499
9500         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9501         (gst_id3demux_read_range):
9502           Make sure we don't return GST_FLOW_OK with a NULL buffer in
9503           certain cases where a read beyond the end of the file is
9504           requested. Fixes #345930.
9505
9506         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9507         (gst_tag_demux_read_range):
9508           Fix same issue here as well.
9509
9510 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9511
9512         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
9513         
9514         Fix hypothetical crash.
9515
9516 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
9517
9518         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9519
9520         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
9521           Do not modify the ports value. If the user has turned off the
9522           built-in speakers, then we should not reset it in the prepare
9523           function, since this causes the built-in speakers to turn
9524           back on anytime the user changes a track in totem, rhythmbox,
9525           etc. (#346066).
9526
9527 2006-06-23  Wim Taymans  <wim@fluendo.com>
9528
9529         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
9530         Fix double caps unref when negotiation fails.
9531
9532 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9533
9534         * ext/annodex/gstcmmldec.c:
9535         * ext/annodex/gstcmmlenc.c:
9536         * ext/annodex/gstcmmlparser.c:
9537         * ext/dv/gstdvdec.c:
9538         * ext/dv/gstdvdemux.c:
9539         * ext/gdk_pixbuf/pixbufscale.c:
9540         * ext/jpeg/gstjpegenc.c:
9541         * ext/jpeg/gstsmokedec.c:
9542         * ext/jpeg/gstsmokeenc.c:
9543         * ext/libpng/gstpngdec.c:
9544         * ext/libpng/gstpngenc.c:
9545         * ext/speex/gstspeexenc.c:
9546         * gst/alpha/gstalphacolor.c:
9547         * gst/cutter/gstcutter.c:
9548         * gst/debug/gstnavigationtest.c:
9549         * gst/icydemux/gsticydemux.c:
9550         * gst/level/gstlevel.c:
9551         * gst/multipart/multipart.c:
9552         * gst/rtp/gstrtpamrpay.c:
9553         * gst/rtp/gstrtpdepay.c:
9554         * gst/rtp/gstrtpilbcpay.c:
9555         * gst/rtp/gstrtpmp4gpay.c:
9556         * gst/rtp/gstrtpmp4vpay.c:
9557         * gst/rtsp/gstrtpdec.c:
9558         * gst/rtsp/gstrtspsrc.c:
9559         * gst/udp/gstdynudpsink.c:
9560         * gst/udp/gstmultiudpsink.c:
9561         * gst/udp/gstudpsrc.c:
9562         * gst/videobox/gstvideobox.c:
9563         * gst/videofilter/gstvideoflip.c:
9564           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
9565           plus two minor macro fixes.
9566
9567 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9568
9569         * gst/matroska/matroska-demux.c:
9570         (gst_matroska_demux_check_subtitle_buffer),
9571         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9572         (gst_matroska_demux_subtitle_caps):
9573         * gst/matroska/matroska-ids.c:
9574         (gst_matroska_track_init_subtitle_context):
9575         * gst/matroska/matroska-ids.h:
9576           Try to fix up broken matroska files containing subtitle
9577           streams with non-UTF8 character encodings (courtesy of
9578           mkvmerge) using either the encoding specified in the
9579           GST_SUBTITLE_ENCODING environment variable or the
9580           current locale's character set if it is non-UTF8.
9581           Fixes #337076.
9582
9583 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9584
9585         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
9586           Set image type from APIC frame as "image-type" field
9587           of GST_TAG_IMAGE buffer caps (#344605).
9588
9589 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
9590
9591         * ext/flac/Makefile.am:
9592         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
9593         (gst_flac_dec_reset_decoders),
9594         (gst_flac_dec_setup_seekable_decoder),
9595         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
9596         (gst_flac_dec_metadata_callback),
9597         (gst_flac_dec_metadata_callback_seekable),
9598         (gst_flac_dec_metadata_callback_stream),
9599         (gst_flac_dec_error_callback),
9600         (gst_flac_dec_error_callback_seekable),
9601         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
9602         (gst_flac_dec_read_stream), (gst_flac_dec_write),
9603         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
9604         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
9605         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
9606         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
9607         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
9608         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
9609         (gst_flac_dec_sink_activate_push),
9610         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
9611         * ext/flac/gstflacdec.h:
9612           Support chain-based operation, should make flac-over-DAAP
9613           work (#340492).
9614
9615 2006-06-20  Wim Taymans  <wim@fluendo.com>
9616
9617         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9618         Doc updates, merge some unused symbols.
9619
9620 2006-06-20  Wim Taymans  <wim@fluendo.com>
9621
9622         * docs/plugins/Makefile.am:
9623         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9624         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9625         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
9626         * gst/rtsp/gstrtspsrc.c:
9627         * gst/rtsp/gstrtspsrc.h:
9628         Added documentation for the rtsp plugin. Fixes #345393.
9629
9630 2006-06-20  Wim Taymans  <wim@fluendo.com>
9631
9632         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9633         (rtsp_connection_close), (rtsp_connection_free):
9634         Use better G_OS_* macros. Fixes #345301 some more.
9635
9636 2006-06-20  Wim Taymans  <wim@fluendo.com>
9637
9638         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9639
9640         * sys/sunaudio/Makefile.am:
9641         * sys/sunaudio/gstsunaudio.c: (plugin_init):
9642         * sys/sunaudio/gstsunaudiomixerctrl.c:
9643         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
9644         (gst_sunaudiomixer_ctrl_list_tracks),
9645         (gst_sunaudiomixer_ctrl_get_volume),
9646         (gst_sunaudiomixer_ctrl_set_volume),
9647         (gst_sunaudiomixer_ctrl_set_mute),
9648         (gst_sunaudiomixer_ctrl_set_record):
9649         * sys/sunaudio/gstsunaudiomixerctrl.h:
9650         * sys/sunaudio/gstsunaudiomixertrack.c:
9651         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
9652         * sys/sunaudio/gstsunaudiomixertrack.h:
9653         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
9654         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
9655         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
9656         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
9657         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
9658         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
9659         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
9660         (gst_sunaudiosrc_reset):
9661         * sys/sunaudio/gstsunaudiosrc.h:
9662         Add a SunAudio source plugin.
9663         Support stereo and right/left channel gain in the mixer plugin.
9664         Support the RECORD flag so that you can switch between line-input and
9665         microphone in gnome-volume-control.
9666         Code cleanups like using an enumerator for track number instead of an 
9667         integer. Fixes #344923.
9668
9669 2006-06-20  Wim Taymans  <wim@fluendo.com>
9670
9671         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
9672
9673         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9674         (rtsp_connection_close):
9675         Make RTSP plugin compile on windows. Fixes #345301.
9676         Some changes to original patch to catch errors better.
9677         use ifdef WIN32 instead of ifndef.
9678
9679 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9680
9681         * configure.ac:
9682         If we have libraw1394 >= 1.2.1, then we need libiec61883.
9683
9684 2006-06-18  Edward Hervey  <edward@fluendo.com>
9685
9686         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
9687         After a failed buffer alloc, we need to abort the jpeg decoding (it
9688         started when parsing headers to figure out how many bytes we need
9689         to request downstream).
9690
9691 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
9692
9693         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9694
9695         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
9696           Make sure we don't read beyond the end of the file (#345232).
9697
9698 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9699
9700         * configure.ac:
9701           Fix --disable-external (can't set conditionals conditionally,
9702           #343602).
9703
9704 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9705
9706         * autogen.sh:
9707         * configure.ac:
9708         * docs/Makefile.am:
9709           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
9710
9711         * docs/plugins/Makefile.am:
9712         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9713         * docs/plugins/inspect/plugin-taglib.xml:
9714           Add/fix apev2mux docs.
9715
9716 2006-06-14  Wim Taymans  <wim@fluendo.com>
9717
9718         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
9719         (gst_dvdec_finalize), (gst_dvdec_sink_event),
9720         (gst_dvdec_change_state):
9721         Reset segment info on flush.
9722         Alloc segment in _init, free in _finalize.
9723
9724         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
9725         Don't send segments twice.
9726
9727 2006-06-14  Wim Taymans  <wim@fluendo.com>
9728
9729         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
9730         Respect segment.stop. Fixes #342592.
9731
9732 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9733
9734         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
9735           No language specified means the implied language is English
9736           according to the matroska spec (partially fixes #344708);
9737           add some more debug output.
9738
9739 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9740
9741         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
9742         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
9743         (gst_wavparse_chain):
9744           When operating chain-based, don't make any assumptions about the
9745           chunking of the incoming data and make streaming work on days other
9746           than the second Thursday after a full moon. Also fix up debug
9747           messages here and there and make use of the most excellent new
9748           gst_pad_query_peer_duration() utility function.
9749           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
9750
9751         * gst/wavparse/gstwavparse.h:
9752           Remove trailing comma after last enum value, some compilers don't
9753           like that.
9754
9755 2006-06-13  Wim Taymans  <wim@fluendo.com>
9756
9757         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
9758         Handle premature EOS gracefully.
9759
9760 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
9761
9762         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
9763           Prevent out of bounds array access when scrubbing towards
9764           the end of the file between the last index entry and the
9765           end. Fixes occasional 'start <= stop' newsegment event
9766           assertions when scrubbing in MJPEG files.
9767
9768 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
9769
9770         * tests/check/elements/.cvsignore:
9771           And another one.
9772
9773 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9774
9775         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9776         (scan_encoded_string), (parse_picture_frame):
9777           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
9778
9779         * configure.ac:
9780           Require core >= 0.10.8 (for GST_TAG_IMAGE and
9781           GST_TAG_PPEVIEW_IMAGE used in the patch above).
9782
9783 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9784
9785         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
9786           gratuitous comment changes
9787         * tests/check/elements/level.c: (GST_START_TEST):
9788           fix level test leaks
9789
9790 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9791
9792         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
9793         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
9794           Use gst_pad_query_peer_duration() utility function here.
9795
9796 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9797
9798         * autogen.sh:
9799           require am17
9800         * configure.ac:
9801         * ext/annodex/Makefile.am:
9802         * ext/cdio/Makefile.am:
9803         * ext/dv/Makefile.am:
9804         * ext/esd/Makefile.am:
9805         * ext/flac/Makefile.am:
9806         * ext/gdk_pixbuf/Makefile.am:
9807         * ext/ladspa/Makefile.am:
9808         * ext/libcaca/Makefile.am:
9809         * ext/speex/Makefile.am:
9810         * ext/taglib/Makefile.am:
9811         * sys/oss/Makefile.am:
9812         * sys/sunaudio/Makefile.am:
9813         * sys/ximage/Makefile.am:
9814           clean up build further
9815
9816 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9817
9818         * gconf/Makefile.am:
9819           Honour --disable-schemas-install configure option. Fixes #344100.
9820
9821 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9822
9823         * tests/examples/level/Makefile.am:
9824           Add -lm to LIBS for pow() function, don't assume one of our
9825           dependencies (such as libxml-2.0) drags it in automatically
9826           (#343603).
9827
9828 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9829
9830         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
9831
9832         * configure.ac:
9833           We should use $SED and not $(SED) in configure.ac (#343678).
9834
9835 2006-06-09  Wim Taymans  <wim@fluendo.com>
9836
9837         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9838
9839         * sys/sunaudio/gstsunaudiomixerctrl.c:
9840         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
9841         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
9842         (gst_sunaudiomixer_ctrl_set_mute):
9843         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
9844         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
9845         (gst_sunaudiosink_write):
9846         Attached find a patch that fixes a number of bugs with the SunAudio
9847         mixer plugin and fixes #344101:
9848         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
9849            tracks onto the tracklist causing gnome-volume-control's preferences
9850            dialog to be messed up and would core dump if you checked/unchecked
9851            any item.
9852         2. We weren't previously setting the MUTE flag properly.  Fixing this
9853            makes gnome-volume-control work better.
9854         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
9855            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
9856            gnome-volume-control look better.
9857         Also some minor cleanup in gstsunaudiosink.c.
9858
9859 2006-06-09  Wim Taymans  <wim@fluendo.com>
9860
9861         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
9862         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
9863         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
9864         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
9865         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
9866         * ext/jpeg/gstjpegdec.h:
9867         API: Added IDCT method property
9868         Small cleanups.
9869         Avoid dynamic allocation of trivial fixed structure.
9870         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
9871
9872 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9873
9874         * configure.ac:
9875         We now require libraw1394 >= 1.1.0 and that version onwards all
9876         have .pc files.
9877
9878 2006-06-02  Edward Hervey  <edward@fluendo.com>
9879
9880         * gst/law/alaw-decode.c: (alawdec_getcaps): 
9881         Trying to get items from an ANY or EMPTY caps is ... stupid.
9882
9883 2006-06-02  Edward Hervey  <edward@fluendo.com>
9884
9885         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
9886         (gst_dvdec_chain), (gst_dvdec_change_state):
9887         * ext/dv/gstdvdec.h:
9888         Added GstSegment handling, now implements dropping/clipping.
9889
9890 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
9891
9892         * ext/aalib/gstaasink.h:
9893         * ext/annodex/gstcmmldec.h:
9894         * ext/cairo/gsttimeoverlay.h:
9895         * ext/dv/gstdvdec.h:
9896         * ext/dv/gstdvdemux.h:
9897         * ext/esd/esdmon.h:
9898         * ext/esd/esdsink.h:
9899         * ext/flac/gstflacenc.h:
9900         * ext/gconf/gstgconfaudiosink.h:
9901         * ext/gconf/gstgconfaudiosrc.h:
9902         * ext/gconf/gstgconfvideosink.h:
9903         * ext/gconf/gstgconfvideosrc.h:
9904         * ext/gdk_pixbuf/gstgdkanimation.h:
9905         * ext/gdk_pixbuf/pixbufscale.h:
9906         * ext/hal/gsthalaudiosink.h:
9907         * ext/hal/gsthalaudiosrc.h:
9908         * ext/jpeg/gstjpegenc.h:
9909         * ext/jpeg/gstsmokedec.h:
9910         * ext/jpeg/gstsmokeenc.h:
9911         * ext/libcaca/gstcacasink.h:
9912         * ext/libmng/gstmngdec.h:
9913         * ext/libmng/gstmngenc.h:
9914         * ext/libpng/gstpngdec.h:
9915         * ext/libpng/gstpngenc.h:
9916         * ext/raw1394/gstdv1394src.h:
9917         * ext/speex/gstspeexenc.h:
9918         * gst/autodetect/gstautoaudiosink.h:
9919         * gst/autodetect/gstautovideosink.h:
9920         * gst/avi/gstavidemux.h:
9921         * gst/cutter/gstcutter.h:
9922         * gst/debug/efence.h:
9923         * gst/debug/gstnavigationtest.h:
9924         * gst/debug/gstnavseek.h:
9925         * gst/flx/gstflxdec.h:
9926         * gst/goom/gstgoom.h:
9927         * gst/icydemux/gsticydemux.h:
9928         * gst/id3demux/gstid3demux.h:
9929         * gst/law/alaw-decode.h:
9930         * gst/law/alaw-encode.h:
9931         * gst/law/mulaw-decode.h:
9932         * gst/law/mulaw-encode.h:
9933         * gst/matroska/matroska-mux.h:
9934         * gst/median/gstmedian.h:
9935         * gst/oldcore/gstaggregator.h:
9936         * gst/oldcore/gstfdsink.h:
9937         * gst/oldcore/gstmd5sink.h:
9938         * gst/oldcore/gstmultifilesrc.h:
9939         * gst/oldcore/gstpipefilter.h:
9940         * gst/oldcore/gstshaper.h:
9941         * gst/oldcore/gststatistics.h:
9942         * gst/rtp/gstasteriskh263.h:
9943         * gst/rtp/gstrtpL16depay.h:
9944         * gst/rtp/gstrtpL16pay.h:
9945         * gst/rtp/gstrtpamrdepay.h:
9946         * gst/rtp/gstrtpamrpay.h:
9947         * gst/rtp/gstrtpdepay.h:
9948         * gst/rtp/gstrtpgsmdepay.h:
9949         * gst/rtp/gstrtpgsmpay.h:
9950         * gst/rtp/gstrtph263pay.h:
9951         * gst/rtp/gstrtph263pdepay.h:
9952         * gst/rtp/gstrtph263ppay.h:
9953         * gst/rtp/gstrtpmp4gpay.h:
9954         * gst/rtp/gstrtpmp4vdepay.h:
9955         * gst/rtp/gstrtpmp4vpay.h:
9956         * gst/rtp/gstrtpmpadepay.h:
9957         * gst/rtp/gstrtpmpapay.h:
9958         * gst/rtp/gstrtppcmadepay.h:
9959         * gst/rtp/gstrtppcmapay.h:
9960         * gst/rtp/gstrtppcmudepay.h:
9961         * gst/rtp/gstrtppcmupay.h:
9962         * gst/rtp/gstrtpspeexdepay.h:
9963         * gst/rtp/gstrtpspeexpay.h:
9964         * gst/rtsp/gstrtpdec.h:
9965         * gst/rtsp/gstrtspsrc.h:
9966         * gst/smpte/gstsmpte.h:
9967         * gst/udp/gstdynudpsink.h:
9968         * gst/udp/gstmultiudpsink.h:
9969         * gst/udp/gstudpsink.h:
9970         * gst/udp/gstudpsrc.h:
9971         * gst/videofilter/gstvideobalance.h:
9972         * gst/videofilter/gstvideoflip.h:
9973         * sys/oss/gstossdmabuffer.h:
9974         * sys/oss/gstossmixerelement.h:
9975         * sys/oss/gstosssink.h:
9976         * sys/oss/gstosssrc.h:
9977         * sys/osxvideo/osxvideosink.h:
9978         * sys/sunaudio/gstsunaudiomixer.h:
9979         * sys/sunaudio/gstsunaudiosink.h:
9980         * sys/ximage/gstximagesrc.h:
9981         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
9982
9983 2006-05-31  Wim Taymans  <wim@fluendo.com>
9984
9985         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
9986         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
9987         (gst_goom_src_setcaps), (gst_goom_src_event),
9988         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
9989         (gst_goom_change_state):
9990         * gst/goom/gstgoom.h:
9991         Handle QoS.
9992         Handle flushing, discont and events.
9993         Fix timestamps and various other cleanups.
9994
9995 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9996
9997         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
9998         Fix bus reset when using libiec61883
9999
10000 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10001
10002         * configure.ac:
10003         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
10004         * ext/raw1394/Makefile.am:
10005         Add CFLAGS.
10006         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
10007         New method, to receive using libiec61883.
10008         (gst_dv1394src_iso_receive),
10009         #ifdef'd out if libiec61883 is present.
10010         (gst_dv1394src_bus_reset),
10011         Get userdata correctly if using libiec61883. 
10012         (gst_dv1394src_create),
10013         When using libiec61883, only poll one fd and no need to read.
10014         (gst_dv1394src_discover_avc_node),
10015         Replace g_warnings.
10016         (gst_dv1394src_start),
10017         Create new handle when we know which dv port.  More reliable
10018         than setting port on an existing handle.  Initialise libiec61883.
10019         (gst_dv1394src_stop):
10020         If using libiec61883, then cleanup its handle properly.
10021         * ext/raw1394/gstdv1394src.h:
10022         Add libiec61883 handle.
10023
10024 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
10025
10026         * gst/avi/gstavidemux.c:
10027           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
10028         * win32/MANIFEST:
10029           sort file listing
10030         * win32/vs6/libgstavi.dsp:
10031           add gstavimux.c to the project
10032         * win32/vs6/libgstid3demux.dsp:
10033           add link to zlib library
10034         * win32/vs6/libgstmatroska.dsp:
10035           add matroska-ids.c to the project
10036
10037 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
10038
10039         Patch by: Sebastian Dröge  <mail at slomosnail de >
10040
10041         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10042         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10043         * ext/taglib/Makefile.am:
10044         * ext/taglib/gstapev2mux.cc:
10045         * ext/taglib/gstapev2mux.h:
10046         * ext/taglib/gstid3v2mux.cc:
10047         * ext/taglib/gsttaglibmux.c: (plugin_init):
10048         * ext/taglib/gsttaglibmux.h:
10049           Add apev2mux element (#343122).
10050         
10051         * tests/check/Makefile.am:
10052         * tests/check/elements/apev2mux.c:
10053         (test_taglib_apev2mux_create_tags),
10054         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
10055         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
10056         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
10057         (apev2mux_suite), (main):
10058           Add unit test for apev2mux element.
10059
10060 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10061
10062         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10063         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10064         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10065           GST_PTR_FORMAT should be used to print caps in debug statements.
10066
10067 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10068
10069         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
10070
10071         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
10072         (ape_demux_parse_tags):
10073           Some clean-ups and additions: map APE 'file' tag to
10074           GST_TAG_LOCATION (#343123); add support for extracting
10075           the track count and clean up parsing a bit (#343127).
10076
10077 2006-05-28  Edward Hervey  <edward@fluendo.com>
10078
10079         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
10080         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
10081
10082 2006-05-28  Edward Hervey  <edward@fluendo.com>
10083
10084         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
10085         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
10086         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
10087         * ext/jpeg/gstjpegdec.h:
10088         Clip outgoing buffers according to currently configured segment.
10089
10090 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10091
10092         * ext/taglib/gstid3v2mux.cc:
10093           Handle  writing of track-count or album-volume-count without
10094           track-number or albume-volume-number (in this case the number
10095           will just be set to 0).
10096
10097         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
10098           It would be nice if we actually checked the values received for
10099           track/album-volume number/count in  _check_tags(), rather than
10100           setting them again ...
10101
10102 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10103
10104         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10105           A track/volume number or count of 0 does not make sense,
10106           just ignore it along with negative numbers (a tag might
10107           only contain a track count without a track number).
10108
10109 2006-05-27  Edward Hervey  <edward@fluendo.com>
10110
10111         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
10112         (gst_jpeg_dec_sink_event):
10113         Abort decompression when receiving FLUSH_STOP. This should avoid
10114         issues when interrupting decoding with flushes.
10115
10116 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10117
10118         * ext/flac/gstflac.c:
10119           Don't #include file we don't dist any longer.
10120
10121 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10122
10123         * README:
10124           Replace current README (containing the release notes from
10125           some 0.9.x version) with a proper README taken from the core.
10126
10127 2006-05-24  Wim Taymans  <wim@fluendo.com>
10128
10129         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
10130         Implement EOS correctly by either posting
10131         SEGMENT_DONE or pushing an EOS message depending
10132         on the seek type. Fixes #342592
10133
10134 2006-05-24  Wim Taymans  <wim@fluendo.com>
10135
10136         * gst/law/alaw-decode.c: (gst_alawdec_chain):
10137         * gst/law/alaw-decode.h:
10138         * gst/law/alaw-encode.c: (gst_alawenc_chain):
10139         * gst/law/alaw-encode.h:
10140         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
10141         * gst/law/mulaw-decode.h:
10142         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
10143         * gst/law/mulaw-encode.h:
10144         Some cleanups in the chain functions.
10145         Remove some GStreamer 0.0.2 bits.
10146
10147 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10148
10149         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10150
10151         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
10152           gst_collect_pads_stop() needs to be called before chaining up
10153           to the parent class (#342734).
10154
10155 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10156
10157         * ext/flac/Makefile.am:
10158         * ext/flac/flac_compat.h:
10159         * ext/flac/gstflac.c:
10160         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
10161         * ext/flac/gstflacenc.c:
10162           Remove backwards compatibility cruft for dealing with FLAC API
10163           changes in the 1.0.x series - we require 1.1.1 or newer these days.
10164
10165 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10166
10167         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10168         (gst_matroska_demux_push_xiph_codec_priv_data),
10169         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
10170         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
10171         * gst/matroska/matroska-ids.h:
10172         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
10173         (gst_matroska_mux_video_pad_setcaps),
10174         (xiph3_streamheader_to_codecdata),
10175         (vorbis_streamheader_to_codecdata),
10176         (theora_streamheader_to_codecdata),
10177         (gst_matroska_mux_audio_pad_setcaps),
10178         (gst_matroska_mux_write_data):
10179           Add support for muxing/demuxing theora video (#342448; too bad
10180           none of the usual linux players can actually play this). Playback
10181           in GStreamer will require additional changes to theoradec in -base.
10182           Refactor streamheaders <=> CodecPrivateData code a bit; some small
10183           cleanups.
10184
10185 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10186
10187         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
10188         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
10189           Fix crashes when the horizontal subsampling is 1.
10190           Fixes #342097.
10191
10192 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10193
10194         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10195
10196         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
10197         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10198         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10199         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
10200         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
10201         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10202         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
10203         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10204         (gst_avi_mux_change_state):
10205         * gst/avi/gstavimux.h:
10206           Some enhancements for avimux (#342526):
10207            - add odml (large file) index support
10208            - store codec init data (e.g. huffyuv)
10209            - miscellaneous other fixes/cleanups
10210
10211 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
10212
10213         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10214         Don't output any tag when we encounter a negative track number - the
10215         tag type is uint, so we end up outputting huge positive numbers
10216         instead. (Fixes: #342029)
10217
10218 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10219
10220         * configure.ac:
10221           update for new GSTPB_PLUGINS_DIR
10222
10223 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
10224
10225         * rtp/gst/gstrtph263pay.c:
10226         Properly set static caps for H263 at 34.
10227
10228 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
10229
10230         Patch by: James "Doc" Livingston  <doclivingston gmail com>
10231
10232         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
10233           Merge event tags and tag setter tags correctly (#339918). Also,
10234           don't leak taglist in case of an error.
10235           
10236 2006-05-17  Edward Hervey  <edward@fluendo.com>
10237
10238         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
10239         We can only do caps intersection if the othercaps are non-empty and not
10240         ANY. Else we return the pad template (base_caps).
10241
10242 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
10243
10244         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10245           Fix crash when outputting debugging information for certain
10246           pictures (always good to use the right struct member for
10247           the number of records in an array).
10248
10249 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
10250
10251         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
10252
10253         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
10254         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
10255         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
10256         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
10257         (gst_ebml_read_float), (gst_ebml_read_ascii),
10258         (gst_ebml_read_binary):
10259           Don't create unnecessary sub-buffers all the time. Dramatically
10260           improves performance with multiple concurrently running
10261           matroskademux instances (#341818) (and avoids doing
10262           unnecessarily inefficient things in the general case).
10263
10264 2006-05-16  Edward Hervey  <edward@fluendo.com>
10265
10266         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
10267         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
10268         return value of gst_pad_push_event().
10269
10270 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
10271
10272         * gst/autodetect/gstautoaudiosink.c:
10273         (gst_auto_audio_sink_find_best):
10274         * gst/autodetect/gstautovideosink.c:
10275         (gst_auto_video_sink_find_best):
10276         Make the name of the child element be based on the name of the
10277         parent, so that debug output is more useful.
10278         
10279         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
10280         (parse_insert_string_field), (parse_split_strings):
10281         Rework string parsing to always walk over BOM markers in UTF16
10282         strings, using the endianness indicated by the innermost one,
10283         then trying the opposite endianness if that fails to convert
10284         to valid UTF-8. Fixes #341774
10285
10286 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10287
10288         Patch from: Matthieu <matthieu at fluendo dot com>
10289
10290         * ext/libpng/Makefile.am:
10291         Add LIBPNG_CFLAGS.
10292
10293 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10294
10295         * ext/taglib/gstid3v2mux.cc:
10296           Add support for writing images (APIC frames) into ID3v2
10297           tags (picture type always set to 'other' for now though).
10298
10299 2006-05-14  Michael Smith  <msmith@fluendo.com>
10300
10301         * gst/wavparse/gstwavparse.c:
10302           Update docs; wavparse implements push and pull modes.
10303
10304 2006-05-12  Wim Taymans  <wim@fluendo.com>
10305
10306         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
10307         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
10308         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
10309         Ooops, bitten by the copy-and-paste design paradigm, fixes
10310         seek again.
10311
10312 2006-05-12  Wim Taymans  <wim@fluendo.com>
10313
10314         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10315         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
10316         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
10317         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10318         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
10319         (gst_avi_demux_massage_index),
10320         (gst_avi_demux_calculate_durations_from_index),
10321         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
10322         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10323         (gst_avi_demux_loop):
10324         * gst/avi/gstavidemux.h:
10325         Some cleanups, prepare to use GstSegment.
10326         Fix error in entry walking code.
10327         Fix VBR detection.
10328         Smarter timestamp calculation code.
10329         Uniform error/eos handling.
10330
10331 2006-05-12  Michael Smith  <msmith@fluendo.com>
10332
10333         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
10334         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
10335           Fix use of uninitialised values if we're NOT seeking in ready.
10336           Fix typos.
10337
10338 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
10339
10340         * gst/wavparse/Makefile.am:
10341           Add CFLAGS and LIBS for libgstbase, fixes build on
10342           Cygwin (#341489).
10343
10344 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10345
10346         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
10347           Some more debug info. No need to check whether the string
10348           returned by g_convert() is really UTF-8 - either it is or
10349           we get NULL returned.
10350
10351 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
10352
10353         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
10354           Fix parsing of numeric genre strings some more, by ensuring that
10355           we only try and parse strings that a) Start with '(' and b) Consist
10356           only of digits.
10357           Also, when finding an escaping '((' sequence, bust it back to '(' by
10358           swallowing the first parenthesis
10359
10360 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10361
10362         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
10363         (gst_esdsink_open), (gst_esdsink_close):
10364         * ext/esd/esdsink.h:
10365           Move the esd_get_server_info() into gst_esdsink_open() and fail
10366           with a decent error message on errors.
10367
10368 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10369
10370         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
10371         (gst_esdmon_channels_get_type):
10372         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
10373         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
10374         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
10375         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
10376         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
10377         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
10378         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
10379         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
10380         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
10381         * gst/videomixer/videomixer.c:
10382         (gst_video_mixer_background_get_type):
10383           Const-ify GEnumValue arrays.
10384
10385 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10386
10387         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
10388
10389         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
10390         (gst_avi_mux_do_video_buffer):
10391           Work around gst_buffer_make_metadata_writable() bug that
10392           results in avimux marking all frames in the index as
10393           keyframes (#340859).
10394           
10395 2006-05-08  Wim Taymans  <wim@fluendo.com>
10396
10397         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10398         Make parsing of urls suck slightly less.
10399
10400 2006-05-08  Edward Hervey  <edward@fluendo.com>
10401
10402         * autogen.sh: (CONFIGURE_DEF_OPT): 
10403         libtoolize on Darwin/MacOSX is called glibtoolize.
10404
10405 2006-05-08  Wim Taymans  <wim@fluendo.com>
10406
10407         Patch by: Jens Granseuer <jensgr at gmx dot net>
10408
10409         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
10410         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
10411         C89 compliance fixes. Fixes #340980
10412
10413 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
10414
10415         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10416         * ext/flac/gstflacdec.h:
10417           Handle segment seeks that include the end of the file as stop point
10418           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
10419           message instead of an EOS event in case we're in segment seek
10420           mode (fixes #340699).
10421           
10422 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
10423
10424         * ext/cairo/gsttextoverlay.c:
10425         * ext/flac/gstflacdec.c:
10426         * ext/gdk_pixbuf/pixbufscale.c:
10427         * gst/apetag/gstapedemux.c:
10428         * gst/debug/breakmydata.c:
10429         * gst/debug/testplugin.c:
10430         * gst/matroska/ebml-write.c:
10431         * gst/multipart/multipartdemux.c:
10432         * sys/osxaudio/gstosxaudiosink.c:
10433         * sys/osxaudio/gstosxaudiosrc.c:
10434         Add semicolons after GST_BOILERPLATE[_FULL] so that
10435         indent doesn't mess up following lines.
10436
10437 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
10438
10439         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
10440
10441         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
10442           Don't leak caps when freeing the stream context (#340623).
10443
10444 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
10445
10446         * configure.ac:
10447           Back to CVS
10448
10449 === release 0.10.3 ===
10450
10451 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
10452
10453         * configure.ac:
10454           releasing 0.10.3, "Desplazado"
10455
10456 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10457
10458         * gst/matroska/matroska-mux.c:
10459         (gst_matroska_mux_stream_is_vorbis_header),
10460         (gst_matroska_mux_write_data):
10461           Don't strcmp() NULL strings.
10462           Only start new clusters on video keyframes, not on any
10463           random audio buffer that doesn't have the DELTA_UNIT
10464           flag set (fixes 'make check' again).
10465
10466 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10467
10468         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10469
10470         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
10471         (gst_matroska_mux_stream_is_vorbis_header),
10472         (gst_matroska_mux_write_data):
10473           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
10474           value and then dead-lock when muxing vorbis audio streams
10475           (the three vorbis header buffers carry no timestamp, and it
10476           would try to mux these after all video buffers). Fixes #340346.
10477
10478           Improve clustering: start a new cluster also whenever we get
10479           a keyframe.     
10480
10481 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10482
10483         * win32/common/config.h:
10484         * win32/MANIFEST
10485           add the generated file as well
10486
10487 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10488
10489         * Makefile.am:
10490         * configure.ac:
10491         * win32/common/config.h.in:
10492           add win32 stuff
10493
10494 2006-05-03  Michael Smith  <msmith@fluendo.com>
10495
10496         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
10497           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
10498           SUCKS.
10499
10500 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
10501
10502         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10503         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10504         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10505           don't leak caps-string
10506
10507 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10508
10509         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
10510         (gst_id3demux_sink_activate):
10511           Let core insert default error message for TYPE_NOT_FOUND
10512           errors, it's just as good as our own and has the added
10513           bonus of being translated.
10514
10515 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10516
10517         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
10518         (gst_tag_demux_sink_event):
10519         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
10520         (gst_id3demux_sink_event):
10521           Post an error message when we get an EOS event and were not
10522           able to find out the type of stream.
10523
10524         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
10525         (test_taglib_id3mux_with_tags):
10526           Decrease num-buffers to 16 per iteration again, otherwise the
10527           many memcpy()s and reallocations in the test will hammer slow
10528           CPUs completely and make the test timeout.
10529
10530 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10531
10532         * configure.ac:
10533           figure out where plugins-base plugins are
10534         * tests/check/Makefile.am:
10535           use plugins-base plugins, so we have typefind functions
10536         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
10537           increase num-buffers, this makes sure the test errors out instead
10538           of timing out when no typefind functions are present
10539
10540 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10541
10542         * docs/plugins/Makefile.am:
10543           also check .cc files for gtk-doc markup
10544         * configure.ac:
10545         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10546         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10547         * tests/check/Makefile.am:
10548         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
10549         * ext/Makefile.am:
10550         * ext/taglib/Makefile.am:
10551         * ext/taglib/gstid3v2mux.h:
10552         * ext/taglib/gsttaglibmux.c:
10553         * ext/taglib/gsttaglibmux.h:
10554           move taglib-based id3v2muxer to -good.  Fixes #336110.
10555
10556 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
10557
10558         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10559           ... and fix multichannel/WAVFORMATEX support again.
10560
10561 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
10562
10563         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10564         (gst_wavparse_class_init), (gst_wavparse_dispose),
10565         (gst_wavparse_reset), (gst_wavparse_init),
10566         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
10567         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
10568         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
10569         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
10570         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10571         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10572         (gst_wavparse_stream_data), (gst_wavparse_loop),
10573         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10574         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10575         (gst_wavparse_change_state), (plugin_init):
10576         * gst/wavparse/gstwavparse.h:
10577           Add push (streaming) mode to wavparse (fixes #337625)
10578
10579 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10580
10581         * configure.ac:
10582         * tests/Makefile.am:
10583           add ximagesrc icles test
10584
10585 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10586
10587         * configure.ac:
10588         * docs/plugins/Makefile.am:
10589         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10590         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10591         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
10592         (gst_cmml_enc_push_clip):
10593         * sys/Makefile.am:
10594         * sys/ximage/Makefile.am:
10595         * sys/ximage/gstximagesrc.c:
10596           Move ximagesrc plug-in to good after review.  Fixes #336756.
10597
10598 2006-04-28  Michael Smith  <msmith@fluendo.com>
10599
10600         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
10601         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
10602         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
10603         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
10604         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10605         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
10606         * gst/icydemux/gsticydemux.h:
10607           Fix event handling: cache events when typefinding and forward later.
10608
10609 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10610
10611         * sys/osxaudio/gstosxaudiosink.c:
10612         (plugin_init):
10613          Register osxaudiosrc to the plugin.
10614         * sys/osxaudio/gstosxaudiosrc.c:
10615         (gst_osx_audio_src_osxelement_do_init),
10616         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
10617         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
10618         (gst_osx_audio_src_get_property),
10619         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
10620         (gst_osx_audio_src_osxelement_init):
10621         * sys/osxaudio/gstosxaudiosrc.h:
10622           Port of osxaudiosrc to 0.10.
10623         * sys/osxaudio/Makefile.am:
10624           Add osxaudiosrc
10625
10626 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10627
10628         * sys/osxaudio/gstosxringbuffer.c:
10629         * sys/osxaudio/gstosxringbuffer.h:
10630           Forgot to commit earlier, part of the OSX audio plugin port
10631
10632 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
10633
10634         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
10635         (parse_split_strings):
10636           Recognise and skip any byte order marker (BOM) in
10637           UTF-16 strings.
10638
10639 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10640
10641         * docs/plugins/Makefile.am:
10642         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10643         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10644         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10645         * docs/plugins/inspect/plugin-avi.xml:
10646         * gst/avi/gstavidemux.c:
10647         * gst/avi/gstavimux.c:
10648           Add docs for both avidemux and avimux.
10649
10650 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10651
10652         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10653
10654         * gst/avi/Makefile.am:
10655         * gst/avi/gstavi.c: (plugin_init):
10656         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
10657         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
10658         (gst_avi_mux_class_init), (gst_avi_mux_init),
10659         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10660         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
10661         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
10662         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10663         (gst_avi_mux_riff_get_avix_header),
10664         (gst_avi_mux_riff_get_video_header),
10665         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
10666         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
10667         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10668         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
10669         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
10670         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
10671         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10672         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
10673         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
10674         (gst_avi_mux_change_state):
10675         * gst/avi/gstavimux.h:
10676           Port AVI muxer to GStreamer-0.10 (#332031).
10677
10678         * tests/check/Makefile.am:
10679         * tests/check/elements/avimux.c:
10680         * tests/check/elements/.cvsignore:
10681           Add unit test for AVI muxer.
10682
10683 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
10684
10685         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10686         (gst_wavparse_class_init), (gst_wavparse_reset),
10687         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10688         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10689         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10690         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10691         (gst_wavparse_stream_data), (gst_wavparse_loop),
10692         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
10693         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
10694         (plugin_init):
10695         * gst/wavparse/gstwavparse.h:
10696           reverted patch #337625 for the price of 1 hour sleep
10697
10698 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10699
10700         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10701         (gst_wavparse_class_init), (gst_wavparse_reset),
10702         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10703         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
10704         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10705         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10706         (gst_wavparse_stream_data), (gst_wavparse_loop),
10707         (gst_wavparse_chain), (plugin_init):
10708         * gst/wavparse/gstwavparse.h:
10709           correct partial implementation of push mode
10710           (from my last commit)
10711
10712 2006-04-26  Wim Taymans  <wim@fluendo.com>
10713
10714         * ext/esd/esdsink.c:
10715         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
10716         it is not in esd.h
10717
10718 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
10719
10720         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
10721         (gst_au_parse_class_init), (gst_au_parse_init),
10722         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
10723         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
10724         (gst_au_parse_chain), (gst_au_parse_src_convert),
10725         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
10726         (gst_au_parse_sink_event), (gst_au_parse_src_event),
10727         (gst_au_parse_change_state):
10728         * gst/auparse/gstauparse.h:
10729           Rewrite auparse to suck a little bit less: make source pad
10730           dynamic, so decodebin/playbin work with non-raw formats
10731           like alaw/mulaw; add query function for duration/position
10732           queries; check whether we have enough data before attempting
10733           to parse the header (instead of crashing when that is not the
10734           case); work around audioconvert sucking by swapping endianness
10735           to the native endianness ourselves for float formats; send
10736           initial newsegment event. Fixes #161712.
10737
10738 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10739
10740         * sys/osxaudio/Makefile.am:
10741         * sys/osxaudio/gstosxaudioelement.c:
10742         (gst_osx_audio_element_get_type),
10743         (gst_osx_audio_element_class_init):
10744         * sys/osxaudio/gstosxaudioelement.h:
10745         * sys/osxaudio/gstosxaudiosink.c:
10746         (gst_osx_audio_sink_osxelement_do_init),
10747         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
10748         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
10749         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
10750         (gst_osx_audio_sink_create_ringbuffer),
10751         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
10752         (plugin_init):
10753         * sys/osxaudio/gstosxaudiosink.h:
10754         Port of osxaudiosink to 0.10
10755
10756 2006-04-26  Wim Taymans  <wim@fluendo.com>
10757
10758         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
10759         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
10760         the size of the ringbuffer. This should fix hangs with older 
10761         esd sound servers.
10762
10763 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10764
10765         * ext/aalib/gstaasink.c:
10766         * ext/annodex/gstcmmldec.c:
10767         * ext/annodex/gstcmmlenc.c:
10768         * ext/cairo/gsttextoverlay.c:
10769         * ext/cairo/gsttimeoverlay.c:
10770         * ext/cdio/gstcdiocddasrc.c:
10771         * ext/dv/gstdvdec.c:
10772         * ext/dv/gstdvdemux.c:
10773         * ext/esd/esdmon.c:
10774         * ext/esd/esdsink.c:
10775         * ext/flac/gstflacenc.c:
10776         * ext/flac/gstflactag.c:
10777         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
10778         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
10779         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
10780         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
10781         * ext/gdk_pixbuf/pixbufscale.c:
10782         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10783         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10784         * ext/jpeg/gstjpegdec.c:
10785         * ext/jpeg/gstjpegenc.c:
10786         * ext/jpeg/gstsmokedec.c:
10787         * ext/jpeg/gstsmokeenc.c:
10788         * ext/libcaca/gstcacasink.c:
10789         * ext/libmng/gstmngdec.c:
10790         * ext/libmng/gstmngenc.c:
10791         * ext/libpng/gstpngdec.c:
10792         * ext/libpng/gstpngenc.c:
10793         * ext/mikmod/gstmikmod.c:
10794         * ext/raw1394/gstdv1394src.c:
10795         * ext/shout2/gstshout2.c: (gst_shout2send_init):
10796         * ext/shout2/gstshout2.h:
10797         * ext/speex/gstspeexdec.c:
10798         * ext/speex/gstspeexenc.c:
10799         * gst/alpha/gstalpha.c:
10800         * gst/alpha/gstalphacolor.c:
10801         * gst/apetag/gstapedemux.c:
10802         * gst/auparse/gstauparse.c:
10803         * gst/autodetect/gstautoaudiosink.c:
10804         (gst_auto_audio_sink_base_init):
10805         * gst/autodetect/gstautovideosink.c:
10806         (gst_auto_video_sink_base_init):
10807         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
10808         * gst/avi/gstavimux.c: (gst_avimux_base_init):
10809         * gst/cutter/gstcutter.c:
10810         * gst/debug/breakmydata.c:
10811         * gst/debug/efence.c:
10812         * gst/debug/gstnavigationtest.c:
10813         * gst/debug/gstnavseek.c:
10814         * gst/debug/negotiation.c:
10815         * gst/debug/progressreport.c:
10816         * gst/debug/testplugin.c:
10817         * gst/effectv/gstaging.c:
10818         * gst/effectv/gstdice.c:
10819         * gst/effectv/gstedge.c:
10820         * gst/effectv/gstquark.c:
10821         * gst/effectv/gstrev.c:
10822         * gst/effectv/gstshagadelic.c:
10823         * gst/effectv/gstvertigo.c:
10824         * gst/effectv/gstwarp.c:
10825         * gst/flx/gstflxdec.c:
10826         * gst/goom/gstgoom.c:
10827         * gst/icydemux/gsticydemux.c:
10828         * gst/id3demux/gstid3demux.c:
10829         * gst/interleave/deinterleave.c:
10830         * gst/interleave/interleave.c:
10831         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
10832         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
10833         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
10834         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
10835         * gst/level/gstlevel.c:
10836         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
10837         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
10838         * gst/median/gstmedian.c:
10839         * gst/monoscope/gstmonoscope.c:
10840         * gst/multipart/multipartdemux.c:
10841         * gst/multipart/multipartmux.c:
10842         * gst/oldcore/gstaggregator.c:
10843         * gst/oldcore/gstfdsink.c:
10844         * gst/oldcore/gstmd5sink.c:
10845         * gst/oldcore/gstmultifilesrc.c:
10846         * gst/oldcore/gstpipefilter.c:
10847         * gst/oldcore/gstshaper.c:
10848         * gst/oldcore/gststatistics.c:
10849         * gst/rtp/gstasteriskh263.c:
10850         * gst/rtp/gstrtpL16depay.c:
10851         * gst/rtp/gstrtpL16pay.c:
10852         * gst/rtp/gstrtpamrdepay.c:
10853         * gst/rtp/gstrtpamrpay.c:
10854         * gst/rtp/gstrtpdepay.c:
10855         * gst/rtp/gstrtpgsmpay.c:
10856         * gst/rtp/gstrtph263pay.c:
10857         * gst/rtp/gstrtph263pdepay.c:
10858         * gst/rtp/gstrtph263ppay.c:
10859         * gst/rtp/gstrtpilbcdepay.c:
10860         * gst/rtp/gstrtpmp4gpay.c:
10861         * gst/rtp/gstrtpmp4vdepay.c:
10862         * gst/rtp/gstrtpmp4vpay.c:
10863         * gst/rtp/gstrtpmpadepay.c:
10864         * gst/rtp/gstrtpmpapay.c:
10865         * gst/rtp/gstrtppcmadepay.c:
10866         * gst/rtp/gstrtppcmapay.c:
10867         * gst/rtp/gstrtppcmudepay.c:
10868         * gst/rtp/gstrtppcmupay.c:
10869         * gst/rtp/gstrtpspeexdepay.c:
10870         * gst/rtp/gstrtpspeexpay.c:
10871         * gst/rtsp/gstrtpdec.c:
10872         * gst/rtsp/gstrtspsrc.c:
10873         * gst/smpte/gstsmpte.c:
10874         * gst/udp/gstdynudpsink.c:
10875         * gst/udp/gstmultiudpsink.c:
10876         * gst/udp/gstudpsink.c:
10877         * gst/udp/gstudpsrc.c:
10878         * gst/videobox/gstvideobox.c:
10879         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
10880         * gst/videofilter/gstvideobalance.c:
10881         * gst/videofilter/gstvideoflip.c:
10882         * gst/videofilter/gstvideotemplate.c:
10883         (gst_videotemplate_base_init):
10884         * gst/videomixer/videomixer.c:
10885         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10886         (gst_wavparse_class_init), (gst_wavparse_dispose),
10887         (gst_wavparse_reset), (gst_wavparse_init),
10888         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
10889         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
10890         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
10891         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
10892         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10893         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10894         (gst_wavparse_change_state):
10895         * gst/wavparse/gstwavparse.h:
10896         * sys/oss/gstossmixerelement.c:
10897         * sys/oss/gstosssink.c:
10898         * sys/oss/gstosssrc.c:
10899         * sys/osxaudio/gstosxaudioelement.c:
10900         * sys/osxaudio/gstosxaudiosink.c:
10901         * sys/osxaudio/gstosxaudiosrc.c:
10902         * sys/sunaudio/gstsunaudiomixer.c:
10903         * sys/sunaudio/gstsunaudiosink.c:
10904           Define GstElementDetails as const and also static (when defined as
10905           global)
10906
10907 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10908
10909         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10910           Source pad has fixed caps. If we don't set this, bad
10911           things happen when the window is resized.
10912
10913 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10914
10915         * gst/matroska/Makefile.am:
10916         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10917         (gst_matroska_demux_handle_src_event):
10918         * gst/matroska/matroska-ids.c:
10919         (gst_matroska_track_init_video_context),
10920         (gst_matroska_track_init_audio_context),
10921         (gst_matroska_track_init_subtitle_context),
10922         (gst_matroska_track_init_complex_context):
10923         * gst/matroska/matroska-ids.h:
10924           Handle case where the TrackType ebml chunk does not come before the
10925           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
10926           events.
10927
10928 2006-04-25  Wim Taymans  <wim@fluendo.com>
10929
10930         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10931         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
10932         It's codec_data, not codec_info.
10933
10934 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10935
10936         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10937
10938         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
10939           Handle codec_data for VfW compatibility codec IDs (#339451)
10940
10941         * gst/matroska/matroska-mux.c:
10942         (gst_matroska_mux_video_pad_setcaps):
10943           Same here, handle codec_data and add additional caps we can handle
10944           now to the pad template (huffyuv, dv and h263 video) (#339451)
10945
10946 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10947
10948         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
10949
10950         * gst/matroska/matroska-mux.c:
10951         (gst_matroska_mux_create_buffer_header),
10952         (gst_matroska_mux_write_data):
10953           Fix timestamping of B-frames, use signed integers, do
10954           some rounding (#339678).
10955
10956 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
10957
10958         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
10959         just make it compile with --disable-gst-debug.
10960
10961 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
10962
10963         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
10964         Fix a bad conversion using gst_guint64_to_gdouble.
10965         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
10966         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
10967         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
10968     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
10969         mistake.
10970
10971 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
10972
10973         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
10974         Use gst_guint64_to_gdouble for conversions
10975         * win32/vs6/gst_plugins_good.dsw:
10976         * win32/vs6/libgsticydemux.dsp:
10977         Add a project file for icydemux
10978
10979 2006-04-21  Wim Taymans  <wim@fluendo.com>
10980
10981         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
10982
10983         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10984         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
10985         When splitting audio chunks, the block alignment is not taken in
10986         consideration, so the smaller chunks could be of size which is 
10987         not a multiple of the block alignment. Fixes #336904
10988
10989 2006-04-21  Wim Taymans  <wim@fluendo.com>
10990
10991         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
10992         Use scale functions
10993
10994 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
10995
10996         * ext/dv/gstdv.c: (plugin_init):
10997           Fix build.
10998
10999 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
11000
11001         * gst/debug/progressreport.c: (gst_progress_report_finalize),
11002         (gst_progress_report_class_init), (gst_progress_report_init),
11003         (gst_progress_report_do_query), (gst_progress_report_report),
11004         (gst_progress_report_set_property),
11005         (gst_progress_report_get_property):
11006           Add 'format' property to force querying to a particular format.
11007
11008 2006-04-21  Andy Wingo  <wingo@pobox.com>
11009
11010         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
11011         best, on big endian systems. Drop its rank in that case. OTOH on
11012         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
11013
11014 2006-04-21  Michael Smith  <msmith@fluendo.com>
11015
11016         * configure.ac:
11017         * gst/icydemux/Makefile.am:
11018         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
11019         (gst_icydemux_base_init), (gst_icydemux_class_init),
11020         (gst_icydemux_reset), (gst_icydemux_init),
11021         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
11022         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
11023         (unicodify), (gst_icydemux_unicodify),
11024         (gst_icydemux_parse_and_send_tags),
11025         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
11026         (gst_icydemux_chain), (gst_icydemux_change_state),
11027         (gst_icydemux_send_tag_event), (plugin_init):
11028         * gst/icydemux/gsticydemux.h:
11029         * tests/check/Makefile.am:
11030         * tests/check/elements/icydemux.c: (typefind_succeed),
11031         (plugin_init), (icydemux_found_pad), (create_icydemux),
11032         (cleanup_icydemux), (push_data), (GST_START_TEST),
11033         (icydemux_suite), (main):
11034           Add icydemux, and tests.
11035
11036 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11037
11038         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
11039           Post SEGMENT_DONE message in TIME format.
11040
11041 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11042
11043         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11044
11045         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
11046         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
11047           Fix index creation when we have to scan the file to create
11048           an index. There may be other types of RIFF 'LIST' chunks than
11049           'movi' and we need to skip them properly as well or we'll end up
11050           reading garbage (#336889). Some other cosmetic changes.
11051           
11052 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11053
11054         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
11055         (gst_flac_dec_handle_seek_event):
11056           Add support for segment seeks (fixes #338290). Also demote
11057           some recurring debug message from DEBUG to LOG level.
11058
11059 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11060
11061         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11062         (gst_matroskademux_do_index_seek),
11063         (gst_matroska_demux_handle_seek_event),
11064         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11065         * gst/matroska/matroska-ids.h:
11066           Set DISCONT flag on first buffer after a discontinuity.
11067           Fix newsegment events sent when seeking and honour KEY_UNIT
11068           seek flag. Create pad with bogus caps if we don't recognise
11069           the stream codec id.
11070
11071         * gst/matroska/matroska-demux.h:
11072           Fix GObject macros.
11073
11074 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11075
11076         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11077
11078         * gst/matroska/matroska-demux.c:
11079         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
11080           Handle end of segment properly when set; don't dead-lock when
11081           posting start of segment message when doing a segment seek.
11082           Fixes #338810.
11083
11084 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11085
11086         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
11087         (gst_matroska_demux_plugin_init):
11088           Make mpeg2 aac audio work: create artificial private codec data
11089           chunk which faad2 seems to require, just as we do for mpeg4 aac.
11090           Also call gst_riff_init(). Partially fixes #338767.
11091
11092 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
11093
11094         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
11095         (gst_wavenc_class_init), (gst_wavenc_init),
11096         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
11097         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
11098         (gst_wavenc_chain), (gst_wavenc_change_state):
11099         * gst/wavenc/gstwavenc.h:
11100           Set caps on first outgoing buffer, so that it doesn't error out
11101           immediately with a non-negotiated error (#338716). Rewrite and
11102           clean up a bit; fix setcaps function to parse things properly;
11103           fix sink caps (8bit audio is unsigned and doesn't have depth);
11104           use boilerplate macros; remove unused properties stuff.
11105
11106 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11107
11108         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11109           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
11110           handle MJPEG streams and might be autoplugged for those if the
11111           user doesn't have jpegdec installed (resulting in a cryptic error
11112           message about huffman tables). Better to disable JPEG decoding here
11113           and let the user figure out that she needs to install jpegdec.
11114
11115 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11116
11117         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11118         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11119         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
11120         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11121           Make work with packetised/framed input (e.g. png-in-quicktime). Use
11122           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
11123           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
11124           debug messages. Fix boilerplate macros.
11125
11126 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11127
11128         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
11129         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
11130           No need to special-case for Gdk-2.0 any longer, we require
11131           Gdk 2.2 or newer; minor clean-ups.
11132
11133 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11134
11135         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
11136         (gst_shout2send_class_init), (gst_shout2send_init),
11137         (set_shout_metadata), (gst_shout2send_set_metadata),
11138         (gst_shout2send_event), (gst_shout2send_start),
11139         (gst_shout2send_connect), (gst_shout2send_stop),
11140         (gst_shout2send_render), (gst_shout2send_set_property),
11141         (gst_shout2send_get_property), (gst_shout2send_setcaps),
11142         (plugin_init):
11143         * ext/shout2/gstshout2.h:
11144         * po/POTFILES.in:
11145           Rewrite a bit: use GstBaseSink::start and stop instead of a state
11146           change function; use GST_ELEMENT_ERROR for error reporting, not
11147           g_error() or GST_ERROR(); don't unref caps in setcaps function,
11148           will cause crashes or assertion failures; remove (unused) "sync"
11149           property, basesink already has such a property; misc. other
11150           minor fixes and cleanups.
11151
11152 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11153
11154         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
11155         * ext/esd/gstesd.c: (plugin_init):
11156         * po/POTFILES.in:
11157           Add translatable error message for when we cannot
11158           connect to the sound server, as "Cannot open resource
11159           for writing" isn't really an acceptable message to show
11160           to the user in this case.
11161
11162 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11163
11164         * sys/oss/gst-i18n-plugin.h:
11165           Remove bogus file that doesn't belong here.
11166
11167 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11168
11169         Patch by: Philippe Valembois
11170
11171         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11172         (gst_shout2send_set_metadata), (gst_shout2send_event),
11173         (gst_shout2send_render), (gst_shout2send_change_state):
11174         * ext/shout2/gstshout2.h:
11175           Handle tags being received before the connection to
11176           the server is established properly (see #338636).
11177
11178 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11179
11180         * ext/shout2/gstshout2.c: (gst_shout2send_render):
11181           Don't crash in case the connection to the server fails:
11182           don't set pointer to NULL by assigning FALSE; error out
11183           properly by using GST_ELEMENT_ERROR and returning
11184           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
11185           before resetting the pointer.
11186
11187 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
11188
11189         * gst/id3demux/id3tags.c:
11190         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
11191         (Fixes #338713)
11192
11193 2006-04-12  Wim Taymans  <wim@fluendo.com>
11194
11195         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11196         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
11197         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11198         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
11199         (gst_gdk_pixbuf_chain):
11200         Some cleanups.
11201         Added RGBA as a possible output format.
11202         Correctly free the supported mimetypes.
11203         deprecate silent arg, it's not used.
11204         Return result from _alloc_buffer to peer.
11205
11206 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11207
11208         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
11209           Don't leak memory allocated by gst_buffer_new_and_alloc() by
11210           overwriting GST_BUFFER_MALLOCDATA.
11211
11212 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11213
11214         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11215         (user_endrow_callback), (user_end_callback),
11216         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
11217         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
11218         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
11219         * ext/libpng/gstpngdec.h:
11220           Handle more than one frame if the content is framed,
11221           like with png-in-quicktime (#331917).
11222
11223 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11224
11225         * sys/oss/Makefile.am:
11226         * sys/oss/common.h:
11227         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
11228         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
11229         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
11230         (gst_oss_src_unprepare):
11231           - the user-visible error strings were in the wrong category
11232           - and the messages were not marked for translation
11233           - which is actually a good thing, because they were exactly
11234             the kind of message you would never want anyone to see
11235           - the macros were using variables that didn't exist in the macro
11236             arguments
11237           - and they were obviously copied from each other and then modified
11238           - so a common header makes sense
11239
11240 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11241
11242         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11243           Don't try to modify read-only data.
11244
11245         * gst/matroska/matroska-demux.c:
11246         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11247           Fix comment (won't crash any longer now).
11248
11249 2006-04-10  Michael Smith  <msmith@fluendo.com>
11250
11251         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
11252           Use copies of header buffers for caps to avoid circular refcounting
11253           problems (as in theoradec, vorbisdec).
11254
11255         * tests/check/elements/cmmldec.c: (GST_START_TEST):
11256           Fix a typo in test that meant it was testing the wrong thing.
11257
11258         * tests/check/elements/cmmlenc.c: (check_headers):
11259           Fix refcount checks now that we use buffer-copies for caps.
11260
11261 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11262
11263         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
11264         (gst_matroska_demux_handle_seek_event),
11265         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
11266         (gst_matroska_demux_subtitle_caps),
11267         (gst_matroska_demux_plugin_init):
11268           Use static pad templates with ANY caps for audio and video
11269           source pads and get rid of a lot of unnecessary (and partially
11270           broken) code for the template caps. Clean up caps finding
11271           functions. Fixes playback of audio files/streams that do not
11272           contain the sample rate and/or number of channels in the audio
11273           context (happens a lot with vorbis/mp3 .mka files it seems).
11274           Fixes #337183.
11275           Also add myself to copyright holders.
11276
11277 2006-04-10  Michael Smith  <msmith@fluendo.com>
11278
11279         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
11280           Use g_list_delete_link () instead of g_list_remove_link () so that
11281           we free the link as well as the contained data.
11282
11283 2006-04-10  Wim Taymans  <wim@fluendo.com>
11284
11285         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
11286
11287         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
11288         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
11289         (gst_avi_demux_stream_header):
11290         Fix some crashers with empty chunks. (Fixes #337749)
11291
11292 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
11293
11294         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
11295           use G_GINT64_CONSTANT for INT64 constants
11296         * gst/videofilter/gstvideobalance.c:
11297           define rint for WIN32 #define rint(x) (floor((x)+0.5))
11298         * win32/vs6/libgstavi.dsp:
11299          add missing libraries for the link and remove avimux.c from
11300          the project as it isn't ported to 0.10 yet
11301         
11302 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
11303
11304         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11305           Even better would be if we actually did the right thing
11306           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
11307
11308 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11309
11310         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11311           Can't just replace 1LL with 1L here just because MSVC doesn't
11312           support it, as it might lead to incorrect results when doing the
11313           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
11314           force a 64-bit constant in a way that all compilers are happy with.
11315
11316 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11317
11318         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
11319         * ext/esd/esdsink.c: (gst_esdsink_class_init):
11320         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
11321         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
11322         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
11323         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
11324         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
11325         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
11326         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
11327         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
11328         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
11329         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
11330         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
11331         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
11332         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
11333         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
11334         * gst/avi/gstavimux.c: (gst_avimux_class_init):
11335         * gst/debug/efence.c: (gst_efence_class_init):
11336         * gst/debug/negotiation.c: (gst_negotiation_class_init):
11337         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
11338         * gst/goom/gstgoom.c: (gst_goom_class_init):
11339         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
11340         * gst/interleave/deinterleave.c: (deinterleave_class_init):
11341         * gst/interleave/interleave.c: (interleave_class_init):
11342         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
11343         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
11344         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
11345         * gst/median/gstmedian.c: (gst_median_class_init):
11346         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
11347         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
11348         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
11349         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
11350         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
11351         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
11352         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
11353         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
11354         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
11355         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
11356         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
11357         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
11358         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
11359         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
11360         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11361         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
11362         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
11363         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
11364         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
11365         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
11366         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
11367         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
11368         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
11369         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
11370         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
11371         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
11372         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
11373         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11374         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
11375         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
11376         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
11377         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
11378         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
11379         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
11380         * sys/osxaudio/gstosxaudioelement.c:
11381         (gst_osxaudioelement_class_init):
11382         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
11383         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
11384         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
11385         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
11386
11387 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11388
11389         * ext/mikmod/gstmikmod.h:
11390         * gst/level/gstlevel.h:
11391         Fix more broken GObject macros
11392
11393 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11394
11395         * ext/annodex/gstcmmldec.h:
11396         * ext/annodex/gstcmmlenc.h:
11397         * ext/annodex/gstcmmltag.h:
11398         * ext/cairo/gsttextoverlay.h:
11399         * ext/ladspa/gstsignalprocessor.h:
11400         * gst/matroska/ebml-read.h:
11401         * gst/matroska/ebml-write.h:
11402         * sys/osxaudio/gstosxaudioelement.h:
11403         Fix broken GObject macros
11404
11405 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11406
11407         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11408           Don't try to seek beyond the end of the file (would
11409           occasionally display error dialogs in totem when seeking
11410           to the end) (#335869). Will still throw an error though
11411           if the file is truncated and the total_samples value in
11412           the stream header is wrong.
11413
11414 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
11415
11416         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
11417         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
11418         (gst_flac_dec_metadata_callback):
11419         * ext/flac/gstflacdec.h:
11420           If the stream header doesn't contain the total number of samples,
11421           search for the last flac frame at the end of the file and calculate
11422           the total duration from that frame's offset (fixes #337609).
11423
11424 2006-04-07  Edward Hervey  <edward@fluendo.com>
11425
11426         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
11427         Don't unref the GstPadTemplate returned by
11428         gst_element_class_get_pad_template().
11429
11430 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11431
11432         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
11433
11434         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
11435         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
11436         * sys/sunaudio/gstsunaudiosink.h:
11437           Use spec->segsize and spec->segtotal in the prepare function
11438           to initialise the ring buffer instead of using the buffer-time
11439           property (#337421).
11440
11441 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11442
11443         * configure.ac:
11444           Bump core requirements to CVS for gst_pad_query_peer_duration()
11445           which is used by speexdec.
11446
11447 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
11448
11449         * ext/speex/gstspeex.c: (plugin_init):
11450         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
11451         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
11452         (speex_get_sink_query_types), (speex_dec_sink_query),
11453         (speex_get_src_query_types), (speex_dec_src_query),
11454         (speex_dec_src_event), (speex_dec_sink_event),
11455         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
11456         (speex_dec_chain_parse_data), (speex_dec_chain),
11457         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
11458         (speex_dec_change_state):
11459         * ext/speex/gstspeexdec.h:
11460           Fix seeking and duration queries (#337033); clean up and
11461           refactor a bit.
11462
11463 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11464
11465         * ext/raw1394/gstdv1394src.c:
11466           distinguish between device not found and could not open for
11467           reading
11468
11469 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11470
11471         * Makefile.am:
11472         * configure.ac:
11473         * pkgconfig/.cvsignore:
11474         * pkgconfig/Makefile.am:
11475         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
11476           add a .pc file so other modules can use good plugins in tests
11477
11478 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11479
11480         * configure.ac:
11481           clean up, use AS_VERSION and AS_NANO
11482         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
11483           use PACKAGE_VERSION define
11484         * po/af.po:
11485         * po/az.po:
11486         * po/cs.po:
11487         * po/en_GB.po:
11488         * po/hu.po:
11489         * po/it.po:
11490         * po/nb.po:
11491         * po/nl.po:
11492         * po/or.po:
11493         * po/sq.po:
11494         * po/sr.po:
11495         * po/sv.po:
11496         * po/uk.po:
11497         * po/vi.po:
11498           updated
11499
11500 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
11501
11502         * ext\jpeg\smokecodec.c:
11503           use of GST_DEBUG instead of DEBUG(a...) for WIN32
11504         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
11505           move first instruction after all variables declarations
11506         * gst\alpha\gstalpha.c:
11507         * gst\effectv\gstshagadelic.c:
11508         * gst\smpte\paint.c:
11509         * gst\videofilter\gstvideobalance.c:
11510           define M_PI if it's not defined (it's not defined on WIN32)
11511         * gst\cutter\gstcutter.c: (gst_cutter_chain):
11512         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
11513         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
11514         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
11515         (gst_matroska_demux_video_caps):
11516         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
11517         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
11518           use gst_guint64_to_gdouble for conversions
11519         * gst\goom\filters.c: (setPixelRGB_):
11520           fix a debug which was using undefined variable
11521         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
11522         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
11523           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
11524         * win32/vs6:
11525           add vs6 projects files for most of plugins-good
11526         
11527 2006-03-30  j^  <j@bootlab.org>
11528
11529         * ext/aalib/gstaasink.c:
11530         * ext/annodex/gstcmmldec.c:
11531         * ext/annodex/gstcmmlenc.c:
11532         * ext/cairo/gsttextoverlay.c:
11533         * ext/cairo/gsttimeoverlay.c:
11534         * ext/cdio/gstcdiocddasrc.c:
11535         * ext/dv/gstdvdec.c:
11536         * ext/esd/esdmon.c:
11537         * ext/esd/esdsink.c:
11538         * ext/flac/gstflacdec.c:
11539         * ext/flac/gstflacenc.c:
11540         * ext/flac/gstflactag.c:
11541         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11542         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11543         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11544         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11545         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11546         * ext/gdk_pixbuf/pixbufscale.c:
11547         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11548         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11549         * ext/jpeg/gstjpegdec.c:
11550         * ext/jpeg/gstjpegenc.c:
11551         * ext/jpeg/gstsmokedec.c:
11552         * ext/jpeg/gstsmokeenc.c:
11553         * ext/libcaca/gstcacasink.c:
11554         * ext/libmng/gstmngdec.c:
11555         * ext/libmng/gstmngenc.c:
11556         * ext/libpng/gstpngdec.c:
11557         * ext/libpng/gstpngenc.c:
11558         * ext/mikmod/gstmikmod.c:
11559         * ext/raw1394/gstdv1394src.c:
11560         * ext/shout2/gstshout2.c:
11561         * ext/speex/gstspeexdec.c:
11562         * ext/speex/gstspeexenc.c:
11563         * gst/alpha/gstalpha.c:
11564         * gst/alpha/gstalphacolor.c:
11565         * gst/auparse/gstauparse.c:
11566         * gst/autodetect/gstautoaudiosink.c:
11567         (gst_auto_audio_sink_base_init):
11568         * gst/autodetect/gstautovideosink.c:
11569         (gst_auto_video_sink_base_init):
11570         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11571         * gst/cutter/gstcutter.c:
11572         * gst/debug/breakmydata.c:
11573         * gst/debug/efence.c:
11574         * gst/debug/gstnavigationtest.c:
11575         * gst/debug/negotiation.c:
11576         * gst/debug/progressreport.c:
11577         * gst/debug/testplugin.c:
11578         * gst/effectv/gstaging.c:
11579         * gst/effectv/gstdice.c:
11580         * gst/effectv/gstedge.c:
11581         * gst/effectv/gstquark.c:
11582         * gst/effectv/gstrev.c:
11583         * gst/effectv/gstvertigo.c:
11584         * gst/effectv/gstwarp.c:
11585         * gst/flx/gstflxdec.c:
11586         * gst/goom/gstgoom.c:
11587         * gst/interleave/deinterleave.c:
11588         * gst/interleave/interleave.c:
11589         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11590         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11591         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11592         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11593         * gst/level/gstlevel.c:
11594         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11595         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11596         * gst/median/gstmedian.c:
11597         * gst/monoscope/gstmonoscope.c:
11598         * gst/multipart/multipartdemux.c:
11599         * gst/multipart/multipartmux.c:
11600         * gst/oldcore/gstmd5sink.c:
11601         * gst/oldcore/gstmultifilesrc.c:
11602         * gst/oldcore/gstpipefilter.c:
11603         * gst/oldcore/gstshaper.c:
11604         * gst/oldcore/gststatistics.c:
11605         * gst/rtp/gstasteriskh263.c:
11606         * gst/rtp/gstrtpL16depay.c:
11607         * gst/rtp/gstrtpL16pay.c:
11608         * gst/rtp/gstrtpamrdepay.c:
11609         * gst/rtp/gstrtpamrpay.c:
11610         * gst/rtp/gstrtpdepay.c:
11611         * gst/rtp/gstrtpgsmpay.c:
11612         * gst/rtp/gstrtph263pay.c:
11613         * gst/rtp/gstrtph263pdepay.c:
11614         * gst/rtp/gstrtph263ppay.c:
11615         * gst/rtp/gstrtpmp4gpay.c:
11616         * gst/rtp/gstrtpmp4vdepay.c:
11617         * gst/rtp/gstrtpmp4vpay.c:
11618         * gst/rtp/gstrtpmpadepay.c:
11619         * gst/rtp/gstrtpmpapay.c:
11620         * gst/rtp/gstrtppcmadepay.c:
11621         * gst/rtp/gstrtppcmapay.c:
11622         * gst/rtp/gstrtppcmudepay.c:
11623         * gst/rtp/gstrtppcmupay.c:
11624         * gst/rtp/gstrtpspeexdepay.c:
11625         * gst/rtp/gstrtpspeexpay.c:
11626         * gst/rtsp/gstrtpdec.c:
11627         * gst/smpte/gstsmpte.c:
11628         * gst/videobox/gstvideobox.c:
11629         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11630         * gst/videofilter/gstvideobalance.c:
11631         * gst/videofilter/gstvideoflip.c:
11632         * gst/videofilter/gstvideotemplate.c:
11633         (gst_videotemplate_base_init):
11634         * gst/videomixer/videomixer.c:
11635         * gst/wavenc/gstwavenc.c:
11636         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
11637          better/unified long descriptions
11638          Fixed #336602
11639          Some cleanups to auparse, don't send multiple newsegments.
11640
11641 2006-03-29  Wim Taymans  <wim@fluendo.com>
11642
11643         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
11644
11645         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
11646         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
11647         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
11648         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
11649         * ext/dv/gstdvdemux.h:
11650         Seek in READY patch. Only works for pull based mode.
11651         Fixes #323880
11652
11653 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
11654
11655         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
11656         (gst_gdk_pixbuf_event):
11657           Fix two crashers: don't unref the same caps twice, and
11658           set pixbuf loader to NULL after freeing it.
11659
11660 2006-03-27  Wim Taymans  <wim@fluendo.com>
11661
11662         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
11663         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
11664         (gst_speexenc_chain):
11665         * ext/speex/gstspeexenc.h:
11666         Don't leak adapter.
11667         A push *always* takes ownership of the buffer, even on
11668         errors.
11669         Small cleanups.
11670
11671 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
11672
11673         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
11674           Create source pad without leaking.
11675
11676 2006-03-24  Wim Taymans  <wim@fluendo.com>
11677
11678         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11679         * ext/flac/gstflacdec.h:
11680         * ext/flac/gstflacenc.h:
11681         Spifify a bit.
11682         Fix deadly lock order error in seeking code, STREAM_LOCK
11683         cannot be taken within LOCK and the streaming variables are
11684         protected with the STREAM_LOCK anyway.
11685
11686 2006-03-24  Wim Taymans  <wim@fluendo.com>
11687
11688         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
11689         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
11690         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
11691         this patch combines the global init_frames with the stream
11692         init_frames. Rationale being that the global delay should 
11693         be subtracted from any stream delay.
11694         Fixes #335858.
11695
11696 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
11697
11698         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
11699         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
11700         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11701         * gst/videomixer/videomixer.c: (gst_videomixer_init):
11702         use DEBUG_FUNCPTR for collectpads
11703
11704 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
11705
11706         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
11707           Don't crash when encoding images where the number of rows isn't
11708           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
11709
11710 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11711
11712         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
11713         * gst/interleave/deinterleave.c: (deinterleave_change_state):
11714         * gst/interleave/interleave.c: (interleave_change_state):
11715         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
11716           More state change function fixes.
11717
11718 2006-03-23  Wim Taymans  <wim@fluendo.com>
11719
11720         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11721         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
11722         (gst_esdsink_prepare), (gst_esdsink_unprepare),
11723         (gst_esdsink_delay), (gst_esdsink_reset):
11724         * ext/esd/esdsink.h:
11725         Fix esd choppy playback by configuring audiosink
11726         correctly. Fixes #325191
11727
11728 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11729
11730         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
11731           Make state change function thread-safe.
11732
11733 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11734
11735         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
11736         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
11737           Don't try to read beyond the end of the file just because
11738           the header claims a bigger size (like with truncated files).
11739
11740 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11741
11742         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11743         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
11744         (gst_wavparse_stream_data), (gst_wavparse_loop):
11745         * gst/wavparse/gstwavparse.h:
11746           Delay source pad creation until we have the first chunk of
11747           media data, so the we can examine the data and adjust the
11748           caps accordingly if required. This makes playback of .wav
11749           files with DTS-declared-as-PCM content work (#313266).
11750
11751 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
11752
11753         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11754         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11755         Don't attempt typefinding on too-short buffers that have been
11756         completely trimmed away. (Fixes #330239)
11757
11758         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
11759         Improve the debug output
11760
11761 2006-03-21  Wim Taymans  <wim@fluendo.com>
11762
11763         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
11764         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
11765         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
11766         (gst_esdsink_set_property), (gst_esdsink_get_property):
11767         Some cleanups.
11768         Reset fd to -1 when we close them.
11769
11770 2006-03-21  Wim Taymans  <wim@fluendo.com>
11771
11772         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
11773         the OPTIONS request result is optional so don't
11774         fail on it.
11775
11776 2006-03-21  Edward Hervey  <edward@fluendo.com>
11777
11778         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
11779         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
11780         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
11781         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11782         (gst_wavparse_change_state):
11783         gcc 4.1 unreferenced pointer fixes.
11784
11785 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
11786
11787         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11788
11789         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
11790           Fix block alignment calculation. Alignment should be done before
11791           adding the byte offset where the data starts (#335231).
11792
11793 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11794
11795         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
11796           Ensure that we set correct caps on buffers that are transferred
11797           direct from the input.
11798
11799 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11800
11801         * gst/goom/filters.c: (zoomFilterDestroy):
11802         * gst/goom/goom_core.c: (goom_close):
11803           Free filter data when cleaning up. (Fixes: #334995)
11804
11805 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
11806
11807         * configure.ac:
11808           Don't compile udp and rtsp plugins on win32 (mingw) or other
11809           systems that don't have <sys/socket.h> for some reason (#316203).
11810
11811 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11812
11813         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
11814         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
11815         * ext/raw1394/gstdv1394src.h:
11816           Change bus reset handler so it reports useful information such as
11817           whether the device being used connected or disconnected
11818
11819 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11820
11821         * gst/id3demux/id3v2frames.c:
11822         (parse_relative_volume_adjustment_two):
11823           We only care about gain and peak data for the master volume.
11824
11825 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11826
11827         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11828         (parse_id_string), (parse_unique_file_identifier),
11829         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
11830           Read replay gain tags (#323721).
11831
11832 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
11833
11834         * configure.ac:
11835           Bump requirements to gst-plugins-base CVS because
11836           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
11837
11838 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
11839
11840         * rtp/gst/gstrtppcmadepay.c:
11841         Fixed one of the caps in the code from mulaw to alaw.
11842
11843 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
11844
11845         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11846           Ensure that we set caps on the buffers we pass.
11847
11848         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
11849         (gst_id3demux_sink_activate):
11850           Ensure that we set caps on the buffers we pass.
11851
11852           Use STREAM, TYPE_NOT_FOUND as the error class when
11853           typefinding fails.
11854
11855 2006-03-15  Edward Hervey  <edward@fluendo.com>
11856
11857         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
11858         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
11859         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
11860         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
11861         (gst_jpeg_dec_setcaps):
11862         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
11863         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
11864         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
11865         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
11866         (gst_mngdec_src_getcaps):
11867         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11868         (gst_pngdec_caps_create_and_set):
11869         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
11870         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
11871         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
11872         * gst/alpha/gstalpha.c: (gst_alpha_init):
11873         * gst/auparse/gstauparse.c: (gst_au_parse_init):
11874         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
11875         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
11876         * gst/cutter/gstcutter.c: (gst_cutter_init):
11877         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
11878         (gst_efence_checkgetrange):
11879         * gst/debug/negotiation.c: (gst_negotiation_init):
11880         * gst/flx/gstflxdec.c: (gst_flxdec_init):
11881         * gst/goom/gstgoom.c: (gst_goom_init):
11882         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
11883         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
11884         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
11885         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
11886         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
11887         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
11888         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
11889         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11890         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
11891         (gst_wavparse_create_sourcepad):
11892         Fix memleak with gst_static_pad_template_get().
11893         This uses gst_pad_new_from_static_template() instead.
11894         Fixes #333512
11895
11896 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11897
11898         * configure.ac:
11899           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
11900           used by id3demux.
11901
11902         * gst/id3demux/gstid3demux.c: (plugin_init):
11903         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11904         (parse_user_text_identification_frame),
11905         (parse_unique_file_identifier):
11906           Add support for UFID and TXXX frames and extract musicbrainz tags.
11907
11908 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11909
11910         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
11911           Catch short reads, like they might happen with truncated
11912           files (see #305279); remove unnecessary indentation.
11913
11914 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11915
11916         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
11917           Fix DIB image inversion for pictures with a
11918           depth != 8 (#305279).
11919
11920 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11921
11922         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
11923         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
11924         * ext/jpeg/gstjpegdec.h:
11925           Fix durations on outgoing buffers after seeking
11926           in MJPEG files (#334083); some minor clean-ups.
11927
11928 2006-03-13  Wim Taymans  <wim@fluendo.com>
11929
11930         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
11931         (gst_wavparse_change_state):
11932         Implement seek in READY (re-fixes #327658)
11933
11934 2006-03-13  Wim Taymans  <wim@fluendo.com>
11935
11936         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
11937         * ext/esd/esdmon.c: (gst_esdmon_get):
11938         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
11939         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11940         (gst_gdk_pixbuf_sink_getcaps):
11941         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
11942         (gst_jpegenc_setcaps):
11943         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
11944         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
11945         (gst_smokeenc_setcaps):
11946         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
11947         (gst_mngdec_src_getcaps):
11948         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
11949         (gst_mngenc_chain):
11950         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
11951         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
11952         * ext/speex/gstspeexdec.c: (speex_dec_convert),
11953         (speex_dec_src_event), (speex_dec_chain):
11954         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
11955         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
11956         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
11957         (gst_negotiation_pad_link), (gst_negotiation_chain):
11958         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
11959         (gst_flxdec_chain):
11960         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
11961         (deinterleave_chain):
11962         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
11963         * gst/median/gstmedian.c: (gst_median_link):
11964         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
11965         (gst_monoscope_chain):
11966         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
11967         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
11968         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
11969         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
11970         close #333784 unref the result of gst_pad_get_parent()
11971         by: Christophe Fergeau.
11972
11973 2006-03-09  Wim Taymans  <wim@fluendo.com>
11974
11975         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
11976         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
11977         Handle events in push mode better, can now do non-flushing
11978         seeks in push mode as well.
11979
11980 2006-03-07  Wim Taymans  <wim@fluendo.com>
11981
11982         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11983         Applied patch from Kai Vehmanen, fixes #333624.
11984
11985 2006-03-06  Julien MOUTTE  <julien@moutte.net>
11986
11987         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
11988         Implement paletted and grayscale png files handling.
11989         (#150363).
11990
11991 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11992
11993         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
11994         (gst_speexenc_chain):
11995           fix a tag list assert
11996           follow gst-plugins-base/ext/ogg/README; set OFFSET
11997           and OFFSET_END.  Muxes correctly with gst-plugins-base
11998           > 0.9.3
11999
12000 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
12001
12002         * gst/id3demux/Makefile.am:
12003         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
12004         (gst_id3demux_chain), (gst_id3demux_sink_activate):
12005           Use new typefind helper functions here as well, and
12006           do typefinding in pull-mode if upstream supports that.
12007
12008 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
12009
12010         * sys/sunaudio/gstsunaudiomixerctrl.c:
12011         (gst_sunaudiomixer_ctrl_get_volume),
12012         (gst_sunaudiomixer_ctrl_set_volume):
12013         * sys/sunaudio/gstsunaudiomixertrack.c:
12014         (gst_sunaudiomixer_track_new):
12015           Remove unused variables, breaks build from CVS
12016           with -Werror (#333392, patch by: Benjamin Pineau)
12017
12018 2006-03-03  Wim Taymans  <wim@fluendo.com>
12019
12020         * docs/plugins/Makefile.am:
12021         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12022         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12023         Added wavparse docs.
12024
12025         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
12026         (gst_wavparse_reset), (gst_wavparse_init),
12027         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
12028         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
12029         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
12030         (gst_wavparse_stream_data), (gst_wavparse_loop),
12031         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
12032         (gst_wavparse_change_state):
12033         * gst/wavparse/gstwavparse.h:
12034         Implement seek in READY (fixes #327658)
12035         Added docs and did some cleanups.
12036
12037 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
12038
12039         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12040         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
12041         (gst_avi_demux_calculate_durations_from_index),
12042         (gst_avi_demux_stream_header):
12043         * gst/avi/gstavidemux.h:
12044           If we have an index, use a duration based on the index instead
12045           of blindly trusting the information in the stream headers
12046           (fixes #331817).
12047
12048 2006-03-03  Wim Taymans  <wim@fluendo.com>
12049
12050         * docs/plugins/Makefile.am:
12051         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12052         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12053         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12054         Added smoke and jpeg to the docs.
12055
12056         * ext/jpeg/Makefile.am:
12057         * ext/jpeg/gstjpeg.c: (plugin_init):
12058         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
12059         * ext/jpeg/gstjpegenc.h:
12060         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
12061         (gst_smokedec_chain):
12062         * ext/jpeg/gstsmokedec.h:
12063         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12064         * ext/jpeg/gstsmokeenc.h:
12065         * ext/jpeg/smokecodec.h:
12066         Port smokedec (fixes #331905).
12067         Added some docs.
12068         Some cleanups.
12069
12070 2006-03-03  Wim Taymans  <wim@fluendo.com>
12071
12072         * docs/plugins/Makefile.am:
12073         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12074         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12075         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12076         Added videobalance and videoflip to the docs.
12077
12078         * gst/videofilter/Makefile.am:
12079         * gst/videofilter/gstvideobalance.c:
12080         (gst_video_balance_update_tables_planar411),
12081         (gst_video_balance_is_passthrough),
12082         (gst_video_balance_update_properties), (oil_tablelookup_u8),
12083         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
12084         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
12085         (gst_video_balance_finalize), (gst_video_balance_class_init),
12086         (gst_video_balance_init), (gst_video_balance_interface_supported),
12087         (gst_video_balance_interface_init),
12088         (gst_video_balance_colorbalance_list_channels),
12089         (gst_video_balance_colorbalance_set_value),
12090         (gst_video_balance_colorbalance_get_value),
12091         (gst_video_balance_colorbalance_init),
12092         (gst_video_balance_set_property), (gst_video_balance_get_property),
12093         (gst_video_balance_get_type), (plugin_init):
12094         * gst/videofilter/gstvideobalance.h:
12095         Ported to 0.10. (Fixes #326160)
12096         Added docs.
12097
12098         * gst/videofilter/gstvideoflip.c:
12099         * gst/videofilter/gstvideoflip.h:
12100         Added docs.
12101
12102 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
12103
12104         * configure.ac:
12105           Bump requirements to current core and -base CVS
12106           (core for new typefind helper API, and -base for the
12107           WAVFORMATEX support that was added to libgstriff and
12108           is needed by wavparse).
12109         
12110         * gst/apetag/Makefile.am:
12111         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
12112         (gst_tag_demux_sink_activate):
12113           Use new typefind helpers for typefinding instead of our
12114           home-grown stuff; also, do typefinding in pull-mode if
12115           upstream supports that.
12116
12117 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
12118
12119         Reviewed by: Christian Schaller <christian@fluendo.com>
12120
12121         This patch fixes bug: 329107
12122
12123         This Changelog entry is for a commit done on February 17
12124
12125         * ext/gconf/gconf.c
12126         * ext/gconf/gconf.h
12127         * ext/gconf/gstgconfaudiosink.c
12128         * ext/gconf/gstgconfaudiosink.h
12129         * gconf/gstreamer.schemas.in
12130
12131 2006-02-28  Wim Taymans  <wim@fluendo.com>
12132
12133         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12134         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
12135         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
12136         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
12137         Use DEBUG_OBJECT more.
12138
12139 2006-02-28  Wim Taymans  <wim@fluendo.com>
12140
12141         * docs/plugins/Makefile.am:
12142         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12143         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12144         Added dvdec and dvdemux to docs.
12145
12146         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
12147         Added docs.
12148         Check frame sizes so we don't crash when don't have enough
12149         data.
12150         Send nice error messages on error.
12151
12152         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
12153         (gst_dvdemux_class_init), (gst_dvdemux_init),
12154         (gst_dvdemux_finalize), (gst_dvdemux_reset),
12155         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12156         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12157         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
12158         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
12159         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
12160         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
12161         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
12162         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
12163         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
12164         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
12165         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
12166         * ext/dv/gstdvdemux.h:
12167         Added docs.
12168         Implement pull mode.
12169         Fix memleaks.
12170         Reduce memcpy for the video demuxing.
12171
12172 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
12173
12174         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
12175         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
12176         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
12177         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
12178           Add a little extra debug. Make the decoder not return NOT_LINKED,
12179           as we want to continue decoding all CMML and emitting tags.
12180
12181 2006-02-27  Michael Smith  <msmith@fluendo.com>
12182
12183         * ext/annodex/gstskeltag.c:
12184         * ext/annodex/gstskeltag.h:
12185           Deleted; these files aren't used any more either.
12186
12187 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12188
12189         * ext/Makefile.am: Fix dist-check.
12190
12191 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12192
12193         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
12194         memleak.
12195
12196 2006-02-25  Alessandro Decina <alessandro@nnva.org>
12197
12198         * ext/annodex/Makefile.am:
12199         * ext/annodex/gstannodex.c:
12200         * ext/annodex/gstcmmldec.c:
12201         * ext/annodex/gstcmmlenc.c:
12202         * ext/annodex/gstcmmlparser.c:
12203         * ext/annodex/gstcmmlparser.h:
12204         * ext/annodex/gstcmmlutils.c:
12205         * tests/check/elements/cmmldec.c:
12206         * tests/check/elements/cmmlenc.c:
12207           Fix a memleak in gst_cmml_track_list_add_clip.
12208           Handle overflows in clip's start and end times.
12209           Add the "encoded" parameter to cmmldec and cmmlenc caps.
12210           Do not parse junk at the end of a CMML preamble buffer.
12211           Register a libxml error handler to not print stuff on stderr.
12212           Check for bad clip start and end times in the testsuites.
12213
12214 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12215
12216         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
12217         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
12218         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
12219         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
12220         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
12221         possible memleaks.
12222
12223 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12224
12225         * tests/check/Makefile.am:
12226         * tests/check/elements/cmmldec.c:
12227         * tests/check/elements/cmmlenc.c: Fix tests so that they use
12228         the plugins-base tags.
12229
12230 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12231
12232         * ext/Makefile.am: Re-enable module.
12233
12234 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12235
12236         * tests/check/Makefile.am: Forgot to remove that test.
12237
12238 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12239
12240         * ext/annodex/Makefile.am:
12241         * ext/annodex/gstannodex.c: (plugin_init):
12242         * ext/annodex/gstcmmldec.c:
12243         * ext/annodex/gstskeldec.c:
12244         * ext/annodex/gstskeldec.h:
12245         * tests/check/Makefile.am:
12246         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
12247
12248 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12249
12250         * tests/check/Makefile.am: Disable those checks as well.
12251
12252 2006-02-24  Julien MOUTTE  <julien@moutte.net>
12253
12254         * ext/Makefile.am: Disable annodex for now until we figure out
12255         how to make it build.
12256         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
12257         Add a rule to your checklist : "please try to at least build 
12258         what you are going to commit into -good, or if you are too lazy
12259         to do that, please check that the buildbots are not crying because
12260         of your commit."
12261
12262 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
12263
12264         * configure.ac:
12265         * ext/Makefile.am:
12266         * ext/gdk_pixbuf/Makefile.am:
12267         * ext/gdk_pixbuf/gstgdkpixbuf.c:
12268         * ext/gdk_pixbuf/gstgdkpixbuf.h:
12269         * ext/gdk_pixbuf/pixbufscale.c:
12270         * ext/gdk_pixbuf/pixbufscale.h:
12271           Gdkpixbuf ported from 0.8 to 0.10 by
12272           Renato Filho <renato.filho@indt.org.br>.
12273           gst_loader and gdkpixbufanimation still need port.
12274
12275 2006-02-24  Michael Smith  <msmith@fluendo.com>
12276
12277         * configure.ac:
12278         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12279         * ext/Makefile.am:
12280         * ext/annodex/Makefile.am:
12281         * ext/annodex/gstannodex.c:
12282         * ext/annodex/gstannodex.h:
12283         * ext/annodex/gstcmmldec.c:
12284         * ext/annodex/gstcmmldec.h:
12285         * ext/annodex/gstcmmlenc.c:
12286         * ext/annodex/gstcmmlenc.h:
12287         * ext/annodex/gstcmmlparser.c:
12288         * ext/annodex/gstcmmlparser.h:
12289         * ext/annodex/gstcmmltag.c:
12290         * ext/annodex/gstcmmltag.h:
12291         * ext/annodex/gstcmmlutils.c:
12292         * ext/annodex/gstcmmlutils.h:
12293         * ext/annodex/gstskeldec.c:
12294         * ext/annodex/gstskeldec.h:
12295         * ext/annodex/gstskeltag.c:
12296         * ext/annodex/gstskeltag.h:
12297         * tests/check/Makefile.am:
12298         * tests/check/elements/cmmldec.c:
12299         * tests/check/elements/cmmlenc.c:
12300         * tests/check/elements/skeldec.c:
12301           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
12302           Includes tests & docs, oh my! Passes Thomas's -good checklist
12303           entirely. Wow.
12304
12305 2006-02-24  Michael Smith  <msmith@fluendo.com>
12306
12307         * autogen.sh:
12308           Check for automake 1.9 as well.
12309
12310 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12311
12312         * ext/flac/gstflacenc.c:
12313           Change min. sample rate to 8kHz to match flacdec's.
12314           
12315 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
12316
12317         * ext/cdio/Makefile.am:
12318           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
12319           required for Cygwin, see #317048)
12320
12321         * gst/rtp/gstasteriskh263.c:
12322           Cygwin has includes for both the unix network socket API
12323           and the windows API, but only one can be included, so fix
12324           includes to only use one or the other, prefering the unxi
12325           one (#317048).
12326
12327 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12328
12329         * rtp/gst/gstrtppcmadepay.c:
12330         * rtp/gst/gstrtppcmadepay.h:
12331         * rtp/gst/gstgstrtppcmapay.c:
12332         * rtp/gst/gstgstrtppcmapay.h:
12333         * rtp/gst/gstrtppcmudepay.c:
12334         * rtp/gst/gstrtppcmudepay.h:
12335         * rtp/gst/gstrtppcmupay.c:
12336         * rtp/gst/gstrtppcmupay.h:
12337         * rtp/gst/Makefile.am:
12338         * rtp/gst/gstrtp.c:
12339         * rtp/gst/README:
12340         Separated the G711 payloaders/depayloaders into separate elements for
12341         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
12342
12343 2006-02-22  Wim Taymans  <wim@fluendo.com>
12344
12345         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
12346         (gst_dvdec_change_state):
12347         * ext/dv/gstdvdec.h:
12348         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
12349         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12350         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12351         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
12352         (gst_dvdemux_flush), (gst_dvdemux_chain),
12353         (gst_dvdemux_change_state):
12354         * ext/dv/gstdvdemux.h:
12355         Ueber spiffify some more, added debug category.
12356         Use _scale.
12357         Use segments, respect playback rate from newsegment.
12358         Fix refcount issue.
12359
12360 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
12361
12362         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
12363         (gst_signal_processor_process):
12364         Fix compilation of LADPSA. It doesn't seem to work, and isn't
12365         enabled for the build, but it helps me win the feature-count
12366         competitions ooh yeah.
12367
12368 2006-02-19  Wim Taymans  <wim@fluendo.com>
12369
12370         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
12371         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
12372         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
12373         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
12374         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12375         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
12376         Use scaling code for added precission and more correct stop
12377         position in case scale==0.
12378
12379 2006-02-19  Wim Taymans  <wim@fluendo.com>
12380
12381         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12382         (gst_flxdec_chain):
12383         * gst/flx/gstflxdec.h:
12384         Implement DURATION query.
12385
12386 2006-02-19  Wim Taymans  <wim@fluendo.com>
12387
12388         * gst/flx/flx_color.h:
12389         * gst/flx/flx_fmt.h:
12390         * gst/flx/gstflxdec.c: (gst_flxdec_init),
12391         (gst_flxdec_src_query_handler), (flx_decode_color),
12392         (gst_flxdec_chain):
12393         * gst/flx/gstflxdec.h:
12394         Set MALLOCDATA for the temp buffers so we don't leak.
12395         Some debug cleanups.
12396         Consume all data in the adapter before leaving the chain
12397         function. Fixes #330678.
12398
12399 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
12400
12401         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12402         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
12403          Handle 0 data size in otherwise valid frames.
12404          Handle numeric strings in 2.4.0 even when not in parentheses 
12405
12406 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
12407
12408         * gst/matroska/matroska-demux.c:
12409         (gst_matroska_demux_subtitle_caps),
12410         (gst_matroska_demux_plugin_init):
12411         * gst/matroska/matroska-ids.h:
12412           Recognise SSA/ASS and USF subtitle formats and
12413           set proper caps when they are found.
12414
12415 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12416
12417         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
12418         (gst_jpeg_dec_chain):
12419           Fix invalid memory access for some odd-sized images
12420           (see image contained in quicktime stream in #327083);
12421           use g_malloc() instead of g_alloca().
12422
12423 2006-02-17  Wim Taymans  <wim@fluendo.com>
12424
12425         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12426         Patch from Sebastien Cote, fixes #319884
12427
12428 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12429
12430         * ext/cdio/gstcdio.c: (plugin_init):
12431           Init debug category (#331253).
12432
12433 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12434
12435         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12436           Pass extra_data to gst_riff_create_audio_caps(), so that
12437           WAVEFORMATEX stuff works. Post audio codec name and post
12438           it as taglist on the bus. Allow up to 8 channesl for raw
12439           PCM in the source pad template caps.
12440
12441 2006-02-16  Wim Taymans  <wim@fluendo.com>
12442
12443         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12444         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
12445         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
12446         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
12447         (gst_multipart_set_property), (gst_multipart_get_property):
12448         Applied #318663. Gives quite a few false positives in
12449         autoscan mode, but it's better than nothing. Not closing yet.
12450
12451 2006-02-16  Wim Taymans  <wim@fluendo.com>
12452
12453         * docs/plugins/Makefile.am:
12454         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12455         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12456         * docs/plugins/gst-plugins-good-plugins.args:
12457         * docs/plugins/inspect/plugin-udp.xml:
12458         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12459         (gst_udpsrc_start):
12460         Update documentation.
12461         Fix args.
12462
12463 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
12464
12465         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12466         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
12467         frame size. (Fixes #331368)
12468
12469 2006-02-16  Wim Taymans  <wim@fluendo.com>
12470
12471         * gst/rtsp/README:
12472         Updated README.
12473
12474         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
12475         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
12476         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
12477         * gst/rtsp/gstrtspsrc.h:
12478         Make sure the RTP port is an even port an try to allocate 
12479         another if not.
12480         Added retry property to control max retries for port allocation.
12481         Make sure RTCP port is RTP port+1.
12482         Cleanup when port allocation fails.
12483         Fixes #319183.
12484         
12485 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12486
12487         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
12488           Don't ignore return value of the parent class's state
12489           change function (#331385, patch by: Wouter Paesen).
12490
12491 2006-02-15  Wim Taymans  <wim@fluendo.com>
12492
12493         * configure.ac:
12494         * docs/plugins/Makefile.am:
12495         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12496         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12497         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12498         * ext/Makefile.am:
12499         * ext/hal/Makefile.am:
12500         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
12501         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
12502         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
12503         (do_toggle_element), (gst_hal_audio_sink_set_property),
12504         (gst_hal_audio_sink_get_property),
12505         (gst_hal_audio_sink_change_state):
12506         * ext/hal/gsthalaudiosink.h:
12507         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
12508         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
12509         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
12510         (do_toggle_element), (gst_hal_audio_src_set_property),
12511         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
12512         * ext/hal/gsthalaudiosrc.h:
12513         * ext/hal/gsthalelements.c: (plugin_init):
12514         * ext/hal/gsthalelements.h:
12515         * ext/hal/hal.c: (gst_hal_get_string),
12516         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
12517         (gst_hal_get_audio_src):
12518         * ext/hal/hal.h:
12519         Add HAL sound device wrapper plugins. Closes #329106
12520
12521 2006-02-15  Wim Taymans  <wim@fluendo.com>
12522
12523         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
12524         Add comment in a fultile attempt to stop the copy-and-paste 
12525         paradigm leading to duplication of bad code.
12526
12527         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
12528         Mime parameters have to be checked case insensitive
12529
12530 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
12531
12532         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
12533           Advance stream time for lagging subtitle streams by sending
12534           newsegment events with the update flag set.
12535
12536 2006-02-14  Edward Hervey  <edward@fluendo.com>
12537
12538         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
12539         There can be bogus data before the hdrl LIST tag in the RIFF header.
12540         It's hard to say if it's not respecting the AVI specifications or not,
12541         but since Google Video is producing AVIs like that and the other player
12542         don't seem to complain, I guess we should do the same.
12543
12544 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
12545
12546         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
12547         (parse_split_strings):
12548         Add more validation to ensure that a char encoding conversion
12549         produced a valid UTF-8 string.
12550
12551 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
12552
12553         Reviewed by: Edward Hervey  <edward@fluendo.com>
12554
12555         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12556         Properly handle end of segment. Closes #330885.
12557
12558 2006-02-13  Wim Taymans  <wim@fluendo.com>
12559
12560         * gst/rtp/gstrtpmp4gpay.h:
12561         For got to commit this one.
12562
12563 2006-02-12  Wim Taymans  <wim@fluendo.com>
12564
12565         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
12566         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
12567         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
12568         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
12569         * gst/rtp/gstrtpmp4gpay.h:
12570         Make more things work.
12571         Handle ACC config strings.
12572
12573 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12574
12575         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
12576           set timestamps if no incoming timestamps set
12577
12578 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
12579
12580         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
12581         (gst_tag_demux_do_typefind):
12582           ... and fix the very same leaks in GstTagDemux.
12583
12584 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
12585
12586         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
12587         (gst_id3demux_do_typefind):
12588         Fix a couple of mem leaks. (Patch by Jonathan Matthew
12589         <jonathan at kaolin dot wh9 dot net>)
12590
12591 2006-02-10  Wim Taymans  <wim@fluendo.com>
12592
12593         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
12594         First set options, then set caps or else the baseclass
12595         will not know about the options, duh.
12596
12597 2006-02-10  Wim Taymans  <wim@fluendo.com>
12598
12599         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
12600         (gst_rtp_mp4v_pay_setcaps):
12601         Don't waste time looking for a config string if we have codec_info
12602         on the incomming caps.
12603
12604 2006-02-10  Wim Taymans  <wim@fluendo.com>
12605
12606         * gst/rtp/README:
12607         Say something about case-sensitivity of caps vs mime-attributes.
12608
12609         * gst/rtp/Makefile.am:
12610         * gst/rtp/gstrtp.c: (plugin_init):
12611         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12612         (gst_rtp_amr_pay_handle_buffer):
12613         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
12614         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
12615         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
12616         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
12617         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
12618         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
12619         (gst_rtp_mp4g_pay_plugin_init):
12620         * gst/rtp/gstrtpmp4gpay.h:
12621         Added beginnings of mpeg4-generic payloader (RFC 3640)
12622
12623 2006-02-09  Wim Taymans  <wim@fluendo.com>
12624
12625         * gst/rtsp/Makefile.am:
12626         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
12627         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
12628         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
12629         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
12630         (gst_rtpdec_change_state):
12631         * gst/rtsp/gstrtpdec.h:
12632         * gst/rtsp/gstrtsp.c: (plugin_init):
12633         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12634         * gst/rtsp/rtspconnection.c: (read_body),
12635         (rtsp_connection_receive):
12636         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
12637         Resurected rtpdec to make rtspsrc happy again.
12638         Skip attributes from the session id.
12639         Don't crash when dumping a message with an empty body.
12640
12641
12642 2006-02-09  Wim Taymans  <wim@fluendo.com>
12643
12644         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12645         Added more meaningfull warnings when something goes wrong.
12646         Clear F bit on outgoing AMR packets.
12647
12648         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12649         (gst_rtp_amr_pay_handle_buffer):
12650         Added debugging category
12651         Support payloading of multiple AMR frames.
12652
12653         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
12654         Added some debugging.
12655
12656 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
12657
12658         * configure.ac:
12659           Back to CVS
12660
12661 === release 0.10.2 ===
12662
12663 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
12664
12665         * configure.ac:
12666           releasing 0.10.2, "Papa was a rolling stone"
12667
12668 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12669
12670         * configure.ac:
12671           Bump core and plugins-base requirement to 0.10.2.2
12672           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
12673
12674 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12675
12676         * ext/flac/gstflac.c: (plugin_init):
12677         * ext/speex/gstspeex.c: (plugin_init):
12678           Register musicbrainz tags.
12679
12680 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12681
12682         * ext/gconf/gconf.h:
12683           Remove declaration of function that no longer exists.
12684
12685 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12686
12687         * ext/shout2/gstshout2.c: (gst_shout2send_render),
12688         (gst_shout2send_setcaps), (gst_shout2send_change_state):
12689         Make shout2 work for non ogg streams
12690
12691 2006-02-06  Wim Taymans  <wim@fluendo.com>
12692
12693         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12694         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
12695         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
12696         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
12697         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
12698         * gst/udp/gstmultiudpsink.h:
12699         Updated docs.
12700         Added properties bytes-served, bytes_to_serve.
12701         Post proper error messages,
12702         Emit client added signal too.
12703
12704 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12705
12706         * docs/plugins/Makefile.am:
12707         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12708         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12709         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12710         (gst_multiudpsink_get_stats):
12711           adding docs for multiudpsink
12712
12713 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12714
12715         * gst/level/gstlevel.c: (gst_level_transform_ip):
12716           peak below decay is not necessarily an error, so don't ERROR log
12717
12718 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12719
12720         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
12721         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
12722         (gst_ebml_write_seek):
12723         * gst/matroska/ebml-write.h:
12724           Make sure we send a newsegment event in BYTES format
12725           before sending buffers (#328531).
12726
12727 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12728
12729         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
12730         (gst_dvdemux_sink_query):
12731         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
12732         * ext/speex/gstspeexdec.c: (speex_get_query_types),
12733         (speex_dec_src_query):
12734         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
12735         (gst_speexenc_sink_query):
12736         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12737         * gst/matroska/matroska-demux.c:
12738         (gst_matroska_demux_get_src_query_types),
12739         (gst_matroska_demux_handle_src_query):
12740         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
12741         (gst_wavparse_pad_query):
12742           Pass unhandled queries upstream instead of just dropping
12743           them (#326446). Update query type arrays here and there.
12744
12745 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12746
12747         * tests/check/elements/matroskamux.c: (setup_src_pad):
12748           Collectpads in core got changed and now also holds a
12749           reference to any pad that is part of it. Fix refcount
12750           checks in test case accordingly.
12751
12752 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12753
12754         * gst/apetag/gstapedemux.h:
12755           Fix include, for now GstTagDemux is in the apetag dir.
12756
12757 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12758
12759         * docs/plugins/Makefile.am:
12760         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12761         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12762         * docs/plugins/inspect/plugin-cdio.xml:
12763           Add cdio plugin to docs.
12764
12765         * ext/cdio/gstcdiocddasrc.c:
12766           Add gtk-doc blurb.
12767
12768         * ext/cdio/gstcdio.c:
12769           The plugin is called 'cdio' not 'cddio'.
12770
12771 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12772
12773         * configure.ac:
12774         * docs/plugins/Makefile.am:
12775         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12776         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12777         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12778         * docs/plugins/inspect/plugin-apetag.xml:
12779         * gst/apetag/Makefile.am:
12780         * gst/apetag/gstapedemux.c:
12781         * gst/apetag/gstapedemux.h:
12782         * gst/apetag/gsttagdemux.c:
12783         * gst/apetag/gsttagdemux.h:
12784           Add APE tag demuxer (#325649).
12785
12786 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12787
12788         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
12789         (gst_gconf_get_default_video_sink),
12790         (gst_gconf_get_default_audio_src),
12791         (gst_gconf_get_default_video_src):
12792         * ext/gconf/gconf.h:
12793         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
12794         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
12795         (do_toggle_element):
12796         * ext/gconf/gstgconfaudiosink.h:
12797         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
12798         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
12799         (do_toggle_element):
12800         * ext/gconf/gstgconfaudiosrc.h:
12801         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
12802         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
12803         (do_toggle_element):
12804         * ext/gconf/gstgconfvideosink.h:
12805         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
12806         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
12807         (do_toggle_element):
12808         * ext/gconf/gstgconfvideosrc.h:
12809           Ignore changing the GConf key to "". Ignore GConf key updates
12810           that don't actually change the string.
12811           For now, ignore the GConf key when the state is > READY, as
12812           it breaks streaming. Sometime it will be nice to bring the
12813           new sink online even mid-stream, by sending NEWSEGMENT info
12814           and possibly prerolling.
12815           (Fixes #326736)
12816
12817 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12818
12819         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
12820         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
12821         (zoomFilterSetResolution), (zoomFilterDestroy),
12822         (zoomFilterFastRGB), (pointFilter):
12823         * gst/goom/filters.h:
12824         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
12825         (goom_update), (goom_close):
12826         * gst/goom/goom_core.h:
12827         * gst/goom/goom_tools.h:
12828         * gst/goom/graphic.c:
12829         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
12830         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
12831         * gst/goom/gstgoom.h:
12832         * gst/goom/lines.c: (goom_lines):
12833         * gst/goom/lines.h:
12834           Make goom reentrant by moving all important static variables
12835           into instance structures.
12836           (Fixes #329181)
12837
12838 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
12839
12840         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
12841         (gst_avi_demux_all_source_pads_unlinked),
12842         (gst_avi_demux_process_next_entry):
12843         * gst/avi/gstavidemux.h:
12844           Third attempt, use gst_pad_is_linked() this time.
12845
12846 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
12847
12848         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12849         (parse_split_strings):
12850         Adjust for data length indicators when parsing (Fixes #329810)
12851         Fix stupid bug parsing UTF-8 tag text.
12852         Output tag strings with multiple fields as multiple tags, so the
12853         app gets all the data.
12854
12855 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12856
12857         * ext/flac/gstflacenc.c:
12858         Fixed a bug add in last commit, where no event is send. Thanks Tim to
12859         show me.
12860         
12861 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12862
12863         * ext/flac/gstflacenc.c:
12864         * gst/matroska/ebml-read.c:
12865         Just make it compile with --disable-gst-debug.
12866
12867 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
12868
12869         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
12870         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
12871         (id3v2_genre_fields_to_taglist):
12872           Never output a tag with a null contents string.
12873
12874 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12875
12876         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
12877           Only pause if all pads are unlinked AND we've tried to send data
12878           on all of them at least once.
12879
12880 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12881
12882         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
12883         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
12884           Make loop function/task pause itself when all source pads are
12885           unlinked.
12886
12887 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12888
12889         * configure.ac:
12890         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
12891           Use new functions from core to render a bin from a
12892           string. Fixes build. Up requirements to core CVS.
12893
12894 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
12895
12896         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
12897           Don't push buffers into the adapter that we are going to
12898           push downstream again without framing anyway. Also, the
12899           adaptor takes ownership of buffers put into it (fixes
12900           auparse pushing invalid buffers for .au files with
12901           ADPCM contents). Finally, set caps on all outgoing buffers.
12902
12903 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
12904
12905         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
12906         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
12907         (gst_id3demux_send_tag_event):
12908         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
12909         Someone should kick my butt. Remove ID3v1 tags from the end of the
12910         file.
12911
12912         Improve error messages. Send the TAG message as soon as we complete
12913         typefinding, instead of waiting until we send the first buffer.
12914         Downstream tag event is still sent before the first buffer.
12915
12916 2006-01-27  Jan Gerber  <j@bootlab.org>
12917
12918         Reviewed by: Andy Wingo <wingo@pobox.com>
12919
12920         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
12921         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
12922         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
12923         to not have warings flooding stderr. this is the suggested way
12924         also used in dvgrab and kino. (#328336)
12925
12926 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
12927
12928         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
12929         (gst_oss_sink_init), (gst_oss_sink_finalise):
12930           Free the device name string when finalised.
12931
12932 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
12933
12934         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
12935           Don't put function calls in g_return_if_fail() statements,
12936           or they'll be replaced with NOOPs if someone compiles with
12937           G_DISABLE_CHECKS defined.
12938           
12939 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
12940
12941         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12942         Never trust ANY information encoded in a media file, especially
12943         when it's giving you sizes. (Fixes #328452)
12944
12945 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
12946
12947         * gst/rtp/gstrtpg711pay.c:
12948         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
12949         bug #325148.
12950
12951 2006-01-23  Edward Hervey  <edward@fluendo.com>
12952
12953         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
12954         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
12955         * gst/matroska/matroska-ids.h:
12956         Added recognition of Real Audio and Video streams in matroska demuxer.
12957
12958 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
12959
12960         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
12961           Remove errant break statement, and fix compilation with
12962           older GCC.
12963
12964 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
12965
12966         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12967
12968         * sys/sunaudio/gstsunaudiomixerctrl.c:
12969         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
12970           Export functions that are needed in other parts of the code,
12971           makes the mixer actually work; adjust magic minimum buffer-time
12972           value from 3ms to 5ms to work around stuttering during mp3
12973           playback (#327765).
12974
12975 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
12976
12977         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12978
12979         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
12980         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
12981           Fix possible deadlock in matroska muxer (#327825).
12982
12983 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
12984
12985         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
12986         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
12987         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
12988         * gst/rtsp/sdpmessage.h:
12989         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
12990         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
12991           C89 fixes: declare variables at the beginning of a block and
12992           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
12993           <jensgr at gmx dot net>).
12994
12995 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
12996
12997         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12998         * gst/id3demux/id3tags.h:
12999         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13000         (parse_comment_frame), (parse_text_identification_frame),
13001         (id3v2_tag_to_taglist), (id3v2_are_digits),
13002         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
13003         (parse_split_strings), (free_tag_strings):
13004           Rewrite parsing of text tags to handle multiple NULL terminated
13005           strings. Parse numeric genre strings and ID3v2 type
13006           "(3)(6)Alternative" style genre strings.
13007           Parse dates that are only YYYY or YYYY-mm format.
13008           (Fixes #328241 and #322154)
13009
13010 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
13011
13012         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
13013           Don't forget to initialize liboil, otherwise our oil functions
13014           will crash (fixes #327871; patch by: Christoph Burghardt
13015           <hawkes at web dot de>).
13016
13017 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13018
13019         * configure.ac:
13020           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
13021           like in the core and gst-plugins-base. Fixes #324367 and #326683;
13022           patch by: Brian Cameron <brian dot cameron at sun dot com>
13023
13024 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13025
13026         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
13027         * ext/cdio/gstcdio.h:
13028         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
13029           Fix build for libcdio versions >= 76; give slightly lower rank
13030           than cdparanoia.
13031
13032 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
13033
13034         * configure.ac:
13035         * ext/Makefile.am:
13036         * ext/cdio/Makefile.am:
13037         * ext/cdio/gstcdio.c:
13038         * ext/cdio/gstcdio.h:
13039         * ext/cdio/gstcdiocddasrc.c:
13040         * ext/cdio/gstcdiocddasrc.h:
13041           Port libcdio cdda source, formerly known as cddasrc, now known as
13042           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
13043           but that's not tested (fixes #317658).
13044
13045 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
13046
13047         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
13048           Fix conversion from TIME to BYTES format (fixes #326864;
13049           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
13050
13051 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
13052
13053         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13054           Fix compilation of id3demux when zlib is not present.
13055           (Fixes #326602; patch by: Sergey Scobich)
13056
13057 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
13058
13059         * ext/esd/Makefile.am:
13060           Add $(ESD_CFLAGS), otherwise build will fail for folks
13061           with libesd in a non-standard prefix (#327009).
13062
13063 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13064
13065         * configure.ac:
13066           back to HEAD
13067
13068 === release 0.10.1 ===
13069
13070 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
13071
13072         * configure.ac:
13073           releasing 0.10.1, "Li"
13074
13075 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13076
13077           patch by: Wim Taymans
13078
13079         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13080           fix memleak.  Fixes #326618
13081
13082 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13083
13084           patch by: Mike Smith
13085
13086         * gst/level/gstlevel.c: (gst_level_message_new),
13087         (gst_level_message_append_channel):
13088           Fix memleak.  Fixes #326612
13089
13090 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13091
13092         * configure.ac:
13093           prereleasing
13094         * po/af.po:
13095         * po/az.po:
13096         * po/cs.po:
13097         * po/en_GB.po:
13098         * po/hu.po:
13099         * po/it.po:
13100         * po/nb.po:
13101         * po/nl.po:
13102         * po/or.po:
13103         * po/sq.po:
13104         * po/sr.po:
13105         * po/sv.po:
13106         * po/uk.po:
13107         * po/vi.po:
13108           update translations
13109
13110 2006-01-10  Michael Smith  <msmith@fluendo.com>
13111
13112         * gst/level/gstlevel.c: (gst_level_class_init),
13113         (gst_level_dispose):
13114           Don't leak filter arrays.
13115
13116 2006-01-09 Brian Cameron <brian.cameron@sun.com>
13117
13118         reviewed by: Christian Schaller <uraeus@gnome.org>
13119         
13120         * configure.ac:
13121         * gst-plugins-good.spec.in:
13122         * sys/Makefile.am:
13123         * sys/sunaudio/Makefile.am:
13124         * sys/sunaudio/gstsunaudio.c: (plugin_init):
13125         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
13126         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
13127         (gst_sunaudiomixer_change_state):
13128         * sys/sunaudio/gstsunaudiomixer.h:
13129         * sys/sunaudio/gstsunaudiomixerctrl.c:
13130         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
13131         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
13132         (gst_sunaudiomixer_ctrl_list_tracks),
13133         (gst_sunaudiomixer_ctrl_get_volume),
13134         (gst_sunaudiomixer_ctrl_set_volume),
13135         (gst_sunaudiomixer_ctrl_set_mute),
13136         (gst_sunaudiomixer_ctrl_set_record):
13137         * sys/sunaudio/gstsunaudiomixerctrl.h:
13138         * sys/sunaudio/gstsunaudiomixertrack.c:
13139         (gst_sunaudiomixer_track_class_init),
13140         (gst_sunaudiomixer_track_init), (fill_labels),
13141         (gst_sunaudiomixer_track_new):
13142         * sys/sunaudio/gstsunaudiomixertrack.h:
13143         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
13144         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
13145         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
13146         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
13147         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
13148         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
13149         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
13150         * sys/sunaudio/gstsunaudiosink.h:
13151
13152         Add SunAudio plugin - tested to make sure it doesn't break
13153         the build under GNU/Linux.      
13154
13155 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
13156
13157         * gst-plugins-good/gst/udp/gstdynudpsink.c:
13158         * gst-plugins-good/gst/udp/gstudpsrc.c:
13159         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
13160         overrides the port or multicast parameters. Fixes bugs #323021.
13161         API addition: adds GstUDPSrc::sockfd property   
13162
13163 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
13164
13165         * ext/gconf/Makefile.am:
13166         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
13167         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
13168         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
13169         (do_toggle_element), (cb_toggle_element),
13170         (gst_gconf_audio_src_change_state):
13171         * ext/gconf/gstgconfaudiosrc.h:
13172         * ext/gconf/gstgconfelements.c: (plugin_init):
13173         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
13174         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
13175         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
13176         (do_toggle_element), (cb_toggle_element),
13177         (gst_gconf_video_src_change_state):
13178         * ext/gconf/gstgconfvideosrc.h:
13179           Add new gconfaudiosrc and gconfvideosrc elements
13180           (needed for gnome-sound-recorder).
13181
13182 2006-01-06  Edward Hervey  <edward@fluendo.com>
13183
13184         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13185         Add gst_element_no_more_pads() for proper decodebin behaviour.
13186         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
13187         (parse_text_identification_frame), (parse_split_strings):
13188         Failure to decode some tags is not a GST_ERROR() but a
13189         GST_WARNING()
13190         When iterating over a chunk of text, check that we haven't gone too
13191         far.
13192
13193 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
13194
13195         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
13196         (plugin_init):
13197           call oil_init() when using liboil
13198
13199 2006-01-04  Wim Taymans  <wim@fluendo.com>
13200
13201         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13202         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13203         Fix leaks.
13204
13205 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
13206
13207         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13208
13209         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
13210         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
13211         (gst_flac_dec_change_state):
13212           Don't g_assert() where we should just return FALSE; remove
13213           unnecessary g_assert(); initialize some fields properly in
13214           state change function (fixes #325504). Also, use
13215           GST_DEBUG_OBJECT in two more places.
13216
13217 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13218
13219         * configure.ac:
13220           also remove smoothwave's Makefile.am
13221         * docs/plugins/Makefile.am:
13222           fix plugin docs
13223
13224 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13225
13226         * tests/examples/Makefile.am:
13227           added missing Makefile.am
13228
13229 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13230
13231         * configure.ac:
13232         * gst/level/Makefile.am:
13233         * gst/level/level-example.c:
13234         * tests/Makefile.am:
13235         * tests/examples/level/Makefile.am:
13236         * tests/examples/level/level-example.c: (message_handler), (main):
13237           moved level-example to tests/examples/level-example
13238         * tests/old/examples/level/demo.c: (main):
13239         * tests/old/examples/level/plot.c: (main):
13240           some initial fixes
13241
13242 2005-12-29  Michael Smith  <msmith@fluendo.com>
13243
13244         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13245         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
13246         * gst/udp/gstmultiudpsink.h:
13247           Track packets sent per client in addition to bytes sent; provide
13248           this info through get-stats signal
13249
13250 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13251
13252         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
13253           Can't use gst_object_unref() on a GstAdapter (#325191).
13254
13255 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
13256
13257         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13258         If a broken tag has 0 bytes payload, at least still skip
13259         the 10 byte header
13260
13261 2005-12-22  Philippe Khalaf  <burger@speedy.org>
13262
13263         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
13264         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13265         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
13266         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13267           Making these depayloaders (H263+ and mpeg4 video) inherit from
13268           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
13269
13270 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13271
13272         * docs/plugins/gst-plugins-good-plugins.args:
13273         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13274         Regenerate the plugin hiearchy.
13275
13276 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13277
13278         * docs/plugins/Makefile.am:
13279         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13280         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13281         * docs/plugins/gst-plugins-good-plugins.args:
13282         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
13283         (gst_id3demux_base_init), (gst_id3demux_class_init),
13284         (gst_id3demux_chain):
13285         * gst/id3demux/gstid3demux.h:
13286           Add documentation for id3demux.
13287           Don't fail if the first buffer is not at offset 0, just
13288           attempt to typefind and do pass through
13289           Rename the gst_type function from gst_gst_id3demux..
13290
13291 2005-12-20  Michael Smith  <msmith@fluendo.com>
13292
13293         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13294         (gst_multiudpsink_add), (gst_multiudpsink_remove),
13295         (gst_multiudpsink_get_stats):
13296         * gst/udp/gstmultiudpsink.h:
13297           Collect statistics; return them from get_stats.
13298
13299 2005-12-19  Edward Hervey  <edward@fluendo.com>
13300
13301         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
13302         Stupid signedness issue...
13303
13304 2005-12-19  Edward Hervey  <edward@fluendo.com>
13305
13306         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13307         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
13308         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
13309         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13310         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
13311         Construct index for indexless files.
13312         Make sure pad/buffers are correctly reset to NULL once we don't need
13313         them anymore, else we get lovely segfaults/assertions.
13314         * gst/wavparse/gstwavparse.c:
13315         Yes, you can have 96KHz audio and wma in wav :(
13316
13317 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
13318
13319         * configure.ac:
13320           Check for optional dependency on zlib for id3demux
13321
13322         * gst/id3demux/Makefile.am:
13323         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
13324         (gst_id3demux_base_init), (gst_id3demux_class_init),
13325         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
13326         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
13327         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
13328         (gst_id3demux_set_property), (gst_id3demux_get_property),
13329         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
13330         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
13331         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
13332         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
13333         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
13334         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
13335         (simple_find_peek), (simple_find_suggest),
13336         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
13337         (plugin_init):
13338         * gst/id3demux/gstid3demux.h:
13339         * gst/id3demux/id3tags.c: (read_synch_uint),
13340         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
13341         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
13342         (id3demux_id3v2_frames_to_tag_list):
13343         * gst/id3demux/id3tags.h:
13344         * gst/id3demux/id3v2.4.0-frames.txt:
13345         * gst/id3demux/id3v2.4.0-structure.txt:
13346         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13347         (parse_comment_frame), (parse_text_identification_frame),
13348         (id3v2_tag_to_taglist), (parse_split_strings):
13349           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
13350           otherwise it discards them. Works on my test files. 
13351
13352         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
13353           Don't send EOS to a non-existing srcpad
13354           The debug category can be static
13355
13356 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
13357
13358         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
13359         * ext/esd/esdsink.c: (gst_esdsink_prepare):
13360         * gst/multipart/multipartdemux.c:
13361           change some char* into char[]
13362
13363 2005-12-16  Wim Taymans  <wim@fluendo.com>
13364
13365         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
13366         (gst_wavparse_other), (gst_wavparse_perform_seek),
13367         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
13368         (gst_wavparse_loop), (gst_wavparse_pad_convert),
13369         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
13370         * gst/wavparse/gstwavparse.h:
13371         Use GstSegment to implement more seeking features.
13372
13373 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
13374
13375         * gst/rtsp/rtspconnection.c:
13376           Add <netinet/in.h> include and move <arpa/inet.h> include
13377           to make things work on OpenBSD as well (fixes #323717;
13378           patch by: Benjamin Pineau)
13379
13380 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
13381
13382         * gst/rtp/gstrtpspeexdepay.c:
13383         * gst/rtp/gstrtpspeexpay.c:
13384         Set clock rate to be fixed in 8000. It fixes bug #324012.
13385
13386 2005-12-14  Philippe Khalaf  <burger@speedy.org>
13387
13388         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
13389         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
13390         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
13391         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13392         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13393         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
13394         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
13395         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13396         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
13397         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13398         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
13399         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
13400         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
13401         * gst-plugins-good/gst/rtp/README:
13402         Fixed payload range in payloder caps. Removed payload range completely
13403         from depayloaders as they don't require payload type in their caps.
13404         In effect, there isn't any specific payload type for any given codec,
13405         only suggestions.
13406         Fixes bug #324011.
13407
13408 2005-12-13  Julien MOUTTE  <julien@moutte.net>
13409
13410         * gst/videomixer/videomixer.c: (gst_videomixer_init),
13411         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13412         (gst_videomixer_collected): Code cleanup and re-enabling 
13413         queued time validity check for correct EOS handling.
13414
13415 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
13416
13417         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13418         (gst_oss_mixer_element_get_property),
13419         (gst_oss_mixer_element_change_state):
13420         Add 'device-name' property and fix state change function.
13421
13422 2005-12-13  Edward Hervey  <edward@fluendo.com>
13423
13424         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
13425         If the speed of the file is null in the header, set the frame_time to
13426         the default setting of GST_SECOND / 70. Which is the default
13427         frame_delay for .fli files as stated in this document :
13428         http://www.compuphase.com/flic.htm
13429         Would be nice to have the time conversion done properly too (duration =
13430         flxh->frames * flxdec->frame_time)
13431
13432 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13433
13434         * docs/plugins/Makefile.am:
13435         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13436         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13437         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13438         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13439         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13440         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
13441         documentation for videomixer on my way with a funny sample
13442         pipeline.
13443
13444 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13445
13446         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13447         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13448         (gst_videomixer_update_queues), (gst_videomixer_collected):
13449         Fix caps negotiation. (#323896)
13450
13451 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
13452
13453         * gst/matroska/matroska-demux.c:
13454         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
13455           Set correct timestamps on audio laces, fixes playback of mp3 from
13456                 matroska.
13457
13458 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
13459
13460         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
13461         (gst_au_parse_class_init), (gst_au_parse_init),
13462         (gst_au_parse_dispose), (gst_au_parse_chain),
13463         (gst_au_parse_change_state), (plugin_init):
13464         * gst/auparse/gstauparse.h:
13465           Use gst_object_unref() for GstObjects instead of
13466           g_object_unref() and fix a mem leak in a debug
13467           statement; while we're at it, also borgify, use
13468           boilerplate macros and clean up a little bit.
13469
13470 2005-12-11  Edward Hervey  <edward@fluendo.com>
13471
13472         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
13473         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
13474         Added pull mode.
13475
13476 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13477
13478         * gst/goom/gstgoom.c:
13479         * gst/level/level-example.c: (main):
13480         * gst/smoothwave/demo-osssrc.c: (main):
13481           Use audiotestsrc instead of sinesrc (#323798).
13482
13483 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
13484
13485         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
13486           more debug-func-ptr usage
13487
13488 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
13489
13490         * gst/flx/flx_color.c: (flx_colorspace_convert):
13491         * gst/flx/flx_color.h:
13492         * gst/flx/flx_fmt.h:
13493         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
13494         * gst/flx/gstflxdec.h:
13495           Now flxdec works on big-endian machines as well.
13496
13497 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13498
13499         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
13500         (gst_fenced_buffer_copy):
13501           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
13502           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
13503           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
13504           and use GST_DEBUG_FUNCPTR for pad functions.
13505
13506 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13507
13508         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
13509         (gst_flac_dec_class_init), (gst_flac_dec_init),
13510         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
13511         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
13512         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
13513         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
13514         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
13515         (gst_flac_dec_change_state):
13516         * ext/flac/gstflacdec.h:
13517           Rewrite flacdec a bit, so that even seeking might work now. Most
13518           importantly, don't act upon any flow return values we get, just tell
13519           the decoder everything's dandy and act on the flow return values
13520           later on in the loop function. We don't want to mess up the internal
13521           decoder state for non-fatal things like flushing pads etc. Other
13522           than that, use GstSegment (segment seeks don't work yet though, but
13523           should be easy to add), use boilerplate macros, drop the superfluous
13524           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
13525           lots of other things.
13526
13527 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13528
13529         * configure.ac:
13530           Update comment in OSS includes check.
13531
13532         * sys/oss/gstossdmabuffer.c:
13533         * sys/oss/gstosshelper.c:
13534         * sys/oss/gstossmixer.c:
13535         * sys/oss/gstossmixertrack.c:
13536         * sys/oss/gstosssink.c:
13537         * sys/oss/gstosssrc.c:
13538         * sys/oss/oss_probe.c:
13539           Don't assume the OSS soundcard.h include is always in
13540           the sys/ directory. Instead, use the existing defines
13541           from config.h to include the right file. Fixes
13542           compilation on OpenBSD 3.8 (#323718).
13543
13544 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13545
13546         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13547         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13548         * docs/plugins/inspect/plugin-1394.xml:
13549         * docs/plugins/inspect/plugin-aasink.xml:
13550         * docs/plugins/inspect/plugin-alaw.xml:
13551         * docs/plugins/inspect/plugin-alpha.xml:
13552         * docs/plugins/inspect/plugin-alphacolor.xml:
13553         * docs/plugins/inspect/plugin-auparse.xml:
13554         * docs/plugins/inspect/plugin-autodetect.xml:
13555         * docs/plugins/inspect/plugin-avi.xml:
13556         * docs/plugins/inspect/plugin-cacasink.xml:
13557         * docs/plugins/inspect/plugin-cairo.xml:
13558         * docs/plugins/inspect/plugin-cutter.xml:
13559         * docs/plugins/inspect/plugin-debug.xml:
13560         * docs/plugins/inspect/plugin-dv.xml:
13561         * docs/plugins/inspect/plugin-efence.xml:
13562         * docs/plugins/inspect/plugin-effectv.xml:
13563         * docs/plugins/inspect/plugin-esdsink.xml:
13564         * docs/plugins/inspect/plugin-flac.xml:
13565         * docs/plugins/inspect/plugin-flxdec.xml:
13566         * docs/plugins/inspect/plugin-gconfelements.xml:
13567         * docs/plugins/inspect/plugin-goom.xml:
13568         * docs/plugins/inspect/plugin-jpeg.xml:
13569         * docs/plugins/inspect/plugin-level.xml:
13570         * docs/plugins/inspect/plugin-matroska.xml:
13571         * docs/plugins/inspect/plugin-mulaw.xml:
13572         * docs/plugins/inspect/plugin-multipart.xml:
13573         * docs/plugins/inspect/plugin-navigationtest.xml:
13574         * docs/plugins/inspect/plugin-ossaudio.xml:
13575         * docs/plugins/inspect/plugin-png.xml:
13576         * docs/plugins/inspect/plugin-rtp.xml:
13577         * docs/plugins/inspect/plugin-rtsp.xml:
13578         * docs/plugins/inspect/plugin-shout2send.xml:
13579         * docs/plugins/inspect/plugin-smpte.xml:
13580         * docs/plugins/inspect/plugin-speex.xml:
13581         * docs/plugins/inspect/plugin-udp.xml:
13582         * docs/plugins/inspect/plugin-videobox.xml:
13583         * docs/plugins/inspect/plugin-videoflip.xml:
13584         * docs/plugins/inspect/plugin-videomixer.xml:
13585         * docs/plugins/inspect/plugin-wavenc.xml:
13586         * docs/plugins/inspect/plugin-wavparse.xml:
13587         * ext/flac/gstflac.c: (plugin_init):
13588         * ext/flac/gstflacdec.c: (flacdec_get_type),
13589         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
13590         (gst_flac_dec_init), (gst_flac_dec_finalize),
13591         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
13592         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
13593         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
13594         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
13595         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
13596         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
13597         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
13598         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
13599         * ext/flac/gstflacdec.h:
13600         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
13601         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
13602         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
13603         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
13604         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
13605         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
13606         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
13607         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
13608         (gst_flac_enc_change_state):
13609         * ext/flac/gstflacenc.h:
13610           borgify and fix up documentation
13611
13612 2005-12-09  Michael Smith  <msmith@fluendo.com>
13613
13614         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
13615           Accept a wider range of flac files, more closely matching flac spec.
13616
13617 2005-12-08  Julien MOUTTE  <julien@moutte.net>
13618
13619         * docs/plugins/Makefile.am: Add multipart elements.
13620         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13621         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
13622         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13623         * gst/multipart/multipartdemux.c:
13624         * gst/multipart/multipartmux.c: Add docs.
13625
13626 2005-12-07  Edward Hervey  <edward@fluendo.com>
13627
13628         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
13629         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
13630         (gst_avi_demux_invert):
13631         Memleak and crasher fixes.
13632         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
13633         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
13634         Memleak fixes
13635
13636 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13637
13638         * ext/aalib/gstaasink.h:
13639         * ext/cairo/gsttextoverlay.h:
13640         * ext/dv/gstdvdec.h:
13641         * ext/dv/gstdvdemux.c:
13642         * ext/dv/gstdvdemux.h:
13643         * ext/esd/esdsink.h:
13644         * ext/flac/flac_compat.h:
13645         * ext/flac/gstflacdec.h:
13646         * ext/flac/gstflacenc.h:
13647         * ext/gconf/gconf.h:
13648         * ext/gconf/gstgconfaudiosink.h:
13649         * ext/gconf/gstgconfvideosink.h:
13650         * ext/gdk_pixbuf/gstgdkanimation.h:
13651         * ext/jpeg/gstjpegdec.h:
13652         * ext/jpeg/smokecodec.h:
13653         * ext/jpeg/smokeformat.h:
13654         * ext/ladspa/gstsignalprocessor.h:
13655         * ext/ladspa/search.c: (LADSPAPluginSearch):
13656         * ext/ladspa/utils.h:
13657         * ext/libmng/gstmng.c:
13658         * ext/libmng/gstmngdec.h:
13659         * ext/libmng/gstmngenc.c:
13660         * ext/libmng/gstmngenc.h:
13661         * ext/libpng/gstpng.c:
13662         * ext/libpng/gstpngenc.c:
13663         * ext/libpng/gstpngenc.h:
13664         * ext/shout2/gstshout2.h:
13665         * ext/speex/gstspeexdec.h:
13666         * ext/speex/gstspeexenc.c:
13667         * ext/speex/gstspeexenc.h:
13668         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13669         * gst/autodetect/gstautoaudiosink.h:
13670         * gst/autodetect/gstautovideosink.h:
13671         * gst/avi/gstavidemux.h:
13672         * gst/cutter/gstcutter.c: (gst_cutter_chain),
13673         (gst_cutter_set_property), (gst_cutter_get_caps):
13674         * gst/cutter/gstcutter.h:
13675         * gst/debug/tests.c: (md5_process_block):
13676         * gst/debug/tests.h:
13677         * gst/effectv/gstwarp.c:
13678         * gst/flx/flx_fmt.h:
13679         * gst/flx/gstflxdec.h:
13680         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
13681         (zoomFilterFastRGB):
13682         * gst/goom/filters.h:
13683         * gst/goom/goom_tools.h:
13684         * gst/law/alaw-encode.c:
13685         * gst/level/gstlevel.c:
13686         * gst/level/gstlevel.h:
13687         * gst/matroska/ebml-write.h:
13688         * gst/matroska/matroska-demux.h:
13689         * gst/matroska/matroska-ids.h:
13690         * gst/matroska/matroska-mux.h:
13691         * gst/monoscope/convolve.c: (convolve_match):
13692         * gst/monoscope/convolve.h:
13693         * gst/multipart/multipartmux.c:
13694         * gst/oldcore/gstaggregator.c:
13695         * gst/oldcore/gstaggregator.h:
13696         * gst/oldcore/gstmd5sink.c: (md5_process_block):
13697         * gst/oldcore/gstmd5sink.h:
13698         * gst/oldcore/gstmultifilesrc.c:
13699         * gst/oldcore/gstmultifilesrc.h:
13700         * gst/oldcore/gstpipefilter.h:
13701         * gst/oldcore/gstshaper.h:
13702         * gst/rtp/gstrtpL16depay.h:
13703         * gst/rtp/gstrtpL16pay.h:
13704         * gst/rtp/gstrtpdepay.h:
13705         * gst/rtp/gstrtpmp4vpay.c:
13706         * gst/rtp/gstrtpmp4vpay.h:
13707         * gst/rtsp/gstrtspsrc.c:
13708         * gst/rtsp/gstrtspsrc.h:
13709         * gst/rtsp/rtspconnection.h:
13710         * gst/rtsp/rtspdefs.h:
13711         * gst/rtsp/rtspmessage.h:
13712         * gst/rtsp/rtsptransport.h:
13713         * gst/rtsp/rtspurl.c:
13714         * gst/rtsp/rtspurl.h:
13715         * gst/rtsp/sdpmessage.c:
13716         * gst/rtsp/sdpmessage.h:
13717         * gst/smpte/barboxwipes.c:
13718         * gst/smpte/gstmask.h:
13719         * gst/smpte/gstsmpte.h:
13720         * gst/smpte/paint.c:
13721         * gst/smpte/paint.h:
13722         * gst/udp/gstdynudpsink.h:
13723         * gst/udp/gstmultiudpsink.h:
13724         * gst/udp/gstudpsink.c:
13725         * gst/udp/gstudpsink.h:
13726         * gst/udp/gstudpsrc.c:
13727         * gst/videomixer/videomixer.c:
13728         * gst/wavenc/riff.h:
13729         * gst/wavparse/gstwavparse.h:
13730         * sys/oss/gstossdmabuffer.h:
13731         * sys/oss/gstossmixer.h:
13732         * sys/oss/gstossmixerelement.h:
13733         * sys/oss/gstossmixertrack.h:
13734         * sys/oss/gstosssink.c:
13735         * sys/oss/gstosssink.h:
13736         * sys/oss/gstosssrc.c:
13737         * sys/oss/gstosssrc.h:
13738         * sys/osxaudio/gstosxaudioelement.h:
13739         * sys/osxaudio/gstosxaudiosink.h:
13740         * sys/osxaudio/gstosxaudiosrc.h:
13741           expand tabs
13742
13743 === release 0.10.0 ===
13744
13745 2005-12-05   <thomas (at) apestaart (dot) org>
13746
13747         * configure.ac:
13748           releasing 0.10.0, "Abondance"
13749
13750 2005-12-05  Andy Wingo  <wingo@pobox.com>
13751
13752         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13753         * ext/flac/gstflacdec.c: (gst_flacdec_write):
13754         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
13755         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
13756         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
13757         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
13758         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13759         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
13760         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
13761         * ext/speex/gstspeexdec.c: (speex_dec_chain):
13762         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
13763         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13764         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
13765         * gst/goom/gstgoom.c: (gst_goom_chain):
13766         * gst/matroska/matroska-demux.c:
13767         (gst_matroska_demux_push_vorbis_codec_priv_data),
13768         (gst_matroska_demux_add_wvpk_header):
13769         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13770         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
13771         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
13772         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
13773         alloc_buffer changes.
13774
13775 2005-12-05  Michael Smith  <msmith@fluendo.com>
13776
13777         * docs/plugins/gst-plugins-good-plugins.args:
13778           Remove args for plugins that aren't in -good.
13779
13780 === release 0.9.7 ===
13781
13782 2005-12-01   <thomas (at) apestaart (dot) org>
13783
13784         * configure.ac:
13785           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
13786
13787 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13788
13789         * docs/plugins/.cvsignore:
13790         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13791         * docs/plugins/inspect/plugin-multipart.xml:
13792         * docs/plugins/inspect/plugin-rtp.xml:
13793           add multipart plugin to docs
13794
13795 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13796
13797         * configure.ac:
13798         * ext/Makefile.am:
13799         * ext/pango/Makefile.am:
13800         * ext/pango/gstclockoverlay.c:
13801         * ext/pango/gstclockoverlay.h:
13802         * ext/pango/gsttextoverlay.c:
13803         * ext/pango/gsttextoverlay.h:
13804         * ext/pango/gsttextrender.c:
13805         * ext/pango/gsttextrender.h:
13806         * ext/pango/gsttimeoverlay.c:
13807         * ext/pango/gsttimeoverlay.h:
13808           move pango to base
13809
13810 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13811
13812         * gst/rtp/Makefile.am:
13813         * gst/rtp/gstrtpL16depay.c:
13814         * gst/rtp/gstrtpL16depay.h:
13815         * gst/rtp/gstrtpL16parse.c:
13816         * gst/rtp/gstrtpL16parse.h:
13817         * gst/rtp/gstrtpgsmdepay.c:
13818         * gst/rtp/gstrtpgsmdepay.h:
13819         * gst/rtp/gstrtpgsmparse.c:
13820         * gst/rtp/gstrtpgsmparse.h:
13821           parsers are depayers
13822
13823 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13824
13825         * gst/rtp/Makefile.am:
13826         * gst/rtp/gstasteriskh263.c:
13827         * gst/rtp/gstrtp.c:
13828         * gst/rtp/gstrtpL16enc.c:
13829         * gst/rtp/gstrtpL16enc.h:
13830         * gst/rtp/gstrtpL16parse.c:
13831         * gst/rtp/gstrtpL16parse.h:
13832         * gst/rtp/gstrtpL16pay.c:
13833         * gst/rtp/gstrtpL16pay.h:
13834         * gst/rtp/gstrtpamrdec.c:
13835         * gst/rtp/gstrtpamrdec.h:
13836         * gst/rtp/gstrtpamrdepay.c:
13837         * gst/rtp/gstrtpamrdepay.h:
13838         * gst/rtp/gstrtpamrenc.c:
13839         * gst/rtp/gstrtpamrenc.h:
13840         * gst/rtp/gstrtpamrpay.c:
13841         * gst/rtp/gstrtpamrpay.h:
13842         * gst/rtp/gstrtpdec.c:
13843         * gst/rtp/gstrtpdec.h:
13844         * gst/rtp/gstrtpdepay.c:
13845         * gst/rtp/gstrtpdepay.h:
13846         * gst/rtp/gstrtpg711dec.c:
13847         * gst/rtp/gstrtpg711dec.h:
13848         * gst/rtp/gstrtpg711depay.c:
13849         * gst/rtp/gstrtpg711depay.h:
13850         * gst/rtp/gstrtpg711enc.c:
13851         * gst/rtp/gstrtpg711enc.h:
13852         * gst/rtp/gstrtpg711pay.c:
13853         * gst/rtp/gstrtpg711pay.h:
13854         * gst/rtp/gstrtpgsmenc.c:
13855         * gst/rtp/gstrtpgsmenc.h:
13856         * gst/rtp/gstrtpgsmparse.c:
13857         * gst/rtp/gstrtpgsmparse.h:
13858         * gst/rtp/gstrtpgsmpay.c:
13859         * gst/rtp/gstrtpgsmpay.h:
13860         * gst/rtp/gstrtph263enc.c:
13861         * gst/rtp/gstrtph263enc.h:
13862         * gst/rtp/gstrtph263pay.c:
13863         * gst/rtp/gstrtph263pay.h:
13864         * gst/rtp/gstrtph263pdec.c:
13865         * gst/rtp/gstrtph263pdec.h:
13866         * gst/rtp/gstrtph263pdepay.c:
13867         * gst/rtp/gstrtph263pdepay.h:
13868         * gst/rtp/gstrtph263penc.c:
13869         * gst/rtp/gstrtph263penc.h:
13870         * gst/rtp/gstrtph263ppay.c:
13871         * gst/rtp/gstrtph263ppay.h:
13872         * gst/rtp/gstrtpmp4vdec.c:
13873         * gst/rtp/gstrtpmp4vdec.h:
13874         * gst/rtp/gstrtpmp4vdepay.c:
13875         * gst/rtp/gstrtpmp4vdepay.h:
13876         * gst/rtp/gstrtpmp4venc.c:
13877         * gst/rtp/gstrtpmp4venc.h:
13878         * gst/rtp/gstrtpmp4vpay.c:
13879         * gst/rtp/gstrtpmp4vpay.h:
13880         * gst/rtp/gstrtpmpadec.c:
13881         * gst/rtp/gstrtpmpadec.h:
13882         * gst/rtp/gstrtpmpadepay.c:
13883         * gst/rtp/gstrtpmpadepay.h:
13884         * gst/rtp/gstrtpmpaenc.c:
13885         * gst/rtp/gstrtpmpaenc.h:
13886         * gst/rtp/gstrtpmpapay.c:
13887         * gst/rtp/gstrtpmpapay.h:
13888         * gst/rtp/gstrtpspeexdec.c:
13889         * gst/rtp/gstrtpspeexdec.h:
13890         * gst/rtp/gstrtpspeexdepay.c:
13891         * gst/rtp/gstrtpspeexdepay.h:
13892         * gst/rtp/gstrtpspeexenc.c:
13893         * gst/rtp/gstrtpspeexenc.h:
13894         * gst/rtp/gstrtpspeexpay.c:
13895         * gst/rtp/gstrtpspeexpay.h:
13896           Do burger's rename for rtp payloaders and depayloaders
13897
13898 2005-11-30  Wim Taymans  <wim@fluendo.com>
13899
13900         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13901         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
13902         * ext/dv/gstdvdemux.h:
13903         Fix seeking in dvdemux again, add some more debug info.
13904
13905 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13906
13907         * configure.ac:
13908           fix tests
13909
13910 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13911
13912         * PORTED_09:
13913         * docs/random/PORTED_09:
13914           move
13915         * tests/Makefile.am:
13916           add
13917         * win32/gst.sln:
13918           remove
13919
13920 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13921
13922         * Makefile.am:
13923         * check/.cvsignore:
13924         * check/Makefile.am:
13925         * check/elements/.cvsignore:
13926         * check/elements/level.c:
13927         * check/elements/matroskamux.c:
13928         * configure.ac:
13929         * examples/Makefile.am:
13930         * examples/capsfilter/Makefile.am:
13931         * examples/capsfilter/capsfilter1.c:
13932         * examples/gob/Makefile.am:
13933         * examples/gob/gst-identity2.gob:
13934         * examples/gstplay/.cvsignore:
13935         * examples/gstplay/Makefile.am:
13936         * examples/gstplay/player.c:
13937         * examples/indexing/.cvsignore:
13938         * examples/indexing/Makefile.am:
13939         * examples/indexing/indexmpeg.c:
13940         * examples/level/Makefile.am:
13941         * examples/level/README:
13942         * examples/level/demo.c:
13943         * examples/level/plot.c:
13944         * examples/stats/Makefile.am:
13945         * examples/stats/mp2ogg.c:
13946         * examples/switch/.cvsignore:
13947         * examples/switch/Makefile.am:
13948         * examples/switch/switcher.c:
13949           move under tests/
13950
13951 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
13952
13953         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
13954         (gst_text_render_class_init), (resize_bitmap),
13955         (gst_text_render_render_text), (gst_text_render_setcaps),
13956         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
13957         (gst_text_render_chain), (gst_text_render_finalize),
13958         (gst_text_render_init), (gst_text_render_set_property):
13959         * ext/pango/gsttextrender.h:
13960           Add missing files.
13961
13962 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
13963
13964         * configure.ac:
13965         * ext/Makefile.am:
13966         * ext/pango/Makefile.am:
13967         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
13968         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
13969         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
13970         * ext/pango/gstclockoverlay.h:
13971         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
13972         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
13973         (gst_text_overlay_finalize), (gst_text_overlay_init),
13974         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
13975         (gst_text_overlay_text_pad_linked),
13976         (gst_text_overlay_text_pad_unlinked),
13977         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
13978         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
13979         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
13980         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
13981         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13982         (gst_text_overlay_change_state), (plugin_init):
13983         * ext/pango/gsttextoverlay.h:
13984         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
13985         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
13986         (gst_time_overlay_class_init), (gst_time_overlay_init):
13987         * ext/pango/gsttimeoverlay.h:
13988           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
13989           and add background shading and text wrapping modes. Make 
13990           timoverlay derive from textoverlay. Also add new clockoverlay
13991           element.
13992
13993 2005-11-30  Julien MOUTTE  <julien@moutte.net>
13994
13995         * gst/udp/Makefile.am: Moved to netbuffer.
13996
13997 2005-11-30  Julien MOUTTE  <julien@moutte.net>
13998
13999         * configure.ac:
14000         * PORTED_O9:
14001         * gst/multipart/Makefile.am:
14002         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14003         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14004         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14005         (gst_multipart_demux_change_state),
14006         (gst_multipart_demux_plugin_init):
14007         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14008         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
14009         (gst_multipart_mux_sinkconnect),
14010         (gst_multipart_mux_request_new_pad),
14011         (gst_multipart_mux_handle_src_event),
14012         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
14013         (gst_multipart_mux_change_state): Ported multipart mux/demux to
14014         0.9.
14015
14016 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14017
14018         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
14019         * gst/debug/gstnavigationtest.h:
14020         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
14021         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
14022         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
14023         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
14024         * gst/effectv/gstrev.c: (gst_revtv_get_type):
14025         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
14026         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
14027         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
14028         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
14029         (gst_video_flip_get_type):
14030         * gst/videofilter/gstvideoflip.h:
14031           update for symbols change
14032
14033 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14034
14035         * gst/udp/gstdynudpsink.c:
14036         * gst/udp/gstudpsrc.c:
14037           the old gstnet lib was renamed gstnetbuffer (#322257)
14038
14039 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
14040
14041         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
14042         (gst_text_overlay_collected):
14043           Actually render the text from the text pad.
14044
14045 2005-11-29  Edward Hervey  <edward@fluendo.com>
14046
14047         * gst/debug/gstnavseek.c: (gst_navseek_event):
14048         * gst/debug/progressreport.c: (gst_progress_report_event):
14049         Update for GstBaseTransform event virtual method
14050
14051 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14052
14053         * ext/cairo/Makefile.am:
14054           no need to link to videofilter
14055
14056 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14057
14058         * gst/debug/Makefile.am:
14059         * gst/debug/gstnavigationtest.h:
14060         * gst/effectv/Makefile.am:
14061         * gst/effectv/gstaging.c:
14062         * gst/effectv/gstdice.c:
14063         * gst/effectv/gstedge.c:
14064         * gst/effectv/gstquark.c:
14065         * gst/effectv/gstrev.c:
14066         * gst/effectv/gstshagadelic.c:
14067         * gst/effectv/gstvertigo.c:
14068         * gst/effectv/gstwarp.c:
14069         * gst/videofilter/Makefile.am:
14070         * gst/videofilter/gstvideofilter.c:
14071         * gst/videofilter/gstvideofilter.h:
14072         * gst/videofilter/gstvideoflip.h:
14073           remove the videofilter library and link to the one in base
14074
14075 2005-11-28  Edward Hervey  <edward@fluendo.com>
14076
14077         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
14078         Useless check now we're setting the current entry correctly.
14079
14080 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
14081
14082         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
14083         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
14084         (gst_jpegenc_change_state):
14085           Don't leak input buffer in chain function (fixes #322667); make 
14086           state change function thread-safe; don't repeat the current function
14087           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
14088           gst_pad_alloc_buffer(); misc. minor cleanups.
14089
14090 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14091
14092         * gst/matroska/matroska-mux.c:
14093         (gst_matroska_mux_video_pad_setcaps):
14094         Look for pixel-aspect-ratio in caps, not pixel_width and
14095         pixel_height (Fixes: #322645)
14096
14097 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14098
14099         * gst/matroska/matroska-mux.c:
14100         (gst_matroska_mux_video_pad_setcaps):
14101         From Michal Benes:
14102         frame duration should be GST_SECOND / framerate, not
14103         GST_SECOND * framerate. (Fixes: #322643)
14104
14105 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14106
14107         * configure.ac:
14108           fix up GST_PLUGIN_LDFLAGS
14109         * gst/rtsp/rtspconnection.c:
14110           fix includes (see #317043)
14111         * gst/videofilter/Makefile.am:
14112           stop installing this library
14113
14114 2005-11-26  Edward Hervey  <edward@fluendo.com>
14115
14116         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
14117         Handle the case where the incoming Video dv stream doesn't have
14118         a pixel aspect ratio set.
14119
14120 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14121
14122         * docs/plugins/Makefile.am:
14123         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14124         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14125         * ext/flac/gstflacdec.c:
14126           document flacdec
14127
14128 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14129
14130         * docs/plugins/Makefile.am:
14131         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14132         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14133         * docs/plugins/inspect/plugin-autodetect.xml:
14134         * ext/cairo/gstcairo.c: (plugin_init):
14135         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14136         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14137         (gst_text_overlay_init), (gst_text_overlay_font_init),
14138         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14139         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14140         (gst_text_overlay_text_pad_linked),
14141         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14142         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14143         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14144         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14145         (gst_text_overlay_change_state):
14146         * ext/cairo/gsttextoverlay.h:
14147         * ext/cairo/gsttimeoverlay.c:
14148         (gst_cairo_time_overlay_update_font_height),
14149         (gst_cairo_time_overlay_set_caps),
14150         (gst_cairo_time_overlay_get_unit_size),
14151         (gst_cairo_time_overlay_print_smpte_time),
14152         (gst_cairo_time_overlay_transform),
14153         (gst_cairo_time_overlay_base_init),
14154         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
14155         (gst_cairo_time_overlay_get_type):
14156         * ext/cairo/gsttimeoverlay.h:
14157           do some name borgifying
14158           document
14159
14160 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14161
14162         * docs/plugins/Makefile.am:
14163         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14164         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14165         * gst/autodetect/gstautoaudiosink.c:
14166         (gst_auto_audio_sink_base_init):
14167         * gst/autodetect/gstautovideosink.c:
14168         (gst_auto_video_sink_base_init),
14169         (gst_auto_video_sink_factory_filter):
14170           documenting auto*sink
14171           using strstr for the video sink lookup, class field is not ordered
14172         * docs/plugins/inspect/plugin-1394.xml:
14173         * docs/plugins/inspect/plugin-aasink.xml:
14174         * docs/plugins/inspect/plugin-alaw.xml:
14175         * docs/plugins/inspect/plugin-alpha.xml:
14176         * docs/plugins/inspect/plugin-alphacolor.xml:
14177         * docs/plugins/inspect/plugin-auparse.xml:
14178         * docs/plugins/inspect/plugin-autodetect.xml:
14179         * docs/plugins/inspect/plugin-avi.xml:
14180         * docs/plugins/inspect/plugin-cacasink.xml:
14181         * docs/plugins/inspect/plugin-cairo.xml:
14182         * docs/plugins/inspect/plugin-cutter.xml:
14183         * docs/plugins/inspect/plugin-debug.xml:
14184         * docs/plugins/inspect/plugin-dv.xml:
14185         * docs/plugins/inspect/plugin-efence.xml:
14186         * docs/plugins/inspect/plugin-effectv.xml:
14187         * docs/plugins/inspect/plugin-esdsink.xml:
14188         * docs/plugins/inspect/plugin-flac.xml:
14189         * docs/plugins/inspect/plugin-flxdec.xml:
14190         * docs/plugins/inspect/plugin-gconfelements.xml:
14191         * docs/plugins/inspect/plugin-goom.xml:
14192         * docs/plugins/inspect/plugin-jpeg.xml:
14193         * docs/plugins/inspect/plugin-level.xml:
14194         * docs/plugins/inspect/plugin-matroska.xml:
14195         * docs/plugins/inspect/plugin-mulaw.xml:
14196         * docs/plugins/inspect/plugin-navigationtest.xml:
14197         * docs/plugins/inspect/plugin-ossaudio.xml:
14198         * docs/plugins/inspect/plugin-png.xml:
14199         * docs/plugins/inspect/plugin-rtp.xml:
14200         * docs/plugins/inspect/plugin-rtsp.xml:
14201         * docs/plugins/inspect/plugin-shout2send.xml:
14202         * docs/plugins/inspect/plugin-smpte.xml:
14203         * docs/plugins/inspect/plugin-speex.xml:
14204         * docs/plugins/inspect/plugin-udp.xml:
14205         * docs/plugins/inspect/plugin-videobox.xml:
14206         * docs/plugins/inspect/plugin-videoflip.xml:
14207         * docs/plugins/inspect/plugin-videomixer.xml:
14208         * docs/plugins/inspect/plugin-wavenc.xml:
14209         * docs/plugins/inspect/plugin-wavparse.xml:
14210           update for HEAD version
14211
14212 2005-11-25  Michael Smith  <msmith@fluendo.com>
14213
14214         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
14215           Patch from Sebastien Cote to close control sockets in udpsrc.
14216
14217 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14218
14219         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14220         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
14221         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
14222         (gst_quarktv_base_init), (gst_quarktv_class_init),
14223         (gst_quarktv_init): Flush the planes list on reverse caps
14224         negotiation. This was crashing because of differently sized
14225         buffers.
14226
14227 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14228
14229         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
14230         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
14231         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
14232         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
14233         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
14234         (gst_videoflip_set_property), (gst_videoflip_base_init),
14235         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
14236         correctly, fix identity flipping, convert navigation event 
14237         correctly again.
14238
14239 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14240
14241         * configure.ac: back to HEAD
14242
14243 === release 0.9.6 ===
14244
14245 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
14246
14247         * configure.ac:
14248           releasing 0.9.6, "Everything's Not Lost"
14249
14250 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14251
14252         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
14253         Oops, initialise the framerate GValue
14254
14255 2005-11-23  Julien MOUTTE  <julien@moutte.net>
14256
14257         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
14258         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
14259         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
14260         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
14261         (gst_timeoverlay_get_type):
14262         * ext/cairo/gsttimeoverlay.h:
14263         * gst/debug/Makefile.am:
14264         * gst/debug/gstnavigationtest.c:
14265         (gst_navigationtest_handle_src_event),
14266         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
14267         (gst_navigationtest_transform), (gst_navigationtest_change_state),
14268         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
14269         (gst_navigationtest_init), (gst_navigationtest_get_type),
14270         (plugin_init):
14271         * gst/debug/gstnavigationtest.h:
14272         * gst/effectv/Makefile.am:
14273         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
14274         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
14275         (gst_agingtv_base_init), (gst_agingtv_class_init),
14276         (gst_agingtv_init), (gst_agingtv_get_type):
14277         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
14278         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
14279         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
14280         (gst_dicetv_get_type):
14281         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
14282         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
14283         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
14284         (gst_edgetv_get_type):
14285         * gst/effectv/gsteffectv.c:
14286         * gst/effectv/gsteffectv.h:
14287         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14288         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
14289         (gst_quarktv_change_state), (gst_quarktv_base_init),
14290         (gst_quarktv_class_init), (gst_quarktv_init),
14291         (gst_quarktv_get_type):
14292         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
14293         (gst_revtv_get_unit_size), (gst_revtv_transform),
14294         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
14295         (gst_revtv_get_type):
14296         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
14297         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
14298         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
14299         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
14300         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
14301         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
14302         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
14303         (gst_vertigotv_init), (gst_vertigotv_get_type):
14304         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
14305         (gst_warptv_get_unit_size), (gst_warptv_transform),
14306         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
14307         (gst_warptv_get_type):
14308         * gst/videofilter/Makefile.am:
14309         * gst/videofilter/gstvideobalance.c:
14310         * gst/videofilter/gstvideobalance.h:
14311         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
14312         (gst_videofilter_class_init), (gst_videofilter_init):
14313         * gst/videofilter/gstvideofilter.h:
14314         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
14315         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
14316         (gst_videoflip_flip), (gst_videoflip_transform),
14317         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
14318         (gst_videoflip_base_init), (gst_videoflip_class_init),
14319         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
14320         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
14321         BaseTransform, it's just a place holder for now and every video
14322         effect plugin has been ported to use BaseTransform features 
14323         directly. QuarkTV was fixed too (was broken), navigationtest works
14324         and best for the end, videoflip converts navigation events depending
14325         on flip method ! Fixes #320953
14326
14327 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14328
14329         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14330         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
14331         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14332         (gst_goom_src_negotiate), (gst_goom_chain):
14333         * gst/matroska/matroska-mux.c:
14334         (gst_matroska_mux_video_pad_setcaps):
14335         * sys/osxvideo/osxvideosink.m:
14336           Fixes for API changes
14337
14338 2005-11-23  Michael Smith <msmith@fluendo.com>
14339
14340         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
14341         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
14342         * ext/jpeg/gstjpegdec.h:
14343         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
14344         * ext/jpeg/gstjpegenc.h:
14345         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14346         (gst_smokeenc_resync):
14347         * ext/jpeg/gstsmokeenc.h:
14348           JPEG fractiony goodness.
14349
14350 2005-11-22  Michael Smith <msmith@fluendo.com>
14351
14352         * gst/goom/filters.c:
14353         * gst/goom/graphic.h:
14354           Fix compilation by making some functions static inline instead of
14355           extern inline, matching the way they're used.
14356
14357 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14358
14359         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
14360         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
14361         * ext/cairo/gsttextoverlay.h:
14362         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
14363         * ext/gdk_pixbuf/gstgdkpixbuf.h:
14364         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
14365         (gst_pngdec_caps_create_and_set):
14366         * ext/libpng/gstpngdec.h:
14367         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
14368         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
14369         * gst/avi/gstavimux.c: (gst_avimux_init),
14370         (gst_avimux_vidsinkconnect):
14371         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14372         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14373         (gst_goom_src_negotiate), (gst_goom_chain):
14374         * gst/goom/gstgoom.h:
14375         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14376         * gst/matroska/matroska-mux.c:
14377         (gst_matroska_mux_video_pad_setcaps):
14378         * sys/osxvideo/osxvideosink.h:
14379         * sys/osxvideo/osxvideosink.m:
14380           More fractional framerate conversions 
14381
14382 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14383
14384         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14385         * gst/debug/gstnavigationtest.c:
14386         (gst_navigationtest_handle_src_event):
14387         * gst/videofilter/gstvideofilter.c:
14388         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
14389         (gst_videofilter_init):
14390         * gst/videofilter/gstvideofilter.h:
14391           Convert to fractional framerates.
14392
14393 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14394
14395         * ext/aalib/gstaasink.c:
14396         * ext/dv/gstdvdec.c:
14397         * ext/esd/esdmon.c:
14398         * ext/flac/gstflacenc.c:
14399         * ext/gdk_pixbuf/pixbufscale.c:
14400         * ext/libcaca/gstcacasink.c:
14401         * ext/shout2/gstshout2.c:
14402         * gst/alpha/gstalpha.c:
14403         * gst/oldcore/gstaggregator.c:
14404         * gst/oldcore/gstshaper.c:
14405         * gst/smpte/barboxwipes.c:
14406         * gst/smpte/gstsmpte.c:
14407         * gst/videobox/gstvideobox.c:
14408         * gst/videofilter/gstvideoflip.c:
14409         * gst/videomixer/videomixer.c:
14410           fix up more enums
14411
14412 2005-11-22  Michael Smith <msmith@fluendo.com>
14413
14414         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
14415         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
14416         (gst_videomixer_update_queues):
14417           Fractional framerates, videomixer.
14418
14419 2005-11-22  Michael Smith <msmith@fluendo.com>
14420
14421         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
14422         * ext/dv/gstdvdec.h:
14423         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
14424         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
14425         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
14426         (gst_dvdemux_flush):
14427         * ext/dv/gstdvdemux.h:
14428           Fractional framerates for DV. 
14429
14430 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14431
14432         * gst/autodetect/gstautoaudiosink.c:
14433         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14434         * gst/autodetect/gstautovideosink.c:
14435         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
14436           Use gst_plugin_feature_list_free() to free feature list and
14437           in the case of autovideosink free the list at all. Also
14438           miscellaneous cosmetic fixes.
14439
14440 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14441
14442         * gst/cutter/gstcutter.c: (gst_cutter_chain),
14443         (gst_cutter_set_property), (gst_cutter_get_caps):
14444           copy calculation code from level; remove use of some audio
14445           functions
14446
14447 2005-11-22  Andy Wingo  <wingo@pobox.com>
14448
14449         * Update for gst_tag_setter API changes.
14450
14451 2005-11-22  Andy Wingo  <wingo@pobox.com>
14452
14453         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
14454         (gst_dvdemux_demux_frame)
14455         * ext/flac/gstflacdec.c (gst_flacdec_write)
14456         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
14457         (gst_flacenc_sink_event)
14458         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
14459         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
14460         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
14461         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
14462         * gst/auparse/gstauparse.c (gst_auparse_chain)
14463         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
14464         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
14465         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
14466         (gst_avi_demux_handle_seek)
14467         * gst/goom/gstgoom.c (gst_goom_event)
14468         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
14469         * gst/matroska/matroska-demux.c
14470         (gst_matroska_demux_handle_seek_event)
14471         (gst_matroska_demux_loop_stream_parse_id)
14472         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
14473         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
14474         (gst_wavparse_stream_headers): Run update-funcnames.
14475
14476 2005-11-22  Edward Hervey  <edward@fluendo.com>
14477
14478         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
14479         (gst_dv1394src_init), (gst_dv1394src_dispose),
14480         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
14481         (gst_dv1394src_uri_set_uri):
14482         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
14483         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
14484         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
14485         URIHandler interface and element properties are now properly
14486         synchronized for DV1394src and UDPSrc
14487
14488 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14489
14490         * ext/flac/Makefile.am:
14491         * ext/speex/Makefile.am:
14492           libgsttagedit has been renamed to libgsttag.
14493
14494 2005-11-21  Wim Taymans  <wim@fluendo.com>
14495
14496         * gst/rtsp/rtspconnection.c: (read_body):
14497         Apply patch from Sebastien Cote to fix #319184.
14498
14499 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14500
14501         * configure.ac:
14502         * gst/cutter/Makefile.am:
14503         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
14504         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
14505         (gst_cutter_set_property), (gst_cutter_get_property),
14506         (plugin_init), (gst_cutter_get_caps):
14507           port cutter
14508         * gst/level/gstlevel.c:
14509           fix up plugin details
14510
14511 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14512
14513         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
14514         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
14515         (gst_flacdec_src_event):
14516         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
14517         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
14518         (gst_signal_processor_getrange), (gst_signal_processor_chain):
14519         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14520         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
14521         (gst_flxdec_sink_event_handler):
14522         * gst/matroska/matroska-demux.c:
14523         (gst_matroska_demux_handle_seek_event):
14524         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
14525           Update for stream lock API changes: don't take stream log
14526           in sink event handlers any longer and change GST_STREAM_LOCK
14527           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
14528           functions.
14529
14530 2005-11-21  Michael Smith <msmith@fluendo.com>
14531
14532         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
14533           gst_object_unref, not g_object_unref
14534
14535 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14536
14537         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
14538         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
14539           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
14540
14541 2005-11-21  Michael Smith <msmith@fluendo.com>
14542
14543         * gst/auparse/Makefile.am:
14544         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
14545         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
14546         (gst_auparse_change_state):
14547         * gst/auparse/gstauparse.h:
14548           Partially fix #161712. playbin still doesn't work on these files,
14549           (on the bug report, Andy says we aren't typefinding it for some
14550           reason?) but at least auparse isn't totally busted like it was before.
14551
14552 2005-11-21  Andy Wingo  <wingo@pobox.com>
14553
14554         * *.h:
14555         * *.c: Ran scripts/update-macros. Oh yes.
14556
14557 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14558
14559         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
14560           Filler events are gone for now, comment out section generating
14561           them.
14562
14563 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
14564
14565         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14566         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
14567         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14568         * sys/osxvideo/osxvideosink.m:
14569           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
14570           (#322027)
14571
14572 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14573
14574         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
14575         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
14576         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14577         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
14578         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
14579         (gst_avi_demux_stream_data):
14580         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14581         * gst/wavenc/gstwavenc.c: (write_metadata):
14582         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
14583         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
14584         Fixes for GST_FOURCC_FORMAT API change.
14585
14586 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14587
14588         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
14589         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
14590         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
14591         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14592         (gst_text_overlay_change_state):
14593         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
14594         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
14595         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
14596         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
14597         * gst/videomixer/videomixer.c: (gst_videomixer_init),
14598         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
14599         (gst_videomixer_change_state):
14600           Fix for collect pads API change. Also fix textoverlay state
14601           change function.
14602
14603 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14604
14605         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
14606         GST_PAD_IS_USABLE by something approaching it.
14607
14608 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14609
14610         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
14611         API changes.
14612         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
14613         but also fix the code that was not checking return values from
14614         pad_push neither using pad_alloc_buffer.
14615
14616 2005-11-18  Edward Hervey  <edward@fluendo.com>
14617
14618         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14619         (gst_pngenc_chain):
14620         Added debug category
14621         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
14622         goes to EOS.
14623
14624 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
14625
14626         * gst/rtp/Makefile.am
14627         * gst/rtp/gstrtp.c
14628         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
14629         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
14630         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
14631         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
14632         * gst/rtp/gstrtpg711enc.h:
14633         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
14634         * gst/rtp/gstrtpspeexenc.c:
14635         * gst/rtp/gstrtpspeexenc.h:
14636         * gst/rtp/gstrtpspeexdec.c:
14637         * gst/rtp/gstrtpspeexdec.h:
14638         Created Speex payloader and depayloader; Optimize G711 payloader to
14639         use adapter and send packets until MTU size.
14640
14641 2005-11-16  Wim Taymans  <wim@fluendo.com>
14642
14643         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
14644         Fix leak in check.
14645
14646 2005-11-16  Wim Taymans  <wim@fluendo.com>
14647
14648         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
14649         Fix state change.
14650
14651 2005-11-16  Andy Wingo  <wingo@pobox.com>
14652
14653         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
14654         (gst_udpsrc_create): Move comment.
14655
14656 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
14657
14658         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14659
14660         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
14661           When seeking, seek to closest index entry at or before the requested
14662           seek position, not just the closest one (#321001).
14663
14664 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
14665
14666         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
14667         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
14668           Invert DIB images again (see #132341).
14669
14670 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14671
14672         * configure.ac:
14673           rework configure.ac file
14674         * ext/aalib/gstaasink.c:
14675         * ext/cairo/gstcairo.c:
14676         * ext/dv/gstdv.c:
14677         * ext/esd/gstesd.c:
14678         * ext/flac/gstflac.c:
14679         * ext/gconf/gstgconfelements.c:
14680         * ext/gdk_pixbuf/gstgdkpixbuf.c:
14681         * ext/jpeg/gstjpeg.c:
14682         * ext/ladspa/gstladspa.c:
14683         * ext/libcaca/gstcacasink.c:
14684         * ext/libmng/gstmng.c:
14685         * ext/libpng/gstpng.c:
14686         * ext/mikmod/gstmikmod.c:
14687         * ext/pango/gsttextoverlay.c:
14688         * ext/pango/gsttimeoverlay.c:
14689         * ext/raw1394/gst1394.c:
14690         * ext/speex/gstspeex.c:
14691         * gst/alpha/Makefile.am:
14692         * gst/alpha/gstalpha.c:
14693         * gst/alpha/gstalphacolor.c:
14694         * gst/auparse/gstauparse.c:
14695         * gst/autodetect/gstautoaudiosink.c:
14696         (gst_auto_audio_sink_factory_filter),
14697         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14698         * gst/autodetect/gstautodetect.c:
14699         * gst/avi/gstavi.c:
14700         * gst/cutter/gstcutter.c:
14701         * gst/debug/efence.c:
14702         * gst/debug/gstdebug.c:
14703         * gst/debug/gstnavigationtest.c:
14704         * gst/effectv/gsteffectv.c:
14705         * gst/flx/gstflxdec.c:
14706         * gst/goom/gstgoom.c:
14707         * gst/interleave/plugin.c:
14708         * gst/law/alaw.c:
14709         * gst/law/mulaw.c:
14710         * gst/level/gstlevel.c:
14711         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14712         * gst/matroska/matroska.c:
14713         * gst/median/gstmedian.c:
14714         * gst/monoscope/gstmonoscope.c:
14715         * gst/multipart/multipart.c:
14716         * gst/oldcore/gstelements.c:
14717         * gst/rtp/gstrtp.c:
14718         * gst/rtsp/gstrtsp.c:
14719         * gst/smoothwave/gstsmoothwave.c:
14720         * gst/smpte/gstsmpte.c:
14721         * gst/udp/gstudp.c:
14722         * gst/videobox/gstvideobox.c:
14723         * gst/videofilter/gstgamma.c:
14724         * gst/videofilter/gstvideobalance.c:
14725         * gst/videofilter/gstvideoflip.c:
14726         * gst/videofilter/gstvideotemplate.c:
14727         * gst/videomixer/videomixer.c:
14728         * gst/wavenc/gstwavenc.c:
14729         * gst/wavparse/gstwavparse.c:
14730         * sys/oss/gstossaudio.c:
14731         * sys/osxaudio/gstosxaudio.c:
14732           update GST_PLUGIN_DEFINE
14733         * gst/rtp/Makefile.am:
14734         * gst/rtp/gstasteriskh263.c:
14735           check for htons/htonl headers and possibly link to winsock2 lib
14736
14737 2005-11-12  Edward Hervey  <edward@fluendo.com>
14738
14739         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
14740         Only GST_DEBUG() information on the valid components.
14741
14742 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14743
14744         * configure.ac: back to HEAD
14745
14746 === release 0.9.5 ===
14747
14748 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
14749
14750         * configure.ac:
14751           releasing 0.9.5, "Phone Alarm"
14752
14753 2005-11-11  Edward Hervey  <edward@fluendo.com>
14754
14755         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14756         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
14757         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
14758         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14759         (gst_avi_demux_loop):
14760         * gst/avi/gstavidemux.h:
14761         Yeah, implement proper seeking. Exact seeking and segment seeking.
14762         Still need to do some checks for segment_stop.
14763
14764 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14765
14766         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14767
14768         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14769           Don't try to ready buffer duration from buffer that we don't
14770           own any  longer and that might already have been unreffed.
14771           (#321136)
14772
14773 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
14774
14775         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
14776         (flx_decode_delta_flc), (gst_flxdec_chain):
14777         Attempting to optimize the code for embedded systems.
14778
14779 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
14780
14781         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14782
14783         * sys/oss/gstosssink.c: (gst_oss_sink_close):
14784           Don't re-use already closed file descriptor. (#320920)
14785
14786 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14787
14788         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
14789         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
14790         (gst_oss_sink_prepare):
14791         * sys/oss/gstosssink.h:
14792           Cache probed caps; fix debug output for SET_PARAM macros.
14793
14794 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14795
14796         * ext/cairo/Makefile.am:
14797         * ext/cairo/gstcairo.c: (plugin_init):
14798         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14799         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14800         (gst_text_overlay_init), (gst_text_overlay_font_init),
14801         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14802         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14803         (gst_text_overlay_text_pad_linked),
14804         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14805         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14806         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14807         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14808         (gst_text_overlay_change_state):
14809         * ext/cairo/gsttextoverlay.h:
14810           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
14811           property and redo positioning. Doesn't handle upstream renegotiation
14812           yet though.
14813
14814 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14815
14816         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14817         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14818         (gst_avi_demux_loop):
14819           No need to take the STREAM_LOCK in the loop function. Improve
14820           some debug messages. Don't leak pad names in debug messages.
14821
14822 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14823
14824         * gst/matroska/matroska-demux.c:
14825         (gst_matroska_demux_push_vorbis_codec_priv_data),
14826         (gst_matroska_demux_add_wvpk_header):
14827           Don't error out when the source pad isn't linked.
14828
14829 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
14830
14831         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
14832         (gst_gconf_audio_sink_change_state):
14833         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
14834         (gst_gconf_video_sink_change_state):
14835           Fix state change functions here as well and set kid
14836           to NULL state before removing it.
14837
14838 2005-11-01  Edward Hervey  <edward@fluendo.com>
14839
14840         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
14841         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
14842         Added proper event handlind, 
14843         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
14844         ignored),
14845         and don't set a duration of 0 for buffers otherwise they are discarded
14846         by GstBaseSink.
14847
14848         GstWavEnc needs some serious loving, after going through the code I'm
14849         really wondering how this can stay in -good ...
14850
14851 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14852
14853         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
14854         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
14855         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
14856         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
14857         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
14858         (gst_matroska_mux_collected):
14859           Fix leaks and invalid memory access as reported by valgrind
14860
14861 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14862
14863         Patch by: Michal Benes <michal.benes@xeris.cz>
14864
14865         * check/Makefile.am:
14866         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14867         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
14868         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
14869           add a unit test for matroskamux
14870           fix the bugs that the unit test exposed
14871
14872 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
14873
14874         * gst/autodetect/gstautoaudiosink.c:
14875         (gst_auto_audio_sink_class_init),
14876         (gst_auto_audio_sink_change_state):
14877         * gst/autodetect/gstautovideosink.c:
14878         (gst_auto_video_sink_class_init),
14879         (gst_auto_video_sink_change_state):
14880           Fix state change function and use GST_DEBUG_FUNCPTR in
14881           class_init.
14882
14883 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14884
14885         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14886
14887         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
14888         (gst_ebml_write_reset), (gst_ebml_write_element_new):
14889         * gst/matroska/ebml-write.h:
14890         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14891           Set timestamps on outgoing ebml headers as well, so that the
14892           element after matroskamux can get the timestamp already when
14893           reading the first ebml element and doesn't have to wait for
14894           the actual data buffer for that (#320308).
14895           
14896 2005-10-31  Andy Wingo  <wingo@pobox.com>
14897
14898         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
14899         (gst_videomixer_pad_link): Kill some memleaks.
14900         (gst_videomixer_pad_get_property): Style fix.
14901         (gst_videomixer_pad_set_property): Style fix.
14902         (gst_videomixer_pad_init): Style fix.
14903         (gst_videomixer_update_queues): Kill memleak.
14904         (gst_videomixer_loop): Kill memleak.
14905         (gst_videomixer_collected): Kill memleak.
14906
14907 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
14908
14909         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
14910         gst_auparse_change_state:
14911         Just some cleanup.
14912
14913 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
14914
14915         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
14916         Add checks to GST_FLOW_NOT_LINKED for values returned
14917         from gst_pad_push.
14918         
14919 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14920
14921         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
14922         (gst_rtpg711dec_process):
14923         * gst/rtp/gstrtpgsmenc.c:
14924         Payloader now sets some default caps on the srcpad if caps on the sinkpad
14925         are never set. This is important for the g711 to work with burger's rtpbin
14926         element.
14927
14928 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
14929
14930         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
14931         (gst_speexenc_push_buffer):
14932         Add checks for return values from gst_pad_push and
14933         gst_pad_alloc_buffer.
14934
14935 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
14936
14937         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14938
14939         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
14940         (gst_matroska_demux_parse_info),
14941         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14942         (gst_matroska_demux_parse_cluster):
14943         * gst/matroska/matroska-ids.h:
14944         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
14945         (gst_matroska_mux_init), (gst_matroska_mux_start),
14946         (gst_matroska_mux_create_buffer_header),
14947         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
14948         (gst_matroska_mux_get_property):
14949         * gst/matroska/matroska-mux.h:
14950           Add SimpleBlock support to matroska demuxer and muxer (part of
14951           Matroska v2). (#319731)
14952
14953 2005-10-28  Wim Taymans  <wim@fluendo.com>
14954
14955         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
14956         (gst_jpeg_dec_change_state):
14957         * ext/jpeg/gstjpegdec.h:
14958         Cleanups. Don't create caps for every chain.
14959
14960 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
14961
14962         * gst/law/alaw-encode.c: (gst_alawenc_init),
14963         (alawenc_setcaps), (gst_alawenc_chain)
14964         * gst/law/alaw-encode.h:
14965         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
14966         (mulawenc_setcaps), (gst_mulawenc_chain)
14967         * gst/law/mulaw-encode.h:
14968         Set timestamp on buffer and it allows RTP G711 elements
14969         work properly.
14970
14971 2005-10-27  Wim Taymans  <wim@fluendo.com>
14972
14973         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
14974         Set correct format on oss instead of a silly value. 
14975
14976 2005-10-27  Julien MOUTTE  <julien@moutte.net>
14977
14978         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14979         (gst_video_box_transform_caps), (gst_video_box_set_caps),
14980         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
14981         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
14982         I420 rendering as well, doesn't bring much for my platform.
14983         Might help on some other platforms.
14984
14985 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
14986
14987         * gst/rtp/gstrtpgsmenc.c:
14988         * gst/rtp/gstrtpgsmparse.c:
14989         Declaring the padtemplate correctly.
14990
14991 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14992
14993         * gst/rtp/gstrtpg711dec.c:
14994         * gst/rtp/gstrtpg711enc.c:
14995         * gst/rtp/gstrtpgsmenc.c:
14996         * gst/rtp/gstrtpgsmparse.c:
14997         Setting the proper copyright notice.
14998
14999 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15000
15001         * gst/videobox/Makefile.am: Use liboil.
15002         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15003         (gst_video_box_set_property), (gst_video_box_transform_caps),
15004         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
15005         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
15006         using liboil. Will dot the same to I420 border generation
15007         tomorrow.
15008
15009 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
15010
15011         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
15012         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
15013         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
15014         * gst/rtp/gstrtpg711dec.h:
15015         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
15016         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
15017         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
15018         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
15019         (gst_rtpgsmenc_handle_buffer):
15020         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
15021         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
15022         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
15023         * gst/rtp/gstrtpgsmparse.h:
15024         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
15025         inherits from the basertpdepayloader.
15026
15027 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15028
15029         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15030         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
15031         (gst_video_box_ayuv): Removing this forgotten debug.
15032
15033 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15034
15035         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15036         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
15037         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
15038
15039 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
15040
15041         * sys/oss/gstossaudio.c:
15042         * sys/oss/gstossdmabuffer.c:
15043         * sys/oss/gstosshelper.c:
15044         * sys/oss/gstossmixer.c:
15045         * sys/oss/gstossmixerelement.c:
15046         * sys/oss/gstossmixertrack.c:
15047         * sys/oss/gstosssink.c:
15048         * sys/oss/gstosssrc.c:
15049           Actually use the 'oss' debug category we register.
15050
15051 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15052
15053         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
15054         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
15055         Use gst_pad_get_parent and drop the ref that was added through
15056         that call.
15057
15058 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15059
15060         * gst/rtp/gstrtpgsmenc.c:
15061           Fix compilation
15062
15063 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15064
15065         * gst/rtp/gstrtpg711dec.c
15066         Just removed a couple of lines of weird code used during
15067         development/test time.
15068
15069 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15070
15071         * gst/rtp/Makefile.am
15072         * gst/rtp/gstrtp.c
15073         * gst/rtp/gstrtpg711enc.c
15074         * gst/rtp/gstrtpg711enc.h
15075         * gst/rtp/gstrtpg711dec.c
15076         * gst/rtp/gstrtpg711dec.h
15077         Created G711 payloader and depayloader (it supports mulaw and alaw
15078         (dec)encoders)
15079
15080 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15081
15082         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15083         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15084         Doh ! I introduced wingo's bug again ! Sorry...
15085
15086 2005-10-25  Christian Schaller <christian@fluendo.com> 
15087
15088         * gst/rtp/Makefile.am: add missing header files for disting
15089
15090 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
15091
15092         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15093         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
15094         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
15095         (gst_rtpgsmenc_handle_buffer):
15096         * gst/rtp/gstrtpgsmenc.h:
15097         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
15098         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
15099         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
15100         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
15101         * gst/rtp/gstrtpgsmparse.h:
15102         Getting the GSM (de)payloader working and compatible with our plans for RTP.
15103
15104 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15105
15106         * ext/libpng/gstpngdec.c: (user_info_callback),
15107         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
15108         a newsegment event, move some redundant code in a single place.
15109
15110 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15111
15112         * ext/libpng/gstpngdec.c: (user_info_callback),
15113         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
15114         hack to get correct colors order when we have a png image with
15115         alpha channel.
15116
15117 2005-10-24  Edward Hervey  <edward@fluendo.com>
15118
15119         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
15120         Call gst_element_no_more_pads when there will be no more pads.
15121
15122 2005-10-24  Wim Taymans  <wim@fluendo.com>
15123
15124         * gst/rtp/Makefile.am:
15125         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
15126         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
15127         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
15128         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
15129         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
15130         (gst_asteriskh263_plugin_init):
15131         * gst/rtp/gstasteriskh263.h:
15132         * gst/rtp/gstrtp.c: (plugin_init):
15133         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
15134         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
15135         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
15136         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
15137         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
15138         (gst_rtph263enc_plugin_init):
15139         * gst/rtp/gstrtph263enc.h:
15140         Added two new payloaders, an RFC 2190 payloader for h263 and
15141         a payload convertor for an asterisk server.
15142
15143 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15144
15145         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15146           Set bytes_per_sample correctly (is not always 4, but 
15147           depends on width and number of channels).
15148
15149 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15150
15151         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
15152         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
15153         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
15154         (gst_flacenc_sink_event), (gst_flacenc_chain),
15155         (gst_flacenc_set_property), (gst_flacenc_get_property),
15156         (gst_flacenc_change_state):
15157         * ext/flac/gstflacenc.h:
15158           Fix seeking, so that flacenc can rewrite the header with the
15159           correct duration and amount of samples and all that at EOS;
15160           also set timestamps and granulepos on outgoing buffers; add
15161           debug category; fix state change function.
15162           
15163 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15164
15165         * gst/videomixer/videomixer.c: Don't restrict video geometry
15166         from 16 to 4096.
15167
15168 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15169
15170         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15171         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15172         Fix caps negotiation correctly, add debugging category.
15173
15174 2005-10-24  Christian Schaller  <christian@fluendo.com>
15175
15176         * configure.ac: Port over Thomas's change from base listing all plugins
15177
15178 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15179
15180         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
15181         a sink pad.
15182
15183 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15184
15185         * configure.ac:
15186         * docs/upload.mak:
15187           back to HEAD
15188
15189 === release 0.9.4 ===
15190
15191 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15192
15193         * configure.ac:
15194           Releasing 0.9.4, "Dromiceiomimus"
15195
15196 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
15197
15198         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
15199         (gst_speexenc_src_query):
15200           Add position and duration query, fix query type function.
15201           
15202         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15203         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15204           Let's not set non-fixed caps on source pads.
15205
15206 2005-10-21  Wim Taymans  <wim@fluendo.com>
15207
15208         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15209         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
15210         (gst_avi_demux_handle_seek):
15211         Set correct stream_time in newsegment event.
15212         avi can also handle a duration query now.
15213
15214 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
15215
15216         * gst/matroska/matroska-demux.c:
15217         (gst_matroska_demux_handle_src_query),
15218         (gst_matroska_demux_handle_seek_event),
15219         (gst_matroska_demux_loop_stream_parse_id):
15220           Fix duration query; fix basetime in newsegment event after
15221           seek; fix duration in initial newsegment event.
15222
15223         * gst/matroska/matroska-mux.c:
15224         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
15225           Extract number of channels and samplerate from vorbis headers;
15226           add some debug messages when querying the durations of the
15227           input streams.
15228
15229 2005-10-20  Wim Taymans  <wim@fluendo.com>
15230
15231         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15232         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15233         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15234         Set stream time correctly in newsegment.
15235
15236 2005-10-20  Wim Taymans  <wim@fluendo.com>
15237
15238         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15239         Correctly fill in the stream time.
15240
15241 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15242
15243         * check/elements/level.c: (GST_START_TEST):
15244         * gst/level/gstlevel.c: (gst_level_message_new):
15245         * gst/level/level-example.c: (message_handler):
15246           use ELEMENT messages instead
15247
15248 2005-10-19  Wim Taymans  <wim@fluendo.com>
15249
15250         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
15251         (gst_dvdemux_src_query):
15252         * ext/flac/gstflacdec.c: (gst_flacdec_length),
15253         (gst_flacdec_src_query):
15254         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
15255         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
15256         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
15257         * gst/debug/gstnavseek.c: (gst_navseek_seek):
15258         * gst/debug/progressreport.c: (gst_progress_report_report):
15259         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
15260         * gst/matroska/matroska-demux.c:
15261         (gst_matroska_demux_handle_src_query):
15262         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
15263         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15264         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15265         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15266         (gst_wavparse_srcpad_event):
15267         API change fix.
15268
15269 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
15270
15271         * gst/goom/filters.c:
15272         * gst/goom/graphic.h:
15273         * gst/goom/lines.c:
15274           Make inline functions either 'static inline' or 'extern inline',
15275           otherwise the Forte compiler apparently won't inline them (#317300).
15276
15277 2005-10-19  Julien MOUTTE  <julien@moutte.net>
15278
15279         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15280         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
15281         (user_info_callback), (user_endrow_callback), (user_end_callback),
15282         (user_read_data), (gst_pngdec_caps_create_and_set),
15283         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
15284         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
15285         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
15286         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
15287         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
15288         very nice and handle push/pull based model. if you have filesrc
15289         connected to it, it will do random access to load the png file.
15290         If you have a network source that can't do _getrange, it does 
15291         progressive loading through the chain function.
15292         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15293         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
15294         thanks to Master Wim Taymans ;-)
15295
15296 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
15297
15298         * gst/matroska/Makefile.am:
15299         * gst/matroska/ebml-read.c:
15300         * gst/matroska/ebml-read.h:
15301         * gst/matroska/matroska-demux.c:
15302         * gst/matroska/matroska-demux.h:
15303         * gst/matroska/matroska.c: (plugin_init):
15304           Ported matroska demuxer to 0.9.
15305
15306 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
15307
15308         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15309
15310         * gst/matroska/matroska-mux.c:
15311         (gst_matroska_mux_video_pad_setcaps),
15312         (gst_matroska_mux_audio_pad_setcaps):
15313           Fix mpeg4 input handling (#318847); also, while we're at it,
15314           fix media type for Motion-JPEG: should be image/jpeg.
15315
15316 2005-10-18  Wim Taymans  <wim@fluendo.com>
15317
15318         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15319         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15320         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15321         Fix for segment-start/stop API change.
15322
15323 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15324
15325         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15326         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
15327         way.
15328
15329 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15330
15331         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15332         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
15333         output declared in transform_caps.
15334
15335 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15336
15337         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
15338
15339 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15340
15341         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15342         (gst_video_box_get_unit_size): Fix wrong size calculations and
15343         implement get_unit_size correctly.
15344
15345 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15346
15347         * configure.ac:
15348           Enable flx plugin.
15349
15350         * gst/flx/gstflxdec.c: (flx_decode_chunks):
15351           Fix gcc4 signedness issue.
15352
15353 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15354
15355         * configure.ac: Adding videomixer.
15356         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15357         (user_read_data), (gst_pngdec_chain): More debugging.
15358         * gst/alpha/Makefile.am: Adding alphacolor
15359         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
15360         (gst_alpha_color_class_init), (gst_alpha_color_init),
15361         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
15362         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
15363         (plugin_init): Ported to 0.9 using in place base tranform.
15364         * gst/videomixer/Makefile.am:
15365         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15366         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
15367         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
15368         (gst_videomixer_pad_init), (gst_videomixer_class_init),
15369         (gst_videomixer_init), (gst_videomixer_getcaps),
15370         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
15371         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15372         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
15373         to 0.9 using collectpads.
15374
15375 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
15376
15377         * configure.ac:
15378         * gst/flx/Makefile.am:
15379         * gst/flx/gstflxdec.c: (gst_flxdec_init),
15380         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
15381         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
15382         * gst/flx/gstflxdec.h:
15383         flx plugin ported to 0.9
15384
15385 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15386
15387         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
15388           use new gst_version_string()
15389
15390 2005-10-16  Andy Wingo  <wingo@pobox.com>
15391
15392         * configure.ac: GLIB_CHECK.
15393
15394 2005-10-15  Julien MOUTTE  <julien@moutte.net>
15395
15396         * ext/libpng/Makefile.am:
15397         * ext/libpng/gstpng.c: (plugin_init):
15398         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15399         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
15400         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
15401
15402 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
15403
15404         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15405
15406         * configure.ac:
15407         * gst/matroska/Makefile.am:
15408         * gst/matroska/ebml-ids.h:
15409         * gst/matroska/ebml-write.c:
15410         * gst/matroska/ebml-write.h:
15411         * gst/matroska/matroska-ids.h:
15412         * gst/matroska/matroska-mux.c:
15413         * gst/matroska/matroska-mux.h:
15414         * gst/matroska/matroska.c: (plugin_init):
15415           Port matroska muxer to 0.9 (#318847).
15416
15417 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
15418
15419         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
15420         (comment_init), (comment_add):
15421           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
15422           use GST_READ_UINT32_LE() and friends rather than the private
15423           implementation of those same macros.
15424
15425 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
15426
15427         * examples/stats/mp2ogg.c:
15428           more typo fixes
15429
15430 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
15431
15432         * examples/indexing/indexmpeg.c: (main):
15433         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
15434         (gst_esdmon_close_audio), (gst_esdmon_change_state):
15435         * ext/esd/esdmon.h:
15436         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
15437         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
15438         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15439         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15440         * gst/avi/gstavimux.c: (gst_avimux_init):
15441         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
15442         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
15443         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
15444         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
15445         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
15446         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
15447         * gst/oldcore/gstmultifilesrc.h:
15448         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
15449         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
15450         (gst_pipefilter_change_state):
15451         * gst/oldcore/gstpipefilter.h:
15452         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
15453         * gst/videomixer/videomixer.c: (gst_videomixer_init):
15454         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
15455         * sys/osxaudio/gstosxaudiosink.h:
15456         * sys/osxaudio/gstosxaudiosrc.h:
15457           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
15458           moved bitshift from macro to enum definition
15459
15460 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15461
15462         * ext/Makefile.am:
15463         * ext/cairo/Makefile.am:
15464         * ext/cairo/gstcairo.c: (plugin_init):
15465         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
15466         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
15467         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
15468         * ext/cairo/gsttimeoverlay.h:
15469           update of cairo-based timeoverlay to 1.0 Cairo API
15470           doesn't work yet for resizing of output sink
15471
15472 2005-10-11  Wim Taymans  <wim@fluendo.com>
15473
15474         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
15475         newsegment API fix.
15476
15477 2005-10-11  Wim Taymans  <wim@fluendo.com>
15478
15479         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
15480         (gst_dvdemux_demux_frame):
15481         * ext/flac/gstflacdec.c: (gst_flacdec_write):
15482         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15483         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
15484         (gst_avi_demux_handle_seek):
15485         * gst/goom/gstgoom.c: (gst_goom_event):
15486         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
15487         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15488         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15489         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15490         (gst_wavparse_srcpad_event):
15491         newsegment API update.
15492
15493 2005-10-11  Andy Wingo  <wingo@pobox.com>
15494
15495         * ext/speex/gstspeexenc.c: Signedness cleanups.
15496
15497 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
15498
15499         * PORTED_09:
15500         * ext/speex/Makefile.am:
15501         * ext/speex/gstspeex.c:
15502         * ext/speex/gstspeexenc.c:
15503         Speexenc ported to 0.9
15504
15505 2005-10-10  Wim Taymans  <wim@fluendo.com>
15506
15507         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
15508         (gst_oss_sink_init), (gst_oss_sink_set_property),
15509         (gst_oss_sink_get_property), (gst_oss_sink_open),
15510         (gst_oss_sink_prepare), (gst_oss_sink_reset):
15511         * sys/oss/gstosssink.h:
15512         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
15513         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
15514         (gst_oss_src_prepare):
15515         Cleanups, make device configurable in the sink, handle and report
15516         errors.
15517
15518 2005-10-10  Wim Taymans  <wim@fluendo.com>
15519
15520         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
15521         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
15522         Make sure element is NULL before removing from the bin.
15523
15524 2005-10-07  Andy Wingo  <wingo@pobox.com>
15525
15526         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
15527         block forever in a read().
15528         (gst_dv1394src_bus_reset): Post a message when the cable is
15529         unplugged.
15530         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
15531         (gst_dv1394src_bus_reset): Don't unref the message.
15532
15533         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
15534         hacking. The only change should be that the state change stuff was
15535         put into basesrc's start() and stop() routines, which coalesces
15536         some steps.
15537
15538 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15539
15540         * configure.ac:
15541           Add check for mmap
15542           
15543         * gst/debug/Makefile.am:
15544           Only compile efence plugin on systems that have mmap.
15545
15546 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15547
15548         * gst/debug/Makefile.am:
15549         * gst/debug/breakmydata.c:
15550         * gst/debug/gstdebug.c:
15551         * gst/debug/gstnavigationtest.c:
15552         * gst/debug/gstnavseek.c: 
15553         * gst/debug/gstnavseek.h:
15554         * gst/debug/progressreport.c: 
15555         * gst/debug/testplugin.c:
15556           Port progressreport, navseek, navigationtest, testsink and
15557           breakmydata.
15558
15559 2005-10-05  Edward Hervey  <edward@fluendo.com>
15560
15561         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
15562         (gst_dvdemux_src_query):
15563         Fixes for better conversion
15564
15565 2005-10-04  Michael Smith <msmith@fluendo.com>
15566
15567         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
15568         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15569         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
15570         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
15571           Set state of elements to NULL before removing from bins.
15572           Set state of test element to NULL if we failed to move it to READY
15573
15574 2005-10-04  Edward Hervey  <edward@fluendo.com>
15575
15576         * ext/dv/Makefile.am:
15577         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
15578         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
15579         Corrected the query function for position so it doesn't forget what
15580         format was asked, and calls the conversion functions on the correct pad.
15581
15582 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15583
15584         * configure.ac:
15585           back to development
15586
15587 === release 0.9.3 ===
15588
15589 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15590
15591         * configure.ac:
15592           Releasing 0.9.3, "Aramis"
15593
15594 2005-10-03  Andy Wingo  <wingo@pobox.com>
15595
15596         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
15597         error returns.
15598
15599 2005-10-02  Andy Wingo  <wingo@pobox.com>
15600
15601         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
15602
15603         * ext/flac/gstflacenc.c: Ported to 0.9.
15604
15605         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
15606
15607         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
15608         and link to gsttagedit. Enable flacenc.
15609
15610         * ext/flac/gstflacdec.c: Re-enable tag reading.
15611
15612 2005-09-30  Wim Taymans  <wim@fluendo.com>
15613
15614         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15615         * gst/rtp/gstrtpgsmparse.c:
15616         * gst/rtp/gstrtph263penc.c:
15617         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15618         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15619         (gst_rtpmp4venc_set_property):
15620         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15621         Various class and caps fixes from Andre Magalhaes (andrunko)
15622
15623 2005-09-29  Wim Taymans  <wim@fluendo.com>
15624
15625         * gst/level/level-example.c: (main):
15626         Update for new bus API.
15627
15628 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15629
15630         * configure.ac:
15631           Fix unexpanded autoconf macro GST_DOC, which has been renamed
15632           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
15633
15634 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
15635
15636         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
15637           Fix playback of mono streams (bytes_per_sample should be set
15638           from the sample width and the number of channels negotiated,
15639           and not just be set to 4) (#317338)
15640
15641 2005-09-26  Wim Taymans  <wim@fluendo.com>
15642
15643         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
15644         (gst_rtpmpaenc_handle_buffer):
15645         Set buffer duration correctly.
15646
15647 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
15648
15649         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
15650         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
15651         (gst_avi_demux_change_state):
15652           Don't crash when encountering a stream with an unknown fourcc or
15653           codec id. Instead, create a pad of type video/x-avi-unknown or
15654           audio/x-avi-unknown, which as a side-effect also results in less
15655           confusing error messages in players ('no decoder' vs. 'no streams');
15656           minor fixes to state change function and class_init function.
15657
15658 2005-09-24  Wim Taymans  <wim@fluendo.com>
15659
15660         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15661         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15662         These are sinks.
15663
15664 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15665
15666         * check/elements/level.c: (GST_START_TEST):
15667           fix test for new GstClockTime use
15668         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
15669         (gst_level_transform_ip):
15670         * gst/level/gstlevel.h:
15671           fix up the decay peak, ensuring the decay peak is never lower
15672           than the peak for that interval
15673
15674 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15675
15676         * docs/plugins/gst-plugins-good-plugins.args:
15677         * docs/plugins/inspect/plugin-alpha.xml:
15678         * docs/plugins/inspect/plugin-rtp.xml:
15679         * gst/level/gstlevel.c: (gst_level_set_caps),
15680         (gst_level_transform_ip):
15681           updating docs
15682
15683 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15684
15685         * Makefile.am:
15686         * check/elements/level.c: (GST_START_TEST):
15687         * gst/level/Makefile.am:
15688         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
15689         (gst_level_set_property), (gst_level_get_property),
15690         (gst_level_set_caps), (gst_level_message_new),
15691         (gst_level_transform_ip):
15692         * gst/level/gstlevel.h:
15693         * gst/level/level-example.c: (message_handler), (main):
15694           convert to using GstClockTime for all time values, finally.
15695
15696 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15697
15698         * gst/auparse/Makefile.am:
15699         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15700           fix up build
15701         * configure.ac:
15702         * ext/cairo/Makefile.am:
15703         * ext/dv/Makefile.am:
15704         * ext/esd/Makefile.am:
15705         * ext/flac/Makefile.am:
15706         * ext/gconf/Makefile.am:
15707         * ext/gdk_pixbuf/Makefile.am:
15708         * ext/jpeg/Makefile.am:
15709         * ext/ladspa/Makefile.am:
15710         * ext/libcaca/Makefile.am:
15711         * ext/libmng/Makefile.am:
15712         * ext/libpng/Makefile.am:
15713         * ext/mikmod/Makefile.am:
15714         * ext/pango/Makefile.am:
15715         * ext/raw1394/Makefile.am:
15716         * ext/shout2/Makefile.am:
15717         * ext/speex/Makefile.am:
15718         * gst/alpha/Makefile.am:
15719         * gst/autodetect/Makefile.am:
15720         * gst/avi/Makefile.am:
15721         * gst/cutter/Makefile.am:
15722         * gst/debug/Makefile.am:
15723         * gst/effectv/Makefile.am:
15724         * gst/flx/Makefile.am:
15725         * gst/goom/Makefile.am:
15726         * gst/interleave/Makefile.am:
15727         * gst/law/Makefile.am:
15728         * gst/matroska/Makefile.am:
15729         * gst/median/Makefile.am:
15730         * gst/monoscope/Makefile.am:
15731         * gst/multipart/Makefile.am:
15732         * gst/oldcore/Makefile.am:
15733         * gst/rtp/Makefile.am:
15734         * gst/rtsp/Makefile.am:
15735         * gst/smoothwave/Makefile.am:
15736         * gst/smpte/Makefile.am:
15737         * gst/videobox/Makefile.am:
15738         * gst/videofilter/Makefile.am:
15739         * gst/videomixer/Makefile.am:
15740         * gst/wavenc/Makefile.am:
15741         * gst/wavparse/Makefile.am:
15742         * sys/oss/Makefile.am:
15743         * sys/osxaudio/Makefile.am:
15744         * sys/osxvideo/Makefile.am:
15745           fix up GST_LIBS use
15746
15747 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15748
15749         * gst/auparse/Makefile.am:
15750         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15751           fix build of auparse
15752
15753 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
15754
15755         * configure.ac:
15756         * PORTED_09:
15757         * gst/auparse/gstauparse.c:
15758         * gst/auparse/gstauparse.h:
15759         Auparse ported to 0.9.
15760
15761 2005-09-22  Wim Taymans  <wim@fluendo.com>
15762
15763         * gst/rtp/TODO:
15764         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
15765         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15766         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15767         (gst_rtpmp4venc_set_property):
15768         * gst/rtp/gstrtpmp4venc.h:
15769         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15770         * gst/rtp/gstrtpmpaenc.h:
15771         Use is_filled to both check MTU and max-ptime of base class.
15772
15773 2005-09-22  Wim Taymans  <wim@fluendo.com>
15774
15775         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15776         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15777         (gst_rtpmp4venc_set_property):
15778         Don't fragment packets with multiple frames.
15779
15780 2005-09-22  Wim Taymans  <wim@fluendo.com>
15781
15782         * gst/rtp/TODO:
15783         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15784         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15785         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
15786         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
15787         (gst_rtpmp4venc_get_property):
15788         * gst/rtp/gstrtpmp4venc.h:
15789         Remove g_print.
15790         Update TODO
15791         Make payload encoder a bit smarter and more correct with
15792         timestamps.
15793         Added option in payloader to include config string in-band.
15794
15795 2005-09-21  Wim Taymans  <wim@fluendo.com>
15796
15797         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15798         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15799         (gst_rtspsrc_send):
15800         Strip spaces for key/value pairs.
15801
15802 2005-09-21  Wim Taymans  <wim@fluendo.com>
15803
15804         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15805         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15806         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
15807         (gst_rtspsrc_change_state):
15808         More SDP parsing and caps setting.
15809         Do NO_PREROLL differently.
15810         add pads only after negotiated.
15811
15812         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
15813         (gst_udpsrc_getcaps):
15814         Implement the getcaps function.
15815
15816 2005-09-21  Wim Taymans  <wim@fluendo.com>
15817
15818         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
15819         (gst_rtpamrdec_chain):
15820         Handle multiple AMr packets per payload. Handle CRC and
15821         parse ILL/ILP.
15822
15823         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15824         Make caps params strings for easy SDP mapping.
15825         
15826         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
15827         Handle capsnego better.
15828
15829         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15830         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
15831         Generate and parse config string in the caps.
15832
15833 2005-09-21  Wim Taymans  <wim@fluendo.com>
15834
15835         * gst/rtp/README:
15836         Update README
15837
15838         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
15839         Make extra params as strings.
15840
15841         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
15842         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15843         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
15844         Make state change return NO_PREROLL as this is a live
15845         source.
15846
15847         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15848         Don't unref old caps when NULL.
15849
15850 2005-09-20  Wim Taymans  <wim@fluendo.com>
15851
15852         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
15853         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15854         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
15855         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
15856         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
15857         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
15858         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
15859         * gst/rtsp/sdpmessage.h:
15860         Add URI handler.
15861         Parse SDP and create caps.
15862
15863 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
15864
15865         * gst/alpha/gstalpha.c:
15866           fix element description
15867
15868 2005-09-19  Wim Taymans  <wim@fluendo.com>
15869
15870         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
15871         Don't check payload for now.
15872
15873 2005-09-19  Wim Taymans  <wim@fluendo.com>
15874
15875         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
15876         (gst_wavparse_init), (gst_wavparse_parse_file_header),
15877         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
15878         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15879         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15880         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
15881         (gst_wavparse_change_state):
15882         * gst/wavparse/gstwavparse.h:
15883         Fix wavparse some more.
15884
15885 2005-09-19  Wim Taymans  <wim@fluendo.com>
15886
15887         * check/elements/level.c: (GST_START_TEST):
15888         Fix for bus API change.
15889
15890 2005-09-19  Wim Taymans  <wim@fluendo.com>
15891
15892         * gst/level/level-example.c: (main):
15893         Fix for new bus API.
15894
15895         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15896         Set caps on pads.
15897
15898 2005-09-15  Wim Taymans  <wim@fluendo.com>
15899
15900         * gst/rtp/Makefile.am:
15901         * gst/rtp/README:
15902         * gst/rtp/gstrtp.c: (plugin_init):
15903         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
15904         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
15905         (gst_rtpamrdec_change_state):
15906         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
15907         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
15908         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
15909         * gst/rtp/gstrtpamrenc.h:
15910         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15911         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
15912         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
15913         * gst/rtp/gstrtpgsmenc.h:
15914         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
15915         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
15916         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
15917         (gst_rtpgsmparse_change_state):
15918         * gst/rtp/gstrtpgsmparse.h:
15919         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
15920         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
15921         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
15922         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
15923         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
15924         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
15925         * gst/rtp/gstrtph263penc.h:
15926         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
15927         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
15928         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
15929         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
15930         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
15931         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
15932         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
15933         * gst/rtp/gstrtpmp4venc.h:
15934         * gst/rtp/gstrtpmpadec.c:
15935         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
15936         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
15937         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
15938         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
15939         * gst/rtp/gstrtpmpaenc.h:
15940         Updates to payloader/depayloaders, make payloaders use
15941         the base classes.
15942         Updated README with suggested RTP caps and how to convert
15943         to/from SDP.
15944         Added config descriptor in mp4v payloader.
15945
15946 2005-09-15  Andy Wingo  <wingo@pobox.com>
15947
15948         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
15949         * gst/autodetect/gstautovideosink.c
15950         (gst_auto_video_sink_find_best): Update for new registry API.
15951
15952 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15953
15954         * common/c-to-xml.py:
15955         * common/gtk-doc-plugins.mak:
15956           a simple py script to generate valid xml from a C example
15957           probably also need to strip an MIT license when we decide
15958         * docs/plugins/Makefile.am:
15959         * gst/level/Makefile.am:
15960         * gst/level/gstlevel.c: (gst_level_init):
15961         * gst/level/level-example.c: (message_handler), (main):
15962           add an example to level that will show up in the docs
15963         * gst/rtp/TODO:
15964           add a note for the future
15965
15966 2005-09-14  Michael Smith <msmith@fluendo.com>
15967
15968         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
15969           Actually define the debug object being used in wavenc. Fixes #316205
15970
15971 2005-09-14  Michael Smith <msmith@fluendo.com>
15972
15973         * gst/smpte/Makefile.am:
15974           Link against GST_BASE_LIBS, to get it linked against libgstbase;
15975           needed to build on windows (bug 316204)
15976
15977 2005-09-12  Andy Wingo  <wingo@pobox.com>
15978
15979         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
15980
15981 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
15982
15983         * configure.ac:
15984         * gst/fdsrc/Makefile.am:
15985         * gst/fdsrc/gstfdsrc.c:
15986         * gst/fdsrc/gstfdsrc.h:
15987           Move fdsrc back into gstreamer core elements.
15988
15989         * gst/level/gstlevel.c: (gst_level_class_init),
15990         (gst_level_transform_ip):
15991         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
15992           Basetransform changes.
15993
15994 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15995
15996         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
15997         * ext/jpeg/smokecodec.c: (find_best_size):
15998           fix compiler warnings
15999
16000 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16001
16002         * gst-plugins-good.spec.in:
16003           spec file fixes
16004         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
16005         (gst_multiudpsink_render), (gst_multiudpsink_add),
16006         (gst_multiudpsink_clear):
16007           it actually helps to actually stream if we hook up the
16008           "add" signal to an actual implementation
16009         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
16010           some debugging
16011
16012 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
16013
16014         * ext/jpeg/Makefile.am:
16015         * ext/jpeg/gstjpeg.c
16016         * ext/jpeg/gstjpegenc.c:
16017         * ext/jpeg/gstsmokeenc.c:
16018
16019 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
16020
16021         * ext/flac/gstflacdec.c:
16022         * ext/flac/gstflacenc.c:
16023         * ext/flac/gstflactag.c:
16024         * ext/speex/gstspeexenc.c:
16025           gsttaginterface.h -> gsttagsetter.h
16026
16027 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
16028
16029         * configure.ac:
16030         * gst/debug/Makefile.am:
16031         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
16032         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
16033         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
16034         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
16035         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
16036           Port to 0.9 and re-enable efence plugin.
16037
16038 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
16039
16040         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
16041         (gst_flacdec_write), (gst_flacdec_convert_src):
16042         * ext/flac/gstflacdec.h:
16043           Add support for flac files with 24/32 bits per sample; and misc.
16044           minor clean-ups. Seeking is still partly broken (for me at least).
16045
16046 2005-09-06  Wim Taymans  <wim@fluendo.com>
16047
16048         * gst/rtp/Makefile.am:
16049         * gst/rtp/gstrtp.c: (plugin_init):
16050         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
16051         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
16052         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
16053         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
16054         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
16055         (gst_rtpmp4vdec_plugin_init):
16056         * gst/rtp/gstrtpmp4vdec.h:
16057         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
16058         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
16059         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
16060         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
16061         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
16062         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
16063         * gst/rtp/gstrtpmp4venc.h:
16064         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
16065         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
16066         Added mpeg4 video payload encoder/decoder.
16067         Added some docs in mpa payloader.
16068
16069 === release 0.9.1 ===
16070
16071 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16072
16073         * NEWS:
16074         * README:
16075         * RELEASE:
16076         * autogen.sh:
16077         * configure.ac:
16078           releasing 0.9.1, "Blondie"
16079
16080 2005-09-05  Andy Wingo  <wingo@pobox.com>
16081
16082         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
16083         here from the state change handler, so we fire signals without
16084         holding the state lock.
16085
16086 2005-09-02  Andy Wingo  <wingo@pobox.com>
16087
16088         * All plugins updated for element state changes.
16089
16090 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16091
16092         * Makefile.am:
16093         * check/.cvsignore:
16094         * check/Makefile.am:
16095         * check/elements/.cvsignore:
16096         * check/elements/level.c: (setup_level), (cleanup_level),
16097         (GST_START_TEST), (level_suite), (main):
16098           add a test for level
16099         * common/release.mak:
16100           move the enum checking to release.mak
16101         * configure.ac:
16102           add valgrind and check checking
16103         * gst/level/gstlevel.c: (gst_level_transform):
16104         * gst/level/gstlevel.h:
16105           fix Andy's cast bug
16106           convert a field to int
16107           fix the arithmetic to int when checking for emit so that a
16108           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
16109
16110 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16111
16112         * Makefile.am:
16113         * configure.ac:
16114           add docs to build
16115         * common/plugins.xsl:
16116           wrap Description into a refsect2
16117         * docs/Makefile.am:
16118         * docs/plugins/Makefile.am:
16119         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16120         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16121         * gst/goom/Makefile.am:
16122         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
16123         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
16124         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
16125         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
16126         (gst_goom_change_state):
16127         * gst/goom/gstgoom.h:
16128           GstGOOM -> GstGoom
16129           add an example launch line
16130         * gst/level/gstlevel.h:
16131         * gst/monoscope/gstmonoscope.c:
16132           cleanups
16133
16134 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16135
16136         * configure.ac:
16137         * docs/plugins/Makefile.am:
16138         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16139         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16140         * docs/plugins/gst-plugins-good-plugins.types:
16141           document elements and plugins.  Shazam !
16142
16143 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16144
16145         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
16146           be found under doc/random/ChangeLog-0.8